@charset "UTF-8";
html {
  overflow-x: hidden;
}

.only-m {
  display: none !important;
}

.w1440 {
  position: relative;
  width: 75vw;
  margin: 0 auto;
}

.w1280 {
  position: relative;
  width: 66.66vw;
  margin: 0 auto;
}

.indexPage, .subPage {
  position: relative;
  font-family: "NOTOSERIFJP-REGULAR";
  color: #333;
}

.indexNavMain {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 6.25vw;
  height: 5.2vw;
  background: rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  box-sizing: border-box;
  z-index: 999;
}
.indexNavMain .logo {
  float: left;
  margin-top: 1.25vw;
  width: 13.2vw;
}
.indexNavMain .logo img {
  display: block;
  width: 100%;
}
.indexNavMain .logo .subLogo {
  display: none;
}
.indexNavMain .topNav {
  float: right;
}
.indexNavMain .topNav li {
  display: inline-block;
  margin-right: 3.125vw;
  color: #fff;
  font-size: 0.9375vw;
  line-height: 5.2vw;
  font-family: "NOTOSERIFJP-REGULAR";
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}
.indexNavMain .topNav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #e6ebfc;
  transition: all 0.5s;
}
.indexNavMain .topNav li > a {
  display: block;
  color: #fff;
}
.indexNavMain .topNav li .itemList {
  position: absolute;
  left: -1vw;
  top: 5.2vw;
  width: 100%;
  padding: 1vw;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: none;
}
.indexNavMain .topNav li .itemList a {
  display: block;
  padding: 0.4vw 0;
  line-height: 1.2vw;
  color: #fff;
}
.indexNavMain .topNav li:last-of-type {
  margin-right: 0;
}
.indexNavMain .topNav li:last-of-type .itemList {
  width: 175%;
  left: -64%;
}
.indexNavMain .topNav li:hover::before {
  width: 100%;
}
.indexNavMain .topNav li:hover a {
  color: #e6ebfc;
}
.indexNavMain .topNav li:hover .itemList {
  display: block;
}
.indexNavMain .topNav li:hover .itemList a:hover {
  color: #fff;
}
.indexNavMain .openbtn {
  display: none;
}

.indexBannerMain {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.indexBannerMain .txt {
  position: absolute;
  top: 8.85vw;
  left: 4.16vw;
  z-index: 3;
}
.indexBannerMain .txt .img1 {
  position: absolute;
  left: 8vw;
  top: -5.2vw;
  width: 7.9vw;
  height: auto;
  animation: breathe 3s infinite ease-in-out reverse;
  z-index: 3;
}
.indexBannerMain .txt .img2 {
  width: 44.63vw;
}
.indexBannerMain .img3 {
  position: absolute;
  right: 5.57vw;
  bottom: 12.3vw;
  width: 44.63vw;
}
.indexBannerMain .img4 {
  position: absolute;
  right: 5.57vw;
  bottom: 4.3vw;
  width: 25.4vw;
}
.indexBannerMain .img-pc {
  display: block;
  width: 100%;
}
.indexBannerMain .img-m {
  display: none;
}

.indexSection01 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
}
.indexSection01 a {
  width: 47.2%;
  margin: 1% 0.8% 1% 2%;
  position: relative;
  color: #fff;
}
.indexSection01 a > img {
  display: block;
  width: 100%;
}
.indexSection01 a h3 {
  position: absolute;
  left: 0;
  top: 1.04vw;
  width: 100%;
  padding-left: 2.5vw;
  font-size: 2.5vw;
  line-height: 6.5vw;
  font-weight: 500;
  color: #fff;
  box-sizing: border-box;
}
.indexSection01 a h3 span {
  display: inline-block;
  margin-left: 8.3vw;
  margin-right: 1.5vw;
  font-size: 2.08vw;
  font-family: "lineseedjp_otf";
  vertical-align: middle;
}
.indexSection01 a h3 img {
  display: inline-block;
  height: 6.25vw;
  vertical-align: middle;
}
.indexSection01 a p {
  position: absolute;
  left: 7.3vw;
  bottom: 1.5vw;
  font-size: 1.56vw;
  line-height: 3.28vw;
  font-weight: 500;
  letter-spacing: 0.1vw;
}
.indexSection01 a:nth-child(2n) {
  margin: 1% 2% 1% 0.8%;
}

.indexSection02 {
  position: relative;
  width: 85.42%;
  margin-top: 3vw;
  margin-left: 14.58%;
  margin-bottom: 3.125vw;
  overflow: hidden;
}
.indexSection02 .swiper-container {
  width: 76.56vw;
  padding-bottom: 3vw;
  overflow: initial;
  margin-left: 0;
}
.indexSection02 .swiper-container .swiper-slide {
  position: relative;
}
.indexSection02 .swiper-container .swiper-slide > img {
  display: block;
  width: 100%;
}
.indexSection02 .swiper-container .swiper-slide .tag {
  position: absolute;
  left: 1.5vw;
  top: 1.6vw;
  padding: 0 1vw 0 0.5vw;
  background: rgba(76, 74, 68, 0.5);
  border-radius: 1.66vw;
  font-size: 0.625vw;
  line-height: 1.66vw;
  color: #fff;
}
.indexSection02 .swiper-container .swiper-slide .tag img {
  vertical-align: middle;
  width: 1.25vw;
  margin-right: 0.5vw;
}
.indexSection02 .swiper-container .swiper-slide p {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 1.3vw 1.8vw;
  box-sizing: border-box;
  font: normal 1.458vw/2vw "MPLUS1P-LIGHT";
  color: #e8e3da;
}
.indexSection02 .swiper-container .swiper-button-prev, .indexSection02 .swiper-container .swiper-button-next {
  bottom: 0;
  top: initial;
  margin-top: 0;
  width: 2.08vw;
  height: 2.08vw;
  border-radius: 50%;
  background-color: #e6ebfc;
  background-repeat: no-repeat;
  background-size: 4.16vw 4.16vw;
  background-image: url(../images/top/arr02.png);
}
.indexSection02 .swiper-container .swiper-button-prev::after, .indexSection02 .swiper-container .swiper-button-next::after {
  content: none;
}
.indexSection02 .swiper-container .swiper-button-next {
  right: 9.375vw;
  background-position: bottom right;
}
.indexSection02 .swiper-container .swiper-button-prev {
  left: initial;
  right: 12vw;
  background-position: left bottom;
}
.indexSection02 .swiper-container .swiper-button-next:hover {
  background-color: #0082e7;
  background-position: top right;
}
.indexSection02 .swiper-container .swiper-button-prev:hover {
  background-color: #0082e7;
  background-position: top left;
}
.indexSection02 .swiper-container .line {
  margin-top: 1.9vw;
  width: 100%;
  height: 1px;
  background-color: #e9e5df;
}

