@charset "UTF-8";
body {
  min-width: 0;
}

/*-------------------------------------------> font */
.w_thin {
  font-weight: 100;
}

.w_eLight {
  font-weight: 200;
}

.w_light {
  font-weight: 300;
}

.w_reg {
  font-weight: 400;
}

.w_med, .f_def {
  font-weight: 500;
}

.w_sBold {
  font-weight: 600;
}

.w_bold {
  font-weight: 700;
}

.w_eBold {
  font-weight: 800;
}

.w_black {
  font-weight: 900;
}

.f_sans {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.f_serif {
  font-family: "Hina Mincho", YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

/*-------------------------------------------> Common style */
.cqBase {
  container-type: inline-size;
}

#Main {
  color: #4c4948;
}
#Main img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
@media screen and (min-width: 768px) {
  #Main .pc {
    display: block;
  }
  #Main .sp {
    display: none;
  }
  #Main img.pc, #Main .svg.pc {
    display: inline;
  }
}
@media screen and (max-width: 767px) {
  #Main {
    width: 100vw;
  }
  #Main .pc {
    display: none;
  }
  #Main .sp {
    display: block;
  }
  #Main img.pc {
    display: none;
  }
  #Main img.sp, #Main .svg.sp {
    display: inline;
  }
}
@media screen and (min-width: 768px) {
  #Main .OverOpacity,
  #Main .OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  #Main .OverOpacity:hover,
  #Main .OverOpacityGroup a:hover {
    opacity: 0.5;
  }
  #Main .linkUnderline:hover,
  #Main .linkUnderlineGroup a:hover {
    text-decoration: underline;
  }
}

/*-------------------------------------------> spLayout for PC */
.spLayoutContents {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 500px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 500px minmax(0, 1fr);
  width: 100vw;
  min-width: 500px;
  min-height: 100vh;
  position: relative;
}
.spLayoutContents::after {
  content: "";
  display: block;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background: url(../img/pc_bg.jpg) no-repeat center center;
  background-size: cover;
}
.spLayoutContents .leftSide, .spLayoutContents .rightSide {
  min-width: 0;
  height: 100vh;
  position: sticky;
  top: 0;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .spLayoutContents .leftSide .OverOpacity,
  .spLayoutContents .leftSide .OverOpacityGroup a, .spLayoutContents .rightSide .OverOpacity,
  .spLayoutContents .rightSide .OverOpacityGroup a {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease-out;
    transition: opacity 0.15s ease-out;
  }
  .spLayoutContents .leftSide .OverOpacity:hover,
  .spLayoutContents .leftSide .OverOpacityGroup a:hover, .spLayoutContents .rightSide .OverOpacity:hover,
  .spLayoutContents .rightSide .OverOpacityGroup a:hover {
    opacity: 0.5;
  }
}
.spLayoutContents #Main {
  position: relative;
  z-index: 10;
  container-type: inline-size;
  background: #FFF;
  min-width: 500px;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .spLayoutContents {
    display: block;
    min-width: initial;
  }
  .spLayoutContents .leftSide, .spLayoutContents .rightSide {
    display: none;
  }
  .spLayoutContents #Main {
    width: 100vw;
    min-width: initial;
    max-width: initial;
  }
}

/*-------------------------------------------> footer layout pc to sp */
#Main .footer_wrap {
  background: #FFF;
  width: 100%;
  min-width: 0;
  margin-top: 0;
}
#Main .footer_return-top {
  z-index: 100;
}
#Main .footer_return-top.is-fixed {
  right: max(20px, (100vw - 500px) / 2 + 20px);
}
#Main .footer_return-top.is-show {
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
}
#Main .footer {
  width: 100%;
  padding: 8.8cqw 30px 50px 30px;
}
#Main .footer_logo {
  float: none;
  width: 152px;
  margin: 0 auto;
}
#Main .footer_nav_wrap {
  float: none;
  margin: 35px 0 0;
}
#Main .footer_nav_wrap > li {
  display: block;
  min-width: 0;
  margin-left: 0;
  margin-right: 0;
}
#Main .footer_nav {
  margin: 0;
}
#Main .footer_nav > li > a {
  display: block;
  padding: 15px 6px;
  font-size: 1.4rem;
  border-bottom: 1px solid #dedede;
}
#Main .footer_nav_inner {
  display: none;
}
#Main .footer_copyright_wrap {
  width: 100%;
  min-width: 0;
  margin-top: 0;
}
#Main .footer_copyright {
  display: block;
  width: 100%;
  padding: 15px 0 25px;
}
#Main .footer_copyright_list {
  display: block;
  max-width: 230px;
  margin: 0 auto;
  font-size: 0;
}
#Main .footer_copyright_list li {
  float: none;
  display: inline-block;
  margin-top: 10px;
}
#Main .footer_copyright_list li:nth-child(2n+1) {
  border-left: none;
}
#Main .footer_copyright_list li:last-child {
  border-right: none;
}
#Main .footer_copyright_list li a {
  padding: 0 10px;
  font-size: 1.1rem;
}
#Main .footer_copyright_text {
  display: block;
  float: none;
  margin-top: 20px;
  font-size: 1.1rem;
}
#Main .only-pc {
  display: none;
}
#Main .only-sp_block {
  display: block;
}

