@charset "UTF-8";
.only-m {
  display: none !important;
}

.gradient-text {
  background: linear-gradient(to right, #63e2c5, #63a8d9, #916cbd, #c26d89);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.gradient-text2 {
  background: linear-gradient(to right, #805ba0, #da5b86, #83c7cc, #496b53);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.indexBanner {
  overflow: hidden;
}

.slideBanner {
  padding-top: 5.36vw;
  height: 44.27vw;
  position: relative;
  overflow: hidden;
}
.slideBanner .swiper-wrapper {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.slideBanner .swiper-slide {
  position: relative;
  overflow: hidden;
}
.slideBanner .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slideBanner .slide-bg img {
  width: 100%;
  height: 100%;
  transform: scale(1.05);
  object-fit: cover;
  transition: transform 1.2s ease-out;
}
.slideBanner .swiper-slide-active .slide-bg img {
  transform: scale(1);
}
.slideBanner .swiper-slide-active .slide-product {
  animation-name: fadeUpAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
.slideBanner .swiper-slide-active .slide-text {
  animation-name: zoomInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.slideBanner .slide-product {
  position: absolute;
  z-index: 2;
}
.slideBanner .slide-product img {
  width: 100%;
  height: auto;
}
.slideBanner .slide-text {
  position: absolute;
  z-index: 3;
}
.slideBanner .slide-text img {
  width: 100%;
  height: auto;
}
.slideBanner .slide01 .slide-product {
  right: 5.88vw;
  bottom: 1.25vw;
  width: 45vw;
}
.slideBanner .slide01 .slide-text {
  left: 9.6vw;
  top: 19.5vw;
  text-align: center;
}
.slideBanner .slide01 .slide-text h2 {
  font-size: 3.75vw;
  line-height: 5.3vw;
  font-weight: 900;
  font-style: italic;
}
.slideBanner .slide01 .slide-text p {
  font-size: 1.875vw;
  line-height: 5.3vw;
  font-weight: 300;
}
.slideBanner .slide02 .slide-product {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.slideBanner .slide02 .slide-product img {
  position: absolute;
}
.slideBanner .slide02 .slide-product img:nth-child(1) {
  left: 0;
  bottom: 0;
  width: 46vw;
}
.slideBanner .slide02 .slide-product img:nth-child(2) {
  right: 0;
  bottom: 6vw;
  width: 40vw;
}
.slideBanner .slide02 .slide-text {
  left: 0;
  top: 6vw;
  width: 100%;
  text-align: center;
}
.slideBanner .slide02 .slide-text h2 {
  font-size: 4.86vw;
  line-height: 5.6vw;
  font-weight: 700;
  font-style: italic;
  color: #fff;
  text-shadow: 0 0 0.52vw #4d98c5;
}
.slideBanner .slide02 .slide-text p {
  font-size: 2.34vw;
  line-height: 7.3vw;
  font-weight: 500;
  color: #333;
}
.slideBanner .slide03 .slide-product {
  right: 6.25vw;
  bottom: 4vw;
  width: 44vw;
}
.slideBanner .slide03 .slide-text {
  left: 10vw;
  top: 14vw;
}
.slideBanner .slide03 .slide-text h2 {
  font-size: 2.3vw;
  line-height: 3.54vw;
  font-weight: 700;
}
.slideBanner .slide03 .slide-text h2 span {
  display: block;
  font: italic 4.16vw/4.8vw "Barlow Semi Condensed";
  font-weight: 600;
  text-transform: uppercase;
}
.slideBanner .slide03 .slide-text h2 strong {
  display: block;
  font-size: 6.25vw;
  line-height: 8.33vw;
  font-style: normal;
  letter-spacing: 1vw;
}
.slideBanner .slide03 .slide-text h2 strong i{ font-size: 2.34vw; font-style: normal;}
.slideBanner .slide04 .slide-product {
  right: 0;
  top: 2vw;
  width: 50vw;
}
.slideBanner .slide04 .slide-text {
  left: 8vw;
  top: 12vw;
}
.slideBanner .slide04 .slide-text h2 {
  font-size: 2.8vw;
  line-height: 4.86vw;
  font-weight: 400;
  color: #fff;
}
.slideBanner .slide04 .slide-text h2 strong {
  display: block;
  font-size: 4.16vw;
  line-height: 7vw;
  font-style: italic;
  letter-spacing: 1vw;
}
.slideBanner .slide06 .slide-text {
  left: 0;
  bottom: 3vw;
  width: 100%;
  text-align: center;
}
.slideBanner .slide06 .slide-text h2 {
  font-size: 3.28vw;
  line-height: 5vw;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.2vw;
}
.slideBanner .slide06 .slide-text p {
  font-size: 2.5vw;
  line-height: 4.16vw;
  color: #fff;
}
.slideBanner .slide07 .slide-text {
  right: 20vw;
  top: 13vw;
  width: 47vw;
}
.slideBanner .slide08 .slide-text {
  left: 36.56vw;
  top: 8vw;
  width: 26.875vw;
}

.indexAbout {
  margin-top: 5vw;
}
.indexAbout h2 {
  width: 75vw;
  padding: 1vw 5vw 4vw 2vw;
  margin: 0 auto;
  background: url(../images/logo-bg.png) no-repeat center center;
  background-size: 100% auto;
}
.indexAbout h2 span {
  float: left;
  font: italic 3.54vw/7.4vw "lineseedjp_otf";
}
.indexAbout h2 span em {
  font-size: 5.9vw;
  font-style: italic;
}
.indexAbout h2 strong {
  float: right;
  font: italic 5.9vw/7.4vw "Noto Sans JP";
  font-weight: 900;
}
.indexAbout .img {
  display: block;
  width: 42.55vw;
  margin: 0 auto 3vw;
}
.indexAbout .btn {
  width: 15.6vw;
  margin: 0 auto;
  background: linear-gradient(45deg, #535353 0%, #010101 25%, #535353 50%, #010101 75%, #535353 100%);
  background-size: 400% 100%;
  border-radius: 0.5vw;
  transform: skewX(-5deg);
  position: relative;
  overflow: hidden;
  animation: gradientShift 8s ease infinite;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.indexAbout .btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.1) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
}
.indexAbout .btn a {
  display: block;
  color: #fff;
  font-size: 1.25vw;
  line-height: 4.48vw;
  text-align: center;
  font-weight: 300;
  transform: skewX(5deg);
  position: relative;
  z-index: 2;
  letter-spacing: 0.03em;
  transition: all 0.4s ease;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.indexAbout .btn:hover a {
  color: #fff;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.indexAbout .btn:hover {
  background: linear-gradient(45deg, #944dea, #ff48a7);
}

@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.indexProducts {
  position: relative;
  width: 70vw;
  margin: 7vw auto 3.4vw;
  overflow: hidden;
  /* 轮播图容器 */
  /* 每个 slide 项目 */
  /* 左右相邻的 slide */
  /* slide 内容容器 */
  /* 描述文字 */
  /* 评分星星 */
}
.indexProducts h2 {
  width: 70vw;
  margin: 0 auto 8vw;
  font: italic 5.2vw/6.25vw "Noto Sans JP";
  font-weight: 300;
}
.indexProducts h2 span {
  display: block;
}
.indexProducts h2 span i {
  font-size: 7.55vw;
}
.indexProducts .slideProducts {
  width: 100%;
  padding-bottom: 6vw;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.indexProducts .slideProducts .swiper-slide {
  transition: all 0.3s ease;
}
.indexProducts .slideProducts .swiper-slide-prev .img-container,
.indexProducts .slideProducts .swiper-slide-next .img-container {
  transform-origin: center bottom;
}
.indexProducts .slideProducts .slide-content {
  width: 100%;
  height: 100%;
  position: relative;
}
.indexProducts .slideProducts img {
  display: block;
  width: 100%;
}
.indexProducts .slideProducts .swiper-slide-active .img-container {
  transform: scale(1);
}
.indexProducts .slideProducts .swiper-slide-prev .img-container,
.indexProducts .slideProducts .swiper-slide-next .img-container {
  transform: scale(0.82);
}
.indexProducts .slideProducts .txt {
  width: 100%;
  text-align: center;
}
.indexProducts .slideProducts .txt h3 {
  font: italic 1.56vw/5.5vw "Barlow Semi Condensed";
  font-weight: 800;
}
.indexProducts .slideProducts .txt p {
  font: normal 1.56vw/2.34vw "lineseedjp_otf_rg";
}
.indexProducts .slideProducts .star {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-top: 1.77vw;
}
.indexProducts .slideProducts .star img {
  width: 2.8vw;
  height: auto;
}
.indexProducts .slideProducts .star .yellow {
  display: none;
}
.indexProducts .slideProducts .swiper-slide:hover .yellow {
  display: inline-block;
}
.indexProducts .slideProducts .swiper-slide:hover .black {
  display: none;
}
.indexProducts .swiper-button-next, .indexProducts .swiper-button-prev {
  top: initial;
  left: initial;
  bottom: 0;
  width: 2vw;
  height: 2vw;
  margin-top: 0;
  background: #f5f2f1 url(../images/arr-next.png) no-repeat center center;
  background-size: 0.52vw auto;
  border-radius: 50%;
  opacity: 1;
}
.indexProducts .swiper-button-prev {
  left: 50%;
  margin-left: -3vw;
  background-image: url(../images/arr-prev.png);
}
.indexProducts .swiper-button-next {
  right: 50%;
  margin-right: -3vw;
}
.indexProducts .swiper-button-prev:hover, .indexProducts .swiper-button-next:hover {
  background-color: #e5e5e5;
}
.indexProducts .swiper-button-next:after, .indexProducts .swiper-button-prev:after {
  content: none;
}

.indexNEWS {
  position: relative;
  width: 100%;
  margin-top: 4vw;
  margin-bottom: 6.4vw;
  overflow: hidden;
}
.indexNEWS .title {
  margin-bottom: 2.3vw;
  background: url(../images/titbg01.png) no-repeat center center;
  text-align: center;
}
.indexNEWS h2 {
  display: inline-block;
  font: italic 3.125vw/5.72vw "Barlow Semi Condensed";
  font-weight: 600;
}
.indexNEWS .slideNews {
  position: relative;
  padding-bottom: 4.2vw;
  overflow-x: hidden;
}
.indexNEWS .slideNews .swiper-slide {
  padding: 0 7px;
  box-sizing: border-box;
}
.indexNEWS .slideNews a {
  display: block;
  width: 100%;
}
.indexNEWS .slideNews a:hover {
  opacity: 0.8;
}
.indexNEWS .slideNews a .img {
  width: 100%;
  aspect-ratio: 16/9;
  border-radius: 0.5vw;
  object-fit: cover;
  overflow: hidden;
}
.indexNEWS .slideNews a .img img {
  display: block;
  width: 100%;
  height: auto;
  transition: all 1.5s;
}
.indexNEWS .slideNews a p {
  line-height: 3.75vw;
  font-size: 1.04vw;
  font-weight: 500;
  text-align: center;
  color: #000;
}
.indexNEWS .slideNews .swiper-button-next, .indexNEWS .slideNews .swiper-button-prev {
  top: initial;
  left: initial;
  bottom: 0;
  width: 2vw;
  height: 2vw;
  margin-top: 0;
  background: #f5f2f1 url(../images/arr-next.png) no-repeat center center;
  background-size: 0.52vw auto;
  border-radius: 50%;
  opacity: 1;
}
.indexNEWS .slideNews .swiper-button-prev {
  right: 6vw;
  background-image: url(../images/arr-prev.png);
}
.indexNEWS .slideNews .swiper-button-next {
  right: 2.2vw;
}
.indexNEWS .slideNews .swiper-button-prev:hover, .indexNEWS .slideNews .swiper-button-next:hover {
  background-color: #e5e5e5;
}
.indexNEWS .slideNews .swiper-button-next:after, .indexNEWS .slideNews .swiper-button-prev:after {
  content: none;
}






/* 子页 */
.sub-banner {
  position: relative;
  height: 26.45vw;
  background: #000;
  text-align: center;
}
.sub-banner h1 {
  position: relative;
  padding-top: 10vw;
  font-size: 3.75vw;
  line-height: 6vw;
  color: #fff;
  font-weight: 900;
}
.sub-banner p {
  position: relative;
  font-size: 1.25vw;
  line-height: 2.5vw;
  font-weight: 400;
  color: #fff;
}
.sub-container{ position: relative; width: 1280px; margin: 0 auto;}

/* about */
.subAbout01 h2{
  padding: 3vw 0; 
  font: italic 4vw/6.25vw "Noto Sans JP";
  font-weight: 700;
}
.subAbout01  h2 span {
  display: block;
}
.subAbout01 p{
  font-size: 1.04vw;
  line-height: 3vw;
  background: url(../images/logo-bg.png) no-repeat center center; background-size: 70% auto;
}

.subAbout02{ margin: 5vw auto;}
.subAbout02 li{ display: flex; align-items: center;  padding: 3vw 0; border-bottom: 1px solid #000;   }
.subAbout02 li .img{ flex: 0 0 47%;
  object-fit: cover;
  aspect-ratio: 4/3; 
  overflow: hidden;
}
.subAbout02 li .img img{ display: block; max-width: 100%; min-height: 100%;}
.subAbout02 li .txt{ flex: 1; padding-left: 6%; }
.subAbout02 li .txt  h3{ margin-bottom: 1.5vw; font-size: 2.4vw; line-height: 4.4vw; letter-spacing: .4vw;}
.subAbout02 li .txt  p{ margin-bottom: 1.77vw; font-size: 1.04vw; line-height: 2.5vw; text-align: justify;}
.subAbout02 li:nth-child(odd) { flex-direction: row-reverse;}
.subAbout02 li:nth-child(odd) .txt{ padding-left: 0; padding-right: 6%;}

.subAbout03{ 
  padding: 5vw 0; 
  background: url(../images/logo-bg.png) no-repeat center center; background-size: 70% auto;
}
.subAbout03 h2{
  padding: 3vw 0; 
  font: italic 1.875vw/3.125vw "Noto Sans JP";
  font-weight: 700;
}

.subAbout03 p{
  font-size: 1.04vw;
  line-height: 3vw;
}

.subAbout04 h3{ width: 40vw; margin: 0 auto 3vw;
  font: bold 2.5vw/3vw "Noto Sans JP"; text-align: center; 
}

.subAbout04 h3 span{ display: block; font-size: 1.25vw;}
.subAbout04 p{ font-size: 1.04vw; line-height: 3vw; margin-bottom: 5vw;}
.subAbout04 p span{ font-weight: bold;}

/* RULES */
.subRules01{ padding-bottom: 50px;}
.subRules01 h2{
  padding: 3vw 0; 
  font: italic 2.5vw/6.25vw "Noto Sans JP";
  font-weight: 700;
  text-align: center;
}
.subRules01  h2 span {
  display: block;
}
.subRules01 h3{ font-size: 1.875vw; line-height: 3vw; text-align: center;}
.subRules01 p{
  font-size: 1.04vw;
  line-height: 3vw;
  margin-bottom: 5vw;
}
.subRules01 img{ display: block; width: auto; max-width: 80%; margin: 50px auto;}


.submanners01 h2{ font-size: 2.5vw;}
.submanners01 h3{ text-align: left; font-size: 3vw; font-size: 24px; line-height: 2;}
.submanners01 .tac{ text-align: center;}
/* news */

.newsPage .subNews {
  position: relative;
  display: flex;
}
.newsPage .news-section {
  flex: 1;
  padding-top: 3.65vw;
}
.newsPage .news-section .news-cards {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.newsPage .news-section .news-cards .card {
  width: 94%;
  margin-left: 6%;
  padding-bottom: 3.65vw;
  margin-bottom: 3.65vw;
  background: #fff;
  border-bottom: 1px solid #d1d1d1;
  transition: transform 0.3s ease;
}
.newsPage .news-section .news-cards .card a {
  display: flex;
  flex-direction: row-reverse;
}
.newsPage .news-section .news-cards .card .img {
  display: block;
  width: 40%;
  object-fit: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 16/9; 
  overflow: hidden;
  transition: all .5s;
}
.newsPage .news-section .news-cards .card .img img {
  display: block;
  width: 100%;
}
.newsPage .news-section .news-cards .card .card-content {
  float: left;
  width: 56%;
  margin-right: 4%;
  position: relative;
  background: url(../images/icon-arr01.png) no-repeat right .5vw bottom;
  background-size: 3vw auto;
}

.newsPage .news-section .news-cards .card h3 {
  padding: 1vw 0;
  color: #363636;
  font-size: 1.25vw;
  line-height: 2.3vw;
  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}
.newsPage .news-section .news-cards .card .subTitle {
  color: #363636;
  font-size: .833vw;
  line-height: 1.6vw;
  white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}


.newsPage .news-section .news-cards .card .tag {
  display: block;
  width: 8vw;
  /* background: linear-gradient(45deg, #944dea, #ff48a7);
  border-radius: 2.4vw; */
  font-size: 1.25vw;
  line-height: 2.4vw;
}
.newsPage .news-section .news-cards .card .time {
  display: block;
  font-size: 1.04vw;
  line-height: 2.4vw;
  color: #333;
}

.newsPage .news-section .news-cards .card:hover .card-content{ background-image: url(../images/icon-arr02.png);}
.newsPage .news-section .news-cards .card:hover h3{ color: #000;}
.newsPage .news-section .news-cards .card .img:hover{ box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); transform: translateY(-5px);}

.newsPage .news-section .pagination {
  display: flex;
  justify-content: center;
  margin: 0 0 3vw;
}
.newsPage .news-section .pagination a {
  font-size: 1.56vw;
  line-height: 3vw;
  color: #5D5D5D;
  padding: 0 1vw;
}
.newsPage .news-section .pagination a:hover {
  color: #000;
  text-decoration: underline;
}
.newsPage .archive-section {
  position: sticky;
  top: 10vw;
  max-height: 80vh;
  overflow-y: auto;
  width: 14vw;
  margin: 4.4vw 0;
  align-self: start;
}

.newsPage .archive-section h3 {
  font-size: 2.5vw;
  line-height: 4vw;
  color: #000;
  text-align: center;
}
.newsPage .archive-section h3 span{
  display: block;
  font-size: .833vw;
  line-height: 2vw;
}
.newsPage .archive-section li a {
  display: block;
  width: 8vw;
  margin: 1vw auto 0;
  background-color: #333;
  border-radius: 1vw;
  font-size: 1.04vw;
  line-height: 2.4vw;
  color: #fff;
  text-align: center;
}
.newsPage .archive-section li a:hover {
  background-color: #000;
}

.articleMain{ padding: 8vw 0; margin: 0 auto;}
.articleMain .title{ margin-bottom: 3vw; text-align: center;}
.articleMain .title h1{ font-size: 2.5vw; line-height: 5vw; color: #000; text-align: center;}
.articleMain .title .subTitle{ text-align: center;}
.articleMain .title .time,
.articleMain .title .tag{ margin: 0 2vw; font-size: 1.04vw;line-height: 2.4vw; color: #333;}
.articleMain img{ display: block; max-width: 100%; margin: 0 auto 3vw;}
.articleMain p{ margin-bottom: 3vw; font-size: 18px; line-height: 35px; text-align: justify;}
.articleMain p span{ display: block; font-weight: bold;}
.articleMain .btn{
  display: block;
  width: 17vw;
  height: 3.9vw;
  margin: 0 auto;
  background-color: #666;
  border-radius: 3.9vw;
  font-size: 1.25vw;
  line-height: 3.9vw;
  color: #fff;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s;
}
.articleMain .btn:hover{ background-color: #000;}
/* ---------------------------------------------------------------------------------contact---------------------------------------------------------------------------------------- */
.subContact .btn {
  display: block;
  width: 17vw;
  height: 3.9vw;
  background-color: #fff;
  border-radius: 3.9vw;
  font-size: 1.25vw;
  line-height: 3.9vw;
  color: #666;
  text-align: center;
  font-weight: 500;
  transition: all 0.5s;
}
.subContact .btn:hover {
  transform: scale(1.08);
}
.privacyPage .article {
  padding-bottom: 6vw;
}
.privacyPage .article h2 {
  font-size: 1.875vw;
  line-height: 4em;
  text-align: center;
  margin-top: 3vw;
}
.privacyPage .article h3 {
  position: relative;
  padding-left: 1.8vw;
  font-size: 1.56vw;
  line-height: 3.2vw;
  margin-top: 2vw;
}
.privacyPage .article h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1vw;
  width: 1.04vw;
  height: 1.04vw;
  border-radius: 50%;
  background-color: #25b7aa;
}
.privacyPage .article p {
  font-size: 1.04vw;
  line-height: 2.5vw;
  color: #363636;
}


.contactPage .linkBtn {
  display: flex;
  justify-content: center;
}
.contactPage .linkBtn a {
  width: 20vw;
  height: 4vw;
  margin: 5vw 1vw;
  background: #25b7aa;
  border-radius: 4vw;
  font-size: 1.25vw;
  line-height: 4vw;
  text-align: center;
  color: #fff;
}
.contactPage .linkBtn a:nth-child(2) {
  background: #005bac;
}
.contactPage .subContact {
  padding-bottom: 6vw;
}
.contactPage .subContact .section-heading {
  position: relative;
}
.contactPage .subContact .section-heading h3 {
  position: relative;
  margin-bottom: 3vw;
  font-size: 1.25vw;
  line-height: 4vw;
  color: #005bac;
}
.contactPage .subContact .section-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1vw;
  width: 4.7vw;
  height: 0.26vw;
  background-color: #005bac;
}
.contactPage .subContact .section-heading .required-note {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 1.04vw;
  line-height: 4vw;
}
.contactPage .form-row {
  margin-bottom: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.contactPage .form-label, .contactPage .toPrivacy {
  width: 100%;
  font-size: 20px;
  line-height: 50px;
}
.contactPage .form-label.required:after {
  content: " *";
  color: #e32;
}
.contactPage .form-label.requiredafter:after {
  content: "";
  color: #fff;
}
.contactPage .form-input {
  width: 100%;
}
.contactPage .form-input input,
.contactPage .form-input select,
.contactPage .form-input textarea {
  width: 100%;
  height: 60px;
  padding: 0 20px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 18px;
  box-sizing: border-box;
}
.contactPage .select {
  position: relative;
}
.contactPage .select::after {
  content: "";
  position: absolute;
  right: 1px;
  top: 0.2vw;
  width: 2vw;
  height: 2vw;
  background: #fff url(../images/icon-arr04.png) no-repeat center;
  background-size: 0.88vw auto;
}
.contactPage .form-input textarea {
  padding: 20px;
  min-height: 150px;
  resize: vertical;
  font-family: "Noto Sans JP", sans-serif;
}
.contactPage .error-message {
  display: block;
  width: 100%;
  color: #e32;
  font-size: 16px;
  line-height: 30px;
  display: none;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown),
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) {
  border-color: #e32;
}
.contactPage input:invalid:not(:focus):not(:placeholder-shown) + .error-message,
.contactPage textarea:invalid:not(:focus):not(:placeholder-shown) + .error-message {
  display: block;
}
.contactPage .checkbox-container {
  margin: 30px 0;
  font-size: 18px;
  line-height: 40px;
}
.contactPage .checkbox-container a {
  color: #25b7aa;
  text-decoration: underline;
}
.contactPage .checkbox-container > div {
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.contactPage .checkbox-container input[type=checkbox] {
  margin-right: 10px;
  margin-top: 15px;
}
.contactPage .submit-container {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
.contactPage .submit-container .btn {
  border: none;
  cursor: pointer;
  transition: all 0.3s;
}
.contactPage .btn-edit {
  background-color: #888;
  color: white;
}
.contactPage .btn-edit:hover {
  background-color: #666;
}
.contactPage .btn-confirm {
  background-color: #2c5aa0;
  color: white;
}
.contactPage .btn-confirm:hover {
  background-color: #1e3d73;
}
.contactPage .btn-submit {
  background-color: #051277;
  color: white;
}
.contactPage .btn-submit:hover {
  background-color: #081579;
}
.contactPage .confirmation {
  display: none;
  background: #f8f9fa;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.contactPage .confirmation-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.contactPage .confirmation-label {
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.thank-you-message {
  padding-top: 8vw;
  background-color: #fff;
  text-align: center;
}
.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
}
.thank-you-message p {
  font-size: 1.5vw;
  line-height: 1.6;
}
.thank-you-message .btn {
  background: #25b7aa;
  margin: 3vw auto;
  color: #fff;
}
@media (min-width: 1000px) and (max-width: 1460px) {
  .sub-container{ width: 75%;}
  .indexProducts{ width: 90%;}
  .subAbout01 p,.subAbout02 li .txt p,.subAbout03 p,.subRules01 p,.privacyPage .article p{ font-size: 14px;}
}