@charset "UTF-8";
/* CSS Document */

html, body, h1, dd {
	margin:0;
}

h1 {
    font-family: 'Montserrat', sans-serif;
}

h2 {
    font-size: 0.8em;
    margin-top: 0;
    margin-bottom: 60px;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    margin: 0;
}

html {
	font-size: 62.5%;
    overflow-x: hidden;
}

body {
	/* color: #595757; */
    color: #333;
	/* font-family: 'Roboto', sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
	font-size: 1.6rem;
	font-feature-settings: 'palt'; /* プロポーショナルメトリクスを有効にする指定 */
	letter-spacing: 0.1em; /*文字の間隔を指定*/
	-webkit-font-smoothing:antialiased; /*　文字のアンチエイリアス設定(Chrome)　*/
	-moz-osx-font-smoothing:grayscale; /*　文字のアンチエイリアス設定(Firefox)　*/
    text-align: center;
    /* overflow-x: hidden; */
}

a {
	/* color: #595757; */
    color: #333;
	text-decoration: none; /*	デフォルトの下線を非表示にする　*/
}

ul {
	list-style: none; /*  リストの黒丸を消す　*/
    padding: 0;
    text-align: left;
    text-align: justify;
}

li {
    /* padding-top: 5px; */
    line-height: 200%;
    
}

img {
	max-width:100%;
	height: auto;
    pointer-events: none;
}


/*-----------------------
 * sp_utiyity
 -----------------------*/

 header {
     margin-bottom: 70px;
 }

 section {
     margin-bottom: 70px;
 }

 .sab-title {
     margin-top: 0;
 }

.hr {
    width: 100%;
    height: 4px;
    border: none;
    border-top: 16px dashed #fff;
}

.pc_img {
    display: none;
}

.pctop_img {
    display: none;
}

.sptop_img {
    width: 100%;
}

/*アニメーション要素のスタイル*/
.animation {
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(100px);
  }

  .animation2 {
	opacity : 0;
	visibility: hidden;
	transition: 2s;
	transform: translateY(100px);
  }

/*アニメーション要素までスクロールした時のスタイル*/
  .active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
  }

/*-----------------------
 * sp_add
 -----------------------*/

.add-01 {
    margin: 4%;
    margin-bottom: 45%;
    margin-top: 110px;
}

.add-01 a {
    font-size: 1.2rem;
    text-decoration: underline;
    text-decoration-color: #d7000f;
    color: #d7000f;

}

.add-02 {
    margin: 4%;
    margin-bottom: 4%;
}

/*-----------------------
 * sp_header-nav
 -----------------------*/

.nav-wrap {
    height: 60px;
    width: 100%;
    /* padding: 0px 15px; */
    background-color: #002a5b;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex; /*直下の子要素を横並びにする*/
    justify-content: space-around;
  }

.nav-menu {
    display: flex; /*リストを横並びにする*/
    list-style: none; /*unorder listの 中点を消す*/
    padding: 0; /*中点が位置する左余白を消す*/
    margin: 0; /*上下にある余白を消す*/
  }

.nav-menu a {
    color: #fff;
    text-decoration: none;
    display: block; /*幅と高さを持ったブロック要素*/
    line-height: 60px; /*ヘッダーの高さと同じ60px*/
    padding: 0 20px; /*各リスト項目の余白左右20px*/
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    padding: 0 70px;
  }

.nav-menu a:hover {
    color: #d7000f;
}  


/*-----------------------
 * sp_header
 -----------------------*/

.head {
    /* background-image: url(../img/sp_top.png);
    background-size: cover; */
    /* height: 420px; */

    position :relative;
}

.top-new {
    position : absolute;
    bottom : 58px;
    left : 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);

    width :80%;

    border: dashed 2px #fff;
    
}

.top-new a {
    display : block;
    height : 100%;
    width : 100%;
}


/*-----------------------
 * sp_main
 -----------------------*/

 .select-item-w {
    margin: 2%;
 }

 .select-item {
    display :flex;
    flex-wrap: wrap;
    justify-content: space-between;
 }

 .select-item li {
    border: 0.5px solid lightgray;
    margin: 0.05%;
    padding: 0.5%;
    min-height: 186px;
    margin-bottom: 50px;
    width :49%;
    /* box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5); */
    box-shadow: 6px 10px 7px -9px;
 }

 .select-item a {
    display : block;
    height : 100%;
    width : 100%;
    padding-bottom: 5%;
}

 .select-item span {
    display: block;
    padding: 2% 5% 0;
    font-size: 1.4rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
    font-weight: bold;
}

 .select-item span:first-of-type {
    font-weight: 100;
    padding-top: 5%;
 }
 

 .slider-wrap h1 {
    text-align: center;
    /* padding-bottom: 30px; */
}

.slider-wrap h2 {
    margin-bottom: 30px;
}

/* .slider-wrap {
    margin-bottom: 160px;
} */

.slick-list li {
    /* border: 1px solid lightgray; */
    margin: 0.05%;
    /* padding: 0.05%;
    min-height: 186px;
    margin-bottom: 50px; */
}

.slider {
    width: 87%;
    height: 100%;
    margin: 10px 5%;
    /* margin: 0; */
    
  }
  
  .slider img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .slider span {
      display: block;
      padding: 3%;
      font-size: 1.4rem;
      line-height: 1.5;
      letter-spacing: 0.1em;
  }



 .movie-wrap {
    position: relative;
    padding-bottom: 54.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
    margin-top: 30px;
}

.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*-----------------------
 * sp_TOPICKS
 -----------------------*/

.topicks-item {
    /* background-color: #fff; */
    /* border-radius: 25px; */
    padding: 0 9%;
    /* margin-bottom: -10%; */
}

.topicks-item li {
    text-decoration: underline;
    text-decoration-color: gray;
}


 /*-----------------------
 * sp_NEW
 -----------------------*/

.new h2 {
    margin-bottom: 30px;
}

.new ul {
    padding: 0 10px 20px;
}

.new li:nth-child(1) {
    font-size: 1.2rem;
}

.new li:nth-child(2) {
    font-size: 1.2rem;
    padding-bottom: 10px;
}


/* NEW別ver.--------------------------- */

.new {
    background-color: #f7e56f;
    height: fit-content;
    margin-top: -65px;
    width: 100%;
    padding-top: 100px;
    padding: 60px 6% 95px;
    position: relative;
}

.new::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 10%;
    background: url(../img/new_top.png) no-repeat;
    background-size: cover;
    position: absolute;
    top: -40px;
    left: 0;
}



/* NEW wave.--------------------------- */

.wave-wrap {
    position: relative;
    background: #f7e56f;
  }
  
  .wave {
    position: absolute;
    height: 70px;
    width: 100%;
    background: #f7e56f;
    bottom: 0;
  }
  
  .wave::before, .wave::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 100% 50%;
  }
  
  .wave::before {
    width: 55%;
    height: 109%;
    background-color: #fff;
    /* right: -1.5%; */
    right: 0;
    top: 60%;
  }

  .wave::after {
    width: 55%;
    height: 100%;
    background-color: #f7e56f;
    /* left: -1.5%; */
    left: -3%;
    top: 40%;
  }


    /* overflow:hidden; */

 /*-----------------------
 * sp_archive
 -----------------------*/

.archive {
    margin: 0 auto;
    padding: 0 6%;
    height: auto;
    margin-bottom: 100px;
    margin-top: 120px;
}

.item ul {
    margin-bottom: 60px;
}

.item li:nth-child(2) {
    font-size: 1.2rem;
    padding-top: 6px;
}

.item li:nth-child(3) {
    font-size: 1.2rem;
    padding-bottom: 10px;
}

.item li:nth-child(n + 2) {
    padding-left: 4%;
    padding-right: 4%;
}

.item .movie-wrap {
    border: 3px solid #f7e56f;
    /* border-radius: 10px; */
}

.a-button {
    background-color: #f7e56f;
    border-radius: 50px;
    /* margin-top: 50px; */
    width: 200px;
    padding: 14px;
    font-size: 1.4rem;
    cursor:pointer;
}

.a-button:hover {
    opacity: 0.5;
    transition: 0s;
}

 /*-----------------------
 * sp_personality
 -----------------------*/

 .personality {
    background-image: url(../img/sp_personality.png);
    background-size: cover;
    height: fit-content;
    width: 100%;
    padding-top: 100px;
    padding: 80px 20px 160px;
    
}

.font {
    font-weight: bold;
    font-size: 2.4rem;
    text-align: center;
    padding-bottom: 2px;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    /* background-color: #fff; */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); */
    /* width: 700px; */
    margin: 0 auto;}
  
  /*タブのスタイル*/
  .tab_item {
    width: calc(100%/5);
    height: auto;
    /* border-bottom: 3px solid #5ab4bd; */
    /* background-color: #d9d9d9; */
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
    padding: 3px;
  }

  .tab_item:hover {
    opacity: 0.75;
  }
  
  /*ラジオボタンを全て消す*/
  input[name="tab_item"] {
    display: none;
  }
  
  /*タブ切り替えの中身のスタイル*/
  .tab_content {
    display: none;
    padding: 0 20px;
    clear: both;
    overflow: hidden;
    background-color: rgba(255,255,255,0.4);
  }
  
  .tab_content ul {
      padding: 0 5%;
  }

  .tab_content li:nth-child(2) {
    padding-bottom: 14px;
}

.tab_content li:nth-child(n + 3) {
    font-size: 1.4rem;
}
  
  /*選択されているタブのコンテンツのみを表示*/
  #mc1:checked ~ #mc1_content,
  #mc2:checked ~ #mc2_content,
  #mc3:checked ~ #mc3_content,
  #mc4:checked ~ #mc4_content,
  #mc5:checked ~ #mc5_content {
    display: block;
  }
  
  /*選択されているタブのスタイルを変える*/
  .tabs input:checked + .tab_item {
    /* background-color: #5ab4bd;
    color: #fff; */
  }

  .c-txtsp {
      /* margin-top: 5%; */
  }


 /*-----------------------
 * sp_movie
 -----------------------*/

 .movie {
    background-image: url(../img/sp_movie.png);
    background-size: cover;
    /* height: 110vh; */
    height: fit-content;
    margin-top: -126px;
    /* margin: -120px 20px 20px; */
    width: 100%;
    padding-top: 100px;
    /* padding: 80px 20px 126px; */
    padding-bottom: 4px;
    
}

.movie-item {
    margin: 0 40px 120px;
}

.movie-item li:nth-child(2) {
    padding: 10px;
}
.movie-wp {
    width: 50%;
}

 /*-----------------------
 * sp_
 -----------------------*/

.end-wrap {
    margin-bottom: 20%;
}

.twitter {
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.toiawase {
    padding-top: 100px;
    padding-bottom: 100px;
}

.m-button {
    background-color: gray;
    border-radius: 50px;
    margin-top: 20px;
    width: 200px;
    padding: 10px;
    font-size: 1.4rem;
    color: #fff;
    cursor:pointer;
}

.m-button:hover {
    opacity: 0.5;
}


/*-----------------------
 * sp_ハンバーガーメニュー
 -----------------------*/

 #hamburger .btn-gNav{
	position: fixed;
	top: 0px;
	left: 15px;
	width: 70px;
	height: 50px;
	z-index: 3;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all 400ms;
	transition: all 400ms;
	/* background: #8fafc3; */
	/* background: #333; */
	opacity: 0.8;
  }

  
  #hamburger .btn-gNav span{
	display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 1px;
	/* background: #002a5b; */
    background: gray;
  	width: 45%;
  }

  #hamburger .btn-gNav span:nth-child(1) {
	top: 15px;
  }
  #hamburger .btn-gNav span:nth-child(2) {
	top: 23px;
  }
  #hamburger .btn-gNav span:nth-child(3) {
	top: 31px;
  }

  #hamburger .btn-gNav span:nth-child(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top:5px;
    left:0px;
    color: gray;
    font-size: 1.1rem;
    text-transform: uppercase;
  }


  #hamburger .btn-gNav.open span:nth-child(1) {
	background: gray;
	top: 22px;
	-webkit-transform: rotate(-45deg);
	-moz-transform   : rotate(-45deg);
	transform        : rotate(-45deg);
  }
  #hamburger .btn-gNav.open span:nth-child(2),#hamburger .btn-gNav.open span:nth-child(3){
	top: 22px;
	background :gray;
	-webkit-transform: rotate(45deg);
	-moz-transform   : rotate(45deg);
	transform        : rotate(45deg);
  }

  #hamburger .btn-gNav.open span:nth-child(3)::after {
    content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
    top:-5px;
    left:10px;
    padding-top: 15px;
  }


  #gNav{
	position: fixed;
	overflow-y: scroll;
	top: 0;
	/* right: -100%; */
    left: -100%;
	width: 100%;
	height: 100%; 
	background: rgba(255,255,255,0.95);
	font-size: 16px;
	box-sizing: border-box;
	z-index: 2;
	padding-top: 20px;
	transition: .3s;
  }
  #gNav.open{
	/* right: 0px; */
    left: 0%;
  }
  #gNav .gNav-menu {
	width: 100%;
	height:100%;
	display: flex;
	flex-direction: column;
	text-align: center;
	/*justify-content: center;*/
    padding-top: 30px;
  }

  #gNav .gNav-menu li{
	display: block;
	/* padding : 20px 30px; */
    padding-bottom: 28px;
    padding: 10px 0 28px;
  }

  #gNav .gNav-menu li a{
	text-decoration: none;
    display: block;
    line-height: 28px;
    font-size: 1.4rem;
  }
  
  #gNav .gNav-menu li a:hover {
	opacity: 0.5;
    /* text-decoration: underline; */

  }



 /*-----------------------
 * sp_footer
 -----------------------*/

 .copyright {
    background-color: #eeeeee;
    font-size: 1rem;
    padding: 20px 20px 50px;
}


/*-----------------------
* sp_TOPへ戻る
-----------------------*/

#page_top {
   position: fixed;
   bottom: 100px;
   right: 20px;
}
#page_top i {
   /* background-color: #002a5b; */
   background-color: #999;
   color: #fff;
   text-align: center;
   text-decoration: none;
   padding: 20px 20px;
   font-size: 1.4rem;
   opacity: 0.7;
   border-radius: 50%;
}
#page_top i:hover {
   background-color: #f7e56f;
   /* background-color: #666; */
   text-decoration: none;
}



/*--------------------------------------------*/

@media screen and (min-width:768px) {

    body {
        font-size: 1.8rem;
    }

    h1 {
        font-size: 46px;
    }

    h2 {
        font-size: 12px;
        margin-bottom: 20px
    }

    .sp_img {
        display: none;
    }

    .pc_img {
        display: block;
    }



/*-----------------------
 * tb_ハンバーガーメニュー
 -----------------------*/

    #hamburger .btn-gNav span:nth-child(3)::after {
        content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
        position: absolute;
        top:5px;
        left:0px;
        color: gray;
        font-size: 1.5rem;
        text-transform: uppercase;
      }


      #hamburger .btn-gNav.open span:nth-child(3)::after {
        content:"Close";/*3つ目の要素のafterにClose表示を指定*/
        transform: translateY(0) rotate(-45deg);
        top:-13px;
        left:10px;
        padding-top: 26px;
      }


/*-----------------------
 * tb_head
 -----------------------*/

    .head {
        height: auto;
        margin-bottom: 100px;
    }

    header {
        margin-bottom: 20px;
    }

    #hamburger .btn-gNav {
        left: 25px;
        width: 100px;
    }

    #hamburger .btn-gNav span:nth-child(2) {
        top: 25px;
    }

    #hamburger .btn-gNav span:nth-child(3) {
        top: 35px;
    }

    .top-new {
        bottom: 150px;
        width: 70%;
        border: dashed 4px #fff;
    }




    /*-----------------------
 * tb_main
 -----------------------*/

    .select-item {
        margin: 10%;
        margin-top : 0;
        margin-bottom : 0;
    }

    .select-item-w {
        margin-top : 140px;
    }


     /*-----------------------
 * tb_slider
 -----------------------*/

    .slider span {
        font-size: 1.6rem;
    }

    .slider-wrap {
        margin-top: 60px;
    }


     /* .slick-list li {
        min-height: 260px;
} */

 /*-----------------------
 * tb_TOPICKS
 -----------------------*/

    .topicks-item {
        padding: 0 16% 10%;
    }

    .topicks h2 {
        margin-bottom: 60px;
    }


/*-----------------------
 * tb_new
 -----------------------*/

    .new::before {
        display: none;
    }

    .new {
        background-image: url(../img/pc_new.png);
        background-size: cover;
        width: 90%;
        margin: 0 auto;
        padding-top: 70px;
        height: fit-content;
        border-radius: 50px;
        margin-bottom: 170px;
        background-color: transparent;
    }

    .new h2 {
        margin-bottom: 30px;
    }


    .new-wrap {
        margin: 30px 0;
        padding-top: 30px;
        background-color: #f7e56f;
        border-radius: 25px;
        padding: 30px 8%;
        margin: 0 auto;
        height: fit-content;
    }

    .new-item {
        /* width: calc(100% / 3 - 30px); */
        /* width: calc(100% / 2 - 8px); */
        text-align: center;
     }

     .new-cont {
        /* padding-bottom: 27.25%; */
        margin-top: 17px;
     }




