@charset "UTF-8";

/* ========================================================
#mvArea
======================================================== */
#mvArea.wrapImg {
  background: url(../image/tigershikari/2025_07_08/mv_pc_bg.jpg) center top no-repeat;
  background-size: cover;
  height: 520px;
  position: relative;
  padding-top: 0;
}
#mvArea.wrapImg img {
  height: 100%;
  margin: 0 -200px;
}
#mvArea.wrapImg::after{
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 30px;
  background: url("../../../common/image/common/logo.svg")no-repeat;
  background-size: contain;
  width: 283px;
  height: 50px;
}
@media screen and (max-width: 768px) {
  #mvArea.wrapImg {
    height: auto;
  }
  #mvArea.wrapImg img {
    height: auto;
    margin: 0;
  }
  #mvArea.wrapImg::after{
    display: none;
  }
}
.aboutLead{
  max-width: 1040px;
  text-align: left;
}

.lpStart.bgRed {
  background-color: #D71618;
}
/* ========================================================
#lpfixed_wrap
======================================================== */

.lpfixed_wrap {
  background: url(../image/tigershikari/bnr_cmapain_bg_pc.jpg) no-repeat;
  height: 200px;
}
.lpfixed_wrap .image img{
  top: 30px;
}
.lpfixed{
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .lpfixed_wrap {
    background: url(../image/tigershikari/bnr_cmapain_bg_sp.jpg) no-repeat;
    -moz-background-size: 100% auto;
  background-size: 100% auto;
    height: 102.4vw;
  }
  .lpfixed_wrap .lpfixed_ttl {
    top: -12.2vw;
  }
  .lpfixed_wrap .lpfixed_ttl img{
    width: 100%;
    height: auto;
  }
  .lpfixed_wrap .image img {
    top: 17.7vw;
    width: 100vw;
    height: auto;
  }
  .lpfixed{
    padding-bottom: 0;
  }
}
/* ========================================================
.howtoArea.howto0102
======================================================== */
.howtoCaption{
  max-width: 1040px;
  margin-inline: auto;
  padding: 1.5em 0 60px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  color: #707070;
  line-height: 1.8em;
  text-align: left;
}
.howtoCaption ul{
  max-width: 1040px;
  display: block;
  text-align: left;
  margin: 0 auto;
}
.howtoCaption li{
  padding-left: 1em;
  text-indent: -1em;
}
.howtoCaption li > *{
  text-indent: 0;
}
@media screen and (max-width: 768px) {
  .howtoArea.howto0102{
    padding-top: 7.2vw;
    margin: 0;
  }
  .howtoArea.howto0102 .box {
    padding: 2.6vw;
  }
  .howtoArea.howto0102 .boxInner{
    position: relative;
  }
  .howtoArea.howto0102 .boxInner:not(:first-of-type){
    margin-top: 12.3vw;
  }
  .howtoArea.howto0102 .boxInnerFlag{
    height: auto;
    width: 100%;
    background: url("../image/tigershikari/2025_05_06/tokuten_ttl_sp.png") center bottom no-repeat;
    -moz-background-size: 100% auto;
    background-size: 100% auto;
    font-size: 3.4vw;
  }
  .howtoArea.howto0102 .boxInner h3{
    font-size: 5.8vw;
    line-height: 1.4em;
  }
  .howtoArea.howto0102 #boxInner2.boxInner h3 span{
    font-size: 6.2vw;
  }
  .howtoArea.howto0102 #boxInner2.boxInner h3 strong{
    font-size: 6.4vw;
  }
  .howtoArea.howto0102 .boxInnerLead{
    margin-top: 1em;
    font-size: 3.7vw !important;
  }
  .howtoArea.howto0102 .boxInner > .image{
    margin: 5.3vw 0;
  }
  .howtoArea.howto0102 .boxInner p{
    font-size: 3.7vw;
  }
  .howtoCaption{
    padding: 1em;
    font-size: 3.2vw;
  }
  .howtoCaption ul{
    width: calc(100vw - 12.4vw);
  }
  .howtoCaption ul li{
    line-height: 1.6em;
  }
}
/* ========================================================
#norikaeArea.norikae0102
======================================================== */
#norikaeArea.norikae0102{
  background-color: #FFD800;
  padding-top: 0;
  margin-top: 0;
}
#norikaeArea.norikae0102  #norikaeServiceContent {
  padding-top: 0;
}
#norikaeArea.norikae0102 .lpInner{
  text-align: center;
}
#norikaeArea.norikae0102 > h2{
  text-align: center;
  background-color: #fff;
  color: #222222;
  position: relative;
  font-size: 36px;
  padding: 1.5em 0;
  line-height: 1.4em;
}
#norikaeArea.norikae0102 > h2::after{
    position: absolute;
  left: calc(50% - 1.5em);
  bottom: -2.3em;
  content: "";
  background-color: #fff;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(0 0,100% 0,50% 50%);
  width:3em;
}
#norikaeArea.norikae0102 > h2 u{
  text-decoration: none;
  display: inline-block;
  line-height: 1em;
  vertical-align: middle;
  font-size: 44px;
  border-bottom: solid 14px #D71618;
}
#norikaeArea.norikae0102 > h2 u span{
  font-size: 36px;
  line-height: 1em;
}
#norikaeArea.norikae0102 > h2 u strong{
  font-size: 50px;
  line-height: 1em;
}
#norikaeArea.norikae0102 #norikaeAboutContent{
  background-color: #FFD800;
}
#norikaeArea.norikae0102  h3{
  margin-top: 0;
  padding: 0;
  min-width: 100%;
}
#norikaeArea.norikae0102  h3::after{display: none;}
#norikaeArea.norikae0102 #norikaeServiceContent{
  padding-top: 0;
}
#norikaeArea.norikae0102 .norikaePlan{
  background-color: #fff;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 20px;
  margin: 20px 0 0
}
#norikaeArea.norikae0102 .norikaePlan + .norikaePlan{
  margin-top: 90px;
  padding: 60px 70px;
}
#norikaeArea.norikae0102 .norikaePlan + .norikaePlan::before{
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translate(-50%, 0);
  background: url("../image/tigershikari/2025_05_06/norikae_arrow.png") center center no-repeat;
  height: 40px;
  width: 260px;
}
#norikaeAboutContent{
  padding-bottom: 35px;
}
#norikaeArea.norikae0102 #norikaeAboutContent ul{
  margin: 30px 25px;
}
#norikaeArea.norikae0102 #norikaeAboutContent ul li{
  border: solid 4px #333333;
  width: 400px;
  padding-left: 140px;
}
#norikaeArea.norikae0102 #norikaeAboutContent ul li h5{
  font-size: 17px;
}
#norikaeArea.norikae0102 #norikaeServiceContent h4{
  text-align-last: left;
}
#norikaeArea.norikae0102 .norikaeServiceInner li{
  text-align: left;
}
#norikaeArea.norikae0102 #norikaeProcedureContent{
  background-color: #fff;
}
.norikaeOtokuStart,
.norikaeOtokuEnd{
  text-align: center;
  font-size: 36px;
}
.norikaeOtokuStart span,
.norikaeOtokuEnd span{
  color: #D71618;
}
.norikaeOtokuStart span.fcBasic,
.norikaeOtokuEnd span.fcBasic{
  color: #333;
}
.norikaeOtokuEnd{
  background-color: #FFD800;
  margin-top: 0.5em;
  font-weight: 700;
}
.norikaeServicePop{
  color: #fff;
  font-weight: bold;
  display: inline-block;
  background-color: #CA0312;
  border-radius: 8px;
  padding: 0 0.8em;
  position: relative;
  text-align: center;
  line-height: 1.6em;
  margin: 1.2em auto 25px;
  font-size: 36px;
}
.norikaeServicePop::after{
  position: absolute;
  left: calc(50% - 0.4em);
  bottom: -0.6em;
  content: "";
  background-color: #CA0312;
  aspect-ratio: 1/cos(30deg);
  clip-path: polygon(0 0,100% 0,50% 66%);
  width: 0.8em;
}

