/*===================================
全体
===================================*/
html{
  scroll-behavior: smooth;
}
figure {
  margin: 0;
}

.pc-none{
  display: inline;
}
.sp-none{
  display: none;
}

.goTop {
  position: fixed;
  bottom: 2px;
  right: 8px;
  transform: translateZ(0);
  z-index: 2000;
}

#hisApp{
  overflow: hidden;
}
.main-section{
  width: 100%;
  min-width: auto;
  padding: 2rem 0 2rem;
  z-index: 2;
  position: relative;
  background-color: #FFF;
}


.js-fix.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.point-underline {
  position: relative;
  z-index: 1;
}
.point-underline:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0%;
  height: 3px;
  background: #0080cb;
  z-index: -1;
  transition: all 3s;
}
.point-underline.isActive {
  padding: 0;
}
.point-underline.isActive:after {
  width: 100%;
}





/*===================================
section-box
===================================*/
.section-wrap{
  max-width: 1400px;
  min-width: auto;
  margin: 0 auto;
  /* padding: 10rem; */
}
.section__heading{
  margin: 2rem auto 4rem;
  color: #222;
  font-size: 1.5rem;
  padding: 0 1rem;
}
.section-box-wrap{
  width: 100%;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
}
.section-box-image{
  width: 100%;
  padding: 0 1rem;
  order: 1;
}
.section-box-image figure{
  width: 100%;
}
.section-box-image figure img{
  width: 100%;
  display: block;
  border-radius: 12px;
  overflow: hidden;
}
.section-box-body{
  width: 100%;
  padding: 1rem 1rem 4rem;
  order: 2;
}

.section-box-heading{
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  line-height: 1.8;
}
.section-box-text{
  font-size: 1.2rem;
  line-height: 2;
}

.section-button-wrap{
  width: 85%;
  margin: 1rem auto 3rem;
}
.section-box-button {
  display: block;
  width: 100%;
  border: none;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  background-color: transparent;
}
.section-box-button a {
  display: block;
  padding: 12px 16px;
  background-color: #0080cb;
  background-image: url(../../img/icon/icon_arrow_right_wh.svg);
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  transition: 0.5s;
}
.section-box-button a:hover {
  background-color: #00446c;
  transition: 0.5s;
}
.section-box-button:hover > a {
  background-position: right 15px center;
  transition: 0.5s;
}

/*===================================
ローカルナビ
===================================*/
#localNav__section{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: rgba(255, 255, 255, .9);
  width: 100%;
  border-bottom: 1px solid #DDD;
  margin-bottom: .5rem;
}
.local-nav-outer{
  width: 100%;
  /* max-width: 1200px; */
  min-width: auto;
  margin: 0 auto;
  position: relative;
}
.breadcrumb {
  width: 100%;
  min-width: auto;
  margin: 0 auto;
  padding: 0 0 0;
}

.his-logo-wrap{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-self: center;
  align-items: center;
  padding: .5rem 1rem;
}
.his-logo-inner{
  width: 70px;
  margin-right: 1.3rem;
}
.his-logo img {
  width: 80px;
  height: 30px;
}
.his-site-copy {
  font-size: 11px;
  line-height: 1.2;
}

.his-logo-wrap .section-button-wrap{
  width: 100%;
  margin: 0;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: .5rem 2rem;
  background-color: rgba(255,255,255,0.8);
}
.his-logo-wrap .section-box-button {
  display: block;
  width: 85%;
  border: none;
  font-size: .9rem;
  font-weight: bold;
  margin: 0;
  margin-right: auto;
  text-align: center;
  background-color: transparent;
}
.his-logo-wrap .section-box-button a {
  padding: 10px 12px 10px 20px;
  background-image: url(/searchMod/img/icon_search.svg);
  border-radius: 50px;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center left 15px;
}

