@charset "UTF-8";

/* mv -------------------------------------- */
article#mv {
	padding: 25px 0;
    height: 100vh;
}
section#mv-1 {
	margin: 0 auto;
	width: 95%;
    height: 100vh;
    max-width: unset;
	position: relative;
    z-index: 3;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* section#mv-1 h2 {
    width: 700px;
} */
section#mv-1 h2 {
    width: 700px;
    height: 300px;
    position: relative;
    margin-left: auto;
    white-space: nowrap;
}
section#mv-1 h2 span {
    color: #fff !important;
    letter-spacing: -0.1em;
}

/* safari only */
.safari section#mv-1 h2 span {
    letter-spacing: -0.14em;
}

section#mv-1 h2 span.main1 {
    font-size: 10rem;
    position: absolute;
    top: 0;
    left: 0;
}
section#mv-1 h2 span.main2 {
    font-size: 7.7rem;
    position: absolute;
    top: 150px;
    left: 160px;
}
section#mv-1 h2 span.main3 {
    font-size: 10rem;
    position: absolute;
    bottom: 20px;
    right: 0;
}
section#mv-1 p {
    position: relative;
    height: 1.6rem;
    overflow: hidden;
}
section#mv-1 p span {
    font-size: 1.6rem;
    text-align: center;
    color: #fff;
    display: block;
    position: relative;
    bottom: -100px;
}

#mv .black-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw; 
    z-index: 2;
    opacity: 0.4;
}
.video_center {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#mv_video {
    background: #ffffff;
    min-height: 100%;
    min-height: 100vh;
    min-width: 100%;
    min-width: 100vw;
    z-index: 1;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}


.openUp {
    display: inline-block;
    transform-origin: 50% 100%;
    animation-name: openUpAnime;
    animation-fill-mode:backwards;
    animation-duration:0.6s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 0.5s;
    animation-direction:normal;
}

.openUp2 {
    transform-origin: 50% 100%;
    animation-name: fadeUpAnime;
    animation-fill-mode:forwards;
    animation-duration:1s;
    animation-iteration-count:1;
    animation-timing-function:ease;
    animation-delay: 1.05s;
    animation-direction:normal;
}

@keyframes openUpAnime{
  0% {
    transform: scale(1,0.3);
    opacity: 0;
  }
  100% {
    transform: scale(1,1);
    opacity: 1;
  }
}

@keyframes fadeUpAnime{
    0% {
        bottom: -100px;
    }
    100% {
        bottom: 0;
    }
}

span.d-01 {    animation-delay: 0.05s;}
span.d-02 {    animation-delay: 0.1s;}
span.d-03 {    animation-delay: 0.15s;}
span.d-04 {    animation-delay: 0.2s;}
span.d-05 {    animation-delay: 0.25s;}
span.d-06 {    animation-delay: 0.3s;}
span.d-07 {    animation-delay: 0.35s;}
span.d-08 {    animation-delay: 0.4s;}
span.d-09 {    animation-delay: 0.45s;}
span.d-10 {    animation-delay: 0.5s;}
span.d-11 {    animation-delay: 0.55s;}
span.d-12 {    animation-delay: 0.6s;}
span.d-13 {    animation-delay: 0.65s;}
span.d-14 {    animation-delay: 0.7s;}
span.d-15 {    animation-delay: 0.75s;}
span.d-16 {    animation-delay: 0.8s;}
span.d-17 {    animation-delay: 0.85s;}
span.d-18 {    animation-delay: 0.9s;}
span.d-19 {    animation-delay: 0.95s;}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
    #mv_video {
        width: 768px;
    }
    section#mv-1 h2 {
        width: 310px;
        height: 150px;
        margin: 0 auto 10px;
    }
    section#mv-1 h2 span {
        letter-spacing: -0.125em;
    }
    section#mv-1 h2 span.main1 {
        font-size: 5.3rem;
    }
    section#mv-1 h2 span.main2 {
        font-size: 4rem;
        top: 80px;
        left: 40px;
    }
    section#mv-1 h2 span.main3 {
        font-size: 5.3rem;
        bottom: 0;
    }

    .safari section#mv-1 h2 span.main3 {
        right: -20px;
    }

    section#mv-1 p span {
        font-size: 1rem;
        letter-spacing: -0.1em;
    }
    .mv-btn-container {
        z-index: 9999;
        display: flex !important;
        justify-content: space-around;
        margin-top: 20px;
    }
    a.mv-button:nth-of-type(1) {
        margin-right: 10px;
    }
    a.mv-button:nth-of-type(2) {
        margin-left: 10px;
    }
    a.mv-button img {
    }
}
@media screen and (max-width: 499px){

}


/* section1 -------------------------------------- */
article#section1 {
	padding: 200px 0;
}
#section1 #s1-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 500px;
}
#section1 #s1-1>div {
    width: 50%;
}
#section1 #s1-1>div:nth-of-type(1) {
    position: relative;
}
#section1 #s1-1>div:nth-of-type(1) div.s1-front {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
#section1 #s1-1>div:nth-of-type(1) div.s1-back {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    opacity: .25;
    z-index: 1;
    margin-top: 45px;
    margin-left: -60px;
}
#section1 #s1-1 div.s1-front img,#section1 #s1-1 div.s1-back img {
    display: block;
    width: 400px;
}
#section1 #s1-1>div:nth-of-type(2) h3 {
    width: 300px;
    margin: 0 auto;
}
#section1 #s1-1>div:nth-of-type(2) p {
    margin-top: 50px;
    font-size: 1.4rem;
    line-height: 3em;
    text-align: center;
}

@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
    article#section1 {
        padding: 50px 0;
    }
    #section1 #s1-1 {
        flex-direction: column;
        height: unset;
    }
    #section1 #s1-1>div {
        width: 100%;
    }
    #section1 #s1-1>div:nth-of-type(1) {
        width: 100%;
        height: 300px;
    }
    #section1 #s1-1>div:nth-of-type(2) {
        margin-top: 25px;
    }
    #section1 #s1-1 div.s1-front img,#section1 #s1-1 div.s1-back img {
        width: 250px;
    }
    #section1 #s1-1>div:nth-of-type(1) div.s1-front {
        margin-top: -10px;
        margin-left: 20px;
    }
    #section1 #s1-1>div:nth-of-type(1) div.s1-back {
        margin-top: 20px;
        margin-left: -20px;
    }
    #section1 #s1-1>div:nth-of-type(2) h3 {
        text-align: center;
    }
    #section1 #s1-1>div:nth-of-type(2) p {
        font-size: 1.2rem;
    }
    #section1 #s1-1>div h3 img {
        
    }
}
@media screen and (max-width: 499px){
}


/* section2 -------------------------------------- */
article#section2 {
    padding: 200px 0;
    position: relative;
    background: url(../img/s2-bg.jpg) center center no-repeat;
    background-size: cover;
}
article#section2 #s2-1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
article#section2 #s2-1 div:nth-of-type(1) {
    margin-right: 100px;
}
article#section2 #s2-1 p {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2.5em;
    text-align: justify;
}
article#section2 #s2-1 div p:nth-of-type(2) {
    text-align: right;
}
article#section2 #s2-1 div:nth-of-type(1) img {
    width: 200px;
    float: right;
}

@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    article#section2 {
        padding: 50px 0;
    }
    article#section2 #s2-1 {
        flex-direction: column-reverse;
    }
    article#section2 #s2-1 div img {
        width: 200px;
    }
    article#section2 #s2-1 div:nth-of-type(1) {
        padding-top: 12.5px;
        margin-top: 12.5px;
        margin-right: 0;
        border-top: 1px solid #fff;   
    }
    article#section2 #s2-1 p {
        line-height: 1.5em;
    }
    article#section2 #s2-1 div p:nth-of-type(2) {
        padding-top: 25px;
    }
    article#section2 #s2-1 div:nth-of-type(1) img {
        padding-top: 10px;
        width: 150px;
    }
}
@media screen and (max-width: 767px){

}

/* section3 -------------------------------------- */
article#section3 {
	padding: 150px 0 0;
}
article#section3 #s3-1 {
    width: 100%;
    height: 500px;
    max-width: unset;
    min-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
article#section3 #s3-1 div:nth-of-type(1) {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}
article#section3 #s3-1 div:nth-of-type(1) * {
    text-align: right;
    color: #ffffff;
}
article#section3 #s3-1 div h3 {
    font-size: 3.2rem;
    margin-bottom: 25px;
}
article#section3 #s3-1 div p {
    font-size: 1.6rem;
    margin-bottom: 75px;
}
article#section3 #s3-1 div a {
    font-size: 1.6rem;
    float: right;
    width: 300px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}

article#section3 #s3-1 div[class^="bgBox"] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-animation  : bgAnimate 12s infinite; /* 4s*3 */
    animation  : bgAnimate 12s infinite; /* 4s*3 */
}
article#section3 #s3-1 div.bgBox1 {
    background-image : url(../img/s3-bg1.jpg);
}
article#section3 #s3-1 div.bgBox2 {
    background-image : url(../img/s3-bg2.jpg);
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
article#section3 #s3-1 div.bgBox3 {
    background-image : url(../img/s3-bg3.jpg);
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}