.indexNews {
  padding-top: 4.16vw;
  background-color: #e1e4e9;
}
.indexNews h2 {
  width: 70.83vw;
  margin: 0 auto 1.5vw;
  font: normal 4.68vw/6vw "MPLUS1P-LIGHT";
  text-transform: uppercase;
}
.indexNews h2 a {
  display: block;
  color: #000;
}
.indexNews h2 span {
  display: block;
  width: 4.16vw;
  background-color: #e6ebfc;
  font-size: 0.833vw;
  line-height: 1.66vw;
  text-align: center;
}
.indexNews .main {
  display: flex;
  width: 70.83vw;
  margin: 0 auto 4vw;
}
.indexNews .img01 {
  display: block;
  width: 52.79%;
  border-radius: 0.3vw;
}
.indexNews .newsList {
  width: 44.55%;
  margin-left: 2.66%;
}
.indexNews .newsList li {
  position: relative;
  padding: 1.25vw 1.9vw 2.3vw;
  background-color: #fff;
  margin-bottom: 1.77vw;
  border-radius: 0.3vw;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.indexNews .newsList li .arr {
  position: absolute;
  right: 1.9vw;
  top: 1.3vw;
  height: 0.52vw;
}
.indexNews .newsList li .time {
  width: 5vw;
  margin-bottom: 1.25vw;
  background-color: #2f2f2f;
  border-radius: 1.46vw;
  font: normal 0.73vw/1.46vw "Arial";
  text-align: center;
  color: #fff;
}
.indexNews .newsList li a {
  display: block;
  font-size: 1.145vw;
  line-height: 1.56vw;
  color: #333;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.indexNews .newsList li:last-child {
  margin-bottom: 0;
}
.indexNews .newsList li:hover .time {
  background-color: #e6ebfc;
  color: #2f2f2f;
}
.indexNews .newsList li:hover a {
  color: #0082e7;
}
.indexNews .img02 {
  display: block;
  width: 100%;
}

.footerBox {
  position: relative;
  padding: 2.5vw 0 0;
  background: #343434;
}
.footerBox .bottomLogo {
  width: 23.75vw;
  height: 10.88vw;
  padding-top: 6vw;
  margin: 0 auto 4.16vw;
  background: url(../images/top/logobg.png) no-repeat center top;
  background-size: 100% 100%;
  box-sizing: border-box;
}
.footerBox .bottomLogo img {
  display: block;
  width: auto;
  height: 2.5vw;
  margin: 0 auto;
}
.footerBox .footerNav {
  text-align: center;
  margin-bottom: 1.7vw;
}
.footerBox .footerNav li {
  display: inline-block;
  margin-right: 3.125vw;
  color: #fff;
  font-size: 0.9375vw;
  line-height: 2.6vw;
  text-transform: uppercase;
  position: relative;
  transition: all 0.5s;
}
.footerBox .footerNav li::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: #e6ebfc;
  transition: all 0.5s;
}
.footerBox .footerNav li > a {
  display: block;
  color: #fff;
}
.footerBox .footerNav li .itemList {
  position: absolute;
  left: -1vw;
  bottom: 2.6vw;
  width: 100%;
  padding: 1vw;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.25);
  display: none;
}
.footerBox .footerNav li .itemList a {
  display: block;
  padding: 0.4vw 0;
  line-height: 1.2vw;
  color: #fff;
  text-align: left;
}
.footerBox .footerNav li:last-child {
  margin-right: 0;
}
.footerBox .footerNav li:last-child .itemList {
  width: 175%;
  left: -64%;
}
.footerBox .footerNav li:hover::before {
  width: 100%;
}
.footerBox .footerNav li:hover a {
  color: #e6ebfc;
}
.footerBox .footerNav li:hover .itemList {
  display: block;
}
.footerBox .copyRight {
  border-top: 1px solid #494949;
  font-size: 0.833vw;
  line-height: 4.68vw;
  color: #c1bfbf;
  text-align: center;
}
.footerBox .copyRight a {
  display: inline-block;
  width: 1.66vw;
  height: 1.66vw;
  margin-left: 0.625vw;
  border-radius: 50%;
  background-color: #f7f1e8;
  vertical-align: middle;
}
.footerBox .copyRight a img {
  display: block;
  width: 100%;
}
.footerBox .copyRight a:hover {
  opacity: 0.8;
}

.gotops {
  position: absolute;
  right: 6.25vw;
  bottom: 7.8vw;
  width: 3.54vw;
}
.gotops img {
  display: block;
  width: 100%;
  position: relative;
  animation: arrowmove 1s ease-in-out infinite;
  cursor: pointer;
}

