@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@400&display=swap");
@font-face {
  font-weight: BaskOldFace;
  src: url("../fonts/BASKVILL.ttf");
}
@-webkit-keyframes slide-in-top {
  100% {
    -webkit-transform: translateY(-230px);
    transform: translateY(-230px);
  }
  0% {
    -webkit-transform: translateY(230px);
    transform: translateY(230px);
  }
}
@-webkit-keyframes slide-in-top-sp {
  100% {
    -webkit-transform: translateY(-120px);
    transform: translateY(-120px);
  }
  0% {
    -webkit-transform: translateY(120px);
    transform: translateY(120px);
  }
}
@keyframes background {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.swiper-wrapper {
  transition-timing-function: linear;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 15px;
}

body {
  background: #fff;
  overflow-x: hidden;
  position: relative;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 2px;
  color: #56646f;
}
body a {
  text-decoration: none;
}
body a:hover {
  opacity: 0.7;
}
body ul {
  margin: 0;
  list-style: none;
}
body p {
  line-height: 1.5;
}

.only-mobile {
  display: none;
}

.text-green {
  color: #74ae65;
}

.no-scroll {
  overflow: hidden;
}

.wrapper {
  overflow: hidden;
}

.header-mobile {
  display: none;
}

.main-container {
  width: 88%;
  margin: 0 auto;
}

.sm-container {
  max-width: 100%;
  width: 1120px;
  margin: 0 auto;
}

.box-container {
  max-width: 100%;
  width: 1366px;
  margin: 0 auto;
}

.btn-main {
  width: 350px;
  height: 60px;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  font-size: 24px;
  color: #56646f;
  font-family: "Cormorant Garamond", serif;
  align-items: center;
  border: 1px solid #74ae65;
}

.button-slide {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.button-slide .in {
  position: relative;
  width: 100%;
  height: 100%;
}
.button-slide .in .main-slide-control-num {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 11px;
}
.button-slide .in .main-slide-control-bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.wrapper {
  position: relative;
}
.wrapper .overlay-wrap {
  background: #fff;
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 480px) {
  br.sm {
    display: none;
  }
}
.spin {
  width: 50px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spin:hover {
  color: #333;
}
.spin::before, .spin::after {
  top: 0;
  left: 0;
}
.spin::before {
  border: 2px solid transparent;
}
.spin::after {
  border: 0 solid transparent;
}

.circle {
  border-radius: 100%;
  box-shadow: none;
}
.circle::before, .circle::after {
  border-radius: 100%;
}

.spin.show::before {
  border-top-color: #333;
  border-right-color: #333;
  border-bottom-color: #333;
  transition: border-top-color 0.5s linear, border-right-color 0.5s linear 0.5s, border-bottom-color 0.5s linear 0.5s;
}
.spin.show::after {
  border-top: 2px solid #333;
  border-left-width: 2px;
  border-right-width: 2px;
  transform: rotate(270deg);
  transition: transform 5s linear 0s, border-left-width 0s linear 5s;
}

#countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  height: 50px;
  width: 50px;
}
#countdown p {
  margin: 0;
}

.banner {
  height: 100vh;
  background-image: url("../images/mv-bg-block.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left;
  position: relative;
}
.banner .main-container {
  position: relative;
  padding-top: 50px;
}
.banner header {
  position: relative;
}
.banner header .shop-info {
  position: absolute;
  right: 0px;
  z-index: 2;
  top: 40px;
}
.banner .slider-header {
  position: absolute;
  left: 328px;
  top: 0;
  width: 70%;
  height: 85vh;
  background-color: #fff;
}
.banner .slider-header .slider-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .slider-header .slider-inner .slider-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 1.5s;
}
.banner .slider-header .slider-inner .slider-item.slide1 {
  background-image: url("../images/slide-1.png");
}
.banner .slider-header .slider-inner .slider-item.slide2 {
  background-image: url("../images/slide-2.png");
}
.banner .slider-header .slider-inner .slider-item.show {
  opacity: 1;
}
.banner .banner-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  padding: 0px;
}
.banner .banner-content .inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .banner-content .h1 {
  z-index: 1;
  position: absolute;
  bottom: 31%;
  left: 6.3%;
}
.banner .banner-content .v-text {
  display: flex;
  flex-direction: column;
  position: absolute;
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  line-height: 1.4em;
  top: 20%;
  left: 11%;
}
.banner .banner-content .v-text .break {
  margin-bottom: 20px;
}
.banner .banner-content .line-text {
  position: absolute;
  left: 21%;
  bottom: 10.6%;
}
.banner .banner-content .line-text .text {
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  letter-spacing: 5px;
}
.banner .banner-content .line-text .text:first-child {
  margin-bottom: 60px;
}
.banner .scroll-wrap {
  right: 140px;
  position: absolute;
  width: 2px;
  height: 230px;
  background: #bad2db;
  overflow: hidden;
  bottom: 0;
}
.banner .scroll-wrap .scroll-line {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #56646f;
  animation: slide-in-top 2s ease-in-out infinite reverse both;
}

.section.introduce {
  padding: 280px 0 470px;
  position: relative;
}
.section.introduce .intro-img {
  position: absolute;
  top: 360px;
  width: 40%;
  right: 0;
  background-image: url(../images/intro.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 23vw;
  min-height: 250px;
}
.section.introduce .main-container {
  padding-left: 16%;
}
@media (max-width: 1700px) {
  .section.introduce .main-container {
    padding-left: 5%;
  }
}
@media (max-width: 1500px) {
  .section.introduce .main-container {
    width: 96%;
  }
}
.section.introduce .main-container p {
  line-height: 2;
  color: #56646f;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}
.section.introduce .main-container p:first-child {
  margin-bottom: 60px;
}
.section.introduce .navigation {
  position: absolute;
  z-index: 100;
  top: 0px;
  right: 70px;
  padding-top: 50px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transition: all ease 0.2s;
}
.section.introduce .navigation.fixed {
  position: fixed;
}
.section.introduce .navigation li {
  margin-bottom: 30px;
  text-align: right;
  position: relative;
}
.section.introduce .navigation li.active:after {
  background: #74ae65;
}
.section.introduce .navigation li:after {
  position: absolute;
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #dfdfdf;
  right: -24px;
  top: 7px;
}
.section.introduce .navigation li a {
  text-align: right;
  font-size: 14px;
  color: #56646f;
  cursor: pointer;
}
.section.introduce .navigation .nav-btn {
  font-size: 14px;
  border: 1px solid #74ae65;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 18px;
  letter-spacing: 2px;
  margin-right: -20px;
  color: #56646f;
}

.town.section {
  height: 900px;
  width: 73%;
  background-image: url(../images/town.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center left;
}
.town.section .main-container {
  position: relative;
  height: 100%;
}
.town.section .main-container .town-card {
  position: absolute;
  width: 530px;
  padding: 70px;
  background: #fff;
  right: -340px;
  top: 50%;
  transform: translateY(-50%);
}
.town.section .main-container .town-card .town-title {
  font-weight: normal;
  margin-bottom: 50px;
  font-size: 28px;
  color: #56646f;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
}
.town.section .main-container .town-card .town-body {
  font-family: "Noto Serif JP", serif;
  color: #56646f;
  font-size: 16px;
  line-height: 1.9;
}

.section.factory {
  background-image: url("../images/factory.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.factory .main-container {
  padding-top: 280px;
  padding-bottom: 275px;
  padding-left: 250px;
  color: #fff;
}
.section.factory .main-container h3 {
  margin-bottom: 50px;
  font-size: 28px;
  line-height: 1.7;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
}
.section.factory .main-container p {
  line-height: 2.2;
  font-size: 16px;
  width: 360px;
}

.section.research-top .main-container {
  position: relative;
  margin-top: 170px;
  padding-top: 170px;
}
.section.research-top .main-container > img {
  display: block;
  margin-left: auto;
  margin-right: 0px;
}
.section.research-top .main-container .ctt-title {
  font-size: 2rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.section.research-top .main-container .box-content {
  position: absolute;
  top: 0px;
  right: 10%;
  width: 560px;
  padding: 70px;
  background-color: #fff;
}
.section.research-top .main-container .box-content .ctt-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section.research-top .main-container .box-content .ctt-logo img:nth-child(1) {
  max-width: 70px;
}
.section.research-top .main-container .box-content .ctt-logo img:nth-child(2) {
  max-width: 140px;
}
.section.research-top .main-container .box-content .ctt-logo img:nth-child(3) {
  max-width: 80px;
}
.section.research-top .main-container .box-content .ctt-body {
  font-size: 1.14rem;
  margin-bottom: 2.5rem;
  line-height: 2em;
}
.section.research-top .main-container .box-content .ctt-note {
  font-size: 0.85rem;
}

.section.research .main-container {
  padding: 80px 110px 250px 157px;
}
.section.research .main-container .box-content {
  display: flex;
  margin-top: 70px;
}
.section.research .main-container .box-content .box-content__left {
  flex-basis: 683px;
  padding-right: 110px;
}
.section.research .main-container .box-content .box-content__right {
  padding-top: 50px;
  flex-basis: calc(100% - 683px);
}
.section.research .main-container .box-content .box-content__right p {
  font-size: 16px;
  color: #56646f;
  line-height: 1.9;
  font-weight: 500;
}
.section.research .main-container .box-content .box-content__right p.short-desc {
  margin-bottom: 45px;
}
.section.research .main-container .box-content .box-content__right p.desc {
  margin-bottom: 100px;
}
.section.research .main-container .box-content .box-content__right h3 {
  color: #56646f;
  line-height: 1;
  font-size: 36px;
  margin-top: 25px;
  margin-bottom: 25px;
}

.section.box-slide {
  background-image: url("../images/gradation-pattern.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.section.box-slide .main-container {
  display: flex;
  position: relative;
}
.section.box-slide .main-container .right {
  width: 400px;
  position: absolute;
  right: 0;
  top: -95px;
}
.section.box-slide .main-container .right .swiper-container {
  height: 1122px;
  overflow: hidden;
}
.section.box-slide .main-container .left {
  flex-basis: calc(100% - 270px);
  padding-left: 15%;
  padding-right: 245px;
  height: 924px;
}
.section.box-slide .main-container .left h3 {
  font-size: 48px;
  color: #56646f;
  line-height: 2.4;
  margin-top: -120px;
  letter-spacing: 10px;
}
.section.box-slide .main-container .left p {
  font-size: 16px;
  font-weight: 500;
  color: #56646f;
  line-height: 2;
  margin-bottom: 60px;
  max-width: 768px;
}
.section.box-slide .main-container .left p:first-of-type {
  margin-top: 90px;
}
.section.box-slide .main-container .left p.sub-ttl {
  font-weight: bold;
}
.section.box-slide .main-container .left p a {
  text-decoration: underline;
  color: #56646f;
}
.section.box-slide .main-container .left p:last-child {
  margin-bottom: 0;
}

.jarallax {
  position: relative;
  z-index: 0;
}

.section.parallax {
  position: relative;
  z-index: 0;
  height: 350px;
  display: flex;
  align-items: center;
  background-image: url("../images/p1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.parallax .main-container {
  padding-left: 280px;
}
.section.parallax .main-container h3 {
  font-size: 48px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 10px;
}

.section.product1 {
  background: #fbfaf3;
  padding: 120px 0 200px;
}
.section.product1 .rows {
  display: flex;
}
.section.product1 .rows .rows_left {
  flex-basis: 55%;
}
.section.product1 .rows .rows_right {
  flex-basis: 45%;
}
.section.product1 .num {
  font-size: 20px;
  color: #bad2db;
  font-style: italic;
  line-height: 1;
  margin-bottom: 25px;
}
.section.product1 h4 {
  font-size: 28px;
  color: #56646f;
  margin-bottom: 50px;
  line-height: 1;
}
.section.product1 .desc {
  font-size: 16px;
  color: #56646f;
  line-height: 1.9;
  font-weight: 500;
}
.section.product1 .row1 {
  margin-bottom: 100px;
}
.section.product1 .row1 .rows_left {
  padding-top: 90px;
}
.section.product1 .row1 .rows_right {
  padding-left: 135px;
}
.section.product1 .row2 {
  margin-bottom: 100px;
}
.section.product1 .row2 h4 {
  line-height: 1.6;
}
.section.product1 .row2 .rows_right {
  padding-left: 15px;
  padding-top: 85px;
}
.section.product1 .row3 h4 {
  line-height: 1.6;
}

.section.face {
  height: 680px;
  background-image: url("../images/effect.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.face h3 {
  padding-left: 275px;
  font-size: 48px;
  color: #fff;
  line-height: 2.5;
  font-weight: 500;
  padding-top: 145px;
  letter-spacing: 10px;
}

.box-moist.section .anchor-wrap {
  position: relative;
  z-index: 2;
  width: 1120px;
  display: flex;
  margin: -55px auto 0;
  justify-content: space-between;
}
.box-moist.section .anchor-wrap .anchor-item {
  flex-basis: calc((100% - 120px) / 3);
}
.box-moist.section .anchor-wrap .anchor-item .anchor-title {
  display: flex;
  padding-right: 10px;
  margin-bottom: 60px;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1;
  justify-content: space-between;
  align-items: center;
  position: relative;
  display: block;
}
.box-moist.section .anchor-wrap .anchor-item .anchor-title:before {
  content: "";
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0px;
  right: 10px;
  background-image: url("../images/arow.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.box-moist.section .anchor-wrap .anchor-item .line {
  height: 1px;
  background: #74ae65;
  margin-bottom: 40px;
  display: block;
}
.box-moist.section .anchor-wrap .anchor-item .anchor-link {
  display: block;
}
.box-moist.section .anchor-wrap .anchor-item a {
  font-size: 28px;
  color: #56646f;
  line-height: 1;
  font-weight: 300;
  letter-spacing: 2px;
  display: block;
}
.box-moist.section .moist-wrap {
  width: 1366px;
  margin: 200px auto 0;
  position: relative;
  height: 680px;
  background-image: url("../images/hand.png");
  background-repeat: no-repeat;
  background-size: cover;
}
.box-moist.section .moist-wrap h3 {
  position: absolute;
  line-height: 1;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  top: -125px;
  left: 80px;
  font-family: "Cormorant Garamond", serif;
}
.box-moist.section .moist-wrap .card-moist {
  padding: 80px;
  background: #fff;
  position: absolute;
  right: 80px;
  bottom: -420px;
  width: 450px;
}
.box-moist.section .moist-wrap .card-moist .card-title {
  font-size: 28px;
  color: #56646f;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
.box-moist.section .moist-wrap .card-moist .card-content {
  margin-top: 2.5rem;
}
.box-moist.section .moist-wrap .card-moist .card-content p {
  margin: 0;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #56646f;
}
.box-moist.section .moist-wrap .card-moist .card-content p.ctt-note {
  font-size: 0.85rem;
  margin-top: 2.5rem;
}
.box-moist.section .chart-wrap {
  width: 1366px;
  margin: 0 auto;
  padding-top: 100px;
  padding-left: 110px;
  padding-right: 110px;
}
.box-moist.section .chart-wrap .chart-detail .chart-title {
  font-size: 28px;
  line-height: 1.7;
  color: #56646f;
  margin-top: 150px;
  margin-bottom: 65px;
}
.box-moist.section .chart-wrap .chart-detail .chart-desc {
  position: relative;
  max-width: 840px;
}
.box-moist.section .chart-wrap .chart-detail .chart-desc p {
  background: #fff;
  z-index: 1;
  font-size: 16px;
  color: #56646f;
  line-height: 1.9;
  font-weight: 500;
  position: relative;
  padding-top: 20px;
  padding-right: 45px;
}
.box-moist.section .chart-wrap .chart-detail .chart-desc img {
  position: absolute;
  top: -265px;
  right: -240px;
}
.box-moist.section .anti-oxydant {
  width: 1366px;
  height: 680px;
  background-repeat: no-repeat;
  background-image: url("../images/anti_bg.png");
  background-size: cover;
  background-position: center;
  margin: 210px auto 0;
  position: relative;
}
.box-moist.section .anti-oxydant .title {
  position: absolute;
  line-height: 1;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  top: -155px;
  left: 80px;
  font-family: "Cormorant Garamond", serif;
}
.box-moist.section .anti-oxydant .card-anti {
  padding: 80px;
  background: #fff;
  position: absolute;
  left: 80px;
  bottom: -520px;
  display: inline-block;
  width: 450px;
}
.box-moist.section .anti-oxydant .card-anti .card-title {
  font-size: 28px;
  color: #56646f;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
.box-moist.section .anti-oxydant .card-anti .card-content {
  margin-top: 2rem;
}
.box-moist.section .anti-oxydant .card-anti .card-content p {
  margin: 0;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #56646f;
}
.box-moist.section .anti-oxydant .card-anti .card-content p.ctt-note {
  font-size: 0.85rem;
  margin-top: 2rem;
}
.box-moist.section .anti-images {
  width: 1366px;
  margin: 0 auto;
}
.box-moist.section .anti-images .images-wrap {
  text-align: right;
  position: relative;
  padding-top: 120px;
  z-index: -1;
}
.box-moist.section .anti-images .images-wrap img:first-child {
  margin-bottom: 80px;
}
.box-moist.section .anti-images .images-wrap img:nth-child(2) {
  margin-bottom: 80px;
}

.section.box-protection {
  margin-top: 180px;
}
.section.box-protection .images-wrap {
  height: 680px;
  width: 1366px;
  margin: auto;
  background-image: url("../images/protect.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section.box-protection .images-wrap h3 {
  position: absolute;
  line-height: 1;
  font-size: 42px;
  font-weight: 300;
  color: #fff;
  letter-spacing: 5px;
  top: -155px;
  left: 80px;
  font-family: "Cormorant Garamond", serif;
}
.section.box-protection .images-wrap .cards {
  padding: 80px 90px 80px 80px;
  background: #fff;
  position: absolute;
  right: 80px;
  bottom: -440px;
  width: 500px;
}
.section.box-protection .images-wrap .cards .card-title {
  font-size: 28px;
  color: #56646f;
  line-height: 1.8;
  font-weight: 300;
  font-family: "Noto Serif JP", serif;
}
.section.box-protection .images-wrap .cards .card-content {
  margin-top: 3rem;
}
.section.box-protection .images-wrap .cards .card-content p {
  margin: 0;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  color: #56646f;
}
.section.box-protection .images-wrap .cards .card-content p.ctt-note {
  font-size: 0.85rem;
  margin-top: 2.5rem;
}
.section.box-protection .images-desc {
  width: 1366px;
  margin: auto;
  padding-top: 100px;
  padding-left: 80px;
  padding-bottom: 180px;
}

.section.box-circle {
  background-image: url("../images/gradation-pattern_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.section.box-circle .box-container {
  height: 680px;
  position: relative;
}
.section.box-circle .box-container .circle {
  position: absolute;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  border: 3px solid #fff;
  font-size: 34px;
  line-height: 1.2em;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
}
.section.box-circle .box-container .circle.circle1 {
  bottom: 360px;
  right: 200px;
}
.section.box-circle .box-container .circle.circle2 {
  bottom: 175px;
  right: 385px;
}
.section.box-circle .box-container .circle.circle3 {
  bottom: 115px;
  right: 120px;
}
.section.box-circle .box-container .circle-content {
  padding-left: 115px;
  padding-top: 120px;
}
.section.box-circle .box-container .circle-content .big {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 50px;
}
.section.box-circle .box-container .circle-content p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
.section.box-circle .box-container .circle-content p.ctt-note {
  font-size: 0.85rem;
  margin-top: 2.5rem;
}
.section.box-circle .box-container .signature {
  position: absolute;
  bottom: 30px;
  z-index: 2;
}

.section.skin {
  padding-bottom: 400px;
}
.section.skin .skin_wrapper {
  display: flex;
  padding-left: 120px;
  padding-right: 115px;
}
.section.skin .skin_wrapper .skin-left {
  flex-basis: 600px;
  margin-top: -125px;
}
.section.skin .skin_wrapper .skin-left img {
  position: relative;
}
.section.skin .skin_wrapper .skin-left img:nth-child(1) {
  margin-left: -110px;
  z-index: 1;
}
.section.skin .skin_wrapper .skin-left img:nth-child(2) {
  margin-top: -50px;
  z-index: 0;
}
.section.skin .skin_wrapper .skin-right {
  flex-basis: calc(100% - 600px);
  padding-top: 150px;
  padding-left: 120px;
}
.section.skin .skin_wrapper .skin-right .skin-title {
  font-size: 32px;
  color: #56646f;
  font-weight: 400;
  margin-bottom: 110px;
  line-height: 1.5em;
}
.section.skin .skin_wrapper .skin-right .skin-item {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
.section.skin .skin_wrapper .skin-right .skin-item:last-child {
  margin-bottom: 0;
}
.section.skin .skin_wrapper .skin-right .skin-item .num {
  color: #bad2db;
  font-size: 20px;
  font-family: BaskOldFace;
  font-style: italic;
  position: relative;
}
.section.skin .skin_wrapper .skin-right .skin-item .num:after {
  position: absolute;
  content: "";
  display: block;
  width: 18px;
  background: #bad2db;
  height: 1px;
}
.section.skin .skin_wrapper .skin-right .skin-item .text {
  font-size: 24px;
  color: #56646f;
  font-weight: 400;
  margin-left: 10px;
}

.section.silking {
  background-image: url("../images/silking.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 70px;
}
.section.silking .box-container {
  padding-top: 120px;
  position: relative;
}
.section.silking .box-container .text-animation {
  display: inline-flex;
  text-transform: uppercase;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  transform: translate(-50%, -50%);
  position: absolute;
  transform: rotate(-90deg);
  font-style: italic;
  font-size: 100px;
  letter-spacing: 15px;
}
.section.silking .box-container .text-animation.top-silking {
  left: -20px;
  top: -45px;
  color: #bad2db;
}
.section.silking .box-container .text-animation.btm-silking {
  right: -20px;
  bottom: -165px;
  color: #bad2db;
}
.section.silking .box-container .text-animation span {
  color: #fff;
}
.section.silking .box-title {
  line-height: 1;
  font-size: 48px;
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
  letter-spacing: 10px;
}
.section.silking .box-detail {
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
}
.section.silking .box-detail p {
  font-size: 16px;
  color: #fff;
  line-height: 2.4;
  font-weight: 400;
}

.section.steps {
  padding-top: 365px;
  padding-bottom: 410px;
}
.section.steps .step-container {
  width: 1128px;
  margin: 0 auto;
}
.section.steps .step-container h3 {
  font-size: 48px;
  color: #56646f;
  line-height: 2.1;
  font-weight: 300;
  letter-spacing: 10px;
}
.section.steps .step-container .box-detail {
  margin-top: -35px;
  padding-left: 616px;
}
.section.steps .step-container .box-detail p {
  font-size: 16px;
  line-height: 2;
  color: #56646f;
  font-weight: 500;
}
.section.steps .step-container .box-detail p:first-child {
  margin-bottom: 40px;
}
.section.steps .step-container .step-list {
  display: flex;
  justify-content: space-between;
}
.section.steps .step-container .step-list .step-item {
  flex-basis: calc((100% - 220px) / 3);
}
.section.steps .step-container .step-list .step-item:nth-child(2) {
  margin-top: 125px;
}
.section.steps .step-container .step-list .step-item:nth-child(3) {
  margin-top: 255px;
}
.section.steps .step-container .step-list .step-detail {
  position: relative;
  padding-top: 70px;
}
.section.steps .step-container .step-list .step-detail .step-title {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-weight: 300;
  font-size: 42px;
  letter-spacing: 7px;
  color: #999999;
  top: -27px;
  left: -27px;
  line-height: 1;
}
.section.steps .step-container .step-list .step-detail .step-desc {
  color: #56646f;
  font-size: 16px;
  line-height: 2.1;
  padding-right: 5px;
  letter-spacing: 4px;
  font-weight: 500;
}

.box-gray .box-wrapper {
  width: 94%;
  height: 45vw;
  margin-left: auto;
  margin-right: 0;
  background-image: url("../images/box-gray.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.box-gray .box-wrapper .text-top {
  position: absolute;
  top: -145px;
  font-size: 32px;
  color: #56646f;
  line-height: 1.8;
  left: 270px;
  letter-spacing: 4px;
}

.box-animate {
  padding-top: 256px;
  padding-bottom: 200px;
}
.box-animate.bg-gray {
  background: darkgray;
}
.box-animate .box-container h3 {
  padding-left: 120px;
  font-size: 48px;
  color: #56646f;
  line-height: 2.4;
  letter-spacing: 6px;
}
.box-animate .box-container .img-shop {
  margin-top: 50px;
  text-align: center;
}
.box-animate .box-container .shop-detail {
  width: 635px;
  margin: 50px auto 0;
}
.box-animate .box-container .shop-detail p {
  font-size: 16px;
  color: #56646f;
  line-height: 1.8;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
}
.box-animate .box-container .shop-detail p.mb50 {
  margin-bottom: 50px;
}
.box-animate .box-container .shop-detail p.mb160 {
  margin-bottom: 160px;
}
.box-animate .box-container .btn-map {
  margin-top: 35px;
}
.box-animate .box-container .line {
  height: 1px;
  margin: 200px 0;
  background: #dfdfdf;
}
.box-animate .box-container .web-info {
  text-align: center;
}
.box-animate .box-container .web-info .btn-main {
  margin: 45px auto 40px;
}
.box-animate .box-container .social {
  margin-top: 40px;
  margin-bottom: 45px;
  display: flex;
  justify-content: center;
}
.box-animate .box-container .social a {
  margin-right: 35px;
}
.box-animate .box-container .social a:last-child {
  margin-right: 0;
}
.box-animate .box-container .shop-info {
  font-family: "Noto Serif JP", serif;
  color: #56646f;
  line-height: 2.2;
  letter-spacing: 1px;
  margin-top: 55px;
}
.box-animate .box-container .shop-info p {
  margin-top: 1.5rem;
}
.box-animate .box-container .shop-info p span {
  color: #74ae65;
  font-size: 0.85rem;
}
.box-animate .box-container .shop-info p a {
  color: #56646f;
  transition: opacity 0.2s;
}
.box-animate .box-container .footer-text {
  font-size: 20px;
  color: #56646f;
  letter-spacing: 3px;
  font-family: "Cormorant Garamond", serif;
}

@media only screen and (max-width: 1400px) {
  .banner .slider-header {
    left: 220px;
    width: 80%;
  }

  .banner .scroll-wrap {
    right: 70px;
  }

  .section.introduce .main-container {
    padding-left: 0px;
  }

  .section.research .main-container {
    padding: 80px 110px 250px 57px;
  }

  .section.box-slide .main-container .left {
    padding-left: 150px;
  }

  .section.parallax .main-container {
    padding-left: 150px;
  }

  .section.face h3 {
    padding-left: 150px;
  }
}
@media only screen and (max-width: 1200px) {
  body {
    width: 1200px;
    overflow: auto;
  }

  .main-container {
    width: 94%;
  }

  .section.introduce .intro-img {
    width: 50%;
  }

  .section.research .main-container {
    padding: 80px 0 250px 0;
  }

  .section.box-slide .main-container .left {
    padding-left: 50px;
  }

  .section.parallax .main-container {
    padding-left: 50px;
  }

  .section.face h3 {
    padding-left: 50px;
  }

  .box-moist.section .moist-wrap {
    max-width: 100%;
  }

  .box-moist.section .moist-wrap .card-moist {
    right: 30px;
  }

  .box-moist.section .anti-oxydant {
    max-width: 100%;
  }

  .box-moist.section .anti-images {
    max-width: 100%;
  }

  .section.box-protection .images-wrap {
    max-width: 100%;
  }

  .section.box-protection .images-desc {
    max-width: 100%;
    padding-left: 0px;
    padding-top: 500px;
    text-align: center;
  }

  .section.box-circle .box-container .circle-content {
    padding-left: 50px;
  }

  .section.box-circle .box-container .circle.circle1 {
    right: 130px;
  }

  .section.box-circle .box-container .circle.circle2 {
    right: 315px;
  }

  .section.box-circle .box-container .circle.circle3 {
    right: 50px;
  }

  .section.skin .skin_wrapper {
    padding-left: 50px;
    padding-right: 50px;
  }

  .section.skin .skin_wrapper .skin-left {
    flex-basis: 50%;
  }
  .section.skin .skin_wrapper .skin-left img {
    max-width: 100%;
  }

  .section.skin .skin_wrapper .skin-right {
    flex-basis: 50%;
    padding-top: 100px;
    padding-left: 70px;
  }

  .section.silking .box-container .text-animation.top-silking {
    left: -100px;
  }

  .section.silking .box-container .text-animation.btm-silking {
    right: -100px;
  }

  .section.steps .step-container {
    max-width: 100%;
  }

  .section.steps .step-container h3 {
    padding-left: 50px;
  }

  .section.steps .step-container .box-detail {
    padding-left: 500px;
  }

  .section.steps .step-container .step-list {
    padding-left: 50px;
    padding-right: 50px;
  }

  .box-gray .box-wrapper {
    width: 100%;
  }

  .box-gray .box-wrapper .text-top {
    left: 70px;
  }
}
@media only screen and (max-width: 768px) {
  body {
    max-width: 100%;
  }

  .main-container {
    width: 96%;
  }

  .ctt-note {
    margin-top: 1rem !important;
  }

  .banner .main-container {
    width: 100%;
  }

  .banner {
    background-size: cover;
  }
  .banner .slider-header {
    left: 0%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-position: center;
  }
  .banner .banner-content .v-text {
    right: 40px !important;
    top: 50px !important;
    left: unset !important;
  }
  .banner header .shop-info {
    display: none;
  }
  .banner .logo {
    position: relative;
    z-index: 5;
    margin-left: calc(40px - 2%);
    width: 150px;
    display: block;
  }
  .banner .logo svg {
    width: 100%;
  }
  .banner .slick {
    max-height: 736px;
    left: 0 !important;
  }

  .banner .banner-content .h1 {
    z-index: 1;
    position: absolute;
    bottom: 19%;
    left: 6.3%;
    width: 60%;
    max-width: 360px;
  }

  .banner .banner-content .line-text {
    left: 6.3%;
    bottom: 7%;
  }
  .banner .banner-content .line-text .text:first-child {
    margin-bottom: 10px;
  }

  .banner .scroll-wrap {
    right: 70px;
    bottom: 60px;
    width: 1px;
  }

  .section.introduce {
    padding-top: 310px;
    padding-bottom: 50px;
    margin-top: 90px;
  }
  .section.introduce .main-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .section.introduce .navigation {
    top: -460px;
    right: 0px;
    width: 100%;
    position: relative;
    padding-right: 50px;
  }
  .section.introduce .navigation.show {
    background: #fff;
    z-index: 1;
  }
  .section.introduce .navigation.show .menu-wrap {
    display: block;
  }
  .section.introduce .navigation.show .links {
    display: flex;
    left: 40px;
    flex-direction: column;
    position: absolute;
    top: 270px;
  }
  .section.introduce .navigation.show .links a {
    margin-top: 40px;
  }
  .section.introduce .navigation .menu-wrap {
    display: none;
  }
  .section.introduce .intro-img {
    top: 0px;
    width: 78%;
    height: 250px;
  }

  .section.introduce .main-container p:first-child {
    margin-bottom: 30px;
  }

  .section.introduce .navigation {
    top: 0px;
    position: fixed;
    right: 0px;
    padding-top: 200px;
    padding-right: 80px;
    z-index: -1;
    height: 100vh;
  }
  .section.introduce .navigation.show {
    z-index: 999;
  }

  .open-nav {
    position: absolute;
    z-index: 9999;
    top: 50px;
    right: 50px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 128px;
    height: 94px;
    color: #56646f;
    background-image: url("../images/mayu-shape.png");
    background-repeat: no-repeat;
    background-size: auto;
    background-position: bottom left;
    margin-right: -49px;
    font-family: "Cormorant Garamond", serif;
    cursor: pointer;
  }
  .open-nav.fixed {
    position: fixed;
  }
  .open-nav.show span.open {
    opacity: 0;
  }
  .open-nav.show span.close {
    opacity: 1;
  }
  .open-nav span {
    font-style: italic;
    position: absolute;
    transition: opacity 0.3s;
  }
  .open-nav span.open {
    opacity: 1;
  }
  .open-nav span.close {
    opacity: 0;
  }

  .town.section {
    height: unset;
    width: 100%;
    margin-top: 20px;
    padding-top: 1px;
    background-size: 100% auto;
    background-position: top left;
  }

  .town.section .main-container {
    margin-top: 50vw;
  }

  .town.section .main-container .town-card {
    position: relative;
    right: unset;
    top: unset;
    width: 90%;
    padding: 30px 30px 70px;
    height: unset;
    margin: 0px auto;
    transform: translateY(0%);
  }
  .town.section .main-container .town-card h3.town-title {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .section.factory {
    background-image: url("../images/factory-sp.jpg");
    background-size: 100% auto;
    background-position: top left;
  }

  .section.factory .main-container {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 56vw;
    padding-bottom: 0px;
  }
  .section.factory .main-container h3 {
    font-size: 22px;
    margin-bottom: 110px;
  }
  .section.factory .main-container p {
    color: #56646f;
  }

  .section.research-top .main-container > img {
    width: unset;
    height: 414px;
  }

  .section.research-top .main-container .box-content {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    padding: 50px;
  }

  .section.research-top .main-container {
    margin-top: 70px;
    padding-top: 0px;
    width: 100%;
  }

  .section.research-top .main-container .ctt-title {
    font-size: 1.5rem;
    position: absolute;
    top: 0px;
    left: calc(2% + 25px);
  }

  .section.research-top .main-container .box-content .ctt-body {
    margin-top: 3rem;
  }

  .section.research .main-container {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .section.research .box-header__left {
    margin-left: 0 !important;
  }
  .section.research .box-header__left .inner {
    font-size: 22px !important;
  }
  .section.research .box-header__right {
    display: flex;
    justify-content: space-between !important;
  }
  .section.research .box-header__right img {
    width: 20% !important;
    margin-right: 0 !important;
  }

  .section.research .main-container .box-content {
    margin-top: 0px;
    flex-direction: column;
  }

  .section.research .main-container .box-content .box-content__left {
    flex-basis: 100%;
    padding-right: 0;
  }
  .section.research .main-container .box-content .box-content__left img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
  }

  .section.research .main-container .box-content .box-content__right {
    padding: 50px calc(2% + 15px) 0;
    flex-basis: 100%;
  }
  .section.research .main-container .box-content .box-content__right > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
  }

  .section.research .main-container .box-content .box-content__right h3 {
    margin-bottom: 15px;
  }

  .section.research .main-container .box-content .box-content__right p.short-desc {
    margin-bottom: 0px;
  }

  .section.research .main-container .box-content .box-content__right p.desc {
    margin-bottom: 170px;
  }

  .section.box-slide .main-container {
    display: flex;
  }
  .section.box-slide .main-container .left {
    flex-basis: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 80px;
  }
  .section.box-slide .main-container .left h3 {
    font-size: 30px !important;
    line-height: 1.8;
    margin-top: -130px;
  }
  .section.box-slide .main-container .left p {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 25px;
  }
  .section.box-slide .main-container .left p.sub-ttl {
    margin-top: 30px;
  }

  .section.box-slide .main-container .right {
    flex-basis: 0;
  }

  .section.box-slide .main-container .right .owl-wrap {
    height: 1000px;
    width: 0px;
  }

  .section.parallax .main-container {
    padding-left: 20px;
  }
  .section.parallax .main-container h3 {
    font-size: 28px;
  }

  .section.product1 {
    padding: 90px 0 110px;
  }
  .section.product1 .rows.row1 {
    flex-wrap: wrap;
  }
  .section.product1 .rows.row1 .rows_left {
    flex-basis: 100%;
    order: 2;
  }
  .section.product1 .rows.row1 .rows_right {
    flex-basis: 100%;
    order: 1;
    padding-left: 0;
  }
  .section.product1 .rows.row1 .rows_right img {
    max-width: 60%;
    display: block;
    margin-right: 0px;
    margin-left: auto;
  }
  .section.product1 .rows.row2 {
    flex-wrap: wrap;
  }
  .section.product1 .rows.row2 .rows_left, .section.product1 .rows.row2 .rows_right {
    flex-basis: 100%;
  }

  .section.product1 .row1 .rows_left {
    padding-top: 0px;
    margin-top: -1.5rem;
    padding-left: calc(2% + 15px);
    padding-right: calc(2% + 15px);
  }

  .section.product1 .num {
    margin-bottom: 25px;
  }

  .section.product1 .row1, .section.product1 .row2 {
    margin-bottom: 70px;
  }

  .section.product1 .rows.row2 .rows_left img {
    max-width: 94%;
  }

  .section.product1 .row2 .rows_right {
    padding-left: calc(2% + 15px);
    padding-right: calc(2% + 15px);
    padding-top: 0px;
  }

  .section.product1 h4 {
    margin-bottom: 35px;
  }

  .section.product1 .rows.row3 {
    padding-left: calc(2% + 15px);
    padding-right: calc(2% + 15px);
  }

  .section.face {
    height: 420px;
    background-image: url("../images/effect-sp.jpg");
    background-position: right;
  }
  .section.face h3 {
    padding-left: 30px;
    font-size: 28px;
    padding-top: 200px;
  }

  .image-wrap {
    position: relative;
    overflow: auto;
  }
  .image-wrap img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .box-moist.section {
    padding-top: 30px;
  }
  .box-moist.section .anchor-wrap {
    margin-top: 0;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-moist.section .anchor-wrap .anchor-item {
    flex-basis: calc((100% - 60px) / 3);
  }
  .box-moist.section .anchor-wrap .anchor-item:last-child .anchor-title {
    margin-bottom: 20px;
  }
  .box-moist.section .anchor-wrap .anchor-item .anchor-title {
    padding-right: 0;
    font-size: 20px;
    color: #56646f;
    margin-bottom: 20px;
  }
  .box-moist.section .anchor-wrap .anchor-item a {
    font-size: 1rem;
    line-height: 1.5;
  }

  .box-moist.section .anchor-wrap .anchor-item .line {
    margin-bottom: 20px;
  }

  .box-moist.section .anchor-wrap .anchor-item .anchor-title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 100%;
    top: 0px;
    right: 5px;
    background-image: url("../images/arow-sp.png");
    background-size: 100% auto;
    background-position: center;
  }

  .box-moist.section .moist-wrap {
    margin-top: 80px;
    height: 420px;
  }
  .box-moist.section .moist-wrap h3 {
    left: 30px;
  }
  .box-moist.section .moist-wrap .card-moist {
    right: 5%;
    top: 340px;
    width: 90%;
    padding: 30px;
    height: unset;
  }
  .box-moist.section .moist-wrap .card-moist h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .box-moist.section .anti-oxydant .title {
    font-size: 22px;
    top: -155px;
    left: 30px;
  }

  .box-moist.section .chart-wrap {
    width: 100%;
    margin: 0 auto;
    padding-top: 300px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .chart-wrap .chart-detail {
    display: block !important;
  }
  .chart-wrap .chart-detail .chart-title {
    font-size: 22px !important;
    margin-top: 50px !important;
    margin-bottom: 270px !important;
    padding-left: 2%;
  }
  .chart-wrap .chart-detail .chart-desc img {
    width: 70%;
    top: -220px !important;
    right: -15px !important;
  }

  .chart-wrap .chart-detail .chart-desc p {
    width: 94%;
    padding: 30px;
  }

  #antiOxidant {
    margin-top: 50px;
    height: 415px;
    width: 100%;
  }
  #antiOxidant .card-anti {
    left: 5%;
    top: 320px;
    bottom: unset;
    width: 90% !important;
    padding: 30px;
    height: unset;
  }
  #antiOxidant .card-anti .card-title {
    font-size: 28px;
    color: #56646f;
    line-height: 1.8;
    font-weight: 300;
    font-family: Noto, sans-serif;
  }

  .anti-images {
    width: 100% !important;
    margin-top: 215px !important;
  }
  .anti-images .images-wrap {
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
    z-index: unset !important;
  }
  .box-moist.section .anti-images .images-wrap img:first-child {
    margin-bottom: 0px;
  }

  .box-moist.section .anti-images .images-wrap div {
    overflow: auto;
    margin-bottom: 30px;
  }

  #protection {
    margin-top: 50px;
  }
  #protection .images-wrap {
    height: 415px;
  }
  #protection .images-wrap h3 {
    right: unset;
    left: 30px;
    font-size: 28px;
  }
  #protection .images-wrap .cards {
    right: 5%;
    top: 340px;
    bottom: unset;
    width: 90%;
    padding: 20px;
    height: unset;
  }
  #protection .images-wrap .cards h3 {
    font-size: 22px;
    margin-bottom: 35px;
  }
  #protection .only-mobile.overlay {
    background-position: center;
  }
  #protection .images-desc {
    overflow: auto;
    width: 96%;
    position: relative;
    padding-top: 0;
    margin-top: 270px;
    padding-left: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 90px;
    padding-bottom: 0;
  }
  .section.box-circle .box-container .circle-content {
    padding-top: 70px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section.box-circle .box-container .circle-content .big {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .section.box-circle .box-container .circle {
    font-size: 22px !important;
    width: 120px !important;
    height: 120px !important;
  }
  .section.box-circle .box-container .circle.circle1 {
    bottom: 292px;
    right: 79px;
  }
  .section.box-circle .box-container .circle.circle2 {
    bottom: 193px;
    right: 186px;
  }
  .section.box-circle .box-container .circle.circle3 {
    bottom: 155px;
  }
  .section.box-circle .box-container .signature {
    width: 70% !important;
    margin-left: 15px;
  }

  .section.skin {
    padding-bottom: 140px;
  }
  .section.skin .box-container {
    width: 100%;
  }
  .section.skin .box-container .skin_wrapper {
    padding: 0;
    width: 80%;
    margin: auto;
    flex-direction: column;
  }
  .section.skin .box-container .skin_wrapper img {
    width: 100%;
  }
  .section.skin .box-container .skin_wrapper .skin-right {
    padding: 0;
    margin-top: 40px;
  }
  .section.skin .box-container .skin_wrapper .skin-right .skin-title {
    font-size: 22px;
    margin-bottom: 60px;
  }
  .section.skin .box-container .skin_wrapper .skin-right .skin-list {
    display: flex;
    flex-wrap: wrap;
  }
  .section.skin .box-container .skin_wrapper .skin-right .skin-list .skin-item {
    flex-basis: 50%;
    flex-direction: column;
    align-items: unset;
    margin-bottom: 30px;
  }
  .section.skin .box-container .skin_wrapper .skin-right .skin-list .skin-item .text {
    margin: 0;
    margin-top: 15px;
    font-size: 18px;
  }

  .section.silking {
    padding-bottom: 80px;
  }
  .section.silking .box-container {
    padding-top: 80px;
  }
  .section.silking .box-container .btm-silking {
    display: none;
  }
  .section.silking .box-container .top-silking.text-animation {
    font-size: 70px;
    left: -162px;
    top: -35px;
  }
  .section.silking .box-container .box-detail {
    padding: 0 35px;
    font-size: 14px;
    padding-left: 50px;
  }
  .section.silking .box-container .box-detail br {
    display: none;
  }

  .section.silking .box-container .box-title {
    font-size: 28px;
    text-align: right;
    padding-right: 35px;
    margin-bottom: 40px !important;
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.skin .skin_wrapper .skin-left {
    margin-top: -175px;
  }

  .section.steps .step-container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .section.steps {
    padding-top: 110px;
    padding-bottom: 275px;
  }
  .section.steps h3 {
    font-size: 28px !important;
  }
  .section.steps .box-detail {
    padding-left: 0 !important;
  }
  .section.steps .step-list {
    display: block !important;
  }
  .section.steps .step-list .step-item:nth-child(2n) {
    margin-top: 50px !important;
  }
  .section.steps .step-list .step-item:nth-child(3n) {
    margin-top: 50px !important;
  }

  .section.steps .step-container h3 {
    padding-left: 0px;
  }

  .section.steps .step-container .box-detail {
    margin-top: 50px;
  }

  .section.steps .step-container .step-list {
    margin-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.steps .step-container .step-list .step-detail {
    margin-left: -20px;
  }

  .section.steps .step-container .step-list .step-detail .step-title {
    left: 0;
  }

  .section.steps .step-container .step-list .step-detail .step-desc {
    margin-top: -40px;
  }

  .section.steps .step-container .step-list .step-item img {
    width: 60%;
  }

  .section.box-gray .box-wrapper {
    height: 90vw;
  }
  .section.box-gray .box-wrapper .box-container {
    padding-left: 30px;
    height: 500px;
  }
  .section.box-gray .box-wrapper .box-container .text-top {
    left: 30px;
    font-size: 23px !important;
    top: -50px;
    width: 85%;
    line-height: 1.5;
  }
  .section.box-gray .box-wrapper .box-container .text-bottom {
    display: block;
    padding: 0;
    right: unset;
    line-height: 1.5;
    bottom: -100px;
    width: 85%;
    left: 15px;
  }
  .section.box-gray .box-wrapper .box-container .text-bottom .text {
    margin-left: 15px;
    line-height: 1.6;
    padding: 0 !important;
    display: flex;
    font-size: 22px;
  }
  .section.box-gray .box-wrapper .box-container .text-bottom .text div {
    line-height: 1.6;
  }

  .section.box-animate h3 {
    font-size: 28px;
    padding-left: 20px;
  }
  .section.box-animate .img-shop {
    margin-bottom: 25px;
  }
  .section.box-animate .img-shop img {
    width: 90%;
  }
  .section.box-animate .shop-detail {
    width: 90%;
    margin: auto;
  }

  .box-animate {
    padding-top: 76px;
    padding-bottom: 70px;
  }

  .section.box-slide .main-container .right {
    width: 200px;
  }
  .section.box-slide .main-container .right .swiper-container {
    height: 276px;
  }
  .section.box-slide .main-container .right img {
    width: 100%;
  }
  .section.box-slide .main-container .left {
    padding-bottom: 100px;
    height: unset;
  }
  .section.box-slide .main-container .left h3 {
    margin-bottom: 210px;
  }
  .section.box-slide .main-container .left p br {
    display: none;
  }

  .btn-main {
    width: 320px;
  }

  .box-animate .box-container .footer-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px) {
  .banner .scroll-wrap {
    height: 120px;
  }

  .banner .scroll-wrap .scroll-line {
    animation: slide-in-top-sp 2s ease-in-out infinite reverse both;
  }

  .section.introduce .main-container {
    line-height: 1.8px;
    letter-spacing: 1px;
  }

  .banner .slider-header {
    left: 0%;
  }

  .banner .scroll-wrap {
    right: 50px;
  }

  .town.section {
    background-size: 150% auto;
  }

  .town.section .main-container {
    margin-top: 75vw;
  }

  .section.factory .main-container {
    padding-top: 50vw;
  }

  .section.factory .main-container h3 {
    margin-bottom: 80px;
  }

  .section.box-slide .main-container .left h3 {
    letter-spacing: 2px;
  }

  .box-moist.section .anchor-wrap .anchor-item {
    flex-basis: calc((100% - 15px) / 3);
  }

  .box-moist.section .anchor-wrap .anchor-item .anchor-title:before {
    width: 10px;
    height: 1rem;
    right: 10px;
  }

  .chart-wrap .chart-detail .chart-desc img {
    top: -150px !important;
  }

  .chart-wrap .chart-detail .chart-title {
    margin-bottom: 210px !important;
  }

  .box-moist.section .anti-images .images-wrap {
    padding-top: 270px;
  }

  #protection .images-desc {
    margin-top: 470px;
  }

  .section.box-circle .box-container {
    height: 920px;
  }

  .section.box-circle .box-container .signature {
    bottom: 60px;
  }

  .section.skin .box-container .skin_wrapper .skin-right .skin-list {
    justify-content: space-between;
  }

  .section.skin .box-container .skin_wrapper .skin-right .skin-list .skin-item {
    flex-basis: 45%;
  }

  .section.box-gray .box-wrapper {
    height: 130vw;
    background-image: url("../images/box-gray-sp.jpg");
  }

  .section.box-gray .box-wrapper .box-container .text-top {
    top: -85px;
  }

  .section.research-top .main-container .box-content {
    padding: 50px 20px;
  }

  .section.research-top .main-container .box-content .ctt-logo img {
    max-width: 70px !important;
  }

  .section.box-slide .main-container .right {
    width: 45%;
  }

  .swiper-slide {
    height: auto !important;
  }

  .box-moist.section .chart-wrap {
    padding-top: 390px;
  }

  .section.skin .skin_wrapper .skin-left {
    margin-top: -105px;
  }

  .section.skin .skin_wrapper .skin-left img:nth-child(1) {
    margin-left: -30px;
  }

  .section.skin .skin_wrapper .skin-left img:nth-child(2) {
    margin-top: -40px;
  }

  .section.steps .step-container .step-list .step-item img {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
