/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/site.scss ***!
  \*********************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;400;500;700;900&display=swap);
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/site.scss (1) ***!
  \*************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=Oswald&family=Poppins:wght@100;200;400;500;600;700&family=Teko&display=swap);
/*!***********************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/reset-css/reset.css ***!
  \***********************************************************************************************************************************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, menu, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*!*************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/scss/site.scss (2) ***!
  \*************************************************************************************************************************************************************************/
@charset "UTF-8";
@keyframes pageTop {
  0% {
    transform: translateY(101%);
  }
  100% {
    transform: translateY(-101%);
  }
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes bar1 {
  0% {
    transform: translateY(0) rotate(45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(-10px) rotate(0);
  }
}
@keyframes on-bar1 {
  0% {
    transform: translateY(-10px) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(45deg);
  }
}
@keyframes bar3 {
  0% {
    transform: translateY(0) rotate(-45deg);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(0);
  }
}
@keyframes on-bar3 {
  0% {
    transform: translateY(10px) rotate(0);
  }
  50% {
    transform: translateY(0) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(-45deg);
  }
}
.loading {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.spinner {
  margin: -2.5rem 0 0 -2.5rem;
  font-size: 5px;
  position: fixed;
  z-index: 2000;
  top: 50%;
  left: 50%;
  text-indent: -9999em;
  border-top: 2px solid #e26c00;
  border-right: 2px solid #e26c00;
  border-bottom: 2px solid #e26c00;
  border-left: 2px solid rgba(226, 108, 0, 0.4);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.spinner,
.spinner:after {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.under_line {
  border-bottom: 1px solid #e26c00;
  display: block;
}

.back_color {
  background-color: #f2f2f2;
  display: block;
  padding: 0.2em 0.5em;
}

.orange {
  color: #e26c00;
}

.btn_orange {
  background-color: #e26c00;
  color: #fff;
  display: inline-block;
  padding: 0.5em 1em;
}
.btn_orange a {
  text-decoration: none !important;
  color: #fff;
}

.line_orange {
  border-color: #e26c00;
  border-style: solid;
}

.nowrap {
  display: inline-block;
  white-space: nowrap;
}

.sp {
  display: none;
}

[class^=sp-] {
  display: none;
}

.pc {
  display: block;
}

.btn_top {
  position: fixed;
  right: 5px;
  padding: 0.5em 0 0;
  bottom: -1px;
  width: 4.8em;
  height: 5.3em;
  background: #e26c00;
  color: #fff;
  border-radius: 5px 5px 0 0;
  border: 1px solid #fff;
  border-bottom: none;
  text-align: center;
  line-height: 1.3;
  transition: transform 0.5s;
  transform: translate3d(0, 100%, 0);
  z-index: 1;
}
.btn_top:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 0;
  height: 0;
  margin-bottom: 0.5em;
  border-top: 0 solid transparent;
  border-right: 0.4em solid transparent;
  border-left: 0.4em solid transparent;
  border-bottom: 0.8em solid #fff;
}
.btn_top .inner {
  background: #e26c00;
  display: block;
}
.btn_top.on {
  transform: translate3d(0, 0, 0);
}
.btn_top.abs {
  position: absolute;
  bottom: auto;
  top: 0;
}
.btn_top:hover {
  opacity: 1;
}

.btnContainer {
  text-align: center;
}

.link_list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
}

.tag_link {
  line-height: 1;
  display: inline-block;
  background-color: #929292;
  color: #fff;
  border-radius: 1em;
  padding: 0.2em 1em 0.3em;
}

.page_navi {
  padding: 8rem 0;
  text-align: center;
}
.page_navi .wp-pagenavi {
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
.page_navi .wp-pagenavi .current {
  background-color: #e26c00;
  color: #fff;
}
.page_navi .wp-pagenavi a, .page_navi .wp-pagenavi span {
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 0.3em;
  border: none;
}

.list-item {
  background: #fff;
  padding: 1rem;
  box-shadow: 0rem 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.08);
}
.list__dateContainer {
  display: flex;
  font-size: 0.875em;
  padding: 1em 0 0.7em;
}
.list__dateContainer time {
  margin-right: 1em;
}
.list__catContainer {
  flex: 1;
}
.list__tagContainer {
  gap: 0.5em 0.5em;
  margin-top: 0.5em;
}
.list__tagContainer-item {
  font-size: 1rem;
  padding: 0.2em 1em 0.3em;
}

.entry-header.hero,
.page-header.hero {
  background-image: var(--pro-header-back);
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: relative;
  overflow: hidden;
}
.entry-header.hero::before,
.page-header.hero::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fefefe;
  background: linear-gradient(100deg, rgba(254, 254, 254, 0) 28%, black 100%);
  opacity: 0.3;
  mix-blend-mode: soft-light;
}
.entry-header.hero .entry-header__inner,
.page-header.hero .entry-header__inner {
  display: flex;
  align-items: center;
  height: 530px;
  position: relative;
  z-index: 2;
}
.entry-header.hero .entry-header__inner .post_type,
.page-header.hero .entry-header__inner .post_type {
  color: var(--pro-header-text-color) !important;
  text-transform: uppercase;
  font-size: 1.125em;
  position: absolute;
  top: 10%;
}
.entry-header.hero .entry-header__inner .image,
.page-header.hero .entry-header__inner .image {
  height: 100%;
}
.entry-header.hero .entry-header__inner .image > div,
.page-header.hero .entry-header__inner .image > div {
  height: 100%;
}
.entry-header.hero .entry-header__inner .image img,
.page-header.hero .entry-header__inner .image img {
  height: 100%;
  width: auto;
}
.entry-header.hero .entry-header__ttlContainer,
.page-header.hero .entry-header__ttlContainer {
  flex: 1;
  color: var(--pro-header-text-color);
}
.entry-header.hero .entry-header__ttlContainer .post_type,
.page-header.hero .entry-header__ttlContainer .post_type {
  position: relative !important;
  color: var(--pro-header-text-color);
}
.entry-header.hero .entry-title,
.page-header.hero .entry-title {
  flex: 1;
  color: var(--pro-header-text-color);
  font-size: 3.8rem;
}
.entry-header .pro_image,
.page-header .pro_image {
  opacity: 0;
  transform: translateX(10%);
}
.entry-header .an1,
.page-header .an1 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an2,
.page-header .an2 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an3,
.page-header .an3 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an4,
.page-header .an4 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an5,
.page-header .an5 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an6,
.page-header .an6 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an7,
.page-header .an7 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an8,
.page-header .an8 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an9,
.page-header .an9 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header .an10,
.page-header .an10 {
  display: block;
  opacity: 0;
  transform: translateY(5px);
}
.entry-header.on .pro_image,
.page-header.on .pro_image {
  opacity: 1;
  transform: translateX(0);
  transition: opacity 0.7s, transform 0.7s;
}
.entry-header.on .an1,
.page-header.on .an1 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 0.2s, transform 0.7s 0.2s;
}
.entry-header.on .an2,
.page-header.on .an2 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 0.4s, transform 0.7s 0.4s;
}
.entry-header.on .an3,
.page-header.on .an3 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 0.6s, transform 0.7s 0.6s;
}
.entry-header.on .an4,
.page-header.on .an4 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 0.8s, transform 0.7s 0.8s;
}
.entry-header.on .an5,
.page-header.on .an5 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 1s, transform 0.7s 1s;
}
.entry-header.on .an6,
.page-header.on .an6 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 1.2s, transform 0.7s 1.2s;
}
.entry-header.on .an7,
.page-header.on .an7 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 1.4s, transform 0.7s 1.4s;
}
.entry-header.on .an8,
.page-header.on .an8 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 1.6s, transform 0.7s 1.6s;
}
.entry-header.on .an9,
.page-header.on .an9 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 1.8s, transform 0.7s 1.8s;
}
.entry-header.on .an10,
.page-header.on .an10 {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.7s 2s, transform 0.7s 2s;
}

.ttl_line {
  display: flex;
  justify-content: center;
  align-items: center;
}
.ttl_line:before, .ttl_line:after {
  content: "-";
  display: block;
  padding: 0 0.3em;
}

.title_line {
  position: absolute;
  height: 3px;
  width: calc(100% - 7px);
  background: #e26c00;
  left: 0.2em;
  bottom: 0;
}
.title_line:before {
  content: "";
  diplay: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  border-top: 0.6rem solid transparent;
  border-right: 1.2rem solid #e26c00;
  border-bottom: 0.6rem solid transparent;
  border-left: 0 solid transparent;
}
.title_line > span {
  position: absolute;
  width: 1.3rem;
  height: 1rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #e26c00;
}
.title_line > span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  transform: translateX(-100%);
  border-top: transparent solid 0.5rem;
  border-right: #e26c00 solid 0.5rem;
  border-bottom: transparent solid 0.5rem;
  border-left: transparent solid 0.5rem;
}
.title_line > span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  border-top: transparent solid 0.5rem;
  border-right: #fff solid 0.5rem;
  border-bottom: transparent solid 0.5rem;
  border-left: transparent solid 0.5rem;
}

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

html {
  font-size: 62.5%;
  overflow: hidden;
  flex-direction: column;
  display: flex;
}
html.on {
  overflow: visible;
}

body {
  line-height: 1.7;
  font-size: 1.6rem;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
  color: #000;
  flex: 1;
  flex-direction: column;
  display: flex;
}

#wrap {
  overflow-x: hidden;
  opacity: 0;
}
#wrap.on {
  opacity: 1;
  transition: opacity 1.5s;
}

input, select {
  -webkit-appearance: none;
  appearance: none;
}

.sec__header--title {
  position: relative;
}
.sec__header--title .en {
  font-size: 2.375em;
  font-weight: 700;
  display: inline-block;
  margin-right: 1em;
  position: relative;
}
.sec__header--title .ja {
  text-transform: uppercase;
}

