@media screen and (min-width: 768px) {
  .vpc_cha {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc_cha {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .vsp_cha {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .vsp_cha {
    display: block;
  }
}

@keyframes bounce {
  0% {
    transform: scale(0);
  }
  80% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.c-outer_cha {
  position: relative;
  z-index: 1;
}
.c-outer_cha .c-inner_cha {
  position: relative;
  z-index: 1;
}
.c-outer_cha.base-width_cha .c-inner_cha {
  margin-left: auto;
  margin-right: auto;
}

.typesquare_option:not(a:hover) {
  opacity: 1 !important;
}

#toroWrapper_cha {
  font-family: "Yu Gothic Pr6N M", sans-serif;
  letter-spacing: 0.03em;
  font-feature-settings: normal;
  color: #333;
  position: relative;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha {
    letter-spacing: normal;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding: 0 16px;
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha a:hover {
    opacity: 0.7;
  }
}
#toroWrapper_cha::before, #toroWrapper_cha::after {
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #E9F3E8;
}
#toroWrapper_cha h1, #toroWrapper_cha h2, #toroWrapper_cha h3, #toroWrapper_cha h4, #toroWrapper_cha h5, #toroWrapper_cha h6 {
  margin: 0;
}
#toroWrapper_cha figure {
  margin: 0;
}
#toroWrapper_cha img {
  width: 100%;
  height: auto;
}
#toroWrapper_cha a {
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
#toroWrapper_cha i,
#toroWrapper_cha em {
  font-style: normal;
}
#toroWrapper_cha ul,
#toroWrapper_cha li {
  list-style: none;
  padding: 0;
  margin: 0;
}
#toroWrapper_cha p {
  margin: 0;
}
#toroWrapper_cha .detail-outer_cha {
  padding-top: 40px;
}
#toroWrapper_cha .detail-outer_cha + .detail-outer_cha {
  padding-top: 55px;
}
#toroWrapper_cha .detail-outer_cha:nth-child(even)::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/bg_moku01.png);
  width: 100vw;
  height: 186px;
  position: relative;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha .detail-outer_cha:nth-child(even)::after {
    min-width: 1500px;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .detail-outer_cha:nth-child(even)::after {
    background-image: url(./../images/bg_moku01_sp.png);
    height: 44px;
    margin-top: 20px;
  }
}
#toroWrapper_cha .detail-outer_cha:nth-child(odd)::before {
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
}
#toroWrapper_cha .detail-outer_cha:nth-child(odd)::after {
  content: "";
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/bg_moku02.png);
  width: 100vw;
  height: 186px;
  position: relative;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  margin-top: -40px;
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha .detail-outer_cha:nth-child(odd)::after {
    min-width: 1500px;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .detail-outer_cha:nth-child(odd)::after {
    background-image: url(./../images/bg_moku02_sp.png);
    height: 44px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha .detail-outer_cha:nth-child(odd) .detail-inner_cha .ttl_cha em::after {
    background: #7CBD81;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .detail-outer_cha:nth-child(odd) .detail-inner_cha .ttl_cha em span::after {
    background: #7CBD81;
  }
}
#toroWrapper_cha .detail-outer_cha.end-point_cha {
  padding-bottom: 85px;
}
#toroWrapper_cha .detail-outer_cha.end-point_cha::after {
  display: none;
}
#toroWrapper_cha .detail_cha {
  max-width: 650px;
  margin: 0 auto 0;
}
#toroWrapper_cha .detail_cha .detail-inner_cha {
  opacity: 1 !important;
  display: block;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 768px) {

  #toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha {
    text-decoration: none;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
  }
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha {
    padding: 0 0 0 8px;
  }
  #toroWrapper_cha .detail_cha .detail-inner_cha:hover .btn-outer_cha {
    opacity: 0.7;
  }  
}
#toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em {
  display: block;
  max-width: calc(100% - 89px);
  margin-left: 15px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em {
    padding: 0 5px;
    letter-spacing: normal;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em {
    max-width: calc(100% - 84px);
    margin-left: 10px;
    line-height: 1.1;
  }
}
#toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em span {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  font-family: "Yu Gothic StdN H", sans-serif;
  font-size: 1.75rem;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em span {
    overflow: hidden;
    padding: 5px 3px;
    font-size: min(5.9vw, 1.4375rem);
  }
}
@media screen and (max-width: 350px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em span {
    font-size: min(5.5vw, 1.4375rem);
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em span::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 100%;
    background: #F08C00;
    backface-visibility: hidden;
    overflow: hidden;
    transform: translateX(-100%);
    transition: 0.8s all;
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha em::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: #F08C00;
    backface-visibility: hidden;
    overflow: hidden;
    transform: translateX(-100%);
    transition: 0.8s all;
  }
}
#toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha::before {
  content: "";
  display: block;
  width: 74px;
  height: 74px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/icon_item01.png);
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha.action_on_cha em span::after {
    transform: translateX(0%);
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .ttl_cha.action_on_cha em::after {
    transform: translateX(0%);
  }
}
#toroWrapper_cha .detail_cha .detail-inner_cha .price-text_cha {
  text-align: center;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .price-text_cha span {
  display: block;
  font-family: "Yu Gothic Pr6N B", sans-serif;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .price-text_cha span.t01_cha {
  font-size: 0.875rem;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .price-text_cha span.t02_cha {
  font-size: 1.125rem;
  margin-top: 4px;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .price-text_cha span.t03_cha {
  font-size: 0.8125rem;
  margin-top: 3px;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .price-text_cha span.t03_cha em {
  font-size: 1.3125rem;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha {
  position: relative;
  margin: 25px 0 0;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha figure {
  margin: 0;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .d-swiper-pagination_cha {
  text-align: center;
  margin: 5px 0 17px;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #707070;
  margin: 0 8px;
  opacity: 1;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #707070;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .dec-cha_cha {
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .dec-cha_cha {
    position: relative;
  }
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .dec-cha_cha span {
  display: block;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .dec-cha_cha span img {
  opacity: 0;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .dec-cha_cha::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  opacity: 0;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .dec-cha_cha.action_on_cha .d01_cha img {
  animation: bounce 0.4s forwards;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
}
#toroWrapper_cha .detail_cha .detail-inner_cha .slide_cha .dec-cha_cha.action_on_cha::after {
  animation: bounce 0.4s forwards;
  animation-timing-function: cubic-bezier(0.1, -0.6, 0.2, 0);
  animation-delay: 0.3s;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha {
  max-width: 245px;
  margin: 12px auto 0;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha {
  text-align: center;
  margin: 0 0 5px;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span {
  display: inline-block;
  font-family: "Yu Gothic Pr6N B", sans-serif;
  font-size: 0.875rem;
  position: relative;
  padding: 0 15px;
}
@media screen and (max-width: 600px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span {
    padding: 0 15px;
  }
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span::before, #toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #333;
  line-height: 1.35;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span::before {
  transform: rotate(-25deg);
  left: 0;
}
@media screen and (max-width: 600px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span::before {
    transform: rotate(-20deg);
  }
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span::after {
  transform: rotate(25deg);
  right: 0;
}
@media screen and (max-width: 600px) {
  #toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha .fukidashi_cha span::after {
    transform: rotate(20deg);
  }
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha a {
  display: inline-block;
  position: relative;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha a.nyaa_cha::after {
  content: "";
  display: block;
  width: 68px;
  height: 65px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: -18px;
  left: -25px;
  z-index: 1;
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha a.nyaa_cha.n01_cha::after {
  background-image: url(./../images/btn_icon01.png);
}
#toroWrapper_cha .detail_cha .detail-inner_cha .btn-outer_cha a.nyaa_cha.n02_cha::after {
  background-image: url(./../images/btn_icon02.png);
}
#toroWrapper_cha .dec_cha {
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
#toroWrapper_cha .dec_cha#introduction-dec01_cha {
  background-image: url(./../images/introduction_dec01.png);
  width: 16.2%;
  padding-top: 26.6%;
  top: -21%;
  left: -9%;
}
@media only screen and (min-width: 767px) and (max-width: 1350px) {
  #toroWrapper_cha .dec_cha#introduction-dec01_cha {
    top: -35%;
    left: -1%;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .dec_cha#introduction-dec01_cha {
    width: 91px;
    padding-top: 149px;
    top: -118px;
    left: 0;
  }
}
#toroWrapper_cha .dec_cha#introduction-dec02_cha {
  background-image: url(./../images/introduction_dec02.png);
  width: 22.25%;
  padding-top: 49.8%;
  bottom: -17%;
  right: -9.5%;
}
@media only screen and (min-width: 767px) and (max-width: 1350px) {
  #toroWrapper_cha .dec_cha#introduction-dec02_cha {
    bottom: -34%;
    right: -1%;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha .dec_cha#introduction-dec02_cha {
    background-image: url(./../images/introduction_dec02_sp.png);
    width: 171px;
    padding-top: 187px;
    bottom: -130px;
    right: 0px;
  }
}
#toroWrapper_cha #mv_cha .toro-mv_cha {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha {
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha {
  position: absolute;
  top: 7.8%;
  left: 50.3%;
  transform: translateX(-50%);
  width: 30.7%;
  max-width: 460px;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha {
    top: 9.9%;
    left: 50.8%;
    width: 83.2%;
  }
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha .mv-title-inner_cha {
  display: flex;
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha .mv-title-inner_cha i {
  transition: 0.3s all;
  opacity: 0;
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha .mv-title-inner_cha i.t01_cha, #toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha .mv-title-inner_cha i.t03_cha {
  transform: scale(1.4);
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha .mv-title-inner_cha i.t01_cha {
  transition-delay: 0.5s;
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha .mv-title-inner_cha i.t02_cha {
  transition: 1s all;
  transition-delay: 1.7s;
  transform: rotate(45deg);
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha .mv-title-inner_cha i.t03_cha {
  transition-delay: 1.2s;
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha.action_on_cha .mv-title-inner_cha i.t01_cha, #toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha.action_on_cha .mv-title-inner_cha i.t03_cha {
  transform: scale(1);
  opacity: 1;
}
#toroWrapper_cha #mv_cha .toro-mv_cha .toro-mv-inner_cha .mv-title_cha.action_on_cha .mv-title-inner_cha i.t02_cha {
  transform: rotate(0deg);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #mv_cha .toro-mv_cha::before, #toroWrapper_cha #mv_cha .toro-mv_cha::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-position: 0 0;
    background-repeat: repeat-x;
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #mv_cha .toro-mv_cha::before {
    left: 0;
    background-image: url(./../images/bg_mv_left.jpg);
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #mv_cha .toro-mv_cha::after {
    right: 0;
    background-image: url(./../images/bg_mv_right.jpg);
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #mv_cha .toro-mv_cha .bg-cover_cha {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -2px;
    left: 0;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-image: url(./../images/bg_mv_cover.png);
    background-size: 100% 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 1501px) {
  #toroWrapper_cha #mv_cha .toro-mv_cha .bg-cover_cha {
    height: 200%;
  }
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail1_cha .slide_cha .dec-cha_cha {
    width: 52%;
    bottom: -22%;
    right: -40%;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail1_cha .slide_cha .dec-cha_cha {
    width: 73.8%;
    margin: -18% auto 20px;
  }
}
#toroWrapper_cha #detail1_cha .slide_cha .dec-cha_cha .d01_cha {
  width: 55%;
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail1_cha .slide_cha .dec-cha_cha .d01_cha {
    width: 36.8%;
    margin: 0 0 0 auto;
  }
}
#toroWrapper_cha #detail1_cha .slide_cha .dec-cha_cha::after {
  background-image: url(./../images/dec_cha01_fukisashi.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail1_cha .slide_cha .dec-cha_cha::after {
    width: 49.5%;
    padding-top: 17.5%;
    top: 43.4%;
    right: 0;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail1_cha .slide_cha .dec-cha_cha::after {
    background-image: url(./../images/dec_cha01_fukisashi_sp.png);
    width: 65.6%;
    padding-top: 23.4%;
    bottom: 2%;
    left: 0;
  }
}
#toroWrapper_cha #detail2_cha .detail_cha .detail-inner_cha .ttl_cha::before {
  background-image: url(./../images/icon_item02.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail2_cha .slide_cha .dec-cha_cha {
    width: 50.7%;
    bottom: -6.5%;
    left: -40%;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail2_cha .slide_cha .dec-cha_cha {
    width: 71.5%;
    margin: -18.5% 0 20px 0;
  }
}
#toroWrapper_cha #detail2_cha .slide_cha .dec-cha_cha .d01_cha {
  width: 58%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail2_cha .slide_cha .dec-cha_cha .d01_cha {
    width: 38%;
    margin: 0;
  }
}
#toroWrapper_cha #detail2_cha .slide_cha .dec-cha_cha::after {
  background-image: url(./../images/dec_cha02_fukisashi.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail2_cha .slide_cha .dec-cha_cha::after {
    width: 49.5%;
    padding-top: 18%;
    top: 18%;
    left: 0;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail2_cha .slide_cha .dec-cha_cha::after {
    background-image: url(./../images/dec_cha02_fukisashi_sp.png);
    width: 66.9%;
    padding-top: 24.1%;
    bottom: 3%;
    right: 0;
  }
}
#toroWrapper_cha #detail2_cha .slide_cha .dec-p_cha {
  display: block;
  position: absolute;
  z-index: 1;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(./../images/dec_cha02_p.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail2_cha .slide_cha .dec-p_cha {
    width: 36.8%;
    padding-top: 36.8%;
    bottom: -15%;
    right: -98px;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail2_cha .slide_cha .dec-p_cha {
    width: 38.5%;
    padding-top: 38.5%;
    bottom: 10%;
    right: -10px;
  }
}
#toroWrapper_cha #detail3_cha .detail_cha .detail-inner_cha .ttl_cha::before {
  background-image: url(./../images/icon_item03.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail3_cha .slide_cha .dec-cha_cha {
    width: 49.4%;
    bottom: -10%;
    left: -40%;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail3_cha .slide_cha .dec-cha_cha {
    width: 70.6%;
    margin: -23% auto 20px;
  }
}
#toroWrapper_cha #detail3_cha .slide_cha .dec-cha_cha .d01_cha {
  width: 58%;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail3_cha .slide_cha .dec-cha_cha .d01_cha {
    width: 38.5%;
  }
}
#toroWrapper_cha #detail3_cha .slide_cha .dec-cha_cha::after {
  background-image: url(./../images/dec_cha03_fukisashi.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail3_cha .slide_cha .dec-cha_cha::after {
    width: 48.3%;
    padding-top: 18.4%;
    top: 49.5%;
    left: 0;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail3_cha .slide_cha .dec-cha_cha::after {
    background-image: url(./../images/dec_cha03_fukisashi_sp.png);
    width: 64.1%;
    padding-top: 24.4%;
    bottom: 6%;
    left: 0;
  }
}
#toroWrapper_cha #detail4_cha .detail_cha .detail-inner_cha .ttl_cha::before {
  background-image: url(./../images/icon_item04.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail4_cha .slide_cha .dec-cha_cha {
    width: 48.5%;
    bottom: -14%;
    right: -35%;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail4_cha .slide_cha .dec-cha_cha {
    width: 67.1%;
    margin: -26% auto 20px;
    left: -3%;
  }
}
#toroWrapper_cha #detail4_cha .slide_cha .dec-cha_cha .d01_cha {
  width: 59%;
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail4_cha .slide_cha .dec-cha_cha .d01_cha {
    width: 40.5%;
  }
}
#toroWrapper_cha #detail4_cha .slide_cha .dec-cha_cha::after {
  background-image: url(./../images/dec_cha04_fukisashi.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail4_cha .slide_cha .dec-cha_cha::after {
    width: 41.3%;
    padding-top: 18.8%;
    top: 18.8%;
    right: 0;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail4_cha .slide_cha .dec-cha_cha::after {
    background-image: url(./../images/dec_cha04_fukisashi_sp.png);
    width: 56.5%;
    padding-top: 25.7%;
    bottom: 0;
    right: 0;
  }
}
#toroWrapper_cha #detail5_cha .detail_cha .detail-inner_cha .ttl_cha::before {
  background-image: url(./../images/icon_item05.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail5_cha .slide_cha .dec-cha_cha {
    width: 51.7%;
    bottom: -28%;
    right: -40%;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail5_cha .slide_cha .dec-cha_cha {
    width: 69.4%;
    margin: -18% auto 20px;
    right: -10%;
  }
}
#toroWrapper_cha #detail5_cha .slide_cha .dec-cha_cha .d01_cha {
  width: 55.3%;
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail5_cha .slide_cha .dec-cha_cha .d01_cha {
    width: 39.1%;
    margin: 0 0 0 auto;
  }
}
#toroWrapper_cha #detail5_cha .slide_cha .dec-cha_cha::after {
  background-image: url(./../images/dec_cha05_fukisashi.png);
}
@media screen and (min-width: 1171px) {
  #toroWrapper_cha #detail5_cha .slide_cha .dec-cha_cha::after {
    width: 47.4%;
    padding-top: 17.6%;
    top: 30.4%;
    right: 0;
  }
}
@media screen and (max-width: 1170px) {
  #toroWrapper_cha #detail5_cha .slide_cha .dec-cha_cha::after {
    background-image: url(./../images/dec_cha05_fukisashi_sp.png);
    width: 65.2%;
    padding-top: 24.8%;
    bottom: 6%;
    left: 0;
  }
}
#toroWrapper_cha #introduction_cha {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
}
#toroWrapper_cha #introduction_cha::before {
  content: "";
  display: block;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #53BB99;
}
#toroWrapper_cha #introduction_cha .introduction-box_cha {
  background: #fff;
  border-radius: 40px;
  padding: 45px 80px 55px;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha {
    border-radius: 30px;
    padding: 22px 20px 30px;
  }
}
#toroWrapper_cha #introduction_cha .introduction-box_cha .ttl_cha {
  max-width: 371px;
  margin: 0 auto 22px;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .ttl_cha {
    width: 89.5%;
    margin: 0 auto 20px;
  }
}
#toroWrapper_cha #introduction_cha .introduction-box_cha .lead_cha {
  font-size: 1rem;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .lead_cha {
    font-size: 0.875rem;
  }
}
#toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha {
  margin: 30px 0 0;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha {
    padding: 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha {
    margin: 15px auto 0;
    max-width: 300px;
  }
}
#toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul {
    gap: 40px 40px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 -5px -7%;
  }
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li {
    max-width: 140px;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li:not(:first-child) {
    width: 43%;
    margin: 0 0 5px 7%;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li:first-child {
    width: 100%;
    padding-left: 7%;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li:first-child .modal_cha {
    width: 46.4%;
    margin: 0 auto;
  }
}
#toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li .modal_cha {
  cursor: pointer;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li .modal_cha:hover {
    opacity: 0.7;
  }
}
#toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li .modal_cha .in-btn_cha {
  max-width: 99px;
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #introduction_cha .introduction-box_cha .introduction-list_cha ul li .modal_cha .in-btn_cha {
    margin-top: 11px;
  }
}
#toroWrapper_cha #bnr_cha .c-inner_cha {
  padding-top: 95px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #bnr_cha .c-inner_cha {
    padding-top: 85px;
    padding-bottom: 40px;
  }
}
#toroWrapper_cha #bnr_cha .c-inner_cha .copy_cha {
  font-size: 0.875rem;
  font-family: "Yu Gothic Pr6N R", sans-serif;
  text-align: center;
  margin: 65px 0 0;
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #bnr_cha .c-inner_cha .copy_cha {
    margin: 25px 0 0;
  }
}
#toroWrapper_cha #bnr_cha .bnr-list_cha ul {
  display: grid;
  gap: 49px 98px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #toroWrapper_cha #bnr_cha .bnr-list_cha ul {
    gap: 40px 50px;
  }
}
@media screen and (max-width: 767px) {
  #toroWrapper_cha #bnr_cha .bnr-list_cha ul {
    gap: 24px 0;
    grid-template-columns: repeat(1, 1fr);
  }
}

#toro-black_bg_cha {
  visibility: hidden;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
  transition: all 0.3s ease-in;
}
#toro-black_bg_cha.open_cha {
  visibility: visible;
  opacity: 1;
}

