@charset "UTF-8";

/* ********** parts ********** */
.pc_only{ display: block;}
.sp_only{ display: none;}

img{
  width: 100%;
  vertical-align: middle;
}
@media screen and (max-width: 768px){
  .pc_only{ display: none;}
  .sp_only{ display: block;}
}


/* ********** mv ********** */
#mv .img-box img{
  margin: 0 auto;
}
#mv .summary-block{
  display: none;
}
@media screen and (max-width: 768px){
  #mv .summary-block{
    display: block;
    background: #F5FFE2;
    padding: 35px 30px;
  }
  #mv .summary-block .top-area{
    padding-bottom: 33px;
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
  }
  #mv .summary-block .top-area .text{
    font-size: 15px;
    line-height: 27px;
    font-weight: bold;
  }
  #mv .summary-block .btm-area{
    display: flex;
    gap: 18px;
  }
  #mv .summary-block .btm-area img{
    width: 82px;
  }
  #mv .summary-block .btm-area .sub-txt{
    font-size: 14px;
    line-height: 20px;
    margin-top: 5px;
  }
}

/* ********** case ********** */
#case{
  background: #F5FFE2;
  overflow: hidden;
}
#case .section_inner {
  max-width: 1004px;
  margin: 0 auto;
}
#case .item-block{
  padding: 70px 100px 90px;
  text-align: center;
}
#case .item-block.bg_green{background-color: #005E32;}
#case .item-block.bg_dark{background-color: #0E381C;}

#case .item-block .heading{
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 2.1px;
  color: #FFAAC7;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#case .item-block .heading .num{
  position: relative;
  margin-left: 35px;
  z-index: 1;
  color: #FF6C9F;
  font-size: 38px;
}
#case .item-block .heading .num:after{
  content: '';
  background-image: url(/homelounge/totikatuyo/interview/img/img_golfball.png);
  background-size: 124px 115px;
  background-repeat: no-repeat;
  display: inline-flex;
  position: absolute;
  width: 124px;
  height: 115px;
  left: -49px;
  top: -38px;
  z-index: -1;
}
#case .item-block .lead{
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  margin-top: 26px;
  line-height: 41px;
  letter-spacing: 4px;
}
#case .swiper--columnAndCarousel{
  overflow: visible;
}
#case .swiper--columnAndCarousel.swiper--noCarousel{
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
#case .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper{
  gap: 85px 0;
  justify-content: space-between;
  transform: none!important;
  padding: 0!important;
  margin: 0!important;
}
#case .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper .swiper-slide,
#case .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper .interview_list{
  position: relative;
  transition: none;
  transform: none!important;
  margin: 0!important;
  width: calc( (100% - 120px) / 2)!important;
}
#case .interview_list.--interview::before,
#case .interview_list.--movie::before,
#case .interview_list.--column::before{
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 1;
}
#case .interview_list.--interview::before{
  left: -13px;
  top: -25px;
  background-image: url(/homelounge/totikatuyo/interview/img/icon_interview.png);
  width: 43px;
  height: 50px;
}
#case .item-block.bg_dark .interview_list.--interview::before{
  background-image: url(/homelounge/totikatuyo/interview/img/icon_interview_dg.png);
}
#case .interview_list.--movie::before{
  left: -24px;
  top: -17px;
  background-image: url(/homelounge/totikatuyo/interview/img/icon_movie.png);
  width: 52px;
  height: 38px;
}
#case .item-block.bg_dark .interview_list.--movie::before{
  background-image: url(/homelounge/totikatuyo/interview/img/icon_movie_dg.png);
}
#case .interview_list.--column::before{
  left: -13px;
  top: -15px;
  background-image: url(/homelounge/totikatuyo/interview/img/icon_column.png);
  width: 63px;
  height: 41px;
}

#case .interview_list .default_button{
  background: #FFF799;
  width: 100%;
  color: #005E32;
  display: block;
  border-radius: 24px;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 10px;
}
#case .interview_list.--movie  .default_button{
  background: #C6E1AE;
}
#case .interview_list.--column  .default_button{
  background: #C0E5F6;
}

#case .columnAndCarousel__image img{
  border-radius: 0;
}
#case .columnAndCarousel__text{
  padding-top: 0;
  margin-top: 36px;
}
#case .columnAndCarousel__title{
  color: #fff;
}
#case .columnAndCarousel__title .columnAndCarousel__caption{
  font-size: 14px;
  margin-top: 24px;
  line-height: 1.6;
}
@media screen and (max-width: 768px){
  #case .section_inner{
    padding: 0;
  }
  #case .item-block{
    padding: 40px 30px;
  }
  #case .item-block .heading{
    font-size: 19px;
  }
  #case .item-block .heading .num{
    margin-left: 22px;
    font-size: 28px;
  }
  #case .item-block .heading .num:after{
    background-size: 92px 86px;
    width: 92px;
    height: 86px;
    left: -36px;
    top: -28px;
  }
  #case .item-block .lead{
    font-size: 17px;
    line-height: 30px;
    letter-spacing: 1px;
  }
  #case .swiper--columnAndCarousel.swiper--noCarousel{
    justify-content: center;
    margin-top: 45px;   
  }
  #case .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper{
    transform: none !important;
    box-sizing: border-box;
    flex-direction: column;
    gap: 55px 0;
  }
  #case .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper .swiper-slide,
  #case .swiper--columnAndCarousel.swiper--noCarousel .swiper-wrapper .interview_list{
    position: relative;
    transition: none;
    transform: none!important;
    margin: 0 auto !important;
    width: 100% !important;
  }
  #case .interview_list.--interview::before{
    width: 34px;
    height: 47px;
  }
  #case .interview_list.--movie::before{
    left: -12px;
    top: -15px;
    width: 40px;
    height: 29px;
  }
  #case .interview_list.--column::before{
    left: -16px;
    top: -13px;
    width: 52px;
    height: 36px;
  }
  #case .interview_list .default_button{
    font-size: 19px;
    padding: 11px 10px;
  }
}