.local-nav-wrap {
  width: 100%;
  padding: 0 1rem;
  /* background-color: #EEE; */
}
.local-nav{
  display: block;
  /* flex-wrap: wrap; */
  display: none;
}
.local-nav li{
  font-size: 14px;
  width: 100%;
  border-bottom: 1px solid #EEE;
  padding: 1rem;
}
.local-nav li a{
  display: block;
  padding: .5rem 2rem 0.5rem 0;
  color: #222;
  text-decoration: none;
}
.local-nav li a:hover{
  color: #222;
  text-decoration: 1px solid #222;
}
/*===================================
MV・ストーリー
===================================*/
#story__section{
  position: relative;
  padding: 0;
  /* padding: 3rem 0 0; */
  position: relative;
  position: relative;
  top: 0;
  z-index: 3;
  /* height: 100vh; */
}
#story__section .section-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  background-attachment: fixed;
}
.main-story-wrap {
  background-color: #FFF;
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  overflow: hidden;
}
.main-story-people{
  width: 37%;
  border: 7px solid #FFF;
  /* background-color: #EEE; */
  /* height: 860px; */
  order: 2;
  max-width: none;
  min-width: auto;
  position: absolute;
  right: -6px;
  bottom: -163px;
  z-index: 100000;
}
.main-story-box{
  width: 99.5%;
  border: 18px solid #000;
  border-radius: 12px 0 0 12px;
  border-right: none;
  /* height: 900px; */
  margin-bottom: 2rem;
  margin-left: 0.5%;
  /* background-color: #EEE; */
  order: 1;
  max-width: none;
  min-width: auto;
  position: relative;
}
.main-story-wrap figure{
  width: 100%;
  overflow: hidden;
}
/* @keyframes scaleIn {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
} */
.main-story-wrap figure img{
  width: 100%;
  display: block;
}
.main-story-wrap .main-story-people figure img{
  width: 100%;
  display: block;
  animation-name: scaleIn;
  animation-duration: 1.5s;
  animation-timing-function: linear;
  animation-delay: 0s;
  transform: scale(1.1);
}
/* @keyframes scaleOut {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
} */
.main-story-wrap .main-story-box figure img{
  width: 100%;
  display: block;
  animation-name: scaleOut;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-delay: 1.5s;
  transform: scale(1);
  animation-iteration-count: 3;
}

.main-story-thumbnail{
  position: absolute;
  /* bottom: 10px;
  left: 260px; */
  top: auto;
  right: auto;
  bottom: 8px;
  left: 8px;
  display: flex;
  flex-wrap: nowrap;
}
.main-story-thumbnail figure{
  width: 40px;
  margin: 5px;
  /* box-shadow: 1px 1px 6px #666; */
  border-radius: 6px;
  opacity: .8;
}
.main-story-thumbnail figure img{
  border-radius: 6px;
}
.main-story-title{
  position: absolute;
  top: 30px;
  right: 30px;
}
.main-story-icon{
  position: absolute;
  top: 8px;
  left: 8px;
  font-size: 10px;
  font-weight: bold;
  background-color: red;
  color: #FFF;
  text-align: center;
  padding: 4px 8px;
  border-radius: 6px;
}


/*===================================
TVCF・動画
===================================*/
#tvcf__section{
  /* background-color: #FFF; */
  background-color: #000;
  height: auto;
  position: relative;
  padding: 0 0 2rem;
}
#tvcf__section .section-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  background-attachment: fixed;
}
/* @keyframes fadeIn {
  0% {
    top: -100px;
    z-index: 1;
  }
  100% {
    top: -300px;
    z-index: 100;
  }
} */
.story-box {
  padding: 0rem 1.5rem 3rem;
  background-color: #FFF;
  box-shadow: 1px 1px 6px #ddd;
  width: 100%;
  display: inline-block;
  position: static;
  top: 0;
  left: 0;
  margin-left: 0;
  z-index: 100;
  box-shadow:none;
  border-bottom: 1px solid #DDD;
  /* animation-name: fadeIn;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-delay: 3s; */
}
.story-box-heading{
  margin: 0rem 0 2.5rem;
  font-size: 1.3rem;
}
.story-box-text{
  margin: 1rem 0;
  font-size: 0.95rem;
  line-height: 2;
}
.story-box-name{
  margin: 2rem 0 0rem;
  font-size: 1.2rem;
}