.norikaeServicePop + .norikaeServiceInner{
  margin-top: 0;
}
.norikaeServiceConstruction{
  font-size: 48px;
  margin: 0.5em 0;
}
.norikaeServiceConstruction u{
  text-decoration: none;
  border-bottom: solid 6px #D71618;
  line-height: 1.1em;
}
.norikaeServiceConstruction strong{
  color: #fff;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  background-color: #CA0312;
  padding: 0.7em;
  margin-left: 0.5em;
  line-height: 1em;
  border-radius: 8px;
  font-size: 30px;
}
.norikaeServiceConstruction strong span{
  font-size: 200%;
  display: inline-block;
  vertical-align: sub;
  line-height: 1em;
  margin-left: 0.2em;
  letter-spacing: 0.4em;
  margin-right: -0.4em;
}
@media screen and (max-width: 768px) {
  #norikaeArea.norikae0102 > h2{
    font-size: 5.3vw;
    padding: 1.5em 0;
    line-height: 1.4em;
  }
  #norikaeArea.norikae0102 > h2 u{
    font-size: 8vw;
    border-bottom: solid 2vw #D71618;
  }
  #norikaeArea.norikae0102 > h2 u span{
    font-size: 5.3vw;
    line-height: 1em;
  }
  #norikaeArea.norikae0102 > h2 u strong{
    font-size: 8vw;
    line-height: 1em;
  }
  #norikaeArea.norikae0102 .norikaePlan{
    border-radius: 4.2vw;
    padding: 4vw 2vw;
    margin: 6vw 0 0
  }
  #norikaeArea.norikae0102 .norikaePlan + .norikaePlan{
    margin-top: 14vw;
    padding: 4vw 2vw;
  }
  #norikaeArea.norikae0102 .norikaePlan + .norikaePlan::before{
    top: -10vw;
    transform: translate(-50%, 0);
    background: url("../image/tigershikari/2025_05_06/norikae_arrow.png") center center no-repeat;
    -moz-background-size: 100% auto;
  background-size: 100% auto;
    height: 8vw;
    width: 42vw;
  }
  #norikaeArea.norikae0102 #norikaeAboutContent{
    padding: 8vw 0 0;
  }
  #norikaeArea.norikae0102 #norikaeAboutContent ul{
    margin:4vw 0 6vw;
  }
  #norikaeArea.norikae0102 #norikaeAboutContent ul li{
    border: solid 1px #333333;
    width: 41vw;
    padding: 4vw 0;
  }
  #norikaeArea.norikae0102 #norikaeAboutContent ul li .image{
    top: 18vw;
  }
  #norikaeArea.norikae0102 #norikaeAboutContent ul li h5{
    font-size: 3.5vw;
  }
  .norikaeOtokuStart,
  .norikaeOtokuEnd{
    font-size: 6.4vw;
  }
  .norikaeOtokuEnd{
    font-size: 5.3vw;
    margin-bottom: 1em;
  }
  .norikaeServicePop{
    border-radius: 2vw;
    margin: 2.2em auto 4vw;
    font-size: 5.3vw;
    padding: 0 1em;
  }
  .norikaeServiceConstruction{
    font-size: 6.4vw;
  }
  .norikaeServiceConstruction u{
    border-bottom: solid 1vw #D71618;
  }
  .norikaeServiceConstruction strong{
    border-radius: 2vw;
    font-size: 4vw;
  }
  .norikaeServiceConstruction strong span{
    font-size: 200%;
    display: inline-block;
    vertical-align: sub;
    line-height: 1em;
    margin-left: 0.2em;
    letter-spacing: 0.4em;
    margin-right: -0.4em;
  }
  .norikaeServiceInner .caption{
    text-align: left;
    font-size: 2.6vw;
  }
}

#serviceMystContent li.wide{
  width: 100%;
}
#serviceMystContent li.wide h4{
  z-index: 1;
  margin-top: 0.8em;
}
#serviceMystContent li.wide h4 span{
  display: inline-block;
    position: relative;
    margin: 0 auto;
}
#serviceMystContent li.wide h4 span::before{
  content: "";
    display: block;
    background-color: #FFD800;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 9px;
}
  #serviceMystContent li.wide .image{
    border-radius: 0;
  }
@media screen and (min-width: 769px) {
  #serviceMystContent li.wide .image{
    margin-top: -20px;
  }
  #serviceMystContent li.wide .image img{
    width: auto;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #serviceMystContent li.wide h4 span::before{
    height: 2vw;
}
  #serviceMystContent li.wide .image{
    margin: 2vw 4vw 0;
  }
}
/* ========================================================
#serviceMystArea .movieAreaWrap
======================================================== */
.movieAreaWrap {
  width: 1000px;
  margin: 40px auto;
  padding: 30px 0 40px;
  border: 2px solid #fff;
  border-radius: 16px;
}
@media screen and (max-width: 768px) {
  .movieAreaWrap {
    width: 84vw;
    margin: 5.3vw 8vw 0;
    padding: 4.3vw 0 3vw;
    border: none;
  }
}
.movieArea {
  margin-top: 20px;
}
.movieInner {
  padding-top: 56.25%;
  position: relative;
  background: url(../image/common/movie.png) no-repeat;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}
