@charset "UTF-8";

/* --------------------------------------
   　reset
-------------------------------------- */
h1,
dd,
ul {
   margin: 0;
   padding: 0;
}

a {
   text-decoration: none;
   transition: all ease .3s;
}

a:hover {
   text-decoration: underline;
   transition: all ease .3s;

}

a:hover img {
   opacity: .6;
   transition: all ease .3s;

}

/* --------------------------------------
   　common
-------------------------------------- */
html {
   height: 100%;
}

body,
.globalMenuSp {
   font-size: 14px;
   font-family: "Noto Sans JP", sans-serif;
   line-height: 1.8;
   margin: 0;
   padding: 0;
   position: relative;
   min-height: 100vh;
   height: auto;
   position: relative;
   color: #0a263b;
}

.main {
   padding: 60px 20px 100px;
   box-sizing: border-box;
}

.main a {
   color: #0A66A6;
   text-decoration: none;
   transition: all ease .3s;

}

.main a:hover {
   text-decoration: underline;
   transition: all ease .3s;

}

hr {
   margin: 40px 0;
   border: none;
   height: 1px;
   background-color: #6da5cc;
   opacity: 0.6;
}

h1 {
   font-size: 3.143em;
}

.page h1 {
   font-size: 2.6em;
}

ul.list-circle li {
   list-style-type: disc;
   margin-top: 0;
   margin-left: 1em;
   margin-bottom: 10px;
   line-height: 1.5em;
}
.list-notice {
   list-style-type: none;
}
.list-notice li {
   margin-bottom: 10px;
   line-height: 1.7em;
   padding-left: 1em;
   position: relative;
   font-weight: normal;
}
.list-notice li::before {
   content: "※";
   position: absolute;
   left: 0;
}


@media screen and (min-width:540px) {
   .page h1 {
      font-size: 4em;
   }

   .page_ttl .page_ttl_jp {
      font-size: 1em;
   }
}

@media screen and (min-width:768px) {
   .page h1 {
      font-size: 5.5em;
   }

   .page_ttl .page_ttl_jp {
      font-size: 1em !important;
   }
}

.img-box {
   width: 100%;
   margin: 20px auto;
}

.img-box img {
   display: block;
   width: 100%;
}

.image {
   width: 100%;
}

.pc {
   display: none;
}

.sp {
   display: block;
}

.wrap,
.header .header_inner,
h1.logo {
   position: relative;
}

.no_link {
   color: #888;
   text-align: left;
}

.display_none {
   display: none;
}

.red {
   color: #D44527;
}

.blue {
   color: #092378;
}

.center {
   margin: 0 auto;
   text-align: center;
}
.mb0 {
   margin-bottom: 0!important;
}
.mb10 {
   margin-bottom: 10px!important;
}
.mb20 {
   margin-bottom: 20px!important;
}



body,
.loader {
   background-color: #0a263b;
   background-image: url(../img/common/bg-neon2.jpg);
   background-repeat: no-repeat;
   background-size: cover;
}

.loader {
   background-size: cover;
   background-position: center center;
   position: fixed;
   width: 100%;
   height: 100vh;
   z-index: 555;
   top: 0;
   left: 0;
   display: flex;
   justify-content: center;
   align-items: center;
}

body::before {
   content: "";
   display: block;
   position: fixed;
   top: 0;
   left: 0;
   margin: 0;
   z-index: -1;
   width: 100%;
   height: 100vh;
   background-image: url(../img/common/bg-neon2.jpg);
   background-size: cover;
   background-position: center;
   background-repeat: no-repeat;
   animation: none;
}

body nav.globalMenuSp ul li a {
   color: #FFFEEE;
}

body header .header_inner nav ul li.nav-icon:nth-child(1)::before,
body header .header_inner nav ul li.nav-icon:nth-child(5)::before,
header .header_inner nav ul li.nav-icon:nth-child(11)::before  {
   background-image: url(../img/common/icon_menu01-w.svg);
}

body header .header_inner nav ul li.nav-icon:nth-child(2)::before,
body header .header_inner nav ul li.nav-icon:nth-child(6)::before,
body header .header_inner nav ul li.nav-icon:nth-child(12)::before  {
   background-image: url(../img/common/icon_menu02-w.svg);
}

body header .header_inner nav ul li.nav-icon:nth-child(3)::before,
body header .header_inner nav ul li.nav-icon:nth-child(7)::before,
body header .header_inner nav ul li.nav-icon:nth-child(9)::before {
   background-image: url(../img/common/icon_menu03-w.svg);
}

body header .header_inner nav ul li.nav-icon:nth-child(4)::before,
body header .header_inner nav ul li.nav-icon:nth-child(8)::before,
body header .header_inner nav ul li.nav-icon:nth-child(10)::before {
   background-image: url(../img/common/icon_menu04-w.svg);
}


/* --------------------------------------
   　contents
-------------------------------------- */

.cts-box {
   background-color: #FFFDE9;
   border-radius: 20px;
   margin: 0 0 30px;
   word-break: break-all;
   box-sizing: border-box;
   position: relative;
}

.cts-box-inner {
   padding: 10px 15px 50px;
   box-sizing: border-box;
}

.feature {
   padding: 0 1em 1em;
}

.title-cts {
   background-image: url(../img/common/nami.svg);
   background-position: top center;
   background-size: 170vw auto;
   background-repeat: no-repeat;
   margin-top: 0;
   margin-bottom: 0;
   position: relative;
   border-radius: 20px 20px 0 0;
   text-align: center;
   color: #FFFDE9;
   height: 23vw;
   line-height: 18vw;
   font-size: 35px;
}

.flex {
   display: -webkit-flex;
   display: -ms-flexbox;
   display: flex;
   -webkit-flex-wrap: wrap;
   -ms-flex-flow: row wrap;
   flex-wrap: wrap;
   -ms-flex-pack: flex-start;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   flex-wrap: wrap;
}

.btns {
   background: #092378;
   text-align: center;
   border-radius: 50px;
   position: relative;
   width: 100%;
   max-width: 350px;
   margin: 1em auto;
   font-size: 12px;
   letter-spacing: 0.1em;
   transition: all 0.4s ease 0s;
   font-weight: bold;
   box-sizing: border-box;
}

.btns:hover {
   background-color: #4e46ba;
   transition: all 0.4s ease 0s;
}

.btns:hover .btn {

   text-decoration: none;
}

.btns .btn {
   color: #FFFEEE;
   padding: 1em;
   display: block;
}

.back_idx {
   margin: 3em auto;
   width: 32%;
}


.youtube iframe {
   width: 100%;
   height: auto;
   aspect-ratio: 16/9;
}

@media screen and (min-width: 768px) {
   .cts-box {
      border-radius: 30px;
   }

   .cts-box-inner {
      padding: 10px 40px 30px;
   }

   .title-cts {
      background-size: 100vw 12vw;
      border-radius: 30px 30px 0 0;
      height: 12vw;
      line-height: 90px;
      font-size: 50px;
   }

}

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

   .cts-box {
      border-radius: 30px;
   }

   .cts-box-inner {
      padding: 10px 60px 70px;
   }

   .title-cts {
      background-size: 790px 103px;
      border-radius: 30px 30px 0 0;
      height: 103px;
      line-height: 90px;
      font-size: 50px;
   }

   .img-box {
      margin: 40px auto;

   }

}

/* --------------------------------------
   table
-------------------------------------- */
dl.tbl-basic {
   display: flex;
   flex-wrap: wrap;
   margin: 0 0 30px;
   border: solid 1px #6da5cc;
   border-radius: 10px;
   overflow: hidden;
}

dl.tbl-basic dt,
dl.tbl-basic dd {
   width: 50%;
   box-sizing: border-box;
   border-bottom: solid 1px #6da5cc;
}

dl.tbl-basic dt {
   padding: 10px 7px;
   background-color: #a5c3d8;
   font-weight: bold;
   width: 7em;
   text-align: center;
   display: flex;
   flex-wrap:wrap;
   align-content: center;
   justify-content: center;
   align-items: center;
}

dl.tbl-basic dd {
   padding: 10px 7px;
   border-left: solid 1px #6da5cc;
   width: calc(100% - 7em);
}

dl.tbl-basic dd:last-of-type,
dl.tbl-basic dt:last-of-type {
   border-bottom: none;
}

@media screen and (min-width: 768px) {
   dl.tbl-basic dt {
      width: 10em;
   }

   dl.tbl-basic dd {
      width: calc(100% - 10em);
   }
}


/* --------------------------------------
   hover
-------------------------------------- */
#special a {
   color: #FFFEEE;
   font-weight: bold;
}

#special a img,
#special a img:hover,
#special a,
#special a:hover {
   transition: all 0.6s ease 0s;
}

#special a img:hover {
   opacity: 0.6;
}

/* --------------------------------------
   　font
-------------------------------------- */
h1,
.news .day,
#staff .comment,
h2.title-cts,
#onair .site_ttl {
   font-family: 'Darumadrop One', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.btns,
nav.globalMenuSp,
footer .sns_area {
   font-family: 'Paytone One', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

header .header_inner nav ul .btn-youtube,
header .header_inner nav ul .btn-twitter,
.news .news_ttl {
   font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* --------------------------------------
   　header
-------------------------------------- */

.header {
   top: 0;
   position: fixed;
   z-index: 10;
   width: 100%;
   padding-bottom: 10px;
}

.header.scroll-js {
   background-color: rgba(40, 37, 113, .8);
}

header .header_inner nav ul .btn-external {
   font-weight: bold;
   font-size: 14px;
   display: flex;
   align-items: center;
   padding: 0 0 0 40px;
   line-height: 1em;
   height: 40px;
   color: #FFFDE9;
   width: 120px;
   background-image: url(../img/common/line.png), url(../img/common/line_vertical.png), url(../img/common/line.png), url(../img/common/line_vertical.png);
   background-position: top, right, bottom, left;
   background-size: 30% 3px, 3px 30%, 30% 3px, 3px 30%;
   background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
   margin-bottom: 7px;
   letter-spacing: 0.07em;
}

header .header_inner nav ul .btn-external:hover {
   opacity: 0.8;
}

header .header_inner nav ul li a:hover {
   color: #EBE176;
}

header .header_inner nav ul a.btn-external:hover {
   color: #FFFDE9;
}

header .header_inner nav ul .btn-external.btn-external::before {
   content: "";
   display: block;
   position: absolute;
   top: 0;
   bottom: 0;
   margin: auto;
   left: 10px;
   width: 25px;
   height: 25px;
   background-repeat: no-repeat;
   background-size: 100%;
}

header .header_inner nav ul .btn-youtube {
   background-color: #D44527;
}

header .header_inner nav ul .btn-youtube::before {
   background-image: url(../img/common/icon-youtube.svg);
}

header .header_inner nav ul .btn-twitter {
   background-color: #30ABEB;
}

header .header_inner nav ul .btn-twitter::before {
   background-image: url(../img/common/icon-twitter.svg);
}

header .header_inner nav ul .btn-theater {
   background-color: #923ac1;
}

header .header_inner nav ul .btn-theater::before {
   background-image: url(../img/common/icon-theater.svg);
}

header .header_inner nav ul .nav-sns {
   margin-top: 45px;
}

h1.logo .image.sp,
.sp_drawer_logo {
   width: 100%;
   margin: 0 auto;
   padding-top: 8px;
   display: block;
}

.sp_drawer_logo,
h1.logo {
   width: 130px;
   margin: 0 auto;
}

.header_news_txt span {
   display: none;
}

.header_youtube {
   display: none;
}

/* --------------------------------------
gnav
-------------------------------------- */
.globalMenuSp.active {
   background-color: rgba(40, 37, 113, .8);
   padding: 0 10vw;
   box-sizing: border-box;
}

.nav {
   display: none;
}

.sp_menu {
   display: flex;
   justify-content: center;
}

.hamburger {
   display: block;
   position: fixed;
   z-index: 2;
   right: 5px;
   top: 10px;
   width: 42px;
   height: 42px;
   cursor: pointer;
   text-align: center;
}

.hamburger span {
   display: block;
   position: absolute;
   width: 30px;
   height: 3px;
   left: 6px;
   background-color: #FFFDE9;
   font-weight: bold;
   -webkit-transition: 0.3s ease-in-out;
   -moz-transition: 0.3s ease-in-out;
   transition: 0.3s ease-in-out;
   border-radius: 10px;
}

.hamburger span:nth-child(1) {
   top: 10px;
}

.hamburger span:nth-child(2) {
   top: 20px;
}

.hamburger span:nth-child(3) {
   top: 30px;
}

.hamburger.active span:nth-child(1) {
   top: 16px;
   left: 6px;
   background: #FFFEEE;
   -webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
   transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
   top: 16px;
   background: #FFFEEE;
   -webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
   transform: rotate(45deg);
}

nav.globalMenuSp {
   position: fixed;
   z-index: 1;
   top: 0;
   left: 0;
   color: #FFFEEE;
   text-align: center;
   width: 100%;
   height: 100vh;
   opacity: 0;
   transition: opacity .6s ease, visibility .6s ease;
   display: none;
   overflow-y: auto;
}

nav.globalMenuSp ul {
   margin: 0 auto;
   padding: 1.929em 1em 2em 1em;
   margin-top: 0;
   display: none;
}

nav.globalMenuSp ul li {
   list-style-type: none;
   padding: 0;
   width: 100%;
   transition: .4s all;
   font-size: 1.571em;
   position: relative;
   transition: all 0.6s ease 0s;
}

nav.globalMenuSp ul li:last-child {
   padding-bottom: 0;
}

nav.globalMenuSp ul li a {
   /* display: block; */
   color: #FFFEEE;
   padding: 0;
   text-decoration: none;
   line-height: 1.8;
   text-align: left;
   font-family: 'Paytone One', sans-serif;
}

nav.globalMenuSp.active {
   opacity: 100;
   display: block;
}

nav.globalMenuSp.active ul {
   display: block;
}

nav.globalMenuSp ul li a:hover {
   transition: all 0.3s ease 0s;
}

nav.globalMenuSp ul li.nav-icon,
nav.globalMenuSp ul li.nav-icon2 {
   padding-left: 1.3em;
   text-align: left;
   letter-spacing: 0.06em;
}

header .header_inner nav ul li.nav-icon::before {
   content: "";
   display: block;
   position: absolute;
   top: 13px;
   left: 0;
   width: 20px;
   height: 20px;
   background-repeat: no-repeat;
   background-size: 100%;
}

header .header_inner nav ul li.nav-icon:nth-child(1)::before,
header .header_inner nav ul li.nav-icon:nth-child(5)::before{
   background-image: url(../img/common/icon_menu01.svg);
}

header .header_inner nav ul li.nav-icon:nth-child(2)::before,
header .header_inner nav ul li.nav-icon:nth-child(6)::before {
   background-image: url(../img/common/icon_menu02.svg);
}

header .header_inner nav ul li.nav-icon:nth-child(3)::before,
header .header_inner nav ul li.nav-icon:nth-child(7)::before,
header .header_inner nav ul li.nav-icon:nth-child(9)::before {
   background-image: url(../img/common/icon_menu03.svg);
}

header .header_inner nav ul li.nav-icon:nth-child(4)::before,
header .header_inner nav ul li.nav-icon:nth-child(8)::before,
header .header_inner nav ul li.nav-icon:nth-child(10)::before {
   background-image: url(../img/common/icon_menu04.svg);
}


.sp.header_catch {
   text-align: center;
   padding-bottom: 20px;
}

.sp.header_catch img {
   width: 80%;
}

.bnr-stream {
   margin-bottom: 0;
   padding-top: 20px;
}
.bnr-stream img,
.bnr-stream a {
   display: block;
   height: auto;
}
.bnr-stream a {
   width: 70%;
   margin: 0 auto;
}
.bnr-stream img {
   width: 100%;
}

@media screen and (min-width: 768px) {
   nav.globalMenuSp ul li {
      font-size: 2em;
   }
   .bnr-stream {
      margin-bottom: 20px;
      padding-top: 10px;
   }
   .bnr-stream a {
      width: 50%;
   }

}

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

   .bnr-stream a {
      width: 83%;
   }

   .pc_layout .header,
   .pc_layout .sp_drawer_logo_wrap,
   .pc_layout nav.globalMenuSp,
   .pc_layout nav.globalMenuSp ul {
      background: none;
      display: block;
   }

   .sp_drawer_logo_wrap {
      height: 100%;
      background: none;
      width: 280px;
      position: relative;
      z-index: 100;
      margin-top: 3em;
   }

   .pc_layout nav.globalMenuSp {
      background-image: none;
      position: relative;
      height: 100%;
      opacity: 1;
      min-height: 0;
      overflow-y: visible;
   }

   .pc_layout nav.globalMenuSp ul {
      margin-top: 0;
      padding-top: 0;
   }

   .pc_layout .sp_drawer_logo_wrap {
      display: none;
   }

   .pc_layout .hamburger {
      display: none;
   }

   nav.globalMenuSp ul li {
      transition: unset;
      transition: unset;
   }
}


/* --------------------------------------
news
-------------------------------------- */
.news .day {
   color: #0A66A6;
   position: relative;
   padding: 0 10px 0 24px;
   margin-bottom: 0;
}

.news .day::before {
   content: "";
   display: block;
   position: absolute;
   top: 6px;
   left: 0px;
   width: 18px;
   height: 18px;
   background-repeat: no-repeat;
   background-size: 100%;
   background-image: url(../img/common/news_icon.png);
}

.news .news-list dd {
   border-bottom: 1px dashed #ccc;
   margin-bottom: 14px;
   padding-bottom: 14px;
   line-height: 1.4;
}

a.link {
   color: #092378;
   text-decoration: underline;
}

a.link:hover {
   text-decoration: none;
}

/* --------------------------------------
   　footer
-------------------------------------- */
footer {
   position: relative;
}

footer .sns_area {

   position: relative;
}

footer .sns_area ul.flex {
   justify-content: center;
}

footer .sns_area ul li {
   list-style: none;
   width: 32px;
   margin: 2%;
}

footer .sns_area,
footer .copyright {
   color: #fff;
   text-align: center;
}

footer .totop {
   width: 52px;
   margin: 4em auto 2em;
}

footer .copyright {
   padding: 1em;
   margin-top: 0;
}

footer .sns_area a img:hover {
   transform: translate(0, -5px);
}

footer .sns_area .f_sns_ttl {
   display: inline-block;
   width: 100% !important;
}

footer .purun a img:hover {
   animation: purun 0.8s linear 0s 1;
   /* 	animation: purun 0.8s infinite; */
}

@keyframes purun {
   0% {
      transform: scale(1.0, 1.0) translate(0%, 0%);
   }

   15% {
      transform: scale(0.9, 0.9) translate(0%, 5%);
   }

   30% {
      transform: scale(1.3, 0.8) translate(0%, 10%);
   }

   50% {
      transform: scale(0.8, 1.3) translate(0%, -10%);
   }

   70% {
      transform: scale(1.1, 0.9) translate(0%, 5%);
   }

   100% {
      transform: scale(1.0, 1.0) translate(0%, 0%);
   }
}

/* --------------------------------------
   　opening
-------------------------------------- */
.wrapper {
   width: 200px;
   height: 60px;
   position: absolute;
   left: 50%;
   top: 50%;
   transform: translate(-50%, -50%);
}

.circle {
   width: 20px;
   height: 20px;
   position: absolute;
   left: 19%;
   transform-origin: 50%;
   animation: circle .5s alternate infinite ease;
}

@keyframes circle {
   0% {
      top: 60px;
      height: 5px;
      border-radius: 50px 50px 25px 25px;
      transform: scaleX(1.7);
   }

   40% {
      height: 20px;
      border-radius: 50%;
      transform: scaleX(1);
   }

   100% {
      top: 0%;
   }
}

.circle:nth-child(2) {
   left: 45%;
   animation-delay: .2s;
}

.circle:nth-child(3) {
   left: auto;
   right: 19%;
   animation-delay: .3s;
}

.shadow:nth-child(4) {
   left: 45%;
   animation-delay: .2s
}

.shadow:nth-child(5) {
   left: auto;
   right: 20%;
   animation-delay: .3s;
}

.shadow {
   width: 15px;
   height: 4px;
   border-radius: 50%;
   background-color: rgba(0, 0, 0, .5);
   position: absolute;
   top: 70px;
   transform-origin: 50%;
   z-index: -1;
   left: 20%;
   filter: blur(1px);
   animation: shadow .5s alternate infinite ease;
}



@keyframes shadow {
   0% {
      transform: scaleX(1.5);
   }

   40% {
      transform: scaleX(1);
      opacity: .7;
   }

   100% {
      transform: scaleX(.2);
      opacity: .4;
   }
}

.wrapper span {
   position: absolute;
   top: 90px;
   font-family: 'Lato';
   font-size: 14px;
   letter-spacing: 12px;
   color: #fff;
   left: 20%;
}



/* --------------------------------------
   　totopの泡アニメーション
-------------------------------------- */
.button_animation {
   transition: all 0.3s ease;
   cursor: pointer;
   text-decoration: none;
}

/* ハートの共通スタイル */
.button_animation::before,
.button_animation::after {
   content: "";
   background-size: contain;
   background-repeat: no-repeat;
   width: 20px;
   height: 20px;
   position: absolute;
   opacity: 0;
}

/* 左上のハートのスタイル */
.button_animation::before {
   background-image: url('../img/common/awa2.svg');
   top: 20px;
   left: 34vw;
}

/* 右下のハートのスタイル */
.button_animation::after {
   background-image: url('../img/common/awa.svg');
   top: 70px;
   right: 32vw;
}

/* ホバー時のスタイル */
.button_animation::before {
   animation: awa 1.5s infinite ease-out;
}

/* ボタンホバー時の右下のハートのスタイル */
.button_animation::after {
   animation: awa 1.5s 0.2s infinite ease-out;
}

/* アニメーションの設定 */
@keyframes awa {
   0% {
      transform: translateY(0) scale(1);
      opacity: 0;
   }

   25% {
      opacity: 1;
   }

   75% {
      opacity: 1;
   }

   100% {
      transform: translateY(-20px) scale(1.4);
      opacity: 0;
   }
}

/* SPのスタイル */
@media screen and (max-width: 768px) {

   /* 左上のハートのスタイル */
   .button_animation::before {
      animation: awa 1.5s infinite ease-out;
   }

   /* 右下のハートのスタイル */
   .button_animation::after {
      animation: awa 1.5s 0.2s infinite ease-out;
   }
}

/* --------------------------------------
   modaaal
-------------------------------------- */
.modaal-video-wrap {
   margin: auto 0 !important;
}

/* --------------------------------------
   page
-------------------------------------- */
.page_ttl {
   background-image: url(../img/common/ttl_bg.png);
   background-repeat: no-repeat;
   background-size: 100%;
   color: #FFFDE9;
   text-align: center;
   height: 27vw;
   position: relative;
   line-height: 1.3;
   margin: 2em 0;
}

.page_ttl h1 {
   line-height: 1em;
   margin-bottom: 2px;
}

.page_ttl .page_ttl_jp {
   font-size: 12px;
   font-weight: bold;
   margin: 0;
}

.wrap_page_ttl {
   position: absolute;
   top: 45%;
   left: 50%;
   transform: translate(-50%, -50%);
   width: 100%;
}


/* --------------------------------------
   　thumb
-------------------------------------- */
.section-movie .movie_list .list-item {
   width: 80%;
}

.thumb-movie {
   border-radius: 15px;
   overflow: hidden;
   border: solid 5px #0A66A6;
   position: relative;

}

.thumb-movie a,
.thumb-movie a img {
   display: block;
   width: 100%;
   position: relative;
}

.thumb-movie a::after {
   content: '';
   position: absolute;
   top: 0;
   bottom: 0;
   right: 0;
   left: 0;
   width: 80px;
   height: 68px;
   background-image: url(../img/common/icon-play.svg);
   background-repeat: no-repeat;
   background-size: 100%;
   z-index: 2;
   margin: auto;
}

.thumb-movie a::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: rgba(0, 0, 0, .5);
   z-index: 1;
   margin: auto;
   transition: all .3s ease;
}

