@charset "UTF-8";

/* ------------------------
common
------------------------ */

.inner {
    max-width: 1440px;
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (max-width: 767px) {
    .inner {
        padding-left: 5%;
        padding-right: 5%;
    }
}

/* ------------------------
main
------------------------ */

#main-bg {
    width: 100%;
    height: calc(var(--vh, 1vh) * 92);
    background-image: url(../images/img_main@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
    transition: height .4s linear;
}

#main-bg.fixed {
    position: fixed!important;
    left: 0!important;
    top: 0!important;
}

#contents, footer {
    background: #fff;
    z-index: 2;
    position: relative;
    overflow: hidden;
    width: 100%;
}

#contents {
    margin-top: calc(var(--vh, 1vh) * 92);
    padding-top: calc(var(--vh, 1vh) * 80);
    transition: padding-top .4s linear;
}

#key {
    position: fixed;
    top: calc(var(--vh, 1vh) * 46);
    left: 50%;
    width: 260px;
    transition: top .4s linear;
}

#key h1 {
    transform: translate(-50%, -50%);
}

.poem {
    text-align: center;
    width: 100%;
    position: relative;
}

.poem-tit {
    font-size: 40px;
    line-height: 1;
    margin-bottom: 18px;
    position: relative;
    z-index: 1;
}

.poem-tit[data-aos="twice"].aos-animate {
    width: 100%;
    transform: scale(1.70);
}

.poem-txt {
    z-index: 1;
    position: relative;
    margin-bottom: 100px;
}

.line {
    position: absolute;
    overflow: hidden;
    height: 0;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 1;
    pointer-events: none;
}

#look .line {
    z-index: 0;
}

#line01 {
    width: 176px;
    left: 60px;
    top: -360px;
    background-image: url(../images/intro_line_01.png);
}

#line02 {
    width: 341px;
    right: -110px;
    top: -100px;
    background-image: url(../images/intro_line_02.png);
}

#line03 {
    width: 333px;
    left: -110px;
    top: -340px;
    background-image: url(../images/intro_line_03.png);
}

#line04 {
    width: 371px;
    right: -230px;
    top: -30px;
    background-image: url(../images/intro_line_04.png);
}

#line05 {
    width: 313px;
    left: -150px;
    top: -300px;
    background-image: url(../images/intro_line_05.png);
}

#line06 {
    width: 216px;
    left: 180px;
    top: -320px;
    background-image: url(../images/intro_line_06.png);
}

#line07 {
    width: 490px;
    right: -295px;
    top: 402px;
    background-image: url(../images/intro_line_07.png);
}

#line08 {
    width: 419px;
    left: -30px;
    top: 800px;

    background-image: url(../images/intro_line_08.png);
}

#line09 {
    width: 478px;
    left: -200px;
    top: 300px;
    background-image: url(../images/look_line_01.png);
}

#line10 {
    width: 556px;
    right: -280px;
    top: 0;
    background-image: url(../images/look_line_03.png);
}

#line01[data-aos="line"].aos-animate {
    height: 642px;
}

#line02[data-aos="line"].aos-animate {
    height: 347px;
}

#line03[data-aos="line"].aos-animate {
    height: 339px;
}

#line04[data-aos="line"].aos-animate {
    height: 346px;
}

#line05[data-aos="line"].aos-animate {
    height: 402px;
}

#line06[data-aos="line"].aos-animate {
    height: 339px;
}

#line07[data-aos="line"].aos-animate {
    height: 364px;
}

#line08[data-aos="line"].aos-animate {
    height: 381px;
}

#line09[data-aos="line"].aos-animate {
    height: 266px;
}

#line10[data-aos="line"].aos-animate {
    height: 415px;
}

.poem-img {
    width: 371px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.poem-img-tit {
    width: 06.47%;
}

.poem-img-txt {
    width: 79.51%;
    margin-right: 14.02%;
}


#intro01 {
    padding-top: 140px;
    padding-bottom: 460px;
}

#intro02 {
    padding-top: 60px;
    padding-bottom: 120px;
}

#intro02 .poem-img-txt {
    margin-right: auto;
    margin-left: auto;
}