.site {
  position: relative;
  opacity: 0;
}
.site.on {
  opacity: 1;
  transition: opacity 1s;
}
.site.on .menuContainer {
  opacity: 1;
  transform: translateY(0);
}
.site-header {
  padding: 4rem 2rem;
  position: relative;
  z-index: 100;
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.site-header .btn_hum {
  display: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  width: 4rem;
  height: 4rem;
  z-index: 2;
}
.site-header .btn_hum .btn_inner {
  width: 3.2rem;
  height: 2.4rem;
  position: relative;
}
.site-header .btn_hum .bar {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background: #e26c00;
}
.site-header .btn_hum .bar:nth-child(1) {
  transform: translateY(-1rem);
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.site-header .btn_hum .bar:nth-child(2) {
  transition: all 0.25s 0.25s;
  opacity: 1;
}
.site-header .btn_hum .bar:nth-child(3) {
  transform: translateY(1rem);
  animation-duration: 0.75s;
  animation-fill-mode: forwards;
}
.site-header.on .btn_hum .bar:nth-child(1) {
  animation-name: on-bar1 !important;
}
.site-header.on .btn_hum .bar:nth-child(2) {
  opacity: 0;
}
.site-header.on .btn_hum .bar:nth-child(3) {
  animation-name: on-bar3 !important;
}
.site-header.on .navContainer {
  transform: translateX(0);
}
.site-header.in .navContainer {
  transition: transform 0.7s ease;
}
.site-navigation .menuContainer__list {
  display: flex;
  gap: 1em;
  font-size: 1.125em;
}
.site-navigation .menuContainer__list--item {
  position: relative;
}
.site-navigation .menuContainer__list--item .btn_sub {
  cursor: pointer;
  position: absolute;
  width: 3em;
  height: 3em;
  right: 0.7em;
  top: 1.86em;
  transform: translateY(-50%);
}
.site-navigation .menuContainer__list--item .btn_sub:before {
  content: "";
  width: calc(100% - 1.5em);
  height: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  border-top: 1px solid;
  transform: translate(-50%, -50%);
}
.site-navigation .menuContainer__list--item .btn_sub:after {
  content: "";
  width: 1px;
  height: calc(100% - 1.5em);
  position: absolute;
  left: 50%;
  top: 50%;
  border-left: 1px solid;
  transform: translate(-50%, -50%);
}
.site-navigation .menuContainer__list--item .btn_sub.on:after {
  display: none;
}
.site-navigation .menuContainer__list a {
  display: block;
  padding: 0.5em 1em;
}
.site-navigation .menuContainer__list .item-buy {
  background-color: #e26c00;
  color: #fff;
}
.site-navigation .menuContainer__list .item-buy .fa {
  margin-right: 0.5em;
}
.site-navigation .menuContainer .postWrapper {
  max-height: 0;
  position: absolute;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  transition: max-height 0.5s ease;
}
.site-navigation .menuContainer .postsList-item {
  font-size: 0.75em;
  white-space: nowrap;
}
.site-navigation .menuContainer .postsList-item a {
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
}
.site-info {
  width: 28rem;
}
.site-fnav {
  flex: 1;
}
.site-fnav .fmenuContainer__list {
  display: flex;
  flex-wrap: wrap;
  gap: 6rem;
}
.site-fnav .fmenuContainer__list--item-ttl {
  font-size: 1.125em;
}
.site-fnav .fmenuContainer .linkList-item {
  font-size: 0.875em;
  margin-top: 0.5em;
  white-space: nowrap;
}
.site-footer {
  background: #e26c00;
  color: #fff;
  padding: 7rem 0rem;
  position: relative;
  z-index: 2;
}
.site-footer__inner {
  display: flex;
  flex-direction: row-reverse;
  gap: 6rem;
}
.site-footer .infoContainer {
  font-size: 0.75em;
}
.site-footer .infoContainer .infoList {
  display: flex;
  margin-bottom: 0.7em;
}
.site-footer .infoContainer .infoList-item {
  line-height: 1;
}
.site-footer .infoContainer .infoList-item:not(:last-child) {
  border-right: 1px solid #fff;
}
.site-footer .infoContainer .infoList-item a {
  display: block;
  padding: 0 0.4em;
}
.site-footer .snsList {
  display: flex;
  align-items: center;
  gap: 1em;
  margin-top: 2em;
  margin-bottom: 2em;
}
.site-footer .snsList-item .fa-brands:before {
  font-size: 2.8em;
}
.site-footer .snsList-item.tik a {
  width: 2.5em;
  height: 2.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 0.5em;
}
.site-footer .snsList-item.tik .fa-brands:before {
  color: #e26c00;
  font-size: 1.6em;
}
.site-footer .snsList-item.tw .fa-brands:before {
  font-size: 2.1em;
}

.footerWrap {
  padding: 8.4rem 0 0;
  margin-top: -8.4rem;
  position: relative;
  z-index: 20;
}

input[type=text],
input[type=email],
textarea {
  border: none;
  font-size: 1.6rem;
  padding: 0.4em;
  width: 100%;
  background: transparent;
}

.notfound {
  padding: 5em 1em;
  text-align: center;
}

#lightcase-sequenceInfo {
  display: none !important;
}

@media screen and (max-width: 1240px) {
  .site-header {
    padding: max(10px,3.2258064516vw) 2em;
  }
}
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .tl_l_sp {
    text-align: left;
  }

  .tl_c_sp {
    text-align: center;
  }

  .site {
    padding-top: 6rem;
  }
  .site-branding {
    position: relative;
    width: 100%;
    height: 60px;
  }
  .site-title {
    width: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }
  .site-header {
    padding: 0 1rem;
    position: fixed;
    width: 100%;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  .site-header .btn_hum {
    display: flex;
  }
  .site-footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .site-footer__inner {
    flex-direction: column;
    align-items: center;
    gap: 3rem;
  }
  .site-footer .snsList {
    justify-content: center;
  }
  .site-footer .infoContainer .infoList {
    justify-content: center;
  }
  .site-fnav .fmenuContainer__list {
    display: block;
  }
  .site-fnav .fmenuContainer__list--item {
    margin-bottom: 1.5em;
  }
  .site-info {
    width: auto;
    text-align: center;
  }
  .site-navigation .menuContainer__list {
    flex-direction: column;
    gap: 0;
    background-color: #fff;
  }
  .site-navigation .menuContainer__list--item {
    border-top: 1px solid #eee;
  }
  .site-navigation .menuContainer__list a {
    padding: 1em;
  }

  .sec__header--title .ja {
    display: block;
    margin: 1em 0 0;
  }
  .sec__header--title .en {
    font-size: max(22px, 4.2410714286vw);
  }

  .navContainer {
    position: absolute;
    top: 60px;
    width: 100vw;
    height: calc(100vh - 60px);
    transform: translateX(100%);
    left: 0;
    background: #fff;
  }
  .navContainer .menuContainer .postWrapper {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }

  .btn_top {
    font-size: 0.8em;
  }

  .footerWrap {
    padding: 5.9rem 0 0;
    margin-top: -5.9rem;
  }
}
@media screen and (max-width: 640px) {
  .sp-64 {
    display: block;
  }
}
@media screen and (max-width: 440px) {
  .sp-44 {
    display: block;
  }
}
.home .heroContainer {
  overflow: hidden;
  padding-bottom: 10rem;
}
.home .heroContainer .swiper-container.on .swiper {
  transition: opacity 1.5s, transform 1.5s;
  opacity: 1;
}
.home .heroContainer .swiper-container.on .isshi:after {
  transition: opacity 0.7s 0.2s, transform 0.7s 0.2s;
  transform: rotate(3.5deg) translateY(5%);
  opacity: 1;
}
.home .heroContainer .swiper-container.on .swiper-container-text img {
  transform: translateY(0);
  opacity: 1;
  transition: opacity 0.7s 0.5s, transform 1s 0.5s;
}
.home .heroContainer .swiper-container.on .swiper-container-text #text2 {
  transition: opacity 0.7s 0.7s, transform 1s 0.7s;
}
.home .heroContainer .ytContainer {
  padding: 4.7em 1em;
}
.home .heroContainer .ytContainer-inner {
  max-width: 700px;
  position: relative;
  width: 100%;
  aspect-ratio: 1/0.5625;
  margin-inline: auto;
}
.home .heroContainer .ytContainer iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home .heroContainer .swiper {
  transform: rotate(3.5deg) translate(0, -4em);
  opacity: 0;
}
.home .heroContainer .swiper-containerWrapper {
  background: white;
  background: linear-gradient(180deg, white 0%, white 40%, #f6f6f6 40%, #f6f6f6 100%);
}
.home .heroContainer .swiper-container {
  transform: rotate(-3.5deg);
  margin: 8rem -2.8% 0;
  background: #e26c00;
  padding-bottom: 15%;
  position: relative;
}
.home .heroContainer .swiper-container .isshi {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: 10%;
  z-index: 90;
  width: 19%;
  overflow: hidden;
}
.home .heroContainer .swiper-container .isshi:after {
  content: "";
  display: block;
  opacity: 0;
  aspect-ratio: 1/1.37;
  width: 86%;
  background-image: url(../../images/common/img_isshi.png);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
  transform: rotate(3.5deg) translateY(10%);
  margin-left: auto;
}
.home .heroContainer .swiper-container-text {
  position: absolute;
  bottom: 0;
  width: 70%;
  z-index: 0;
  aspect-ratio: 1/0.234;
  transform: rotate(3.5deg) translateX(-50%);
  left: 50%;
}
.home .heroContainer .swiper-container-text img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: translateY(5%);
}
.home .heroContainer .swiper-wrapper {
  width: 80%;
  margin: 0 auto;
}
.home .heroContainer .swiper-slide {
  transition-duration: 0.7s;
  transform-origin: center bottom;
  border-radius: 2em;
  overflow: hidden;
}
.home .heroContainer .swiper-slide-active, .home .heroContainer .swiper-slide-prev, .home .heroContainer .swiper-slide-next {
  transition-property: all !important;
}
.home .heroContainer .swiper-slide-active {
  transform: scale(1);
}
.home .heroContainer .swiper-slide-prev {
  transform-origin: right bottom;
}
.home .heroContainer .swiper-slide-next {
  transform-origin: left bottom;
}
.home .heroContainer .slider a:hover {
  opacity: 1;
}
.home .heroContainer .slider-btn {
  position: absolute;
  top: 50%;
  z-index: 100;
  transform: translateY(-50%);
  transition: all 0.7s;
  font-size: 1.5em;
  width: 2em;
  height: 2em;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #e26c00;
}
.home .heroContainer .slider-btn-next {
  right: 23%;
}
.home .heroContainer .slider-btn-prev {
  left: 23%;
}
.home .sec {
  padding: 7rem 0;
}
.home .sec:nth-child(even) {
  background-color: #f8f8f8;
}
.home .sec.sec1 .productList {
  max-width: 890px;
  margin: 0 auto;
}
.home .sec.sec1 .productList__item {
  margin-top: 8rem;
}
.home .sec.sec1 .productList__item a {
  display: flex;
  align-items: flex-end;
}
.home .sec.sec1 .productList__item a .box {
  width: 50%;
}
.home .sec.sec1 .productList__item a .image {
  position: relative;
  margin-bottom: 3.75em;
  z-index: 1;
}
.home .sec.sec1 .productList__item a .image .badgesList {
  position: absolute;
  top: 24%;
  right: 0;
  width: 28%;
}
.home .sec.sec1 .productList__item a .txtContainer {
  padding: 2em 1em 3.75em;
  background-color: #f8f8f8;
  position: relative;
}
.home .sec.sec1 .productList__item a .txtContainer-title {
  font-size: 1.5em;
  font-weight: 700;
}
.home .sec.sec1 .productList__item a .txtContainer:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 160%;
  height: 100%;
  background: #f8f8f8;
}
.home .sec.sec1 .productList__item:nth-child(even) a {
  flex-direction: row-reverse;
}
.home .sec.sec1 .productList__item:nth-child(even) a .txtContainer:after {
  right: auto;
  left: 0;
}
.home .sec.sec1 .productList__item.hair_keep_oil .image, .home .sec.sec1 .productList__item.uv_moist .image {
  width: 55%;
}
.home .sec.sec1 .productList__item.hair_keep_oil .txtContainer, .home .sec.sec1 .productList__item.uv_moist .txtContainer {
  width: auto;
  flex: 1;
}
.home .sec.sec2 {
  overflow: hidden;
  padding-left: 2em;
}
.home .sec.sec2 .sec__container {
  margin-top: 8rem;
  display: flex;
  position: relative;
}
.home .sec.sec2 .sec__container > .catContainer {
  width: 295px;
}
.home .sec.sec2 .sec__container > .catContainer-ttl {
  font-size: 1.5em;
}
.home .sec.sec2 .sec__container > .catContainer .catList-item {
  margin-top: 0.5em;
}
.home .sec.sec2 .listContainer {
  flex: 1;
  width: calc(100% - 295px);
}
.home .sec.sec2 .swiper {
  width: 150%;
  padding: 2rem;
}
.home .sec.sec2 .swiper-btnNPContainer {
  position: absolute;
  bottom: 2rem;
  left: 0;
}
.home .sec.sec2 .swiper-btn {
  width: 3.125em;
  height: 3.125em;
  border-radius: 50%;
  border: 1px solid #000;
  background: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.home .sec.sec2 .swiper-slide {
  height: auto !important;
}
.home .sec.sec2 .slider__media-btn-prev .ar {
  transform: rotate(180deg);
}
.home .sec.sec2 .slider__media-btn-next {
  margin-left: 2.5em;
}
.home .sec.sec3 .sec__container {
  margin-top: 8rem;
}
.home .sec.sec3 .newsList {
  max-width: 890px;
  margin-left: auto;
  border-top: 1px solid #d2d2d2;
}
.home .sec.sec3 .newsList-item {
  border-bottom: 1px solid #d2d2d2;
}
.home .sec.sec3 .newsList-item a, .home .sec.sec3 .newsList-item span {
  display: flex;
  align-items: center;
}
.home .sec.sec3 .newsList-item .txt {
  padding: 2em 1em;
}
.home .sec.sec3 .newsList-item time {
  padding: 1em;
}
.home .sec.sec4 .sec__container {
  margin-top: 8rem;
}
.home .sec.sec4 .campaignList {
  display: flex;
  flex-wrap: wrap;
  column-gap: 5%;
  row-gap: 5rem;
}
.home .sec.sec4 .campaignList-item {
  width: 30%;
}
.home .sec.sec4 .campaignList-item .titleContainer {
  margin-top: 0.5em;
}
.home .sec.sec4 .campaignList-item .titleContainer-title {
  line-height: 1.6;
}
.home .sec .btnContainer {
  margin-top: 6rem;
}
.home .sec .btnContainer .btn:after {
  content: "→";
  display: inline-block;
  background-color: #e26c00;
  color: #fff;
  width: 1.875em;
  height: 1.875em;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
}
.home .sec .btnContainer .btn .fa {
  font-size: 0.9em;
  background-color: #e26c00;
  color: #fff;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 1em;
}
.home .sec .subSecContainer-title {
  font-size: 1.375em;
  color: #fff;
  background: #e26c00;
  line-height: 1;
  padding: 0.4em 0.7em;
}
.home .sec .subSecContainer-title:not(:first-of-type) {
  margin-top: 5em;
}
.home .sec .subSecContainer-ttl {
  font-size: 1.25em;
}
.home .cusList {
  display: flex;
  flex-wrap: wrap;
  gap: 4.5rem 6%;
  margin-top: 4rem;
}
.home .cusList-item {
  width: 29%;
  border: 2px solid #e26c00;
}
.home .cusList-item a {
  display: block;
  text-align: center;
  padding: 5%;
}
.home .cusList-item img {
  width: 80%;
}
.home .proList-item {
  margin-top: 4em;
}
.home .proList-item a {
  display: block;
  background-color: #e26c00;
  color: #fff;
  border-radius: 0.7em;
  padding: 1.5em 0.5em 1.5em max(4em, 5%);
  text-align: center;
  text-decoration: underline;
  font-size: 1.25em;
  font-weight: 600;
  position: relative;
}
.home .proList-item a .image {
  position: absolute;
  left: 1.8%;
  top: 50%;
  width: max(35px, 6.3%);
  transform: translateY(-50%);
}
.home .proList-item.hair_milk_dx a {
  background-color: #e3e5d8;
  color: #000;
}

.media_information .entry-title {
  line-height: 1.4;
}
.media_information .entry-header__ttlContainer {
  margin-top: -2em;
  flex: 1;
}
.media_information .entry-header__ttlContainer .post_type {
  position: relative !important;
  color: var(--pro-header-text-color) !important;
}

.single-post .site__contentWrap,
.single-media .site__contentWrap,
.single-campaign .site__contentWrap {
  padding: 2rem 8rem 10rem;
}
.single-post .site__contentWrap-inner,
.single-media .site__contentWrap-inner,
.single-campaign .site__contentWrap-inner {
  display: flex;
}
.single-post .site-main,
.single-media .site-main,
.single-campaign .site-main {
  flex: 1;
  padding-right: 6rem;
}
.single-post .site .entry-title,
.single-media .site .entry-title,
.single-campaign .site .entry-title {
  font-size: 1.875em;
  margin-top: 0.5em;
}
.single-post .site .entry__meta--dateContainer,
.single-media .site .entry__meta--dateContainer,
.single-campaign .site .entry__meta--dateContainer {
  display: flex;
}
.single-post .site .entry__meta--cat,
.single-media .site .entry__meta--cat,
.single-campaign .site .entry__meta--cat {
  margin-left: 2em;
}
.single-post .site .entry__meta--tag,
.single-media .site .entry__meta--tag,
.single-campaign .site .entry__meta--tag {
  margin-top: 1em;
}
.single-post .site .entry__meta--tag .tag_link,
.single-media .site .entry__meta--tag .tag_link,
.single-campaign .site .entry__meta--tag .tag_link {
  font-size: 0.875em;
}
.single-post .site .entry-content,
.single-media .site .entry-content,
.single-campaign .site .entry-content {
  padding-top: 2em;
  line-height: 1.7;
  word-break: break-all;
}
.single-post .site .entry-content:after,
.single-media .site .entry-content:after,
.single-campaign .site .entry-content:after {
  content: "";
  display: block;
  clear: both;
}
.single-post .site .entry-content .ytWrapper,
.single-media .site .entry-content .ytWrapper,
.single-campaign .site .entry-content .ytWrapper {
  position: relative;
  margin-bottom: 1.2em;
  max-width: 70rem;
}
.single-post .site .entry-content .ytWrapper:before,
.single-media .site .entry-content .ytWrapper:before,
.single-campaign .site .entry-content .ytWrapper:before {
  content: "";
  display: block;
  padding: 56.25% 0 0;
}
.single-post .site .entry-content .ytWrapper iframe,
.single-media .site .entry-content .ytWrapper iframe,
.single-campaign .site .entry-content .ytWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-post .site .entry-content .alignleft,
.single-media .site .entry-content .alignleft,
.single-campaign .site .entry-content .alignleft {
  float: left;
  margin-right: 2em;
}
.single-post .site .entry-content .alignright,
.single-media .site .entry-content .alignright,
.single-campaign .site .entry-content .alignright {
  float: right;
  margin-left: 2em;
}
.single-post .site .entry-content .aligncenter,
.single-media .site .entry-content .aligncenter,
.single-campaign .site .entry-content .aligncenter {
  clear: both;
}
.single-post .site .entry-content h1, .single-post .site .entry-content h2, .single-post .site .entry-content h3, .single-post .site .entry-content h4, .single-post .site .entry-content h5, .single-post .site .entry-content h6,
.single-media .site .entry-content h1,
.single-media .site .entry-content h2,
.single-media .site .entry-content h3,
.single-media .site .entry-content h4,
.single-media .site .entry-content h5,
.single-media .site .entry-content h6,
.single-campaign .site .entry-content h1,
.single-campaign .site .entry-content h2,
.single-campaign .site .entry-content h3,
.single-campaign .site .entry-content h4,
.single-campaign .site .entry-content h5,
.single-campaign .site .entry-content h6 {
  font-weight: bold;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.single-post .site .entry-content h6,
.single-media .site .entry-content h6,
.single-campaign .site .entry-content h6 {
  display: block;
  font-size: 1em;
  margin-block-start: 2.33em;
  margin-block-end: 2.33em;
}
.single-post .site .entry-content h5,
.single-media .site .entry-content h5,
.single-campaign .site .entry-content h5 {
  display: block;
  font-size: 1em;
  margin-block-start: 1.67em;
  margin-block-end: 1.67em;
}
.single-post .site .entry-content h4,
.single-media .site .entry-content h4,
.single-campaign .site .entry-content h4 {
  display: block;
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
}
.single-post .site .entry-content h3,
.single-media .site .entry-content h3,
.single-campaign .site .entry-content h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.single-post .site .entry-content h2,
.single-media .site .entry-content h2,
.single-campaign .site .entry-content h2 {
  display: block;
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.single-post .site .entry-content h1,
.single-media .site .entry-content h1,
.single-campaign .site .entry-content h1 {
  display: block;
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.single-post .site .entry-content figure,
.single-media .site .entry-content figure,
.single-campaign .site .entry-content figure {
  max-width: 100%;
  margin-bottom: 1em;
  width: 100% !important;
}
.single-post .site .entry-content strong,
.single-media .site .entry-content strong,
.single-campaign .site .entry-content strong {
  font-weight: 600;
}
.single-post .site .entry-content p,
.single-media .site .entry-content p,
.single-campaign .site .entry-content p {
  margin-bottom: 1.2em;
}
.single-post .site .entry-content a,
.single-media .site .entry-content a,
.single-campaign .site .entry-content a {
  text-decoration: underline;
}
.single-post .site .entry-content table td,
.single-media .site .entry-content table td,
.single-campaign .site .entry-content table td {
  vertical-align: middle;
}
.single-post .site .side,
.single-media .site .side,
.single-campaign .site .side {
  width: 30rem;
}
.single-post .site .side__inner,
.single-media .site .side__inner,
.single-campaign .site .side__inner {
  border: 1px solid #929292;
  padding: 2rem;
}
.single-post .site .side__sec:not(:first-child),
.single-media .site .side__sec:not(:first-child),
.single-campaign .site .side__sec:not(:first-child) {
  margin-top: 1em;
}
.single-post .site .side__sec--header--ttl,
.single-media .site .side__sec--header--ttl,
.single-campaign .site .side__sec--header--ttl {
  font-size: 1.25em;
}

.single-product .swiper-pagination-bullet {
  margin: 0 0.8rem !important;
  width: 1rem !important;
  height: 1rem !important;
}
.single-product .swiper-pagination-bullet-active {
  background-color: #000;
}
.single-product [data-link] {
  padding-top: 4em;
}
.single-product .entry-header__txtContainer {
  color: var(--pro-header-text-color) !important;
  flex: 1;
}
.single-product .entry-header__txtContainer .text-t1 {
  font-size: 1.75em;
}
.single-product .entry-header__txtContainer .text-t2 {
  font-size: 1.125em;
}
.single-product .entry-content {
  margin-top: 7rem;
}
.single-product .entry-content .st {
  font-size: 1.5em;
}
.single-product .linkListContainer {
  width: 100%;
  position: absolute;
  z-index: 25;
  padding: 1em 0.5em;
  background-color: #fff;
  left: 0;
  top: auto;
}
.single-product .linkListContainer.on {
  position: fixed;
  top: 0;
}
.single-product .linkListContainer .linkList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 0.5em;
  column-gap: 1em;
}
.single-product .linkListContainer .linkList-item a {
  color: #e26c00;
  text-decoration: underline;
  display: block;
  line-height: 1;
}
.single-product .sec {
  padding-bottom: 10rem;
}
.single-product .sec#shopList {
  padding-top: 1px;
}
.single-product .sec:first-child {
  padding-bottom: 3em;
}
.single-product .sec .subSecContainer-ttl {
  font-size: 1.25em;
}
.single-product .sec__header {
  margin: 0 0 10rem;
  margin-top: 10rem;
}
.single-product .sec.sec1 .subSec {
  margin-top: 7rem;
}
.single-product .sec.sec1 .subSec__header {
  background-color: #f8f8f8;
  border-left: 8px solid #e26c00;
  padding: 0.6em 2.5em 0.5em 1.2em;
  position: relative;
  cursor: pointer;
}
.single-product .sec.sec1 .subSec__header-title {
  font-size: 1.5em;
  line-height: 1.3;
}
.single-product .sec.sec1 .subSec__header .plus {
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  display: flex;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .sec.sec1 .subSec__header .plus:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  align-self: center;
  display: block;
}
.single-product .sec.sec1 .subSec__header .plus:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  align-self: center;
  display: block;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
}
.single-product .sec.sec1 .subSec__header .sbtn {
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .sec.sec1 .subSec__header .sbtn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .sec.sec1 .subSec__header .sbtn:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-product .sec.sec1 .subSec__header.on .sbtn:after {
  content: none;
}
.single-product .sec.sec1 .subSec__header_d {
  background-color: #f8f8f8;
  border-left: 8px solid #e26c00;
  padding: 0.6em 2.5em 0.5em 1.2em;
  position: relative;
  cursor: pointer;
}
.single-product .sec.sec1 .subSec__header_d-title {
  font-size: 1.5em;
  line-height: 1.3;
}
.single-product .sec.sec1 .subSec__header_d .plus {
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  display: flex;
  right: 1.25em;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .sec.sec1 .subSec__header_d .plus:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  align-self: center;
  display: block;
}
.single-product .sec.sec1 .subSec__header_d .plus:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  align-self: center;
  display: block;
  transform: rotate(90deg);
  position: absolute;
  top: 50%;
}
.single-product .sec.sec1 .subSec__header_d .sbtn {
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .sec.sec1 .subSec__header_d .sbtn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-product .sec.sec1 .subSec__header_d .sbtn:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-product .sec.sec1 .subSec__header_d.on .sbtn:after {
  content: none;
}
.single-product .sec.sec1 .subSec__container {
  overflow: hidden;
  padding-bottom: 2em;
}
.single-product .sec.sec1 .subSec__container .subInner {
  overflow: hidden;
}
.single-product .sec.sec1 .productContainer {
  display: flex;
  align-items: center;
}
.single-product .sec.sec1 .productContainer > div {
  width: 50%;
}
.single-product .sec.sec1 .productContainer .image {
  position: relative;
}
.single-product .sec.sec1 .productContainer .image .swiper {
  padding-bottom: 3.5em;
}
.single-product .sec.sec1 .productContainer .image .badgesList {
  position: absolute;
  width: 24%;
  right: 3%;
  top: 0;
  z-index: 100;
}
.single-product .sec.sec1 .productContainer .detailContainer {
  padding-bottom: 3.5em;
}
.single-product .sec.sec1 .productContainer .detailContainer-title {
  font-size: 1.5em;
}
.single-product .sec.sec1 .productContainer .detailContainer-text {
  margin-bottom: 4em;
}
.single-product .sec.sec1 .productContainer .dtList {
  margin-top: 4em;
}
.single-product .sec.sec1 .productContainer .dtList-item {
  display: flex;
  margin-bottom: 1.5em;
}
.single-product .sec.sec1 .productContainer .dtList-item dt:after {
  content: ":";
  display: inline-block;
  padding: 0 0.3em;
}
.single-product .sec.sec2 .subSec {
  margin-top: 7rem;
}
.single-product .sec.sec2 .onlineList,
.single-product .sec.sec2 .shopList,
.single-product .sec.sec2 .cusList {
  display: flex;
  flex-wrap: wrap;
  gap: 1.7rem 2%;
  margin-top: 4rem;
}
.single-product .sec.sec2 .onlineList-item,
.single-product .sec.sec2 .shopList-item,
.single-product .sec.sec2 .cusList-item {
  width: 18.4%;
  border: 2px solid #e26c00;
}
.single-product .sec.sec2 .onlineList-item a,
.single-product .sec.sec2 .shopList-item a,
.single-product .sec.sec2 .cusList-item a {
  display: block;
  text-align: center;
  padding: 5%;
}
.single-product .sec.sec2 .onlineList-item img,
.single-product .sec.sec2 .shopList-item img,
.single-product .sec.sec2 .cusList-item img {
  width: 80%;
}
.single-product .bgc .txt {
  background-color: #f2f2f2;
  font-size: 1.125em;
  display: inline-block;
  padding: 0.3em 1.3em;
}
.single-product .btn_buy {
  background-color: #e26c00;
  color: #fff;
  padding: 1em 2em;
  line-height: 1;
  display: inline-block;
  border-radius: 0.2em;
}
.single-product .btn_buy .txt {
  display: inline-block;
}
.single-product .image_text {
  display: flex;
}
.single-product .image_text > div {
  width: 50%;
  padding: 1em;
}
.single-product.hair_pack .entry-header__txtContainer {
  display: flex;
}
.single-product.hair_pack .entry-header__txtContainer {
  justify-content: space-between;
}
.single-product.hair_pack .entry-header__txtContainer .text {
  padding-right: 2em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.single-product.hair_pack .entry-header__txtContainer .text-t1 {
  transform: translateY(-50%);
}
.single-product.hair_pack .entry-header__txtContainer .text-t2 {
  position: absolute;
  bottom: 0;
}
.single-product.hair_pack .entry-header__txtContainer .image {
  flex: 1;
}
.single-product.hair_pack .entry-header__txtContainer .image img {
  max-width: 430px;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec1 .imgList {
  display: flex;
  flex-wrap: wrap;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec1 .imgList-item {
  width: 50%;
  padding: 1.5%;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item {
  display: flex;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item-ttl {
  font-size: 1.25em;
  line-height: 1.2;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item-txt {
  margin-top: 1em;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item .image {
  width: 28rem;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item .txtContainer {
  flex: 1;
  padding-left: 2em;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList {
  display: flex;
  flex-wrap: wrap;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList-item {
  width: 50%;
  text-align: center;
  margin-top: 2.5em;
}
.single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList-item .image {
  max-width: 13rem;
  margin: 0 auto;
}
.single-product.hair_pack .subSec2 .t1 {
  font-size: 1.25em;
}
.single-product.hair_pack .subSec2 .bgc .txt {
  width: 100%;
  max-width: 600px;
}
.single-product.hair_pack .subSec4 .qaList dt {
  display: flex;
}
.single-product.hair_pack .subSec4 .qaList dt:before {
  content: "Q.";
  display: block;
  padding-right: 0.7em;
}
.single-product.hair_pack .subSec4 .qaList dd {
  display: flex;
}
.single-product.hair_pack .subSec4 .qaList dd:before {
  content: "A.";
  display: block;
  padding-right: 1.6em;
  font-weight: 700;
  font-size: 1.25em;
}
.single-product.hair_pack .subSec4 .qa-ttl {
  font-size: 1.25em;
}
.single-product.hair_pack .subSec5 .awContainer-ttl {
  font-size: 1.375em;
}
.single-product.hair_pack .subSec5 .awContainer-ttl .num {
  font-size: 2em;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
  display: inline-block;
  padding: 0 0.15em 0 0;
  line-height: 1.3;
}
.single-product.hair_pack .subSec5 .awListContainer .image {
  width: 35%;
  min-width: 150px;
}
.single-product.hair_pack .subSec5 .awListContainer .txtContainer {
  flex: 1;
}
.single-product.hair_pack .subSec5 .awListContainer .txtContainer .awtxtList {
  list-style: disc;
  margin-left: 1.2em;
}
.single-product.hair_pack .subSec5 .awListContainer .txtContainer .awtxtList-item {
  font-size: 0.9375em;
  line-height: 1.3;
  text-align: left;
}
.single-product.hair_pack .subSec5 .awListContainer .txtContainer .awtxtList-item:not(:last-child) {
  margin-bottom: 1em;
}
.single-product.hair_milk .entry-header__inner .pro_image {
  margin-right: -18%;
  aspect-ratio: 1/0.84952;
}
.single-product.hair_milk .entry-header.hero {
  overflow: hidden;
}
.single-product.hair_milk .entry-header.hero .entry-header__txtContainer .image img {
  height: auto;
}
.single-product.hair_milk .subSec.subSec3 .subSec_btn_ttl .txt {
  width: 100%;
}
.single-product.hair_milk .subSec.subSec3 .subSec_btn_ttl .sbtn {
  position: absolute;
  width: 1.25em;
  height: 1.25em;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}
.single-product.hair_milk .subSec.subSec3 .subSec_btn_ttl .sbtn:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  display: block;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-product.hair_milk .subSec.subSec3 .subSec_btn_ttl .sbtn:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 1px;
  background: #000;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.single-product.hair_milk .subSec.subSec3 .subSec_btn_ttl.on .sbtn:after {
  content: none;
}
.single-product.hair_milk .subSec.subSec3 .oilList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 2%;
}
.single-product.hair_milk .subSec.subSec3 .oilList-item {
  width: 33.3333333333%;
  padding: 2%;
}
.single-product.hair_milk .subSec.subSec3 .boxContainer {
  display: flex;
}
.single-product.hair_milk .subSec.subSec3 .boxContainer > .box {
  width: 50%;
  padding: 0.5em 2.5em;
  position: relative;
}
.single-product.hair_milk .subSec.subSec3 .boxContainer > .box dt {
  margin: 0 -2em;
  position: relative;
}
.single-product.hair_milk .subSec.subSec3 .boxContainer > .box:first-child .batu {
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0.8em;
  right: 0;
  transform: translate(50%, 0);
}
.single-product.hair_milk .subSec.subSec3 .boxContainer > .box:first-child .batu:before, .single-product.hair_milk .subSec.subSec3 .boxContainer > .box:first-child .batu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  top: 50%;
  left: 50%;
}
.single-product.hair_milk .subSec.subSec3 .boxContainer > .box:first-child .batu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.single-product.hair_milk .subSec.subSec3 .boxContainer > .box:first-child .batu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.single-product.hair_milk .subSec.subSec3 .subSec__header_d {
  cursor: auto;
}
.single-product.hair_milk .subSec.subSec3 .subSec__ch .subSec {
  margin-top: 0;
}
.single-product.hair_milk .subSec.subSec5 .image_text .dlList {
  border-radius: 1em;
  border: 1px solid #e26c00;
  padding: 1em;
}
.single-product.hair_milk .subSec.subSec5 .image_text .dlList dd {
  margin-top: 0.3em;
}
.single-product.hair_milk .inlineList {
  display: flex;
  flex-wrap: wrap;
}
.single-product.hair_milk .inlineList-item {
  padding: 0.5em 1em;
  border: 1px solid #000;
  border-radius: 2em;
  margin-bottom: 0.5em;
}
.single-product.hair_milk .txtList-item {
  margin-top: 2em;
  display: flex;
}
.single-product.hair_milk .txtList-item:before {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #e26c00;
  display: block;
  padding-right: 0.3em;
  font-size: 1.6em;
  line-height: 1;
}
.single-product.hair_milk .image_text {
  display: flex;
}
.single-product.hair_milk .image_text > div {
  width: 50%;
  padding: 1em;
}
.single-product.hair_milk_dx {
  /* max_width */
  /* margin */
  /* グラデーション */
  /* sec1 */
  /* sec2 */
  /* sec2_point*/
  /* sec2_w*/
  /* sec3 */
  /* .bk_wh2{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 80%;
    margin-right: 0;
    margin-left: auto;
  } */
  /* .bk_wh2::before{
      position: absolute;
    content: "";
    padding: 18%;
    background-image: url(../../images/page/img_pk_EXTRA.png);
    background-repeat: no-repeat;
    background-size:contain;
    top: 25%;
    left: -12%;
  } */
  /* sec4 */
  /* sec5 */
  /* sec6 */
}
.single-product.hair_milk_dx .ttl_line:before, .single-product.hair_milk_dx .ttl_line:after {
  content: "";
  height: 1px;
  background: #000;
  flex: 1;
}
.single-product.hair_milk_dx .btn_buy {
  background-color: #dbdfcc;
  color: #3e3e3e;
}
.single-product.hair_milk_dx .entry-content {
  margin-top: 16rem;
  color: #222;
  line-height: 2;
  letter-spacing: 0.05em;
}
.single-product.hair_milk_dx .secContainer {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}
.single-product.hair_milk_dx .txt12, .single-product.hair_milk_dx .txt14 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.single-product.hair_milk_dx .txt12 {
  font-size: 1.2rem;
}
.single-product.hair_milk_dx .txt14 {
  font-size: 1.4rem;
}
.single-product.hair_milk_dx .txt20 {
  font-size: 2rem;
}
.single-product.hair_milk_dx .tt18 {
  font-size: 1.8rem;
  font-weight: 600;
}
.single-product.hair_milk_dx .tt24 {
  font-size: 2.4rem;
}
.single-product.hair_milk_dx .ttimg {
  width: 30%;
}
.single-product.hair_milk_dx .smtt {
  font-size: 1.2rem;
}
.single-product.hair_milk_dx .smsmtt {
  font-size: 1rem;
}
.single-product.hair_milk_dx .smtxt {
  font-size: 0.5em;
}
.single-product.hair_milk_dx .dis_in_blo {
  display: inline-block;
}
.single-product.hair_milk_dx .w50 {
  width: 50%;
}
.single-product.hair_milk_dx .w60 {
  width: 60%;
}
.single-product.hair_milk_dx .alc {
  text-align: center;
}
.single-product.hair_milk_dx .allft {
  text-align: left;
}
.single-product.hair_milk_dx .fx {
  display: flex;
}
.single-product.hair_milk_dx .mx1000 {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_milk_dx .mx1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_milk_dx .mx1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_milk_dx .mb9 {
  margin-bottom: 0.9em;
}
.single-product.hair_milk_dx .mb18 {
  margin-bottom: 1.8em;
}
.single-product.hair_milk_dx .mb30 {
  margin-bottom: 3em;
}
.single-product.hair_milk_dx .mb50s {
  margin-bottom: 5em;
}
.single-product.hair_milk_dx .mb50 {
  margin-bottom: 5em;
  padding-bottom: 4em;
}
.single-product.hair_milk_dx .mb70 {
  margin-bottom: 7em;
}
.single-product.hair_milk_dx .mb100 {
  margin-bottom: 10em;
}
.single-product.hair_milk_dx .mb140 {
  margin-bottom: 14em;
}
.single-product.hair_milk_dx .mb160 {
  margin-bottom: 16em;
}
.single-product.hair_milk_dx .mb180 {
  margin-bottom: 18em;
}
.single-product.hair_milk_dx .mb200 {
  margin-bottom: 20em;
}
.single-product.hair_milk_dx .gld_p {
  background: #faefe6;
  background: linear-gradient(0deg, #faefe6 0%, #faefe6 35%, white 100%);
}
.single-product.hair_milk_dx .gld_wh {
  background: white;
  background: linear-gradient(0deg, white 0%, white 85%, rgba(255, 255, 255, 0) 100%);
  padding-top: 15em;
}
.single-product.hair_milk_dx .gld_p_re {
  background: white;
  background: linear-gradient(0deg, white 0%, #faefe6 35%, #faefe6 100%);
}
.single-product.hair_milk_dx .entry-header__inner {
  position: relative;
  padding: 0 1rem !important;
  color: var(--pro-header-text-color) !important;
}
.single-product.hair_milk_dx .entry-header__inner .box.image {
  width: 34.8%;
  height: auto;
  text-align: center;
  order: 1;
  transition-delay: 1.5s;
}
.single-product.hair_milk_dx .entry-header__inner .box.image img {
  width: 75%;
  height: auto;
}
.single-product.hair_milk_dx .entry-header__inner .box.text {
  order: 3;
  flex: 1;
  text-align: center;
}
.single-product.hair_milk_dx .entry-header__inner .box.text .text-t2 {
  display: inline-block;
  transition-delay: 1.5s;
  font-size: 28px;
}
.single-product.hair_milk_dx .entry-header__inner .box.text .text-t2 > span {
  display: block;
}
.single-product.hair_milk_dx .entry-header__inner .pro_image {
  order: 2;
  position: relative;
  transform: scale(1.1);
  transition-duration: 2s;
  transition-delay: 0.5s;
}
.single-product.hair_milk_dx .entry-header__inner .pro_image .img1,
.single-product.hair_milk_dx .entry-header__inner .pro_image .img2 {
  height: 100%;
}
.single-product.hair_milk_dx .entry-header__inner .pro_image .img1 {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
}
.single-product.hair_milk_dx .entry-header__inner .pro_image .img2 {
  background-image: var(--pro-header-back);
  background-size: auto 100%;
  background-repeat: repeat-x;
  position: relative;
  overflow: hidden;
}
.single-product.hair_milk_dx .entry-header__inner .pro_image .img2::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #fefefe;
  background: linear-gradient(100deg, rgba(254, 254, 254, 0) 28%, black 100%);
  opacity: 0.2;
  mix-blend-mode: soft-light;
}
.single-product.hair_milk_dx .entry-header__inner .pro_image .img2 img {
  mix-blend-mode: multiply;
}
.single-product.hair_milk_dx .entry-header.on .pro_image {
  transform: scale(1);
}
.single-product.hair_milk_dx .sec#shopList .sec__header--title {
  text-align: center;
}
.single-product.hair_milk_dx .sec#shopList .sec__header--title ._img {
  margin-right: 0;
  display: block;
}
.single-product.hair_milk_dx .sec#shopList .sec__header--title ._img img {
  max-height: 40px;
  width: auto;
}
.single-product.hair_milk_dx .sec .subSecContainer-ttl._img img {
  max-height: 20px;
  height: 100%;
  width: auto;
}
.single-product.hair_milk_dx .sec1 {
  position: relative;
}
.single-product.hair_milk_dx .sec1 .sec__header--title {
  max-width: 510px;
  text-align: center;
  padding: 0 1em;
}
.single-product.hair_milk_dx .sec1 .sec__header--title .en {
  margin-right: 0;
}
.single-product.hair_milk_dx .sec1 .sec__header--title .ja {
  font-size: 12px;
}
.single-product.hair_milk_dx .sec1 .sec__inner {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-product.hair_milk_dx .sec1 .productContainer {
  max-width: 940px;
  margin: 0 auto;
  padding: 0 2rem;
}
.single-product.hair_milk_dx .btl {
  position: absolute;
  z-index: 1;
  width: 38%;
  top: 3%;
  right: 10%;
}
.single-product.hair_milk_dx .backimg {
  width: 65%;
  right: 0;
  top: -5%;
}
.single-product.hair_milk_dx .backimg {
  position: absolute;
}
.single-product.hair_milk_dx .dmg {
  padding-top: 11rem;
  position: relative;
  z-index: 1;
  width: 55%;
}
.single-product.hair_milk_dx .eng {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_milk_dx .fx.alc {
  flex-direction: column;
  align-items: center;
}
.single-product.hair_milk_dx .style {
  flex: 1;
  padding-left: 5%;
  z-index: 1;
}
.single-product.hair_milk_dx .hbef {
  z-index: 1;
}
.single-product.hair_milk_dx .st_in {
  position: relative;
  align-items: flex-end;
}
.single-product.hair_milk_dx .st_in::after {
  position: absolute;
  content: "";
  background-color: #fff;
  top: 65%;
  width: 90%;
  height: 50%;
}
.single-product.hair_milk_dx .point {
  align-items: center;
}
.single-product.hair_milk_dx .pt_txt_r {
  flex: 1;
  padding-right: 6em;
}
.single-product.hair_milk_dx .pt_txt_l {
  flex: 1;
  padding-left: 6em;
}
.single-product.hair_milk_dx .pt_img {
  width: 32%;
  opacity: 0;
  transform: translateY(30px);
  transition: transform 1.5s 0.7s, opacity 1.5s 0.7s;
}
.single-product.hair_milk_dx .pt_img.on {
  opacity: 1;
  transform: translateY(0);
}
.single-product.hair_milk_dx .fx_revers {
  flex-direction: row-reverse;
}
.single-product.hair_milk_dx .num1 {
  background-image: url(../../images/page/num_1.png);
  background-repeat: no-repeat;
  background-size: 8%;
  padding-top: 15%;
}
.single-product.hair_milk_dx .num2 {
  background-image: url(../../images/page/num_2.png);
  background-repeat: no-repeat;
  background-size: 8%;
  padding-top: 15%;
}
.single-product.hair_milk_dx .num3 {
  background-image: url(../../images/page/num_3.png);
  background-repeat: no-repeat;
  background-size: 8%;
  padding-top: 15%;
}
.single-product.hair_milk_dx .pt45 {
  padding-top: 4.5em;
  padding-left: 2em;
  padding-right: 4.5em;
}
.single-product.hair_milk_dx .pt90 {
  padding-top: 9em;
}
.single-product.hair_milk_dx .wapr {
  margin-left: 22%;
}
.single-product.hair_milk_dx .backimg70 {
  background-image: url(../../images/page/img_back70p.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product.hair_milk_dx .backimg70 .ttimg {
  padding-top: 9em;
}
.single-product.hair_milk_dx .bk_wh {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 80%;
  /* margin-right: 10%; */
  margin-left: auto;
  max-width: 1000px;
  /* margin-right: auto; */
}
.single-product.hair_milk_dx .bk_wh::before {
  position: absolute;
  content: "";
  padding: 40% 0 0;
  background-image: url(../../images/page/img_pk_NEW.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 44%;
  display: block;
  width: 10%;
  background-position: right top;
  left: 0;
  transform: translateX(-150%);
  max-width: 90px;
}
.single-product.hair_milk_dx .bk_wh2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  width: 80%;
  /* margin-right: 10%; */
  margin-left: auto;
  max-width: 1000px;
  /* margin-right: auto; */
}
.single-product.hair_milk_dx .bk_wh2::before {
  position: absolute;
  content: "";
  padding: 40% 0 0;
  background-image: url(../../images/page/img_pk_EXTRA.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 30%;
  display: block;
  width: 10%;
  background-position: right top;
  left: 0;
  transform: translateX(-150%);
  max-width: 90px;
}
.single-product.hair_milk_dx .mx920 {
  max-width: 920px;
}
.single-product.hair_milk_dx .kakeru {
  width: 35%;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_milk_dx .pt70 {
  padding-top: 7rem;
}
.single-product.hair_milk_dx .ingre_txt {
  flex-basis: 70%;
  margin-right: 8%;
}
.single-product.hair_milk_dx .ingre_img {
  flex-basis: 26%;
}
.single-product.hair_milk_dx .ingre_sm {
  width: 40%;
  line-height: 1.2em;
  margin-left: auto;
  margin-right: 0;
}
.single-product.hair_milk_dx .hikaku {
  width: 50%;
  margin: 0 auto;
}
.single-product.hair_milk_dx .gld_p_re .ttimg {
  padding-top: 9rem;
}
.single-product.hair_milk_dx .fle_img p {
  width: 60%;
  margin-right: 0;
  margin-left: auto;
}
.single-product.hair_milk_dx .fle_img p:nth-of-type(1) {
  margin-right: 20%;
}
.single-product.hair_milk_dx .fle_img p:nth-of-type(2) {
  margin-right: 10%;
}
.single-product.hair_milk_dx .to_use {
  align-items: flex-end;
  width: 70%;
  margin-right: 0;
  margin-left: auto;
}
.single-product.hair_milk_dx .to_use > p {
  margin-right: 5em;
}
.single-product.hair_milk_dx .use_hair {
  width: 80%;
}
.single-product.hair_milk_dx .use_hair div {
  margin-right: 1em;
}
.single-product.hair_milk_dx .hindo {
  padding-right: 2em;
}
.single-product.hair_milk_dx .push {
  position: relative;
  padding-left: 1em;
  font-weight: 600;
}
.single-product.hair_milk_dx .nayamisc {
  align-items: center;
}
.single-product.hair_milk_dx .nayami {
  position: relative;
  padding-left: 1em;
}
.single-product.hair_milk_dx .push::before, .single-product.hair_milk_dx .nayami::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 11px;
  border-color: transparent transparent transparent #e9bfa5;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}
.single-product.hair_milk_dx .se_posi {
  position: relative;
}
.single-product.hair_milk_dx .series.backimg70 {
  background-size: cover;
  padding-bottom: 4%;
  margin-bottom: 2em;
}
.single-product.hair_milk_dx .series_tt {
  position: absolute;
  z-index: 100;
  width: 60%;
  right: 0;
  top: 0;
  transform: translateY(-55%);
}
.single-product.hair_milk_dx .series_img {
  position: relative;
  z-index: 10;
  width: 46%;
  margin-left: 5%;
  top: 0;
  transform: translateY(-5%);
}
.single-product.hair_milk_dx .series_ba_img {
  position: absolute;
  z-index: 1;
  width: 32%;
  left: 45%;
  top: 40%;
}
.single-product.hair_milk_dx .series_txt {
  position: relative;
  z-index: 1;
  width: 55%;
  margin-top: 18%;
  margin-left: auto;
  margin-right: 0;
}
.single-product.hair_keep_oil, .single-product.uv_moist {
  font-family: "游ゴシック", "Yu Gothic", sans-serif;
}
.single-product.hair_keep_oil .ful, .single-product.uv_moist .ful {
  width: 100vw;
}
.single-product.hair_keep_oil .btn_buy, .single-product.uv_moist .btn_buy {
  padding: 1em 1.5em;
}
.single-product.hair_keep_oil .btn_buy .txt, .single-product.uv_moist .btn_buy .txt {
  margin-left: 1em;
}
.single-product.hair_keep_oil .entry-header.hero::before, .single-product.uv_moist .entry-header.hero::before {
  z-index: 2;
}
.single-product.hair_keep_oil .entry-header.hero:after, .single-product.uv_moist .entry-header.hero:after {
  content: "";
  position: absolute;
  width: 30%;
  height: 100%;
  z-index: 1;
  background-color: #e26c00;
  top: 0;
  left: 0;
}
.single-product.hair_keep_oil .entry-header__txtContainer, .single-product.uv_moist .entry-header__txtContainer {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.single-product.hair_keep_oil .entry-header__txtContainer:after, .single-product.uv_moist .entry-header__txtContainer:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: -2rem;
  right: 0;
  bottom: 0;
  background: #e06e08;
  background: linear-gradient(90deg, rgba(224, 110, 8, 0) 0%, #e06e08 6%, #e06e08 85%, rgba(224, 110, 8, 0) 100%);
}
.single-product.hair_keep_oil .entry-header__txtContainer .text-t1, .single-product.uv_moist .entry-header__txtContainer .text-t1 {
  font-size: clamp(10px, calc(12 * calc((100vw - 390px) / 850) + 10px), 22px);
}
.single-product.hair_keep_oil .entry-header__txtContainer .image, .single-product.uv_moist .entry-header__txtContainer .image {
  padding: 0 15%;
}
.single-product.hair_keep_oil .sec.sec2 .subSecContainer-ttl, .single-product.uv_moist .sec.sec2 .subSecContainer-ttl {
  font-weight: normal !important;
}
.single-product.hair_keep_oil .sec.sec2 .subSecContainer-ttl .txt, .single-product.uv_moist .sec.sec2 .subSecContainer-ttl .txt {
  display: block;
  padding: 0 1em;
}
.single-product.hair_keep_oil .sec.sec2 .subSecContainer-ttl:before, .single-product.hair_keep_oil .sec.sec2 .subSecContainer-ttl:after, .single-product.uv_moist .sec.sec2 .subSecContainer-ttl:before, .single-product.uv_moist .sec.sec2 .subSecContainer-ttl:after {
  content: "";
  height: 1px;
  background: #000;
  flex: 1;
}
.single-product.hair_keep_oil .sec.sec2 .sec__header--title, .single-product.uv_moist .sec.sec2 .sec__header--title {
  text-align: center;
}
.single-product.hair_keep_oil .sec.sec2 .sec__header--title span, .single-product.uv_moist .sec.sec2 .sec__header--title span {
  display: block;
  margin: 0;
}
.single-product.hair_keep_oil .sec.sec2 .sec__header--title .en, .single-product.uv_moist .sec.sec2 .sec__header--title .en {
  font-weight: normal;
}
.single-product.hair_keep_oil .sec.sec2 .sec__header--title .en .title_line, .single-product.uv_moist .sec.sec2 .sec__header--title .en .title_line {
  display: none;
}
.single-product.hair_keep_oil .sec.sec2 .sec__header--title .ja, .single-product.uv_moist .sec.sec2 .sec__header--title .ja {
  margin-top: 2em;
  font-size: 12px;
}
.single-product.hair_keep_oil .sec.sec1 .sec__inner, .single-product.uv_moist .sec.sec1 .sec__inner {
  max-width: none;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.single-product.hair_keep_oil .sec.sec1 .sec__header, .single-product.uv_moist .sec.sec1 .sec__header {
  margin-bottom: 2em;
}
.single-product.hair_keep_oil .sec.sec1 .sec__header--title, .single-product.uv_moist .sec.sec1 .sec__header--title {
  max-width: 380px;
  text-align: center;
  padding: 0 1em;
}
.single-product.hair_keep_oil .sec.sec1 .productContainer, .single-product.uv_moist .sec.sec1 .productContainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_keep_oil .sec.sec1 .productContainer .image, .single-product.uv_moist .sec.sec1 .productContainer .image {
  width: 40%;
}
.single-product.hair_keep_oil .sec.sec1 .productContainer .detailContainer, .single-product.uv_moist .sec.sec1 .productContainer .detailContainer {
  width: 60%;
}
.single-product.hair_keep_oil .sec.sec1 .productContainer .detailContainer-title, .single-product.uv_moist .sec.sec1 .productContainer .detailContainer-title {
  font-size: clamp(18px, calc(2 * calc((100vw - 320px) / 576) + 18px), 20px);
  font-weight: 700;
}
.single-product.hair_keep_oil .sec.sec1 .productContainer .detailContainer-title .vr, .single-product.uv_moist .sec.sec1 .productContainer .detailContainer-title .vr {
  display: block;
  font-weight: normal;
}
.single-product.hair_keep_oil .sec.sec1 .productContainer .detailContainer .txtContainer .fx, .single-product.uv_moist .sec.sec1 .productContainer .detailContainer .txtContainer .fx {
  gap: 2em;
}
.single-product.hair_keep_oil .sec.sec1 .mlList, .single-product.uv_moist .sec.sec1 .mlList {
  display: flex;
  align-items: center;
  gap: 1em;
  line-height: 1.5;
}
.single-product.hair_keep_oil .sec.sec1 .mlList dt, .single-product.uv_moist .sec.sec1 .mlList dt {
  font-size: clamp(18px,calc(6 * calc((100vw - 390px) / 506) + 18px),24px);
  width: 10em;
}
.single-product.hair_keep_oil .sec.sec1 .mlList dt .wrap, .single-product.uv_moist .sec.sec1 .mlList dt .wrap {
  color: #e26c00;
  border-radius: 0.4em;
  border: 2px solid;
  text-align: center;
  padding: 0.3em;
  display: inline-block;
}
.single-product.hair_keep_oil .sec.sec1 .mlList dt span, .single-product.uv_moist .sec.sec1 .mlList dt span {
  display: block;
}
.single-product.hair_keep_oil .sec.sec1 .mlList dt .fs, .single-product.uv_moist .sec.sec1 .mlList dt .fs {
  font-size: 0.58em;
}
.single-product.hair_keep_oil .sec.sec1 .mlList dt .txt, .single-product.uv_moist .sec.sec1 .mlList dt .txt {
  font-weight: 700;
}
.single-product.hair_keep_oil .sec.sec1 .mlList dd, .single-product.uv_moist .sec.sec1 .mlList dd {
  flex: 1;
}
.single-product.hair_keep_oil .sec.sec1 .concept, .single-product.uv_moist .sec.sec1 .concept {
  background-color: #d7d3cd;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop, .single-product.uv_moist .ch_sec.sec_concepttop {
  background-color: #d7d3cd;
  padding: 0 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .ch_sec__header, .single-product.uv_moist .ch_sec.sec_concepttop .ch_sec__header {
  padding-top: 4em;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .ch_sec__header .sec__ttl .txt, .single-product.uv_moist .ch_sec.sec_concepttop .ch_sec__header .sec__ttl .txt {
  font-size: clamp(24px, calc(24 * calc((100vw - 390px) / 506) + 24px), 48px);
  line-height: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .ch_sec__header .sec__ttl .ja, .single-product.uv_moist .ch_sec.sec_concepttop .ch_sec__header .sec__ttl .ja {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_concepttop .ch_sec__inner {
  background: url(../../images/page/img_concept.png) no-repeat;
  background-position: right -10% bottom;
  background-size: 55% auto;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .sec_container, .single-product.uv_moist .ch_sec.sec_concepttop .sec_container {
  max-width: 740px;
  width: 60%;
  text-align: center;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
  padding: 5% 2em 8%;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .sec_container .ttl_txt, .single-product.uv_moist .ch_sec.sec_concepttop .sec_container .ttl_txt {
  font-size: clamp(22px, calc(13 * calc((100vw - 897px) / 343) + 22px), 35px);
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .sec_container .bg, .single-product.uv_moist .ch_sec.sec_concepttop .sec_container .bg {
  font-size: 1.37em;
}
.single-product.hair_keep_oil .ch_sec.sec_concepttop .sec_container .txt, .single-product.uv_moist .ch_sec.sec_concepttop .sec_container .txt {
  font-size: clamp(16px, calc(2 * calc((100vw - 897px) / 343) + 16px), 18px);
  margin-top: 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_concept, .single-product.uv_moist .ch_sec.sec_concept {
  background: url(../../images/page/img_concept2_back.jpg) repeat-x left top;
  background-size: auto 100%;
  overflow: hidden;
  position: relative;
}
.single-product.hair_keep_oil .ch_sec.sec_concept:before, .single-product.uv_moist .ch_sec.sec_concept:before {
  content: "";
  position: absolute;
  left: 70%;
  width: 50%;
  height: 100%;
  background: #fff;
}
.single-product.hair_keep_oil .ch_sec.sec_concept .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner {
  background: url(../../images/page/img_concept2.jpg) no-repeat left top;
  background-size: contain;
  position: relative;
  z-index: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_concept .ch_sec__inner .txtContainer, .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .txtContainer {
  margin-left: 50%;
  width: 50%;
  padding: 7% 2% 8% 7%;
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
}
.single-product.hair_keep_oil .ch_sec.sec_concept .ch_sec__inner .txtContainer .sec__ttl, .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .txtContainer .sec__ttl {
  color: #e26c00;
  font-size: clamp(18px, calc(6 * calc((100vw - 390px) / 506) + 18px), 24px);
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
}
.single-product.hair_keep_oil .ch_sec.sec_concept .ch_sec__inner .txtContainer .txt, .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .txtContainer .txt {
  font-size: 0.875em;
  margin-top: 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_concept .ch_sec__inner .txtContainer .end, .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .txtContainer .end {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
  font-size: 1.125em;
}
.single-product.hair_keep_oil .ch_sec.sec_keep, .single-product.uv_moist .ch_sec.sec_keep {
  background-color: #e26c00;
  color: #fff;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_keep .ch_sec__inner {
  padding: 0 2em 4em;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .ch_sec__header, .single-product.uv_moist .ch_sec.sec_keep .ch_sec__header {
  padding: 3em 1em 0;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .ch_sec__header .sec__ttl, .single-product.uv_moist .ch_sec.sec_keep .ch_sec__header .sec__ttl {
  background: #fff;
  color: #000;
  padding: 0.3em 1em;
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemContainer, .single-product.uv_moist .ch_sec.sec_keep .itemContainer {
  margin-top: 2.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList, .single-product.uv_moist .ch_sec.sec_keep .itemList {
  display: flex;
  flex-wrap: wrap;
  gap: 6em;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item, .single-product.uv_moist .ch_sec.sec_keep .itemList-item {
  width: calc(33.3333333333% - 4em);
  position: relative;
  cursor: pointer;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item:before, .single-product.uv_moist .ch_sec.sec_keep .itemList-item:before {
  content: "";
  aspect-ratio: 1/0.15;
  display: block;
  background: url(../../images/common/img_icons.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  transform: translate(2px, -20%);
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item .image, .single-product.uv_moist .ch_sec.sec_keep .itemList-item .image {
  position: relative;
  aspect-ratio: 1/1;
  z-index: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item .image img, .single-product.uv_moist .ch_sec.sec_keep .itemList-item .image img {
  position: absolute;
  z-index: 2;
  border-radius: 1.4em;
  opacity: 1;
  transition: opacity 0.5s;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item .image img.front, .single-product.uv_moist .ch_sec.sec_keep .itemList-item .image img.front {
  z-index: 3;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item .image img.back, .single-product.uv_moist .ch_sec.sec_keep .itemList-item .image img.back {
  opacity: 0;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item .image:after, .single-product.uv_moist .ch_sec.sec_keep .itemList-item .image:after {
  content: "";
  position: absolute;
  width: 14%;
  aspect-ratio: 1/1;
  right: 0;
  bottom: 0;
  background: url(../../images/common/img_btn_fb.png) no-repeat left top;
  background-size: 100% auto;
  background-position: left top;
  z-index: 3;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item .txt, .single-product.uv_moist .ch_sec.sec_keep .itemList-item .txt {
  font-size: 0.875em;
  text-align: center;
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item.on .image:after, .single-product.uv_moist .ch_sec.sec_keep .itemList-item.on .image:after {
  background-position: left bottom;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item.on .image img.front, .single-product.uv_moist .ch_sec.sec_keep .itemList-item.on .image img.front {
  opacity: 0;
}
.single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item.on .image img.back, .single-product.uv_moist .ch_sec.sec_keep .itemList-item.on .image img.back {
  opacity: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_point, .single-product.uv_moist .ch_sec.sec_point {
  background-color: #e26c00;
  padding: 0 1em 5em;
}
.single-product.hair_keep_oil .ch_sec.sec_point .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_point .ch_sec__inner {
  background-color: #fff;
}
.single-product.hair_keep_oil .ch_sec.sec_point .ch_sec__header, .single-product.uv_moist .ch_sec.sec_point .ch_sec__header {
  background-color: #f9f9f9;
  padding: 3em 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer, .single-product.uv_moist .ch_sec.sec_point .listContainer {
  padding: 2em 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList > * + *, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList > * + * {
  margin-top: 8.4%;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item {
  display: flex;
  align-items: center;
  gap: 8%;
  counter-increment: number;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item:nth-child(2n), .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item:nth-child(2n) {
  flex-direction: row-reverse;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item:nth-child(2), .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item:nth-child(2) {
  gap: 6%;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item:nth-child(2):after, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item:nth-child(2):after {
  content: "";
  display: block;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .image, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .image {
  width: 28%;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .txtContainer, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .txtContainer {
  display: flex;
  align-items: flex-start;
  flex: 1;
  padding: 0 0 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .txtContainer:before, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .txtContainer:before {
  content: counter(number);
  font-family: "Poppins", sans-serif;
  font-size: clamp(50px, calc(76 * calc((100vw - 390px) / 506) + 50px), 126px);
  color: #e26c00;
  font-weight: 200;
  line-height: 1;
  margin-top: -1%;
  display: block;
  padding: 0 0.2em;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .txtContainer .inner, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .txtContainer .inner {
  border-left: 2px solid #e26c00;
  padding-left: 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .txtContainer .ttl, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .txtContainer .ttl {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
  font-size: 1.25em;
}
.single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .txtContainer .txt, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .txtContainer .txt {
  margin-top: 2em;
  font-size: 0.875em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail, .single-product.uv_moist .ch_sec.sec_detail {
  padding: 0 1em 5em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .ch_sec__header, .single-product.uv_moist .ch_sec.sec_detail .ch_sec__header {
  padding-top: 4em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .ch_sec__header .sec__ttl .txt, .single-product.uv_moist .ch_sec.sec_detail .ch_sec__header .sec__ttl .txt {
  font-size: clamp(24px, calc(24 * calc((100vw - 390px) / 506) + 24px), 48px);
  line-height: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .ch_sec__header .sec__ttl .ja, .single-product.uv_moist .ch_sec.sec_detail .ch_sec__header .sec__ttl .ja {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .ttl, .single-product.uv_moist .ch_sec.sec_detail .sec_container .ttl {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
  font-size: clamp(18px, calc(12 * calc((100vw - 390px) / 506) + 18px), 30px);
}
.single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(1), .single-product.uv_moist .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(1) {
  width: 56.73%;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(2), .single-product.uv_moist .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(2) {
  width: 43.27%;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .txtContainer, .single-product.uv_moist .ch_sec.sec_detail .sec_container .txtContainer {
  max-width: 670px;
  margin: 4em auto 0;
  font-size: 0.875em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .txtContainer * + *, .single-product.uv_moist .ch_sec.sec_detail .sec_container .txtContainer * + * {
  margin-top: 3em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail .imageContainer, .single-product.uv_moist .ch_sec.sec_detail .imageContainer {
  display: flex;
  margin-top: 3em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail2, .single-product.uv_moist .ch_sec.sec_detail2 {
  background: url(../../images/page/img_detail2_back.png) no-repeat center;
  background-size: cover;
}
.single-product.hair_keep_oil .ch_sec.sec_detail2 .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_detail2 .ch_sec__inner {
  padding-bottom: 5em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail2 .ch_sec__header, .single-product.uv_moist .ch_sec.sec_detail2 .ch_sec__header {
  padding-top: 3em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail2 .ch_sec__header .sec__ttl, .single-product.uv_moist .ch_sec.sec_detail2 .ch_sec__header .sec__ttl {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
  font-size: clamp(18px, calc(12 * calc((100vw - 390px) / 506) + 18px), 30px);
}
.single-product.hair_keep_oil .ch_sec.sec_detail2 .detList, .single-product.uv_moist .ch_sec.sec_detail2 .detList {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_detail2 .detList-item, .single-product.uv_moist .ch_sec.sec_detail2 .detList-item {
  width: 33.3333333333%;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred, .single-product.uv_moist .ch_sec.sec_ingred {
  color: #fff;
  background-color: #e26c00;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec__header, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec__header {
  padding-left: 1em;
  padding-right: 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec__header .sec__ttl .txt, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec__header .sec__ttl .txt {
  font-size: clamp(25px, calc(23 * calc((100vw - 390px) / 506) + 25px), 48px);
  line-height: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec__header .sec__ttl .ja, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec__header .sec__ttl .ja {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec__inner {
  padding-bottom: 5em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container, .single-product.uv_moist .ch_sec.sec_ingred .sec_container {
  max-width: 790px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1em;
  padding-right: 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl {
  font-size: clamp(18px, calc(6 * calc((100vw - 390px) / 506) + 18px), 24px);
  font-weight: 700;
  padding: 0 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl .inner, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl .inner {
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #fff;
  padding: 0.7em;
  line-height: 1.5;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl .tx, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl .tx {
  display: block;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl .batsu, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl .batsu {
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl .batsu:before, .single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl .batsu:after, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl .batsu:before, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl .batsu:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl .batsu:before, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl .batsu:before {
  transform: rotate(45deg);
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .ttl .batsu:after, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .ttl .batsu:after {
  transform: rotate(-45deg);
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .txtContainer, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .txtContainer {
  text-align: center;
  color: #fff;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .txtContainer .txt_ttl, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .txtContainer .txt_ttl {
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
  font-size: clamp(18px, calc(6 * calc((100vw - 390px) / 506) + 18px), 24px);
  margin-top: 3em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .txtContainer .txt, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .txtContainer .txt {
  font-size: 0.875em;
  margin-top: 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer {
  margin-top: 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer .imgList, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer .imgList {
  background-color: #fff;
  color: #000;
  border-radius: 0.5em;
  padding: 1.7em 3em;
  display: flex;
  flex-wrap: wrap;
  gap: 0 0.4em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item {
  width: calc(25% - 0.3em);
  text-align: center;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item .txt, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item .txt {
  font-size: 9px;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch {
  background-color: #fff;
  color: #000;
  padding: 4em 1.5em 8%;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__inner, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__inner {
  position: relative;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__inner-ttl, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__inner-ttl {
  font-size: clamp(18px, calc(6 * calc((100vw - 390px) / 506) + 18px), 24px);
  font-family: "YuMincho", "Yu Mincho", "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "HGS明朝B", serif;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container {
  display: flex;
  flex-direction: row-reverse;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 3em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer {
  flex: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner {
  position: absolute;
  width: 40%;
  max-width: 570px;
  min-width: 450px;
  padding: 1em;
  right: 0;
  height: 100%;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image {
  position: absolute;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(1), .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(1) {
  width: 73%;
  top: 0;
  left: 0;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(2), .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(2) {
  width: 72%;
  top: 52%;
  right: 4%;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtContainer, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtContainer {
  width: 62.5%;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtList, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtList {
  margin-top: 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtList > * + *, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtList > * + * {
  margin-top: 4em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtList dt, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtList dt {
  font-weight: 700;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtList dt .txt, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtList dt .txt {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtList dt .txt:before, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtList dt .txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 0.42em solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0.42em solid transparent;
  border-left: 0.7em solid #e26c00;
}
.single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtList dd, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtList dd {
  font-size: 0.875em;
  margin-top: 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg, .single-product.uv_moist .ch_sec.sec_freg {
  padding: 0 1em 5em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .ch_sec__header, .single-product.uv_moist .ch_sec.sec_freg .ch_sec__header {
  padding-top: 4em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .ch_sec__header .sec__ttl .txt, .single-product.uv_moist .ch_sec.sec_freg .ch_sec__header .sec__ttl .txt {
  font-size: clamp(24px, calc(24 * calc((100vw - 390px) / 506) + 24px), 48px);
  line-height: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .ch_sec__header .sec__ttl .ja, .single-product.uv_moist .ch_sec.sec_freg .ch_sec__header .sec__ttl .ja {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block {
  margin-top: 5em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block::after, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block::after {
  content: "";
  display: block;
  aspect-ratio: 1/0.03;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__inner, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__inner {
  border-left: 2px solid #e26c00;
  padding-left: 1.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__inner::after, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__inner::after {
  content: "";
  display: block;
  aspect-ratio: 1/0.28;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__header .block__txt, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__header .block__txt {
  display: flex;
  align-items: center;
  gap: 0.5em;
  font-size: clamp(16px, calc(2 * calc((100vw - 390px) / 506) + 16px), 18px);
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__header .block__txt:first-child, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__header .block__txt:first-child {
  margin-top: 2em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__header .block__txt .tp, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__header .block__txt .tp {
  font-size: 12px;
  border-radius: 0.3em;
  border: 1px solid;
  padding: 0 0.5em;
  white-space: nowrap;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__ttl, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__ttl {
  font-size: clamp(18px, calc(6 * calc((100vw - 390px) / 506) + 18px), 24px);
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__container, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__container {
  margin-top: 3em;
  width: 44%;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__container .txt, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__container .txt {
  font-size: 0.875em;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block:nth-child(1), .single-product.uv_moist .ch_sec.sec_freg .sec_container .block:nth-child(1) {
  background: url(../../images/page/img_freg_back_1.png) no-repeat right bottom;
  background-size: 86% auto;
}
.single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block:nth-child(2), .single-product.uv_moist .ch_sec.sec_freg .sec_container .block:nth-child(2) {
  background: url(../../images/page/img_freg_back_2.png) no-repeat right bottom;
  background-size: 86% auto;
}
.single-product.hair_keep_oil .ch_sec.sec_howto, .single-product.uv_moist .ch_sec.sec_howto {
  padding: 0 1em 5em;
  background-color: #e26c00;
  color: #fff;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .ch_sec__header, .single-product.uv_moist .ch_sec.sec_howto .ch_sec__header {
  padding-top: 4em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .ch_sec__header .sec__ttl .txt, .single-product.uv_moist .ch_sec.sec_howto .ch_sec__header .sec__ttl .txt {
  font-size: clamp(24px, calc(24 * calc((100vw - 390px) / 506) + 24px), 48px);
  line-height: 1;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .ch_sec__header .sec__ttl .ja, .single-product.uv_moist .ch_sec.sec_howto .ch_sec__header .sec__ttl .ja {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block {
  border-left: 2px solid #fff;
  padding-left: 1.5em;
  margin-top: 3em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__header, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__header {
  margin-top: 5em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__header-ttl, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__header-ttl {
  text-align: center;
  background: #fff;
  color: #e26c00;
  padding: 0 1em;
  font-weight: 700;
  font-size: clamp(18px, calc(6 * calc((100vw - 390px) / 506) + 18px), 24px);
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container {
  margin-top: 2.5em;
  display: flex;
  justify-content: space-between;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container .txtContainer, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container .txtContainer {
  font-size: 0.875em;
  width: 58%;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container .txtContainer ul, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container .txtContainer ul {
  list-style: disc;
  margin-left: 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container .txtContainer ol, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container .txtContainer ol {
  list-style: decimal;
  margin-left: 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container .txtContainer .block_sub_ttl, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container .txtContainer .block_sub_ttl {
  margin-top: 2.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container > .image, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container > .image {
  width: 33%;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__ttl, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__ttl {
  font-weight: 700;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__ttl span, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__ttl span {
  display: block;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block.tp2 .block__container > .image, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block.tp2 .block__container > .image {
  max-width: 350px;
  width: 40%;
  padding-right: 3%;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block.tp1 .block__ttl, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block.tp1 .block__ttl {
  display: inline-block;
  min-width: 20em;
  color: #e26c00;
  background-color: #f1f1f1;
  padding: 0.3em 1.2em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block.tp1 .block__ttl span, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block.tp1 .block__ttl span {
  display: block;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block.tp1 .block__container > .image, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block.tp1 .block__container > .image {
  padding: 0 3%;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block .hairList, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block .hairList {
  list-style: none !important;
  margin-left: 0 !important;
  display: flex;
  gap: 1.5%;
  max-width: 430px;
  margin-top: 1em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block .hairList-item, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block .hairList-item {
  width: 32%;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt {
  padding-left: 0.5em;
  margin-top: 0.5em;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt span, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt span {
  display: block;
  line-height: 1.5;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt .hr_txt, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt .hr_txt {
  display: flex;
  align-items: center;
}
.single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt .hr_txt:before, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block .hairList-item .list-txt .hr_txt:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 0.3em;
  border-top: 0.42em solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 0.42em solid transparent;
  border-left: 0.7em solid #fff;
}
@media screen and (max-width: 896px) {
  .single-product.hair_keep_oil .entry-header .post_type, .single-product.uv_moist .entry-header .post_type {
    top: 5%;
  }
  .single-product.hair_keep_oil .sec.sec1 .productContainer, .single-product.uv_moist .sec.sec1 .productContainer {
    margin-top: 3em;
    max-width: 600px;
  }
  .single-product.hair_keep_oil .sec.sec1 .productContainer .image, .single-product.uv_moist .sec.sec1 .productContainer .image {
    width: 80%;
  }
  .single-product.hair_keep_oil .sec.sec1 .productContainer .detailContainer, .single-product.uv_moist .sec.sec1 .productContainer .detailContainer {
    width: 100%;
    padding: 0 1em;
  }
  .single-product.hair_keep_oil .sec.sec1 .mlList, .single-product.uv_moist .sec.sec1 .mlList {
    flex-wrap: wrap;
  }
  .single-product.hair_keep_oil .sec.sec1 .mlList dt, .single-product.uv_moist .sec.sec1 .mlList dt {
    width: 100%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_concepttop .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_concepttop .ch_sec__inner {
    background-position: center bottom;
    padding-bottom: 50%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_concepttop .sec_container, .single-product.uv_moist .ch_sec.sec_concepttop .sec_container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .single-product.hair_keep_oil .ch_sec.sec_concepttop .sec_container .ttl_txt, .single-product.uv_moist .ch_sec.sec_concepttop .sec_container .ttl_txt {
    font-size: clamp(18px, calc(12 * calc((100vw - 390px) / 506) + 18px), 30px);
  }
  .single-product.hair_keep_oil .ch_sec.sec_concepttop .sec_container .txt, .single-product.uv_moist .ch_sec.sec_concepttop .sec_container .txt {
    font-size: clamp(15px, calc(3 * calc((100vw - 390px) / 506) + 15px), 18px);
  }
  .single-product.hair_keep_oil .ch_sec.sec_keep .itemList, .single-product.uv_moist .ch_sec.sec_keep .itemList {
    display: block;
  }
  .single-product.hair_keep_oil .ch_sec.sec_keep .itemList > * + *, .single-product.uv_moist .ch_sec.sec_keep .itemList > * + * {
    margin-top: 3em;
  }
  .single-product.hair_keep_oil .ch_sec.sec_keep .itemList-item, .single-product.uv_moist .ch_sec.sec_keep .itemList-item {
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_keep_oil .ch_sec.sec_concept, .single-product.uv_moist .ch_sec.sec_concept {
    background: none;
  }
  .single-product.hair_keep_oil .ch_sec.sec_concept .ch_sec__inner, .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner {
    background-image: url(../../images/page/img_concept2_sp.jpg);
    overflow: hidden;
  }
  .single-product.hair_keep_oil .ch_sec.sec_concept .ch_sec__inner .txtContainer, .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .txtContainer {
    width: 100%;
    margin-top: 60%;
    margin-left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 10%, white 100%);
    padding-left: 2em;
    padding-right: 2em;
  }
  .single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList > * + *, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList > * + * {
    margin-top: 8em;
  }
  .single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item {
    display: block;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .txtContainer .inner, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .txtContainer .inner {
    padding-left: 1em;
  }
  .single-product.hair_keep_oil .ch_sec.sec_point .listContainer .pointList-item .image, .single-product.uv_moist .ch_sec.sec_point .listContainer .pointList-item .image {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .imageContainer, .single-product.uv_moist .ch_sec.sec_detail .sec_container .imageContainer {
    display: block;
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .imageContainer .image, .single-product.uv_moist .ch_sec.sec_detail .sec_container .imageContainer .image {
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(1), .single-product.uv_moist .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(1) {
    width: 100%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(2), .single-product.uv_moist .ch_sec.sec_detail .sec_container .imageContainer .image:nth-child(2) {
    width: 76%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_detail2 .listContainer, .single-product.uv_moist .ch_sec.sec_detail2 .listContainer {
    display: flex;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_keep_oil .ch_sec.sec_detail2 .detList, .single-product.uv_moist .ch_sec.sec_detail2 .detList {
    width: 50%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_detail2 .detList-item, .single-product.uv_moist .ch_sec.sec_detail2 .detList-item {
    width: 100%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer .imgList, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer .imgList {
    padding: 4%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item .txt, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item .txt {
    transform: translate(-10%);
    width: 120%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container {
    display: block;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner {
    position: relative;
    width: 100%;
    max-width: none;
    min-width: auto;
    aspect-ratio: 1/0.8;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(1), .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(1) {
    width: 60%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(2), .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .imageContainer__inner .image:nth-child(2) {
    right: 0;
    top: auto;
    bottom: 0;
    width: 60%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .ch_sec_ch__container .txtContainer, .single-product.uv_moist .ch_sec.sec_ingred .ch_sec_ch__container .txtContainer {
    width: 100%;
    margin-top: 2em;
  }
  .single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block {
    margin-top: 3em;
    background-size: 95% auto !important;
  }
  .single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__inner:after, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__inner:after {
    aspect-ratio: 1/0.4;
  }
  .single-product.hair_keep_oil .ch_sec.sec_freg .sec_container .block__container, .single-product.uv_moist .ch_sec.sec_freg .sec_container .block__container {
    width: 100%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container {
    flex-direction: column-reverse;
  }
  .single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container .image, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container .image {
    width: 100% !important;
    max-width: 400px;
    padding: 0 !important;
  }
  .single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container .txtContainer, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container .txtContainer {
    margin-top: 2em;
    width: 100%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block__container .txtContainer .hairList, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block__container .txtContainer .hairList {
    max-width: 600px;
  }
  .single-product.hair_keep_oil .ch_sec.sec_howto .sec_container .block.tp2 .block__container > .image, .single-product.uv_moist .ch_sec.sec_howto .sec_container .block.tp2 .block__container > .image {
    width: 80% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 580px) {
  .single-product.hair_keep_oil .entry-header.hero .entry-header__inner, .single-product.uv_moist .entry-header.hero .entry-header__inner {
    height: max(230px,51.724137931vw);
  }
  .single-product.hair_keep_oil .entry-header.hero .entry-header__inner .image img, .single-product.uv_moist .entry-header.hero .entry-header__inner .image img {
    height: auto;
  }
  .single-product.hair_keep_oil .entry-header .pro_image, .single-product.uv_moist .entry-header .pro_image {
    position: absolute;
    right: -6%;
    width: 60%;
    top: 0;
  }
  .single-product.hair_keep_oil .entry-header .pro_image .img1, .single-product.uv_moist .entry-header .pro_image .img1 {
    display: flex;
    align-items: flex-end;
  }
  .single-product.hair_keep_oil .entry-header .pro_image .img1 img, .single-product.uv_moist .entry-header .pro_image .img1 img {
    max-width: none;
    width: 100%;
    height: auto;
  }
  .single-product.hair_keep_oil .entry-header__txtContainer, .single-product.uv_moist .entry-header__txtContainer {
    width: 48%;
    margin-left: -2%;
    flex: none;
  }
  .single-product.hair_keep_oil .entry-header__txtContainer .image, .single-product.uv_moist .entry-header__txtContainer .image {
    padding: 0 12%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer .imgList, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer .imgList {
    padding: 4%;
  }
  .single-product.hair_keep_oil .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item .txt, .single-product.uv_moist .ch_sec.sec_ingred .sec_container .imageContainer .imgList-item .txt {
    transform: scale(0.7) translate(-10%);
    width: 120%;
  }
}
.single-product.uv_moist .ch_sec.sec_freg .sec_container .block:nth-child(1) {
  background-image: url("/wp-content/uploads/2025/03/img_freg_back_1.png");
}
.single-product.uv_moist .ch_sec.sec_keep .itemList-item:before {
  content: none;
}
.single-product.uv_moist .ch_sec.sec_keep .itemList-item .image:after {
  content: none;
}
.single-product.uv_moist .ch_sec.sec_concepttop {
  padding: 0;
}
.single-product.uv_moist .ch_sec.sec_concept {
  background: none;
}
.single-product.uv_moist .ch_sec.sec_concept:before {
  content: none;
}
.single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner {
  background: none;
  display: flex;
  flex-direction: row;
}
.single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .txtContainer {
  margin-left: 0;
}
.single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .image {
  flex: 1;
}
.single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.single-product.uv_moist .entry-header.hero:after {
  content: none;
}
.single-product.uv_moist .entry-header.hero .entry-header__inner .post_type {
  color: #222 !important;
}
.single-product.uv_moist .entry-header__txtContainer:after {
  background: transparent;
}
.single-product.uv_moist .entry-header__txtContainer .image {
  padding: 0 20%;
}
@media screen and (max-width: 896px) {
  .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner {
    flex-direction: column;
  }
  .single-product.uv_moist .ch_sec.sec_concept .ch_sec__inner .txtContainer {
    margin-top: 0;
  }
}

.archive .sec__header,
.blog .sec__header {
  padding: 10rem 0;
}
.archive .catContainer,
.blog .catContainer {
  background-color: #f8f8f8;
  padding: 1em;
}
.archive .catContainer .list dt,
.blog .catContainer .list dt {
  margin-bottom: 0.5em;
}
.archive .catContainer .list dd a,
.blog .catContainer .list dd a {
  line-height: 1;
  display: inline-block;
  padding: 0.3em 1.2em;
}
.archive .catContainer .catList,
.blog .catContainer .catList {
  margin-bottom: 1em;
}
.archive .catContainer .catList dd a,
.blog .catContainer .catList dd a {
  border: 1px solid #e26c00;
  background: #fff;
}
.archive .postList,
.blog .postList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10rem;
  gap: 7rem 5%;
}
.archive .postList-item,
.blog .postList-item {
  width: 30%;
}

.tax-media_cat .site-header,
.tax-campaign_cat .site-header,
.category .site-header,
.tag .site-header {
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 1920px) {
  .home .heroContainer .slider-btn-next {
    right: 18%;
  }
  .home .heroContainer .slider-btn-prev {
    left: 18%;
  }
  .home .heroContainer .swiper-container {
    padding-bottom: 13%;
  }
}
@media screen and (max-width: 1440px) {
  .home .heroContainer .slider-btn-next {
    right: 12%;
  }
  .home .heroContainer .slider-btn-prev {
    left: 12%;
  }
  .home .heroContainer .swiper-container {
    padding-bottom: 19%;
  }
  .home .heroContainer .swiper-container-text {
    width: 93%;
    transform: rotate(3.5deg) translateX(-50%);
  }
  .home .heroContainer .swiper-container .isshi {
    width: 20%;
    margin-left: 16%;
  }
}
@media screen and (max-width: 1240px) {
  .single-product .entry-header.hero .entry-header__inner {
    height: max(230px,42.7419354839vw);
  }
  .single-product .entry-header__txtContainer .text-t1 {
    font-size: calc(16 * ((100vw - 440px) / 800) + 12px);
  }
  .single-product .entry-header__txtContainer .text-t2 {
    font-size: calc(9 * ((100vw - 440px) / 800) + 9px);
  }
  .single-product.hair_pack .entry-header__txtContainer .image {
    width: 43.7%;
  }
  .single-product.hair_pack .entry-header__txtContainer .image img {
    width: 80%;
    height: auto;
  }
  .single-product.hair_milk_dx .entry-header .entry-header__inner .box.text .text-t2 {
    font-size: calc(19 * ((100vw - 440px) / 800) + 9px);
  }

  .archive .entry-header.hero .entry-header__inner,
.archive .page-header.hero .entry-header__inner,
.blog .entry-header.hero .entry-header__inner,
.blog .page-header.hero .entry-header__inner {
    height: max(240px,42.7419354839vw);
  }
  .archive .entry-header.hero .entry-header__inner .image,
.archive .page-header.hero .entry-header__inner .image,
.blog .entry-header.hero .entry-header__inner .image,
.blog .page-header.hero .entry-header__inner .image {
    height: calc(355 * ((100vw - 440px) / 800) + 175px);
    margin-top: auto;
  }
}
@media screen and (max-width: 1200px) {
  .single-post .site-main,
.single-media .site-main,
.single-campaign .site-main {
    padding-right: max(20px, 5vw);
  }
  .single-post .site__contentWrap,
.single-media .site__contentWrap,
.single-campaign .site__contentWrap {
    padding-left: max(20px,6.6666666667vw);
    padding-right: max(20px,6.6666666667vw);
  }
  .single-post .site .side,
.single-media .site .side,
.single-campaign .site .side {
    width: max(200px, 25vw);
  }
}
@media screen and (max-width: 896px) {
  .home .heroContainer {
    padding-bottom: max(40px,11.1607142857vw);
  }
  .home .heroContainer .swiper-container {
    margin-top: 7.5%;
  }
  .home .heroContainer .swiper-container .isshi {
    width: 27%;
    margin-left: 10.5%;
  }
  .home .heroContainer .swiper-container-text {
    width: 98%;
    transform: rotate(3.5deg) translateX(-53%);
  }
  .home .heroContainer .swiper-slide {
    transform: scale(1);
    border-radius: 0;
  }
  .home .heroContainer .swiper-btn {
    font-size: max(15px, 2.6785714286vw);
  }
  .home .heroContainer .swiper-wrapper {
    width: 100%;
  }
  .home .heroContainer .slider-btn-next {
    right: 6%;
  }
  .home .heroContainer .slider-btn-prev {
    left: 6%;
  }
  .home .sec {
    padding: max(30px, 7.8125vw) 0;
  }
  .home .sec .btnContainer {
    margin-top: 6.6964285714vw;
  }
  .home .sec__header--title .en {
    font-size: max(22px, 4.2410714286vw);
  }
  .home .sec.sec1 .productList {
    max-width: 600px;
    padding: 0 2rem;
  }
  .home .sec.sec1 .productList__item a {
    display: block;
  }
  .home .sec.sec1 .productList__item a .box {
    width: 100% !important;
  }
  .home .sec.sec1 .productList__item a .image {
    margin-bottom: 0;
  }
  .home .sec.sec1 .productList__item a .txtContainer:after {
    width: 100%;
  }
  .home .sec.sec2 .listContainer {
    margin-left: -2em;
  }
  .home .sec.sec2 .swiper-btnNPContainer {
    position: static;
    padding-left: 2rem;
    margin-top: 2rem;
  }
  .home .sec.sec2 .sec__container > .catContainer {
    display: none;
  }
  .home .sec.sec3 .sec__container {
    margin-top: 8.9285714286vw;
  }
  .home .sec.sec3 .newsList-item a, .home .sec.sec3 .newsList-item span {
    display: block;
    padding: 1em;
  }
  .home .sec.sec3 .newsList-item time, .home .sec.sec3 .newsList-item .txt {
    padding: 0;
  }
  .home .sec.sec4 .sec__container {
    margin-top: 8.9285714286vw;
    padding: 0 2rem;
  }
  .home .sec.sec4 .campaignList {
    display: block;
    max-width: 600px;
    margin: 0 auto;
  }
  .home .sec.sec4 .campaignList-item {
    width: 100%;
    margin-bottom: 4.3em;
  }
  .home .proList-item a {
    font-size: clamp(12px, calc(8 * calc((100vw - 480px) / 416) + 12px), 20px);
  }

  .single-product .linkListContainer {
    display: none;
  }
  .single-product .linkListContainer.on {
    top: var(--hh);
  }
  .single-product .sec:first-child {
    margin-top: max(30px, 11.1607142857vw);
    padding-top: 0;
    padding-bottom: 0;
  }
  .single-product .sec__header {
    margin-top: max(30px, 11.1607142857vw);
    margin-bottom: max(30px, 11.1607142857vw);
  }
  .single-product .sec.sec1 .subSec {
    margin-top: max(30px, 7.8125vw);
  }
  .single-product .sec.sec1 .subSec__header {
    font-size: 0.9em;
  }
  .single-product .sec.sec1 .subSec.subSec3 .subSec__ch .subSec_btn_ttl {
    margin-left: -1rem;
    margin-right: -1rem;
  }
  .single-product .sec.sec1 .subSec.subSec3 .subSec__ch .subSec_btn_ttl .txt {
    padding: 0.3em 3em 0.3em 1.3em;
    font-size: max(14px, 1.7857142857vw);
  }
  .single-product .sec.sec1 .productContainer {
    display: block;
    max-width: 600px;
    margin: 8em auto 0;
  }
  .single-product .sec.sec1 .productContainer > div {
    width: 100%;
  }
  .single-product .sec.sec1 .productContainer .image {
    width: 80%;
    margin: 0 auto 2em;
  }
  .single-product .sec.sec1 .productContainer .image .swiper {
    padding-bottom: 0;
  }
  .single-product .sec.sec1 .productContainer .detailContainer {
    padding-bottom: 0;
  }
  .single-product .sec.sec1 .productContainer .detailContainer-text {
    margin-bottom: 2em;
  }
  .single-product .sec.sec2 .subSec {
    margin-top: max(40px, 7.8125vw);
  }
  .single-product.hair_milk .entry-header__txtContainer {
    margin-top: -2%;
  }
  .single-product.hair_milk .entry-header__txtContainer .image {
    margin-top: 1em;
  }
  .single-product.hair_milk .entry-header__txtContainer .text {
    position: static;
    padding-right: 0.5em;
  }
  .single-product.hair_milk .entry-header__txtContainer .text-t2 {
    position: absolute;
    bottom: 6%;
    line-height: 1.3;
  }
  .single-product.hair_pack .entry-header__txtContainer .text {
    position: static;
    padding-right: 0.5em;
  }
  .single-product.hair_pack .entry-header__txtContainer .text-t2 {
    position: absolute;
    bottom: 4%;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item .image {
    width: 34%;
    min-width: 215px;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item .txtContainer {
    margin-top: 1em;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec2 .ttl_line:before, .single-product.hair_pack .sec.sec1 .subSec.subSec2 .ttl_line:after {
    content: none;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec3 .subInner {
    max-width: 600px;
    margin: 0 auto;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .subInner {
    text-align: center;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList {
    display: inline-block;
    max-width: 600px;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList-item {
    width: auto;
    text-align: left;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList-item_inner {
    display: inline-flex;
    align-items: center;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList-item .image {
    width: 23%;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList-item .list_text {
    flex: 1;
    text-align: left;
    padding-left: 1em;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awList-item .list_text .txt br {
    display: none;
  }
  .single-product.hair_milk .subSec.subSec2 .image_text {
    display: block;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_milk .subSec.subSec2 .image_text > div {
    width: 100%;
  }
  .single-product.hair_milk .subSec.subSec3 .oilList {
    font-size: max(12px, 1.7857142857vw);
    padding: 0;
  }
  .single-product.hair_milk .subSec.subSec3 .oilList-item {
    width: 50%;
  }
  .single-product.hair_milk .subSec.subSec3 .boxContainer {
    display: block;
  }
  .single-product.hair_milk .subSec.subSec3 .boxContainer > .box {
    width: 100%;
    padding: 0.5em 0;
  }
  .single-product.hair_milk .subSec.subSec3 .boxContainer > .box:first-child {
    padding-bottom: 6em;
  }
  .single-product.hair_milk .subSec.subSec3 .boxContainer > .box:first-child .batu {
    top: auto;
    right: auto;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, -100%);
  }
  .single-product.hair_milk .inlineList {
    justify-content: center;
  }
  .single-product.hair_milk .inlineList-item {
    font-size: 0.9em;
  }
  .single-product.hair_milk_dx {
    /* margin */
    /* sec1 */
    /* sec2 */
    /* sec2 point */
    /* sec2 point */
    /* sec3 ingredients */
    /* sec4 fregrance */
    /* sec5 how to use */
    /* sec6 series */
  }
  .single-product.hair_milk_dx .tt18 {
    font-size: 1.4rem;
  }
  .single-product.hair_milk_dx .txt20 {
    font-size: 1.6rem;
  }
  .single-product.hair_milk_dx .tt24 {
    font-size: 1.8rem;
  }
  .single-product.hair_milk_dx .ttimg {
    width: 65%;
  }
  .single-product.hair_milk_dx .mb180 {
    margin-bottom: 7em;
  }
  .single-product.hair_milk_dx .mb30 {
    margin-bottom: 1.5em;
  }
  .single-product.hair_milk_dx .mb50s {
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .mb50 {
    margin-bottom: 3em;
    padding-bottom: 0;
  }
  .single-product.hair_milk_dx .mb70 {
    margin-bottom: 3.5em;
  }
  .single-product.hair_milk_dx .mb100 {
    margin-bottom: 5em;
  }
  .single-product.hair_milk_dx .mb140 {
    margin-bottom: 7em;
  }
  .single-product.hair_milk_dx .mb160 {
    margin-bottom: 8em;
  }
  .single-product.hair_milk_dx .mb200 {
    margin-bottom: 8em;
  }
  .single-product.hair_milk_dx .rs_br {
    display: block;
  }
  .single-product.hair_milk_dx .mx1000 {
    padding: 0;
  }
  .single-product.hair_milk_dx .mx1100 {
    width: 85%;
  }
  .single-product.hair_milk_dx .w50 {
    width: 100%;
  }
  .single-product.hair_milk_dx .w60 {
    width: 100%;
  }
  .single-product.hair_milk_dx .fx {
    display: block;
  }
  .single-product.hair_milk_dx .dmg {
    padding-top: 15rem;
    width: 88%;
    z-index: 2;
    position: relative;
  }
  .single-product.hair_milk_dx .backimg {
    width: 95%;
  }
  .single-product.hair_milk_dx .btl {
    width: 60%;
    top: -3%;
  }
  .single-product.hair_milk_dx .fx.eng_img {
    width: 100%;
  }
  .single-product.hair_milk_dx .eng_img .fx.alc {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_milk_dx .mx1000.mb70 {
    width: 100%;
  }
  .single-product.hair_milk_dx .fx.alc {
    margin-bottom: 5em;
  }
  .single-product.hair_milk_dx .eng_img {
    margin-bottom: 5em;
  }
  .single-product.hair_milk_dx .hindo {
    padding-right: 0;
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .style {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .st_in {
    background-color: #fff;
    padding-bottom: 2em;
  }
  .single-product.hair_milk_dx .st_in::after {
    display: none;
  }
  .single-product.hair_milk_dx .st_in .hbef {
    width: 80%;
    margin: 0 auto;
  }
  .single-product.hair_milk_dx .gld_wh.mx1100 {
    width: 100%;
    padding-bottom: 1em;
  }
  .single-product.hair_milk_dx .gld_wh {
    padding-top: 3em;
  }
  .single-product.hair_milk_dx .point {
    padding-top: 2em;
  }
  .single-product.hair_milk_dx .pt_txt_l {
    padding-left: 0;
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .pt_txt_r {
    padding-right: 0;
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .pt_img {
    width: 100%;
  }
  .single-product.hair_milk_dx .num1, .single-product.hair_milk_dx .num2, .single-product.hair_milk_dx .num3 {
    background-size: 17%;
    padding-top: 30%;
  }
  .single-product.hair_milk_dx .wapr {
    margin-left: 0;
    margin-top: 3.5em;
    margin-bottom: 1.5em;
  }
  .single-product.hair_milk_dx .rs_img p:nth-of-type(1) {
    width: 55%;
  }
  .single-product.hair_milk_dx .pt45 {
    padding-top: 1em;
    padding-left: 0;
    padding-right: 0;
  }
  .single-product.hair_milk_dx .pt90 {
    padding-top: 1em;
  }
  .single-product.hair_milk_dx .backimg70 .ttimg {
    padding-top: 5em;
  }
  .single-product.hair_milk_dx .backimg70 {
    background-size: 150% 20%;
  }
  .single-product.hair_milk_dx .kakeru {
    width: 70%;
  }
  .single-product.hair_milk_dx .ingre_txt {
    margin-right: 0;
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .bk_wh, .single-product.hair_milk_dx .bk_wh2 {
    width: 85%;
  }
  .single-product.hair_milk_dx .bk_wh .point, .single-product.hair_milk_dx .bk_wh2 .point {
    width: 85%;
    margin: auto auto 3em;
  }
  .single-product.hair_milk_dx .bk_wh::before {
    padding: 120% 0 0;
    background-repeat: repeat-y;
    top: 40%;
    transform: translateX(-140%);
  }
  .single-product.hair_milk_dx .rs_tt {
    width: 85%;
    margin: 0 auto;
    text-align: left;
  }
  .single-product.hair_milk_dx .pt70 {
    padding-top: 2em;
  }
  .single-product.hair_milk_dx .bk_wh2::before {
    padding: 145% 0 0;
    background-repeat: space;
    top: 30%;
    transform: translateX(-140%);
  }
  .single-product.hair_milk_dx .ingre_sm {
    width: 90%;
    margin-right: 1em;
  }
  .single-product.hair_milk_dx .hikaku {
    width: 70%;
  }
  .single-product.hair_milk_dx .gld_p_re .ttimg {
    padding-top: 5rem;
  }
  .single-product.hair_milk_dx .fle_img p:nth-of-type(1), .single-product.hair_milk_dx .fle_img p:nth-of-type(2) {
    margin-right: 0;
  }
  .single-product.hair_milk_dx .fle_img p {
    width: 100%;
  }
  .single-product.hair_milk_dx .fle_img {
    padding-top: 2em;
  }
  .single-product.hair_milk_dx .rs_width {
    width: 100%;
    margin-bottom: 4em;
  }
  .single-product.hair_milk_dx .to_use > p {
    margin-right: 0;
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .to_use {
    width: 95%;
  }
  .single-product.hair_milk_dx .rs_imgsm {
    width: 60%;
    margin-left: auto;
    margin-right: 0;
  }
  .single-product.hair_milk_dx .use_hair {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
  }
  .single-product.hair_milk_dx .use_hair div {
    width: 45%;
    margin-right: 0;
    margin-bottom: 2em;
  }
  .single-product.hair_milk_dx .series.backimg70 {
    padding-bottom: 10%;
    margin-bottom: 5em;
  }
  .single-product.hair_milk_dx .series_tt {
    width: 85%;
  }
  .single-product.hair_milk_dx .series_img {
    width: 80%;
    margin-left: 0;
    padding-top: 25%;
  }
  .single-product.hair_milk_dx .series_ba_img {
    width: 55%;
    left: 40%;
    top: 45%;
  }
  .single-product.hair_milk_dx .series_txt {
    width: 100%;
    margin-top: 50%;
  }
  .single-product.hair_milk_dx .series {
    padding-bottom: 6em;
    margin-bottom: 4em;
  }

  .single-post .site .entry-title,
.single-media .site .entry-title,
.single-campaign .site .entry-title {
    font-size: max(22px, 3.3482142857vw);
    line-height: 1.5;
  }
  .single-post .site .entry-content,
.single-media .site .entry-content,
.single-campaign .site .entry-content {
    line-height: 1.5;
  }
  .single-post .site-main,
.single-media .site-main,
.single-campaign .site-main {
    width: 100%;
    padding-right: 0;
  }
  .single-post .site__contentWrap-inner,
.single-media .site__contentWrap-inner,
.single-campaign .site__contentWrap-inner {
    display: block;
  }
  .single-post .site-side,
.single-media .site-side,
.single-campaign .site-side {
    width: 100% !important;
    margin-top: 3em;
  }

  .archive .entry-header.hero .entry-title,
.archive .page-header.hero .entry-title,
.blog .entry-header.hero .entry-title,
.blog .page-header.hero .entry-title {
    font-size: calc(20 * ((100vw - 440px) / 496) + 18px);
  }
  .archive .catContainer,
.blog .catContainer {
    display: none;
  }
  .archive .postList,
.blog .postList {
    padding: 0 2rem;
    margin-top: max(30px, 11.1607142857vw);
  }
  .archive .postList-item,
.blog .postList-item {
    width: 100%;
  }
  .archive .sec__header,
.blog .sec__header {
    padding: max(30px, 11.1607142857vw) 0 0;
  }
}
@media screen and (max-width: 640px) {
  .home .sec.sec1 .productList__item a .txtContainer-title {
    font-size: 1.3em;
  }
  .home .cusList-item {
    width: 47%;
  }
  .home .proList-item {
    margin-top: 4em;
  }
  .home .proList-item .txtContainer {
    text-align: left;
  }
  .home .proList-item .txtContainer .txt {
    display: block;
  }

  .single-product .entry-content .st {
    font-size: 1.3em;
  }
  .single-product .sec.sec1 .productContainer .detailContainer-title {
    font-size: 1.3em;
  }
  .single-product .sec.sec2 .onlineList,
.single-product .sec.sec2 .shopList,
.single-product .sec.sec2 .cusList {
    row-gap: 1.875vw;
  }
  .single-product .sec.sec2 .onlineList-item,
.single-product .sec.sec2 .shopList-item,
.single-product .sec.sec2 .cusList-item {
    width: 32%;
  }
  .single-product.hair_pack .entry-header.hero .entry-header__inner .entry-header__txtContainer {
    width: 78%;
    flex: initial;
  }
  .single-product.hair_pack .entry-header.hero .entry-header__inner .entry-header__txtContainer .image img {
    max-width: 250px;
  }
  .single-product.hair_pack .entry-header.hero .entry-header__inner > .image {
    position: absolute;
    right: -8%;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec1 .imgList {
    max-width: 400px;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec1 .imgList-item {
    width: 100%;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item {
    flex-wrap: wrap;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec2 .comList-item .image {
    width: 100%;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awContainer-ttl {
    font-size: 1.25em;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awListContainer {
    display: block;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awListContainer > div {
    padding: 0;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awListContainer .image {
    margin-left: auto;
    margin-right: auto;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awListContainer .txtContainer {
    width: 100%;
    margin-top: 2em;
  }
  .single-product.hair_pack .sec.sec1 .subSec.subSec5 .awListContainer .txtContainer .awtxtList {
    display: inline-block;
    margin-top: 2em;
  }
  .single-product.hair_milk .entry-header.hero .entry-header__inner .entry-header__txtContainer {
    width: 63%;
    flex: initial;
  }
  .single-product.hair_milk .entry-header.hero .entry-header__inner .pro_image {
    position: absolute;
    right: 0;
    height: 100%;
    margin-right: 0;
    transform: translateX(36%);
  }
  .single-product.hair_milk .subSec.subSec3 .subSec__header-title {
    font-size: 1.2em;
  }
  .single-product.hair_milk .image_text {
    display: block;
  }
  .single-product.hair_milk .image_text > div {
    width: 100%;
  }
  .single-product .bgc .txt {
    display: block;
  }

  .single-post .site .entry-content table,
.single-media .site .entry-content table,
.single-campaign .site .entry-content table {
    width: 90% !important;
  }
}
@media screen and (max-width: 440px) {
  .archive .entry-header.hero .entry-title,
.archive .page-header.hero .entry-title,
.blog .entry-header.hero .entry-title,
.blog .page-header.hero .entry-title {
    font-size: 1.8rem;
  }
  .archive .entry-header.hero .entry-header__inner .image,
.archive .page-header.hero .entry-header__inner .image,
.blog .entry-header.hero .entry-header__inner .image,
.blog .page-header.hero .entry-header__inner .image {
    height: 175px;
  }

  .single-product .entry-header__txtContainer .text-t1 {
    font-size: 12px;
  }
  .single-product .entry-header__txtContainer .text-t2 {
    font-size: 9px;
  }
  .single-product.hair_milk_dx .entry-header .entry-header__inner .box.image {
    width: 29%;
  }
  .single-product.hair_milk_dx .entry-header .entry-header__inner .box.text .text-t2 {
    white-space: nowrap;
    font-size: 9px;
  }
  .single-product.hair_milk_dx .sec#shopList .sec__header--title ._img img {
    max-height: 30px;
  }
  .single-product.hair_milk_dx .sec .subSecContainer-ttl._img img {
    max-height: 15px;
  }
}
[data-scroll=opt1] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt1].animIn {
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt2] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt2].animIn {
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt3] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt3].animIn {
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt4] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt4].animIn {
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt5] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt5].animIn {
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt6] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt6].animIn {
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt7] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt7].animIn {
  transition: transform 0.8s 0.7s, opacity 0.8s 0.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt8] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt8].animIn {
  transition: transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt9] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt9].animIn {
  transition: transform 0.8s 0.9s, opacity 0.8s 0.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt10] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt10].animIn {
  transition: transform 0.8s 1s, opacity 0.8s 1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt11] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt11].animIn {
  transition: transform 0.8s 1.1s, opacity 0.8s 1.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt12] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt12].animIn {
  transition: transform 0.8s 1.2s, opacity 0.8s 1.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt13] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt13].animIn {
  transition: transform 0.8s 1.3s, opacity 0.8s 1.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt14] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt14].animIn {
  transition: transform 0.8s 1.4s, opacity 0.8s 1.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt15] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt15].animIn {
  transition: transform 0.8s 1.5s, opacity 0.8s 1.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt16] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt16].animIn {
  transition: transform 0.8s 1.6s, opacity 0.8s 1.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt17] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt17].animIn {
  transition: transform 0.8s 1.7s, opacity 0.8s 1.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt18] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt18].animIn {
  transition: transform 0.8s 1.8s, opacity 0.8s 1.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt19] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt19].animIn {
  transition: transform 0.8s 1.9s, opacity 0.8s 1.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt20] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt20].animIn {
  transition: transform 0.8s 2s, opacity 0.8s 2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt21] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt21].animIn {
  transition: transform 0.8s 2.1s, opacity 0.8s 2.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt22] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt22].animIn {
  transition: transform 0.8s 2.2s, opacity 0.8s 2.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt23] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt23].animIn {
  transition: transform 0.8s 2.3s, opacity 0.8s 2.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt24] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt24].animIn {
  transition: transform 0.8s 2.4s, opacity 0.8s 2.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt25] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt25].animIn {
  transition: transform 0.8s 2.5s, opacity 0.8s 2.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt26] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt26].animIn {
  transition: transform 0.8s 2.6s, opacity 0.8s 2.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt27] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt27].animIn {
  transition: transform 0.8s 2.7s, opacity 0.8s 2.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt28] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt28].animIn {
  transition: transform 0.8s 2.8s, opacity 0.8s 2.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt29] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt29].animIn {
  transition: transform 0.8s 2.9s, opacity 0.8s 2.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt30] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt30].animIn {
  transition: transform 0.8s 3s, opacity 0.8s 3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt31] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt31].animIn {
  transition: transform 0.8s 3.1s, opacity 0.8s 3.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt32] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt32].animIn {
  transition: transform 0.8s 3.2s, opacity 0.8s 3.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt33] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt33].animIn {
  transition: transform 0.8s 3.3s, opacity 0.8s 3.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt34] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt34].animIn {
  transition: transform 0.8s 3.4s, opacity 0.8s 3.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt35] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt35].animIn {
  transition: transform 0.8s 3.5s, opacity 0.8s 3.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt36] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt36].animIn {
  transition: transform 0.8s 3.6s, opacity 0.8s 3.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt37] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt37].animIn {
  transition: transform 0.8s 3.7s, opacity 0.8s 3.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt38] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt38].animIn {
  transition: transform 0.8s 3.8s, opacity 0.8s 3.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt39] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt39].animIn {
  transition: transform 0.8s 3.9s, opacity 0.8s 3.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt40] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt40].animIn {
  transition: transform 0.8s 4s, opacity 0.8s 4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt41] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt41].animIn {
  transition: transform 0.8s 4.1s, opacity 0.8s 4.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt42] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt42].animIn {
  transition: transform 0.8s 4.2s, opacity 0.8s 4.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt43] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt43].animIn {
  transition: transform 0.8s 4.3s, opacity 0.8s 4.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt44] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt44].animIn {
  transition: transform 0.8s 4.4s, opacity 0.8s 4.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt45] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt45].animIn {
  transition: transform 0.8s 4.5s, opacity 0.8s 4.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt46] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt46].animIn {
  transition: transform 0.8s 4.6s, opacity 0.8s 4.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt47] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt47].animIn {
  transition: transform 0.8s 4.7s, opacity 0.8s 4.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt48] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt48].animIn {
  transition: transform 0.8s 4.8s, opacity 0.8s 4.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt49] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt49].animIn {
  transition: transform 0.8s 4.9s, opacity 0.8s 4.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt50] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt50].animIn {
  transition: transform 0.8s 5s, opacity 0.8s 5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt51] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt51].animIn {
  transition: transform 0.8s 5.1s, opacity 0.8s 5.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt52] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt52].animIn {
  transition: transform 0.8s 5.2s, opacity 0.8s 5.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt53] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt53].animIn {
  transition: transform 0.8s 5.3s, opacity 0.8s 5.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt54] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt54].animIn {
  transition: transform 0.8s 5.4s, opacity 0.8s 5.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt55] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt55].animIn {
  transition: transform 0.8s 5.5s, opacity 0.8s 5.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt56] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt56].animIn {
  transition: transform 0.8s 5.6s, opacity 0.8s 5.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt57] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt57].animIn {
  transition: transform 0.8s 5.7s, opacity 0.8s 5.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt58] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt58].animIn {
  transition: transform 0.8s 5.8s, opacity 0.8s 5.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt59] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt59].animIn {
  transition: transform 0.8s 5.9s, opacity 0.8s 5.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt60] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt60].animIn {
  transition: transform 0.8s 6s, opacity 0.8s 6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt61] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt61].animIn {
  transition: transform 0.8s 6.1s, opacity 0.8s 6.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt62] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt62].animIn {
  transition: transform 0.8s 6.2s, opacity 0.8s 6.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt63] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt63].animIn {
  transition: transform 0.8s 6.3s, opacity 0.8s 6.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt64] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt64].animIn {
  transition: transform 0.8s 6.4s, opacity 0.8s 6.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt65] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt65].animIn {
  transition: transform 0.8s 6.5s, opacity 0.8s 6.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt66] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt66].animIn {
  transition: transform 0.8s 6.6s, opacity 0.8s 6.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt67] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt67].animIn {
  transition: transform 0.8s 6.7s, opacity 0.8s 6.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt68] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt68].animIn {
  transition: transform 0.8s 6.8s, opacity 0.8s 6.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt69] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt69].animIn {
  transition: transform 0.8s 6.9s, opacity 0.8s 6.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt70] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt70].animIn {
  transition: transform 0.8s 7s, opacity 0.8s 7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt71] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt71].animIn {
  transition: transform 0.8s 7.1s, opacity 0.8s 7.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt72] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt72].animIn {
  transition: transform 0.8s 7.2s, opacity 0.8s 7.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt73] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt73].animIn {
  transition: transform 0.8s 7.3s, opacity 0.8s 7.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt74] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt74].animIn {
  transition: transform 0.8s 7.4s, opacity 0.8s 7.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt75] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt75].animIn {
  transition: transform 0.8s 7.5s, opacity 0.8s 7.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt76] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt76].animIn {
  transition: transform 0.8s 7.6s, opacity 0.8s 7.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt77] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt77].animIn {
  transition: transform 0.8s 7.7s, opacity 0.8s 7.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt78] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt78].animIn {
  transition: transform 0.8s 7.8s, opacity 0.8s 7.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt79] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt79].animIn {
  transition: transform 0.8s 7.9s, opacity 0.8s 7.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt80] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt80].animIn {
  transition: transform 0.8s 8s, opacity 0.8s 8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt81] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt81].animIn {
  transition: transform 0.8s 8.1s, opacity 0.8s 8.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt82] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt82].animIn {
  transition: transform 0.8s 8.2s, opacity 0.8s 8.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt83] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt83].animIn {
  transition: transform 0.8s 8.3s, opacity 0.8s 8.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt84] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt84].animIn {
  transition: transform 0.8s 8.4s, opacity 0.8s 8.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt85] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt85].animIn {
  transition: transform 0.8s 8.5s, opacity 0.8s 8.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt86] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt86].animIn {
  transition: transform 0.8s 8.6s, opacity 0.8s 8.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt87] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt87].animIn {
  transition: transform 0.8s 8.7s, opacity 0.8s 8.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt88] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt88].animIn {
  transition: transform 0.8s 8.8s, opacity 0.8s 8.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt89] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt89].animIn {
  transition: transform 0.8s 8.9s, opacity 0.8s 8.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt90] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt90].animIn {
  transition: transform 0.8s 9s, opacity 0.8s 9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt91] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt91].animIn {
  transition: transform 0.8s 9.1s, opacity 0.8s 9.1s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt92] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt92].animIn {
  transition: transform 0.8s 9.2s, opacity 0.8s 9.2s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt93] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt93].animIn {
  transition: transform 0.8s 9.3s, opacity 0.8s 9.3s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt94] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt94].animIn {
  transition: transform 0.8s 9.4s, opacity 0.8s 9.4s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt95] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt95].animIn {
  transition: transform 0.8s 9.5s, opacity 0.8s 9.5s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt96] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt96].animIn {
  transition: transform 0.8s 9.6s, opacity 0.8s 9.6s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt97] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt97].animIn {
  transition: transform 0.8s 9.7s, opacity 0.8s 9.7s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt98] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt98].animIn {
  transition: transform 0.8s 9.8s, opacity 0.8s 9.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt99] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt99].animIn {
  transition: transform 0.8s 9.9s, opacity 0.8s 9.9s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opt100] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt100].animIn {
  transition: transform 0.8s 10s, opacity 0.8s 10s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opx1] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx1].animIn {
  transition: transform 0.8s 0.1s, opacity 0.8s 0.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx2] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx2].animIn {
  transition: transform 0.8s 0.2s, opacity 0.8s 0.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx3] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx3].animIn {
  transition: transform 0.8s 0.3s, opacity 0.8s 0.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx4] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx4].animIn {
  transition: transform 0.8s 0.4s, opacity 0.8s 0.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx5] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx5].animIn {
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx6] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx6].animIn {
  transition: transform 0.8s 0.6s, opacity 0.8s 0.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx7] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx7].animIn {
  transition: transform 0.8s 0.7s, opacity 0.8s 0.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx8] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx8].animIn {
  transition: transform 0.8s 0.8s, opacity 0.8s 0.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx9] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx9].animIn {
  transition: transform 0.8s 0.9s, opacity 0.8s 0.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx10] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx10].animIn {
  transition: transform 0.8s 1s, opacity 0.8s 1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx11] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx11].animIn {
  transition: transform 0.8s 1.1s, opacity 0.8s 1.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx12] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx12].animIn {
  transition: transform 0.8s 1.2s, opacity 0.8s 1.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx13] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx13].animIn {
  transition: transform 0.8s 1.3s, opacity 0.8s 1.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx14] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx14].animIn {
  transition: transform 0.8s 1.4s, opacity 0.8s 1.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx15] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx15].animIn {
  transition: transform 0.8s 1.5s, opacity 0.8s 1.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx16] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx16].animIn {
  transition: transform 0.8s 1.6s, opacity 0.8s 1.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx17] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx17].animIn {
  transition: transform 0.8s 1.7s, opacity 0.8s 1.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx18] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx18].animIn {
  transition: transform 0.8s 1.8s, opacity 0.8s 1.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx19] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx19].animIn {
  transition: transform 0.8s 1.9s, opacity 0.8s 1.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx20] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx20].animIn {
  transition: transform 0.8s 2s, opacity 0.8s 2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx21] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx21].animIn {
  transition: transform 0.8s 2.1s, opacity 0.8s 2.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx22] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx22].animIn {
  transition: transform 0.8s 2.2s, opacity 0.8s 2.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx23] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx23].animIn {
  transition: transform 0.8s 2.3s, opacity 0.8s 2.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx24] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx24].animIn {
  transition: transform 0.8s 2.4s, opacity 0.8s 2.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx25] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx25].animIn {
  transition: transform 0.8s 2.5s, opacity 0.8s 2.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx26] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx26].animIn {
  transition: transform 0.8s 2.6s, opacity 0.8s 2.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx27] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx27].animIn {
  transition: transform 0.8s 2.7s, opacity 0.8s 2.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx28] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx28].animIn {
  transition: transform 0.8s 2.8s, opacity 0.8s 2.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx29] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx29].animIn {
  transition: transform 0.8s 2.9s, opacity 0.8s 2.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx30] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx30].animIn {
  transition: transform 0.8s 3s, opacity 0.8s 3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx31] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx31].animIn {
  transition: transform 0.8s 3.1s, opacity 0.8s 3.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx32] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx32].animIn {
  transition: transform 0.8s 3.2s, opacity 0.8s 3.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx33] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx33].animIn {
  transition: transform 0.8s 3.3s, opacity 0.8s 3.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx34] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx34].animIn {
  transition: transform 0.8s 3.4s, opacity 0.8s 3.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx35] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx35].animIn {
  transition: transform 0.8s 3.5s, opacity 0.8s 3.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx36] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx36].animIn {
  transition: transform 0.8s 3.6s, opacity 0.8s 3.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx37] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx37].animIn {
  transition: transform 0.8s 3.7s, opacity 0.8s 3.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx38] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx38].animIn {
  transition: transform 0.8s 3.8s, opacity 0.8s 3.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx39] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx39].animIn {
  transition: transform 0.8s 3.9s, opacity 0.8s 3.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx40] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx40].animIn {
  transition: transform 0.8s 4s, opacity 0.8s 4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx41] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx41].animIn {
  transition: transform 0.8s 4.1s, opacity 0.8s 4.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx42] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx42].animIn {
  transition: transform 0.8s 4.2s, opacity 0.8s 4.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx43] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx43].animIn {
  transition: transform 0.8s 4.3s, opacity 0.8s 4.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx44] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx44].animIn {
  transition: transform 0.8s 4.4s, opacity 0.8s 4.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx45] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx45].animIn {
  transition: transform 0.8s 4.5s, opacity 0.8s 4.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx46] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx46].animIn {
  transition: transform 0.8s 4.6s, opacity 0.8s 4.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx47] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx47].animIn {
  transition: transform 0.8s 4.7s, opacity 0.8s 4.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx48] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx48].animIn {
  transition: transform 0.8s 4.8s, opacity 0.8s 4.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx49] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx49].animIn {
  transition: transform 0.8s 4.9s, opacity 0.8s 4.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx50] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx50].animIn {
  transition: transform 0.8s 5s, opacity 0.8s 5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx51] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx51].animIn {
  transition: transform 0.8s 5.1s, opacity 0.8s 5.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx52] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx52].animIn {
  transition: transform 0.8s 5.2s, opacity 0.8s 5.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx53] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx53].animIn {
  transition: transform 0.8s 5.3s, opacity 0.8s 5.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx54] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx54].animIn {
  transition: transform 0.8s 5.4s, opacity 0.8s 5.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx55] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx55].animIn {
  transition: transform 0.8s 5.5s, opacity 0.8s 5.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx56] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx56].animIn {
  transition: transform 0.8s 5.6s, opacity 0.8s 5.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx57] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx57].animIn {
  transition: transform 0.8s 5.7s, opacity 0.8s 5.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx58] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx58].animIn {
  transition: transform 0.8s 5.8s, opacity 0.8s 5.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx59] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx59].animIn {
  transition: transform 0.8s 5.9s, opacity 0.8s 5.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx60] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx60].animIn {
  transition: transform 0.8s 6s, opacity 0.8s 6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx61] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx61].animIn {
  transition: transform 0.8s 6.1s, opacity 0.8s 6.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx62] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx62].animIn {
  transition: transform 0.8s 6.2s, opacity 0.8s 6.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx63] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx63].animIn {
  transition: transform 0.8s 6.3s, opacity 0.8s 6.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx64] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx64].animIn {
  transition: transform 0.8s 6.4s, opacity 0.8s 6.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx65] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx65].animIn {
  transition: transform 0.8s 6.5s, opacity 0.8s 6.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx66] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx66].animIn {
  transition: transform 0.8s 6.6s, opacity 0.8s 6.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx67] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx67].animIn {
  transition: transform 0.8s 6.7s, opacity 0.8s 6.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx68] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx68].animIn {
  transition: transform 0.8s 6.8s, opacity 0.8s 6.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx69] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx69].animIn {
  transition: transform 0.8s 6.9s, opacity 0.8s 6.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx70] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx70].animIn {
  transition: transform 0.8s 7s, opacity 0.8s 7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx71] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx71].animIn {
  transition: transform 0.8s 7.1s, opacity 0.8s 7.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx72] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx72].animIn {
  transition: transform 0.8s 7.2s, opacity 0.8s 7.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx73] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx73].animIn {
  transition: transform 0.8s 7.3s, opacity 0.8s 7.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx74] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx74].animIn {
  transition: transform 0.8s 7.4s, opacity 0.8s 7.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx75] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx75].animIn {
  transition: transform 0.8s 7.5s, opacity 0.8s 7.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx76] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx76].animIn {
  transition: transform 0.8s 7.6s, opacity 0.8s 7.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx77] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx77].animIn {
  transition: transform 0.8s 7.7s, opacity 0.8s 7.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx78] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx78].animIn {
  transition: transform 0.8s 7.8s, opacity 0.8s 7.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx79] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx79].animIn {
  transition: transform 0.8s 7.9s, opacity 0.8s 7.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx80] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx80].animIn {
  transition: transform 0.8s 8s, opacity 0.8s 8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx81] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx81].animIn {
  transition: transform 0.8s 8.1s, opacity 0.8s 8.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx82] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx82].animIn {
  transition: transform 0.8s 8.2s, opacity 0.8s 8.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx83] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx83].animIn {
  transition: transform 0.8s 8.3s, opacity 0.8s 8.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx84] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx84].animIn {
  transition: transform 0.8s 8.4s, opacity 0.8s 8.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx85] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx85].animIn {
  transition: transform 0.8s 8.5s, opacity 0.8s 8.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx86] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx86].animIn {
  transition: transform 0.8s 8.6s, opacity 0.8s 8.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx87] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx87].animIn {
  transition: transform 0.8s 8.7s, opacity 0.8s 8.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx88] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx88].animIn {
  transition: transform 0.8s 8.8s, opacity 0.8s 8.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx89] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx89].animIn {
  transition: transform 0.8s 8.9s, opacity 0.8s 8.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx90] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx90].animIn {
  transition: transform 0.8s 9s, opacity 0.8s 9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx91] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx91].animIn {
  transition: transform 0.8s 9.1s, opacity 0.8s 9.1s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx92] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx92].animIn {
  transition: transform 0.8s 9.2s, opacity 0.8s 9.2s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx93] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx93].animIn {
  transition: transform 0.8s 9.3s, opacity 0.8s 9.3s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx94] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx94].animIn {
  transition: transform 0.8s 9.4s, opacity 0.8s 9.4s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx95] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx95].animIn {
  transition: transform 0.8s 9.5s, opacity 0.8s 9.5s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx96] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx96].animIn {
  transition: transform 0.8s 9.6s, opacity 0.8s 9.6s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx97] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx97].animIn {
  transition: transform 0.8s 9.7s, opacity 0.8s 9.7s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx98] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx98].animIn {
  transition: transform 0.8s 9.8s, opacity 0.8s 9.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx99] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx99].animIn {
  transition: transform 0.8s 9.9s, opacity 0.8s 9.9s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opx100] {
  transform: translateX(50px);
  opacity: 0;
}
[data-scroll=opx100].animIn {
  transition: transform 0.8s 10s, opacity 0.8s 10s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opt] {
  transform: translateY(30px);
  opacity: 0;
}
[data-scroll=opt].animIn {
  transition: transform 0.8s, opacity 0.8s;
  transform: translateY(0);
  opacity: 1;
}

