@charset "utf-8";
/* CSS Document */

/* body {
  padding: 0;
}
#siteHeader,
.pageTitle,
#siteFooter {
max-width: 980px;
margin-left: auto;
margin-right: auto;
}

.siteContents {
max-width: 980px;
margin-left: auto;
margin-right: auto;
} */

.contentsWidth .w100 {
	display:block;
	width:100%;
	height:auto;
}

.contentsWidth .w80 {
	display:block;
	width:80%;
	height:auto;
}
@media (max-width: 980px) {
.contentsTop  > .contentsWidth {
	padding: 0;
}}


.contentsWidth .MB10 {
	margin-bottom:10px;
}
.contentsWidth .MB20 {
	margin-bottom:20px;
}
.contentsWidth .MB30 {
	margin-bottom:30px;
}
.contentsWidth .MB40 {
	margin-bottom:40px;
}
.contentsWidth .MB50 {
	margin-bottom:50px;
}
.contentsWidth .MB60 {
	margin-bottom:60px;
}
.contentsWidth .MB70 {
	margin-bottom:70px;
}
.contentsWidth .MB80 {
	margin-bottom:80px;
}
.contentsWidth .MB90 {
	margin-bottom:90px;
}
.contentsWidth .MT10 {
	margin-top:10px;
}
.contentsWidth .MT20 {
	margin-top:20px;
}
.contentsWidth .MT30 {
	margin-top:30px;
}
.contentsWidth .MT40 {
	margin-top:40px;
}
.contentsWidth .MT50 {
	margin-top:50px;
}
.pconly {
	display:block;
}
.sponly,
.sponly_480 {
	display:none;
}


@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: local('NotoSansJP-Regular.otf'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format('opentype');
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format('woff2'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format('woff'),
        url(//fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format('opentype');
  font-display: swap;
}

.contentsWidth {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  overflow: hidden;
}


/* topここから */

.top_box h1{
width: 37.34693878%;
margin: 0 auto;
padding: 20px 0;
}

.top_box .top_flex h2{
display: none;
}

.top_box .top_flex{
display: flex;
gap: 30px;
padding: 0 30px 30px;
}
.top_box .top_flex .day_box, .top_box .top_flex .night_box{
width: 50%;
overflow: hidden;
border: solid 3px #fff;

box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.16);
position: relative;
}

.top_box .top_flex .day_box:hover{
border: solid 3px #fff !important;
}
.top_box .top_flex .night_box:hover{
border: solid 3px #fff !important;
}

.day_txt{
position: absolute;
bottom: 1%;
right: 5%;

width: 71.28971963%;
z-index: 100;
}

.night_txt{
display: block;
position: absolute;
bottom: 2%;
left: 5%;

width: 95.12149533%;
z-index: 100;
}

.day_txt,
.night_txt {
  min-height: 1px;
}

.top_box .top_flex .day_box .day_img{
height: auto;
transition: transform .3s ease;

position: relative;
z-index: 1;
}
.top_box .top_flex .day_box:hover .day_img{
transform: scale(1.1);
}

.top_box .top_flex .night_box .night_img{
height: auto;
transition: transform .3s ease;

position: relative;
z-index: 1;
}
.top_box .top_flex .night_box:hover .night_img{
transform: scale(1.1);
}
/* ------------------------------- */
.day_sec02, .day_sec04{
padding-top: 120px;
}
.day_sec03{
padding-top: 120px;
margin-top: 0px;
}
.night_sec02, .night_sec03{
padding-top: 50px;
padding-bottom: 50px;
}
.sec04{
padding-top: 60px;
padding-bottom: 120px;
}

.day_sec02{
background: url(../images/day_bg_01.png) no-repeat;
background-position: right top;
background-size: 50%;
}

.day_sec03{
background: url(../images/day_bg_02.png) no-repeat;
background-position: left top;
background-size: 70%;
}

.sec02_shape_bg{
background: url(../images/night_twoway_bg.png) no-repeat;
background-size: contain;
background-position: bottom;
}

.sec03_shape_bg{
background: url(../images/night_mesh_bg.png) no-repeat;
background-size: contain;
background-position: bottom;
}


.night_content_bg{
position: relative;
background: #020202;
border-right: solid 8px #00B4A6;
}

.day_contents_bg{
position: relative;
z-index: 2;
border-right: solid 8px #3396C3;

background: #F4F4F4;
}

.nav_btn_box {
  max-width: 980px;
  margin: 0 auto;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.nav_btn_box.is-show {
  opacity: 1;
  pointer-events: auto;
}

ul.nav_btn {
position: fixed;
z-index: 100;
top: 2%;

right: max(8px, calc((100vw - 980px) / 2 - 42px));
list-style: none;
}

.nav_btn_item {
margin-bottom: 10px;
}

.nav_btn_item img {
display: block;
width: 100%;
}

.nav_btn_box_sp{
display: none;
}

/* sliderここから */
.slider_box_pc {
display: block;

position: relative;
z-index: 5;
}

.slider_box_pc img {
width: 100%;
display: block;
}

.js-slick-slider li {
display: block;
width: 100%;
height: auto;
margin-left: 12px;
}

.js-slick-slider li img{
box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.16);
}

.slick-list{
overflow: visible;
}

.modal {
display: none;
position: fixed;
inset: 0;
background: rgba(0,0,0,.7);
z-index: 1000;
}

body.is-modal-open {
overflow: hidden;
}
.modal_inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
width: 60vw;
max-width: 1000px;
}

