@charset "UTF-8";
/* rest */
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    /*font-size:100%;*/
    vertical-align:baseline;
    background:transparent;
}

html, body {
  overflow: hidden;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*********** common **********/
/* fonts */
@font-face {
    font-family: "NotoSans CJK Japanese";
    font-style: normal;
    font-weight: 200;
    src: url("../fonts/NotoSansCJKjp-Light.woff") format("woff");
}
@font-face {
    font-family: "NotoSans CJK Japanese";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NotoSansCJKjp-Regular.woff") format("woff");
}
@font-face {
    font-family: "NotoSans CJK Japanese";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NotoSansCJKjp-Bold.woff") format("woff");
}
@font-face {
    font-family: "NotoSans CJK Japanese";
    font-style: normal;
    font-weight: 900;
    src: url("../fonts/NotoSansCJKjp-Black.woff") format("woff");
}

h2.ttl {
    font-family: "NotoSans CJK Japanese";
    font-weight: 900;
    color: #00a6e9;
    font-size: 60px;
    position: absolute;
    z-index: 4;
}

.sub-ttl {
    font-family: "NotoSans CJK Japanese";
    font-weight: 900;
    font-size: 20px;
    line-height: 1.4;
    padding-bottom: .25rem;
    display: inline-block;
}

.txt {
    font-family: "NotoSans CJK Japanese";
    font-weight: 400;
    line-height: 1.5;
}

@media screen and (min-width: 768px) {
    h2.ttl {
        font-size: 150px;
    }
    .sub-ttl {
        font-size: 50px;
    }
}

@media screen and (min-width: 1024px) and (max-height: 700px) {
    h2.ttl {
        font-size: 110px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    h2.ttl {
        font-size: 120px;
    }
}

@media screen and (max-width: 320px) {
	h2.ttl {
		font-size: 54px;
	}
}



/* base */
body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: .075em;
}

.play-btn-box {
    bottom: 12%;
    right: 0;
    z-index: 10;
}

.conts-box {
    color: #fff;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.has-txt-centered {
    text-align: center;
}

@media screen and (max-height: 500px) {
    .play-btn-box {
        bottom: 6%;
    }
}

@media screen and (min-width: 768px) {
    body {
        font-size: 18px;
    }
    .play-btn-box {
        right: 0;
    }
}

@media screen and (min-width: 1024px) {
    .conts-box {
        height: 100vh;
    }
    .txt {
        line-height: 1.67;
    }
    .play-btn-box {
        bottom: 25px;
        right: 25px;
    }
    .box1 .play-btn-box {
        bottom: 12%;
    }
}

/* bg shape */
.shape-01 {
    width: 58%;
    height: 150%;
    position: absolute;
    top: -27%;
    z-index: 1;
    transform: rotate(30deg);
    background-color: #0b308e;
}

.shape-02 {
    width: 54%;
    height: 100%;    
    position: absolute;
    right: -56%;
    bottom: -21%;
    z-index: 4;
    transform: rotate(30deg);
    background-color: #0b308e;
}

.shape-02.white {
    background-color: #fff;
}

.shape-03 {
    width: 28%;
    height: 100%;
    position: absolute;
    right: -13%;
    bottom: -15%;
    z-index: 3;
    transform: rotate(30deg);
    background-color: #e6eaf3;
}

.bg-shape-white {
    width: 355.6%;
    height: 207%;
    position: absolute;
    right: -81.6%;
    bottom: -11%;
    z-index: 2;
    transform: rotate(30deg);
    background-color: #fff;
}

.bg-shape-blue {
    width: 355.6% !important;
    height: 207%;
    position: absolute;
    right: -88.6% !important;
    bottom: -11%;
    z-index: 2;
    transform: rotate(30deg);
    background-color: #0b308e;
}

@media screen and (max-height: 896px) and (max-width: 414px) {
    .shape-01 {
        left: -58% !important;        
    }
    .shape-02 {
        width: 40% !important;
        right: -52% !important;
    }
}

@media screen and (max-height: 414px) {
    .shape-01 {
        width: 78%;
        top: -77%;
        left: -54% !important;
    }
    .shape-02 {
        width: 54% !important;
        right: -48% !important;
        bottom: -41%;
    }
}

@media screen and (min-width: 768px) {
    .shape-01 {
        width: 36%;
        height: 150%;
        top: -34%;
        left: -22%;
    }
    .shape-02 {
        width: 15%;
        right: -16%;
    }
    .shape-03 {
        width: 25%;
        height: 165%;
        right: 1%;
        bottom: -51.5%;
    }
    .bg-shape-white,
    .bg-shape-blue {   
      right: -31%;
    }
}


@media screen and (min-width: 1024px) {
    .shape-01 {
        width: 36%;
        height: 150%;
        top: -34%;
        left: -18.8%;
    }
    .shape-02 {
        width: 13%;
        right: -16%;
    }
    .shape-03 {
        width: 25%;
        height: 165%;
        right: 1%;
        bottom: -51.5%;
    }
    .bg-shape-white,
    .bg-shape-blue {   
        width: 120%;
        height: 217%;
        right: -5%;
    }
    .bg-shape-white {
        bottom: -51.2%;
    }
}


@media screen and (max-height: 414px) {
    .bg-shape-white {
        width: 182% !important;
    }
}

/* タブレット対策 */
@media screen and (max-width: 1024px) and (max-height: 1366px) {
    .shape-01 {
        left: -30.5%;
    }
    .shape-02 {
        width: 24%;
        right: -34%;
    }
    .bg-shape-blue {
        width: 140%;
        right: -13.5%;
    }
    .bg-shape-white {
        width: 348%;
        height: 256%;
        right: -39%;
        bottom: -34.2%;
    }
}

@media screen and (max-width: 1024px) and (min-height: 600px) {
        .shape-02 {
            right: -34%;
    }
}

@media screen and (min-width: 1919px) {
        .shape-01 {
            left: -22%;
    }
}

@media screen and (max-width: 414px) {
        .bg-shape-white {
            right: -64%;
    }
}


/* モーダル */
.modal{
    display: none;
    height: 100vh;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
    transition: opacity 1s;
}
.modal__bg{
    background: rgba(0,0,0,.5);
    height: 100vh;
    position: absolute;
    width: 100%;
}
.modal__content{
    left: 50%;
    position: absolute;
    top: 45%;
    transform: translate(-50%,-50%);
    width: 90%;
    height: 80%;
    z-index: 999;
}

.wrapper.fixed {
    position: fixed;
    width: 100%;
}

.close {
    color: #fff;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    position: absolute;
    top: 71%;
    right: 0;
    left: 0;
    margin: auto;
}

.close span {
    font-size: 44px;
}

#covers {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
}

