*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 0.52vw;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  scroll-behavior: smooth;
}
@media only screen and (max-width: 750px) {
  html {
    font-size: 1.3333vw;
    scroll-padding-top: 0;
  }
}
html:lang(vi) {
  font-family: "Noto Sans Thai", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
html:lang(ch) {
  font-family: "Noto Sans SC", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

body {
  background: #fff;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
}

.bg__wrapper {
  position: relative;
  padding-top: 10rem;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90rem, #F4F2EA), to(#F4F2EA));
  background: linear-gradient(to bottom, transparent 0%, #F4F2EA 90rem, #F4F2EA 100%);
}
.bg__wrapper > *:not(.bg) {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  .bg__wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(132rem, #FEFEFD), to(#FEFEFD));
    background: linear-gradient(to bottom, transparent 0%, #FEFEFD 132rem, #FEFEFD 100%);
  }
}

.bg {
  opacity: 0;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: url(../img/bg.webp) top -3rem center/100% no-repeat;
}
@media only screen and (max-width: 750px) {
  .bg {
    background-image: url(../img/bg-sp.webp);
  }
}

.shopPage .bg {
  background: url(../img/bg_shop.webp) top center/cover no-repeat;
}
@media only screen and (max-width: 750px) {
  .shopPage .bg {
    background-image: url(../img/bg_shop-sp.webp);
  }
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

ul,
ol {
  list-style: none;
}

img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  vertical-align: bottom;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
}

@media only screen and (max-width: 750px) {
  .forPC {
    display: none;
  }
}

.forSP {
  display: none;
}
@media only screen and (max-width: 750px) {
  .forSP {
    display: block;
  }
}

.heading--secondary {
  font-size: 6.6rem;
  line-height: 1.48;
  font-weight: bold;
}

.text {
  font-size: 2.4rem;
  line-height: 1.75;
}

.slide03 .heading--secondary, .slide03 .text {
  padding: 0 2rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: inline;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(48%, #fff), color-stop(48%, transparent), color-stop(52%, transparent), color-stop(52%, #fff), to(#fff));
  background: linear-gradient(#fff 0%, #fff 48%, transparent 48%, transparent 52%, #fff 52%, #fff 100%);
}
@media only screen and (max-width: 750px) {
  .slide03 .heading--secondary, .slide03 .text {
    background: none;
    color: #fff;
  }
}
.slide03 .text {
  background: #fff;
}
@media only screen and (max-width: 750px) {
  .slide03 .text {
    background: none;
  }
}

.text__link {
  position: relative;
}
.text__link::after {
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  position: absolute;
  content: "";
  left: 0;
  bottom: -1rem;
  width: 0;
  height: 1px;
  background-color: #014EA1;
}
.text__link:hover::after {
  width: 100%;
}

.heading--section {
  text-align: center;
  font-size: 7rem;
  position: relative;
  padding: 14.8rem 0 3rem;
  margin-bottom: 10rem;
}
@media only screen and (max-width: 750px) {
  .heading--section {
    font-size: 5.8rem;
    padding: 10.8rem 0 3rem;
  }
}
.heading--section::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9rem;
  height: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#004EA2), color-stop(50%, #99E54C), to(#FF9300));
  background: linear-gradient(90deg, #004EA2 0%, #99E54C 50%, #FF9300 100%);
}

.heading--tertiary {
  font-size: 4.6rem;
}
@media only screen and (max-width: 750px) {
  .heading--tertiary {
    font-size: 5.4rem;
  }
}

.sub {
  font-size: 2.4rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .sub {
    font-size: 3.2rem;
  }
}

.story .sub {
  margin: 1rem 0 2.5rem;
  position: relative;
  padding-bottom: 5rem;
}
@media only screen and (max-width: 750px) {
  .story .sub {
    padding-bottom: 7rem;
    margin-bottom: 4rem;
  }
}
.story .sub::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 9rem;
  height: 0.3rem;
  background: -webkit-gradient(linear, left top, right top, from(#004EA2), color-stop(50%, #99E54C), to(#FF9300));
  background: linear-gradient(90deg, #004EA2 0%, #99E54C 50%, #FF9300 100%);
}

.story__text {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .story__text {
    font-size: 2.8rem;
    letter-spacing: 0.02em;
  }
}

.products__title {
  font-size: 4rem;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .products__title {
    font-size: 4.6rem;
  }
}

.prif__title {
  font-size: 3.2rem;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #D3D3D3;
  margin-top: 5rem;
  margin-bottom: 3.5rem;
}

.shop__list {
  font-size: 2rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 750px) {
  .shop__list {
    font-size: 2.4rem;
  }
}

@-webkit-keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes width {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes slideInL {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideInL {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideInR {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@keyframes slideInR {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    opacity: 1;
  }
}
@-webkit-keyframes slideInB {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideInB {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
    opacity: 1;
  }
}
.bg {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: loading;
          animation-name: loading;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.swiper-pagination-bullet-active::after {
  -webkit-animation: width 8s linear forwards;
          animation: width 8s linear forwards;
}

.animation {
  opacity: 0;
}

.animated.slideIn--left {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: slideInL;
          animation-name: slideInL;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animated.slideIn--right {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: slideInR;
          animation-name: slideInR;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
.animated.slideIn--bottom {
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-name: slideInB;
          animation-name: slideInB;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.btn__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.9rem;
  padding-bottom: 6rem;
  padding-top: 6rem;
  background-color: #FBFAF7;
}
@media only screen and (max-width: 750px) {
  .btn__wrapper {
    gap: 2rem;
  }
}

.btn {
  color: #fff;
  background-color: #004EA2;
  width: 28.6rem;
  height: 5.5rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
@media only screen and (max-width: 750px) {
  .btn {
    font-size: 2.4rem;
    width: 33.5rem;
    height: 8rem;
  }
}
.btn::after {
  content: "";
  width: 1.7rem;
  height: 1.5rem;
  margin-left: 1rem;
  background: url(../img/btn.svg) center/contain no-repeat;
}
@media only screen and (max-width: 750px) {
  .btn::after {
    width: 2.5rem;
    height: 2.2rem;
  }
}
.btn:hover {
  background-color: #3178C4;
}

.shops .btn {
  width: 34.6rem;
  height: 9.4rem;
  border-radius: 5rem;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}
.shops .btn::after {
  background: none;
  border-right: 0.3rem solid #fff;
  border-bottom: 0.3rem solid #fff;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-transform: rotate(-45deg) translateY(0.3rem);
          transform: rotate(-45deg) translateY(0.3rem);
}

.shopPage .btn {
  color: #000;
  background-color: #fff;
}
.shopPage .btn::after {
  background: none;
  border-left: 1px solid #004EA2;
  border-bottom: 1px solid #004EA2;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (max-width: 750px) {
  .shopPage .btn::after {
    border-width: 2px;
    width: 1.5rem;
    height: 1.5rem;
  }
}
.shopPage .btn--top {
  position: relative;
}
.shopPage .btn--top::after {
  position: absolute;
  width: 0;
  height: 1px;
  left: 5rem;
  bottom: 1rem;
  background-color: #014EA1;
  -webkit-transition: width 0.8s;
  transition: width 0.8s;
  border: none;
  -webkit-transform: none;
          transform: none;
}
.shopPage .btn--top:hover::after {
  width: 17rem;
}
@media only screen and (max-width: 750px) {
  .shopPage .btn--top:hover::after {
    width: 21rem;
  }
}
.shopPage .btn--top::before {
  content: "";
  border-left: 1px solid #004EA2;
  border-bottom: 1px solid #004EA2;
  width: 0.8rem;
  height: 0.8rem;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5.3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 750px) {
  .cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4rem;
  }
}

.card {
  width: 76.9rem;
  background-color: #FAF8F4;
  border-radius: 5rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media only screen and (max-width: 750px) {
  .card {
    width: 61rem;
    margin: 0 auto;
  }
}
.card__img--top {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  width: 9rem;
  padding: 10rem 0 3rem;
}
@media only screen and (max-width: 750px) {
  .card__img--top {
    width: 12rem;
    padding: 7rem 0 2rem;
  }
}
.card:nth-child(2) .card__img--top {
  width: 14rem;
}
@media only screen and (max-width: 750px) {
  .card:nth-child(2) .card__img--top {
    width: 20rem;
    padding: 7rem 0 3rem;
  }
}
.card__title {
  font-size: 4.4rem;
}
.card__text {
  font-size: 1.6rem;
  line-height: 1.875;
  padding: 3rem 0 4rem;
}
@media only screen and (max-width: 750px) {
  .card__text {
    font-size: 2.8rem;
    line-height: 1.64;
    padding: 3rem 2rem;
  }
}

.merit .card > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cards--prod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem 2rem;
}
.cards--prod .card__link {
  width: 65rem;
  height: 22.9rem;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 2rem;
}
@media only screen and (max-width: 750px) {
  .cards--prod .card__link {
    width: 62rem;
  }
}
.cards--prod .card__link:hover {
  background-color: #F7F6F2;
}
.cards--prod .card__link:hover .card__text {
  border-left: 1px solid #fff;
}
.cards--prod .card__img {
  height: 16.9rem;
  width: 20.3rem;
}
.cards--prod .card__text {
  width: 44.7rem;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  border-left: 1px solid #ddd;
  margin: 0;
  padding: 7rem 4rem 0 3rem;
}
@media only screen and (max-width: 750px) {
  .cards--prod .card__text {
    padding: 8rem 0 0 4.5rem;
  }
}
.cards--prod .card__title {
  font-size: 2.6rem;
}
@media only screen and (max-width: 750px) {
  .cards--prod .card__title {
    font-size: 3rem;
  }
}
.cards--prod .code {
  font-size: 1.8rem;
  font-weight: 200;
  color: #707070;
}
@media only screen and (max-width: 750px) {
  .cards--prod .code {
    font-size: 2.4rem;
  }
}

html:lang(ch) .slide01 {
  gap: 0;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media only screen and (max-width: 750px) {
  html:lang(ch) .slide01 {
    padding: 17rem 0 12rem;
    gap: 8rem;
  }
  html:lang(ch) .slide01 .heading--secondary {
    padding-left: 3rem;
    font-size: 6rem;
  }
}
html:lang(ch) .slide01 .text__wrapper {
  width: 81rem;
  margin-left: 8rem;
}
@media only screen and (max-width: 750px) {
  html:lang(ch) .slide01 .text__wrapper {
    width: 100%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 750px) {
  html:lang(ch) .slide02 .text__wrapper {
    margin-left: 4rem;
  }
}
html:lang(ch) .shopPage .btn--top::after {
  left: 9rem;
}
html:lang(ch) .shopPage .btn--top:hover::after {
  width: 8.5rem;
  left: 9rem;
}

html:lang(vi) .slide01 {
  gap: 4rem;
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .slide01 {
    padding: 15rem 0 12rem;
    gap: 1rem;
  }
}
html:lang(vi) .slide01 .text__wrapper {
  width: 64rem;
}
html:lang(vi) .slide02 .text__wrapper {
  width: 73rem;
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .l-header__gnav .item {
    padding-left: 3rem;
  }
  html:lang(vi) .l-header__gnav .item::after {
    right: 3rem;
  }
  html:lang(vi) .l-header__gnav .item:first-child {
    line-height: 1.2;
    padding: 4.4rem 4rem 4.4rem 4rem;
  }
  html:lang(vi) .l-header__gnav .item:first-child::after {
    top: 7.5rem;
  }
  html:lang(vi) .slide02 .text__wrapper,
  html:lang(vi) .slide03 .text__wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 69rem;
  }
}
html:lang(vi) .products__list:last-child .card--prod:last-child .card__title {
  line-height: 1.5;
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .story section {
    background-color: #000;
    background-position: left top 15rem;
    height: 157rem;
    width: 72rem;
    border-radius: 0 3rem 3rem 0;
  }
  html:lang(vi) .story .story_02 {
    margin-left: auto;
    height: 167rem;
    background-position: right top 26rem;
    border-radius: 3rem 0 0 3rem;
  }
  html:lang(vi) .story .story_03 {
    height: 163rem;
    background-position: left top 32rem;
  }
  html:lang(vi) .products__list:not(:first-child) .card__title {
    line-height: 1.5;
  }
  html:lang(vi) .products__list:not(:first-child) .cards--prod .card__text {
    padding: 6rem 4rem 0 4.5rem;
  }
}
html:lang(vi) .merit .card__title {
  height: 100%;
  min-height: 0%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  padding-left: 2rem;
  padding-right: 2rem;
}
html:lang(vi) .merit .card__text {
  height: 100%;
  min-height: 0%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .merit .card__text {
    height: unset;
  }
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .btn__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
html:lang(vi) .btn__wrapper .btn {
  width: 45rem;
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .btn__wrapper .btn {
    width: 80%;
  }
}
html:lang(vi) .footer__list {
  font-weight: 300;
  width: 47rem;
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .footer__list {
    font-size: 1.6rem;
    padding: 0 2rem;
    width: unset;
  }
}
html:lang(vi) .copyright {
  font-weight: 300;
}
html:lang(vi) .shopPage .area__lists {
  width: 90%;
}
html:lang(vi) .shopPage .area__list {
  width: 15rem;
}
html:lang(vi) .shopPage .area__list::after {
  -webkit-transform: rotate(-45deg) translate(2px, -2px);
          transform: rotate(-45deg) translate(2px, -2px);
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .shopPage .area__list::after {
    -webkit-transform: rotate(-45deg) translate(0, 0);
            transform: rotate(-45deg) translate(0, 0);
  }
}
html:lang(vi) .shopPage .area__list::before {
  left: 2rem;
}
html:lang(vi) .shopPage .area__list:hover::before {
  width: 11rem;
}
html:lang(vi) .shopPage .list__wrapper {
  padding: 10rem 9rem;
}
@media only screen and (max-width: 750px) {
  html:lang(vi) .shopPage .list__wrapper {
    padding: 5rem 4rem;
  }
  html:lang(vi) .shopPage .list__wrapper .prif__title {
    margin-right: 2rem;
  }
  html:lang(vi) .shopPage .list__wrapper .shop__list {
    font-size: 2.2rem;
  }
}

.footer {
  position: relative;
  z-index: 1;
  padding: 0 3rem 3rem;
  font-size: 3rem;
  font-weight: 200;
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#545454), to(#000));
  background: linear-gradient(90deg, #545454 0%, #000 100%);
}
@media only screen and (max-width: 750px) {
  .footer {
    font-size: 2.1rem;
  }
}
.footer__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8rem 0;
}
@media only screen and (max-width: 750px) {
  .footer__lists {
    padding: 2.6rem 0;
  }
}
.footer__list {
  width: 30rem;
  text-align: center;
  position: relative;
}
.footer__list::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 2rem;
  background-color: #b7b7b7;
  right: 0;
  top: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .footer__list::after {
    top: 0.8rem;
  }
}
.footer__list:first-child:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 2rem;
  background-color: #b7b7b7;
  left: 0;
  top: 1.5rem;
}
@media only screen and (max-width: 750px) {
  .footer__list:first-child:before {
    top: 0.8rem;
  }
}

.copyright {
  font-size: 1.2rem;
  font-weight: 100;
  text-align: center;
  padding-top: 2.5rem;
  border-top: 1px solid #5C5C5C;
  color: #D3D3D3;
}
@media only screen and (max-width: 750px) {
  .copyright {
    font-size: 1.8rem;
  }
}

.l-header {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 10rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-header__logo {
  width: 12.4rem;
  height: 2.8rem;
}
@media screen and (max-width: 750px) {
  .l-header__logo {
    width: 16.8rem;
    height: 3.8rem;
    margin: 3rem 0 3.2rem auto;
  }
}
.l-header__language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: 6rem;
  gap: 1.2rem;
}
@media screen and (max-width: 750px) {
  .l-header__language {
    margin-left: 4.7rem;
    margin-right: 2.8rem;
    font-size: 1.8rem;
    gap: 2.8rem;
  }
}
.l-header__language .btn--lang:first-child {
  position: relative;
}
.l-header__language .btn--lang:first-child::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 1.2rem;
  background-color: #d0d0d0;
  right: -1.2rem;
  top: 0.5rem;
}
@media screen and (max-width: 750px) {
  .l-header__language .btn--lang:first-child::after {
    height: 2rem;
    right: -2rem;
  }
}
.l-header.header--hide {
  -webkit-transform: translateY(-10rem);
          transform: translateY(-10rem);
}

.mainVisual {
  height: 90rem;
  margin-top: -102vh;
}
@media only screen and (max-width: 750px) {
  .mainVisual {
    height: 135.8rem;
  }
}

.slide01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13rem;
  padding: 0 0 4rem 4rem;
}
@media only screen and (max-width: 750px) {
  .slide01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 13rem 4rem 12rem;
    gap: 1rem;
    text-align: center;
  }
}
.slide01 .text__wrapper {
  padding-bottom: 3rem;
}

.swiper-slide .text__wrapper {
  width: 54.5rem;
}
@media only screen and (max-width: 750px) {
  .swiper-slide .text__wrapper {
    width: 66rem;
  }
}
.swiper-slide .heading--secondary {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .swiper-slide .heading--secondary {
    line-height: 1.32;
  }
}

.mv__img {
  width: 77.3rem;
}
@media only screen and (max-width: 750px) {
  .mv__img {
    width: 50rem;
  }
}

.slide02 .text__wrapper,
.slide03 .text__wrapper {
  width: 74rem;
  height: 90rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 13rem;
}
@media only screen and (max-width: 750px) {
  .slide02 .text__wrapper,
  .slide03 .text__wrapper {
    height: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin: 8.2rem 0 0 6rem;
  }
}

.slide02 .text__wrapper {
  color: #fff;
}

.slide02,
.slide03 {
  position: relative;
}
.slide02::after,
.slide03::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 7rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, #F6F4ED));
  background-image: linear-gradient(transparent 0%, #F6F4ED 50% #F6F4ED 100%);
}

.slide02 {
  background: url(../img/mv_02.webp) top center/cover;
}
@media only screen and (max-width: 750px) {
  .slide02 {
    background: url(../img/mv_02-sp.webp) top 0 center/100%;
  }
  .slide02::after {
    display: none;
  }
}

.slide03 {
  background: url(../img/mv_03.webp) top center/cover;
}
@media only screen and (max-width: 750px) {
  .slide03 {
    background: url(../img/mv_03-sp.webp) top center/cover;
  }
}
.slide03::after {
  height: 10rem;
  bottom: -1rem;
}

.swiper-slide.swiper-slide-prev,
.swiper-slide.swiper-slide-next {
  opacity: 0 !important;
}

.swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: 32rem;
  margin-left: 11rem;
  margin-bottom: 9.6rem;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin: 0 auto 24rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.swiper-pagination-bullet {
  width: 8.3rem;
  height: 0.3rem;
  border-radius: 0;
  background-color: #ADADAD;
  opacity: 1;
}
.swiper-pagination-bullet::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0.3rem;
  background-color: #014EA1;
}
.swiper-pagination-bullet:not(:last-child) {
  margin-right: 1.5rem !important;
}

.swiper-pagination-bullet-active {
  position: relative;
}
.swiper-pagination-bullet-active::after {
  position: absolute;
  content: "";
  width: 8.3rem;
  height: 0.3rem;
  background-color: #014EA1;
}

.tech, .merit {
  width: 186rem;
  background-color: #fff;
  border-radius: 7.5rem;
  margin: 0 auto;
}
@media only screen and (max-width: 750px) {
  .tech, .merit {
    width: 69rem;
    border-radius: 2.3rem;
  }
}

.tech {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (max-width: 750px) {
  .tech {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 5rem;
    padding-bottom: 6.8rem;
  }
}
.tech__img {
  width: 93.6rem;
  margin: 6rem 12rem 2rem 5rem;
}
@media only screen and (max-width: 750px) {
  .tech__img {
    width: 58.3rem;
    margin: 4rem 7rem 0rem 5rem;
  }
}
.tech .heading--secondary {
  margin: 2rem 0 3rem;
}
@media only screen and (max-width: 750px) {
  .tech .heading--secondary {
    margin-bottom: 2rem;
  }
}
.tech .text {
  margin-bottom: 3rem;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  .tech .text {
    font-size: 3.2rem;
  }
  .tech .text:last-child {
    margin-bottom: 0;
  }
}
.tech .text__wrapper {
  padding-right: 4rem;
}
@media only screen and (max-width: 750px) {
  .tech .text__wrapper {
    padding-left: 4rem;
  }
}

.story {
  background-color: #FAF9F5;
  margin-top: 16.5rem;
  padding-bottom: 0.1rem;
}
@media only screen and (max-width: 750px) {
  .story {
    margin-top: 10.5rem;
  }
}
.story section {
  height: 82.2rem;
  color: #fff;
  padding-left: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4.5rem;
  background: url(../img/story_01.webp) top left/189rem no-repeat;
}
@media only screen and (max-width: 750px) {
  .story section {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 142rem;
    padding-left: 7rem;
    padding-top: 10rem;
    margin-bottom: 3rem;
    background: url(../img/story_01-sp.webp) top left/72rem no-repeat;
  }
}
.story section > * {
  width: 48.3rem;
}
@media only screen and (max-width: 750px) {
  .story section > * {
    width: 60rem;
  }
}
.story .story_02 {
  padding-left: 0;
  padding-right: 12rem;
  background-image: url(../img/story_02.webp);
  background-position: top right;
}
@media only screen and (max-width: 750px) {
  .story .story_02 {
    height: 146rem;
    padding-right: 5rem;
    padding-top: 10rem;
    background-image: url(../img/story_02-sp.webp);
  }
}
.story .story_02 > * {
  margin-left: auto;
}
.story .story_03 {
  margin-bottom: 18rem;
  background-image: url(../img/story_03.webp);
}
@media only screen and (max-width: 750px) {
  .story .story_03 {
    height: 131.2rem;
    padding-top: 11rem;
    background-image: url(../img/story_03-sp.webp);
  }
  .story .story_03 .heading--tertiary {
    font-size: 4.6rem;
  }
}
.story .story_03 > * {
  width: 54rem;
}
@media only screen and (max-width: 750px) {
  .story .story_03 > * {
    width: 60rem;
  }
}

.merit {
  margin: -8rem auto 5rem;
  padding: 3.2rem 0 18rem;
}
@media only screen and (max-width: 750px) {
  .merit {
    padding-bottom: 11rem;
    margin: -22rem auto 4rem;
  }
  .merit .heading--section {
    padding: 4rem 4rem 3rem;
  }
}

.products {
  padding: 3rem 0 13rem;
}
@media only screen and (max-width: 750px) {
  .products {
    padding: 0.2rem 0 11rem;
  }
}
.products__list {
  margin: 5rem auto;
  width: 140rem;
  background-color: #F0EFE9;
  border-radius: 4rem;
  padding: 4rem;
}
@media only screen and (max-width: 750px) {
  .products__list {
    width: 69rem;
    margin: 3rem auto;
    padding: 5rem 3.5rem 4rem 3.5rem;
  }
}
.products__title {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 750px) {
  .products__title {
    margin-bottom: 6rem;
  }
}

.shops {
  background-color: #fff;
}
.shops .container {
  width: 140rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3rem 0;
}
@media only screen and (max-width: 750px) {
  .shops .container {
    width: 61.5rem;
    padding: 10rem 0;
  }
  .shops .text__wrapper {
    width: 58rem;
    position: relative;
    z-index: 1;
  }
  .shops .text__wrapper .btn {
    width: 58rem;
    height: 11.4rem;
    border-radius: 10rem;
    font-size: 3rem;
  }
}
.shops__img {
  width: 64.8rem;
}
@media only screen and (max-width: 750px) {
  .shops__img {
    width: 33.2rem;
    -webkit-transform: translate(-30rem, -5.5rem);
            transform: translate(-30rem, -5.5rem);
  }
}
.shops .heading--section {
  text-align: left;
  padding: 12.5rem 0 2.8rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 750px) {
  .shops .heading--section {
    padding: 1rem 0 2.8rem;
  }
}
.shops .heading--section::after {
  left: 0;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.shops .sub {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 750px) {
  .shops .sub {
    font-size: 2.8rem;
    font-weight: normal;
    width: 32rem;
  }
}

.shopPage .content {
  width: 140rem;
  margin: -100vh auto 0;
  padding-bottom: 12.5rem;
}
@media only screen and (max-width: 750px) {
  .shopPage .content {
    width: 69rem;
  }
}
.shopPage .heading--secondary {
  text-align: center;
  margin: 9.4rem 0 3.5rem;
}
@media only screen and (max-width: 750px) {
  .shopPage .heading--secondary {
    margin-bottom: 2.5rem;
  }
}
.shopPage .area__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  margin: 0 auto 6.5rem;
}
@media only screen and (max-width: 750px) {
  .shopPage .area__lists {
    font-size: 2.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 0;
    width: 80%;
    margin-bottom: 5rem;
  }
}
.shopPage .area__list {
  width: 10rem;
  height: 3.8rem;
  border-left: 1px solid #D3D3D3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
  position: relative;
}
@media only screen and (max-width: 750px) {
  .shopPage .area__list {
    width: 11.5rem;
  }
  .shopPage .area__list:nth-child(4) {
    border-right: 1px solid #D3D3D3;
  }
}
.shopPage .area__list:last-child {
  border-right: 1px solid #D3D3D3;
}
.shopPage .area__list::before {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  left: 1rem;
  bottom: -0.5rem;
  border-bottom: 1px solid #014EA1;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}
.shopPage .area__list:hover::before {
  width: 8rem;
}
.shopPage .area__list::after {
  content: "";
  border-left: 1px solid #004EA2;
  border-bottom: 1px solid #004EA2;
  width: 1rem;
  height: 1rem;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.shopPage .annotation {
  font-size: 1.2rem;
  color: #656565;
  margin-left: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.shopPage .annotation:nth-of-type(2) {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 750px) {
  .shopPage .annotation {
    font-size: 2rem;
    margin-left: 0;
    text-indent: -1em;
    padding-left: 1em;
  }
}
.shopPage .list__wrapper {
  background-color: #fff;
  border-radius: 7.5rem;
  padding: 10rem 12rem;
}
@media only screen and (max-width: 750px) {
  .shopPage .list__wrapper {
    border-radius: 3rem;
    padding: 5rem 4rem;
  }
}
.shopPage .prif__lists.hidden {
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.shopPage .shop__lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shopPage .shop__list {
  width: 50%;
}
@media only screen and (max-width: 750px) {
  .shopPage .shop__list {
    width: 100%;
  }
}
.shopPage .btn--more {
  margin: 6rem auto 3rem;
}
@media only screen and (max-width: 750px) {
  .shopPage .btn--more {
    margin: 4rem auto;
  }
}
.shopPage .btn--top {
  margin: 3rem auto 0;
}