@keyframes arrowmove {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 25px;
  }
  100% {
    bottom: 20px;
  }
}
.pop-up {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
}
.pop-up .cont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  padding-top: 180px;
  border: 1px solid #000;
  background: #fff url(../images/top/up-bg.jpg) no-repeat center top;
  background-size: 100% auto;
}
.pop-up .cont h3 {
  padding-left: 20px;
  font-size: 22px;
  line-height: 48px;
}
.pop-up .cont p {
  padding-left: 20px;
  margin: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.pop-up .cont p span {
  display: inline-block;
  padding: 0 12px;
  margin-right: 5px;
  background-color: #000;
  border: 1px solid #000;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.pop-up .cont p i {
  font-size: 10px;
  font-style: normal;
}
.pop-up .cont p:nth-of-type(2) span {
  background-color: #fff;
  color: #000;
}
.pop-up .cont div {
  display: flex;
  border-top: 1px solid #c0c0c0;
  margin-top: 15px;
}
.pop-up .cont div a {
  width: 50%;
  padding: 50px 0;
}
.pop-up .cont div a:nth-child(1) {
  border-right: 1px solid #c0c0c0;
  box-sizing: border-box;
}
.pop-up .cont div a img {
  display: block;
  height: 25px;
  margin: 0 auto;
}
.pop-up .cont div a span {
  display: block;
  width: 100px;
  height: 26px;
  margin: 15px auto 0;
  background-color: #1469b9;
  border-radius: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
}
.pop-up .cont .close {
  position: absolute;
  right: -45px;
  top: -45px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  color: #000;
  cursor: pointer;
}

.subPage .indexNavMain {
  position: relative;
  padding: 0 12vw;
  background: none;
}
.subPage .indexNavMain .logo .subLogo {
  display: block;
}
.subPage .indexNavMain .logo .indexLogo {
  display: none;
}
.subPage .indexNavMain .topNav li > a {
  color: #333;
}
.subPage .indexNavMain .topNav li::before {
  background: #333;
}

.subBannerMain {
  width: 100%;
  height: 10vw;
  padding-top: 3vw;
  background-color: #7faedb;
  box-sizing: border-box;
}
.subBannerMain h2 {
  font: bold 1.875vw/2vw "NOTOSERIFJP-REGULAR";
  text-align: center;
}
.subBannerMain p {
  font: bold 0.9375vw/2vw "NOTOSERIFJP-REGULAR";
  text-align: center;
}

.storePage {
  color: #000;
}

.subStroe01 {
  width: 50vw;
  padding-bottom: 3vw;
  margin: 0 auto;
  text-align: center;
}
.subStroe01 h3 {
  font: bold 1.56vw/5.2vw "NOTOSERIFJP-REGULAR";
}
.subStroe01 .formList > li {
  padding-top: 1.35vw;
  padding-bottom: 1.04vw;
  border-bottom: 2px solid #7faedb;
}
.subStroe01 .formList > li > span {
  display: block;
  font: bold 1.04vw/1.56vw "NOTOSERIFJP-REGULAR";
}
.subStroe01 .formList > li input {
  display: inline-block;
  width: 0.73vw;
  height: 0.73vw;
  vertical-align: middle;
  cursor: pointer;
}
.subStroe01 .formList > li label {
  display: inline-block;
  padding-left: 0.73vw;
  font-size: 0.73vw;
  line-height: 1.56vw;
  cursor: pointer;
}
.subStroe01 .formList > li:last-child {
  border-bottom: none;
}
.subStroe01 .formList .li01 {
  padding-top: 0;
}
.subStroe01 .formList .li01 img {
  display: block;
  width: 7vw;
  margin-top: 1.35vw;
}
.subStroe01 .formList .li01 .item01 {
  display: inline-block;
  width: 9vw;
  margin: 0 1vw;
  text-align: left;
}
.subStroe01 .formList .li01 .item01:nth-child(2) img {
  margin-left: 1vw;
}
.subStroe01 .formList .li02 .item02 {
  display: inline-block;
  padding: 2vw 1vw 1.3vw;
}
.subStroe01 .formList .li02 .item02 img {
  display: inline-block;
  width: 2.08vw;
  vertical-align: middle;
}
.subStroe01 .formList .li03 {
  margin-top: 1vw;
}
.subStroe01 .formList .li03 > span {
  display: inline-block;
  vertical-align: top;
}
.subStroe01 .formList .li03 .itemWrap {
  position: relative;
  display: inline-block;
  width: 13.64vw;
  margin-left: 1.3vw;
}
.subStroe01 .formList .li03 .itemWrap span {
  display: block;
  width: 100%;
  height: 1.56vw;
  padding-left: 1.56vw;
  color: #fff;
  text-align: left;
  cursor: pointer;
  background: #000 url(../images/top/arr04.png) no-repeat right center;
  background-size: 1.56vw auto;
  border-radius: 1.56vw;
  font-size: 0.73vw;
  line-height: 1.56vw;
  border: none;
  box-sizing: border-box;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu {
  position: absolute;
  left: 0;
  top: 1.56vw;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  z-index: 2;
  text-align: left;
  display: none;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu li {
  padding-left: 1.56vw;
  font-size: 0.73vw;
  line-height: 1.56vw;
  cursor: pointer;
}
.subStroe01 .formList .li03 .itemWrap .dropdown-menu li:hover {
  background-color: #ddd;
}
.subStroe01 .Btnbox {
  padding-top: 2.5vw;
}
.subStroe01 .Btnbox .searchBtn {
  display: inline-block;
  width: 9vw;
  height: 1.56vw;
  margin: 0 1vw;
  border-radius: 1.56vw;
  background-color: #000;
  font-size: 0.9375vw;
  line-height: 1.56vw;
  color: #fff;
  cursor: pointer;
}

.subStroe02 {
  padding-bottom: 2vw;
  background-color: #7faedb;
}
.subStroe02 h3 {
  font: bold 1.56vw/5.2vw "NOTOSERIFJP-REGULAR";
  text-align: center;
}
.subStroe02 .type {
  margin-bottom: 1vw;
  text-align: center;
}
.subStroe02 .type div {
  display: inline-block;
  padding: 0 1vw 1.3vw;
}
.subStroe02 .type span {
  display: inline-block;
  margin-left: 0.3vw;
  font-size: 0.73vw;
  line-height: 1.56vw;
  cursor: pointer;
}
.subStroe02 .type img {
  display: inline-block;
  width: 2.08vw;
  vertical-align: middle;
}
.subStroe02 .list {
  display: flex;
  flex-wrap: wrap;
  width: 50vw;
  margin: 0 auto;
}
.subStroe02 .list li {
  width: 28.5%;
  padding: 1.04vw 0.833vw 1.56vw;
  margin-bottom: 3vw;
  margin-right: 7.25%;
  background-color: #fff;
  border-radius: 1.04vw;
  box-sizing: border-box;
}
.subStroe02 .list li:nth-child(3n) {
  margin-right: 0;
}
.subStroe02 .list li .stroeName {
  border-bottom: 1px solid #000;
  line-height: 4.68vw;
  text-align: center;
}
.subStroe02 .list li .stroeName a {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.25vw;
  line-height: 1.66vw;
  color: #000;
}
.subStroe02 .list li .stroeName a:hover {
  color: #0082e7;
}
.subStroe02 .list li .stroeInfo {
  padding: 0.73vw 1vw;
  font-size: 0.833vw;
  line-height: 1.25vw;
}
.subStroe02 .list li .show {
  padding: 0.26vw 1vw;
  margin-bottom: 1vw;
  background-color: #e7ecef;
  border-radius: 0.73vw;
  cursor: pointer;
}
.subStroe02 .list li .show span {
  float: left;
  font-size: 1.04vw;
  line-height: 2.08vw;
}
.subStroe02 .list li .show img {
  float: right;
  width: 2.08vw;
  transition: all 0.5s;
}
.subStroe02 .list li .show img:hover {
  transform: scale(1.08);
}
.subStroe02 .list li .show:last-child {
  margin-bottom: 0;
}

.subNewsWrap {
  padding: 0 12vw;
  color: #000;
}
.subNewsWrap .subTitle {
  font-size: 2.08vw;
  line-height: 8vw;
  text-align: center;
}
.subNewsWrap .subNewsList {
  display: flex;
  flex-wrap: wrap;
}
.subNewsWrap .subNewsList li {
  width: 23.5%;
  margin-right: 2%;
}
.subNewsWrap .subNewsList li:nth-child(4n) {
  margin-right: 0;
}
.subNewsWrap .subNewsList li .img {
  display: block;
  border-radius: 0.5vw;
  overflow: hidden;
}
.subNewsWrap .subNewsList li .img img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}
.subNewsWrap .subNewsList li .img:hover img {
  transform: scale(1.08);
}
.subNewsWrap .subNewsList li p {
  padding: 1vw 0;
  font-size: 0.9375vw;
  line-height: 2.08vw;
  text-align: center;
}
.subNewsWrap .subNewsList li p a {
  display: block;
  color: #000;
}
.subNewsWrap .subNewsList li p a:hover {
  color: #0082e7;
}
.subNewsWrap .more {
  display: block;
  width: 14vw;
  margin: 3vw auto;
  border: 2px solid #000;
  border-radius: 3vw;
  font-size: 1.04vw;
  line-height: 3vw;
  text-align: center;
  color: #000;
  transition: all 0.5s;
}
.subNewsWrap .more:hover {
  color: #fff;
  background-color: #000;
}

.articleTitle {
  padding: 40px 0 20px;
  border-bottom: 1px solid #000;
  text-align: center;
}
.articleTitle h1 {
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700;
}
.articleTitle .time {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.25;
  color: #999;
}

.articleMain {
  min-height: 80vh;
}
.articleMain .txt {
  padding-top: 2vw;
  padding-bottom: 5vw;
}
.articleMain .txt h3 {
  margin: 32px 0 20px;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
}
.articleMain .txt p {
  min-height: 28.8px;
  font-size: 16px;
  line-height: 1.8;
}
.articleMain .txt img {
  display: block;
  margin: 30px auto;
  max-width: 100%;
}

.comingsoon {
  display: block;
  width: auto;
  margin: 3vw auto 5vw;
}

.section01 {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
.section01 .img {
  display: block;
  width: 100%;
}
.section01 .txt {
  position: absolute;
  left: 10.8vw;
  top: 11.8vw;
  color: #fff;
}
.section01 .txt .logo {
  display: inline-block;
  width: 16.66vw;
  margin-right: 1vw;
  vertical-align: middle;
}
.section01 .txt span {
  display: inline-block;
  padding-right: 0.5vw;
  background-color: #4f5f68;
  border-radius: 0.5vw;
  font: normal 0.9375vw/2.08vw "Jiao-Std-W6";
  vertical-align: middle;
}
.section01 .txt h1 {
  margin-top: 1vw;
  font: bold 3.125vw/5.2vw "Jiao-Std-W6";
}
.section01 .txt p {
  font: normal 1.25vw/2.5vw "Jiao-Std-W6";
}
.section01 .tag {
  position: absolute;
  right: 5.6vw;
  bottom: 5.2vw;
  width: 10.67vw;
}
.section01 .tips {
  position: absolute;
  left: 10.8vw;
  bottom: 2.6vw;
  font: normal 0.9375vw/1.5vw "Jiao-Std-W6";
  color: #aea89c;
}
.section01 .newpart .logo {
  display: block;
  margin-bottom: 2vw;
}
.section01 .newpart h1 {
  font-size: 3.75vw;
  margin-top: 2vw;
}
.section01 .newpart .img02 {
  position: absolute;
  left: 55.2vw;
  top: 4vw;
  width: 24.89vw;
}
.section01 .newpart p {
  position: absolute;
  left: 10.8vw;
  bottom: 4.8vw;
  font: normal 1.875vw/2.5vw "Jiao-Std-W6";
  color: #fff;
}
.section01 .newpart p img {
  display: inline-block;
  width: 12.187vw;
  margin-right: 2vw;
  vertical-align: middle;
}

@keyframes breathe {
  0%, 100% {
    transform: scale(1);
    opacity: 0.7;
  }
  50% {
    transform: scale(1.2);
    opacity: 1;
  }
}
@keyframes fall {
  0% {
    top: -100px;
    transform: translateX(0);
    opacity: 0.8;
  }
  25% {
    transform: translateX(30px);
  }
  50% {
    transform: translateX(-20px);
  }
  75% {
    transform: translateX(20px);
  }
  100% {
    top: 0;
    transform: translateX(0);
    opacity: 0.2;
  }
}
.titleBox {
  padding: 7vw 0 5vw;
  margin: 2.9vw 0 1.3vw;
  background: url(../images/bg01.png) no-repeat center top;
  background-size: 27.135vw auto;
  text-align: center;
}
.titleBox img {
  display: block;
  width: 14vw;
  margin: 0 auto;
}
.titleBox h2 {
  font-size: 4.68vw;
  line-height: 7.3vw;
  font-family: "Jiao-Std-W6";
}
.titleBox h2 span {
  font-size: 3.125vw;
}
.titleBox h2 strong {
  color: #0082e7;
}

.video {
  width: 100%;
  margin-bottom: -1px;
}
.video img {
  display: block;
  width: 100%;
}
.video video {
  display: block;
  width: 100%;
  height: auto;
}

.section04 {
  width: 100%;
  height: 61.45vw;
  padding-top: 11.67vw;
  background: url(../images/sec-4-bg.jpg) no-repeat center top;
  background-size: 100% 101%;
  text-align: center;
  box-sizing: border-box;
}
.section04 h2 {
  font-size: 3.125vw;
  line-height: 4.375vw;
  font-family: "Jiao-Std-W6";
}
.section04 ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 25.5vw;
}
.section04 ul li {
  width: 23%;
  height: 11vw;
  padding-top: 1.3vw;
  margin: 0 1%;
  background-color: rgba(0, 36, 69, 0.8);
  border-radius: 0.5vw;
  transition: all 0.5s;
}
.section04 ul li img {
  display: block;
  width: 4.16vw;
  margin: 0 auto 1.04vw;
}
.section04 ul li p {
  font-size: 1.56vw;
  line-height: 2.08vw;
  color: #fff;
}
.section04 ul li:hover {
  transform: translateY(-1vw);
}

.section05 {
  padding-bottom: 2vw;
}
.section05 a {
  display: block;
  width: 20vw;
  margin: 3vw auto;
  background-color: #3184ff;
  border-radius: 3.2vw;
  font-size: 1.25vw;
  line-height: 3.2vw;
  color: #fff;
  text-align: center;
  transition: all 0.5s;
}
.section05 a:hover {
  transform: scale(1.08);
}
.section05 ul {
  position: relative;
  height: 114vw;
  overflow: hidden;
}
.section05 li {
  position: relative;
  height: 32vw;
  margin-bottom: -4vw;
  overflow: hidden;
  z-index: 1;
}
.section05 li .txt {
  float: left;
  margin-left: 16.67vw;
  margin-top: 10vw;
}
.section05 li .txt h3 {
  margin-bottom: 1.5vw;
  font-size: 3.75vw;
  line-height: 5vw;
  font-family: "NOTOSANSJP-BOLD";
}
.section05 li .txt p {
  font-size: 1.875vw;
  line-height: 2vw;
}
.section05 li .txt p:nth-child(3) {
  margin-top: 0.8vw;
  font-size: 1.25vw;
  color: #ab9273;
}
.section05 li .img {
  position: absolute;
  right: 14.8vw;
  bottom: -4vw;
  width: 35vw;
}
.section05 li .img img {
  display: block;
  width: 100%;
}
.section05 li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f5f0f7;
  clip-path: polygon(0 10%, 100% 0, 100% 90%, 0 100%); /* 斜向裁剪 */
  z-index: -1;
}
.section05 li:nth-child(2n) .txt {
  float: right;
  margin-right: 16.67vw;
  margin-left: 0;
  text-align: right;
}
.section05 li:nth-child(2n) .img {
  left: 14.8vw;
  right: initial;
}
.section05 li:nth-child(1) .img {
  bottom: 3vw;
}
.section05 li:nth-child(2) .img {
  width: 40.3vw;
}
.section05 li:nth-child(2)::before {
  background: #f4ede3;
}
.section05 li:nth-child(3) .img {
  width: 35.35vw;
}
.section05 li:nth-child(3)::before {
  background: #f0f6fb;
}
.section05 li:nth-child(4) {
  margin-bottom: -6vw;
}
.section05 li:nth-child(4) .img {
  width: 37.8vw;
}
.section05 li:nth-child(4)::before {
  background: #edeee9;
}
.section05 li:nth-child(5) {
  height: 10vw;
  margin-bottom: 0;
}
.section05 li:nth-child(5)::before {
  background: #fff;
  clip-path: polygon(0 30%, 100% 0, 100% 70%, 0 100%); /* 斜向裁剪 */
}

.section06 {
  position: relative;
}
.section06 .titleBox h2 {
  font-size: 3.75vw;
}
.section06 li {
  position: relative;
  margin-bottom: 3.96vw;
}
.section06 li .img {
  float: left;
  width: 50%;
  border-radius: 0.5vw;
  overflow: hidden;
}
.section06 li .img img {
  display: block;
  width: 100%;
}
.section06 li .txt {
  position: absolute;
  left: 56.25%;
  top: 50%;
  width: 36%;
  transform: translateY(-50%);
}
.section06 li .txt h3 {
  margin-bottom: 1.56vw;
  font-size: 1.875vw;
  line-height: 3.125vw;
  font-family: "Jiao-Std-W6";
}
.section06 li .txt p {
  font-size: 0.9375vw;
  line-height: 1.56vw;
  color: #666;
}
.section06 li .txt .tip {
  margin-top: 1.56vw;
  font-size: 0.73vw;
  line-height: 1.25vw;
  color: #999;
}
.section06 li:nth-child(2n) .img {
  float: right;
}
.section06 li:nth-child(2n) .txt {
  left: 0;
}

.section07 {
  padding: 4vw 0;
  background: linear-gradient(#fff, #d4e4f3);
}
.section07 h2 {
  margin-bottom: -8vw;
  font-size: 3.126vw;
  line-height: 4.68vw;
  text-align: center;
  font-weight: normal;
}
.section07 h2 strong {
  position: relative;
  display: inline-block;
  font-size: 4.16vw;
  z-index: 1;
  font-family: "Jiao-Std-W6";
}
.section07 h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.04vw;
  background-color: #bdd5ec;
  z-index: -1;
}
.section07 .imgbox {
  margin-left: 3.64vw;
  display: flex;
  align-items: flex-end;
}
.section07 .imgbox div {
  width: 15.3vw;
  margin-right: 1.45vw;
}
.section07 .imgbox div:nth-child(4) {
  width: 24.48vw;
}
.section07 .imgbox img {
  display: block;
  width: 100%;
  margin-bottom: 1.87vw;
  border-radius: 0.5vw;
}

.section08 {
  position: relative;
}
.section08 img {
  display: block;
  width: 100%;
}
.section08 ol {
  position: absolute;
  left: 58.6vw;
  top: 11.5vw;
}
.section08 ol li {
  font-size: 1.56vw;
  color: #494749;
  line-height: 3.75vw;
}
.section08 ol li strong {
  display: block;
  font-size: 3.75vw;
}
.section08 ol li strong i {
  font-style: normal;
  font-weight: normal;
  font-size: 1.875vw;
}

.section09 {
  padding-top: 10vw;
  background: url(../images/sec-9-bg.jpg) no-repeat center top;
  background-size: 100% 101%;
}
.section09 > div {
  height: 32vw;
  padding-left: 2vw;
  box-sizing: border-box;
}
.section09 p {
  font-size: 1.25vw;
  line-height: 3.125vw;
}
.section09 p strong {
  font-size: 2.5vw;
  color: #0082e7;
}
.section09 p span {
  display: block;
  font-size: 2.5vw;
}
.section09 .p01 {
  float: left;
}
.section09 .p02 {
  float: right;
  width: 28.6vw;
  margin-right: 4.2vw;
  margin-top: 2vw;
  text-align: right;
}
.section09 .p03 {
  float: left;
  width: 100%;
  font-size: 7.9vw;
  line-height: 12vw;
}
.section09 .p03 strong {
  display: inline-block;
  font-size: 11vw;
  margin-left: 22vw;
  margin-right: 1vw;
  letter-spacing: -1.2vw;
  font-family: "Jiao-Std-W6";
}
.section09 .p04 {
  float: left;
  width: 100%;
  margin-top: 5vw;
  font-size: 16px;
  color: #fff;
}
.section09 img {
  position: absolute;
  left: 22.6vw;
  top: -2vw;
  width: 19.11vw;
}

.section10 {
  position: relative;
}
.section10 img {
  display: block;
  width: 100%;
}
.section10 .txt {
  position: absolute;
  left: 0;
  top: 5vw;
  width: 100%;
  text-align: center;
}
.section10 h2 {
  font-size: 2.5vw;
  line-height: 5vw;
  color: #fff;
}
.section10 h2 span {
  display: block;
  font-size: 3.75vw;
  font-family: "Jiao-Std-W6";
}
.section10 p {
  font-size: 1.25vw;
  line-height: 3.2vw;
}

.section11 {
  position: relative;
  padding: 6.5vw 0;
  background: url(../images/sec-11-bg.jpg) no-repeat center top;
  background-size: 100% 100%;
}
.section11 .img {
  float: left;
  width: 44.5%;
}
.section11 .txt {
  float: left;
  width: 36.7%;
  margin-left: 10%;
  margin-top: 2vw;
}
.section11 .txt h2 {
  font-size: 1.875vw;
  line-height: 4vw;
  color: #0082e7;
}
.section11 .txt h3 {
  font-size: 1.875vw;
  line-height: 3.125vw;
  font-family: "Jiao-Std-W6";
}
.section11 .txt p {
  margin-top: 1vw;
  font-size: 0.9375vw;
  line-height: 1.56vw;
  color: #666;
}

.section12 {
  padding-bottom: 3vw;
  background: url(../images/sec-12-bg.png) no-repeat;
  background-position: center 4.58vw;
  background-size: 100% auto;
}
.section12 .titleBox {
  padding-bottom: 1vw;
}
.section12 .newImg {
  display: block;
  width: 60vw;
  margin: 0 auto;
}
.section12 .sales {
  text-align: center;
}
.section12 .sales .p01 {
  font-size: 2.5vw;
  line-height: 5.3vw;
}
.section12 .sales .p01 img {
  display: inline-block;
  width: 10.677vw;
  margin-right: 1vw;
}
.section12 .sales .p01 strong {
  position: relative;
  display: inline-block;
  font-size: 10.156vw;
  line-height: 12vw;
  color: #ab9273;
  font-family: "Jiao-Std-W6";
}
.section12 .sales .p01 strong i {
  font-size: 4.68vw;
  font-style: normal;
  font-family: "Jiao-Std-W6";
}
.section12 .sales .p01 strong::after, .section12 .sales .p01 strong::before {
  content: "";
  position: absolute;
  top: -5vw;
  left: -11vw;
  width: 9.375vw;
  height: 16.31vw;
  background: url(../images/sec-12-img01.png) no-repeat center top;
  background-size: 100% auto;
}
.section12 .sales .p01 strong::before {
  left: initial;
  right: -13vw;
  background-image: url(../images/sec-12-img02.png);
}
.section12 .sales .p01 span {
  font-size: 3.125vw;
  line-height: 3vw;
  color: #ab9273;
}
.section12 .sales .p02 {
  font-size: 1.56vw;
  line-height: 4vw;
  color: #ab9273;
}
.section12 h3 {
  height: 6vw;
  margin-bottom: 6vw;
  border-bottom: 1px solid #cbe1f5;
  font-size: 3.75vw;
  line-height: 12vw;
  color: #3474ba;
  text-align: center;
  font-family: "Jiao-Std-W6";
}
.section12 h3 span {
  display: inline-block;
  padding: 0 1vw;
  background-color: #fff;
}
.section12 table {
  width: 100%;
  font-size: 1.25vw;
  line-height: 2.3vw;
}
.section12 table tr th {
  padding: 1.15vw 0;
  border-bottom: 1px solid #dcdcdc;
}
.section12 table tr th:nth-child(2) {
  color: #fff;
  background-color: #b3c3c9;
}
.section12 table tr td {
  padding: 1.15vw 0;
  border-bottom: 1px solid #dcdcdc;
}
.section12 table tr td:nth-child(1) {
  width: 19.4vw;
  padding-left: 4vw;
  font-weight: bold;
  box-sizing: border-box;
}
.section12 table tr td:nth-child(2) {
  color: #666;
}
.section12 table tr strong {
  margin-right: 1.3vw;
  color: #3474ba;
}
.section12 .table {
  padding: 8vw 4vw 5vw;
  margin-top: 15.36vw;
  margin-bottom: 5vw;
  background-color: #f6f6f6;
  border-radius: 2.5vw;
  box-sizing: border-box;
}
.section12 .table .img01 {
  position: absolute;
  left: 50%;
  top: -8.33vw;
  width: 34.47vw;
  margin-left: -17.23vw;
}
.section12 .table h4 {
  font-size: 2.5vw;
  line-height: 10vw;
  text-align: center;
  border-bottom: 1px solid #b5b5b5;
}
.section12 .table h4 img {
  display: inline-block;
  width: 24vw;
  margin-right: 1vw;
  vertical-align: middle;
}
.section12 .table02 {
  padding-top: 2vw;
  margin-top: 6vw;
  margin-bottom: 3vw;
}
.section12 .table02 h4 {
  width: 37vw;
  line-height: 6vw;
  border-bottom: none;
}
.section12 .table02 table {
  width: 37vw;
}
.section12 .table02 .img02 {
  position: absolute;
  right: 8vw;
  top: 5vw;
  width: 14.84vw;
}
.section12 .table03 {
  padding-top: 4vw;
  margin-top: 6vw;
  margin-bottom: 3vw;
}
.section12 .table03 h4 {
  margin-bottom: 5vw;
  line-height: 4vw;
  border-bottom: none;
}
.section12 .table03 h4 strong {
  position: relative;
  display: inline-block;
  font-size: 3.75vw;
  z-index: 1;
  font-family: "Jiao-Std-W6";
}
.section12 .table03 h4 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.04vw;
  background-color: #bdd5ec;
  z-index: -1;
}
.section12 .table03 table {
  background-color: #fff;
  text-align: center;
  border-collapse: separate; /* 确保边框分开 */
  border-spacing: 0; /* 去除单元格之间的间隙 */
  border: 1px solid #dcdcdc; /* 表格边框 */
  border-radius: 10px; /* 圆角 */
  overflow: hidden; /* 隐藏超出圆角的部分 */
}
.section12 .table03 table td {
  width: 25%;
  box-sizing: border-box;
}
.section12 .table03 table td:nth-child(1) {
  width: 25%;
  padding-left: 0;
}
.section12 .table03 table td:nth-child(2) {
  color: #fff;
  background-color: #b3c3c9;
}
.section12 .table03 table tr:last-child td {
  border-bottom: none;
}
.section12 .table03 table img {
  width: 12.34vw;
}
.section12 .table03 table .circle {
  width: 2.08vw;
  vertical-align: middle;
}
.section12 .text-r {
  text-align: right;
  font-size: 1.04vw;
  line-height: 4vw;
}