/* 背景画像 */
.video-box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  overflow: hidden;
}

.video-box img {
    width: 100%;
}

/* 右下のPLAYMOVIE */
.play-btn-box.fixed {
    position: fixed;
    display: block !important;
    z-index: 10000;
    right: -2.8%;
    bottom: .5%;
}

.play-btn-box.fixed .btn-play-circle-02 {
    background-color: #ff930f;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 0 auto;
    position: relative;
    top: 10px;
    left: 16px;
    right: 0;
    bottom: 0;
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}

.play-btn-box.fixed .btn-play-arrow-02 {
    color: #ff930f;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -14px;
    left: -62%;
    letter-spacing: 0;
}
.play-btn-box.fixed .btn-play-arrow-02::after {
    content: "";
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
    border-top: 6px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    top: 22%;
    left: 131%;
    animation: blink 1.5s ease-in-out infinite alternate;
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/* PC SP表示切り替え */
@media screen and (max-height: 414px) {
    .is-hidden-landscape {
        display: none !important;
      }
    .play-btn-box.fixed .btn-play-circle-02 {
        margin-right: 15px;
    }
    .play-btn-box.fixed .btn-play-arrow-02 {
        left: -61px;
    }
    .video-box {
        width: 58% !important;
    }
}

@media screen and (max-width: 414px) and (min-height: 414px) {
  .is-hidden-sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}

@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
    .play-btn-box.fixed .btn-play-circle-02 {
        width: 47px;
        height: 47px;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}

@media screen and (min-width: 736px) and (max-width: 1023px) {
  .play-btn-box.fixed {
    right: -.8%;
  }
}

@media screen and (min-height: 920px) {
    .play-btn-box.fixed {
        bottom: 0;
    }
}

@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}

@media screen and (min-width: 1024px) {
    .close {
        top: -5%;
        right: -51%;
        left: initial;
        width: 100%;
    }
    
    .is-hidden-desktop {
        display: none !important;
    }
    
    .play-btn-box.fixed {
        right: .9rem;
        bottom: -.2rem;
    }
    
    .play-btn-box.fixed .btn-play-circle-02 {
        margin: 0 auto 1rem auto;
    }
    
    .play-btn-box.fixed .btn-play-arrow-02 {
        top: -38px;
        font-size: 20px;
    }
    
    .video-box {
        width: 64%;
        height: auto;
        transform: translate(0, -50%);
    }
}

@media screen and (max-width: 1024px) and (min-height: 600px) {
    .play-btn-box.fixed {
        right: -.1rem;
    }
}

@media screen and (min-width: 1024px) {
    .play-btn-box.fixed .btn-play-arrow-02::after {
        top: 42%;
        left: 130%;
    }
}

@media screen and (min-width: 834px) and (max-width: 1012px) {
    .play-btn-box.fixed .btn-play-arrow-02::after {
        top: 10%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
    .is-hidden-desktop-only {
        display: none !important;
        }
}

@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}


@media screen and (max-width: 1024px) and (min-height: 1366px) {
    .video-box {
        width: 90%;
    }
}

@media screen and (max-width: 1400px) {
  .is-hidden-laptop {
    display: none !important;
  }
}

@media screen and (max-width: 414px) and (max-height: 630px) {
	.is-hidden-sp-mini {
		display: none;
	}
}

@media screen and (max-width: 375px) and (max-height: 622px) {
	.video-box {
		top: 42%;
	}
}

@media screen and (min-height: 560px) and (max-height: 650px) {
	.video-box {
		top: 45%;
	}
}



/*********** header **********/
header {
    position: fixed;
    top: 25px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    padding: 0 3%;
    z-index: 10000;
}

.logo-box img {
    width: 70px;
}
@media screen and (min-width: 768px) {
    header {
        top: 1.8rem;
    }
    .logo-box img {
        width: 115px;
        height: 31px;
    }
}


/*********** MV **********/
/* loading */
.load-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #0b308e;
    z-index: 6;
}

.load-wrapper.load-wrapper-transparent {
    background-color: #0b308e;
}

.load-wrapper-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    margin: auto;
}

.line {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 15px;
}

.load .line:nth-last-child(1) {
    background-color: #f7a037;
    animation: loading .8s .1s linear infinite;
}
.load .line:nth-last-child(2) {
    background-color: #24ba63;
    animation: loading .8s .3s linear infinite;
    margin: 0 .4rem;
}
.load .line:nth-last-child(3) {
    background-color: #ffdf06;
    animation: loading .8s .5s linear infinite;
}
@keyframes loading {
    0 {
        transform: translate(0, 0);
    }
    50% {
        transform: translate(0, 30px);
    }
    100% {
        transform: translate(0, 0);
    }
}


/* layout */
.box1 {
  display: block;
  z-index: 1000;
}

.box1 .shape-01 {
  z-index: 1000;
}

.cont-inner {
    letter-spacing: 2;
    width: 100%;
    height: 100%;
}

.box1 .cont-inner .txt-box {
    position: absolute;
    top: 50%;
    left: 12%;
    z-index: 9999;
    width: 100%;
    opacity: 0;
}

/* text */
.right h2.ttl {
    top: 17.5%;
    right: 3%;
    z-index: 4;
}

.catch-copy-small {
    font-family: "NotoSans CJK Japanese";
    font-weight: 400;
    font-size: 20px;
    line-height: 2.5;
}

.catch-copy {
    font-family: "NotoSans CJK Japanese";
    font-weight: 900;
    font-size: 2.4375rem;
    line-height: 1.15;
}

/* SCROLL */
.scroll-box span {
    position: fixed;
    bottom: 82px;
    left: -.9%;
    transform: rotate(90deg);
    font-size: 14px;
    z-index: 10000;
    font-weight: bold;
    letter-spacing: 0;
    color: #fff;
}

.scroll-box:after {
    content: "";
    position: fixed;
    display: block;
    width: 1px;
    height: 50px;
    bottom: 0;
    left: 25px;
    background-color: #fff;
    z-index: 10000;
}

@media screen and (min-width: 768px) {
    .box1 .cont-inner .txt-box {
        top: 40%;
        left: 9%;
    }
    .catch-copy {
        font-size: 2rem;
    }
    .catch-copy-small {
        font-size: 30px;
        line-height: .53;
        margin-bottom: 2rem;
    }
    
    .catch-copy {
        font-size: 4.5rem;
    }
    
    .scroll-box span {
        font-size: 15px;
        bottom: 166px;
        left: 23px;
    }
    
    .scroll-box:after {
        height: 120px;
        left: 52px;
    }
    .box1 .play-btn-box .btn-play-arrow-01 {
        left: 50.8%;
    }
}

@media screen and (min-width: 834px) {
    .catch-copy {
        font-size: 4.5rem;
    }
}

@media screen and (min-height: 555px) and (max-height: 622px) {
	.right h2.ttl {
		top: 7.5%;
	}
}

@media screen and (max-width: 375px) and (max-height: 622px) {
	.right h2.ttl {
		top: 3.5%;
	}
}

@media screen and (max-width: 360px) {
    .scroll-box:after {
        left: 21px;
    }
}

@media screen and (min-width: 325px) and (max-width: 375px) {
  .box1 .cont-inner .txt-box {
    top: 54%;
  }
}

@media screen and (max-width: 320px) {
	.right h2.ttl {
		top: 2.5%;
	}
}

@media screen and (min-width: 1200px) {
    .box1 .cont-inner .txt-box {
        top: 20%;
        left: 11%;
    }
    .catch-copy {
        font-size: 5.5rem;
    }
}

@media screen and (min-width: 1024px) {
    .box1 .play-btn-box .btn-play-arrow-01 {
        left: 50.4%;
    }
}

@media screen and (min-width: 1336px) and (max-height: 768px) {
  .box1 .cont-inner .txt-box {
    top: 47%;
  }
}

@media screen and (min-width: 1280px) and (max-height: 720px) {
  .box1 .cont-inner .txt-box {
    top: 27%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .scroll-box span {
        left: 2.6%;
    }
}

@media screen and (max-height: 500px) {
    .box1 .cont-inner .txt-box {
        top: 45%;
        left: 13%;
    }
    .scroll-box span {
        bottom: 18%;
        left: -2.5%;
    }
}


/* ********** あんしん、あったか、明るく元気！ ********* */
.box2 {
  z-index: 2000;
}
.box2 h2.ttl {
    font-size: 39px;
    top: 29%;
    left: 25px;
}

.box2 .txt {
    color: #000;
    position: absolute;
    top: 22rem;
    left: 25px;
    right: 25px;
    z-index: 4;
}

@media screen and (min-width: 1024px) {
    .box2 h2.ttl {
        font-size: 70px;
        top: 32%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 586px;
    }
    .box2 .txt {
        top: 59%;
        left: 50%;
        right: inherit;
        transform: translateY(-50%) translateX(-50%);
        margin: auto;
        width: 586px;
        line-height: 2;
    }
    .catch-copy {
        line-height: 1.3;
    }
}

/* iPad Pro12.9インチ対応 */
@media screen and (min-width: 1024px) and (min-height: 1166px) {
    .box2 h2.ttl {
        top: 24%;
    }
}


/* ********** あんしん ********* */
.box3 {
  z-index: 3000;
}

.box3 h2 {
    color: #fff;
}

.box3 .txt {
    text-align: right;
    position: absolute;
    bottom: 13.5%;
    right: 25px;
    z-index: 4;
}

.box3 .shape-02 {
  display: none;
}

@media screen and (min-width: 1024px) {
    .box3 h2.ttl {
        top: 11%;
        right: 17.5%;
    }
    .box3 .txt {
        right: 17.7%;
        bottom: 22%;
    }
    .box3 .video-box {
        left: 0;
    }
}

/* iPad Pro12.9インチ対応 */
@media screen and (min-width: 1024px) and (min-height: 1166px) {
    .box3 h2.ttl {
        top: 24%;
    }
}

@media screen and (max-width: 320px) {
	.box3 .txt {
		bottom: 9.5%;
	}
}


/* ********** あったか ********* */
.box4 {
  z-index: 4000;
}

.box4 h2.ttl {
    top: 17.5%;
    right: auto;
    z-index: 4;
    left: 3%;
}

.box4 .sub-ttl {
    color: #00a6e9;
}

.box4 .txt {
    position: absolute;
    bottom: 13%;
    left: 4%;
    z-index: 4;
    color: #000;
}

.box4 .shape-02 {
  display: none;
}

@media screen and (min-width: 769px) {
    .box4 h2.ttl,
    .box4 .sub-ttl span,
    .box4 #box4Effect03 span {
        background-color: #fff;
    }
    .box4 .sub-ttl {
        line-height: 1.48;
    }
}

@media screen and (min-height: 555px) and (max-height: 622px) {
	.box4 h2.ttl {
		top: 7.5%;
	}
}