/*-------------------------------------------> pc only contents */
@media screen and (min-width: 768px) {
  .spLayoutContents .leftSide, .spLayoutContents .rightSide {
    container-type: inline-size;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
  }
  .spLayoutContents .leftSide img, .spLayoutContents .rightSide img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
  }
  .spLayoutContents .leftSide > .frame, .spLayoutContents .rightSide > .frame {
    width: min(470px, 100%);
    container-type: inline-size;
    opacity: 0;
    translate: 0 30px;
    -webkit-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
  .sideAnim .spLayoutContents .leftSide > .frame, .sideAnim .spLayoutContents .rightSide > .frame {
    opacity: 1;
    translate: 0 0;
  }
  .spLayoutContents .leftSide .itemSet, .spLayoutContents .rightSide .itemSet {
    position: relative;
    display: -ms-grid;
    display: grid;
    margin-left: auto;
    margin-right: auto;
  }
  .spLayoutContents .leftSide .itemSet .item, .spLayoutContents .rightSide .itemSet .item {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    grid-area: 1/1;
    pointer-events: none;
  }
  .spLayoutContents .leftSide .itemSet .item img, .spLayoutContents .rightSide .itemSet .item img {
    display: block;
  }
  .spLayoutContents .leftSide .itemSet .link, .spLayoutContents .rightSide .itemSet .link {
    position: absolute;
    left: 50%;
    bottom: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
  .spLayoutContents .leftSide .itemSet .link, .spLayoutContents .rightSide .itemSet .link {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .spLayoutContents .leftSide .itemSet .link a, .spLayoutContents .rightSide .itemSet .link a {
    position: relative;
    display: block;
    width: 110px;
    height: 28px;
    border-radius: 999px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
  }
  .spLayoutContents .leftSide .itemSet .link a span, .spLayoutContents .rightSide .itemSet .link a span {
    position: relative;
    z-index: 5;
    display: block;
  }
  .spLayoutContents .leftSide .itemSet .link a::after, .spLayoutContents .rightSide .itemSet .link a::after {
    content: "";
    display: block;
    width: 300%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #aad2ff), color-stop(66%, #FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(90deg, #aad2ff 34% 0%, #FFFFFF 66%, #FFFFFF 100%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    translate: -66% 0;
    -webkit-transition: translate 0.3s ease-out;
    transition: translate 0.3s ease-out;
  }
  .spLayoutContents .leftSide .itemSet .link a:hover::after, .spLayoutContents .rightSide .itemSet .link a:hover::after {
    translate: 0 0;
  }
  .spLayoutContents .leftSide .itemSet .link dl dt, .spLayoutContents .rightSide .itemSet .link dl dt {
    white-space: nowrap;
    font-size: 8px; /* legacy */
    font-size: 3.2cqw;
    line-height: 1.1875;
    letter-spacing: -0.05em;
    margin-bottom: 1.0638297872cqw;
  }
  .spLayoutContents .leftSide {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .spLayoutContents .leftSide .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 130px;
  }
  .spLayoutContents .leftSide .itemSet {
    width: 66.8085106383cqw;
  }
  .spLayoutContents .leftSide .itemSet .link a .svg .pc-btn-more-text {
    fill: #346eb1;
  }
  .spLayoutContents .leftSide .itemSet .link a::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #aad2ff), color-stop(66%, #FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(90deg, #aad2ff 34% 0%, #FFFFFF 66%, #FFFFFF 100%);
  }
  .spLayoutContents .leftSide .itemSet .link dl dt {
    color: #346eb1;
  }
  .spLayoutContents .leftSide .itemSet .link.item01 {
    translate: -39.3617021277cqw -6.170212766cqw;
  }
  .spLayoutContents .leftSide .itemSet .link.item02 {
    translate: -4.2553191489cqw 17.2340425532cqw;
  }
  .spLayoutContents .rightSide {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .spLayoutContents .rightSide .logo {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 100px;
  }
  .spLayoutContents .rightSide .itemSet {
    width: 54.2553191489cqw;
    margin-bottom: 78.7234042553cqw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .spLayoutContents .rightSide .itemSet {
    margin-bottom: 14.2553191489cqw;
  }
}
@media screen and (min-width: 768px) {
  .spLayoutContents .rightSide .itemSet .link a .svg .pc-btn-more-text {
    fill: #a06cac;
  }
  .spLayoutContents .rightSide .itemSet .link a::after {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, #e4bdff), color-stop(66%, #FFFFFF), to(#FFFFFF));
    background-image: linear-gradient(90deg, #e4bdff 34% 0%, #FFFFFF 66%, #FFFFFF 100%);
  }
  .spLayoutContents .rightSide .itemSet .link dl dt {
    color: #a06cac;
  }
  .spLayoutContents .rightSide .itemSet .link.item01 {
    translate: -41.2765957447cqw 2.5531914894cqw;
  }
  .spLayoutContents .rightSide .itemSet .link.item02 {
    translate: 3.4042553191cqw 17.2340425532cqw;
  }
  .spLayoutContents .rightSide .pcNavi {
    position: fixed;
    right: 0;
    bottom: min(40px, 8.5106382979cqw);
    -webkit-transition: translate 0.3s 1s ease-out;
    transition: translate 0.3s 1s ease-out;
    translate: 101% 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  .spLayoutContents .rightSide .pcNavi {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .sideAnim .spLayoutContents .rightSide .pcNavi {
    translate: 0 0;
  }
  .spLayoutContents .rightSide .pcNavi .menuFrame {
    width: min(300px, 100%);
    background: rgba(255, 255, 255, 0.9);
    border-top-left-radius: min(30px, 6.3829787234cqw);
    border-bottom-left-radius: min(30px, 6.3829787234cqw);
    padding: min(25px, 5.3191489362cqw) min(25px, 5.3191489362cqw) min(25px, 5.3191489362cqw) min(25px, 9.5744680851cqw);
  }
  .spLayoutContents .rightSide .pcNavi .menuFrame ul li {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
  .spLayoutContents .rightSide .pcNavi .menuFrame ul li a {
    display: block;
    color: #346eb1;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
  }
  .spLayoutContents .rightSide .pcNavi .menuFrame ul li a:hover, .spLayoutContents .rightSide .pcNavi .menuFrame ul li a.current {
    color: #ca3f65;
  }
  .spLayoutContents .rightSide .pcNavi .menuFrame ul li ul li {
    font-size: 75%;
    margin-left: 2em;
  }
}
/*-------------------------------------------> sp only contents */
@media screen and (max-width: 767px) {
  #spHeader > .logo, #menuBtn {
    position: absolute;
    opacity: 1;
    -webkit-transition: opcity 0.3s ease-out;
    transition: opcity 0.3s ease-out;
    pointer-events: auto;
  }
  .Scroll #spHeader > .logo, .Scroll #menuBtn {
    opacity: 1;
    pointer-events: auto;
  }
  #spHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
  }
  #spHeader > .logo {
    top: 2.4vw;
    left: 4.8vw;
    z-index: 10;
    width: 24vw;
  }
  #spHeader > .logo .svg .fill-logo {
    fill: #FFF;
  }
  #menuBtn {
    top: 0;
    right: 0;
    z-index: 100;
  }
  #menuBtn button {
    position: relative;
    display: block;
    width: 18vw;
    height: 11.2vw;
    border: none;
    background: transparent;
  }
  #menuBtn button span {
    width: 6vw;
    height: 0.4vw;
    background: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  #menuBtn button span:nth-child(1) {
    translate: -50% -1.8vw;
  }
  #menuBtn button span:nth-child(2) {
    translate: -50% 1.8vw;
  }
  .MOpen #menuBtn {
    pointer-events: auto;
    opacity: 1;
  }
  .MOpen #menuBtn button span {
    width: 6.8vw;
    translate: -50% 0;
  }
  .MOpen #menuBtn button span:nth-child(1) {
    rotate: 225deg;
  }
  .MOpen #menuBtn button span:nth-child(2) {
    rotate: -225deg;
  }
  #menu {
    position: absolute;
    z-index: 50;
    top: 0;
    left: 0;
    width: 100%;
    height: 100dvh;
    pointer-events: none;
    background: url(../img/sp_bg.jpg) no-repeat center center;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .MOpen #menu {
    opacity: 1;
    pointer-events: auto;
  }
  #menu .frame {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: auto;
    padding-top: 15.2vw;
    padding-bottom: 15.2vw;
  }
  #menu .frame .logo, #menu .frame .company {
    text-align: center;
  }
  #menu .frame .logo {
    margin-bottom: 16vw;
  }
  #menu .frame .logo img {
    width: 46vw;
  }
  #menu .frame .company {
    margin-top: 16vw;
  }
  #menu .frame .company img {
    width: 30vw;
  }
  #menu .frame ul li {
    font-size: 32px; /* legacy */
    font-size: 6.4vw;
    line-height: 1.625;
    letter-spacing: 0.05em;
  }
  #menu .frame ul li a {
    color: #346eb1;
  }
  #menu .frame ul li a.current {
    color: #ca3f65;
  }
  #menu .frame ul li ul li {
    font-size: 75%;
    margin-left: 6vw;
  }
}
#Main .animTitle.inView .set .bg::after {
  -webkit-animation-name: anim-title-shine;
          animation-name: anim-title-shine;
}
#Main .animTitle .set {
  display: -ms-grid;
  display: grid;
}
#Main .animTitle .set .text,
#Main .animTitle .set .bg {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
#Main .animTitle .set .text img,
#Main .animTitle .set .bg img {
  display: block;
  width: 100%;
  height: auto;
}
#Main .animTitle .set .text {
  position: relative;
  z-index: 2;
}
#Main .animTitle .set .bg {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-mask-image: url("../img/title_bg.png");
          mask-image: url("../img/title_bg.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
#Main .animTitle .set .bg::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.3) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18% 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes anim-title-shine {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  8% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

@keyframes anim-title-shine {
  0% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  8% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  100% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}
@-webkit-keyframes anim-title-shine-r {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  8% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes anim-title-shine-r {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  8% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
/* animation
.image {
	animation-delay: 0.3s;
}
&.inView {
	.base, .image {
		animation-name: fadeInUp;
	}
}
*/
/*-------------------------------------------> animation module */
.anim-fadeIn {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeIn,
.inView .isAnim.inView .anim-fadeIn,
.inView .anim-fadeIn,
.inView.anim-fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.inView .isAnim.anim-fadeIn,
.inView .isAnim .anim-fadeIn {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInUp {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInUp,
.inView .isAnim.inView .anim-fadeInUp,
.inView .anim-fadeInUp,
.inView.anim-fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
}

.inView .isAnim.anim-fadeInUp,
.inView .isAnim .anim-fadeInUp {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInDown {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInDown,
.inView .isAnim.inView .anim-fadeInDown,
.inView .anim-fadeInDown,
.inView.anim-fadeInDown {
  -webkit-animation-name: fadeInDown;
          animation-name: fadeInDown;
}

.inView .isAnim.anim-fadeInDown,
.inView .isAnim .anim-fadeInDown {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInRight {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInRight,
.inView .isAnim.inView .anim-fadeInRight,
.inView .anim-fadeInRight,
.inView.anim-fadeInRight {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
}

.inView .isAnim.anim-fadeInRight,
.inView .isAnim .anim-fadeInRight {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeInLeft {
  opacity: 0;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
          animation-timing-function: cubic-bezier(0.5, 0.3, 0, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeInLeft,
.inView .isAnim.inView .anim-fadeInLeft,
.inView .anim-fadeInLeft,
.inView.anim-fadeInLeft {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
}

.inView .isAnim.anim-fadeInLeft,
.inView .isAnim .anim-fadeInLeft {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeText span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  clip-path: inset(0 100% 0 0);
}

.inView .isAnim.inView.anim-fadeText span,
.inView .isAnim.inView .anim-fadeText span,
.inView .anim-fadeText span,
.inView.anim-fadeText span {
  -webkit-animation: fadeText 1s ease-out forwards;
          animation: fadeText 1s ease-out forwards;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(1),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(1),
.inView .anim-fadeText span:nth-of-type(1),
.inView.anim-fadeText span:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(2),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(2),
.inView .anim-fadeText span:nth-of-type(2),
.inView.anim-fadeText span:nth-of-type(2) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(3),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(3),
.inView .anim-fadeText span:nth-of-type(3),
.inView.anim-fadeText span:nth-of-type(3) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(4),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(4),
.inView .anim-fadeText span:nth-of-type(4),
.inView.anim-fadeText span:nth-of-type(4) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(5),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(5),
.inView .anim-fadeText span:nth-of-type(5),
.inView.anim-fadeText span:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(6),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(6),
.inView .anim-fadeText span:nth-of-type(6),
.inView.anim-fadeText span:nth-of-type(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(7),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(7),
.inView .anim-fadeText span:nth-of-type(7),
.inView.anim-fadeText span:nth-of-type(7) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(8),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(8),
.inView .anim-fadeText span:nth-of-type(8),
.inView.anim-fadeText span:nth-of-type(8) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(9),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(9),
.inView .anim-fadeText span:nth-of-type(9),
.inView.anim-fadeText span:nth-of-type(9) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}
.inView .isAnim.inView.anim-fadeText span:nth-of-type(10),
.inView .isAnim.inView .anim-fadeText span:nth-of-type(10),
.inView .anim-fadeText span:nth-of-type(10),
.inView.anim-fadeText span:nth-of-type(10) {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.inView .isAnim.anim-fadeText,
.inView .isAnim .anim-fadeText {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fadeImage img {
  opacity: 0;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-fadeImage img,
.inView .isAnim.inView .anim-fadeImage img,
.inView .anim-fadeImage img,
.inView.anim-fadeImage img {
  -webkit-animation-name: fadeImage;
          animation-name: fadeImage;
}

.inView .isAnim.anim-fadeImage img,
.inView .isAnim .anim-fadeImage img {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-slice {
  clip-path: inset(0 100% 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-slice,
.inView .isAnim.inView .anim-slice,
.inView .anim-slice,
.inView.anim-slice {
  -webkit-animation-name: slice;
          animation-name: slice;
}

.inView .isAnim.anim-slice,
.inView .isAnim .anim-slice {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-slice.reverse {
  clip-path: inset(0 0 0 100%);
}

.inView .isAnim.inView.anim-slice.reverse,
.inView .isAnim.inView .anim-slice.reverse,
.inView .anim-slice.reverse,
.inView.anim-slice.reverse {
  -webkit-animation-name: sliceR;
          animation-name: sliceR;
}

.inView .isAnim.anim-slice.reverse,
.inView .isAnim .anim-slice.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide,
.inView .isAnim.inView .anim-sliceHide,
.inView .anim-sliceHide,
.inView.anim-sliceHide {
  -webkit-animation-name: sliceHide;
          animation-name: sliceHide;
}

.inView .isAnim.anim-sliceHide,
.inView .isAnim .anim-sliceHide {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-sliceHide.reverse {
  clip-path: inset(0 0 0 0);
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
          animation-timing-function: cubic-bezier(0.67, 0, 0.18, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  will-change: filter;
}

.inView .isAnim.inView.anim-sliceHide.reverse,
.inView .isAnim.inView .anim-sliceHide.reverse,
.inView .anim-sliceHide.reverse,
.inView.anim-sliceHide.reverse {
  -webkit-animation-name: sliceHideR;
          animation-name: sliceHideR;
}

.inView .isAnim.anim-sliceHide.reverse,
.inView .isAnim .anim-sliceHide.reverse {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-bound {
  -webkit-animation-duration: 0.2s;
          animation-duration: 0.2s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-bound,
.inView .isAnim.inView .anim-bound,
.inView .anim-bound,
.inView.anim-bound {
  -webkit-animation-name: bound;
          animation-name: bound;
}

.inView .isAnim.anim-bound,
.inView .isAnim .anim-bound {
  -webkit-animation-name: none;
          animation-name: none;
}

.anim-fuwa2 {
  -webkit-animation-name: fuwa2;
          animation-name: fuwa2;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/* delay */
.delay0 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.delay1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay2 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay3 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay4 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay5 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay6 {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.delay7 {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.delay8 {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.delay9 {
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}

.delay10 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay11 {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

.delay12 {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.delay13 {
  -webkit-animation-delay: 2.6s;
          animation-delay: 2.6s;
}

.delay14 {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.delay15 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay16 {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.delay17 {
  -webkit-animation-delay: 3.4s;
          animation-delay: 3.4s;
}

.delay18 {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.delay19 {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}

.delay20 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

/*-------------------------------------------> keyframe */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    translate: 0 50px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    translate: 0 50px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    translate: 0 -20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    translate: 0 -20px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    translate: -20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    translate: -20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    translate: 20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    translate: 20px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@-webkit-keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@keyframes fadeText {
  0% {
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
    opacity: 0;
    clip-path: inset(0 100% 0 0);
  }
  30% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes fadeImage {
  from {
    opacity: 0;
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@keyframes hoverImage {
  from {
    -webkit-transform: translateX(1);
            transform: translateX(1);
  }
  to {
    -webkit-transform: translateX(1.08);
            transform: translateX(1.08);
  }
}
@-webkit-keyframes circlemove {
  0% {
    top: 15px;
  }
  100% {
    top: 75px;
  }
}
@keyframes circlemove {
  0% {
    top: 15px;
  }
  100% {
    top: 75px;
  }
}
@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@keyframes cirlemovehide {
  0% {
    opacity: 100%;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes slice {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@keyframes sliceR {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  99% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: none;
  }
}
@-webkit-keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes sliceHide {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 0 0 100%);
  }
}
@-webkit-keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@keyframes sliceHideR {
  0% {
    clip-path: inset(0 0 0 0);
  }
  100% {
    clip-path: inset(0 100% 0 0);
  }
}
@-webkit-keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes headerSlideIn {
  0% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes fuwa2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fuwa2 {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*-------------------------------------------> LinkAnimation */
/*-------------------------------------------> TextEffects */
/* ======================================
  Stagger Text
====================================== */
.anim-titleText {
  color: rgba(252, 250, 249, 0.1);
  font-size: 100px; /* legacy */
  font-size: 40cqw;
  line-height: 1;
  letter-spacing: -0.05em;
}
.anim-titleText::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: 0em;
  content: "";
}
.anim-titleText::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: 0em;
  content: "";
}
@media screen and (max-width: 767px) {
  .anim-titleText {
    font-size: 72px; /* legacy */
    font-size: 14.4vw;
    line-height: 1.3333333333;
    letter-spacing: -0.05em;
  }
  .anim-titleText::before {
    display: block;
    width: 0;
    height: 0;
    margin-top: -0.1666666667em;
    content: "";
  }
  .anim-titleText::after {
    display: block;
    width: 0;
    height: 0;
    margin-bottom: -0.1666666667em;
    content: "";
  }
}
.anim-titleText {
  --st-duration: 0.9s;
  --st-ease: cubic-bezier(.2,.8,.2,1);
  --st-from-y: 40px;
  --st-blur: 6px;
  white-space: normal;
}
.anim-titleText .st-visual {
  display: inline;
}
.anim-titleText .st-unit {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(var(--st-from-y));
          transform: translateY(var(--st-from-y));
  -webkit-filter: blur(var(--st-blur));
          filter: blur(var(--st-blur));
  -webkit-transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, -webkit-transform, -webkit-filter;
  transition-property: opacity, transform, filter;
  transition-property: opacity, transform, filter, -webkit-transform, -webkit-filter;
  -webkit-transition-duration: var(--st-duration);
          transition-duration: var(--st-duration);
  -webkit-transition-timing-function: var(--st-ease);
          transition-timing-function: var(--st-ease);
  will-change: opacity, transform, filter;
}
.anim-titleText .st-space {
  white-space: pre;
}
.anim-titleText.is-inview .st-unit {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

/* 動きを減らす設定の人には、即表示（実務で重要） */
@media (prefers-reduced-motion: reduce) {
  .js-staggerText .st-unit {
    -webkit-transition: none;
    transition: none;
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-filter: none;
            filter: none;
  }
}
.anim-textLeftIn span {
  display: inline-block;
}
.anim-textLeftIn span.w {
  overflow: hidden;
}
.anim-textLeftIn span.w:nth-child(1) > span {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.anim-textLeftIn span.w:nth-child(2) > span {
  -webkit-animation-delay: 0.02s;
          animation-delay: 0.02s;
}
.anim-textLeftIn span.w:nth-child(3) > span {
  -webkit-animation-delay: 0.04s;
          animation-delay: 0.04s;
}
.anim-textLeftIn span.w:nth-child(4) > span {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}
.anim-textLeftIn span.w:nth-child(5) > span {
  -webkit-animation-delay: 0.08s;
          animation-delay: 0.08s;
}
.anim-textLeftIn span.w:nth-child(6) > span {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
.anim-textLeftIn span.w:nth-child(7) > span {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}
.anim-textLeftIn span.w:nth-child(8) > span {
  -webkit-animation-delay: 0.14s;
          animation-delay: 0.14s;
}
.anim-textLeftIn span.w:nth-child(9) > span {
  -webkit-animation-delay: 0.16s;
          animation-delay: 0.16s;
}
.anim-textLeftIn span.w:nth-child(10) > span {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}
.anim-textLeftIn span.w:nth-child(11) > span {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.anim-textLeftIn span.w:nth-child(12) > span {
  -webkit-animation-delay: 0.22s;
          animation-delay: 0.22s;
}
.anim-textLeftIn span.w:nth-child(13) > span {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}
.anim-textLeftIn span.w:nth-child(14) > span {
  -webkit-animation-delay: 0.26s;
          animation-delay: 0.26s;
}
.anim-textLeftIn span.w:nth-child(15) > span {
  -webkit-animation-delay: 0.28s;
          animation-delay: 0.28s;
}
.anim-textLeftIn span.w:nth-child(16) > span {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.anim-textLeftIn span.w:nth-child(17) > span {
  -webkit-animation-delay: 0.32s;
          animation-delay: 0.32s;
}
.anim-textLeftIn span.w:nth-child(18) > span {
  -webkit-animation-delay: 0.34s;
          animation-delay: 0.34s;
}
.anim-textLeftIn span.w:nth-child(19) > span {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}
.anim-textLeftIn span.w:nth-child(20) > span {
  -webkit-animation-delay: 0.38s;
          animation-delay: 0.38s;
}
.anim-textLeftIn span.w:nth-child(21) > span {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.anim-textLeftIn span.w:nth-child(22) > span {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}
.anim-textLeftIn span.w:nth-child(23) > span {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
}
.anim-textLeftIn span.w:nth-child(24) > span {
  -webkit-animation-delay: 0.46s;
          animation-delay: 0.46s;
}
.anim-textLeftIn span.w:nth-child(25) > span {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}
.anim-textLeftIn span.w:nth-child(26) > span {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.anim-textLeftIn span.w:nth-child(27) > span {
  -webkit-animation-delay: 0.52s;
          animation-delay: 0.52s;
}
.anim-textLeftIn span.w:nth-child(28) > span {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}
.anim-textLeftIn span.w:nth-child(29) > span {
  -webkit-animation-delay: 0.56s;
          animation-delay: 0.56s;
}
.anim-textLeftIn span.w:nth-child(30) > span {
  -webkit-animation-delay: 0.58s;
          animation-delay: 0.58s;
}
.anim-textLeftIn span.w:nth-child(31) > span {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.anim-textLeftIn span.w:nth-child(32) > span {
  -webkit-animation-delay: 0.62s;
          animation-delay: 0.62s;
}
.anim-textLeftIn span.w:nth-child(33) > span {
  -webkit-animation-delay: 0.64s;
          animation-delay: 0.64s;
}
.anim-textLeftIn span.w:nth-child(34) > span {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.anim-textLeftIn span.w:nth-child(35) > span {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
}
.anim-textLeftIn span.w:nth-child(36) > span {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
.anim-textLeftIn span.w:nth-child(37) > span {
  -webkit-animation-delay: 0.72s;
          animation-delay: 0.72s;
}
.anim-textLeftIn span.w:nth-child(38) > span {
  -webkit-animation-delay: 0.74s;
          animation-delay: 0.74s;
}
.anim-textLeftIn span.w:nth-child(39) > span {
  -webkit-animation-delay: 0.76s;
          animation-delay: 0.76s;
}
.anim-textLeftIn span.w:nth-child(40) > span {
  -webkit-animation-delay: 0.78s;
          animation-delay: 0.78s;
}
.anim-textLeftIn span.w:nth-child(41) > span {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.anim-textLeftIn span.w:nth-child(42) > span {
  -webkit-animation-delay: 0.82s;
          animation-delay: 0.82s;
}
.anim-textLeftIn span.w:nth-child(43) > span {
  -webkit-animation-delay: 0.84s;
          animation-delay: 0.84s;
}
.anim-textLeftIn span.w:nth-child(44) > span {
  -webkit-animation-delay: 0.86s;
          animation-delay: 0.86s;
}
.anim-textLeftIn span.w:nth-child(45) > span {
  -webkit-animation-delay: 0.88s;
          animation-delay: 0.88s;
}
.anim-textLeftIn span.w:nth-child(46) > span {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
.anim-textLeftIn span.w:nth-child(47) > span {
  -webkit-animation-delay: 0.92s;
          animation-delay: 0.92s;
}
.anim-textLeftIn span.w:nth-child(48) > span {
  -webkit-animation-delay: 0.94s;
          animation-delay: 0.94s;
}
.anim-textLeftIn span.w:nth-child(49) > span {
  -webkit-animation-delay: 0.96s;
          animation-delay: 0.96s;
}
.anim-textLeftIn span.w:nth-child(50) > span {
  -webkit-animation-delay: 0.98s;
          animation-delay: 0.98s;
}
.anim-textLeftIn span.w > span {
  -webkit-transform: translateX(110%);
          transform: translateX(110%);
  -webkit-animation-duration: 0.15s;
          animation-duration: 0.15s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.inView .isAnim.inView.anim-textLeftIn span.w span,
.inView .isAnim.inView .anim-textLeftIn span.w span,
.inView .anim-textLeftIn span.w span,
.inView.anim-textLeftIn span.w span {
  -webkit-animation-name: textLeftIn;
          animation-name: textLeftIn;
}

.inView .isAnim.anim-textLeftIn span.w span,
.inView .isAnim .anim-textLeftIn span.w span {
  -webkit-animation-name: none;
          animation-name: none;
}

@-webkit-keyframes textLeftIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

@keyframes textLeftIn {
  0% {
    -webkit-transform: translateX(-110%);
            transform: translateX(-110%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bound {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  95% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/* splash -------------------------------------------> */
#splash {
  position: absolute;
  z-index: 100;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  background: #a2c1e6;
  overflow: hidden;
}
#splash .step {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
  opacity: 0;
}
#splash .step img {
  display: block;
  width: 100%;
  height: auto;
}
#splash .step02 {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}
#splash .step03 {
  position: relative;
}
#splash .step03::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("../img/home/cover_step03_over.png") center/100% 100% no-repeat;
  opacity: 0;
}
#splash .step03H {
  position: absolute;
  inset: 0;
  -webkit-mask-image: url("../img/home/cover_step03_over.png");
          mask-image: url("../img/home/cover_step03_over.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  opacity: 1;
}
#splash .step03H::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.3) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  /*
  animation-duration: 4s;
  animation-delay: 1.8s;
  animation-timing-function: linear;
  */
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  opacity: 0.8;
}
#splash .step04,
#splash .step05 {
  -webkit-transform: translateX(-30px);
          transform: translateX(-30px);
}
#splash .step07 {
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
}
#splash.loaded {
  /*
  .step01 {
    animation: splash-fade 1.0s ease-out forwards;
  }
  .step02 {
    animation: splash-slide-right 0.4s ease-out 0.5s forwards;
  }
  */
}
#splash.loaded .step03 {
  -webkit-animation: splash-fade 1s ease-out 0.5s forwards;
          animation: splash-fade 1s ease-out 0.5s forwards;
}
#splash.loaded .step03::after {
  -webkit-animation: splash-step03-over 0.8s linear 1.5s forwards;
          animation: splash-step03-over 0.8s linear 1.5s forwards;
}
#splash.loaded .step03H::before {
  -webkit-animation: anim-title-shine-r 4s linear 0.8s forwards;
          animation: anim-title-shine-r 4s linear 0.8s forwards;
}
#splash.loaded .step04 {
  -webkit-animation: splash-slide-left 0.5s ease-out 2s forwards;
          animation: splash-slide-left 0.5s ease-out 2s forwards;
}
#splash.loaded .step05 {
  -webkit-animation: splash-slide-left 0.5s ease-out 2.1s forwards;
          animation: splash-slide-left 0.5s ease-out 2.1s forwards;
}
#splash.loaded .step06 {
  -webkit-animation: splash-fade 0.5s ease-out 2.8s forwards;
          animation: splash-fade 0.5s ease-out 2.8s forwards;
}
#splash.loaded .step07 {
  -webkit-animation: splash-slide-bottom 0.5s ease-out 2.8s forwards;
          animation: splash-slide-bottom 0.5s ease-out 2.8s forwards;
}
#splash.loaded .step08 {
  -webkit-animation: splash-fade 0.5s ease-out 3.2s forwards;
          animation: splash-fade 0.5s ease-out 3.2s forwards;
}

@-webkit-keyframes splash-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes splash-fade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes splash-slide-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes splash-slide-right {
  from {
    opacity: 0;
    -webkit-transform: translateX(50px);
            transform: translateX(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes splash-slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes splash-slide-left {
  from {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes splash-slide-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes splash-slide-bottom {
  from {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes splash-step03-over {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes splash-step03-over {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* HOME -------------------------------------------> */
#Cover {
  position: relative;
  width: 100%;
  height: 190cqw;
  overflow: hidden;
}
#Cover .slideWrap {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 190cqw;
}

#Concept {
  background: url(../img/home/concept_bg.jpg) no-repeat;
  background-size: 100%;
  min-height: 147.9cqw;
  padding-top: 12.9cqw;
}
#Concept .title {
  margin-bottom: 12.4cqw;
}
#Concept .textArea {
  text-align: center;
}
#Concept .textArea .text {
  font-size: 9px; /* legacy */
  font-size: 3.6cqw;
  line-height: 1.8333333333;
  letter-spacing: 0em;
}
#Concept .textArea .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.4166666667em;
  content: "";
}
#Concept .textArea .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.4166666667em;
  content: "";
}
#Concept .textArea .text + .text {
  margin-top: 8cqw;
}
#Concept .textArea .text strong {
  font-size: 166%;
}
#Concept .textArea .logo {
  margin-top: 5cqw;
}
#Concept .textArea .logo img {
  width: 34cqw;
}

#Lineup .animTitle {
  position: relative;
}
#Lineup .animTitle::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/home/lineup_title_bg.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#Lineup .animTitle {
  height: 40.1cqw;
}
#Lineup .lineupGroup .titleBlock {
  text-align: center;
  background-repeat: no-repeat;
  background-size: 100%;
}
#Lineup .lineupGroup .titleBlock .copy {
  font-size: 12px; /* legacy */
  font-size: 4.8cqw;
  line-height: 1.5833333333;
  letter-spacing: 0.15em;
}
#Lineup .lineupGroup .titleBlock .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2916666667em;
  content: "";
}
#Lineup .lineupGroup .titleBlock .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2916666667em;
  content: "";
}
#Lineup .lineupGroup .titleBlock .copy sup {
  font-size: 42%;
  line-height: 1;
  letter-spacing: 0;
  bottom: 1.2em;
}
#Lineup .lineupGroup .titleBlock .title {
  margin-bottom: 2.8cqw;
}
#Lineup .lineupGroup .titleBlock .note {
  font-size: 6px; /* legacy */
  font-size: 2.4cqw;
  line-height: 1;
  letter-spacing: 0em;
  color: #82807f;
}
#Lineup .lineupGroup .block {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #FFF;
  z-index: 1;
}
#Lineup .lineupGroup .block .copy {
  font-size: 17px; /* legacy */
  font-size: 6.8cqw;
  line-height: 1.4705882353;
  letter-spacing: 0em;
}
#Lineup .lineupGroup .block .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2352941176em;
  content: "";
}
#Lineup .lineupGroup .block .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2352941176em;
  content: "";
}
#Lineup .lineupGroup .block .copy {
  text-align: left;
  padding-left: 8cqw;
  padding-right: 8cqw;
  padding-top: 7cqw;
}
#Lineup .lineupGroup .block .copy strong {
  color: #fff290;
  font-weight: inherit;
}
#Lineup .lineupGroup .block .model {
  margin-bottom: 9cqw;
}
#Lineup .lineupGroup .block .info {
  position: relative;
  padding-left: 36cqw;
}
#Lineup .lineupGroup .block .info .image {
  position: absolute;
  left: 0cqw;
  top: 0cqw;
}
#Lineup .lineupGroup .block .info dl dt {
  font-size: 12px; /* legacy */
  font-size: 4.8cqw;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
#Lineup .lineupGroup .block .info dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
#Lineup .lineupGroup .block .info dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
#Lineup .lineupGroup .block .info dl dt {
  margin-bottom: 5.6cqw;
}
#Lineup .lineupGroup .block .info dl dd .price {
  font-size: 14px; /* legacy */
  font-size: 5.6cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#Lineup .lineupGroup .block .info dl dd .price small {
  font-size: 75%;
}
#Lineup .lineupGroup .block .link {
  position: relative;
  width: 72cqw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 7.6cqw;
}
#Lineup .lineupGroup .block .link a {
  position: relative;
  display: block;
  border-radius: 999px;
  overflow: hidden;
}
#Lineup .lineupGroup .block .link a::after {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, rgba(255, 255, 255, 0.4)), color-stop(66%, transparent), to(transparent));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 34% 0%, transparent 66%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  translate: -66% 0;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}
#Lineup .lineupGroup .block .link a:hover::after {
  translate: 0 0;
}
#Lineup .lineupGroup .block .link::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #FFF;
  border-radius: 999px;
  z-index: 100;
  pointer-events: none;
}
#Lineup .lineupGroup .block .grad.inView::after {
  -webkit-animation-name: anim-title-shine;
          animation-name: anim-title-shine;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#Lineup .lineupGroup .block .grad {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  overflow: hidden;
  -webkit-mask-image: url("../img/home/lineup_01_grad_mask.png");
          mask-image: url("../img/home/lineup_01_grad_mask.png");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
}
#Lineup .lineupGroup .block .grad::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(120deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0.3) 40%, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0.3) 60%, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 0) 100%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
#Lineup .lineupGroup .block.item2 .copy {
  text-align: right;
}
#Lineup .lineupGroup .block.item2 .grad.inView::after {
  -webkit-animation-name: anim-title-shine-r;
          animation-name: anim-title-shine-r;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
#Lineup .lineupGroup .block.item2 .grad {
  -webkit-mask-image: url("../img/home/lineup_02_grad_mask.png");
          mask-image: url("../img/home/lineup_02_grad_mask.png");
}
#Lineup .lineupGroup .block.item2 .grad::after {
  background-size: -100% 100%;
}
#Lineup .lineupGroup.gel .titleBlock {
  background-image: url(../img/home/lineup_gel_bg.jpg);
  min-height: 52.4cqw;
}
#Lineup .lineupGroup.gel .titleBlock .copy {
  min-height: 19.6cqw;
}
#Lineup .lineupGroup.gel .block .info .status img {
  width: auto;
  height: 4cqw;
}
#Lineup .lineupGroup.gel .block .info .price {
  margin-top: 2cqw;
}
#Lineup .lineupGroup.gel .block .link {
  margin-top: 12.5cqw;
}
#Lineup .lineupGroup.gel .block.item1 {
  min-height: 212cqw;
  background-image: url(../img/home/lineup_gel_01_bg.jpg);
}
#Lineup .lineupGroup.gel .block.item1 .copy {
  min-height: 27cqw;
}
#Lineup .lineupGroup.gel .block.item1 .info .image {
  left: 9.5cqw;
  top: -17.6cqw;
  width: 22.5cqw;
}
#Lineup .lineupGroup.gel .block.item1 .grad {
  bottom: -21cqw;
}
#Lineup .lineupGroup.gel .block.item2 {
  min-height: 202cqw;
  background-image: url(../img/home/lineup_gel_02_bg.jpg);
}
#Lineup .lineupGroup.gel .block.item2 .copy {
  min-height: 27.6cqw;
}
#Lineup .lineupGroup.gel .block.item2 .info .image {
  left: 13.1cqw;
  top: -17cqw;
  width: 24.2cqw;
}
#Lineup .lineupGroup.gel .block.item2 .grad {
  bottom: -27.1cqw;
}
#Lineup .lineupGroup.oil .titleBlock {
  background-image: url(../img/home/lineup_oil_bg.jpg);
  min-height: 73.6cqw;
}
#Lineup .lineupGroup.oil .titleBlock .copy {
  height: 39.8cqw;
  padding-top: 21.6cqw;
}
#Lineup .lineupGroup.oil .block .info .status img {
  width: auto;
  height: 10.2cqw;
}
#Lineup .lineupGroup.oil .block .info .price {
  margin-top: 5.6cqw;
}
#Lineup .lineupGroup.oil .block .aroma {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 4cqw;
}
#Lineup .lineupGroup.oil .block .aroma .text {
  font-size: 10px; /* legacy */
  font-size: 4cqw;
  line-height: 1.65;
  letter-spacing: 0em;
  margin-right: 5cqw;
}
#Lineup .lineupGroup.oil .block .aroma .text strong {
  font-size: 140%;
  font-weight: inherit;
}
#Lineup .lineupGroup.oil .block .link {
  margin-top: 7.6cqw;
}
#Lineup .lineupGroup.oil .block.item1 {
  min-height: 249.2cqw;
  background-image: url(../img/home/lineup_oil_01_bg.jpg);
}
#Lineup .lineupGroup.oil .block.item1 .copy {
  min-height: 27cqw;
}
#Lineup .lineupGroup.oil .block.item1 .info .image {
  left: 11.3cqw;
  top: -18cqw;
  width: 22.1cqw;
}
#Lineup .lineupGroup.oil .block.item1 .aroma .image {
  width: 32.2cqw;
}
#Lineup .lineupGroup.oil .block.item1 .grad {
  bottom: -18.8cqw;
}
#Lineup .lineupGroup.oil .block.item2 {
  min-height: 261.6cqw;
  background-image: url(../img/home/lineup_oil_02_bg.jpg);
}
#Lineup .lineupGroup.oil .block.item2 .copy {
  min-height: 27cqw;
}
#Lineup .lineupGroup.oil .block.item2 .info .image {
  left: 11.6cqw;
  top: -18.4cqw;
  width: 22.1cqw;
}
#Lineup .lineupGroup.oil .block.item2 .aroma .image {
  width: 26.8cqw;
}
#Lineup .lineupGroup.oil .block.item2 .grad {
  bottom: -1.6cqw;
}