[data-scroll=opx] {
  transform: translateX(30px);
  opacity: 0;
}
[data-scroll=opx].animIn {
  transition: transform 0.8s, opacity 0.8s;
  transform: translateX(0);
  opacity: 1;
}

[data-scroll=opr] {
  transform: translateX(40px) perspective(100px) rotateY(-3deg);
  opacity: 0;
}
[data-scroll=opr].animIn {
  transition: transform 0.8s 0.5s, opacity 0.8s 0.5s;
  transform: translateX(0) rotateY(0);
  opacity: 1;
}

[data-scroll=op] {
  opacity: 0;
}
[data-scroll=op].animIn {
  transition: opacity 1.5s 0.5s;
  opacity: 1;
}

[data-scroll=op-0] {
  opacity: 0;
}
[data-scroll=op-0].animIn {
  transition: opacity 1.5s;
  opacity: 1;
}

.mx1440 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.mx1240 {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}

.mx1200 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mx1080 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
}

.mx1045 {
  max-width: 1045px;
  margin-left: auto;
  margin-right: auto;
}

.mx1040 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
}

.mx1000 {
  max-width: 1020px;
  padding: 0 1rem;
  margin-left: auto;
  margin-right: auto;
}

.mx940 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.mx960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.mx680 {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.mx640 {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.mx600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mxp50 {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.wp50 {
  width: 50%;
}

.mxp60 {
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.wp60 {
  width: 60%;
}

.mxp70 {
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.wp70 {
  width: 70%;
}

.mxp80 {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.wp80 {
  width: 80%;
}

.mxp90 {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.wp90 {
  width: 90%;
}

.col2 {
  color: #e26c00;
}

.mb-5 {
  margin-bottom: 0.5em;
}

.mb {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.mt-5 {
  margin-top: 0.5em;
}

.mt-7 {
  margin-top: 0.7em;
}

.mt {
  margin-top: 1em;
}

.mt1-5 {
  margin-top: 1.5em;
}

.mt2-5 {
  margin-top: 2.5em;
}

.mt3-5 {
  margin-top: 3.5em;
}

.mt4-5 {
  margin-top: 4.5em;
}

.mt5-5 {
  margin-top: 5.5em;
}

.mt1-7 {
  margin-top: 1.7em;
}

.mt2-7 {
  margin-top: 2.7em;
}

.mt3-7 {
  margin-top: 3.7em;
}

.mt4-7 {
  margin-top: 4.7em;
}

.mt5-7 {
  margin-top: 5.7em;
}

.mt0 {
  margin-top: 0em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

.mt3 {
  margin-top: 3em;
}

.mt4 {
  margin-top: 4em;
}

.mt5 {
  margin-top: 5em;
}

.fwb {
  font-weight: 700;
}

.fwmm {
  font-weight: 600;
}

.fwm {
  font-weight: 500;
}

.fwn {
  font-weight: normal;
}

.tl_c {
  text-align: center;
}

.dp-ilf {
  display: inline-flex !important;
}

.pd-lr {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.pd-lr2 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}

.u_d_fl {
  display: flex;
}

.u_d_bk {
  display: block;
}

.u_d_ilb {
  display: inline-block;
}

.u_fl_ai_ct {
  align-items: center;
}

.as {
  font-size: 1.2rem;
}

.sm {
  font-size: 0.875em;
}

.smm {
  font-size: 0.75em;
}

.smms {
  font-size: 0.64em;
}

.fs20 {
  font-size: 1.25em;
}

.fs18 {
  font-size: 1.125em;
}

.nw {
  display: inline-block;
  white-space: nowrap;
}

.f10 {
  font-size: 10px;
}

@media screen and (max-width: 896px) {
  .mxsp600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .mxsp300 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .mxsp400 {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .mxsp500 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .mxsp600 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 896px) {
  .fs20 {
    font-size: max(16px, 1.7857142857vw);
  }

  .tl_l_sm {
    text-align: left;
  }
}
@media screen and (max-width: 580px) {
  .tl_l_smm {
    text-align: left;
  }
}
/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/swiper.min.css ***!
  \*************************************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}
/*!********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/swiper-bundle.min.css ***!
  \********************************************************************************************************************************************************************************************/
/**
 * Swiper 7.4.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: December 24, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color:#007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}
/*!************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/swiper/modules/navigation/navigation.min.css ***!
  \************************************************************************************************************************************************************************************************************/
:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}
/*!***********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/lightcase/src/css/lightcase.css ***!
  \***********************************************************************************************************************************************************************************************/
/**
 * Lightcase - jQuery Plugin
 * The smart and flexible Lightbox Plugin.
 *
 * @author		Cornel Boppart <cornel@bopp-art.com>
 * @copyright	Author
 *
 * @version		2.5.0 (11/03/2018)
 */
/**
 * Lightcase settings
 *
 * Note: Override default settings for your project without touching this source code by simply
 * defining those variables within a SASS map called '$lightcase-custom'.
 *
 * // Example usage
 * $lightcase-custom: (
 *   'breakpoint': 768px
 * );
 */
@font-face {
  font-family: "lightcase";
  src: url("../fonts/lightcase.eot?55356177");
  src: url("../fonts/lightcase.eot?55356177#iefix") format("embedded-opentype"), url("../fonts/lightcase.woff?55356177") format("woff"), url("../fonts/lightcase.ttf?55356177") format("truetype"), url("../fonts/lightcase.svg?55356177#lightcase") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 12, ../scss/components/fonts/_font-lightcase.scss */
[class*=lightcase-icon-]:before {
  font-family: "lightcase", sans-serif;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

/* Codes */
/* line 35, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-play:before {
  content: "\e800";
}

/* line 36, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-pause:before {
  content: "\e801";
}

/* line 37, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-close:before {
  content: "\e802";
}

/* line 38, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-prev:before {
  content: "\e803";
}

/* line 39, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-next:before {
  content: "\e804";
}

/* line 40, ../scss/components/fonts/_font-lightcase.scss */
.lightcase-icon-spin:before {
  content: "\e805";
}

/**
 * Mixin providing icon defaults to be used on top of font-lightcase.
 *
 * Example usage:
 * @include icon(#e9e9e9)
 */
/**
 * Mixin providing icon defaults including a hover status to be used
 * on top of font-lightcase.
 *
 * Example usage:
 * @include icon-hover(#e9e9e9, #fff)
 */
/**
 * Provides natural content overflow behavior and scrolling support
 * even so for touch devices.
 *
 * Example usage:
 * @include overflow()
 */
/**
 * Neutralizes/resets dimensions including width, height, position as well as margins,
 * paddings and styles. Used to enforce a neutral and unstyled look and behavoir!
 *
 * Example usage:
 * @include clear(true)
 *
 * @param boolean $important
 */
@-webkit-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-moz-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes lightcase-spin {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* line 1, ../scss/components/modules/_case.scss */
#lightcase-case {
  display: none;
  position: fixed;
  z-index: 2002;
  top: 50%;
  left: 50%;
  font-family: arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 640px) {
  /* line 16, ../scss/components/modules/_case.scss */
  html[data-lc-type=inline] #lightcase-case, html[data-lc-type=ajax] #lightcase-case {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    padding: 55px 0 70px 0;
    width: 100% !important;
    height: 100% !important;
    overflow: auto !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 4, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content {
    position: relative;
    z-index: 1;
    text-shadow: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
    -webkit-backface-visibility: hidden;
  }
}
@media screen and (min-width: 641px) {
  /* line 23, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content, html[data-lc-type=video] #lightcase-content {
    background-color: #333;
  }
}
/* line 31, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 640px) {
  /* line 31, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content, html[data-lc-type=ajax] #lightcase-content, html[data-lc-type=error] #lightcase-content {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
/* line 43, ../scss/components/modules/_content.scss */
html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 640px) {
  /* line 43, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner {
    padding: 15px;
  }

  /* line 52, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner, html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *, html[data-lc-type=error] #lightcase-content .lightcase-contentInner, html[data-lc-type=error] #lightcase-content .lightcase-contentInner > * {
    width: 100% !important;
    max-width: none !important;
  }

  /* line 59, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner > *:not(iframe), html[data-lc-type=error] #lightcase-content .lightcase-contentInner > *:not(iframe) {
    height: auto !important;
    max-height: none !important;
  }
}
@media screen and (max-width: 640px) {
  /* line 70, ../scss/components/modules/_content.scss */
  html.lightcase-isMobileDevice[data-lc-type=iframe] #lightcase-content .lightcase-contentInner iframe {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (max-width: 640px) and (min-width: 641px) {
  /* line 74, ../scss/components/modules/_content.scss */
  html[data-lc-type=image] #lightcase-content .lightcase-contentInner, html[data-lc-type=video] #lightcase-content .lightcase-contentInner {
    line-height: 0.75;
  }
}
/* line 82, ../scss/components/modules/_content.scss */
html[data-lc-type=image] #lightcase-content .lightcase-contentInner {
  position: relative;
  overflow: hidden !important;
}

@media screen and (max-width: 640px) {
  /* line 91, ../scss/components/modules/_content.scss */
  html[data-lc-type=inline] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=ajax] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap, html[data-lc-type=error] #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    background: none !important;
  }
}
@media screen and (min-width: 641px) {
  /* line 100, ../scss/components/modules/_content.scss */
  html:not([data-lc-type=error]) #lightcase-content .lightcase-contentInner .lightcase-inlineWrap {
    padding: 30px;
    overflow: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #aaa;
  }
}
@media screen and (min-width: 641px) {
  /* line 117, ../scss/components/modules/_content.scss */
  #lightcase-content h1, #lightcase-content h2, #lightcase-content h3, #lightcase-content h4, #lightcase-content h5, #lightcase-content h6, #lightcase-content p {
    color: #333;
  }
}
/* line 3, ../scss/components/modules/_error.scss */
#lightcase-case p.lightcase-error {
  margin: 0;
  font-size: 17px;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 30px 0;
  }
}
@media screen and (min-width: 641px) {
  /* line 3, ../scss/components/modules/_error.scss */
  #lightcase-case p.lightcase-error {
    padding: 0;
  }
}
/* line 4, ../scss/components/modules/_global.scss */
.lightcase-open body {
  overflow: hidden;
}

/* line 8, ../scss/components/modules/_global.scss */
.lightcase-isMobileDevice .lightcase-open body {
  max-width: 100%;
  max-height: 100%;
}

/* line 1, ../scss/components/modules/_info.scss */
#lightcase-info {
  position: absolute;
  padding-top: 15px;
}