.section13 {
  display: flex;
  flex-wrap: wrap;
}
.section13 > div {
  position: relative;
  width: 50%;
}
.section13 > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.section13 .bg {
  display: block;
  width: 100%;
}
.section13 .txt {
  position: absolute;
  left: 13.54vw;
  top: 7.5vw;
}
.section13 .txt h2 {
  font-size: 4.58vw;
  line-height: 6vw;
  color: #fff;
}
.section13 .txt p {
  display: inline-block;
  font-size: 0.9375vw;
  line-height: 2.5vw;
  color: #fff;
}
.section13 .txt p span {
  display: block;
  border-bottom: 1px solid #fff;
}
.section13 .txt .btn {
  display: block;
  width: 7.6vw;
  margin-left: 2.3vw;
  margin-top: 4vw;
  border-radius: 3vw;
  background-color: #3184ff;
  font-size: 0.9375vw;
  line-height: 3vw;
  color: #fff;
  text-align: center;
}
.section13 .img {
  position: absolute;
  left: 10vw;
  top: 8.5vw;
  width: 21.66vw;
}

.gotop {
  position: fixed;
  right: 3.125vw;
  bottom: 3.6vw;
  width: 3.4vw;
  height: 3.4vw;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px #dbd3d3;
  line-height: 3.4vw;
  text-align: center;
  cursor: pointer;
  z-index: 9;
}
.gotop img {
  width: 1.25vw;
  vertical-align: middle;
}
.gotop:hover {
  background-color: #ebebeb;
}