#intro-movie {
    width: 100%;
    max-width: 750px;
    margin-bottom: 480px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}


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

    #main-bg {
        position: fixed;
        left: 0;
        top: 0;
        background-position: center;
    }
    
    #contents {
        margin-top: calc(var(--vh, 1vh) * 92);
        padding-top: 250px!important;
    }
    
    #key {
        width: 192px;
    }

    .poem-tit {
        font-size: 32px;
        margin-bottom: 15px;
    }

    .poem-tit[data-aos="twice"].aos-animate {
        width: 100%;
        transform: scale(1.60);
    }

    .poem-txt {
        margin-bottom: 50px;
    }

    #line01 {
        width: 116px;
        left: auto;
        right: 40px;
        top: -240px;
        background-image: url(../images/intro_line_01.png);

    }

    #line02 {
        width: 222px;
        right: -60px;
        top: -30px;
        background-image: url(../images/intro_line_02.png);
    }

    #line03 {
        width: 208px;
        left: -65px;
        top: -200px;
        background-image: url(../images/intro_line_03.png);
    }

    #line04 {
        width: 234px;
        right: -130px;
        top: 20px;
        background-image: url(../images/intro_line_04.png);
    }

    #line05 {
        width: 215px;
        left: -140px;
        top: -300px;
        background-image: url(../images/intro_line_05.png);
    }

    #line06 {
        width: 148px;
        left: 95px;
        top: -285px;
        background-image: url(../images/intro_line_06.png);
    }

    #line07 {
        width: 276px;
        right: -20px;
        top: 194px;
        background-image: url(../images/intro_line_07.png);
    }

    #line08 {
        width: 341px;
        left: -150px;
        top: 550px;
        background-image: url(../images/intro_line_08.png);
    }

    #line09 {
        width: 303px;
        left: -132px;
        top: 72vh;
        background-image: url(../images/look_line_01.png);
    }

    #line10 {
        width: 371px;
        right: -180px;
        top: 10px;
        background-image: url(../images/look_line_03.png);
    }

    #line01[data-aos="line"].aos-animate {
        height: 424px;
    }

    #line02[data-aos="line"].aos-animate {
        height: 226px;
    }

    #line03[data-aos="line"].aos-animate {
        height: 212px;
    }

    #line04[data-aos="line"].aos-animate {
        height: 218px;
    }

    #line05[data-aos="line"].aos-animate {
        height: 276px;
    }

    #line06[data-aos="line"].aos-animate {
        height: 233px;
    }

    #line07[data-aos="line"].aos-animate {
        height: 205px;
    }

    #line08[data-aos="line"].aos-animate {
        height: 310px;
    }

    #line09[data-aos="line"].aos-animate {
        height: 238px;
    }

    #line10[data-aos="line"].aos-animate {
        height: 276px;
    }

    .poem-img {
        width: 96%;
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto;
    }

    .poem-img-tit {
        width: 06.47%;
    }

    .poem-img-txt {
        width: 79.51%;
        margin-right: 14.02%;
    }


    #intro01 {
        padding-top: 45px;
        padding-bottom: 150px;
    }

    #intro02 {
        padding-top: 0;
        padding-bottom: 120px;
    }

    #intro-movie {
        width: 100%;
        max-width: 750px;
        margin-bottom: 200px;
        margin-left: auto;
        margin-right: auto;
    }
    
    .img47 {
        width: 75%!important;
    }
    
    .img59 {
        width: 66%!important;
        padding-left: 0!important;
        padding-right: 0!important;
    }

    #sp-intro01 .intro-box, #sp-intro01 .intro-box div {
        float: left;
    }
    
    #sp-intro05 .intro-box, #sp-intro05 .intro-box div{
        float: left;
    }
}


#intro-main {
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 50px;
    padding-right: 50px;
    margin-bottom: 300px;
}

#intro-main h1 {
    font-size: 19px;
    padding-left: 6%;
    padding-top: 140px;
    padding-bottom: 90px;
}

#intro-main h1 span {
    display: block;
    width: 118px;
    padding-top: 18px;
}

.intro-box-wrap {
    padding-top: 45px;
    padding-bottom: 45px;
    position: relative;
}