/* line 9, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title,
#lightcase-info #lightcase-caption {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: normal;
  text-overflow: ellipsis;
}

/* line 19, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-title {
  font-size: 17px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 19, ../scss/components/modules/_info.scss */
  #lightcase-info #lightcase-title {
    position: fixed;
    top: 10px;
    left: 0;
    max-width: 87.5%;
    padding: 5px 15px;
    background: #333;
  }
}
/* line 33, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-caption {
  clear: both;
  font-size: 13px;
  color: #aaa;
}

/* line 39, ../scss/components/modules/_info.scss */
#lightcase-info #lightcase-sequenceInfo {
  font-size: 11px;
  color: #aaa;
}

@media screen and (max-width: 640px) {
  /* line 45, ../scss/components/modules/_info.scss */
  .lightcase-fullScreenMode #lightcase-info {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* line 51, ../scss/components/modules/_info.scss */
  html:not([data-lc-type=image]):not([data-lc-type=video]):not([data-lc-type=flash]):not([data-lc-type=error]) #lightcase-info {
    position: static;
  }
}
/* line 1, ../scss/components/modules/_loading.scss */
#lightcase-loading {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  position: fixed;
  z-index: 2001;
  top: 50%;
  left: 50%;
  margin-top: -0.5em;
  margin-left: -0.5em;
  opacity: 1;
  font-size: 32px;
  text-shadow: 0 0 15px #fff;
  -moz-transform-origin: 50% 53%;
  -webkit-animation: lightcase-spin 0.5s infinite linear;
  -moz-animation: lightcase-spin 0.5s infinite linear;
  -o-animation: lightcase-spin 0.5s infinite linear;
  animation: lightcase-spin 0.5s infinite linear;
}