#Store {
  background: #E2EBF7;
  padding-bottom: 14.4cqw;
}
#Store .animTitle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f6fb), to(#e2ebf7));
  background-image: linear-gradient(#f1f6fb, #e2ebf7);
  margin-bottom: 1.4cqw;
}
#Store .linkWrap {
  width: 72cqw;
  margin-left: auto;
  margin-right: auto;
}
#Store .linkWrap .link + .link {
  margin-top: 6cqw;
}

/* PRODUCTS -------------------------------------------> */
#Main.products {
  background: #f9e2e3 url(../img/products/products_bg.jpg) no-repeat left top;
  background-size: 100% auto;
}
#Main.products .lpContents {
  padding-top: 16.3cqw;
  padding-bottom: 10cqw;
}
#Main.products .lpContents .cover {
  position: relative;
  padding-top: 9.5cqw;
}
#Main.products .lpContents .cover .animTitle {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
#Main.products .lpContents .cover .image {
  position: relative;
  z-index: 1;
}

#Chart {
  position: relative;
  z-index: 10;
  margin-top: -1.4cqw;
}
#Chart .title {
  width: 80cqw;
  height: 8cqw;
  background: #FFF;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #346eb1;
}
#Chart .title span {
  display: inline-block;
  font-size: 14px; /* legacy */
  font-size: 5.6cqw;
  line-height: 1;
  letter-spacing: 0em;
  translate: 0 -0.4cqw;
}
#Chart .fig {
  position: relative;
  margin-top: 5.4cqw;
  margin-bottom: 10cqw;
  background: url(../img/products/chart_bg.png) no-repeat left top;
  background-size: 100% auto;
  width: 100%;
  height: 118.6cqw;
}
#Chart .fig .item {
  position: absolute;
  width: 37.8cqw;
  height: 52.8cqw;
}
#Chart .fig .item a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4c4948;
}
#Chart .fig .item span {
  display: block;
  width: 100%;
  font-size: 8px; /* legacy */
  font-size: 3.2cqw;
  line-height: 1.25;
  letter-spacing: -0.07em;
  text-align: center;
  white-space: nowrap;
  position: absolute;
  top: 41.6cqw;
  left: 0;
}
#Chart .fig .item.gel01 {
  top: 6.3cqw;
  left: 50cqw;
}
#Chart .fig .item.gel02 {
  top: 59.1cqw;
  left: 50cqw;
}
#Chart .fig .item.oil01 {
  top: 6.3cqw;
  left: 12.2cqw;
}
#Chart .fig .item.oil02 {
  top: 59.1cqw;
  left: 12.2cqw;
}

#Item .block {
  color: #FFF;
}
#Item .block .itemInfo {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
#Item .block .itemInfo .itemName {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10.6cqw;
}
#Item .block .itemInfo .itemName .image {
  margin-right: 4.2cqw;
}
#Item .block .itemInfo .itemName .image img {
  -webkit-filter: drop-shadow(2.4cqw 2.4cqw 1cqw rgba(255, 255, 255, 0.5));
          filter: drop-shadow(2.4cqw 2.4cqw 1cqw rgba(255, 255, 255, 0.5));
}
#Item .block .itemInfo .itemName .textArea dl dt {
  font-size: 10px; /* legacy */
  font-size: 4cqw;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
#Item .block .itemInfo .itemName .textArea dl dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
#Item .block .itemInfo .itemName .textArea dl dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.15em;
  content: "";
}
#Item .block .itemInfo .itemName .textArea dl dt {
  margin-top: 4.6cqw;
  margin-bottom: 2cqw;
}
#Item .block .itemInfo .itemName .textArea dl dd .price {
  font-size: 12.5px; /* legacy */
  font-size: 5cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#Item .block .itemInfo .itemName .textArea dl dd .price small {
  font-size: 75%;
}
#Item .block .itemInfo .itemModel {
  margin-top: 8cqw;
}
#Item .block .itemInfo .itemModel .text {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  font-size: 9px; /* legacy */
  font-size: 3.6cqw;
  line-height: 1.8888888889;
  letter-spacing: 0em;
}
#Item .block .itemInfo .itemModel .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.4444444444em;
  content: "";
}
#Item .block .itemInfo .itemModel .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.4444444444em;
  content: "";
}
#Item .block .itemInfo .itemModel .text {
  margin-top: 5.6cqw;
}
#Item .block .itemPoint {
  padding-top: 5.6cqw;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