@media screen and (max-width: 375px) and (max-height: 622px) {
	.box4 h2.ttl {
		top: 3.5%;
	}
}

@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .box4 h2.ttl {
        top: 11%;
        right: inherit;
        left: 3.8%;
    }
    .box4 .txt {
        left: 4.8%;
        bottom: 22%;
    }
    .box4 .video-box {
        left: auto;
        right: 0;
    }
}

@media screen and (min-width: 1281px) {
    .box4 .video-box {
        left: 35.99%;
    }
    .box4 h2.ttl {
        left: 16.4%;
    }
    .box4 .txt {
        left: 17%;
    }
}

/* iPad Pro12.9インチ対応 */
@media screen and (min-width: 1024px) and (min-height: 1166px) {
    .box4 h2.ttl {
        top: 24%;
    }
}

@media screen and (max-width: 320px) {
    .box4 h2.ttl {
        top: 2.5%;
    }
	.box4 .txt {
		bottom: 9%;		
	}
}

/* ********** あかるく元気に！ ********* */
.box5 {
  z-index: 5000;
}

.box5 h2.ttl {
    text-align: right;
    line-height: 1;
    color: #fff;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}

.box5 .txt {
    position: absolute;
    bottom: 13.5%;
    left: 4%;
    z-index: 4;
    text-shadow: 1px 2px 3px rgba(0,0,0,0.8);
}

.box5 .shape-02 {
  display: none;
}

@media screen and (max-width: 414px) and (max-height: 630px) {
	.box5 h2.ttl {
		top: 6.5%;
		right: 0;
		font-size: 53px;
		letter-spacing: 0;
	}
	.box5 .txt {
		left: 2%;
		bottom: 12.5%;
	}
}

@media screen and (max-width: 375px) {
	.box5 h2.ttl {
		top: 4.5%;
	}
}

@media screen and (min-width: 1024px) {
    .box5 h2.ttl {
        top: 11%;
        right: 10.1%;
    }
    .box5 .txt {
        left: 12.7%;
        bottom: 22%;
    }
    .box5 .video-box {
        transform: translate(-50%, -50%);
    }
}

@media screen and (min-width: 1024px) and (orientation: landscape) {
    .btn-box {
        top: 77%;
    }
}

@media screen and (min-height: 696px) {
	.box5.right h2.ttl {
		top: 9.5%;
	}
}

/* iPad Pro12.9インチ対応 */
@media screen and (min-width: 1024px) and (min-height: 1166px) {
    .box5 h2.ttl {
        top: 16%;
    }
}

@media screen and (max-width: 320px) {
	.box5 h2.ttl {
		top: 3.5%;
		font-size: 45px;
	}
	.box5 .txt {
		bottom: 9.5%;
	}
}



/* ********** What's UP ********* */
.box6 {
  z-index: 6000;
}

.box6 .bg {
  width: 100%;
  height: 100%;
  background-color: white;
}

.box6 .bg-what-pc-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-what {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.bg-what.bg-01 {
    background: url("../images/bg-sp-what-01.jpg") center center no-repeat;
    background-size: cover;
    background-position: center;    
}

.bg-what.bg-02 {
    background: url("../images/bg-sp-what-02.jpg") center center no-repeat;
    background-size: cover;
    background-position: center;    
}

.bg-what.bg-03 {
    background: url("../images/bg-sp-what-03.jpg") center center no-repeat;
    background-size: cover;
    background-position: center;    
}

.bg-shape-what {
    width: 89.6%;
    height: 157%;
    position: absolute;
    right: 9.4%;
    bottom: -33%;
    z-index: 2;
    transform: rotate(30deg);
    background-color: #00a6e9;
}

.box6 .txt-box {
    position: absolute;
    z-index: 999;
    top: 30%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 105%;
    padding: 0 25px;
}

.box6 .txt-box-inner {
    background-color: rgba(0,154,216,.8);
    padding: 1rem;
}

.box6 .bg-shape-blue {
  z-index: 1000;
}

.box6 .shape {
  z-index: 1001;
}

.btn-box {
    position: absolute;
    z-index: 999;
    top: 76%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    padding: 0 25px;
    text-align: center;
}

#what .btn {
    position: relative;
    display: inline-block;
    text-decoration: none;
    font-size: 19px;
    line-height: 30px;
    background: #0a3190;
    vertical-align: middle;
    transform: skewX(-30deg);
    width: 86%;
}
#what .btn.whats-up {
    line-height: 23px;
    padding-top: 1rem;
}
.btn-box p,
.text-whats-up {
    transform: skewX(30deg);
}