.intro-box-wrap.poem-img-wrap {
    padding-top: 5px;
    padding-bottom: 45px;
}

.intro-box-wrap:before, .intro-box-wrap:after {
    content: "";
    display: table;
}

.intro-box-wrap:after{
    clear: both;
}

.intro-box {
    width: 100%;
    max-width: 625px;
    overflow: hidden;
}

.fl-right, .fl-right div {
    float: right;
}

.fl-left, .fl-left div {
    float: left;
}

.fl-left .img62 {
    width: 62%;
    padding-left: 5.1%;
}

.fl-right .img62 {
    width: 62%;
    padding-right: 5.1%;
}

.img47 {
    width: 47.2%;
}

.img59 {
    width: 74%;
    padding-right: 14.8%;
}

.img76 {
    width: 76%;
}

.img100 {
    width: 100%;
}

.look-pop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(var(--vh, 1vh) * 100);
    overflow-y: auto;
    background: rgba(255, 255, 255, 1);
    z-index: 3;
}

.look-pop-content {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

.look-pop-content img {
    padding-bottom: 10px;
}

.credit {
    padding-top: 40px;
    width: 100%;
    overflow: hidden;
}

.credit a {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
}

.credit a:hover {
    opacity: 0.6;
}

.credit a div {
    padding: 7px;
}

.credit a div:nth-child(1) {
    width: 60%;
}

.credit a div:nth-child(3) {
    width: 25%;
    text-decoration: underline;
    text-align: right;
}

.coming {
    pointer-events: none;
}

.credit .coming div:nth-child(3) {
    text-decoration: none!important;
}

.credit a div:nth-child(2) {
    width: 15%;
}

.credit a div:nth-child(3):not(.no-price)::after {
    content: "(+TAX)";
    font-size: 80%;
}

.pop-open {
    cursor: pointer;
    transition: all .4s ease-out;
}

.pop-open:hover {
    opacity: 0.75;
}

.coming {
    pointer-events: none;
}

.coming div {
    color: #B2B2B2!important;
}

.coming div p {
    opacity: 0.6;
}

.look-pop-content .spacer {
    width: 100%;
    height: 100px;
}

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

    #intro-main {
        padding-left: 5%;
        padding-right: 5%;
        margin-bottom: 120px;
    }
    
    #intro-main h1 {
        font-size: 14px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    #intro-main h1 span {
        width: 88px;
        padding-top: 12px;
    }

    .intro-box-wrap {
        padding-top: 60px;
        padding-bottom: 60px;
    }


    .intro-box-wrap.poem-img-wrap {
        padding-top: 0;
        padding-bottom: 60px;
        margin-top: -25px;
    }
    
    .credit {
        padding-top: 35px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .look-pop-content {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .credit a {
        font-size: 11px;
    }

    .credit a div {
        padding: 7px;
    }

    .credit a div:nth-child(1) {
        width: 56%;
    }

    .credit a div:nth-child(2) {
        width: 12%;
    }

    .credit a div:nth-child(3) {
        width: 32%;
    }

    .look-pop-content .spacer {
        height: 80px;
    }
}

/* ------------------------
look
------------------------ */

.look-tit {
    text-align: center;
    line-height: 1;
    margin-bottom: 20px;
}

.look-tit p:last-child {
    font-size: 35px;
    padding-top: 14px;
}

.look-txt {
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",serif;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    margin-bottom: 80px;
}

#look-wrap {
    width: 100%;
    height: 100vh;
    position: relative;
    overflow: hidden;
}

#look-inner {
    width: 1200vh;
    height: 100vh;
    position: absolute;
    right: -1200vh + 100%;
    top: 0;
}

.look-box {
    position: absolute;
    margin-left: 
}

.look-box::before {
    content: "";
    position: absolute;
    background: #fff;
    width: 1px;
    height: 21px;
    right: 22px;
    bottom: 12px;
}

.look-box::after {
    content: "";
    position: absolute;
    background: #fff;
    width: 21px;
    height: 1px;
    right: 12px;
    bottom: 22px;
}

#txt-slide {
    position: absolute;
    width: 100px;
    left: 25px;
    bottom: 25px;
    z-index: 2;
}