.buy {
  position: fixed;
  right: 3.125vw;
  bottom: 8vw;
  width: 3.4vw;
  height: 3.4vw;
  background-color: #3184ff;
  border-radius: 50%;
  box-shadow: 0 0 3px #dbd3d3;
  line-height: 3.4vw;
  text-align: center;
  transition: all 0.1s;
  cursor: pointer;
  z-index: 9;
  overflow: hidden;
}
.buy a {
  position: absolute;
  left: 0;
  top: 0;
  width: 8vw;
  text-align: left;
}
.buy img {
  width: 1.66vw;
  margin: 0 0.8vw;
  vertical-align: middle;
}
.buy span {
  margin-left: 1vw;
  font-size: 0.9375vw;
  color: #fff;
}
.buy:hover {
  width: 7.6vw;
  border-radius: 1.7vw;
}
.buy:hover a {
  text-align: center;
}
.buy:hover span {
  margin-left: 0.5vw;
}
.buy:hover img {
  margin: 0;
}

.QA {
  bottom: 12.4vw;
  background-color: #4d72be;
}
.QA a {
  width: 10vw;
}
.QA:hover {
  width: 10vw;
}

.section14 h2 {
  margin-bottom: 5vw;
  line-height: 4vw;
  border-bottom: none;
  text-align: center;
}
.section14 h2 strong {
  position: relative;
  display: inline-block;
  font-size: 3.75vw;
  z-index: 1;
  font-family: "Jiao-Std-W6";
}
.section14 h2 strong::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.04vw;
  background-color: #bdd5ec;
  z-index: -1;
}
.section14 .faq {
  margin: 3vw auto 7vw;
  font-size: 1.25vw;
  line-height: 2.5vw;
}
.section14 .faq li {
  position: relative;
  padding: 0 1.5vw;
  background-color: #fff;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  margin-bottom: 2vw;
  cursor: pointer;
}
.section14 .faq li::after {
  content: "";
  position: absolute;
  right: 1.5vw;
  top: 1.75vw;
  width: 2vw;
  height: 2vw;
  background: url(../images/icon6.png) no-repeat;
  background-size: 100% auto;
}
.section14 .faq li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.section14 .faq .current {
  border: 1px solid #0082e7;
}
.section14 .faq h4, .section14 .faq div {
  position: relative;
  padding: 1.5vw 0 1.5vw 2.2vw;
}
.section14 .faq span {
  position: absolute;
  padding-right: 0.5vw;
  border-right: 1px solid #0082e7;
  left: 0;
  top: 1.5vw;
  font-size: 1.5vw;
}
.section14 .faq h4 span {
  color: #0082e7;
}
.section14 .faq div {
  border-top: 1px solid #dcdcdc;
  display: none;
}

