@charset "UTF-8";
  body {
   background: #f7f5e8!important;
  }
  
.top_im {
  width: 140px;
  height: 140px;
  position: fixed;
  bottom: 0;
  right: -5px;
 z-index: 10;
}  
.accordion-title.js-accordion-title.season2 {
  background: #7b7eaa;
  color: #fff;
}
.accordion-title.js-accordion-title.season3 {
  background: #d47c72;
  color: #fff;
}
.season_tab {
 max-width: 1100px;
 margin: 0 auto 50px;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
}
.season_tab > li {
 width: 49%;
 text-align: center;
 color: #908774;
}
.season_tab > li > div {
 padding: 3px;
 border: 3px solid #908774;
 border-radius: 10px;
}
.season2 .season_tab > li > div {
 border: 3px solid #7278c0;
}
.season2 .season_tab > li {
 color: #7278c0;
}
.season3 .season_tab > li > div {
 border: 3px solid #d47c72;
}
.season3 .season_tab > li {
 color: #d47c72;
}
.season_tab > li a {
 transition: all .5s;
 padding: 5px 0 5px 20px;
 border: 3px solid #908774;
 font-size: 22px;
 font-weight: bold;
 letter-spacing: 1px;
 border-radius: 7px;
}
.season2 .season_tab > li a {
 border: 3px solid #7278c0;
}
.season3 .season_tab > li a {
 border: 3px solid #d47c72;
}
.season_tab > li.current a {
 position: relative;
 background: #908774;
 color: #f6f4e7;
 pointer-events: none;
}
.season2 .season_tab > li.current a {
 background: #7278c0;
 color: #fff;
}
.season3 .season_tab > li.current a {
 background: #d47c72;
 color: #fff;
}
.season_tab > li.current a::after {
    position: absolute;
    display: block;
    content: '';
    top: -22px;
    transform: translateX(-50%);
    left: 50%;
    background: #e62789;
    height: 15px;
    width: 22px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    transition: ease all .3s;
 animation: fluffy 1.5s infinite;
}
@keyframes fluffy {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-7px);
  }
}
.season_tab > li.blank {
 opacity: .5;
}
.season_tab > li.blank:hover {
 transition: all .5s;
 opacity: 1;
}
.season_tab > li a span {
 width: 100%;
 padding: .3em;
 display: inline-block;
        background-image: linear-gradient(to bottom, #908774 3px, transparent 3px);
        background-size: 3px 10px;
        background-repeat: repeat-Y;
        background-position: left;
        padding-left: 13px;
}
.season3 .season_tab > li a span {
 background-image: linear-gradient(to bottom, #d47c72 3px, transparent 3px);
}
.season2 .season_tab > li a span {
 background-image: linear-gradient(to bottom, #7278c0 3px, transparent 3px);
}
.season_tab > li.current a span {
        background-image: linear-gradient(to bottom, #f6f4e7 3px, transparent 3px);
}
.season2 .season_tab > li.current a span {
        background-image: linear-gradient(to bottom, #fff 3px, transparent 3px);
}
.season2 .route_list {
 background: #f1f2fa;
}
.season2 .route_list li:nth-of-type(n+2) {
 border-top: 2px solid #7278c0;
}
.season2 .route_list li .route_number {
 background: #7278c0;
 color: #fff;
}
.season2 .map a {
 background: #7278c0;
 color: #fff;
}
.season2 .triangle {
  background: #7278c0;
}
.season2 .contents_title {
 background: url("../images/bg_title_s2.webp") no-repeat center bottom /60px;
}
.season2 .bg_white {
 background: #ffffff;
}
.season2 .bg_white .number {
 color: #fff;
}
.season2 .episode_date::before {
    background: #C2C5E3;
}
.season3 .route_list li:nth-of-type(n+2) {
 border-top: 2px solid #d47c72;
}
.season3 .route_list li .route_number {
 background: #d47c72;
 color: #fff;
}
.season3 .map a {
 background: #d47c72;
 color: #fff;
}
.season3 .triangle {
  background: #d47c72;
}
.season3 .contents_title {
 background: url("../images/bg_title_s3.webp") no-repeat center bottom /60px;
}
.season3 .bg_white {
 background: #FFF7F7;
}
.season3 .bg_white .number {
 color: #fff;
}
.season3 .episode_date::before {
    background: #FFD4D4;
}
.ed_route {
  color: #e62789;
  padding: 40px 0 20px;
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}
.season2.wrapper {
 background: url("../images/bg_all_s2.webp") repeat-y top left,url("../images/bg_all_s2.webp") repeat-y top right, url("../images/bg_dotted_s2.webp") ,#f1f2fa!important;
   background-attachment: fixed!important;
 }
.season3.wrapper {
 background: url("../images/bg_all_s3.webp") repeat-y top left,url("../images/bg_all_s3.webp") repeat-y top right, url("../images/bg_dotted_s3.webp") ,#FCEDED!important;
   background-attachment: fixed!important;
 }
 @media screen and (max-width: 880px) {
  .top_im {
  width: 80px;
  height: 80px;
  position: fixed;
  bottom: 0;
  right: -5px;
}
} 
/*ローディング*/

/* Loading背景画面設定　*/
#splash {
    /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url("../images/bg_dotted.webp") #f7f5e8;
  text-align:center;
  color:#fff;
}

/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width:260px;
}

/* 過去スライダー用css　*/
.stop {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}
.stop .swiper-slide {
  width: 247px;
}
.stop.now .swiper-slide {
  width: 260px;
}

.eng {
font-family: "vdl-v7gothic", sans-serif;
font-weight: 500;
font-style: normal;
}
.accordion {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  position: relative;
  width: 100%;
}
.accordion-title {
  cursor: pointer;
  font-size: 20px;
  padding: 15px 20px;
  border-radius: 12px;
 font-weight: bold;
 text-align: center;

}
.accordion-item +.accordion-item {
  margin-top: 10px;
}
.accordion-content {
  display: none;
  padding: 10px 20px!important;
}
.accordion-content p {
  line-height: 1.5;
}
/* タイトルの背景色 */
.accordion-item .accordion-title {
border:3px solid #e62789;
 color: #e62789;
}
/* 矢印 */
.accordion-title {
  position: relative;
   padding-left: 10px;
}
.accordion-title::after {
  border-right: solid 2px ;
  border-top: solid 2px ;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 25px;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px;
 color: #e62789;
}
.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg);
}
.accordion-item .accordion-title {
 background: #a7a192;
 color: #fffdf3;
 border: none;
}
.accordion-item .bg_white {
 margin-top: 10px;
 padding-top: 1.5em;
}
.accordion-item .accordion-title::after {
 color: #fffdf3;
}
.end {
 position: relative;
 overflow: hidden;
}
.end_overlay {
 display: block;
 position: absolute;
 width: 100%;
 height: 100%;
 background-color: rgba(85,85,85,.6);
 z-index: 10;
 left: 0;
 top: 0;
}
.totop a {
 display: none!important;
}
a {
 display: block;
}
a.opacity:hover {
 opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
footer {
    color: #FFF;
    position: relative;
    background: #fc8e3d;
    background: -moz-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: -webkit-linear-gradient(left, #fc8e3d 0%, #ff0576 100%);
    background: linear-gradient(to right, #fc8e3d 0%, #ff0576 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc8e3d', endColorstr='#ff0576', GradientType=1);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    font-size: 12px;
}
.wrapper {
font-family: "vdl-v7gothic", sans-serif;
font-weight: 500;
font-style: normal;
 color: #625c4f;
 background: #f7f5e8!important;
}

.home.only {
 position: fixed;
 top: 30px;
 left: 50px;
 width: 120px;
}
/*横流し*/
.scroll {
  margin     : auto;
  width      : 100%;
  font-size  : 18px;
  line-height: 1.5em;
  text-align : center;
  color      : #373737;
  background : #9e9e9e;
  overflow   : hidden;
}
.scroll:hover {
 opacity: .8;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.scroll p{
  display     : inline-block;
  padding-left: 100%;
  white-space : nowrap;
  line-height : 120%;
  animation   : scrollAnime 50s linear infinite;
 font-weight: 400;
}
.scroll a span {
  color: #ed005b;
}
.scroll a {
 display: block;
 padding: 10px 0 7px;
}
@keyframes scrollAnime{
    0% { transform: translateX(0)}
  100% { transform: translateX(-100%)}
}
.wrapper {
 background: #f7f5e8;
}

.bold {
  font-weight: bold;
}
.sp {
 display: none;
}
.mt00 {
  margin-top:0 !important;
}
.mt80-45 {
  margin-top: 80px;
}
.opacity {
 display: block;
}
.opacity:hover {
  opacity: .6;
  transition: .3s;
}
.mw-1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.relative .left {
  position: absolute;
  top:-437px;
  left: -525px;
}
.relative .right {
  position: absolute;
  top:-437px;
  right: -525px;
}

#js-lp-cta-fixed {
  display: none;
  margin: 0;
}
#js-lp-cta-fixed.is-fixed {
  display: block;
}

/* ==========================================================================
btn
========================================================================== */
.btn a {
   margin: 0 auto 0;
   display: block;
   background-color: #e62789;
   color: #fff;
   font-size: 20px;
 font-weight: 300;
   text-align: center;
   width: 100%;
   max-width: 400px;
   height: 53px;
   display: flex;
   align-items: center;
   justify-content: center;
   text-decoration: none;
   border-radius: 100px;
   padding-left: 10px;
   box-sizing: border-box;
 line-height: 100%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
 box-shadow: 0 0 15px #fff,0 0 5px #fff;
}
.btn.brown a {
   background-color: #908774;
}
.btn.yet a {
 pointer-events: none;
   background: #505152;
}
#qa .btn {
 padding-top: 70px;
}
#qa .btn a {
background: #ba194d;
}

.btn a span {
   display: block;
   background-image: url(../images/playbtn.webp);
   background-size: 100% 100%;
   width: 20px;
   height: 20px;
   margin-left: 10px;
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.btn a:hover span {
   transform: translateX(5px);
   -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.slider {
 margin-top: 50px;
}
.btn_more {
  text-align:center;
  margin-top: 50px;
}
.btn_other {
  margin-top: 10px;
}

.common_footer_wrapper {
 overflow: hidden;
}
.footer_logo a {
  display: block;
  background-image: url(../images/logo.svg);
  background-size: 100% 100%;
  width: calc(130px);
  height: calc(130px / 494.58 * 217.28);
  text-indent: -9999px;
  overflow: hidden;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
/*contents*/
.contents_block {
 padding-top: 50px;
}
.contents_title {
 padding: 60px 0 15px;
 background: url("../images/bg_title.webp") no-repeat center bottom/60px;
 font-size: 40px;
 text-align: center;
 color: #e62789;
}
.season_wrap {
 padding-top: 30px;
 padding-bottom: 20px;
 border-bottom: dotted 5px #e62789;
}
.season_title_wrap {
 border-bottom: dotted 5px #e62789;
}
.season_title {
    padding-top: 27px;
    background: #e62789;
    text-align: center;
    width: 135px;
    height: 65px;
    margin: auto;
    border-top-left-radius: 90px;
    border-top-right-radius: 90px;
    color: #fffdf3;
    font-size: 18px;
 transform: translateY(-5px);
}
.contents_title.jp {
 font-size: 30px;
 font-weight: bold;
}
.inner {
 max-width: 1100px;
 margin: auto;
 width: 90%;
}
/*episode */
.bg_white {
 overflow: hidden;
 margin-top: 30px;
 background: #fffdf3;
 padding: 5.5em 2.5em 3em;
 border-radius: 20px;
 position: relative;
 overflow: hidden;
}
.bg_white .number {
 display: block;
 position: absolute;
 top: 0;
 left: 50%;
 padding-top: 20px;
 transform: translateX(-50%);
 background: #e62789;
 text-align: center;
     width: 175px;
    height: 85px;
    border-bottom-left-radius: 90px;
    border-bottom-right-radius: 90px;
 color: #fffdf3;
 font-size: 20px;
}
.contents_box {
 margin-top: 40px;
}
/*route*/
.route_lead {
 margin-top: 20px;
 font-size: 20px;
 text-align: center;
}
.route_title {
 position: relative;
 padding-left: 30px;
 font-size: 18px;
}
.route_title::before {
 position: absolute;
 display: block;
 content: '';
 width: 20px;
 height: 20px;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 background: #dfd7c3;
 border-radius: 100px;
}
.route_list {
 margin-top: 20px;
 background: #f7f5e8;
 padding: 2em;
 border-radius: 10px
}
.season3 .route_list {
 background: #FCEDED;
}
.route_list li {
 padding-bottom: 12px;
}
.route_list li a.route_list_top {
 display: inline-block!important;
 margin-top: 0;
}
.route_list li:nth-of-type(n+2) {
 padding-top: 8px;
 border-top: 2px solid #dfd7c3;
}
.route_list li a {
 margin-top: 7px;
}
.route_list li a:nth-of-type(n+2) {
 margin-top: 5px;
}
.route_list li .route_number {
 display: inline-block;
 margin-right: 10px;
 background: #908774;
 padding: 3px 0 4px;
 color: #fffdf0;
 border-radius: 4px;
 width: 38px;
 text-align: center;
}
.route_list li p + p {
 margin-top: 3px;
}
.route_block {
}
.route_block > li {
 margin-top: 90px;
 padding-top: 60px;
 position: relative;
}
.route_flex {
 margin-top: 30px;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;;
 -webkit-flex-direction: row-reverse;
 -moz-flex-direction: row-reverse;
 -ms-flex-direction: row-reverse;
 -o-flex-direction: row-reverse;
 flex-direction: row-reverse;
 -ms-align-items: center;
 align-items: center;
}
.route_im {
 width: 56%;
 overflow: hidden;
 position: relative;
 aspect-ratio: 16 / 10;
 border-radius: 15px;
}
.route_im img {
 position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
 
    max-width: 800px;/*画像の幅指定*/

  }
 
.illust {
 width: 20%;
 position: absolute;
 right: -60px;
 bottom: -20px;
}
/* アニメーション前 */
.illust.u-fade-type-up{
    transform: translateY(30px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.illust.u-fade-type-up.is-active{
    transition: 2s;
    transform: translateY(0);
    opacity: 1;
}

/* トリガー発火でis-activeを付与 */
.route_im .u-fade-type-up.is-active{
    animation: large 30s linear;/*アニメーションの名前を指定*/
    animation-iteration-count :infinite;/*実行回数を指定*/
}
  @keyframes large{
    0%{width: 100%;}
    100%{width: 150%;}
  }
.route_info {
 width: 40%;
}
.map {
 width: 120px;
 margin-top: 20px;
 text-align: center;
 border-radius: 100px;
}
.map a {
 position: relative;
 display: block;
 padding: 5px 10px;
 background: #908774;
 color: #fffdf3;
 border-radius: 100px;
}
.map a::before {
 position: absolute;
 display: block;
 content: '';
 top: 50%;
 transform: translateY(-50%);
 right: 10px;
 background: url("../images/arrow.webp") no-repeat 0 0/100%;
 width: 8px;
 height: 14px;
}
.map a:hover {
 background: #e62789;
 transition: .5s;
}
.shop_info {
 margin-top: 30px;
 font-size: 13px;
 line-height: 120%;
}
.shop_info span {
 width: 95px;
 margin-bottom: 5px;
 display: block;
 text-align: center;
 border: 2px solid #908774;
}
.shop_info li:nth-of-type(n+2) {
 margin-top: 10px;
}
.shop_info a {
 display: inline-block;
 text-decoration: underline;
}
.shop_name {
 position: absolute;
 top: 40px;
 left: -1.5em;
 font-size: 26px;
 padding: 2px 15px 2px 40px;
 transform: rotate(-2deg);
/*
 border-left: 7px solid;
 padding: 2px 0 2px 10px;
*/
 background: #e62789;
 color: #fff;display: inline-block;
}
.triangle {
 display: inline-block;
 margin-right: 10px;
  background: #908774;
  height: calc(tan(60deg) * 12px / 2);
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}
.flex_box {
 display: -webkit-flex;
 display: flex;
 -webkit-flex-wrap: wrap;
 flex-wrap: wrap;
}
.flex_box.ai {
 -webkit-align-items: center;
 align-items: center;
}
.flex_box.js {
 justify-content: space-between;
}
.im_left {
 width: 40%;
}
.im_left p {
 font-size: 12px;
}
.tx_right {
 width: 55%;
}
.contents_wrap.first {
 padding-top: 0px;
}
.contents_wrap {
 margin-top: 0;
 padding-top: 60px;
}
.contents_wrap.season2 {
 margin-top: 0;
 padding-top: 40px;
}
.contents_wrap.season3 {
 margin-top: 0;
 padding-top: 40px;
}
.contents_inner {
 padding-bottom: 40px;
}
.contents_inner.season2 {
 padding-bottom: 100px;
}
.contents_inner.season3 {
 padding-bottom: 100px;
}
@media screen and (min-width: 881px) {
 .bg_white .number.large {
 font-size: 22px;
 padding-top: 23px;
}
 .bg_white .number.large.ll {
 font-size: 22px;
 padding-top: 15px;
  line-height: 120%;
  width: 215px;
  border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}
/* フッター*/
     .footer_lemino_inc_3 .subfoot{
        height: calc(230px / 2) ;
    }
 .footer_lemino_inc_3 .totop a {
    height: calc(300px / 2) ;
}
    .footer_lemino_inc_3 .subfoot .tit {
        position: absolute;
        top: 35px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 15px;
   }
     .footer_lemino_inc_3 .subfoot .x a,
    .footer_lemino_inc_3 .subfoot .yt a,
    .footer_lemino_inc_3 .subfoot .in a{
      background-position: center;
   }
 .subfoot .in a {
  background-image: url("../images/in.png");
        background-size: calc(96px / 2) calc(96px / 2);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 55px;
        height: calc(96px / 2);
        color: #fff;
        display: flex;
        align-items: center;
        text-decoration: none;
        width: fit-content;
        margin-left: 9px;
        margin-right: auto;
 }
    .footer_lemino_inc_3 .end {
    padding-top: 0;
    padding-bottom: 50px;
  }
 .wrapper {
 background: url("../images/bg_all.webp") repeat-y top left,url("../images/bg_all.webp") repeat-y top right, url("../images/bg_dotted.webp") ,#f7f5e8!important;
   background-attachment: fixed!important;
 }
 /*ヘッダー*/
header {
 position: fixed;
 top: 0;
 left: 0;
 width: 100%;
 z-index: 100;
 display: -webkit-flex;
 display: flex;
 justify-content: space-between;
 -webkit-align-items: center;
 align-items: center;
 padding: 1em 3.2em;
}
header .home {
 width: 120px;
}
header .right li {
 position: relative;
 display: inline-block;
 margin-left: 2px;
 padding-left: 10px;
 font-size: 16px;
 line-height: 70%;
 letter-spacing: 1px;
/* border: 2.5px solid #e62789;*/
/* color: #e62789;*/
 border-radius: 5px;
 background: #908774;
 color: #f7f5e8;
}
header .right li a {
 display: block;
 padding: 10px 12px 9px 13px;
/* background-image : linear-gradient(to bottom, #e62789 3px, transparent 3px);*/
 background-image : linear-gradient(to bottom, #f7f5e8 3px, transparent 3px);
 background-size: 3px 10px;
 background-repeat: repeat-Y;
 background-position: left;
 padding-left: 13px;
 font-size: 15px;
  line-height: 100%;
}
 header .right li:hover {
  transition: all .5s ease;
  background: #e62789;
 }
 header .right li span {

 }
  .footer_fix {
      margin: 2% auto;
  }
  .lp_cta_fixed .lp_fv_cta_btn {
      width: min(44vw, 450px);
  }
 
 .contestant_wrap > li:nth-of-type(4n) {
 margin-right: 0;
}
.contestant_wrap > li:nth-of-type(n+5) {
margin-top: 20px;
}

.contents_row_box > li:nth-of-type(4n) {
 margin-right: 0;
}
.contents_row_box > li:nth-of-type(n+5) {
 margin-top: 20px;
}
 
}
@media screen and (max-width: 1270px) {
 .top_date {
  font-size: 24px;
 }
 .top_date span {
  font-size: 22px;
 }
 header .right li a {
 font-size: 14px;
}
}
@media screen and (max-width: 880px) {
.season_title {
    padding-top: 22px;
    width: 115px;
    height: 55px;
    font-size: 15px;
    transform: translateY(3px);
}
 .season_title_wrap {
    border-bottom: dotted 3px #e62789;
}
 .season_wrap {
    border-bottom: dotted 3px #e62789;
}
/* 過去スライダー用css　*/
.stop {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.stop .swiper-slide {
  width: 50%;
}
.stop.now .swiper-slide {
  width: 50%;
}
 .accordion-content {
  padding: 0!important;
 }
 .accordion-title {
  font-size: 14px;
 }
 .accordion h3 {
  font-size: 14px;
 }
 .accordion .contents_date {
  font-size: 12px;
 }
 .p-nav__item.tag_ic {
  width: 40px;
  margin: 0 0 0 auto;
 }
/* フッター*/
     .footer_lemino_inc_3 .subfoot{
        margin-top: 30px;
        padding-right: 20px;
        padding-left: 20px;
        height: calc(290px / 2 * 0.75) ;
    }
    
        .footer_lemino_inc_3 .subfoot .x .tit,
    .footer_lemino_inc_3 .subfoot .yt .tit,
    .footer_lemino_inc_3 .subfoot .in .tit {
        font-size: 14px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
 }
     .footer_lemino_inc_3 .subfoot .x a,
    .footer_lemino_inc_3 .subfoot .yt a,
    .footer_lemino_inc_3 .subfoot .in a {
        display: block;
        background-image: url(../../teaser/common/images/x.png);
        background-size: calc(96px / 2) calc(96px / 2);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 55px;
        height: calc(96px / 2);
        color: #fff;
        display: flex;
        align-items: center;
        text-decoration: none;
        width: fit-content;
        margin-left: auto;
        margin-right: auto;
        font-size: 12px;
        line-height: 160%;
     }


    .footer_lemino_inc_3 .subfoot .x a,
    .footer_lemino_inc_3 .subfoot .yt a,
    .footer_lemino_inc_3 .subfoot .in a{
      background-position: center;
   }
   
    .footer_lemino_inc_3 .subfoot .yt a {
        background-image: url(../../teaser/common/images/yt.png);
 }
 
    .footer_lemino_inc_3 .subfoot .in a {
        background-image: url("../images/in.png");
 }
 
      .footer_lemino_inc_3 .end {
        padding-top: 12vw;
        padding-bottom: 4vw;
      }
    .footer_lemino_inc_3 .end .backtop a{
        padding-top: 2vw;
        padding-bottom: 2vw;
        margin-bottom: 4vw;
        background-color: #151515;
        font-size: 16px;
    }
      .footer_lemino_inc_3 .subfoot .tit {
  position: absolute;
  top: 0;
  left: 51%;
  transform: translateX(-50%);
  font-size: 13px;
 }
  body {
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      -webkit-text-size-adjust: 100%;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
   background: #f7f5e8!important;
  }
 .btn a {
  width: 100%;
  font-size: 18px;
  font-weight: 400;
 }
 .sp {
  display: block;
 }
 .pc {
  display: none;
 }
 .wrapper {
   padding: 0 3% 0;
 background: url("../images/bg_all.webp") repeat-y top left/3%,url("../images/bg_all.webp") repeat-y top right/3%, url("../images/bg_dotted.webp") ,#f7f5e8!important;
 z-index: 1;

}
 .wrapper.season2 {
   padding: 0 3% 0;
 position: relative;
 background: url("../images/bg_all_s2.webp") repeat-y top left/3%,url("../images/bg_all_s2.webp") repeat-y top right/3%, url("../images/bg_dotted_s2.webp") ,#f1f2fa!important;
 z-index: 1;

}
 .wrapper.season3 {
   padding: 0 3% 0;
 position: relative;
 background: url("../images/bg_all_s3.webp") repeat-y top left/3%,url("../images/bg_all_s3.webp") repeat-y top right/3%, url("../images/bg_dotted_s3.webp") ,#FCEDED!important;
 z-index: 1;

}
 /*.wrapper::before {
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height: 100vh;
 background: url("../images/bg_all.webp") repeat-y top left/3%,url("../images/bg_all.webp") repeat-y top right/3%, url("../images/bg_dotted.webp") !important;

}*/
.season2.wrapper {
  background: none;
}

 .home {
  position: fixed;
  top: 14px;
  left: 24px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
 .home.only {
  position: fixed;
  top: 14px;
  left: 20px;
  width: 20%;
  max-width: 130px;
  z-index: 1000;
 }
 .flex_box.js {

 }
/* ヘッダー*/
 .c-hamburger__text {
  display: none!important;
 }
.l-header {
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
}
 .p-nav__inner {
  width: 100%;
 }
.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
 border-radius: 0 0 0 10px;
  cursor: pointer;
}


.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #b2a790;
  transition: all 0.4s;
}


.c-hamburger span:nth-of-type(1) {
  top: -4px;
}

.c-hamburger span:nth-of-type(2) {
  top: 1px;
 background-color: #e62789;
}


.c-hamburger span:nth-of-type(3) {
  top: 6px;
}


.c-hamburger .c-hamburger__text {
  display: block;
  top: 12px;
  background: transparent;

  color: #fff;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}


.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
 background: #e62789;
}


.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}


.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
 background: #e62789;
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}



.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: inherit;
  padding: 13px 20px;
}


.p-header__title {
  width: 100%;
  max-width: 120px;
  height: 48px;
  background: lightgray;
}


.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}


.p-header__title a img {
  height: 100%;
}


.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 12px;
  width: 55px;
  height: 100%;
}


.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
background: url("../images/bg_dotted.webp") rgba(247,245,232,1);
  opacity: 1;
  transition: 0.6s;
}

.p-nav {
  padding-top: 72px;
  padding-bottom: 72px;
}


.p-nav__list {
  display: block;
  width: 100%;
  padding: 0 30px;
}
 .p-nav__list li:nth-of-type(n+2) {
  margin-top: 10px;
 }
 .p-nav__list li a {
  padding-left: 30px;
    background: #b2a790;
  border-radius: 10px
 }
 .p-nav__list li span {
  display: block;
  color: #f7f5e8;

/*  border: 3px solid;*/
  border-radius: 10px;
  padding: 5px;
  background-image: linear-gradient(to bottom, #f7f5e8 3px, transparent 3px);
        background-size: 3px 10px;
        background-repeat: repeat-Y;
        background-position: left;
  padding-left: 7px;
 }
.p-nav__item {
  position: relative;
  width: 100%;
}

.p-nav__link {
  display: block;
  width: 100%;
 max-width: 400px;
 margin-left: auto;
 margin-right: auto;
  height: 100%;
  padding: 7px 0;
 font-size: 16px;
    font-weight: 200;
 letter-spacing: 2px;
 text-align: center;

}
 
 .p-nav__list li span {

 }

/* .contents*/
 #fv {
 }
 #fv_inner {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  -webkit-flex-direction: column;
  flex-direction: column;
  background: none;
 }
 h1 {
  width: 100%;
 }
 .fv_info {
  padding: 0;
  width: 90%;
  margin: auto;
 }
 .scroll {
  font-size: 16px;
 }
 .contents_wrap {
  padding-top: 60px;
 }
 .contents_wrap.season2 {
 margin-top: 0;
 padding-top: 0;
}
.contents_inner.season2 {
 padding-bottom: 70px;
}
 .contents_wrap.season3 {
 margin-top: 0;
 padding-top: 0;
}
.contents_inner.season3 {
 padding-bottom: 70px;
}
.contents_title {
    padding: 30px 0 15px;
    background: url(../images/bg_title.webp) no-repeat center bottom /50px;
    font-size: 30px;
}
 .bg_white {
  margin-top: 20px;
  padding: 4em 1.2em 3em;
 }
 .route_title::before,
 .episode_date::before {
  width: 16px;
  height: 16px;
 }
 .route_list {
  margin-top: 10px;
 }
 .bg_white .number {
  width: 90px;
  height: 50px;
  font-size: 13px;
  padding-top: 10px;
  line-height: 120%;
 }
 .bg_white .number.ll {
  width: 120px;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
 }
 .route_lead {
  font-size: 4.2vw;
 }
 .route_list {
  padding: 1.5em 1.2em;
  font-size: 14px;
 }
 .route_block > li {
  margin-top: 30px;
 }
 .route_list li .route_number {
  font-size: 12px;
  width: 30px;
 }
 .route_flex {
  -webkit-flex-direction: column;
  flex-direction: column;
 }
 .route_im {
  width: 100%;
  max-width: 600px;
  margin: auto;
 }
 .route_info {
  width: 100%;
  max-width: 600px;
  margin: 20px auto 0;
  font-size: 13px;
 }
 .shop_info {
  font-size: 12px;
 }
 .shop_name {
  top: 50px;
  font-size: 17px;
  padding-left: 30px;
 }
 .double .shop_name {
  top: 30px;
 }
 .route_block > li.double {
  margin-top: 50px;
 }
 .shop_name span {
  font-size: 14px;
 }
 .inner {
  width: 94%;
 }
 footer  {
  height: 40px;
 }
 .contents_title.jp {
  font-size: 24px;
 }
}
@media screen and (max-width: 340px) {
 
 .contestant_wrap .btn.youtube_btn a {
  font-size: 10px;
 }
}