#look00 {
    width: 4.05%;
    left: 0.57%;
    top: 12.71%;
}

#look01-01 {
    width: 3.39%;
    left: 8.84%;
    top: 5.46%;
}

#look01-02 {
    width: 3.23%;
    left: 13.37%;
    top: 45.68%;
}

#look02 {
    width: 4.05%;
    left: 18.68%;
    top: 12.82%;
}

#look03 {
    width: 3.28%;
    left: 27.90%;
    top: 42.54%;
}

#look04 {
    width: 3.39%;
    left: 34.06%;
    top: 5.46%;
}

#look05 {
    width: 11.11%;
    left: 39.26%;
    top: 0;
}

#look06 {
    width: 3.35%;
    left: 53.76%;
    top: 30.78%;
}

#look07 {
    width: 3.89%;
    left: 59.59%;
    top: 5.46%;
}

#look08 {
    width: 3.89%;
    left: 64.85%;
    top: 29.98%;
}

#look09 {
    width: 4.07%;
    left: 72.21%;
    top: 12.82%;
}

#look10 {
    width: 11.04%;
    left: 78.01%;
    top: 0;
}

#look11 {
    width: 3.27%;
    left: 90.21%;
    top: 42.24%;
}

#look12 {
    width: 3.38%;
    left: 95.78%;
    top: 11.04%;
}



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

    .look-tit {
        text-align: left;
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .look-tit p:last-child {
        font-size: 30px;
    }

    .look-txt {
        font-size: 13px;
        text-align: left;
        margin-bottom: 0;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 1.7;
    }

    #txt-slide {
        width: 100px;
        left: 5%;
        bottom: 20px;
    }

}

/* ------------------------
Item
------------------------ */

#item {
    margin-top: 150px;
}

.bt-plus {
    width: 28px;
    height: 28x;
    position: relative;
}

.bt-plus span {
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
}

.bt-plus span:first-child {
    left: 0;
    top: 50%;
    display: block;
}

.bt-plus span:last-child {
    transform: rotate(90deg);
    left: 0;
    top: 50%;
    display: block;
    transition: all .4s ease-out;
}

.open .bt-plus span:last-child {
    transform: rotate(0);
}

.item-tit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 16px 34px;
    cursor: pointer;
}

.item-tit h3 {
    font-size: 17px;
    padding-bottom: 2px;
    width: calc(100% - 28px);
}

.item-wrap {
    position: relative;
    overflow: hidden;
}

.item-box-wrap {
    max-height: 0;
    transition: all 1.2s ease-out;
    overflow: hidden;
}

.item-box-wrap.open {
    max-height: 1500px;
}

.item-box-inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    padding: 0 1.5% 110px;
    margin: 0 auto;
}

.item-box-wrap a {
    width: 25%;
    padding: 50px 1.5% 0;
}

.item-box-wrap a:hover {
    opacity: 0.75;
}

#item01 {
    background: #837971;
}

#item02 {
    background: #FFFDF0;
}

#item03 {
    background: #CCC6B9;
}

#item04 {
    background: #DDCFB6;
}

#item05 {
    background: #B4ABA7;
}

#item01 *, #item03 *, #item04 *, #item05 * {
    color: #fff;
}

#item02 * {
    color: #393939;
}

#item02 .bt-plus span {
    background: #393939;
}

.bt-close {
    width: 44px;
    position: absolute;
    right: 24px;
    bottom: -100px;
    transition: all .8s ease-out;
    cursor: pointer;
}

.item-box-wrap.open .bt-close {
    bottom: 11px;
}

.item-box div {
    padding-top: 16px;
}

.item-box div p:nth-child(2) {
    text-decoration: underline;
}

@media only screen and (max-width: 767px) {
    
    #item {
        margin-top: 100px;
    }

    .item-tit {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 16px 5%;
        cursor: pointer;
    }

    .item-box-wrap a {
        width: 50%;
        padding: 50px 1.5% 0;
    }

    .bt-close {
        width: 44px;
        position: absolute;
        right: 3%;
    }
    
    .item-box p {
        font-size: 13px;
    }


}