@charset "utf-8";
.sponly{
    display: none;
}
body{
    position: relative;
}
body::before,
body::after{
    display: block;
    content: "";
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    background: url("../img/watashi-mc-bg-bb.jpg") center / cover no-repeat;

    z-index: -1;
}
/*
body::after{
    background: rgba(0,0,0,0.30);
}
*/
header{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    max-height: 700px;
}
header h1{
    display: block;
    max-width: 977px;
    width: 90%;
    position: relative;
    top: 68px;
    filter:drop-shadow(3px 3px 3px #000000);
}
.inner{
	width: 90%;
    max-width: 940px;
	margin: 0 auto 200px;
	position: relative;
}
h2{
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
	line-height: 1.4;
    letter-spacing: 0.3em;
    color: #ffffff;
    margin: 0 0 40px;
    filter:drop-shadow(1px 1px 1px #000000);
}
h3{
    font-family: 'Noto Serif JP', serif;
    font-size: 22px;
	line-height: 1.4;
    letter-spacing: 0.3em;
    color: #0a73a0;
    margin: 0 0 30px;
    filter:drop-shadow(1px 1px 1px #b6b6b6);
}
p{
    font-family: 'Noto Serif JP', serif;
	font-size: 15px;
    letter-spacing: 0.1em;
    line-height: 2.6;
    color: #000000;
    margin: 0 0 10px;
    filter:drop-shadow(1px 1px 1px #ffffff);
}
.white{
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 20px;
    margin-top: 50px;
    padding:30px;
}
.btn{
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 400px;
    height: 56px;
    font-family: 'Hiragino Sans',"Hiragino Kaku Gothic ProN";
    font-size: 12px;
    font-weight: bold;
    border-radius: 30px;
    border: 1px solid #ffffff;
    background-color: rgb(115, 150, 175);
    color: #ffffff;
    transition: .5s;
    opacity: 1;
    margin: 50px auto 0;
}
.btn:hover{
    opacity: .5;
    color: #befbff;
    border: 1px solid #befbff;
}

.lp{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Hiragino Sans',"Hiragino Kaku Gothic ProN";
    font-size: 13px;
    letter-spacing: 0.2em;
    width: 140px;
    height: 35px;
    border-radius: 30px;
    border: 1px solid #ffffff;
    margin: 0 auto;
    margin-top: 20px;
}
.lp:hover{
    opacity: .5;
    transition: .5s;
    border: 1px solid #befbff;
}
.bk{
    background-color: rgb(30, 30, 30); 
}
.bl{
    background-color: rgb(10, 62, 160); 
}
p.small{
	font-size: 12px;
    margin: 0;
}
.center{
    text-align: center;
}
.card ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 20px;
}
.card ul li{
    width: 18.5%;
    /*
    transition: 1s;
    transform: rotateY(450deg);
    */
}
/*
.card ul li:nth-child(2){
    transition: 1.5s;
}
.card ul li:nth-child(3){
    transition: 2s;
}
.card ul li:nth-child(4){
    transition: 2.5s;
}
.card ul li:nth-child(5){
    transition: 3s;
}
.card ul li.run{
    transform: rotateY(0deg);
}
 */
.contents{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 60px auto 0;
    padding: 40px;
    background-color: rgba(255,255,255,0.9);
    border-radius: 20px;
}
.contents:nth-of-type(even){
    flex-direction: row-reverse;
}
.contents div,.contents ul{
    width: 47%;
}
.contents div p{
    margin: 0;
}
.contents ul{
    justify-content: space-between;
    margin: 0;
}
.contents ul li{
    width: 31%;
}
.contents + p{
    margin: 60px auto 0;
}
.contents a{
    color: #ffffff;
}
.other dt{
    font-family: 'Noto Serif JP', serif;
    font-size: 26px;
	line-height: 1.4;
    letter-spacing: 0.3em;
    text-align: center;
    color: #444;
    margin: 0 0 10px;
}
.other dd{
    min-height: 80%;
    height: 300px;
    padding: 0 30px;
    overflow: scroll;
    color: #444;
    background: #efefef;
}

.other dd h2,.other dd p{color: #444;}

.other dl:last-child dd{
    margin: 0;
}
.other dd p{
    font-family: 'Hiragino Sans',"Hiragino Kaku Gothic ProN";
    font-size: 14px;
    letter-spacing: 0.2em;
    margin: 0;
}
.info-link a{
    display: block;
	font-family: "Noto Serif JP", serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	letter-spacing: 0.2em;
	margin: 0 0 5px;
    filter:drop-shadow(1px 1px 1px #000000);
}
.info-link a:hover{
    color: #befbff;
}
footer{
    display: block;
    text-align: center;
    height: 100vh;
    max-height: 300px;
    
}
footer small{
    display: block;
    margin: 0 auto;
    max-width: 175px;
    filter:drop-shadow(1px 1px 1px #000000);
}
.copyright{
    margin-top: 10px;
}
.copyright p{
    font-size: 12px;
}
@media screen and (max-width: 820px) {
    body::before,
    body::after{
        background: url("../img/watashi-mc-bg-bb.jpg") left / cover no-repeat;

}
    .card ul {
        justify-content: center;
    }
    .card ul li{
        width: 30%;
        margin: 0 10px 20px 0;
    }
    .card ul li:nth-child(3){
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 520px) {
    /*
    body::after {
        background: rgba(0,0,0,0.50);
    }
    */
    body::before,
    body::after{
        background: url("../img/watashi-mc-bg-bb.jpg") left / cover no-repeat;

}
    .sponly{
        display: block;
    }
    header{
        max-height: 200px;
    }
    header h1{
        top: 0;
    }
    .inner{
        margin: 0 auto 100px;
    }
    h2{
        font-size: 20px;
        text-align: center;
        line-height: 1.8;
    }
    .card ul li,
    .card ul li:nth-child(3){
        width: 80%;
        margin: 0 0 20px;
    }
    .contents ul {
        justify-content: space-between;
        margin: 40px 0 0;
    }
    .contents div,.contents ul{
        width: 100%;
    }
    .contents ul li,
    .contents ul li:nth-child(3){
        width: 31%;
    }
    .lp{
        font-size: 12px;
        width: 110px;
        height: 30px;
        margin: 20px 0 0 auto;
    }
    .other dt{
        font-size: 20px;
    }
    .other dd p{
        font-size: 13px;
    }
    .info-link a{
        font-size: 13px;
    }
    footer{
        max-height: 120px;
    }
}