/* background figure */
#case1,#case2,#case3{
  position: relative;
}
.fig_arimura{
  position: absolute;
}
@media not screen and (max-width: 768px){
  #case1 .fig_arimura_1_1{
    width: 253.6px;
    height: 169px;
    left: -38px;
    top: 50px;
  }
  #case1 .fig_arimura_1_2{
    width: 286px;
    height: 435px;
    right: -143px;
    top: 384px;
  }
  #case2 .fig_arimura_2_1{
    width: 614.2px;
    height: 409.3px;
    left: -282px;
    top: -130px;
  }
  #case2 .fig_arimura_2_2{
    width: 280px;
    height: 398px;
    right: 205px;
    bottom: 0;
  }
  #case3 .fig_arimura_3_1{
    width: 485px;
    height: 323px;
    right: -88px;
    top: -64px;
  }
  #case3 .fig_arimura_3_2{
    width: 372px;
    height: 409px;
    right: 65px;
    bottom: -1px;
  }
}
@media (min-width: 860px) and (max-width: 960px) {
  #case1 .fig_arimura_1_1{
    width: 208px;
    height: 124px;
    left: -44px;
    top: 97px;
  }  
}
@media (min-width: 800px) and (max-width: 860px) {
  #case1 .fig_arimura_1_1{
    width: 193px;
    height: 109px;
    left: -40px;
    top: 111px;
  }
  #case2 .fig_arimura_2_1{
    width: 574px;
    height: 369px;
    left: -275px;
    top: -108px;
  }
  #case2 .fig_arimura_2_2{
    width: 270px;
    height: 388px;
    right: 135px;
    bottom: 0;
  }
  #case3 .fig_arimura_3_2{
    width: 362px;
    height: 399px;
    right: 50px;
    bottom: -2px;
  }
}
@media (min-width: 768px) and (max-width: 800px) {
  #case1 .fig_arimura_1_1{
    width: 183px;
    height: 99px;
    left: -46px;
    top: 125px;
  }
  #case2 .fig_arimura_2_1{
    width: 519px;
    height: 314px;
    left: -253px;
    top: -73px;
  }
  #case2 .fig_arimura_2_2{
    width: 270px;
    height: 388px;
    right: 120px;
    bottom: 0;
  }
  #case3 .fig_arimura_3_2{
    width: 352px;
    height: 389px;
    right: 25px;
    bottom: -2px;
  }
}
@media screen and (max-width: 768px){
  #case1 .fig_arimura_1_1{
    display: none;
  }
  #case1 .fig_arimura_1_2{
    display: none;
  }
  #case2{
    padding-bottom: 260px!important;
  }
  #case2 .fig_arimura_2_1{
    display: none;
  }
  #case2 .fig_arimura_2_2{
    width: 160px;
    height: 223px;
    left: 10%;
    bottom: 0;
  }
  #case3{
    padding-bottom: 250px!important;
  }
  #case3 .fig_arimura_3_1{
    width: 300px;
    height: 200px;
    right: -15px;
    top: -160px;
  }
  #case3 .fig_arimura_3_2{
    width: 202px;
    height: 221px;
    right: calc(50% - 101px);
    bottom: 0;
  }
}

/* ********** recommend ********** */
#recommend{
  padding: 45px 0 70px;
  background: #F5FFE2;
}
#recommend .heading{
  font-size: 26px;
  font-weight: bold;
  color: #006934;
  text-align: center;
  letter-spacing: 2px;
}
#recommend .heading img{
  width: 128px;
  margin: 0 10px;
}
#recommend .item-list{
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  margin-top: 30px;
}
#recommend .item-list .item{
  width: calc( (100% - 68px) / 3);
}
#recommend .item-list .item .summary{
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
  color: #1A1A1A;
}
#recommend .item-list .item .summary .sub_txt{
  font-size: 13px;
}
#recommend .item-list .item .summary .text{
  font-size: 20px;
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  #recommend{
    padding: 60px 0 50px;
  }
  #recommend .heading{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 28px;
  }
  #recommend .heading img{
    width: 74px;
    height: auto;
    margin-top: -60px;
    margin-left: -12px;
  }
  #recommend .item-list .item{
    width: 100%;
  }
  #recommend .item-list .item .summary{
    margin-top: 20px;
    letter-spacing: 1px;
  }
  #recommend .item-list .item .summary .sub_txt{
    font-size: 13px;
  }
  #recommend .item-list .item .summary .text{
    font-size: 16px;
  }
}
@media screen and (max-width: 370px){
  #recommend .heading {
    font-size: 1.5rem;
  }
  #recommend .heading img{
    width: 65px;
  }
}
@media screen and (max-width: 320px){
  #recommend .heading {
    font-size: 1.4rem;
  }
  #recommend .heading img{
    width: 65px;
  }
}
@media screen and (max-width: 310px){
  #recommend .heading {
    font-size: 1.3rem;
  }
  #recommend .heading img{
    width: 48px;
    margin-top: -48px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 275px){
  #recommend .heading {
    font-size: 1.15rem;
  }
  #recommend .heading img{
    width: 35px;
    margin-top: -48px;
    margin-left: -8px;
  }
}
@media screen and (max-width: 250px){
  #recommend .heading img{
    width: 40px;
    margin-top: 0;
    margin-left: 0;
  }
}
