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

html {
    font-size: 62.5%;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-size: 1.5rem;
    line-height: 1.5;
    overflow-x: hidden;
}
body:before{
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh;
    background: url("../images/DSC05835-6.jpg");
    background-size: cover;
    background-color: #00000070;
    background-blend-mode: multiply;
}
p {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 1.5;
}

img {
    max-width: 100%;
}

li,
ul {
    list-style: none;
}

a {
    color: inherit;
}
button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    box-shadow:5px 3px 3px #555555;
}

.hover_effect {
    transition: 0.5s;
    opacity: 1;
}
.hover_effect:hover {
    opacity: 0.7;
}



section{
    width: 100vw;
}
.inner {
    width: 120rem;
    max-width: 100%;
    margin: auto;
    padding: 10rem 0;
    background-repeat: round;
}

.yoko{
    display: flex;
    padding-top: 0.5rem;
    vertical-align: top;
    align-items: flex-start;
}

h1:not(.title-area h1, .white-title, .page-title){
    text-align: center;
    font-size: 3rem;
    color: black;
    margin: auto;
    padding-top: 5rem;
    padding-bottom: 3rem;
    position: relative;
    z-index: 5;
}

.section-title{
    margin: auto;
    text-align: center;
    font-weight: bold;
    width: 20rem;
    font-size: 3rem;
}
.section-title-en{
    margin: auto;
    text-align: center;
    font-weight: bold;
    width: 20rem;
    font-size: 2rem;
    border-bottom: 4px solid #E3D0BF;
    margin-bottom: 3rem;
}

section:nth-child(2n) .section-title{
    color: black;
}
section:nth-child(2n) .section-title-en{
    color: black;
    border-color: #E3D0BF;
}
section:nth-child(2n-1) .section-title{
    color: white;
}
section:nth-child(2n-1) .section-title-en{
    color: white;
    border-color: #D7D9FF;
}

@media screen and (min-width: 769px) {

    @media screen and (max-width: 1200px) {
        html {
            font-size: 1vw;
        }
    }
    .sp {
        display: none !important;
    }
    section{
        
    }
    .inner{
        width: 100rem;
        max-width: 1200px;
        padding: 5rem 0;
    }
    .yokopc{
        display: flex;
        padding-top: 0.5rem;
        vertical-align: top;
        align-items: flex-start;
    }
    small{
        font-size: 1.3rem;
    }
}
@media screen and (max-width: 768px) {
    html{
        font-size: 2vw;
    }
    body{
        font-size: 2rem;
    }
    
    .pc {
        display: none !important;
    }
    .yokosp{
        display: flex;
        padding-top: 0.5rem;
        vertical-align: top;
        align-items: flex-start;
    }
    .inner {
        width: 100vw;
        max-width: 100%;
        margin: 0 auto;
        padding: 10rem 0;
    }
    .section-title{
        margin: auto;
        text-align: center;
        font-weight: bold;
        width: 20rem;
        font-size: 3.5rem;
    }
    .section-title-en{
        margin: auto;
        text-align: center;
        font-weight: bold;
        width: 20rem;
        font-size: 3rem;
        border-bottom: 4px solid #E3D0BF;
        margin-bottom: 5rem;
    }
}