.thumb-movie:hover a::before {
   background-color: rgba(0, 0, 0, .7);
   transition: all .3s ease;

}

.movie-ttl {
   padding: 5px 5px;
   font-weight: 700;
}

@media screen and (min-width: 768px) {
   .thumb-movie {
      border-radius: 20px;
   }

   .section-movie .movie_list .list-item {
      width: 43%;
   }
}

/* --------------------------------------
   　thumb list
-------------------------------------- */

.list-thumb {
   display: flex;
   gap: 40px 5vw;
   flex-wrap: wrap;
   justify-content: center;
   color: #FFFDE9;
}

.list-thumb .list-item {
   width: 43%;
}

.list-thumb .list-item .thumb {
   margin-bottom: 10px;

}

.list-thumb .list-item a:hover {
   text-decoration: none;
}

.list-thumb .list-item .thumb img {
   display: block;
   width: 100%;
   border-radius: 15px;
   aspect-ratio: 16/11;
   overflow: hidden;
   object-fit: cover;
}

.list-thumb .list-item .news-ttl {
   line-height: 1.4em;
   padding: 0 5px;
   color: #FFFDE9;

}

/* --------------------------------------
   Tablet style
-------------------------------------- */

@media screen and (min-width: 768px) {
   .header {
      height: 60px;
   }

   .sp_drawer_logo,
   h1.logo {
      width: 155px;
   }

   .main {
      padding: 80px 40px;
   }

   .pc_layout .page_ttl {
      width: 65vw;
      margin: 0 auto 30px;
      height: 20vw;
   }

   .page_ttl h1 {
      font-size: 3.5em;
   }
}

/* --------------------------------------
   サブナビ
-------------------------------------- */
.sub-nav {
   margin-bottom: 40px;
}
.sub-nav ul {
   display: flex;
   justify-content: space-between;
   list-style: none;
   flex-wrap: wrap;
   width: 100%;
   gap:10px;
   margin: 0;
}
.sub-nav ul li  {
   width: 48%;
   margin: 0;
   padding: 0;
}
.sub-nav ul li a{
   display: block;
   width: 100%;
   background: #092378;
   text-align: center;
   border-radius: 50px;
   padding: 10px ;
   position: relative;
   width: 100%;
   transition: all 0.4s ease 0s;
   font-weight: bold;
   box-sizing: border-box;
   color: #fff;
   font-size: 0.8em;
}

.sub-nav ul li a:hover {
   background: #0A66A6;
   transition: all 0.4s ease 0s;
   text-decoration: none;
}
@media screen and (min-width: 1028px) {
   .sub-nav ul li  {
      width: 24%;
   }
}



/* --------------------------------------
   　PC style
-------------------------------------- */
@media screen and (min-width: 1028px) {

   /* common */
   body {
      font-size: 16px;
   }

   body::before {
      width: 100%;
   }

   .sp {
      display: none;
   }

   .pc {
      display: block;
   }

   .pc_layout {
      display: flex;
      justify-content: space-between;
      max-width: 1280px;
      margin: 0 auto;
   }

   .header {
      height: 100%;
   }

   .page_ttl h1 {
      margin-bottom: 10px;
      font-size: 4.5em;
   }

   .back_idx.btns {
      font-size: 0.7em;
      width: 20%;
      margin: 4em auto 0 !important;
   }

   .btns .btn {
      padding: 1em;
   }

   .btns {
      font-size: 14px;
   }

   .main {
      width: 100%;
      max-width: 820px;
      padding: 30px 40px 0 0;
   }

   /* header */


   .header.scroll-js {
      background-color: transparent;
   }

   .header {
      height: 100%;
      background: none;
      width: 330px;
      position: relative;
      box-sizing: border-box;
      padding: 20px;
   }

   h1.logo {
      width: 100%;
      margin: 0 auto 20px;
   }

   h1.logo .image.sp,
   .sp_drawer_logo {
      display: none;
   }

   .header_youtube {
      display: block;
      width: 80%;
      height: 125px;
      margin: 0 auto 10px;
   }

   .header_youtube a,
   .header_youtube a img {
      display: block;
      width: 100%;
   }

   .pc.header_catch {
      padding-left: 0;
      padding-bottom: 0;
      width: 80%;
      margin: 0 auto;
   }

   .pc.header_catch img {
      width: 100%;
   }

   nav.globalMenuSp ul li.nav-icon,
   nav.globalMenuSp ul li.nav-icon2 {
      font-size: 1.6em;
   }

   header .header_inner nav ul .btn-external {
      width: 150px;
      height: 45px;
   }

   header .header_inner nav ul .nav-sns {
      margin-top: 20px;
   }




   /* footer */
   footer .sns_area {
      padding: 0;
      height: 350px;
      /*       max-height: 350px; */
      margin-top: 2em;
   }

   footer .sns_area ul.flex {
      justify-content: center;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
   }

   footer .sns_area ul.flex li {
      width: 40px;
      margin: 0.5em;
   }

   footer .totop {
      position: fixed;
      right: 0;
      bottom: 0;
      padding: 1em;
      cursor: pointer;
      transition: .3s;
      margin: 0;
      width: 64px;
      z-index: 1;

      /*デフォルトで非表示にする*/
      opacity: 0;
      visibility: hidden;
   }

   /*このクラスが付与されると表示する*/
   footer .active {
      opacity: 1;
      visibility: visible;
   }

   /* page */
   .pc_layout .page_ttl .page_ttl_jp {
      font-size: 1em;
   }

   .pc_layout .page_ttl {
      width: 716px;
      margin: 0 auto 60px;
      height: 210px;
   }

   /* 枠がないときのスタイル */
   .pc_layout .page_wrap {
      width: 86%;
      margin: 4em auto;
   }

   h2.bottom_line {
      padding: 0 1.5em 0.5em;
   }

   /* width */
   #intro.page,
   .news.page,
   #special.page {
      width: 84%;
      margin: 4em auto 0;
   }

   /* totopの泡アニメーション */
   .button_animation::before {
      top: 40px;
      left: -6px;
   }

   .button_animation::after {
      top: 90px;
      right: -14px;
   }



   /* thumb list */

   .list-thumb {
      gap: 60px 40px;
   }

   .list-thumb .list-item {
      width: 40%;
   }

   .list-thumb .list-item .thumb img {
      border-radius: 15px;
      display: block;
      width: 100%;
      object-fit: cover;
   }




}