@charset "utf-8";
.sec_recommend,
.sec_ranking{
  background: #fff;
  position: relative;
  z-index: 1;
}
.cmn_p a{
  text-decoration: underline;
}
/* ===============================================
# area_frontpage
=============================================== */
.ttl_main_fixd{
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.ttl_main_fixd .ttl{
  position: fixed;
  width: 100%;
  height: 100vh;
  opacity: 1;
  z-index: 1;
}
.ttl_main_fixd .ttl.is_hide{
  opacity: 0;
}
.ttl_main_fixd .ttl img{
  width: 203px;
  position: absolute;
  top: 50%;
  top: -webkit-calc(50% - 110px);
  top: calc(50% - 110px);
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index: 1;
}
.bg_img {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 0;
}
.bg_img img{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  z-index:0;
}
@media (min-width :835px){
  .ttl_main_fixd .ttl{
    width: 448px;
  }
  .ttl_main_fixd .ttl img{
    width: 224px;
    top: -webkit-calc(50% - 55px);
    top: calc(50% - 55px);
  }
  .bg_img {
    width: 448px;
  }
}
/*sec_main*/
.sec_main{
  position: relative;
  padding-bottom: 100px;
  z-index: 1;
}
.sec_main h1{
  opacity: 0;
  width: 203px;
  margin: 0 auto 50px;
}
.sec_main h1.is_scroll{
  opacity: 1;
}
.sec_main .box_txt{
  width: 94%;
  max-width: 500px;
  margin: 0 auto;
}
.sec_main .box_txt .ttl{
  width: 91.59%;
  margin: 0 auto 20px;
}
.sec_main .box_txt .lead{
  width:66%;
  margin: 0 auto 20px;
}
.sec_main .box_txt .txt{
  color: #fff;
  text-align: center;
  line-height: 2;
}
@media (min-width :835px){
  .ttl_main_fixd{
    width: 448px;
  }
  .sec_main h1{
    width: 224px;
  }  
}
@media print{
  .ttl_main_fixd{
    display: none;
  }
  .sec_main{
    padding-top: 100px;
    background:url("../img/bg_intoro2.jpg")no-repeat center center;
    background-size: cover;
  }
  .sec_main h1{
    opacity: 1 !important;
  }
}


/* ===============================================
# sec_detail
=============================================== */
.sec_detail{
  position: relative;
  z-index: 1;
  padding: 30px 0 50px;
  background: #fff;
  overflow: hidden;
}
.sec_detail .inner{
  max-width: 500px;
}
.sec_detail h2{
  position: relative;
  z-index: 1;
  text-align: center;
  color: #009e96;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1;
  display: block;
}
.sec_detail h2 span{
  position: relative;
  padding: 2px 16px;
  display: inline-block;
  border-left: solid 2px #000;
  border-right: solid 2px #000;
}
.sec_detail h2 span::after{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left:1px;
  z-index: 0;
  width: calc(100% - 2px);
  height: 100%;
  border-left: solid 1px #787878;
  border-right: solid 1px #787878;
}
.sec_detail .txt_lead{
  margin-bottom: 30px;
  line-height: 1.714;
}

.sec_detail .ttl_01{
  position: relative;
  font-size: 23px;
  font-size: 2.3rem;
  font-weight: bold;
  text-align: center;
  color: #009e96;
  line-height: 1.217;
  margin-top: 45px;
}
.sec_detail .ttl_01::after{
  content: '';
  margin: 10px auto 25px;
  display: block;
  width: 100%;
  max-width: 187px;
  height: 1px;
  background: #000;
  clip-path: polygon(0 0, calc(50% - 5px) 0, calc(50% - 5px) 100%, calc(50% + 5px) 100%, calc(50% + 5px) 0, 100% 0, 100% 100%, 0 100%);
}
.sec_detail .ttl_01::before{
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  right: calc(50% - 5px);
  width: 1px;
  height: 13px;
  background: #000;
  -webkit-ttransform: rotate(43deg);
  transform: translateY(100%) rotate(43deg);
  transform-origin: right top;
}
.sec_detail .ttl_01 .small{
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
@media (min-width :835px){
  .sec_detail{
    padding: 36px 0 60px;
  }
  .sec_detail h2 span{
    padding: 3px 20px;
  }
  .sec_detail .img_map{
    margin: -41px auto 24px;
  }  
  .sec_detail .ttl_01{
    font-size: 27.6px;
    font-size: 2.76rem;
    margin-top: 45px;
  }
  .sec_detail .ttl_01::after{
    margin: 15px auto 28px;
    max-width: 288px;
    clip-path: polygon(0 0, calc(50% - 8px) 0, calc(50% - 8px) 100%, calc(50% + 8px) 100%, calc(50% + 8px) 0, 100% 0, 100% 100%, 0 100%);
  }
  .sec_detail .ttl_01::before{
    height: 15px;
    right: calc(50% - 8px);
  }
  .sec_detail .ttl_01 .small{
    font-size: 21.6px;
    font-size: 2.16rem;
    margin-bottom: 7px;
  }  
}
/*area_article*/
.sec_detail .area_article{
  width: 92%;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 25px;
  border-bottom: solid 1px #dedede;
}
.sec_detail .area_article:last-of-type{
  border-bottom: none;
}
.sec_detail .area_article:first-of-type {
  border-top: 1px solid #dedede;
}
.sec_detail .area_article .inner{
  width: 100%;
}
/*ttl_02*/
.sec_detail .ttl_02{
  text-align: center;
  color: #009e96;
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 10px;
  line-height: 1.2;
}
.sec_detail .ttl_02.small,
.sec_detail .ttl_02 .small{
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6;
}
.sec_detail .ttl_02.qa{
  padding-left: 1em;
  text-indent: -1em;
  text-align: left;
}
.sec_detail .cmn_p+.ttl_02.small{
  margin-top: 20px;
}
.sec_detail .ttl_02 span{
  display: block;
}
.sec_detail .ttl_02 img{
  width: 25px;
  margin-bottom: 13px;
}
/*img*/
.sec_detail .img_square{
  width: 46.52%;
  margin: 15px auto 15px;
}
.sec_detail .img_square.jindai{
  margin-top: 30px;
}
.sec_detail .img_flex figcaption,
.sec_detail .img_square figcaption{
  margin-top: 7px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33;
}
.sec_detail .img_square figcaption.center{
  text-align: center;
}
.sec_detail .img_full{
  width: 100%;
  margin: 15px auto 15px;
}
.sec_detail .img_flex{
  width: 94.2%;
  margin: 15px auto 30px;
  display:-webkit-box;
  display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;  
}
.sec_detail .img_flex>*{
  width: 48%;
}
/*txt_cption*/
.sec_detail .txt_cption{
  margin-top: 15px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.5;
	-webkit-box-pack: justify;
	justify-content: space-between;  
  flex-wrap: wrap;
}
.sec_detail .txt_cption > p{
  width: 48%;
}
.sec_detail .txt_cption.no_flex > p{
  width: 100%;
}
.sec_detail .txt_cption > p .name{
  font-size: 14px;
  font-size: 1.4rem;
}
.sec_detail .txt_cption.no_flex > p:nth-child(n+2),
.sec_detail .txt_cption > p:nth-child(n+3){
  margin-top: 20px;
}
@media (min-width :835px){
  /*area_article*/
  .sec_detail .area_article{
    padding-top: 60px;
    padding-bottom: 40px;
  }

  /*ttl_02*/
  .sec_detail .ttl_02{
    font-size: 25.2px;
    font-size: 2.52rem;
    margin-top: 36px;
    margin-bottom:10px;
  }  
  .sec_detail .ttl_02 img{
    width: 30px;
    margin-bottom:10px;
  }  
  .sec_detail .ttl_02.small,
  .sec_detail .ttl_02 .small{
    font-size: 18px;
    font-size: 1.8rem;
  }  
  .sec_detail .ttl_02 .small.profile{
    font-size: 25px;
    font-size: 2.5rem;
  }
  /*txt_cption*/
  .sec_detail .txt_cption{
    margin-top: 8px;
    font-size: 14.4px;
    font-size: 1.44rem;
  }
  .sec_detail .txt_cption > p .name{
    font-size: 16.8px;
    font-size: 1.68rem;
  }
  /*img_square*/
  .sec_detail .img_square{
    margin-bottom: 24px;
  }  
  .sec_detail .img_flex figcaption,
  .sec_detail .img_square figcaption{
    margin-top: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }  
}

/* profile */
.sec_detail .list_profile {
  display:-webkit-box;
  display:flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
  flex-wrap: wrap;
}
.sec_detail .list_profile li {
  width: 48%;
  text-align: center;
  margin: 0 auto 20px;
}
.sec_detail .list_profile li img {
  width: 80%;
}
.sec_detail .list_profile .txt_cption > p {
  width: 100%;
}

/* comment */
.sec_detail .list_comment +*{
  margin-top: 30px;
}
.sec_detail .box_comment{
  display:-webkit-box;
  display: flex;
}
.sec_detail .box_comment +*{
  margin-top: 30px;
}
.sec_detail .box_comment + .box_comment{
  margin-top: 20px;
}
.sec_detail .box_comment dt{
  width: 21.739%;
  max-width: 75px;
}
.sec_detail .box_comment dt figure img{
  border-radius: 100px;
}
.sec_detail .box_comment dt figcaption{
  font-size: 13.2px;
  font-size: 1.32rem;
  text-align: center;
  line-height: 1;
  margin-top: 8px;
}
.sec_detail .box_comment dd{
  margin-left: 10px;
  width: 75.362%;
  padding-top: 8px;
}
/* box_info */
.sec_detail dl.box_info{
  position: relative;
  margin-top: 40px;
}
.sec_detail dl.box_info::before{
  content: '';
  display: block;
  width:30px;
  height: 1px;
  background: #000000;
}
.sec_detail dl.box_info dt{
  padding-top: 25px;
  font-weight: bold;
  line-height: 1.1;
}
.sec_detail dl.box_info dt .kana{
  display: inline-block;
  margin-left: 0.5em;
  font-size: 10px;
  font-size: 1.0rem;
}
.sec_detail dl.box_info dt .small{
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.1;
}
.sec_detail dl.box_info dd{
  padding-top: 10px;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.636;
}
.sec_detail dl.box_info dd .link_btn a{
  border: 1px solid #000;
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-height: 60px;
  text-align: center;
  margin-top: 10px;
  padding: 10px;
  line-height: 1.4;
}
@media (min-width :835px){
  .sec_detail dl.box_info{
    margin-top:52px;
  }
  .sec_detail dl.box_info::before{
    width:36px;
  }
  .sec_detail dl.box_info dt{
    padding-top: 25px;
  }
  .sec_detail dl.box_info dt .kana{
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sec_detail dl.box_info dt .small{
    font-size: 13.2px;
    font-size: 1.32rem;
  }
  .sec_detail dl.box_info dd{
    padding-top: 10px;
    font-size: 13.2px;
    font-size: 1.32rem;
  }
}
/* yokohamaSwiper */
.sec_detail .yokohamaSwiper +*{
  margin-top: 30px;
}
.sec_detail .yokohamaSwiper .list_slide li{
  width: 63.768%;
  max-width: 220px;
}
.sec_detail .yokohamaSwiper .list_slide li figcaption{
  font-size: 13.2px;
  font-size: 1.32rem;
  margin-top: 13px;
}
.sec_detail .yokohamaSwiper .area_pagenation{
  display:-webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 30px;
}
.sec_detail .yokohamaSwiper .area_pagenation .swiper-yokohama-pagination{
  display:-webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.sec_detail .yokohamaSwiper .area_pagenation .swiper-pagination-bullet{
  opacity: 1;
  background-color: #fff;
  border: 1px solid #000;
  margin: 5px;
  width: 7px;
  height: 7px;
}
.sec_detail .yokohamaSwiper .area_pagenation .swiper-pagination-bullet-active{
  background-color: #000;
}
.sec_detail .yokohamaSwiper .area_pagenation .swiper-stop-btn{
  width: 21px;
  height: 21px;
  background: url(../img/ico_swiper_stop.svg)no-repeat;
  background-size: contain;
  margin-left: 8px;
  display: block;
}
.sec_detail .yokohamaSwiper .area_pagenation .swiper-stop-btn.is_stop{
  background-image: url(../img/ico_swiper_start.svg);
}
/*COLUMN*/
.sec_detail .area_column{
  position: relative;
  width: 92%;
  margin: 35px auto 0;
  background: #f5f5f5;
  border: solid 1px #000;
}
.sec_detail .area_column .inner{
  width: 100%;
  padding: 30px 15px 25px;
}
.sec_detail .area_column .ttl_column{
  width: 128px;
  padding: 0 9px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.12em;
  color: #009e96;
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #f5f5f5 50%, #f5f5f5 100%);
}
.sec_detail .area_column .ttl_column h3{
  padding: 0 1px;
  border-right: solid 1px #000;
  border-left: solid 1px #000;  
}
.sec_detail .area_column .ttl_column span{
  display: block;
  border-left: solid 0.5px #828282;
  border-right: solid 0.5px #828282;
}
@media (min-width :835px){
  .sec_detail .area_column{
    margin: 45px auto 0;
  }
  .sec_detail .area_column .inner{
    padding: 35px 17px 25px;
  }
  .sec_detail .area_column .ttl_column{
    width: 150px;
    padding: 0 12px;
  }
  .sec_detail .area_column .ttl_column h3{
    border-right: solid 1.5px #000;
    border-left: solid 1.5px #000;  
  }
  .sec_detail .area_column .ttl_column span{
    border-left: solid 0.7px #828282;
    border-right: solid 0.7px #828282;
  }
}