/*-----------------------
 * tb_archives
 -----------------------*/

 .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.item ul {
    padding: 0 2%;
    width: 50%;
}

     .a-button {
        border-radius: 50px;
        width: 320px;
        padding: 20px;
        letter-spacing: 4px;
        font-size: 1.8rem;
     }

     .item {
        justify-content: center;
     }

     .archive {
         margin-bottom: 200px;
     }

/*-----------------------
 * tb_personality
 -----------------------*/

    .personality {
        background-image: url(../img/pc_personality.png);
        padding: 90px 8% 268px;
        height: fit-content;
    }

    .personality-wrap {
        display: flex;
        justify-content: space-evenly;
        flex-wrap: wrap;
    }

    .personality-wrap ul {
        padding: 10px;
        width: 50%;
        margin: 0;
        background-color: rgba(255,255,255,0.4);
    }

    .personality-wrap ul {
        margin-bottom: 16px;
    }

    .personality-wrap li:nth-child(n + 3) {
      padding-left: 5%;
      padding-right: 5%;
    }
  
    .personality-wrap li:nth-child(3) {
      padding-bottom: 14px;
  }
  
    .personality-wrap li:nth-child(n + 4) {
      font-size: 1.6rem;
  }

/*-----------------------
 * tb_movie
 -----------------------*/

    .movie {
        background-image: url(../img/pc_movie.png);
        padding-top: 120px;
        margin-bottom: 200px;
        height: fit-content;
        /* padding: 400px 0 4px; */
    }

    .movie-item {
        width: 50%;
        margin: 0 auto;
        margin-bottom: 300px;
    }

    .movie-cont {
        margin-top: 50px;
    }


/*-----------------------
 * tb_
 -----------------------*/

    .toiawase {
        padding-top: 20vh;
        
    }

    .m-button {
        letter-spacing: 4px;
        font-size: 1.8rem;
        width: 200px;
        padding: 10px;
        margin-top: 40px;
    }

    .end-wrap {
        margin-bottom: 400px;
        margin : 10%;
    }

}



@media screen and (min-width:1100px) {

section {
    margin-bottom: 130px;
}

.sptop_img {
    display: none;
}

.pctop_img {
    display: block;
    width: 100%;
}


/*-----------------------
 * pc_head
 -----------------------*/

    #hamburger .btn-gNav {
        left: 70px;
    }

    .top-new {
        left : 40%;
        bottom: 150px;
        width: 40%;
        border: dashed 4px #fff;
    }


/*-----------------------
 * pc_main
 -----------------------*/
    
    .select-item li {
        width: 24%;
    }


    .select-item-2 li{
        width: 24%;
    }
    /*-----------------------
 * pc_slick
 -----------------------*/

    .slick-list li {
        /* min-height: 290px; */
    }

/*-----------------------
 * pc_TOPICKS
 -----------------------*/

 .topicks-item {
    padding: 0 30% 5%;
}


/*-----------------------
 * pc_new
 -----------------------*/

 .select-w {
     /* width: 980px; */
     margin: 0 auto;
 }



 .new-cont {
    padding-bottom: 27.25%;
 }

 .new-item {
    /* width: calc(100% / 3 - 30px); */
    width: calc(100% / 2 - 8px);
    text-align: center;
 }

 .new-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 80%;
    margin: 30px 0;
    padding-top: 30px;
    background-color: #f7e56f;
    border-radius: 25px;
    padding: 12px 8% 14px;
    margin: 0 auto;
    height: fit-content;
}

    .new {
        /* width: 74%; */
    }

    .new-wrap {
    height: auto;
    padding: 30px 9% 30px;
    }

    .new-item {
        margin-top: 60px;
        margin-bottom: 60px;
    }

/*-----------------------
 * pc_archives
 -----------------------*/

     .archive {
        padding: 0 10%;
     }

     .item ul {
        width: 46%;
     }

     .item li:nth-child(2){
        padding-top: 20px;
     }

     .a-button {
         width: 280px;
         padding: 20px;
     }

/*-----------------------
 * pc_personality
 -----------------------*/

    .personality-wrap ul {
        padding: 20px;
    }

    .personality {
        padding: 160px 14% 350px;
    }


/*-----------------------
 * pc_movie
 -----------------------*/

    .movie {
        margin-top: -200px;
        padding-top: 160px;
    }


/*-----------------------
 * pc_
 -----------------------*/

    .end-wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 7% 300px;
    }

    .twitter {
        padding-right: 10%;
        margin: 0;
        width: 40%;
    }

    .toiawase {
        padding-top: 0;
    }

}





