/* =================================================================
		#Navigation
================================================================= */
.product-nav {
  padding: 0 30px;
  margin-top: -64px;
}

.product-nav-list {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 20px;
}
.product-nav-list li {
  width: calc((100% - 40px) / 3);
}
.product-nav-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  text-align: center;
  min-width: 11.5em;
  height: 100%;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 16px 24px 26px;
  border-radius: 100px;
  border: 1px solid #fff;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 1300px) {
  .product-nav-list li a {
    font-size: 1.5rem;
  }
}
.product-nav-list li a:after {
  content: "";
  display: block;
  background: url(../img/ico_arrow_s.svg) left top/100% auto no-repeat;
  filter: invert(97%) sepia(3%) saturate(46%) hue-rotate(226deg) brightness(118%) contrast(100%);
  width: 8px;
  height: 14px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%) rotate(90deg);
}
@media (hover: hover) {
  .product-nav-list li a {
    transition: 0.2s;
  }
  .product-nav-list li a:hover {
    color: #222;
    background-color: #fff;
  }
  .product-nav-list li a:hover:after {
    filter: none;
  }
}

@media screen and (max-width: 47.9375em) {
  .product-nav {
    width: 100%;
    padding: 0 6%;
    margin: -32px 0 40px;
  }
  .product-nav-list {
    width: 94%;
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .product-nav-list li {
    width: 100%;
  }
  .product-nav-list li a {
    min-width: auto;
    font-size: 1.6rem;
    padding: 12px 30px 12px 20px;
  }
  .product-nav-list li a:after {
    width: 8px;
    height: 14px;
    left: auto;
    right: 16px;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
}
/* =================================================================
		#ribank99f
================================================================= */
.ribank99f-wrap {
  padding: 0 30px;
}

.ribank99f-hero {
  background: url(../img/product/ribank99f/bg.jpg) right top/auto 100% no-repeat;
  position: relative;
  margin: 0 -30px 10vh;
  padding: 120px 0 0;
}
.ribank99f-hero .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.ribank99f-hero .ttl {
  width: 48%;
  max-width: 660px;
  margin-bottom: 56px;
  position: relative;
}
.ribank99f-hero .ttl-en {
  margin-left: -8px;
}
.ribank99f-hero .ttl-en img {
  width: 100%;
}
.ribank99f-hero .ttl-jp {
  font-size: 2.4rem;
  line-height: 1.6;
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.6);
}
.ribank99f-hero .pct {
  width: 58%;
  max-width: 1047px;
  position: absolute;
  right: -80px;
  top: 120px;
  z-index: 0;
  opacity: 0;
  transition: 0.8s 0.4s;
}
.ribank99f-hero .pct.isshow {
  right: 0;
  opacity: 1;
}
.ribank99f-hero .carch,
.ribank99f-hero .lead {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.ribank99f-hero .carch.isshow,
.ribank99f-hero .lead.isshow {
  opacity: 1;
  transform: translateX(0);
}
.ribank99f-hero .carch {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 32px;
}
.ribank99f-hero .lead {
  max-width: 760px;
  width: 45%;
  font-size: 1.6rem;
  line-height: 2;
  margin-right: auto;
}

@media screen and (max-width: 47.9375em) {
  .ribank99f-wrap {
    padding: 0;
  }
  .ribank99f-hero {
    background: url(../img/product/ribank99f/bg.jpg) right top/auto 85% no-repeat;
    margin: 0 0 64px;
    padding-top: 48px;
  }
  .ribank99f-hero .inner {
    padding: 0 6%;
  }
  .ribank99f-hero .ttl {
    width: 90%;
    margin-bottom: 16px;
  }
  .ribank99f-hero .ttl-en {
    margin-left: 0;
  }
  .ribank99f-hero .ttl-jp {
    font-size: 1.6rem;
    left: 38%;
  }
  .ribank99f-hero .pct {
    width: 106%;
    position: static;
    margin: 0 0 16px auto;
  }
  .ribank99f-hero .carch {
    font-size: 2.6rem;
    margin-top: -8px;
    margin-bottom: 24px;
  }
  .ribank99f-hero .lead {
    width: 100%;
    font-size: 1.5rem;
  }
}
/* =================================================================
		#SURFACECONTROLLER 80
================================================================= */
.sc80-wrap {
  padding: 0 30px;
}

.sc80-hero {
  background: url(../img/product/sc118f/bg.jpg) right top/auto 100% no-repeat;
  position: relative;
  margin: 0 -30px 10vh;
  padding: 120px 0 0;
}
.sc80-hero .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sc80-hero .ttl {
  width: 55%;
  max-width: 670px;
  margin-bottom: 56px;
  position: relative;
  z-index: 2;
}
.sc80-hero .ttl-en {
  margin-left: -10px;
  margin-bottom: 16px;
}
.sc80-hero .ttl-en img {
  width: 100%;
}
.sc80-hero .ttl-jp {
  font-size: 2.4rem;
  line-height: 1.6;
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.6);
}
.sc80-hero .pct {
  width: 72%;
  max-width: 1047px;
  position: absolute;
  right: -280px;
  top: -100px;
  z-index: 0;
  opacity: 0;
  transition: 0.8s 0.4s;
}
.sc80-hero .pct.isshow {
  right: -230px;
  opacity: 1;
}
.sc80-hero .carch,
.sc80-hero .lead {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.sc80-hero .carch.isshow,
.sc80-hero .lead.isshow {
  opacity: 1;
  transform: translateX(0);
}
.sc80-hero .carch {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 32px;
}
.sc80-hero .lead {
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 2;
  margin-right: auto;
}
.sc80-hero .lead .note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}

@media screen and (max-width: 47.9375em) {
  .sc80-wrap {
    padding: 0;
  }
  .sc80-hero {
    background: url(../img/product/sc118f/bg.jpg) right top/auto 85% no-repeat;
    margin: -24px 0 64px;
    padding-top: 48px;
  }
  .sc80-hero .inner {
    padding: 0 6%;
  }
  .sc80-hero .ttl {
    width: 100%;
    margin-bottom: 0;
  }
  .sc80-hero .ttl-en {
    margin-left: 0;
  }
  .sc80-hero .ttl-jp {
    font-size: 1.5rem;
    left: 38%;
    transform: translateY(-30%);
  }
  .sc80-hero .pct {
    width: 120%;
    position: static;
    margin: -40px 0 8px -8%;
  }
  .sc80-hero .carch {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .sc80-hero .lead {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sc80-wrap .sc118f-func-blc:nth-child(-n+2) {
    margin-bottom: 64px;
  }
}
.sc80-color-limited-pct {
  width: 40%;
  position: absolute;
  left: 30px;
  top: 56px;
  z-index: 0;
  transform: translateY(60px);
  transition: 0.8s;
}
.sc80-color-limited-pct.isshow {
  opacity: 1;
  transform: translateY(0);
}
.sc80-color-limited-pct img {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .sc80-color-limited-pct {
    width: 80%;
    position: static;
    margin: -20% auto -40px;
  }
}
/* =================================================================
		#SURFACECONTROLLER 80
================================================================= */
.seiran130f-wrap {
  padding: 0 30px;
}

.seiran130f-hero {
  background: url(../img/product/sc118f/bg.jpg) right top/auto 100% no-repeat;
  position: relative;
  margin: 0 -30px 10vh;
  padding: 120px 0 0;
}
.seiran130f-hero .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.seiran130f-hero .ttl {
  width: 44%;
  max-width: 600px;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.seiran130f-hero .ttl-en {
  margin-left: -10px;
  margin-bottom: 16px;
}
.seiran130f-hero .ttl-en img {
  width: 100%;
}
.seiran130f-hero .ttl-jp {
  font-size: 2.4rem;
  line-height: 1.6;
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.6);
}
.seiran130f-hero .pct {
  width: 62%;
  max-width: 1047px;
  position: absolute;
  right: -230px;
  top: -80px;
  z-index: 0;
  opacity: 0;
  transition: 0.8s 0.4s;
}
.seiran130f-hero .pct.isshow {
  right: -180px;
  opacity: 1;
}
.seiran130f-hero .carch,
.seiran130f-hero .lead {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.seiran130f-hero .carch.isshow,
.seiran130f-hero .lead.isshow {
  opacity: 1;
  transform: translateX(0);
}
.seiran130f-hero .carch {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 32px;
}
.seiran130f-hero .lead {
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 2;
  margin-right: auto;
}
.seiran130f-hero .lead .note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}

@media screen and (max-width: 47.9375em) {
  .seiran130f-wrap {
    padding: 0;
  }
  .seiran130f-hero {
    background: url(../img/product/sc118f/bg.jpg) right top/auto 85% no-repeat;
    margin: -24px 0 64px;
    padding-top: 48px;
  }
  .seiran130f-hero .inner {
    padding: 0 6%;
  }
  .seiran130f-hero .ttl {
    width: 100%;
    margin-bottom: 0;
  }
  .seiran130f-hero .ttl-en {
    margin-left: 0;
  }
  .seiran130f-hero .ttl-jp {
    font-size: 1.5rem;
    left: 38%;
    transform: translateY(-30%);
  }
  .seiran130f-hero .pct {
    width: 100%;
    position: static;
    margin: -24px 0 8px -2%;
  }
  .seiran130f-hero .carch {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .seiran130f-hero .lead {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .seiran130f-wrap .sc118f-func-blc:nth-child(-n+2) {
    margin-bottom: 64px;
  }
}
.seiran130f-color-standard-pct {
  width: 48%;
  position: absolute;
  right: -30px;
  top: 200px;
  z-index: 0;
  transform: translateY(60px);
  transition: 0.8s;
}
.seiran130f-color-standard-pct.isshow {
  opacity: 1;
  transform: translateY(0);
}
.seiran130f-color-standard-pct img {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .seiran130f-color-standard-pct {
    width: 90%;
    position: static;
    margin: -3% auto -24px;
  }
}
.seiran130f-color-limited-pct {
  width: 55%;
  position: absolute;
  left: 0;
  top: 150px;
  z-index: 0;
  transform: translateY(60px);
  transition: 0.8s;
}
.seiran130f-color-limited-pct.isshow {
  opacity: 1;
  transform: translateY(0);
}
.seiran130f-color-limited-pct img {
  width: 100%;
}

@media screen and (max-width: 47.9375em) {
  .seiran130f-color-limited-pct {
    width: 90%;
    position: static;
    margin: -8% auto -24px;
  }
}
/* =================================================================
		#SURFACECONTROLLER 118F
================================================================= */
.sc118f-wrap {
  padding: 0 30px;
}

.sc118f-hero {
  background: url(../img/product/sc118f/bg.jpg) right top/auto 100% no-repeat;
  position: relative;
  margin: -70px -30px 10vh;
  padding: 120px 0 0;
}
.sc118f-hero .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sc118f-hero .ttl {
  width: 48%;
  max-width: 660px;
  margin-bottom: 56px;
  position: relative;
}
.sc118f-hero .ttl-en {
  margin-left: -15px;
}
.sc118f-hero .ttl-en img {
  width: 100%;
}
.sc118f-hero .ttl-jp {
  font-size: 2.4rem;
  line-height: 1.6;
  position: absolute;
  left: 37%;
  bottom: 0;
  transform: translateY(-30%);
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.6);
}
.sc118f-hero .pct {
  width: 53%;
  max-width: 1047px;
  position: absolute;
  right: -50px;
  top: 150px;
  z-index: 0;
  opacity: 0;
  transition: 0.8s 0.4s;
}
.sc118f-hero .pct.isshow {
  right: 0;
  opacity: 1;
}
.sc118f-hero .carch,
.sc118f-hero .lead {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.sc118f-hero .carch.isshow,
.sc118f-hero .lead.isshow {
  opacity: 1;
  transform: translateX(0);
}
.sc118f-hero .carch {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 32px;
}
.sc118f-hero .lead {
  max-width: 760px;
  font-size: 1.6rem;
  line-height: 2;
  margin-right: auto;
}
.sc118f-hero .lead .note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}

@media screen and (max-width: 47.9375em) {
  .sc118f-wrap {
    padding: 0;
  }
  .sc118f-hero {
    background: url(../img/product/sc118f/bg.jpg) right top/auto 85% no-repeat;
    margin: -48px 0 64px;
    padding-top: 48px;
  }
  .sc118f-hero .inner {
    padding: 0 6%;
  }
  .sc118f-hero .ttl {
    width: 90%;
    margin-bottom: 0;
  }
  .sc118f-hero .ttl-en {
    margin-left: 0;
  }
  .sc118f-hero .ttl-jp {
    font-size: 1.5rem;
    left: 38%;
    transform: translateY(-30%);
  }
  .sc118f-hero .pct {
    width: 106%;
    position: static;
    margin: -20px 0 16px auto;
  }
  .sc118f-hero .carch {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .sc118f-hero .lead {
    font-size: 1.5rem;
  }
}
.sc118f-sec {
  max-width: 1200px;
  margin: 0 auto 18vh;
}

.sc118f-heading {
  text-align: center;
  margin-bottom: 40px;
}
.sc118f-heading .ttl-en {
  font-family: "Poppins", sans-serif;
  font-size: 6rem;
  line-height: 1;
  letter-spacing: 0.06em;
  margin-bottom: 0.25em;
}
.sc118f-heading .ttl-jp {
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 47.9375em) {
  .sc118f-sec {
    padding: 0 6%;
    margin-bottom: 64px;
  }
  .sc118f-heading {
    margin-bottom: 32px;
  }
  .sc118f-heading .ttl-en {
    font-size: 4.5rem;
  }
  .sc118f-heading .ttl-jp {
    font-size: 1.6rem;
  }
}
.sc118f-func {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.sc118f-func-blc {
  width: 46%;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.6s 0.2s;
}
.sc118f-func-blc.isshow {
  opacity: 1;
  transform: translateY(0);
}
.sc118f-func-blc .pct {
  margin-bottom: 24px;
  position: relative;
}
.sc118f-func-blc .pct:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #193b71;
  border-radius: 30%;
  filter: blur(30px);
  aspect-ratio: 1/0.7;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.sc118f-func-blc .pct img,
.sc118f-func-blc .pct iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: auto;
}
.sc118f-func-blc .pct iframe {
  aspect-ratio: 1.78/1;
}
.sc118f-func-blc.video {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .sc118f-func-blc.video {
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .sc118f-func-blc.video {
    width: 100%;
  }
}
.sc118f-func-blc.video iframe {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  aspect-ratio: 3/1.7;
}
.sc118f-func-blc .txt {
  position: relative;
  z-index: 1;
}
.sc118f-func-blc .ttl {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
}
.sc118f-func-blc p + .ttl {
  margin-top: 1em;
}
.sc118f-func-blc p {
  font-size: 1.6rem;
}

@media screen and (max-width: 47.9375em) {
  .sc118f-func {
    display: block;
  }
  .sc118f-func-blc {
    width: 80%;
    margin: 0 auto 40px;
  }
  .sc118f-func-blc .pct {
    margin-bottom: 16px;
  }
  .sc118f-func-blc .ttl {
    font-size: 1.8rem;
  }
  .sc118f-func-blc p {
    font-size: 1.5rem;
  }
}
.sc118f-color {
  position: relative;
  margin-bottom: 12vh;
}

.sc118f-color-head {
  transform: rotate(-3deg) translateX(-0.3em);
  font-style: italic;
  position: relative;
  z-index: 1;
}
.sc118f-color-head .ttl-en {
  font-size: 8.2rem;
  font-family: "Poppins", sans-serif;
  line-height: 1.33333;
  margin-right: 0.5em;
  background: linear-gradient(180deg, #121212 0%, #0e4276 78%, #afebea 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sc118f-color-head .ttl-jp {
  font-size: 2.8rem;
  line-height: 1.33333;
  letter-spacing: 0.1em;
  text-shadow: 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.sc118f-color-pct {
  width: 48%;
  position: absolute;
  left: 0;
  top: 120px;
  z-index: 0;
  transform: translateY(60px);
  transition: 0.8s;
}
.sc118f-color-pct.isshow {
  opacity: 1;
  transform: translateY(0);
}
.sc118f-color-pct img {
  width: 100%;
}

.sc118f-color-list {
  width: 55%;
  display: flex;
  flex-wrap: wrap;
  margin-top: -72px;
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.6s 0.6s;
}
.sc118f-color-list.isshow {
  opacity: 1;
  transform: translateY(0);
}
.sc118f-color-list li {
  position: relative;
}
@media screen and (min-width: 48em) {
  .sc118f-color-list li {
    width: 30%;
    margin-right: 5%;
    margin-bottom: 40px;
  }
  .sc118f-color-list li:nth-child(3n) {
    margin-right: 0;
  }
}
.sc118f-color-list li .pct {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.sc118f-color-list li .pct:before {
  content: "";
  display: block;
  aspect-ratio: 1;
}
.sc118f-color-list li .pct img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.7s;
}
.sc118f-color-list li a:hover .pct img {
  transform: scale(1.1);
  transition: transform 0.2s;
}
.sc118f-color-list li p {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
}

.color-limited2024 .sc118f-color-list,
.color-limited .sc118f-color-list {
  margin-left: auto;
}

.color-limited2023 .sc118f-color-head,
.color-standard .sc118f-color-head {
  margin-left: auto;
  text-align: right;
}
.color-limited2023 .sc118f-color-pct,
.color-standard .sc118f-color-pct {
  left: auto;
  right: 0;
}

.ico-new {
  position: absolute;
  right: -20px;
  top: -25px;
  width: 80px;
  z-index: 2;
}
.ico-new img {
  width: 100%;
}

.ico-badge {
  position: absolute;
  right: -25px;
  top: -28px;
  width: 98px;
  aspect-ratio: 1;
  background: url(../img/ico_badge.png) left top/cover no-repeat;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px !important;
}
.ico-badge p {
  font-size: 14px !important;
  color: #111 !important;
  letter-spacing: 0;
  line-height: 1.3;
  text-align: center;
  font-weight: bold;
  transform: rotate(15deg);
}
.ico-badge p em {
  font-size: 1.15em;
}
.ico-badge p sup {
  font-size: 0.9em;
  margin-right: -1em;
}
.ico-badge.fimo {
  filter: hue-rotate(40deg) saturate(80%);
}

@media screen and (max-width: 47.9375em) {
  .sc118f-color {
    margin-bottom: 64px;
  }
  .sc118f-color-head .ttl-en {
    font-size: 4.7rem;
    line-height: 1.1;
    background: linear-gradient(180deg, #121212 0%, #0e4276 12%, #afebea 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 0.2em;
  }
  .sc118f-color-head .ttl-jp {
    font-size: 1.8rem;
  }
  .sc118f-color-pct {
    width: 100%;
    position: static;
    margin-bottom: 24px;
  }
  .sc118f-color-list {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
  }
  .sc118f-color-list li {
    width: 46%;
    margin-bottom: 32px;
  }
  .sc118f-color-list li .pct {
    margin-bottom: 10px;
  }
  .color-limited2024 .sc118f-color-list,
  .color-limited .sc118f-color-list {
    margin-left: auto;
  }
  .color-limited2023 .sc118f-color-head,
  .color-standard .sc118f-color-head {
    width: 100%;
    text-align: left;
  }
  .ico-badge {
    font-size: 13px !important;
    right: -20px;
    top: -25px;
    width: 6.3em;
  }
  .ico-badge p {
    font-size: 13px !important;
  }
}
.sc118f-spec {
  max-width: 1000px;
  margin: 0 auto;
}
.sc118f-spec p {
  font-size: 1.6rem;
  text-align: right;
}

.sc118f-spec-tbl {
  width: 100%;
  font-size: 1.6rem;
  line-height: 1.6;
  display: table;
}
.sc118f-spec-tbl dl {
  display: table-cell;
}
.sc118f-spec-tbl dl dt,
.sc118f-spec-tbl dl dd {
  text-align: center;
  vertical-align: middle;
}
.sc118f-spec-tbl dl dt {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  border-bottom: 1px solid #9a9a9a;
  padding: 0 0.4em 0.9em;
}
.sc118f-spec-tbl dl dd {
  padding: 0.9em 0.4em;
}
.sc118f-spec-tbl .note {
  font-size: 0.85em;
}

@media screen and (max-width: 47.9375em) {
  .sc118f-spec p {
    font-size: 1.4rem;
  }
  .sc118f-spec-tbl {
    font-size: 1.5rem;
  }
  .sc118f-spec-tbl dl {
    display: block;
    margin-bottom: 0.8em;
  }
  .sc118f-spec-tbl dl dt,
  .sc118f-spec-tbl dl dd {
    display: block;
    width: 100%;
  }
  .sc118f-spec-tbl dl dt {
    border-bottom: none;
    padding: 0 0 0.4em;
  }
  .sc118f-spec-tbl dl dd {
    padding: 0 0 0.8em;
    border-bottom: 1px solid #9a9a9a;
  }
}
.new-2023limited {
  position: absolute;
  right: 2.5vw;
  bottom: 20px;
  width: 190px;
  z-index: 1;
  transition: transform 0.3s;
  animation: fuwafuwa_1 2s ease 0s infinite;
}
.new-2023limited .new-2023limited-svg {
  display: block;
  width: 100%;
  height: auto;
}
.new-2023limited:hover {
  transform: scale(1.07);
}
.new-2023limited img {
  width: 100%;
}
@media screen and (max-width: 47.9375em) {
  .new-2023limited {
    right: 15px;
    width: 114px;
    margin-bottom: -20px;
  }
}

.new-2023limited-txt {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 51%;
  transform: translate(-50%, -50%);
  font-size: 2.5rem;
  letter-spacing: 0;
  font-weight: bold;
  color: #111111;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 47.9375em) {
  .new-2023limited-txt {
    font-size: 1.56rem;
  }
}

@keyframes fuwafuwa_1 {
  0% {
    bottom: 20px;
  }
  50% {
    bottom: 32px;
  }
  100% {
    bottom: 20px;
  }
}
/* =================================================================
		#JUGGLUS65
================================================================= */
.jugglus65-wrap {
  padding: 0 30px;
}

.jugglus65-hero {
  background: url(../img/product/sc118f/bg.jpg) right top/auto 100% no-repeat;
  position: relative;
  margin: 0 -30px 10vh;
  padding: 120px 0 0;
}
.jugglus65-hero .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.jugglus65-hero .ttl {
  width: 49%;
  max-width: 600px;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.jugglus65-hero .ttl-en {
  margin-left: -10px;
  margin-bottom: 16px;
}
.jugglus65-hero .ttl-en img {
  width: 100%;
}
.jugglus65-hero .ttl-jp {
  font-size: 2.4rem;
  line-height: 1.6;
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.6);
}
.jugglus65-hero .pct {
  width: 72%;
  max-width: 1000px;
  position: absolute;
  right: -360px;
  top: -80px;
  z-index: 0;
  opacity: 0;
  transition: 0.8s 0.4s;
}
.jugglus65-hero .pct.isshow {
  right: -300px;
  opacity: 1;
}
.jugglus65-hero .carch,
.jugglus65-hero .lead {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.jugglus65-hero .carch.isshow,
.jugglus65-hero .lead.isshow {
  opacity: 1;
  transform: translateX(0);
}
.jugglus65-hero .carch {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 32px;
}
.jugglus65-hero .lead {
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 2;
  margin-right: auto;
}

@media screen and (max-width: 47.9375em) {
  .jugglus65-wrap {
    padding: 0;
  }
  .jugglus65-hero {
    background: url(../img/product/sc118f/bg.jpg) right top/auto 85% no-repeat;
    margin: -24px 0 64px;
    padding-top: 48px;
  }
  .jugglus65-hero .inner {
    padding: 0 6%;
  }
  .jugglus65-hero .ttl {
    width: 100%;
    margin-bottom: 0;
  }
  .jugglus65-hero .ttl-en {
    margin-left: 0;
  }
  .jugglus65-hero .ttl-jp {
    font-size: 1.5rem;
    left: 38%;
    transform: translateY(-30%);
  }
  .jugglus65-hero .pct {
    width: 104%;
    position: static;
    margin: -10px -2% 0 -2%;
  }
  .jugglus65-hero .carch {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .jugglus65-hero .lead {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .jugglus65-wrap .sc118f-func-blc:nth-child(-n+2) {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .jugglus65-wrap .sc118f-func-blc {
    width: 100%;
  }
}
.jugglus65-color-standard-pct {
  width: 62%;
  right: -126px;
  top: 280px;
}
.jugglus65-color-standard-pct img {
  transform: rotate(35deg);
}

@media screen and (max-width: 768px) {
  .jugglus65-color-standard-pct {
    width: 100%;
    margin: 28px auto -64px;
  }
  .jugglus65-color-standard-pct img {
    transform: rotate(20deg);
  }
}
/* =================================================================
		#LARUTAN72S
================================================================= */
.larutan72s-wrap {
  padding: 0 30px;
}

.larutan72s-hero {
  background: url(../img/product/sc118f/bg.jpg) right top/auto 100% no-repeat;
  position: relative;
  margin: 0 -30px 10vh;
  padding: 120px 0 0;
}
.larutan72s-hero .inner {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.larutan72s-hero .ttl {
  width: 44%;
  max-width: 600px;
  margin-bottom: 48px;
  position: relative;
  z-index: 2;
}
.larutan72s-hero .ttl-en {
  margin-left: -10px;
  margin-bottom: 16px;
}
.larutan72s-hero .ttl-en img {
  width: 100%;
}
.larutan72s-hero .ttl-jp {
  font-size: 2.4rem;
  line-height: 1.6;
  text-shadow: 6px 0 8px rgba(0, 0, 0, 0.6);
}
.larutan72s-hero .pct {
  width: 62%;
  max-width: 1047px;
  position: absolute;
  right: -230px;
  top: -80px;
  z-index: 0;
  opacity: 0;
  transition: 0.8s 0.4s;
}
.larutan72s-hero .pct.isshow {
  right: -180px;
  opacity: 1;
}
.larutan72s-hero .carch,
.larutan72s-hero .lead {
  opacity: 0;
  transform: translateX(-30px);
  transition: transform 0.6s 0.2s, opacity 0.6s 0.2s;
}
.larutan72s-hero .carch.isshow,
.larutan72s-hero .lead.isshow {
  opacity: 1;
  transform: translateX(0);
}
.larutan72s-hero .carch {
  font-size: 4rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 32px;
}
.larutan72s-hero .lead {
  max-width: 720px;
  font-size: 1.6rem;
  line-height: 2;
  margin-right: auto;
}
.larutan72s-hero .lead .note {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 0.5em;
}

@media screen and (max-width: 47.9375em) {
  .larutan72s-wrap {
    padding: 0;
  }
  .larutan72s-hero {
    background: url(../img/product/sc118f/bg.jpg) right top/auto 85% no-repeat;
    margin: -24px 0 64px;
    padding-top: 48px;
  }
  .larutan72s-hero .inner {
    padding: 0 6%;
  }
  .larutan72s-hero .ttl {
    width: 100%;
    margin-bottom: 0;
  }
  .larutan72s-hero .ttl-en {
    margin-left: 0;
  }
  .larutan72s-hero .ttl-jp {
    font-size: 1.5rem;
    left: 38%;
    transform: translateY(-30%);
  }
  .larutan72s-hero .pct {
    width: 100%;
    position: static;
    margin: -24px 0 8px -2%;
  }
  .larutan72s-hero .carch {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .larutan72s-hero .lead {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 769px) {
  .larutan72s-wrap .sc118f-func-blc:nth-child(-n+2) {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 768px) {
  .larutan72s-wrap .sc118f-func-blc {
    width: 100%;
  }
}/*# sourceMappingURL=product.css.map */