﻿@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}
.contents {
    margin: 0;
}
.contents_inner {
    padding: 0;
}
.contents_inner img {
    width: 100%;
}
ul, li, ol {
    list-style: none;
}
#ctl00_BodyHeaderMain_upUpdatePanel2, footer, .header {
    display: none;
}

.blinking{
    -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.5;}
    100% {opacity:1;}
}

@-moz-keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0.5;}
    100% {opacity:1;}
}

.contents_inner .first {
    background: url(../../../../Page/presspreview/2020calming/image/top/bg_teaser.png) no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; */
	margin: 0;
	background-position: center;
}
.contents_inner .first p {
    margin: 80px 0 0;
	width: 90%;
}
.contents_inner .first .inner {
    width: 20%;
}

main.main{
    background-image: url(../image/top/FV-pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transition: background-image 5s;
    -o-transition: background-image 5s;
    transition: background-image 5s;
    position: relative;
    width: 100vw;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: 'Muli', dnp-shuei-gothic-gin-std, sans-serif;
    letter-spacing: 0.05em;
    color: #505050;
    line-height: 1;
    text-align: center;
    z-index: 1;
    overflow: hidden;
}

/* LOADER */
#preBg {
    opacity: 0;
}

#preBg.show{
    opacity: 1;
    transition: all 1s ease;
}

#preContent{
    opacity: 0;
    transform: translate(0, 60px);
}

#preContent.slideUp{
    opacity : 1;
    transform: translate(0, 0);
    transition: 1s;
}

#preLogo{
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url(../image/top/FV01_pc.jpg);
    background-color: #e6e9eb;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

#preImg{
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background-image: url(../image/top/FV_pc-2.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.main .main__inner{
    content: '';
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.63);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
}

.logo{
    position: absolute;
    top: 2%;
    left: 2%;
    z-index: 3;
}

.section-main{
    position: relative;
    z-index: 2;
    top: 0;
    left: 15%;
    text-align: left;
}

.section-main .section-main__ttl{
    margin-bottom: 50px;
    font-size: 21px;
    font-weight: 300;
}

.section-main .section-main__text-wrap{
    margin-bottom: 75px;
}

.section-main .section-main__text{
    margin-bottom: 25px;
    font-size: 13px;
    line-height: 2.3;
}

.section-main .section-main__signature{
    width: 100%;
    max-width: 175px;
    margin-left: auto;
}

.section-main .section-main__btn-wrap{
    width: 202px;
    height: 40px;
    margin-right: auto;
    background-color: #5f5f5f;
}

.section-main .section-main__btn{
    display: block;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
}

.section-main .section-main__btn:hover {
    background: #ffffff;
    color: #5f5f5f;
}

/* PCデバイス */
@media only screen and (min-width: 1025px) {
    .sp {
        display: none;
    }
}

/* タブレット */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .sp {
        display: none;
    }
    .contents_inner .first .inner {
        width: 30%;
    }
    .section-main {
        top: 2%;
        left: 21%;
    }
    .section-main .section-main__ttl {
        margin-bottom: calc(45*(100vw/1024));
        font-size: calc(21*(100vw/1024));
    }
    .section-main .section-main__text {
        margin-bottom: calc(30*(100vw/1024));
        font-size: calc(13*(100vw/1024));
    }
}

/* SPデバイス */
@media only screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .contents_inner .first {
        background: url("../../../../Page/presspreview/2020calming/image/top/spbg_teaser.png") no-repeat;
        background-size: cover;
        background-position: center;
    }
    .contents_inner .first .inner {
        width: 50%;
    }
    .contents_inner .first p {
        margin: calc(100 * (100vw / 750)) 0 0;
    }
    @supports not (-webkit-touch-callout: none) {
        /* CSS for other than iOS devices  */
        
        .first-view .first-view__item-wrap{
            max-width: calc(500*(100vw/750));
            transform: translate(-45%, 40%);
        }
    }
    main.main{
        background-image: url(../image/top/FV-sp.jpg);
    }
    #preLogo{
        background-image: url(../image/top/FV01_sp.jpg);
    }
    #preImg{
        background-image: url(../image/top/FV_sp-2.jpg);
    }
    .logo{
        width: calc(175 * (100vw / 750));
    }
    .section-main{
        text-align: center;
        left: 0;
    }
    .section-main .section-main__ttl {
        margin-bottom: calc(40*(100vw/750));
        font-size: calc(28*(100vw/750));
    }
    .section-main .section-main__text-wrap {
        margin-bottom: calc(80*(100vw/750));
    }
    .section-main .section-main__text {
        margin-bottom: calc(30*(100vw/750));
        font-size: calc(16*(100vw/750));
        line-height: 1.8;
    }
    .section-main .section-main__signature {
        max-width: calc(250*(100vw/750));
        margin-right: 0;
    }
    .section-main .section-main__btn-wrap {
        width: calc(358*(100vw/750));
        height: calc(68*(100vw/750));
        margin: 0 auto;
    }
    .section-main .section-main__btn {
        font-size: calc(26*(100vw/750));
        line-height: calc(68*(100vw/750));
    }
}

@media only screen and (max-width: 480px) {
    .section-main .section-main__ttl {
        margin-bottom: calc(45*(100vw/750));
        font-size: calc(33*(100vw/750));
    }
    .section-main .section-main__text-wrap {
        margin-bottom: calc(80*(100vw/750));
    }
    .section-main .section-main__text {
        margin-bottom: calc(30*(100vw/750));
        font-size: calc(18*(100vw/750));
    }
}