.modal_inner img {
width: 100%;
display: block;
}

.modal_close {
position: absolute;
top: -40px;
right: 0;
font-size: 30px;
background: none;
border: none;
color: #fff;
cursor: pointer;
}

.modal_inner {
  position: relative;
}

.modal_prev,
.modal_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 40px;
  background: none;
  border: none;
  color: #fff;
  cursor: pointer;
  z-index: 2;
}

.modal_prev { left: 10px; }
.modal_next { right: 10px; }

.js-slick-slider li img {
cursor: pointer;
}
.js-slick-slider li img:hover {
opacity: 0.7;
}

.slider_sp_box{
display: none;
}

/* slide_spここから */
.twoway_sp_img01, .twoway_sp_img02, .twoway_sp_img03, .twoway_sp_img04, .twoway_sp_img05, .twoway_sp_img06, .twoway_sp_img07, .twoway_sp_img08, .mesh_sp_img01, .mesh_sp_img02, .mesh_sp_img03, .mesh_sp_img04, .mesh_sp_img05, .mesh_sp_img06, .mesh_sp_img07, .mesh_sp_img08{
opacity: 0;
}
.animate_twoway_sp_img01, .animate_twoway_sp_img03, .animate_twoway_sp_img05, .animate_twoway_sp_img07, .animate_mesh_sp_img01, .animate_mesh_sp_img03, .animate_mesh_sp_img05, .animate_mesh_sp_img07{
animation: slide_left 0.2s ease forwards;
}
.animate_twoway_sp_img02, .animate_twoway_sp_img04, .animate_twoway_sp_img06, .animate_twoway_sp_img08, .animate_mesh_sp_img02, .animate_mesh_sp_img04, .animate_mesh_sp_img06, .animate_mesh_sp_img08{
animation: slide_right 0.2s ease forwards;
}

@keyframes slide_left {
  0%{
  transform: translateX(-100px);
  opacity: 0;
  }
  100%{
  transform: translateX(0);
  opacity: 1;
  }
}
@keyframes slide_right {
  0%{
  transform: translateX(100px);
  opacity: 0;
  }
  100%{
  transform: translateX(0);
  opacity: 1;
  }
}

/* ------------------------------- */

.info_txt{
font-weight: bold;
font-size: 1.4rem;
text-align: right;
margin-right: 20px;
margin-top: -100px;
}
.info_txt_night{
font-weight: bold;
font-size: 1.4rem;
text-align: right;
margin-right: 20px;
margin-top: -30px;
}

.item_box_flex{
display: flex;
position: relative;

align-items: center;
justify-content: center;
gap: 40px;
margin: 0 70px 40px;
}
.item_box_dire{
flex-direction: row-reverse;
}

.day_ttl_left{
max-width: 290px;
width: 29.59183673%;

margin-left: 70px;
margin-bottom: 15px;
}

.day_ttl_right{
max-width: 290px;
width: 29.59183673%;

margin: 0 0 15px auto;

padding-right: 11%;
}

.night_ttl_left{
max-width: 290px;
width: 29.59183673%;

margin-left: 70px;
margin-bottom: 15px;
}

.night_ttl_right{
max-width: 290px;
width: 29.59183673%;
margin: 0 0 15px auto;

padding-right: 11%;
}

.item_movie_box{
width: 41.7%;
}
.item_txt_box{
width: 59.3%;
}

.item_movie_box .item_movie{
border-radius: 15px;
overflow: hidden;

box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.16);
}

.item_box_flex .item_number{
max-width: 78px;
}

.item_box_flex .item_name{
font-weight: bold;
font-size: 3rem;
letter-spacing: 0.1em;

position: relative;
z-index: 2;
}

.item_box_flex .item_txt{
font-weight: bold;
font-size: 1.5rem;
letter-spacing: 0.1em;

position: relative;
z-index: 2;
}

.twoway_mt_logo{
position: absolute;
width: 211px;
top: 0;
right: 0;

z-index: 1;
}
.mesh_mt_logo{
position: absolute;
width: 211px;
top: 0;
left: 30%;
opacity: 0.9;

z-index: 1;
}

.viewMore{
display: block;
width: 216px;
}

.viewMore_right{
margin-left: auto;
}

/* sec04ここから */
.area5_title_sp{
display: none;
}
.area5_item_list3 {
display: grid;
grid-template-columns: repeat(4, 1fr);

padding: 16px 0;
margin: 0 3.5%;
}

.area5_item {
box-sizing: border-box;
text-align: center;
}

.item_img img {
width: 100%;
height: auto;
}

.item_btn {
display: inline-block;
margin-top: 8px;
padding: 8px 16px;
background-color: #01867C;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 500;
}

.item_btn:hover {
opacity: 0.7;
}

.item_text {
font-weight: bold;
height: 35px;
text-align: center;
display: grid;
place-items: center;
}
.item_btn2 {
display: inline-block;
margin-top: 8px;
padding: 8px 16px;
background-color: #0D3E70;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: 500;
}

.item_color01{
width: 50%;
margin: 0 auto;
}
.item_color02{
 width: 30%;
 margin: 0 auto;
}
.item_color03{
width: 15%;
margin: 0 auto;
}
.item_btn3 {
display: inline-block;
margin-top: 8px;
padding: 8px 16px;
background-color: #000;
color: #fff;
text-decoration: none;
font-size: 14px;
font-weight: bold;
}

.area5_slider {
width: 100%;
}

.area5_thumbnails_1, .area5_thumbnails_2 {
display: flex;
justify-content: center;
margin: 10px 0 30px 0;
width: 100%;
gap: 10px;
}

.thumb_img {
cursor: pointer;
}

.thumbnail.active .thumb_img {
border-color: #FD7410;
}


.item_ttl {
align-items: center;
display: flex;
justify-content: center;

color: #000;
font-size: 3.2rem;
font-weight: bold;
}
.item_ttl::before,
.item_ttl::after {
background-color: #000;
content: "";
height: 1px;
width: 145px;
}
.item_ttl::before {
margin-right: 50px;
}
.item_ttl::after {
margin-left: 50px;
}

.item_ttl_white {
align-items: center;
display: flex;
justify-content: center;

color: #fff;
font-size: 3.2rem;
font-weight: bold;
}
.item_ttl_white::before,
.item_ttl_white::after {
background-color: #fff;
content: "";
height: 1px;
width: 145px;
}
.item_ttl_white::before {
margin-right: 50px;
}
.item_ttl_white::after {
margin-left: 50px;
}

.under_btn_box, .under_btn_box_02{
display: none;
}
/* ------------------------------- */
a:hover{
  opacity: 0.7;
}
.mesh_item a:hover{
  opacity: 1;
}
.M_0{
  margin: 0;
}
.MT_30{
  margin-top: 30px;
}
.MT_35_sp{
  margin-top: 35px;
}