.movieInner iframe, .movieInner video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.indexPointRead {
  color: #fff;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .indexPointRead {
    font-size: 4.2vw;
    margin-top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .indexPointRead span {
      display: inline-block;
      vertical-align: middle;
  }
}
.indexPointRead::before, .indexPointRead::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  width: 38px;
  height: 3px;
  border-radius: 1.5px;
}
@media screen and (max-width: 768px) {
  .indexPointRead::before, .indexPointRead::after {
    width: 8vw;
    height: 0.8vw;
    border-radius: 0.5vw;
  }
}
.indexPointRead::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .indexPointRead::before {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    margin-right: 0.3em;
  }
}
.indexPointRead::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .indexPointRead::after {
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg);
    margin-left: 0.3em;
  }
}
/* ========================================================
#aboutArea
======================================================== */
#aboutArea {
  padding-bottom: 0;
}

/* ========================================================
benefit
======================================================== */
.benefitTtl2 {
  position: relative;
  padding: 1.5em 0;
  background-color: #fff;
  color: #222222;
  font-size: 36px;
  line-height: 1.4em;
  text-align: center;
  @media screen and (max-width: 768px) {
    padding: 1.5em 0;
    font-size: 5.3vw;
    line-height: 1.4em;
  }
  .underline {
    display: inline-block;
    border-bottom: solid 14px #D71618;
    font-size: 44px;
    line-height: 1em;
    text-decoration: none;
    vertical-align: middle;
    @media screen and (max-width: 768px) {
      border-bottom: solid 2vw #D71618;
      font-size: 8vw;
    }
  }
  .f-sm {
    font-size: 36px;
    line-height: 1em;
    @media screen and (max-width: 768px) {
      font-size: 5.3vw;
      line-height: 1em;
    }
  }
  .f-lg {
    font-size: 50px;
    font-weight: 900;
    line-height: 1em;
    @media screen and (max-width: 768px) {
      font-size: 8vw;
      line-height: 1em;
    }
  }
  &::after {
    position: absolute;
    left: calc(50% - 1.5em);
    bottom: -2.3em;
    content: "";
    background-color: #fff;
    aspect-ratio: 1 / cos(30deg);
    clip-path: polygon(0 0, 100% 0, 50% 50%);
    width: 3em;
  }
}
.benefitInner {
  padding: 100px 0 0;
  background-color: #FFD800;
  @media screen and (max-width: 768px) {
    padding: 12.8vw 0 0;
  }
}
.benefitContent {
  width: 1040px;
  margin-inline: auto;
  @media screen and (max-width: 768px) {
    width: 89.6vw;
  }
}
.benefitBox {
  padding-inline: 70px;
  border-radius: 16px;
  background-color: #fff;
  @media screen and (max-width: 768px) {
    padding-inline: 2.66vw;
    border-radius: 8px;
  }
  &:nth-of-type(1) {
    padding-block: 60px;
    @media screen and (max-width: 768px) {
      padding-block: 8vw;
    }
  }
}
.benefitLead {
  p:nth-of-type(1) {
    color: #D71618;
    margin-inline: auto;
    position: relative;
    width: fit-content;
    font-size: 36px;
    font-weight: 900;
    @media screen and (max-width: 768px) {
      font-size: 6.4vw;
    }
    &::before, &::after {
      content: '';
      display: inline-block;
      position: absolute;
      top: 5px;
      width: 3px;
      height: 50px;
      background-color: #D71618;
      @media screen and (max-width: 768px) {
        top: 15px;
      }
    }
    &::before {
      left: -20px;
      transform: rotate(-30deg);
    }
    &::after {
      right: -20px;
      transform: rotate(30deg);
    }
  }
  p:nth-of-type(2) {
    max-width: 900px;
    margin-top: 0.5em;
    background-color: #FFD800;
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    @media screen and (max-width: 768px) {
      margin-top: 4vw;
      padding-block: 2.66vw;
      font-size: 5.33vw;
    }
    .f-red {
      color: #D71618;
    }
  }
}
.benefitCol2 {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-top: 30px;
  @media screen and (max-width: 768px) {
    gap: 3.2vw;
    margin-top: 5.33vw;
  }
  li {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, auto);
    grid-template-rows: repeat(2, auto);
    justify-content: center;
    align-items: center;
    column-gap: 30px;
    width: 400px;
    padding: 30px 15px;
    border: solid 4px #333333;
    border-radius: 20px;
    box-sizing: border-box;
    @media screen and (max-width: 768px) {
      grid-template-columns: 1fr;
      grid-template-rows: repeat(3, auto);
      row-gap: 2.13vw;
      width: 41vw;
      padding: 4vw 0;
      border: solid 1px #333333;
    }
  }
  .image {
    grid-column: 1;
    grid-row: 1 / -1;
    @media screen and (max-width: 768px) {
      grid-row: 2;
    }
    img {
      width: auto;
      height: 60px;
      @media screen and (max-width: 768px) {
        width: auto;
        height: 10.6vw;
      }
    }
  }
  h5 {
    font-size: 17px;
    @media screen and (max-width: 768px) {
      font-size: 3.5vw;
    }
  }
  .text {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 16px;
    margin-top: 4px;
    @media screen and (max-width: 768px) {
      justify-content: center;
      gap: 0.2em;
      margin-top: 0;
    }
  }
  .price {
    color: #D71618;
    font-family: din-condensed, sans-serif;
    font-size: 80px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -0.05em;
    @media screen and (max-width: 768px) {
      font-size: 14.8vw;
    }
  }
  .unit {
    display: grid;
    align-content: center;
    margin-bottom: -10px;
    font-size: 20px;
    @media screen and (max-width: 768px) {
      font-size: 3.2vw;
    }
    span {
      &:nth-of-type(1) {
        order: 2;
      }
      &:nth-of-type(2) {
        order: 1;
        font-size: 16px;
        @media screen and (max-width: 768px) {
          font-size: 2.6vw;
        }
      }
    }
  }
}
.benefitTextBox {
  max-width: 850px;
  margin: 30px auto 0;
  border-radius: 10px;
  color: #fff;
  background-color: #CA0312;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  @media screen and (max-width: 768px) {
    padding: 4.2vw;
    border-radius: 5px;
    font-size: 5.3vw;
  }
}
.benefitTtl3 {
  margin-top: 60px;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.38;
  @media screen and (max-width: 768px) {
    margin-top: 8vw;
    font-size: 4.8vw;
    line-height: 1.44;
  }
}
.benefitServiceList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 15px;
  margin-top: 40px;
  padding: 40px 20px;
  border: 6px solid #FFD800;
  border-radius: 16px;
  @media screen and (max-width: 768px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw 1.33vw;
    margin-top: 3.2vw;
    padding: 4vw 1.33vw;
  }
  li {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    column-gap: 15px;
    @media screen and (max-width: 768px) {
      column-gap: 1.33vw;
    }
  }
  .image {
    img {
      width: 110px;
      height: auto;
      @media screen and (max-width: 768px) {
        width: 16vw;
      }
    }
  }
  p {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.22;
    text-align: left;
    @media screen and (max-width: 768px) {
      font-size: 2.6vw;
    }
  }
}