/*===================================
movie
===================================*/

.movie-box-wrap {
  width: 100%;
  display: block;
  position: static;
  left: 0;
  top: 0;
  padding: 1rem 1rem 0;
}
.movie-box-heading{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
  color: #FFF;
  text-align: center;
}
.movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 8px;
  overflow: hidden;
  /* border: 1px solid #EEE; */
  margin: 0 auto;
}
.movie-box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}


/*===================================
ラインナップ
===================================*/
#lineup__section{
  background-color: #000;
  padding: 2rem 0 .5rem;
}
#lineup__section .section__heading{
  margin: 1rem auto 2rem;
  color: #FFF;
}
#lineup__section .section-wrap{
  max-width: 100%;
  min-width: auto;
  margin: 0 auto;
  /* padding: 10rem; */
}

#lineup__section .section-box-wrap {
  width: 100%;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: nowrap;
}
#lineup__section .section-box-wrap:last-child {
  margin: 0 auto 30px;
}

.swiper-container{
  text-align: center;
}
.swiper-wrapper{
  transition-duration: 3000ms;
}
/* .swiper-slide{
  opacity: .5;
}
.swiper-slide-active{
  opacity: 1;
} */
.swiper-container .swiper-slide img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.swiper-slide-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.5);
  color: #FFF;
  opacity: 0;
  transition: .5s;
  display: none;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.overlay-flex{
  display: flex;
}
/* .swiper-slide:hover > .swiper-slide-overlay{
  opacity: 1;
  transition: .3s;
} */
.swiper-slide-overlay a{
  text-decoration: none;
  display: block;
  width: 100%;
  /* padding-top: 4rem; */
}
.swiper-slide-overlay a .swiper-slide-heading{
  color: #FFF;
  font-size: 1.1rem;
  text-align: center;
  padding: 4rem 1rem 1rem;
}
.swiper-slide-overlay a .section-box-button {
  display: block;
  width: 50%;
  font-size: .9rem;
  background-color: #FFF;
  margin: 0 auto;
  padding: 10px;
  border-radius: 30px;
  color: #000;
}

.slide-second-line .swiper-slide-overlay a .swiper-slide-heading{
  color: #FFF;
  font-size: .8rem;
  text-align: center;
  padding: 4rem 1rem 1rem;
}
.slide-second-line .swiper-slide-overlay a .section-box-button {
  display: block;
  width: 60%;
  font-size: .8rem;
  padding: 6px 10px;
  color: #000;
}

.swiper-slide-overlay a .section-button-wrap {
  width: 100%;
}
.swiper-pagination,.swiper-button-prev, .swiper-button-next{
  display:none;
}

.prettyprint{
  border: none;
  background: #fafafa;
  color: #697d86;
}
/*===================================
ピックアップ
===================================*/
#pickup__section {
  background-color: #000;
}
#pickup__section .section__heading{
  margin: 1rem auto 2rem;
  color: #FFF;
}
#pickup__section .section-wrap{
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto 2rem;
}

.pickup-box-inner{
  width: 100%;
  display: block;
  position: relative;
}

.pickup-box-wrap{
  width: 94%;
  margin: 1.5% 3%;
  border-bottom: none;
  border: 1px solid #333;
  border-radius: 12px;
  overflow: hidden;
}
.pickup-box-image{
  width: 100%;
}
.pickup-box-image img{
  width: 100%;
  height: auto;
  display: block;
}