#Item .block .itemPoint .pointList {
  margin-left: 18cqw;
}
#Item .block .itemPoint .pointList > li + li {
  margin-top: 9.8cqw;
}
#Item .block .itemPoint .pointList > li {
  position: relative;
  padding-top: 17cqw;
}
#Item .block .itemPoint .pointList > li .num {
  position: absolute;
  left: -5.4cqw;
  top: 0;
}
#Item .block .itemPoint .pointList > li .num img {
  width: auto;
  height: 13.6cqw;
}
#Item .block .itemPoint .pointList > li .copy {
  font-size: 15px; /* legacy */
  font-size: 6cqw;
  line-height: 1.3333333333;
  letter-spacing: 0em;
}
#Item .block .itemPoint .pointList > li .copy::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1666666667em;
  content: "";
}
#Item .block .itemPoint .pointList > li .copy::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1666666667em;
  content: "";
}
#Item .block .itemPoint .pointList > li .wide {
  width: 100cqw;
  margin-left: -18cqw;
}
#Item .block .itemPoint .pointList > li .list + .list {
  margin-top: 5cqw;
}
#Item .block .itemPoint .pointList > li .list {
  margin-left: 5cqw;
}
#Item .block .itemPoint .pointList > li .list dt {
  position: relative;
  color: #fff290;
  font-size: 10px; /* legacy */
  font-size: 4cqw;
  line-height: 1.2;
  letter-spacing: 0em;
}
#Item .block .itemPoint .pointList > li .list dt::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.1em;
  content: "";
}
#Item .block .itemPoint .pointList > li .list dt::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.1em;
  content: "";
}
#Item .block .itemPoint .pointList > li .list dt::before {
  content: "●";
  position: absolute;
  top: 0.3em;
  left: -1.2em;
  scale: 0.8;
}
#Item .block .itemPoint .pointList > li .list dd .text {
  font-size: 9px; /* legacy */
  font-size: 3.6cqw;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}