/* ========================================================
特典 | .tokuten
======================================================== */
.tokutenWrap {
  margin-bottom: 60px;
  @media (width <= 768px) {
    margin-bottom: 12.8vw;
    padding-inline:  4vw;
  }
}

.tokutenBenefitTitle {
  img {
    height: auto;
    @media (width <= 768px) {
      width: 100%;
      height: auto;
    }
  }
}
.tokutenBenefitTab {
  @media (width <= 768px) {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 41.3vw);
    justify-content: space-between;
    margin-top: -35.73vw;
    padding-inline: 2.6vw;
    box-sizing: border-box;
  }
  &::after {
    @media (width <= 768px) {
      position: absolute;
      top: 33%;
      left: 50%;
      transform: translateX(-50%);
      content: '';
      display: grid;
      place-items: center;
      width: 9.53vw;
      height: 9.53vw;
      background-image: url(../image/tigershikari/2025_07_08/benefit_or.svg);
      background-size: cover;
    }
  }
}
.tokutenBenefitContainer {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 500px);
  justify-content: space-between;
  width: 1040px;
  margin: -65px auto 0;
  @media (width <= 768px) {
    grid-template-columns: 1fr;
    row-gap: 10.6vw;
    width: 100%;
    margin: 5.3vw auto 0;
  }
  &::after {
    position: absolute;
    top: 225px;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    display: inline-block;
    width: 100px;
    height: 100px;
    background-image: url(../image/tigershikari/2025_07_08/benefit_or.svg);
    background-size: cover;
    @media (width <= 768px) {
      top: calc(50% - 5.7vw);
      left: 50%;
      transform: translate(-50%, -50%);
      width: 20.26vw;
      height: 20.26vw;
    }
  }
}
.tokutenBenefitBox {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  border-radius: 15px;
  box-sizing: border-box;
  @media (width <= 768px) {
    max-width: none;
    padding: 2.6vw;
  }
  &:nth-of-type(1) {
    background-color: #D71618;
  }
  &:nth-of-type(2) {
    background-color: #FFD800;
    .tokutenBenefitBoxTitle {
      color: #D71618;
    }
  }
}
.tokutenBenefitBoxTitle {
  color: #fff;
  font-size: 30px;
  @media (width <= 768px) {
    font-size: 5.3vw;
  }
  span {
    display: inline-block;
    margin-left: 15px;
    font-size: 47px;
    @media (width <= 768px) {
      margin-left: 3.2vw;
      font-size: 8.8vw;
    }
  }
}
.tokutenBenefitBoxLead {
  margin-top: 12px;
  @media (width <= 768px) {
    margin-top: 2.6vw;
  }
  img {
    width: 100%;
    height: auto;
  }
}
.tokutenBenefitBoxContent {
  display: grid;
  gap: 16px;
  width: 100%;
  margin-top: 20px;
  padding: 24px;
  background-color: #fff;
  box-sizing: border-box;
  @media (width <= 768px) {
    gap: 2.6vw;
    margin-top: 2.6vw;
    padding: 2.6vw;
  }
  .--first {
    grid-template-rows: repeat(3, auto) 1fr;
  }
  .--second {
    grid-template-rows: repeat(2, auto) 1fr;
  }
  .title {
    position: relative;
    display: inline-block;
    width: fit-content;
    margin-inline: auto;
    font-size: 20px;
    font-weight: 700;
    @media (width <= 768px) {
      font-size: 5.3vw;
      line-height: 1.5;
    }
    &::before,
    &::after {
      content: '';
      position: absolute;
      bottom: 2px;
      width: 2px;
      height: 25px;
      background-color: #000000;
      @media (width <= 768px) {
        bottom: 3vw;
        height: 6.6vw;
      }
    }
    &::before {
      left: -15px;
      transform: rotate(-45deg);
      @media (width <= 768px) {
        left: -10vw;
      }
    }
    &::after {
      right: -10px;
      transform: rotate(45deg);
      @media (width <= 768px) {
        right: -10vw;
      }
    }
  }
  .note {
    font-size: 16px;
    line-height: 1.75;
    text-align: left;
    @media (width <= 768px) {
      font-size: 3.7vw;
      line-height: 2;
    }
  }
  img {
    width: 100%;
    height: auto;
  }
}