.pickup-box{
  position: absolute;
  bottom: 1.5vh;
  left: 3%;
  /* margin-left: -700px; */
  width: 94%;
  border-radius: 4px;
  padding: .5rem;
  background-color: rgba(255,255,255,0.95);
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
/* .pickup-box-logo{
  padding: 3rem 2rem 0;
} */
.pickup-box-heading {
  padding: 0 .5rem 0;
  font-size: 12px;
  font-weight: bold;
  color: #0080cb;
}
.pickup-box-text {
  padding: 0 .5rem .5rem;
  font-size: 12px;
  text-align: left;
}
#pickup__section .pickup-box .section-button-wrap {
  width: 120px;
  margin: 0 auto;
}
#pickup__section .pickup-box .section-box-button {
  font-size: 12px;
}
#pickup__section .pickup-box .section-box-button a {
  padding: 6px 12px;
}
#pickup__section .pickup-box .section-box-button a:hover {
  opacity: .8;
  transition: 0.5s;
}
#pickup__section .pickup-box .section-box-button:hover > a {
  background-position: right 15px center;
  transition: 0.5s;
}

/*===================================
ポイント
===================================*/
#point__section{

}
#point__section > .section-box-body:nth-child(odd){
  text-align: right;
}

figcaption{
  display: none;
}
/*===================================
port
===================================*/
#port__section{
  background-color: #EEE;
}
.port-box-wrap{
  width: 90%;
  max-width: 90%;
  margin: 0rem auto 3rem;
  padding: 3em 2em 1rem;
  background-color: #FFF;
  border-radius: 24px;
}
.port-box-heading{
  font-weight: bold;
  margin: 0 auto .5em;
  font-size: 1.2rem;
  text-align: center;
}
.port-box-inner{
  width: 100%;
  padding: 1rem 1rem 1rem;
  /* margin-bottom: 1rem; */
  display: flex;
  flex-wrap: wrap;
}
.port-box{
  width: 100%;
  margin: 0 0 1rem;
  padding: .5rem 0;
  display: flex;
  flex-wrap: nowrap;
}
.port-box-image{
  width: 20%;
}
.port-box-image img{
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}
.port-box-item{
  width: 80%;
  padding: 0 1rem;
}
.port-item-heading{
  font-size: 14px;
  color:#4692C9;
}
.port-item-text{
  font-size: 12px;
}
.port-box-wrap > .section-button-wrap{
  width: 100%;
  margin: 1rem auto 1rem;
}

/*===================================
ステップ
===================================*/
#step__section{
  /* background-color: #EEE; */
}

.step-box{
  width: 90%;
  margin: 0 5% 2%;
}
.step-box .section-box-heading{
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 2;
  padding-left: 3.5rem;
  position: relative;
}
.step-box .heading-icon-number{
  font-size: 1rem;
  padding: .1rem .8rem;
  border-radius: 50px;
  background-color: #0080cb;
  color: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}
.step-box .section-box-image{
  width: 100%;
  padding: 0;
}
.step-box .section-box-body{
  width: 100%;
  padding: 1rem 2rem;
}
.step-box .section-box-text{
  text-align: left;
  line-height: 1.5;
  margin-bottom: 2rem;
}

/*===================================
FAQ
===================================*/
#faq__section{}

#faq__section .section-box-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 4rem;
  display: block;
}
.faq-box-wrap{
  width: 100%;
  padding: .5rem 0;
  border-bottom: 1px solid #333;
  margin-bottom: .5rem;
}
.faq-box-heading{
  font-size: 26px;
  font-weight: bold;
  padding: .5rem 2rem;
}
.faq-box-answer{
  font-size: 16px;
  padding: .5rem 2rem;
}