.order-title {
  position: relative;
  padding: 30px 50px 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.order-title h1 {
  position: relative;
  font-size: 48px;
  line-height: 300px;
  transition: all 0.5s;
  z-index: 1;
}
.order-title h1:hover {
  transform: translateY(-15px);
}
.order-title span {
  display: block;
  margin-top: -300px;
  font-size: 170px;
  line-height: 300px;
  font-family: "NOTOSANSJP-BOLD";
  font-weight: bold;
  color: #ede5d5;
  text-transform: uppercase;
  font-style: italic;
}
.order-title .logo {
  position: absolute;
  left: 50px;
  top: 20px;
  width: 150px;
}
.order-title .logo img {
  display: block;
  width: 100%;
}

.order-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 40px 80px;
}
.order-container h2 {
  font-size: 30px;
  line-height: 60px;
}
.order-container .order-list {
  width: 100%;
}
.order-container .order-list > li {
  padding: 28px 0 38px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e9e8e8;
}
.order-container .order-list > li p, .order-container .order-list > li label {
  font: normal 18px/60px "NOTOSANSJP-REGULAR";
  color: #000;
}
.order-container .order-list > li p strong, .order-container .order-list > li label strong {
  display: inline-block;
  padding: 0 15px;
  border: 1px solid #3184ff;
  border-radius: 5px;
  font: normal 16px/26px "NOTOSANSJP-REGULAR";
  color: #3184ff;
  vertical-align: middle;
}
.order-container .order-list > li .form-group {
  position: relative;
  width: 48%;
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #222;
}
.order-container .order-list > li .form-group span {
  display: block;
  cursor: pointer;
}
.order-container .order-list > li .form-group .dropdown-toggle, .order-container .order-list > li .form-group .form-input, .order-container .order-list > li .form-group textarea {
  display: block;
  width: 100%;
  height: 64px;
  padding-left: 20px;
  background: #f2f2f2;
  border-radius: 5px;
  font-size: 18px;
  line-height: 64px;
  border: none;
  box-sizing: border-box;
}
.order-container .order-list > li .form-group textarea {
  height: 370px;
  padding: 20px;
  font: normal 18px/50px "NOTOSANSJP-REGULAR";
  color: #222;
}
.order-container .order-list > li .form-group .dropdown-toggle {
  background: #f2f2f2 url(../images/icon-arr.png) no-repeat right center;
}
.order-container .order-list > li .form-group .dropdown-menu {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  background-color: #f2f2f2;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 5px 5px;
  z-index: 2;
  display: none;
}
.order-container .order-list > li .form-group .dropdown-menu li {
  padding-left: 1em;
  font-size: 18px;
  line-height: 50px;
  cursor: pointer;
}
.order-container .order-list > li .form-group .dropdown-menu li:hover {
  background-color: #ddd;
}
.order-container .order-list > li .form-group #orderDate {
  padding-right: 20px;
}
.order-container .order-list > li .long {
  width: 98%;
}
.order-container .order-list .order-confirmation li {
  position: relative;
  padding-left: 40px;
}
.order-container .order-list .order-confirmation li input {
  position: absolute;
  left: 10px;
  top: 23px;
}

