@charset "utf-8";

/*----- common -----*/
html {
  font-size: 62.5%;
}
body {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  font-size: 2.7rem;
  line-height: 1.5;
  background: #ebeff3;
}
.mincho {
  font-family: "ryo-display-plusn", serif;
  font-weight: 500;
  font-style: normal;
}
.din {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.db,
.pc {
  display: block;
}
.dn,
.sp {
  display: none;
}
.dib {
  display: inline-block;
}
.tal {
  text-align: left;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.z1 {
  z-index: 1;
}
.abc {
  position: absolute;
  left: 0;
  right: 0;
}
.flare {
  position: absolute;
  mix-blend-mode: screen;
}

/*---------- upper -----------*/
#container {
  max-width: 75rem;
  margin: 0 auto;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0 0 15px #1c446c30;
}
.box {
  position: relative;
  padding-left: 3rem;
  padding-right: 3rem;
}
.m_box {
  position: relative;
  padding-left: 6rem;
  padding-right: 6rem;
}
.s_box {
  position: relative;
  padding-left: 9rem;
  padding-right: 9rem;
}

/*----- column -----*/
.flex {
  display: flex;
}
.sec,
.sec_rev {
  display: flex;
  flex-wrap: wrap;
}
.aic {
  align-items: center;
}
.aie {
  align-items: flex-end;
}
.jcc {
  justify-content: center;
}
.jcs {
  justify-content: space-between;
}
.w570 {
  width: 57rem;
}
.w630 {
  width: 63rem;
}
.wfit {
  width: fit-content;
}

/*---------- margin,padding -----------*/
.mb5 {
  margin-bottom: 0.5rem;
}
.mb10 {
  margin-bottom: 1rem;
}
.mb15 {
  margin-bottom: 1.5rem;
}
.mb20 {
  margin-bottom: 2rem;
}
.mb30 {
  margin-bottom: 3rem;
}
.mb35 {
  margin-bottom: 3.5rem;
}
.mb45 {
  margin-bottom: 4.5rem;
}
.mb60 {
  margin-bottom: 6rem;
}
.mb75 {
  margin-bottom: 7.5rem;
}
.mb90 {
  margin-bottom: 9rem;
}
.mb120 {
  margin-bottom: 12rem;
}
.mb150 {
  margin-bottom: 15rem;
}

.mla {
  margin-left: auto;
}
.mtm25 {
  margin-top: -2.5rem;
}
.mt15 {
  margin-top: 1.5rem;
}
.mt40 {
  margin-top: 4rem;
}

.pb15 {
  padding-bottom: 1.5rem;
}
.pb30 {
  padding-bottom: 3rem;
}
.pb45 {
  padding-bottom: 4.5rem;
}
.pb60 {
  padding-bottom: 6rem;
}
.pb90 {
  padding-bottom: 9rem;
}

.pt20 {
  padding-top: 2rem;
}
.pt30 {
  padding-top: 3rem;
}
.pt45 {
  padding-top: 4.5rem;
}
.pt60 {
  padding-top: 6rem;
}
.pt75 {
  padding-top: 7.5rem;
}
.pt90 {
  padding-top: 9rem;
}
.pt120 {
  padding-top: 12rem;
}
.pl10 {
  padding-left: 1rem;
}
.p20 {
  padding: 2rem;
}
.p30 {
  padding: 3rem;
}

/*----- img -----*/
.c_img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.r_img {
  display: block;
  margin: 0 0 0 auto;
}
.h_img {
  transition: 0.3s;
}
.h_img:hover {
  opacity: 0.8;
}

/*----- text -----*/
.ttl_linetb_w {
  line-height: 1.2;
}
.ttl_linetb_w::before,
.ttl_linetb_w::after {
  content: "";
  display: block;
  width: 100%;
}
.ttl_linetb_w::before {
  background: url(../img/common/ttl_linet_w.webp) no-repeat center top;
  background-size: cover;
  height: 0.1rem;
  margin-bottom: 1.5rem;
}
.ttl_linetb_w::after {
  background: url(../img/common/ttl_lineb_w.webp) no-repeat center top;
  background-size: cover;
  height: 2.8rem;
  margin-top: 1.5rem;
}
.ttl_lineb_w,
.ttl_lineb_r {
  line-height: 1.2;
}
.ttl_lineb_w::after,
.ttl_lineb_r::after,
.ttl_lineb_b::after {
  content: "";
  display: block;
  width: 100%;
  height: 2.8rem;
  margin-top: 1.5rem;
}
.ttl_lineb_w::after {
  background: url(../img/common/ttl_lineb_w.webp) no-repeat center top;
  background-size: cover;
}
.ttl_lineb_r::after {
  background: url(../img/common/ttl_lineb_r.webp) no-repeat center top;
  background-size: cover;
}
.ttl_lineb_b::after {
  background: url(../img/common/ttl_lineb_b.webp) no-repeat center top;
  background-size: cover;
}
.ttl_line_lr {
  margin-left: -3rem;
  margin-right: -3rem;
}

.txt_bln {
  padding: 0 2rem;
  position: relative;
}
.txt_bln::before,
.txt_bln::after {
  content: "";
  display: block;
  background: #fff;
  width: 0.2rem;
  height: 100%;
  position: absolute;
  top: 0;
  box-shadow: 0.3rem 0.3rem 0.3rem #0000004d;
}
.txt_bln::before {
  transform: rotate(-20deg);
  left: 0;
}
.txt_bln::after {
  transform: rotate(20deg);
  right: 0;
}
.notes {
  width: 63rem;
  font-size: 1.5rem;
}
.notes_box {
  border: 1px solid #fff;
  padding: 1rem 2rem;
  width: 63rem;
  color: #fff;
  font-size: 1.4rem;
}

.fs12 {
  font-size: 1.2rem;
}
.fs15 {
  font-size: 1.5rem;
}
.fs18 {
  font-size: 1.8rem;
}
.fs21 {
  font-size: 2.1rem;
}
.fs24 {
  font-size: 2.4rem;
}
.fs27 {
  font-size: 2.7rem;
}
.fs30 {
  font-size: 3rem;
}
.fs32 {
  font-size: 3.2rem;
}
.fs33 {
  font-size: 3.3rem;
}
.fs36 {
  font-size: 3.6rem;
}
.fs39 {
  font-size: 3.9rem;
}
.fs42 {
  font-size: 4.2rem;
}
.fs45 {
  font-size: 4.5rem;
}
.fs48 {
  font-size: 4.8rem;
}
.fs51 {
  font-size: 5.1rem;
}
.fs54 {
  font-size: 5.4rem;
}
.fs75 {
  font-size: 7.5rem;
}
.fs78 {
  font-size: 7.8rem;
}

.fw500 {
  font-weight: 500;
}
.fw700 {
  font-weight: 700;
}
.fw900 {
  font-weight: 900;
}

.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh13 {
  line-height: 1.3;
}
.small {
  font-size: 70%;
}
.fs120p {
  font-size: 120%;
}
.fs80p {
  font-size: 80%;
}
.slim {
  display: block;
  transform-origin: 0 0;
  transform: scaleX(0.9);
  width: 111%;
}
mark {
  background: linear-gradient(transparent 70%, #ffff4b 0%);
  background-position: left top;
}

/*----- color -----*/
.white {
  color: #fff;
}
.yellow {
  color: #ffff4b;
}
.red {
  color: #e50012;
}
.gold {
  background: linear-gradient(
    180deg,
    #bf8e3c 0%,
    #f0d880 25%,
    #fff9bb 50%,
    #f0d680 80%,
    #d2a153 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.white_box {
  background: #fff;
  padding: 3rem;
}

/*----- shadow -----*/
.bs {
  box-shadow: 0.3rem 0.3rem 0.3rem #00000026;
}
.ts {
  text-shadow: 0.3rem 0.3rem 0.3rem #0000004d;
}

/* 矢印 */
.arw {
  animation: arw 0.7s ease-in infinite alternate;
}
@keyframes arw {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

/* 点滅 */
.caution {
  animation: blink 0.7s ease-out infinite alternate;
}
@keyframes blink {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* slider */
.slider {
  opacity: 0;
  transition: 3s;
}
.slick-initialized {
  opacity: 1;
}
.slick-slide {
  cursor: grab;
}
.slick-arrow {
  display: block;
  border: none;
  font-size: 0;
  position: absolute;
  z-index: 100;
  top: calc(50% - 6.4rem);
  width: 4.2rem;
  height: 6.8rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.slick-arrow:hover {
  opacity: 0.8;
}
.slick-prev {
  background: url(../img/review/prev.webp) no-repeat;
  background-size: 4.2rem;
  left: -0.7rem;
}
.slick-next {
  background: url(../img/review/next.webp) no-repeat;
  background-size: 4.2rem;
  right: -1rem;
}

/* slick_dots */
.slick-dots {
  margin: 1.5rem auto 3rem auto;
  width: fit-content;
  display: flex !important;
  justify-content: center;
}
.slick-dots li {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  margin: 0 1.5rem;
  cursor: pointer;
  background: #808080;
}
.slick-dots li button {
  visibility: hidden;
  width: 1.5rem;
  height: 1.5rem;
}
.slick-dots li.slick-active {
  background: #e50012;
}

@media screen and (max-width: 749px) {
  html {
    font-size: 1.33333vw;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