.faq-check{
  display: none;
}
.faq-label{
  font-size: 1.2rem;
  font-weight: bold;
  padding: .5rem 3rem .5rem 1.5rem;
  display: block;
  position: relative;
}
.faq-label:after{
  box-sizing: border-box;
  content: '+';
  display: block;
  height: 52px;
  padding: 10px 20px;
  position: absolute;
  right: 0;
  top: 0px;
  transition: .3s;
  color: #0080cb;
}
.faq-content{
  display: block;
  height: 0;
  opacity: 0;
  transition: 0s;
  visibility: hidden;
  font-size: 16px;
  padding: 0;
}
.faq-check:checked + .faq-label:after{
  transform:rotate(45deg);
  transition: .5s;
}
.faq-check:checked + .faq-label + .faq-content{
  height: auto;
  opacity: 1;
  padding: .5rem 2rem;
  visibility: visible;
}


/*===================================
口コミ
===================================*/
#review__section .section-box-wrap{
  width: 100%;
  max-width: 1100px;
  margin: 0 auto 4rem;
  display: block;
}
.review-box{
  padding: 1rem;
  /* background-color: #F2F2F2; */
  border: 3px solid #F2F2F2;
}

.review-box-heading{
  display:flex;
  flex-wrap: nowrap;
  align-items: center;
}
.review-box-heading li{
  padding-right:5px;
}
.review-box-name{
  font-size: 110%;
  font-weight: bold;
}

.review-box-itle{
  padding: 5px 0;
}

/* .review-box-text{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.review-box-text.text__open{
  display: block;
  overflow:visible;
} */

/* .review-box-text{
  white-space:nowrap;
  text-overflow:ellipsis;
  overflow:hidden;
  display:block;
  text-decoration:none;
}
.review-box-text.text__open{
  white-space:normal;
  text-overflow:none;
  overflow:visible;
} */
.review__balloon {
  position: relative;
  display: block;
  background-color: #fff;
  border-bottom: solid 2px #525252;
  padding: 16px;
  min-width: 240px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 16px;
}
.review__balloon:before,
.review__balloon:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.review__balloon:before {
  border: solid 12px transparent;
  border-top: solid 12px #525252;
}
.review__balloon:after {
  border: solid 14px transparent;
  border-top: solid 14px #fff;
  margin-top: -5px;
}
.review__balloon p {
  margin: 0;
  padding: 0;
}

/*===================================
検索
===================================*/
#search__section{
  background-color: #000;
}
#search__section .section__heading{
  margin: 0 auto 2rem;
  color: #FFF
}
#search__section .section-wrap{
  width: 90%;
  max-width: none;
  min-width: auto;
  margin: 0 auto 0rem;
  /* padding: 10rem; */
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
#search__section .section-box-wrap {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#search__section .mv__container {
  height: auto;
}
#search__section .mvControl__search {
  width: 100%;
}
#search__section .rn-searchMod {
  width: 100%;
}
#search__section .rn-searchMod__formSection{
  width: 100%;
  min-height: auto;
  padding: 20px 20px 16px;
}
#search__section .listItem{
  display: flex;
  flex-wrap: wrap;
}
#search__section .listItem li{
  width: 100%;
  margin: 0 0 0.5%;
}
#search__section .inner__block{
  display: flex;
  flex-wrap: wrap;
}

#search__section .inputblock--w1#search__keywordWrap{
  width: 100%;
  margin: 0 0 0.5%;
}
#search__section .inputblock--w1#search__keywordWrap .listItem li{
  width: 100%;
  margin: 0;
}
#search__section .listItem#search__areaWrap{
  width: 100%;
  margin: 0;
}
#search__section .inputblock--w1#search__themeWrap{
  width: 100%;
  margin: 0 0 0.5%;
}
#search__section .inputblock--w1#search__dateWrap{
  width: 100%;
  margin: 0 0 0.5%;
}
#search__section .inner__block.searchBtnBlock {
  width: 100%;
  margin: 0;
}

.rn-searchMod__buttonSearch {
  width: 80%;
  height: 50px;
  margin: 0 auto;
  padding: 15px 15px 17px 105px;
  font-weight: bold;
}