.close-modal_cha {
  cursor: pointer;
  text-decoration: none;
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
@media screen and (min-width: 768px) {
  .close-modal_cha:hover {
    opacity: 0.7;
  }
}

.modal-content-outer_cha {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  max-height: calc(100vh - 75px);
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 9999999;
  overflow: hidden;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .modal-content-outer_cha {
    width: 100%;
    padding: 0 16px;
  }
}
.modal-content-outer_cha .modal-content_cha {
  overflow-y: scroll;
  max-height: calc(100vh - 75px);
  margin: 0 auto;
  text-align: center;
}
.modal-content-outer_cha .modal-content_cha .modal-content-inner_cha {
  padding: 18px 21.5px 23px;
  max-width: 343px;
  background: #fff;
  border-radius: 30px;
  margin: 0 auto;
}
.modal-content-outer_cha .modal-content_cha .modal-content-inner_cha .m-img_cha figure {
  margin: 0;
}
.modal-content-outer_cha .modal-content_cha .modal-content-inner_cha .m-img_cha img {
  width: 100%;
  height: auto;
}
.modal-content-outer_cha .modal-content_cha .modal-content-inner_cha .m-lead_cha {
  font-family: "Yu Gothic Pr6N M", sans-serif;
  font-size: 0.875rem;
  margin: 15px 0;
  text-align: left;
  line-height: 1.9;
  padding: 0 25px;
}
.modal-content-outer_cha .modal-content_cha .modal-content-inner_cha .btn-outer_cha .close-modal_cha {
  max-width: 245px;
  margin: 0 auto;
}
.modal-content-outer_cha.open_cha {
  visibility: visible;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */