@font-face {
    font-family: 'jpfontfry';
    src: url(./img/ToppanBunkyuMidashiGothicStdN-ExtraBold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'jpfontfry';    
}



body {
    overflow-x: hidden;
    height: 100vh;
}

.container {

    width: 100vw;
    height: auto;
}
.containergd {

    display: flex;
    width: 95vw;

}

section,
#footer {
    height: 100vh;
    position: relative;
    color: rgba(255, 255, 255, .8);
    font-size: 4vh;
    /* 设置字体 */
    font-family: 'jpfontfry';
    /* 文字阴影 */
    text-shadow: 1px 1px rgb(46, 43, 43);
    /* 弹性布局 */
    display: flex;
    /* 水平居中 */
    justify-content: center;
    /* 垂直居中 */
    align-items: center;
}

#footer {
    background-color: #c0b5aa;
    height: 50vh;
    color: #fff;
    font-size: 4vh;
}

.img {
    overflow: hidden;
    /* 背景图片不重复 */
    background-repeat: no-repeat;
    /* 背景图片位置：居中 */
    background-position: center;
    /* 背景图片固定 */
    background-attachment:inherit;
    background-size: cover;
    /* 禁止用户误选中 */
    user-select: none;

}


#img-one {
    background-image: url(./img/1-2.jpg);

}

#img-two {
    background-image: url(./img/1-1.jpg);
}
#img-three {
    background-image: url(./img/7-1.jpg);
}

.content-0 {
    background-color: #000 ;
    background-size: cover;
    height: 100vh;
}

.content-one {
    background: url(./img/4-2.jpg) no-repeat fixed center;
    background-size: cover;
}

.content-two {
    background: url(./img/4-3.jpg) no-repeat fixed center;
    background-size: cover;
}

.content-three {
    background: url(./img/5-1-0.jpg) no-repeat fixed center;
    background-size: cover;
}

.text-box {
    width: 100%;
    height: 50%;
    /* 绝对定位 */
    position: absolute;
    bottom: 25%;
    /* 文字居中 */
    text-align: center;


}


.text-box .cnt {
    display: inline-block;
    text-align: right;
    margin: 40px 0 10px;
    width: 90%;
    max-width: 990px;

}

.cnt h2 {
    margin-top: 100px;
    font-size: 24px;
    font-family: 'jpfontfry';    
    text-shadow: 1px 0px 0px #323232;
    letter-spacing: 0.3em;
    /* 大写字母 */
    text-transform: uppercase;
    color: #bda279;
    margin-bottom: 5px;
}

.cnt p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #bda279;
}

.cnt a.btn {
    font-size: 90%;
    font-family: 'modern_no._20regular',
        serif;
    letter-spacing: 0.3em;
    text-shadow: 1px 0px 0px black;
    line-height: 2.8;
    display: inline-block;
    background-color: #bda279;
    color: #000;
    border: 3px solid #000;
    white-space: nowrap;
    text-decoration: none;
    padding: 0 20px;

}
.half {

    padding-bottom: 10px;
   
}

.text-boxx {
    width: 100%;
    height: 40%;
    /* 绝对定位 */
    position: absolute;
    bottom: 25%;
    /* 文字居中 */
    text-align:center;
}

.text-boxx .topp{

    display: inline-block;

    margin: 10px 0 10px;

}
.topp h2 {
    margin-top: 10px;
    font-size: 36px;
    font-family: 'jpfontfry';    
    text-shadow: 1px 0px 0px #323232;
    letter-spacing: 0.3em;
    /* 大写字母 */
    text-transform: uppercase;
    color: #bda279;
    margin-bottom: 10px;
}

.topp p {
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #bda279;
}


.text-box .cntbotton {
    display: inline-block;
    text-align: left;
    margin: 400px 0 10px;
    width: 90%;
    max-width: 990px;

}

.cntbotton h2 {
    margin-top: 10px;
    font-size: 3vh;
    font-family: 'jpfontfry';    
    text-shadow: 1px 0px 0px #323232;
    letter-spacing: 0.3em;
    /* 大写字母 */
    text-transform: uppercase;
    color: #bda279;
    margin-bottom: 10px;
}
.cntbotton p {
    font-size: 2vh;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #ffffff;
}

.text-box .cntleft {
    display: inline-block;
    text-align: left;
    margin: 40px 0 10px;
    width: 90%;
    max-width: 990px;

}

.cntleft h2 {
    margin-top: 10px;
    font-size: 24px;
    font-family: 'jpfontfry';    
    text-shadow: 1px 0px 0px #323232;
    letter-spacing: 0.3em;
    /* 大写字母 */
    text-transform: uppercase;
    color: #bda279;
    margin-bottom: 10px;
    writing-mode: vertical-rl;
    width: 20px;
    transform: rotate(270-deg); /* 修正文字方向 */
}
.cntleft p {
    font-size: 22px;
    line-height: 1.7;
    margin-bottom: 10px;
    color: #bda279;
    writing-mode: vertical-rl;
    transform: rotate(270-deg); /* 修正文字方向 */
    width: 20px;
}

/* 播放列表 */
.panel {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 95vh;
    border-radius: 50px;
    color: #bda279;
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    transition: all 700ms ease-in;
}

.panel h3 {
    font-size: 24px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0;
    opacity: 0;
}

.panel.active {
    flex: 5;
}

.panel.active h3 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.4s;
}

@media (max-width: 768px) {
    .container {
        width: 100vw;
    }
    .containergd {
        display: flex;
        width: 100vw;
    }
    .panel {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        height: 50vh;
        border-radius: 50px;
        color: #bda279;
        cursor: pointer;
        flex: 0.25;
        margin: 2px;
        position: relative;
        transition: all 700ms ease-in;
    }
    section, #footer {
        height: 110vh;
        position: relative;
        color: rgba(255, 255, 255, .8);
        font-size: 4vh;
        font-family: 'jpfontfry';
        text-shadow: 1px 1px rgb(46, 43, 43);
        display: flex;
        justify-content: center;
        align-items: center;
      }
      .content-three {
        background: url(./img/5-1-0.jpg);
          background-position-x: 0%;
        background-position-x: 5%;
    }
    .panel:nth-of-type(4),
    .panel:nth-of-type(5) {
        display: none;
    }
}