#Item .block .itemPoint .pointList > li .list dd .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.2222222222em;
  content: "";
}
#Item .block .itemPoint .pointList > li .list dd .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.2222222222em;
  content: "";
}
#Item .block .itemPoint .pointList > li .list dd .text {
  margin-top: 2.4cqw;
}
#Item .block .itemPoint .pointList > li .list dd .note {
  color: #4c4948;
  font-size: 6px; /* legacy */
  font-size: 2.4cqw;
  line-height: 1.5;
  letter-spacing: -0.03em;
}
#Item .block .itemPoint .pointList > li .list dd .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
#Item .block .itemPoint .pointList > li .list dd .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
#Item .block .itemPoint .pointList > li .list dd .note {
  margin-top: 3cqw;
}
#Item .block .itemPoint .pointList > li.point01 .textArea .text {
  font-size: 10px; /* legacy */
  font-size: 4cqw;
  line-height: 1.3;
  letter-spacing: 0em;
}
#Item .block .itemPoint .pointList > li.point01 .textArea .text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.15em;
  content: "";
}
#Item .block .itemPoint .pointList > li.point01 .textArea .text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.15em;
  content: "";
}
#Item .block .itemPoint .pointList > li.point01 .textArea .text {
  margin-top: 3cqw;
}
#Item .block .itemPoint .pointList > li.point01 .textArea .note {
  color: #4c4948;
  font-size: 6px; /* legacy */
  font-size: 2.4cqw;
  line-height: 1.5;
  letter-spacing: 0em;
}
#Item .block .itemPoint .pointList > li.point01 .textArea .note::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: -0.25em;
  content: "";
}
#Item .block .itemPoint .pointList > li.point01 .textArea .note::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: -0.25em;
  content: "";
}
#Item .block .itemPoint .pointList > li.point01 .textArea .note {
  margin-top: 2cqw;
}
#Item .block .itemPoint .pointList > li.point01 .texture {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-top: 3.4cqw;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Item .block .itemPoint .pointList > li.point01 .texture .image {
  margin-right: 4cqw;
}
#Item .block .itemPoint .pointList > li.point01 .texture .text {
  font-size: 9px; /* legacy */
  font-size: 3.6cqw;
  line-height: 1.4444444444;
  letter-spacing: 0em;
}
#Item .block .itemPoint .pointList > li.point01 .image, #Item .block .itemPoint .pointList > li.point01 .list {
  margin-top: 4cqw;
}
#Item .block .itemPoint .pointList > li.point02 {
  margin-top: 6cqw;
}
#Item .block .itemPoint .pointList > li.point02 .copy {
  margin-bottom: 6cqw;
}
#Item .block .itemPoint .pointList > li.point03 {
  margin-top: 6cqw;
}
#Item .block .itemPoint .pointList > li.point03 .image, #Item .block .itemPoint .pointList > li.point03 .list {
  margin-top: 4cqw;
}
#Item .block > .frame {
  border-bottom-left-radius: 19.6cqw;
  padding-top: 15.6cqw;
  padding-bottom: 14cqw;
}
#Item .block .itemHowto .title {
  text-align: center;
  margin-bottom: 6cqw;
}
#Item .block .itemHowto .title img {
  width: 49.6cqw;
}
#Item .block .itemHowto .numList {
  margin-left: 18cqw;
}
#Item .block .itemHowto .numList li + li {
  margin-top: 6.6cqw;
}
#Item .block .itemHowto .numList li {
  position: relative;
  font-size: 9px; /* legacy */
  font-size: 3.6cqw;
  line-height: 1.5555555556;
  letter-spacing: 0em;
}
#Item .block .itemHowto .numList li::before {
  content: "";
  display: block;
  width: 5cqw;
  height: 5.6cqw;
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 100%;
  position: absolute;
  top: -1cqw;
  left: -7cqw;
}
#Item .block .itemHowto .numList li:nth-child(1)::before {
  background-image: url(../img/products/list_num_01.svg);
}
#Item .block .itemHowto .numList li:nth-child(2)::before {
  background-image: url(../img/products/list_num_02.svg);
}
#Item .block .itemHowto .text {
  font-size: 9px; /* legacy */
  font-size: 3.6cqw;
  line-height: 1.5555555556;
  letter-spacing: 0em;
  text-align: center;
}
#Item .block .itemRecommend {
  display: -ms-grid;
  display: grid;
  margin-top: -9cqw;
}
#Item .block .itemRecommend .layer {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: 1/1;
}
#Item .block .link {
  position: relative;
  width: 72cqw;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10.6cqw;
}
#Item .block .link a {
  position: relative;
  display: block;
  border-radius: 999px;
  overflow: hidden;
}
#Item .block .link a::after {
  content: "";
  display: block;
  width: 300%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(34%, rgba(255, 255, 255, 0.4)), color-stop(66%, transparent), to(transparent));
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.4) 34% 0%, transparent 66%, transparent 100%);
  position: absolute;
  top: 0;
  left: 0;
  translate: -66% 0;
  -webkit-transition: translate 0.3s ease-out;
  transition: translate 0.3s ease-out;
}
#Item .block .link a:hover::after {
  translate: 0 0;
}
#Item .block .link::before {
  content: "";
  display: block;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  position: absolute;
  top: 0;
  left: 0;
  border: solid 1px #FFF;
  border-radius: 999px;
  z-index: 100;
  pointer-events: none;
}
#Item .block .aroma {
  margin-top: 8cqw;
}
#Item .block .aroma .copy {
  position: relative;
  font-size: 12.5px; /* legacy */
  font-size: 5cqw;
  line-height: 1;
  letter-spacing: -0.02em;
  text-align: center;
}
#Item .block .aroma .copy strong {
  color: #fff290;
  font-weight: inherit;
}
#Item .block .aroma .copy span {
  display: inline-block;
}
#Item .block .aroma .copy span::after {
  content: "";
  display: block;
  width: 77cqw;
  height: 0.6cqw;
  background: url(../img/products/oil_dotline.svg) no-repeat center top;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  bottom: -1.6cqw;
  translate: -50% 0;
}
#Item .block .aroma .name {
  margin-top: 5cqw;
  text-align: center;
}
#Item .block .aroma .name .text {
  margin-top: 2cqw;
  font-size: 8px; /* legacy */
  font-size: 3.2cqw;
  line-height: 1;
  letter-spacing: 0em;
}
#Item .block .aroma .name .text strong {
  font-size: 144%;
  font-weight: inherit;
}
#Item .block .aroma .chart {
  margin-top: 1.2cqw;
}
#Item .block.gel01 .itemInfo {
  min-height: 195cqw;
  padding-top: 17.6cqw;
  background-image: url(../img/products/gel_01_item_bg.jpg);
}
#Item .block.gel01 .itemInfo .itemName .image img {
  width: 21.9cqw;
}
#Item .block.gel01 .itemInfo .itemName .textArea .title img {
  width: 51.6cqw;
}
#Item .block.gel01 .itemPoint {
  min-height: 280cqw;
  background-image: url(../img/products/gel_01_point_bg.jpg);
}
#Item .block.gel01 .itemPoint .pointList .point01 .texture .image {
  width: 30.5cqw;
}
#Item .block.gel01 > .frame {
  background: #85b4e0;
}
#Item .block.gel02 {
  margin-top: 9.8cqw;
}
#Item .block.gel02 .itemInfo {
  min-height: 195cqw;
  padding-top: 17.6cqw;
  background-image: url(../img/products/gel_02_item_bg.jpg);
}
#Item .block.gel02 .itemInfo .itemName .image img {
  width: 21.9cqw;
}
#Item .block.gel02 .itemInfo .itemName .textArea .title img {
  width: 51.6cqw;
}
#Item .block.gel02 .itemPoint {
  min-height: 280cqw;
  background-image: url(../img/products/gel_02_point_bg.jpg);
}
#Item .block.gel02 .itemPoint .pointList .point01 .texture .image {
  width: 25.7cqw;
}
#Item .block.gel02 .itemPoint .pointList .point02 .list dd .note {
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#Item .block.gel02 > .frame {
  background: #6385c8;
}
#Item .block.oil01 {
  margin-top: 9.8cqw;
}
#Item .block.oil01 .itemInfo {
  min-height: 259.8cqw;
  padding-top: 11cqw;
  background-image: url(../img/products/oil01_item_bg.jpg);
}
#Item .block.oil01 .itemInfo .itemName .image img {
  width: 27.6cqw;
}
#Item .block.oil01 .itemInfo .itemName .textArea .title img {
  width: 50cqw;
}
#Item .block.oil01 .aroma .name .image img {
  width: 48cqw;
}
#Item .block.oil01 .itemPoint {
  min-height: 276.4cqw;
  background-image: url(../img/products/oil01_point_bg.jpg);
}
#Item .block.oil01 .itemPoint .pointList .point03 .list {
  margin-top: 6cqw;
}
#Item .block.oil01 .itemPoint .pointList .point03 .list dd {
  margin-left: -1.2em;
}
#Item .block.oil01 .itemPoint .pointList .point03 .list dd img {
  width: 44.4cqw;
}
#Item .block.oil01 > .frame {
  background: #e59fc4;
}
#Item .block.oil02 {
  margin-top: 9.8cqw;
}
#Item .block.oil02 .itemInfo {
  min-height: 259.8cqw;
  padding-top: 11cqw;
  background-image: url(../img/products/oil02_item_bg.jpg);
}
#Item .block.oil02 .itemInfo .itemName .image img {
  width: 27.6cqw;
}
#Item .block.oil02 .itemInfo .itemName .textArea .title img {
  width: 50cqw;
}
#Item .block.oil02 .aroma .name .image img {
  width: 35.2cqw;
}
#Item .block.oil02 .itemPoint {
  min-height: 276.4cqw;
  background-image: url(../img/products/oil02_point_bg.jpg);
}
#Item .block.oil02 .itemPoint .pointList .point03 .list {
  margin-top: 6cqw;
}
#Item .block.oil02 .itemPoint .pointList .point03 .list dd {
  margin-left: -1.2em;
}
#Item .block.oil02 .itemPoint .pointList .point03 .list dd img {
  width: 44.4cqw;
}
#Item .block.oil02 > .frame {
  background: #bd97c4;
}