#search__section select:disabled {
  background: #ccc;
}

#search__section .rn-searchMod__label {
  margin-bottom: 8px;
  border: 1px solid #666;
}

/*===================================
リアル旅行誘導
===================================*/
#travel__section{}
#travel__section .section-box-image {
  width: 90%;
  margin: 0 auto;
}
#travel__section .section-box-image figure img {
  border-radius: 0;
}





/*===================================
port説明LP用
===================================*/


#port__Wrap .section-wrap {
  max-width: none;
  min-width: auto;
  margin: 0 auto;
  /* padding: 10rem; */
}
#port__Wrap .section__heading {
  margin: 2rem auto 2rem;
  color: #222;
  font-size: 1.4rem;
  padding: 0;
}
#port__Wrap .section-box-text {
  font-size: 1.1rem;
  line-height: 1.8;
}

#port__Wrap .port-box-wrap {
  width: 100%;
  max-width: auto;
  margin: 1rem auto 3rem;
  padding: 1em 1em;
  background-color: #F2F2F2;
  border-radius: 24px;
}
#port__Wrap #point__section {
  padding: 1rem 1rem;
}
#port__Wrap .section-box-heading {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 1.8;
}

#port__Wrap #search__section {
  background-color: #000;
  padding: 2rem 0;
}

#port__Wrap #faq__section .section-box-wrap{
  max-width: none;
  margin: 0 auto 2rem;
}


#port_main__section {
  background-color: #000;
  padding: 0;
}
#port_main__section .section__heading{
  margin: 0;
  color: #000;
  font-size: 1.2rem;
}
#port_main__section .section-wrap{
  max-width: 100%;
  min-width: auto;
  margin: 0 auto 0;
}

#port_main__section .portmain-box-inner{
  width: 100%;
  display: block;
  padding: 15vh 0;
}
#port_main__section .portmain-box{
  width: 90%;
  margin: 0 auto;
  border-radius: 12px;
  padding: 2rem;
  background-color: rgba(255,255,255,1);
  box-shadow:
    0 1.9px 2.5px rgba(0, 0, 0, 0.057),
    0 5px 6.1px rgba(0, 0, 0, 0.076),
    0 10.1px 11.4px rgba(0, 0, 0, 0.086),
    0 19.2px 19.8px rgba(0, 0, 0, 0.092),
    0 38.4px 34.8px rgba(0, 0, 0, 0.1),
    0 101px 74px rgba(0, 0, 0, 0.13);
}
#port_main__section .portmain-box-logo{
  padding: 0rem 2rem 0;
  max-width: 240px;
  margin: 0 auto;
}
#port_main__section .portmain-box-logo img{
  width: 100%;
}
#port_main__section .portmain-box-heading{
  padding: 0;
  font-size: 22px;
  text-align: center;
}

.portmain-box-wrap{
  width: 100%;
  height: 60vh;
  background-attachment: unset;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../images/port_pic000.jpg);
}




/*===================================
ABテスト用
===================================*/

main.main{
  display: flex;
  flex-wrap: wrap;
}
.main-section{
  order: 4;
}
.breadcrumb{
  order: 1;
}
/* #story__section{
  order: 2;
}
#tvcf__section{
  order: 3;
} */
#lineup__section.b-type-section{
  order: 2;
  padding: 1rem 0 2rem;
  margin-bottom: 1rem;
}
#lineup__section.b-type-section h2{
  display: none;
}
/* #pickup__section{
  order: 5;
} */


@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

#loading {
  width: 100%;
  height: 100vh;
  background-color: #0080cb;
  background-color: #000;
  opacity: 0.90;
  position: fixed;
  z-index: 10000;
  display: none;
}
.hidden {
  display: none;
}

.spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
}

.spinner > div {
  background-color: #FFF;
  height: 100%;
  width: 6px;
  display: inline-block;

  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% {
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}
