@charset "UTF-8";

body {
    font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-feature-settings: 'palt';
    letter-spacing: 0.05em;
    color: #534741;
  }

html {
    box-sizing: border-box;
    line-height: 1;
    vertical-align: top;
}
  
img {
    width: 100%;
    height: auto;
    line-height: 0;
    
}

.for--desktop {
    display: none;
}

.for--mobile {
    display: block;
}


/***** background *****/

body {
    background-image: url(../img/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.main {
    background-image: url(../img/bg-flower.jpg);
    background-repeat: repeat;
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

.mv {
    width: 100%;
}

.copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}


/* date */

.date {
    background-color: rgba(255, 90, 120, 0.8);
    padding: 24px 0;
    position: relative;
    margin-bottom: 48px;
}

.date .text {
    width: 75%;
    max-width: 530px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
}

.date .deco1 {
    width: 10%;
    max-width: 100px;
    position: absolute;
    left: 3%;
    top: -10%;
}

.date .deco2 {
    width: 15%;
    max-width: 100px;
    position: absolute;
    right: 5%;
    bottom: -15%;
}


/* contents */

.contents-wrap {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
}

.contents {
    width: 100%;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0px 5px 10px rgba(80, 30, 20, 0.3);
    padding-top: 24px;
    padding-bottom: 32px;
    text-align: center;
    margin-bottom: 32px;
}

.contents h2 {
    font-family: 'Caveat', cursive;
    font-size: 25px;
    color: #534741;
    margin-bottom: 24px;
}


/* comment video */

.contents.pink {
    background-color: #fff0f0;
}

.contents.pink h2 {
    color: #c1272d;
}

.video {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
}

.vimeo-wrap {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.vimeo {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.vimeo .vp-center {
    height: auto !important;
}

/* ticket */

.ticket .price {
    font-size: 16px;
    margin-bottom: 16px;
}

.ticket .tax {
    font-size: 14px;
}

.ticket-border {
    display: block;
    width: 85%;
    height: 1px;
    margin-left: auto;
    margin-right: auto;
    background-color: #534741;
    margin-bottom: 16px;
}

.ticket .text {
    font-size: 16px;
    margin-bottom: 16px;
}

.btn-eplus {
    display: block;
    max-width: 60%;
    width: 370px;
    margin-left: auto;
    margin-right: auto;
    background-color: #e75297;
    padding: 10px 0;
    border-radius: 10px;
}

.btn-eplus span {
    display: block;
    width: 75%;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
}

/* credit */

.credit {
    background-color: white;
    padding-top: 24px;
    text-align: center;
    padding-bottom: 24px;
}

.logo-list {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

.logo-item {
    width: 25%;
    max-width: 130px;
}

.logo-item:nth-child(3) {
    width: 20%;
    max-width: 80px;
}

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

    .contents h2 {
        font-size: 40px;
    }

    .ticket .price {
        font-size: 24px;
        margin-bottom: 16px;
    }
    
    .ticket .tax {
        font-size: 16px;
    }
    
    .ticket-border {
        display: block;
        width: 70%;
        height: 1px;
        margin-left: auto;
        margin-right: auto;
        background-color: #534741;
        margin-bottom: 16px;
    }
    
    .ticket .text {
        font-size: 18px;
        margin-bottom: 16px;
    }

    .btn-eplus {
        transition: 0.2s ease;
    }

    .btn-eplus:hover {
        box-shadow: 0px 0px 10px rgba(80, 30, 20, 0.4);
    }

    .logo-list {
        width: 500px;
        margin-bottom: 24px;
    }
    
    .logo-item {
        width: 25%;
        max-width: 130px;
    }
    
    .logo-item:nth-child(3) {
        width: 20%;
        max-width: 80px;
    }
    
    
}

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

    .contents h2 {
        font-size: 70px;
    }
    
    
}