@charset "UTF-8";
/* VARS */
.pc-none { display: none; }

@media screen and (max-width: 767px) { .pc-none { display: block; }
  .sp-none { display: none; } }

/*-------------------------------------------------------------------
    layout
-------------------------------------------------------------------*/
#main { overflow: hidden; }

img { max-width: 100%; }

.text_bk { color: black; }

/* common */
.sec { max-width: 980px; margin: 0 auto; width: calc( 710/750*100vw); }

.sec__ttl { margin-bottom: 50px; }

.sec__txt { margin-bottom: 50px; text-shadow: 0px 0px 4.5px rgba(0, 0, 0, 0.8); font-size: 156.25%; }
.sec__note { position: absolute; margin-left: 40px; bottom: 10px; font-size: 100%; }
.sec__note.sec__note--02 { margin-left: 0; right: 20px;}

.sec__note.black {color: #000 !important;}

.sec__inr { position: relative; padding: 100px 0; background: url(../img/bg01_pc.jpg) no-repeat center center/cover; color: #fff; letter-spacing: .2em; }

.sec__inr > div { margin-left: 40px; position: relative; }

.sec:nth-child(1) .sec__inr { padding-top: 50px; padding-bottom: 50px; text-align: center; }

.sec:nth-child(2) .sec__inr { background-image: none; background-color: #d7f2f7; text-align: center; padding-top: 50px; padding-bottom: 50px; }

.sec:nth-child(2) .sec__inr > div { margin-left: auto; }

.sec:nth-child(3) .sec__inr { background-image: url(../img/bg02_pc.jpg); }

.sec:nth-child(4) .sec__inr { background-image: url(../img/bg03_pc.jpg); }

.sec:nth-child(5) .sec__inr { background-image: url(../img/bg04_pc.jpg); }

.sec:nth-child(6) .sec__inr { background: -webkit-linear-gradient(left, #eef3f9 0%, #abb4b8 100%); background: linear-gradient(to right, #eef3f9 0%, #abb4b8 100%); color: #000; position: relative; height: 562px; box-sizing: border-box; }

.sec:nth-child(6) .sec__inr:before { content: ""; display: block; position: absolute; top: 0; width: 980px; max-height: 562px; height: calc(562/980*100vw); background: url(../img/bg05_pc.png); }

@media screen and (max-width: 980px) { .sec:nth-child(6) .sec__inr:before { width: 100%; left: 0; top: auto; bottom: 0; background-size: contain; } }

.sec:nth-child(6) .sec__txt { text-shadow: none; }

.sec:nth-child(7) .sec__inr { background: #63c1e4; }

.sec:nth-child(7) .sec__txt { text-shadow: none; }

.sec:nth-child(8) .sec__inr { background-image: url(../img/bg06_pc.jpg); color: #000; }

.sec:nth-child(8) .sec__txt { text-shadow: none; }

.sec:nth-child(9) .sec__inr { background-image: url(../img/bg07_pc.jpg); }

.sec:last-child .sec__inr { background-image: none; text-align: center; }

@media screen and (max-width: 767px) { .sec__ttl { margin-bottom: calc(40/750*100vw); text-align: center; }
  .sec__txt { margin-bottom: calc(40/750*100vw); font-size: calc(28/750*100vw); text-align: center; }
  .sec__note { margin-left: 0; font-size: calc(22/750*100vw); }
  .sec__note.sec__note--02 { display: none;}
  .sec__inr { padding: calc(100/750*100vw) 0; background: url(../img/bg01_pc.jpg) no-repeat bottom center/cover; }
  .sec__inr > div { margin-left: 0px; }
  .sec:nth-child(n+3):nth-child(-n+9) .sec__inr .btn-list { margin-bottom: calc(230/750*100vw); }
  .sec:nth-child(1) .sec__inr { padding-top: calc(40/750*100vw); padding-bottom: calc(10/750*100vw); }
  .sec:nth-child(2) .sec__inr { padding-top: calc(40/750*100vw); padding-bottom: calc(40/750*100vw); }
  .sec:nth-child(3) .sec__inr { background-image: url(../img/bg02_sp.jpg); }
  .sec:nth-child(4) .sec__inr { background-image: url(../img/bg03_sp.jpg); color: #000; }
  .sec:nth-child(4) .sec__txt { text-shadow: none; }
  .sec:nth-child(5) .sec__inr { background-image: url(../img/bg04_sp.jpg); }
  .sec:nth-child(6) .sec__inr { background: url(../img/bg05_sp.jpg) no-repeat bottom center/100% auto; height: auto; }
  .sec:nth-child(6) .sec__inr:before { display: none; }
  .sec:nth-child(6) .sec__ttl { margin-bottom: calc(40/750*100vw); }
  .sec:nth-child(7) .sec__inr .btn-list { margin-bottom: 0 !important; }
  .sec:nth-child(8) .sec__inr { background-image: url(../img/bg06_sp.jpg); background-size: 100%; }
  .sec:nth-child(8) .btn-list { margin-bottom: calc(150/750*100vw) !important; }
  .sec:nth-child(9) .sec__inr { background-image: url(../img/bg07_sp.jpg); }
  .sec:nth-child(9) .btn-list { margin-bottom: calc(310/750*100vw) !important; }
  .sec:last-child .sec__ttl { width: calc(400/750*100vw); margin: 0 auto; } }

.fit { padding-left: calc(50vw - 50%); padding-right: calc(50vw - 50%); margin-left: calc(-50vw + 50%); margin-right: calc(-50vw + 50%); }

.sec00 .sec__inr div ~ div { margin-top: 20px; }

@media screen and (max-width: 767px) { .sec00 .btn--movie a { width: 100%; } }

/* btn */
.btn-list li ~ li { margin-top: 10px; }

@media screen and (max-width: 767px) { .btn-list { text-align: center; }
  .btn-list li ~ li { margin-top: calc(20/750*100vw); } }

.btn, .btn--movie a, .btn--more a, .btn--more02 a { display: inline-block; border: 1px solid #fff; border-radius: 6px; line-height: 1; color: #fff; -webkit-transition: .3s; transition: .3s; font-size: 87.5%; box-sizing: border-box; }

.btn:hover, .btn--movie a:hover, .btn--more a:hover, .btn--more02 a:hover { text-decoration: none; }

.btn--movie a { padding: 17px 70px 17px 25px; background: url(../img/icon_movie.png) rgba(246, 128, 13, 0.8) no-repeat right 25px center; min-width: 220px; }

.btn--movie a:hover { background-color: rgba(246, 84, 13, 0.8); }

.btn--more a, .btn--more02 a { padding: 17px 55px 17px 25px; background: rgba(126, 206, 244, 0.9); position: relative; min-width: 220px; }

.btn--more a:before, .btn--more02 a:before { content: "▶︎"; position: absolute; right: 25px; top: 50%; -webkit-transform: translatey(-50%); -ms-transform: translatey(-50%); transform: translatey(-50%); }

.btn--more a:hover, .btn--more02 a:hover { background-color: rgba(53, 106, 210, 0.8); }

.btn--more02 a { padding: 15px 80px 15px 40px; }

.btn--more02 a:hover { background-color: #3369da; }

@media screen and (max-width: 767px) { .btn, .btn--movie a, .btn--more a, .btn--more02 a { border-radius: calc(6/750*100vw); font-size: calc(28/750*100vw); }
  .btn--movie a { padding: calc(30/750*100vw) calc(90/750*100vw) calc(30/750*100vw) calc(40/750*100vw); background: url(../img/icon_movie_sp.png) rgba(246, 128, 13, 0.8) no-repeat right calc(30/750*100vw) center/calc(37/750*100vw) calc(30/750*100vw); width: calc(370/750*100vw); }
  .btn--movie a:hover { background-color: rgba(246, 128, 13, 0.8); }
  .btn--more a, .btn--more02 a { padding: calc(30/750*100vw) calc(80/750*100vw) calc(30/750*100vw) calc(30/750*100vw); width: calc(370/750*100vw); }
  .btn--more a:before, .btn--more02 a:before { right: calc(30/750*100vw); }
  .btn--more a:hover, .btn--more02 a:hover { background-color: rgba(126, 206, 244, 0.9); }
  .btn--more02 a { padding: calc(30/750*100vw) calc(70/750*100vw) calc(30/750*100vw) calc(30/750*100vw); } }

/* fig */
.fig-r { position: absolute; right: 0; top: 0; }

@media screen and (max-width: 980px) { .fig-r { width: calc(390/980*100vw); top: auto; bottom: 0; } }

@media screen and (max-width: 767px) { .fig-r { position: static; width: auto; margin-bottom: calc(40/750*100vw); } }

/* flex */
.lineup {
  /*
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  */
  margin-top: 60px; }

  .lineup__img {
    margin-right: 170px;
  }

.lineup > div { padding: 0 70px; }

.lineup a { -webkit-transition: .3s; transition: .3s; }

.lineup a:hover { text-decoration: none; opacity: .7; }

.lineup .btn--more02 a:hover { text-decoration: none; opacity: 1; }

.lineup .btn--more02 { margin-top: 46px; }

@media screen and (max-width: 767px) { .lineup { display: block; }
  .lineup__img {
    margin-right: calc(150 / 750 * 100vw);
  }
  .lineup > div ~ div { margin-top: calc(100/750*100vw); }
  .lineup > div { padding: 0; }
  .lineup a:hover { opacity: 1; }
  .lineup .btn--more02 { margin-top: calc(40/750*100vw); } }

/* youtube */
.youtube { position: relative; width: calc(800/980*100%); margin: 0 auto; padding-top: 56.25%; height: 0; }

.youtube iframe { position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important; }

@media screen and (max-width: 767px) { .youtube { width: 100%; } }

/* snsfooter */
.socialOut { width: 100%; background: #f3f3f3; position: relative; }

#socialParts { max-width: 960px; margin: 30px auto 0; padding: 10px 10px 4px 10px; background-color: #f3f3f3; text-align: right; border-radius: 3px; }

#socialParts #twitter-widget-0, #socialParts iframe:first-child { width: 75px !important; margin-top: 2px; }

#socialParts iframe { height: 23px !important; width: 100px !important; margin-left: 6px; overflow: hidden; }

.pagetop { display: none; position: fixed; bottom: 157px; right: 5%; max-width: 44px; }

@media screen and (max-width: 767px) { .pagetop { bottom: 20px; } }

/* modal */
.pop { max-width: 900px; position: relative; margin: 0 auto; }

button.mfp-close01 { display: block !important; overflow: hidden !important; white-space: nowrap; text-indent: 150%; position: absolute; top: -35px !important; right: 10px !important; width: 22px !important; height: 22px !important; -webkit-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; border: none; opacity: 1; border-radius: 50%; }

button.mfp-close01:after, button.mfp-close01:before { content: ""; position: absolute; top: 50%; left: 50%; width: 30px; height: 2px; margin-left: -15px; background: #FFF; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

button.mfp-close01:before { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

button.mfp-close01:hover {
  background-color: #999;
}

@media screen and (max-width: 767px) { .foot_item_list.foot_recommend .features li { line-height: 20px; } }

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045;}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close01 { cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close01, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close01, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; -ms-touch-action: manipulation; touch-action: manipulation; }

button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-close01 { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }

.mfp-close01:hover, .mfp-close01:focus { opacity: 1; }

.mfp-close01:active { top: 1px; }

.mfp-close01-btn-in .mfp-close01 { color: #333; }

.mfp-image-holder .mfp-close01, .mfp-iframe-holder .mfp-close01 { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }

.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }

.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }

.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }

.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.mfp-iframe-holder .mfp-close01 { top: -40px; }

.mfp-iframe-scaler01 { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler01 iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }

.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close01 { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); -ms-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; -ms-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; -ms-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }

.mfp-iframe-holder .mfp-close {
  width: 82px;
  right: -42px;
}
@media only screen and (max-width: 767px) {
  .mfp-iframe-holder .mfp-close {
    width: 18px;
    right: 0;
  }
}

/* text */
.mv-sub-note {
  width: fit-content;
  font-size: .7em;
  color: #000;
  text-align: left;
  font-weight: nirmal;
  position: absolute;
  margin-left: 20px;
  bottom: 10px;
}

.mv-sub-note span {
  position: relative;
  z-index: 1;
}

.mv-sub-note::after {
  content:"";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  filter: blur(15px);
}

.sub-note {
  font-size: 75%;
  color: #000;
  font-weight: normal;
  margin-top: 10px;
}

.sub-note-indent {
  font-size: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.sub-note-indent > span:first-child {
  padding-right: .2em;
}

/*
.sub-note-indent > span:last-child {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
  */

@media only screen and (max-width: 767px) {
  .mv-sub-note {
    font-weight: normal;
    margin-left: 0;
    font-size: 10px;
    margin-top: calc(40 / 750 * 100vw);
    position: relative;
  }
  .sub-note {
    font-weight: normal;
    text-align: left;
  }
}