/* line 20, ../scss/components/mixins/_presets.scss */
#lightcase-loading, #lightcase-loading:focus {
  text-decoration: none;
  color: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
#lightcase-loading > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 2, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-] {
  position: fixed;
  z-index: 9999;
  width: 1.123em;
  height: auto;
  font-size: 38px;
  line-height: 1;
  text-align: center;
  text-shadow: none;
  outline: none;
  cursor: pointer;
}

/* line 20, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-], a[class*=lightcase-icon-]:focus {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: color, opacity, ease-in-out 0.25s;
  -moz-transition: color, opacity, ease-in-out 0.25s;
  -o-transition: color, opacity, ease-in-out 0.25s;
  transition: color, opacity, ease-in-out 0.25s;
}

/* line 32, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-] > span {
  display: inline-block;
  text-indent: -9999px;
}

/* line 49, ../scss/components/mixins/_presets.scss */
a[class*=lightcase-icon-]:hover {
  color: white;
  text-shadow: 0 0 15px white;
}

/* line 10, ../scss/components/modules/_navigation.scss */
.lightcase-isMobileDevice a[class*=lightcase-icon-]:hover {
  color: #aaa;
  text-shadow: none;
}

/* line 17, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-close {
  position: fixed;
  top: 15px;
  right: 15px;
  bottom: auto;
  margin: 0;
  opacity: 0;
  outline: none;
}

/* line 28, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-prev {
  left: 15px;
}

/* line 33, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-next {
  right: 15px;
}

/* line 38, ../scss/components/modules/_navigation.scss */
a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
  left: 50%;
  margin-left: -0.5em;
}

@media screen and (min-width: 641px) {
  /* line 38, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-].lightcase-icon-pause, a[class*=lightcase-icon-].lightcase-icon-play {
    opacity: 0;
  }
}
@media screen and (max-width: 640px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 15px;
    font-size: 24px;
  }
}
@media screen and (min-width: 641px) {
  /* line 2, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-] {
    bottom: 50%;
    margin-bottom: -0.5em;
  }

  /* line 57, ../scss/components/modules/_navigation.scss */
  a[class*=lightcase-icon-]:hover, #lightcase-case:hover ~ a[class*=lightcase-icon-] {
    opacity: 1;
  }
}
/* line 1, ../scss/components/modules/_overlay.scss */
#lightcase-overlay {
  display: none;
  width: 100%;
  min-height: 100%;
  position: fixed;
  z-index: 2000;
  top: -9999px;
  bottom: -9999px;
  left: 0;
  background: #333;
}

@media screen and (max-width: 640px) {
  /* line 1, ../scss/components/modules/_overlay.scss */
  #lightcase-overlay {
    opacity: 1 !important;
  }
}

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