@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    article#section3 #s3-1 div.bgBox1 {
        background-image : url(../img/s3-bg1-sp.jpg);
    }
    article#section3 #s3-1 div.bgBox2 {
        background-image : url(../img/s3-bg2-sp.jpg);
    }
    article#section3 #s3-1 div.bgBox3 {
        background-image : url(../img/s3-bg3-sp.jpg);
    }
    article#section3 {
        padding: 50px 0 0;
    }
    article#section3 #s3-1 {
        height: 220px;
    }
    article#section3 #s3-1 div:nth-of-type(1) * {
        text-align: center;
    }
    article#section3 #s3-1 div h3 {
        font-size: 1.8rem;
    }
    article#section3 #s3-1 div p {
        font-size: 1.4rem;
        margin-bottom: 25px;
        line-height: 1.5em;
    }
    article#section3 #s3-1 div a {
        font-size: 1.2rem;
        width: 150px;
        float: unset;
        margin: 0 auto;
        display: block;
    }
    article#section3 #s3-1 div[class^="bgBox"] {
        height: 220px;
    }
}

/* section4 -------------------------------------- */
article#section4 {
	padding: 50px 0 0;
}
article#section4 #s4-1 {
    width: 100%;
    height: 500px;
    max-width: unset;
    min-width: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
article#section4 #s4-1 div:nth-of-type(1) {
    width: 90%;
    margin: 0 auto;
    z-index: 2;
}
article#section4 #s4-1 div:nth-of-type(1) * {
    text-align: left;
    color: #ffffff;
}
article#section4 #s4-1 div h3 {
    font-size: 3.2rem;
    margin-bottom: 25px;
}
article#section4 #s4-1 div p {
    font-size: 1.6rem;
    margin-bottom: 75px;
}
article#section4 #s4-1 div a {
    font-size: 1.6rem;
    float: left;
    width: 300px;
    border-bottom: 1px solid #fff;
    padding-bottom: 25px;
}

article#section4 #s4-1 div[class^="bgBox"] {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    -webkit-animation  : bgAnimate 12s infinite; /* 4s*3 */
    animation  : bgAnimate 12s infinite; /* 4s*3 */
}
article#section4 #s4-1 div.bgBox1 {
    background-image : url(../img/s4-bg1.jpg);
}
article#section4 #s4-1 div.bgBox2 {
    background-image : url(../img/s4-bg2.jpg);
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}
article#section4 #s4-1 div.bgBox3 {
    background-image : url(../img/s4-bg3.jpg);
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

@keyframes bgAnimate {
    0% {
        opacity: 0;
    }
    17% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 0;
        z-index: 0;
    }
    100% {
        opacity: 0;
    }
}

@media all and (-ms-high-contrast: none) {
    article#section3 #s3-1, article#section4 #s4-1 {
        max-width: inherit;
        min-width: inherit;
    }
}

@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    article#section4 #s4-1 div.bgBox1 {
        background-image : url(../img/s4-bg1-sp.jpg);
    }
    article#section4 #s4-1 div.bgBox2 {
        background-image : url(../img/s4-bg2-sp.jpg);
    }
    article#section4 #s4-1 div.bgBox3 {
        background-image : url(../img/s4-bg3-sp.jpg);
    }
    article#section4 {
        padding: 25px 0 0;
    }
    article#section4 #s4-1 {
        height: 220px;
    }
    article#section4 #s4-1 div:nth-of-type(1) * {
        text-align: center;
    }
    article#section4 #s4-1 div h3 {
        font-size: 1.8rem;
    }
    article#section4 #s4-1 div p {
        font-size: 1.4rem;
        margin-bottom: 25px;
        line-height: 1.5em;
    }
    article#section4 #s4-1 div a {
        font-size: 1.2rem;
        width: 150px;
        float: unset;
        margin: 0 auto;
        display: block;
    }
    article#section4 #s4-1 div[class^="bgBox"] {
        height: 220px;
    }
}