.btn-box p {
    padding-top: 1rem;
}
.btn-box .whats-up p {
    padding: 0 0.5rem;
}

#what .btn a {
    color: #fff;
    text-align: center;
    display: block;
    height: 100px;
}

.anas-way {
    margin-bottom: .5rem;
}

.anas-way strong span:first-of-type {
    font-size: .9rem;
    vertical-align: middle;
    /*display: inline-block;*/
}

.anas-way strong span:last-of-type{
    font-size: 1.25rem;
}

.icon-separate-tab {
	width: 20px;
    margin-left: 3px;
}

.whats-up .icon-separate-tab {
	vertical-align: top;
}

.anas-way,
.whats-up p {
    font-size: .9375rem;
    letter-spacing: 0;
}

img.text-whats-up {
    width: 60%;
}

@media screen and (max-height: 414px) {
    .box6 .txt-box {
        top: 27%;
        width: 90%;
    }
    .bg-shape-what {
        height: 200%;
        right: 2% !important;
        transform: rotate(30deg) translateY(10%);
    }
    .btn-box {
        width: 90%;
        top: 67%;
    }
    .anas-way strong span:first-of-type {
        vertical-align: middle;
        margin-bottom: .5rem;
    }
    .whats-up p {
        display: inline-block;
    }
    img.text-whats-up {
        width: 45%;
        vertical-align: middle;
    }
}

@media screen and (max-width: 414px) and (min-height: 700px){
	.bg-what.bg-01 {
		background: url("../images/bg-sp-big-what-01.jpg") center center no-repeat;
		background-size: cover;
		background-position: center;
	}
}


@media screen and (max-width: 360px) and (max-height: 516px){
    .whats-up p {
        letter-spacing: -1px;
    }
}
    
@media screen and (max-width: 360px) {
    .btn-box p {
        padding-top: 0;
    }
    .btn-box .whats-up p {
        padding-top: 0 1em;
    }
    #what .btn a {
        padding-top: 0.5em;
    }
    .anas-way strong span:first-of-type {
        margin-bottom: 0 !important;
        line-height: 0 !important;
    }
}

@media screen and (max-width: 365px) and (max-height: 520px) {
    .box6 .txt-box {
        top: 30%;
    }
    .btn-box {
        top: 72%;
    }
    .anas-way strong span:first-of-type {
        margin-bottom: 0;
    }
    #what .btn {
        padding: .25rem 1rem;
    }
}

@media screen and (max-width: 414px) and (min-height: 700px) {
    #what .btn.whats-up{

    }
    .btn-box p {
        padding: 0.5rem 0.5rem 0;
    }	
    .btn-box .whats-up p{
        padding: 0 0.5rem;
    }	
}


@media screen and (max-height: 414px) {
    .bg-what {
        background: url("../images/bg-pc-what-01.jpg") center center no-repeat !important;
        background-size: cover !important;
    }
}

@media screen and (min-height: 930px) {
    .box6 .txt-box {
        width: 83%;
    }
    .btn-box {
        width: 83%;
    }
}

@media screen and (max-width: 1280px) and (min-height: 650px) {
    img.text-whats-up {
        width: 72%;
    }
}

@media screen and (min-width: 834px) and (max-width: 1215px) {
    .bg-what {
        background: url("../images/bg-tab-what-01.jpg") center center no-repeat !important;
        background-size: cover !important;
    }
}

@media screen and (min-width: 768px) {
    img.text-whats-up {
        width: +60%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .box6 .txt-box {
        width: 80%;
    }
    #what .btn {
        width: 42%;
        padding-top: 0;
    }
	/* img.text-whats-up {
		width: 72%;
	} */
    .anas-way {
        margin-bottom: 0;
    }
    .btn-box p {
        padding-top: 1rem;
    }
    .btn-box .whats-up p {
        padding-top: 0;
    }
}