.MB_10{
  margin-bottom: 10px;
}
.MB_15{
  margin-bottom: 15px;
}
.MB_30{
  margin-bottom: 30px;
}
.MB_30_sp{
  margin-bottom: 30px;
}
.MB_45{
  margin-bottom: 45px;
}
.MB_50_sp{
  margin-bottom: 50px;
}
.MB_90{
  margin-bottom: 90px;
}
.MB_90_sp{
  margin-bottom: 90px;
}
.MB_120{
  margin-bottom: 120px;
}


.day_bunner_pc{
display: block;
width: 66.12244898%;
margin: 0 auto;
}
.night_bunner_pc{
display: block;
width: 66.12244898%;
margin: 50px auto 0;
}

.sp_none{
display: block;
}
.pc_none{
display: none;
}

/* レスポンシブ対応 */
@media (max-width: 1024px) {
.area5_item_list3 {
grid-template-columns: repeat(4, 1fr); /* 3列 */
margin: 0;
}
.area5_item_list1{
padding: 16px 16px 118px 16px;
}
}

@media (max-width: 768px) {
.area5_item_list3 {
grid-template-columns: repeat(3, 1fr); /* 2列 */
}
.area5_item_list1 {
padding: 16px 16px 95px 16px;
}
.MB_45{
  margin: 0;
}
}

@media (max-width: 480px) {

.slider_box_pc .js-slick-slider{
display: none !important;
}
.slick-slider{
display: none !important;
}
.area5_item_list3 {
  grid-template-columns: repeat(2, 1fr);
  padding-bottom: 70px;
  margin: 0 3%;
}

.slider_sp_box{
display: flex;
gap: 5%;
}

.slider_sp_left, .slider_sp_right{
width: 50%;
}

.slider_sp_right{
margin-top: 95px;
}

.slider_sp_left .slider_sp_imgs{
display: block;
width: 81.39534884%;
margin: 0 0 25px auto;
height: auto;
box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.16);
}
.slider_sp_right .slider_sp_imgs{
display: block;
width: 81.39534884%;
margin: 0 auto 25px 0;
height: auto;
box-shadow: 0px 5px 6px 0px rgba(0, 0, 0, 0.16);
}

.top_box h1{
display: none;
}

.top_box .top_flex h2{
display: block;
margin: 0 auto;
padding: 10px 0;

width: 80%;
}

.top_box .top_flex{
display: block;
padding: 0;
}
.top_box .top_flex .day_box, .top_box .top_flex .night_box{
overflow: hidden;
border: none !important;

box-shadow: none;
}

.top_box .top_flex .day_box:hover{
border: none !important;
}
.top_box .top_flex .night_box:hover{
border: none !important;
}

.day_box,
.night_box {
  display: block;
  width: 100% !important;
}

.top_box .top_flex .day_box:hover img,
.top_box .top_flex .night_box:hover img {
transform: none;
}

.item_box_flex{
display: block;
margin: 0 35px;
}

.day_ttl_left{
max-width: 290px;
width: 60.59183673%;

margin-left: 35px;
margin-bottom: 15px;
}

.day_ttl_right{
max-width: 290px;
width: 60.59183673%;

margin: 0 0 15px 35px;

padding-right: 0;
}

.night_ttl_left{
max-width: 290px;
width: 60.59183673%;

margin-left: 35px;
margin-bottom: 15px;
}

.night_ttl_right{
max-width: 290px;
width: 60.59183673%;

margin: 0 0 15px 35px;

padding-right: 0;
}


.item_movie_box{
width: 100%;
}
.item_txt_box{
width: 100%;
}
.twoway_mt_logo_sp{
background: url(../images/night_twoway_mt.png) no-repeat;
background-size: 95px;
background-position: right top;
}
.mesh_mt_logo_sp{
background: url(../images/night_mesh_mt.png) no-repeat;
background-size: 95px;
background-position: right top;
}

.item_box_flex .item_name{
font-weight: bold;
font-size: 3rem;
}

.item_box_flex .item_txt{
font-weight: bold;
font-size: 1.4rem;
}