/* section5 -------------------------------------- */
article#section5 {
	padding: 150px 0;
}
article#section5 #s5-1 {
    display: flex;
    justify-content: space-around;
}
article#section5 #s5-1 h3 {
    font-size: 5rem;
    text-align: center;
}
article#section5 #s5-1 p {
    font-size: 2rem;
    text-align: center;
    margin-top: 25px;
}
article#section5 #s5-1 table {
    margin-top: 25px;
}
article#section5 #s5-1 tr {
    height: 4em;
    vertical-align: baseline;
    text-align: left;
}
article#section5 #s5-1 tr.pc {
    display: table-row !important;
}
article#section5 #s5-1 tr.sp {
    display: none !important;
}
article#section5 #s5-1 td, article#section5 #s5-1 th {
    font-weight: 100;
    font-size: 1.4rem;
}
article#section5 #s5-1 th {
    width: 7em;
}

@media screen and (max-width: 1024px){
    article#section5 #s5-1 {
        flex-direction: column;
    }
    article#section5 #s5-1 tr.pc {
        display: none !important;        
    }
    article#section5 #s5-1 tr.sp {
        display: table-row !important;
    }
}
@media screen and (max-width: 768px){
    article#section5 {
        padding: 50px 0;
    }
    article#section5 #s5-1 h3 {
        font-size: 3rem;
    }
    article#section5 #s5-1 p {
        font-size: 1.6rem;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    article#section5 #s5-1 tr {
        height: 2em;
    }
    article#section5 #s5-1 td, article#section5 #s5-1 th {
        font-size: 1rem;
    }
}


/* section6 -------------------------------------- */
article#section6 {
	padding: 150px 0;
}
article#section6 #s6-1 {
    display: flex;
    justify-content: space-around;
    flex-direction: row-reverse;
}
article#section6 #s6-1 h3 {
    font-size: 5rem;
    text-align: center;
}
article#section6 #s6-1 p {
    font-size: 2rem;
    text-align: center;
    margin-top: 25px;
}
article#section6 #s6-1 table {
    margin-top: 25px;
}
article#section6 #s6-1 tr {
    height: 4em;
    vertical-align: baseline;
    text-align: left;
}
article#section6 #s6-1 td, article#section6 #s6-1 th {
    font-weight: 100;
    font-size: 1.4rem;
}
article#section6 #s6-1 th {
    width: 7em;
}

@media screen and (max-width: 1024px){
    article#section6 #s6-1 {
        flex-direction: column;
    }
}
@media screen and (max-width: 768px){
    article#section6 {
        padding: 50px 0;
    }
    article#section6 #s6-1 h3 {
        font-size: 3rem;
    }
    article#section6 #s6-1 p {
        font-size: 1.6rem;
        margin-top: 15px;
        margin-bottom: 25px;
    }
    article#section6 #s6-1 tr {
        height: 2em;
    }
    article#section6 #s6-1 td, article#section6 #s6-1 th {
        font-size: 1rem;
    }
}


/* section7 -------------------------------------- */
article#section7 {
	padding: 150px 0 0;
}
article#section7 #s7-1 {
    width: 100%;
    max-width: unset;
    min-width: unset;
}

@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    article#section7 {
        padding: 0;
    }
}

/* section8 -------------------------------------- */
article#section8 {
	padding: 0;
    background: url(../img/s8-bg.jpg) left center no-repeat;
    background-size: cover;
}
article#section8 #s8-1 {
    padding: 100px 0;
}
article#section8 #s8-1 h3, article#section8 #s8-1 h4 {
    font-size: 3rem;
    color: #fff;
    text-align: center;
}
article#section8 #s8-1 h3 {
    padding-bottom: 25px;
    margin: 0 auto 25px;
    width: 300px;
    border-bottom: 1px solid #fff;
}
article#section8 #s8-1 p {
    margin: 50px auto;
    font-size: 1.6rem;
    line-height: 2em;
    text-align: center;
    color: #fff;
}
article#section8 #s8-1 a {
    border-radius: 50px;
    background: #AA1323;
    color: #fff;
    font-size: 1.6rem;
    padding: 15px 50px;
}
article#section8 #s8-1 a:hover {
    background: #fff;
    color: #AA1323;
    border: 1px solid #d0d0d0;
    transition: .5s;
}

@media screen and (max-width: 1024px){

}
@media screen and (max-width: 768px){
    article#section8 {
        background: url(../img/s8-bg-sp.jpg) center center no-repeat;
        background-size: cover;
    }
    article#section8 #s8-1 {
        padding: 50px 0;
    }
    article#section8 #s8-1 h3 {
        padding-bottom: 12.5px;
        margin: 0 auto 12.5px;
    }
    article#section8 #s8-1 h4 {
        font-size: 1.6rem;
    }
    article#section8 #s8-1 p {
        font-size: 1.4rem;
        line-height: 1.5em;
    }
    article#section8 #s8-1 a {
        padding: 10px 50px;
    }
}