@media screen and (min-width: 1024px) {
    .bg-what {
        background: url("../images/bg-pc-what-01.jpg") center center no-repeat ;
        background-size: cover;
    }
    .bg-shape-what {
        width: 38.5%;
        height: 193%;
        right: 30.7%;
        bottom: -46%;    
    }
    .box6 .txt-box {
        top: 36%;
        padding: 0;
    }
    .box6 .txt-box-inner {
        width: 50%;
        padding: 1rem;
        margin: 0 auto;
    }
    .box6 .catch-copy {
        width: 430px;
        margin: 0 auto 1rem auto;
        font-size: 60px;
        line-height: 1.3;
    }
    .box6 .txt {
        line-height: 2;
        letter-spacing: 0;
    }
    .btn-box {
        padding: 0;
    }
    #what .btn {
        width: 37.642%;
        height: 100px;
        padding: 1rem;
    }
    #what .btn a {
        height: 100px;
    }
    .anas-way {
        margin-right: 2.5rem;
    }
    .anas-way strong span:last-of-type{
        font-size: 1.6rem;
    }
    .whats-up {
        margin-bottom: 7px;
    }
    img.text-whats-up {
        width: 60%;
    }
    .icon-separate-tab {
        right: 7%;
    }
}


@media screen and (max-width: 1024px) and (min-height: 1200px) {
    .bg-what {
        background: url("../images/bg-sp-what-01.jpg") center center no-repeat;
        background-size: cover;
    }
}

@media screen and (max-width: 1024px) and (min-height: 1366px) {
    .btn-box {
        top: 59% !important;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1279px) {
    .box6 .txt-box-inner {
        width: 72%;
	}
}

@media screen and (max-width: 1280px) and (min-height: 650px) {
    .box6 .txt-box {
        top: 40%;
        padding: 0;
    }
    #what .btn {
        padding-top: 1rem;
    }
    .btn-box {
        top: 80%;
        padding: 0
    }
}

@media screen and (max-width: 375px) and (min-height: 680px) {
    /* #what .btn {
        padding-top: 0;
    } */
}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
    .box6 .txt-box {
        top: 40%;
    }
    #what .btn {
        padding: 1rem;
    }
}

@media screen and (max-width: 414px) {
    .box6 .txt-box-inner {
        width: 100%;
    }
}

@media screen and (max-width: 414px) and (min-height: 680px){
    .box6 .txt-box-inner {
        width: 88%;
        margin: 0 auto;
    }
    .box6 .txt-box {
        top: 32%;
    }
    .btn-box {
        top: 70%;
    }
}

@media screen and (max-width: 320px) and (max-height: 568px) {
    .box6 .catch-copy {
        font-size: 30px;
    }
    .box6 .txt-box {
        top: 28%;
    }
    .btn-box {
        top: 75%;
    }
    .anas-way strong span:first-of-type {
        margin-bottom: .2rem;
        font-size: .75rem;
    }
    .anas-way strong span:last-of-type {
        font-size: .85rem;
    }
    .whats-up p {
        font-size: .75rem;
        letter-spacing: -1px;
    }
}