.form-actions {
  text-align: center;
}
.form-actions button, .form-actions a {
  display: inline-block;
  margin: 3vw 2vw;
  padding: 0 2vw;
  height: 3vw;
  background-color: #3184ff;
  border: none;
  border-radius: 3vw;
  font: normal 1.25vw/3vw "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.form-actions .btn-edit {
  background-color: #969696;
  display: none;
}
.form-actions .btn-submit {
  display: none;
}

/* 错误状态样式 */
.input-error {
  border-color: #f5222d !important;
}

.input-error + label {
  color: #f5222d;
}

/* 只读显示样式 */
.display-value {
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}

/* 隐藏按钮 */
.hidden {
  display: none;
}

/* 显示按钮 */
.visible {
  display: inline-block;
}

.thank-you-message {
  padding-top: 8vw;
  background-color: #fff;
  text-align: center;
}

.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
  color: #333;
}

.thank-you-message p {
  font-size: 1.5vw;
  color: #555;
  line-height: 1.6;
}

@media (min-width: 0) and (max-width: 1400px) {
  .w1440 {
    width: 85vw;
  }
  .w1280 {
    width: 85vw;
  }
  .order-title span {
    font-size: 13vw;
  }
}
.contactPage .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;
}

contactPage .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 {
  /* チェックボックス */
  /* 送信ボタン */
  /* 確認画面 */
}

.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;
}/*# sourceMappingURL=index-pc.css.map */