.tokutenPresent {
  justify-content: center;
  width: 1040px;
  margin: 12px auto 0;
  @media (width <= 768px) {
    width: 100%;
    margin: 8vw auto 0;
    box-sizing: border-box;
  }
}
.tokutenPresentLead {
  position: relative;
  width: fit-content;
  margin: 0 auto -10px;
  border: 10px solid #fff;
  border-radius: 8px;
  background-color: #fff;
  z-index: 10;
  @media (width <= 768px) {
    margin: 0 auto -8vw;
    border: 1.7vw solid #fff;
  }
  &::before {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 26px solid #fff;
    border-bottom: 0;
    transform: translateX(-50%);
    z-index: 5;
    @media (width <= 768px) {
      bottom: -6.66vw;
      border-right: 6.13vw solid transparent;
      border-left: 6.13vw solid transparent;
      border-top: 6.66vw solid #fff;
    }
  }
  &::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
    border-top: 16px solid #000;
    border-bottom: 0;
    transform: translateX(-50%);
    z-index: 10;
    @media (width <= 768px) {
      bottom: -3.9vw;
      border-right: 3.46vw solid transparent;
      border-left: 3.46vw solid transparent;
      border-top: 4vw solid #000;
    }
  }
  span {
    position: relative;
    display: grid;
    place-items: center;
    width: 272px;
    height: 50px;
    margin-inline: auto;
    border-radius: 8px;
    color: #fff;
    background-color: #000;
    font-size: 30px;
    font-weight: 700;
    z-index: 10;
    @media (width <= 768px) {
      width: 37.8vw;
      height: 13.3vw;
      font-size: 6.4vw;
    }
  }
}
.tokutenPresentOuter {
  position: relative;
  width: 100%;
  padding: 30px;
  border-radius: 15px;
  background-color: #000000;
  box-sizing: border-box;
  @media (width <= 768px) {
    padding: 14.66vw 2.66vw 4vw;
  }
  &::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -20px;
    left: 150px;
    width: 112px;
    height: 112px;
    background-image: url(../image/tigershikari/2025_07_08/thereis_ttl_pc.png);
    background-size: cover;
    @media (width <= 768px) {
      top: -13.86vw;
      left: 0;
      width: 19.73vw;
      height: 22.4vw;
      background-image: url(../image/tigershikari/2025_07_08/thereis_ttl_sp.png);
    }
  }
}
.tokutenPresentTitle {
  position: relative;
  display: inline-block;
  width: fit-content;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  @media (width <= 768px) {
    font-size: 5.3vw;
  }
  &::before,
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 2px;
    height: 40px;
    background-color: #fff;
    @media (width <= 768px) {
      bottom: 0.53vw;
      height: 1em;
    }
  }
  &::before {
    left: -30px;
    transform: rotate(-45deg);
    @media (width <= 768px) {
      left: -6.6vw;
    }
  }
  &::after {
    right: -20px;
    transform: rotate(45deg);
    @media (width <= 768px) {
      right: -4vw;
    }
  }
}
.tokutenPresentInner {
  display: grid;
  grid-template-columns: 1fr 400px;
  grid-template-rows: repeat(2, auto);
  align-content: center;
  justify-content: space-between;
  column-gap: 16px;
  row-gap: 30px;
  margin-top: 20px;
  padding: 24px 30px;
  background-color: #fff;
  @media (width <= 768px) {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(3, auto);
    row-gap: 0;
    margin-top: 5.3vw;
    padding: 2.6vw 3.3vw;
  }
}
.tokutenPresentSubTitle {
  grid-column: 1;
  grid-row: 1;
  align-self: end;
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: -0.05em;
  text-align: left;
  @media (width <= 768px) {
    font-size: 6.4vw;
    text-align: center;
  }
  .f-sm {
    font-size: 30px;
    @media (width <= 768px) {
      font-size: 6.4vw;
    }
  }
  .f-lg {
    display: block;
    color: #D71618;
    font-size: 40px;
    font-weight: 900;
    @media (width <= 768px) {
      font-size: 6.9vw;
    }
  }
}
.tokutenPresentNote {
  grid-column: 1;
  grid-row: 2;
  font-size: 18px;
  text-align: left;
  @media (width <= 768px) {
    grid-column: 1;
    grid-row: 3;
    font-size: 3.7vw;
    text-align: center;
  }
}
.tokutenPresentImg {
  grid-column: 2;
  grid-row: 1/-1;
  width: 100%;
  height: auto;
  @media (width <= 768px) {
    grid-column: 1;
    grid-row: 2;
    max-width: 74.6vw;
    margin-top: 4vw;
    margin-inline: auto;
  }
}
.tokutenPresentCaption {
  margin-top: 66px;
  @media (width <= 768px) {
    margin-top: 4vw;
  }
  li {
    color: #707070;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    @media (width <= 768px) {
      font-size: 3.2vw;
      line-height: 2.16;
    }
  }
}