@media screen and (min-width: 768px) {
    .box6 .txt-box-inner {
        padding: 1.5rem 3rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    .btn-box {
        top: 73%;
    }
}

@media screen and (min-width: 1025px) {
	.bg-what-box-inner {
		position: absolute;
		top: 0;
        width: 25.105%;
        height: 100%;	
	}
	
    .bg-what-box-inner-01 {
        left: 0;
        background: url("../images/bg-pc-what-01-01.jpg") right center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-02 {
        left: 25%;
        background: url("../images/bg-pc-what-01-02.jpg") left center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-03 {
        left: 50%;
        background: url("../images/bg-pc-what-01-03.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-04 {
        left: 75%;
        background: url("../images/bg-pc-what-01-04.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-02-01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-02-01.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-02-02 {
        position: absolute;
        top: 0;
        left: 20%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-02-02.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-02-03 {
        position: absolute;
        top: 0;
        left: 40%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-02-03.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-02-04 {
        position: absolute;
        top: 0;
        left: 60%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-02-04.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-02-05 {
        position: absolute;
        top: 0;
        left: 80%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-02-05.jpg") center center no-repeat;
        background-size: cover;
    }
    .bg-what-box-inner-03-01 {
        position: absolute;
        top: 0;
        left: 0;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-03-01.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-03-02 {
        position: absolute;
        top: 0;
        left: 20%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-03-02.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-03-03 {
        position: absolute;
        top: 0;
        left: 40%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-03-03.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-03-04 {
        position: absolute;
        top: 0;
        left: 60%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-03-04.jpg") center center no-repeat;
        background-size: cover;
    }

    .bg-what-box-inner-03-05 {
        position: absolute;
        top: 0;
        left: 80%;
        width: 20%;
        height: 100%;
        background: url("../images/bg-pc-what-03-05.jpg") center center no-repeat;
        background-size: cover;
    }
}

@media screen and (min-width: 1280px) and (max-height: 740px) {
    .btn-box {
        top: 86%;
    }
}

@media screen and (min-width: 1024px) and (max-height: 768px) {
    .btn-box {
        top: 78%;
    }
	.box6 .txt-box {
        top: 35%;
	}
}

@media screen and (min-height: 1000px) and (max-height: 1100px) {
    img.text-whats-up {
        width: 68%;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1599px) {
    .btn-box p {
        padding-top: 0;
    }
    .btn-box .whats-up p {
        padding: 0;
    }
}

@media screen and (min-width: 1448px) and (max-height: 900px) {
    .btn-box p {
        padding-top: 0;
    }
    .btn-box .whats-up p {
        padding-top: 0rem;
    }
}

@media screen and (min-width: 1440px) {
    #what .btn {
        width: 29.642%;
	}
}

@media screen and (min-width: 1600px) {
    .btn-box p {
        padding-top: 0;
    }
    img.text-whats-up {
        width: 55%;
		padding-top: 0;
    }
}


/* iPad Pro12.9インチ対応 */
@media screen and (min-width: 1024px) and (min-height: 1166px) {
    .box6 .txt-box {
        top: 42%;
    }
    .btn-box {
        top: 65% !important;
        width: 100%;
    }
}

@media screen and (min-width: 1440px) and (min-height: 800px) {
    .box6 .txt-box {
        top: 39%;
    }
}


/*********** footer **********/
.pagetop a {
    position: absolute;
    bottom: 29px;
    left: -5%;
    z-index: 999;
    transform: rotate(90deg);
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0;
}

.pagetop a::before {
    background: url("../images/icon-sp-pagetop.svg") center center no-repeat;
    position: absolute;
    top: -17px;
    left: -30px;
    content: "";
    width: 14px;
    height: 40px;
    transform: rotate(-90deg);
}

@media screen and (min-width: 1440px) {
    .pagetop a {
        position: absolute;
        top: 97%;
        left: 50%;
        bottom: 0;
        z-index: 999;
        transform: translateY(-50%) translateX(-50%);
    }
    .pagetop a::before {
        background: url("../images/icon-arrow-up.png") top center no-repeat;
        position: absolute;
        top: -131%;
        left: 50%;
        z-index: 999;
        transform: translateY(-50%) translateX(-50%);   
        width: 46px;
        height: 66px;
    }
}

@media screen and (min-width: 1024px) and (max-height: 700px) {
    .pagetop a {
        bottom: 14%;
    }
}

@media screen and (min-width: 736px) and (max-width: 1336px) {
    .pagetop a {
        left: 0;
        position: fixed;
    }
}

/*********** videojs **********/
.video-js, .my-video-js {
  position: absolute;
  top: 0;
  left: 0;
}

.my-video-js .vjs-big-play-button:before, .my-video-js .vjs-control:before, .my-video-js .vjs-modal-dialog, .vjs-modal-dialog .vjs-modal-dialog-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .video-controls {
    display: none;
    position: fixed;
    top: 59%;
    right: 1.15rem;
    z-index: 10000;
    transform: translate(-50%, -50%);
  }

  .video-controls a {
    width: 20px;
    height: 20px;
    display: block;
  }

  .video-controls > * {
    display: none;
    width: 20px;
    height: 20px;
    background-size: contain;
    cursor: pointer;
  }

  .video-controls > *.active {
    display: block;
  }

  .video-controls .play {
    background-image: url('../images/icon-play.svg');
  }

  .video-controls .pause {
    background-image: url('../images/icon-pause.svg');
  }
}

@media screen and (min-width: 1112px) {
 .video-controls {
     top: 61%;
    }
}

@media screen and (min-width: 1024px) and (max-height: 768px) {
 .video-controls {
     top: 64%;
    }
}



/*********** pagination **********/
.pagination {
    position: fixed;
    top: 50%;
    right: 1.8rem;
    height: 162px;
    list-style: none;
    z-index: 2147483647;
    transform: translate(-50%, -50%);
}

.pagination a {
	width: 10px;
	height: 10px;
	margin-bottom: 22px;
	border-radius: 10px;
	background-color: #d2d2d2;
	cursor: pointer;
	display: block;
}

.pagination a.active {
  background-color: #00a6e9;
}

@media screen and (max-width: 414px) {
	.pagination {
	    right: 2px;
    }
	.pagination a {
		width: 14px;
		height: 14px;
		margin-bottom: 26px;
	}
}