/* FAQ -------------------------------------------> */
#Main.faq {
  background: #f9e2e3 url(../img/faq/faq_bg.jpg) no-repeat left top;
  background-size: 100% auto;
}
#Main.faq .lpContents {
  padding-top: 16.3cqw;
  padding-bottom: 10cqw;
}

#FAQ button {
  display: block;
  width: 100%;
  cursor: pointer;
  border: none;
  background: inherit;
  font-weight: inherit;
}
#FAQ .block {
  margin-top: 6cqw;
}
#FAQ .block + .block {
  margin-top: 6cqw;
}
#FAQ .block {
  width: 88cqw;
  margin-left: auto;
  margin-right: auto;
}
#FAQ .block.open .category > button {
  background: #d6e6f5;
}
#FAQ .block.open .category::after {
  background-image: url(../img/faq/icon_close.svg);
  rotate: 180deg;
}
#FAQ .block .category {
  position: relative;
  border: solid 1px #FFF;
}
#FAQ .block .category > button {
  width: 100%;
  padding: 2.4cqw;
  font-size: 10px; /* legacy */
  font-size: 4cqw;
  line-height: 1.1;
  letter-spacing: -0.03em;
  text-align: center;
  padding-left: 0 12cqw;
  background: #FFF;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
#FAQ .block .category > button:hover {
  background: #d6e6f5;
}
#FAQ .block .category::after {
  content: "";
  display: block;
  width: 2.8cqw;
  height: 2.8cqw;
  background-image: url(../img/faq/icon_open.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 7cqw;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  -webkit-transition: rotate 0.3s ease-out;
  transition: rotate 0.3s ease-out;
}
#FAQ .block .contents {
  text-align: left;
}
#FAQ .block .contents .frame {
  background: #FFF;
  padding: 4.4cqw 3.6cqw;
}
#FAQ .block .contents .accordion {
  border-top: solid 1px #4c4948;
  padding-top: 4.4cqw;
  margin-top: 4.4cqw;
}
#FAQ .block .contents .accordion:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}
#FAQ .block .contents .accordion.open dt::after {
  background-image: url(../img/faq/icon_close.svg);
  rotate: 180deg;
}
#FAQ .block .contents .accordion dt, #FAQ .block .contents .accordion dd {
  position: relative;
  font-size: 9px; /* legacy */
  font-size: 3.6cqw;
  line-height: 1.3333333333;
  letter-spacing: -0.03em;
}
#FAQ .block .contents .accordion dt::before, #FAQ .block .contents .accordion dd::before {
  content: "";
  display: block;
  width: 3.2cqw;
  height: 3.4cqw;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 1cqw;
}
#FAQ .block .contents .accordion dt button {
  text-align: left;
  padding-left: 6cqw;
  padding-right: 6cqw;
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
}
#FAQ .block .contents .accordion dt button:hover {
  color: #346eb1;
}
#FAQ .block .contents .accordion dt::before {
  background-image: url(../img/faq/faq_q.svg);
}
#FAQ .block .contents .accordion dt::after {
  content: "";
  display: block;
  width: 2.8cqw;
  height: 2.8cqw;
  background-image: url(../img/faq/icon_open.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  pointer-events: none;
  -webkit-transition: rotate 0.3s ease-out;
  transition: rotate 0.3s ease-out;
}
@media screen and (min-width: 768px) {
  #FAQ .block .contents .accordion dd {
    font-size: 17px;
    line-height: 1.4117647059;
    letter-spacing: -0.03em;
  }
}
#FAQ .block .contents .accordion dd {
  padding-left: 6cqw;
}
#FAQ .block .contents .accordion dd::before {
  background-image: url(../img/faq/faq_a.svg);
}
#FAQ .block .contents .accordion dd {
  margin-top: 4cqw;
}
#FAQ .block .contents .accordion dd p + p {
  margin-top: 1em;
}
#FAQ .block .contents .accordion dd a {
  display: inline;
  color: #346eb1;
}
#FAQ .block .contents .accordion dd a:hover {
  color: #ca3f65;
}