.viewMore{
display: block;
width: 130px;
}
.viewMore_left{
margin-left: auto;
}


.item_ttl {
  display: flex;
  align-items: center;
  justify-content: center;

  color: #000;
  font-size: 2.3rem;
  font-weight: bold;
}

.item_ttl::before,
.item_ttl::after {
  content: "";
  height: 1px;
  background-color: #000;
  flex: 1;
}
.item_ttl::before {
  margin-right: 40px;
}

.item_ttl::after {
  margin-left: 40px;
}

.item_ttl_white {
  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-size: 2.3rem;
  font-weight: bold;
}

.item_ttl_white::before,
.item_ttl_white::after {
  content: "";
  height: 1px;
  background-color: #fff;
  flex: 1;
}
.item_ttl_white::before {
  margin-right: 40px;
}

.item_ttl_white::after {
  margin-left: 40px;
}

.night_content_bg{
border-right: none;
}

.day_contents_bg{
border-right: none;
}


.nav_btn_box_sp {
  display: block;
  width: 37.5%;

  position: absolute;
  z-index: 100;
  top: 10px;
  right: 1%;

  opacity: 1;
  transition: opacity 0.6s ease, transform 0.6s ease, top 0.6s ease;
}

.nav_btn_box_sp.is-fixed {
  position: fixed;
  top: 50px;
  right: 1%;
  transform: translateY(0);
  z-index: 100;
}

.nav_trigger {
  height: 1px;
}

.day_sec03{
background: url(../images/day_bg_02_sp.png) no-repeat;
background-size: 50%;

padding-top: 250px;
margin-top: -150px;
}

.modal_inner {
width: 80vw;
}


body.is-modal-open .sec02_shape_bg,
body.is-modal-open .sec03_shape_bg {
  clip-path: none !important;
}

.info_txt{
font-size: 1.1rem;
margin-top: -50px;
}
.info_txt_night{
font-size: 1.1rem;
margin-top: 0px;
}


.MB_15_sp{
  margin-bottom: 15px !important;
}

.sec02_shape_bg{
background: none;
}

.sec03_shape_bg{
background: none;
}


.night_sec02, .night_sec03{
position: relative;
}
.sec02_shape_bg, .sec03_shape_bg{
position: relative;
top: 0;
left: 0;
width: 100%;
height: 100%;
clip-path: inset(0);

padding-top: 50px;
}
.fixed-bg-sec02{
position: fixed;
bottom: 10%;
left: 0;
width: 100vw;
height: 22vh;
background: url(../images/night_twoway_bg_sp.png) no-repeat;
background-size: cover;
background-position: 0 6%;
z-index: -1;
padding-top: 50px;
padding-bottom: 50px;
}
.fixed-bg-sec03{
position: fixed;
bottom: 10%;
left: 0;
width: 100vw;
height: 22vh;
background: url(../images/night_mesh_bg_sp.png) no-repeat;
background-size: cover;
background-position: 0 6%;
z-index: -1;
padding-top: 50px;
padding-bottom: 50px;
}



.night_sec02, .night_sec03{
padding-top: 0px;
padding-bottom: 0px;
}

.day_txt{
position: absolute;
bottom: 1%;
right: 1%;

width: 69.76744186%;
}

.night_txt{
position: absolute;
bottom: 1%;
right: 1%;
left: auto;

width: 74.18604651%;
}

.sp_none{
display: none;
}
.pc_none{
display: block;
}

.under_btn_box{
border-top: solid 8px #3396C3;

display: flex;
justify-content: center;
gap: 10px;

padding: 15px 0;
}
.under_btn_box_02{
border-top: solid 8px #00B4A6;
background: #D2D2D2;

display: flex;
justify-content: center;
gap: 10px;

padding: 15px 0;
}
.under_btn{
width: 30.23255814%;
}


.day_bunner{
display: block;
width: 80.69767442%;
margin: 0 auto;
}
.night_bunner{
display: block;
width: 80.69767442%;
margin: 10px auto 0;
}

}

.imgs_modal_list_sp{
display: none;
}

#siteFooter{
margin-top: 0;
}