@charset "UTF-8";

body {
    background: #fff;
}

#mainmenu {
    max-width: 940px;
    margin: 0 auto;
    background: #ebe030;
    overflow: hidden;
}

#mainmenu .inner {
    padding: 0 7.5%;
}


/*-----------------------------------------------------

  animation

-----------------------------------------------------*/
/* スクロール画像アニメーション */
#mainmenu .fade-img {
  opacity: 0;
  transform: translate3d(0, 20%, 0);
  transition: transform 2s,opacity 1.2s;
  transition-delay: .5s;
}

#mainmenu .fade-img.left {
  transform: translate3d(-20%, 0, 0);
}

#mainmenu .fade-img.show {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}


/*-----------------------------------------------------

  帯

-----------------------------------------------------*/
#mainmenu .obi-wrap {
    position: relative;
    margin-bottom: -0.5em;
}

#mainmenu .obi-ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 82.5%;
    transform: translate(-50%, -50%);
}


/*-----------------------------------------------------

  Main Area

-----------------------------------------------------*/
#main-area {
    padding-top: 20px;
    padding-bottom: 60px;
}

#main-area .fade-img {
    transition-delay: 0s;
}

#main-area .main-img {
    width: 73%;
    margin: 0 auto;
}

#main-area .misaki-img {
    margin-top: -10%;
    padding-left: 5%;
}

#main-area .day-img {
    width: 80%;
    margin: 0 auto;
}

/* preview */
#main-area.preview .obi-wrap {
    margin-bottom: 0;
}

#main-area.preview .obi-ttl {
    width: 35%;
}

#main-area.preview .main-caption {
    margin-top: 50px;
}

/* end */
#main-area.end {
    position: relative;
}

#main-area.end .close {
    position: absolute;
    top: 43%;
    left: 50%;
    width: 72.5%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

@media only screen and (max-width: 940px) {
    #main-area {
        padding-top: clamp(6px, 2.25vw, 20px);
        padding-bottom: clamp(20px, 6.75vw, 60px);
    }

    #main-area.preview .main-caption {
        margin-top: clamp(17px, 5.75vw, 50px);
    }
}


/*-----------------------------------------------------

  mv Area

-----------------------------------------------------*/
#mv-area {
    position: relative;
    z-index: 1;
}

#mv-area video {
    width: 100%;
}


/*-----------------------------------------------------

  chutoro Area

-----------------------------------------------------*/
#chutoro-area {
    padding-top: 20px;
    padding-bottom: 125px;
}

#chutoro-area .obi-ttl {
    width: 62.5%;
}

/* chutoro-ttl */
#chutoro-area .chutoro-ttl .ttl-img {
    position: relative;
    z-index: 1;
}

#chutoro-area .chutoro-ttl .ttl-img:first-of-type {
    padding: 0 2.5%;
}

/* chutoro */
#chutoro-area .chutoro .toro-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -8.5%;
}

#chutoro-area .chutoro .toro-img img {
    width: 130%;
}

/* chutoro-detail */
#chutoro-area .chutoro-detail .ttl-img {
    margin-top: -15%;
}

/* chutoro-caption */
#chutoro-area .chutoro-caption {
    margin: 4% 0 14%;
}

/* about */
#chutoro-area .about-ttl {
    position: relative;
}

#chutoro-area .about-ttl .ttl-img img:first-of-type {
    position: relative;
    z-index: 1;
}

#chutoro-area .about-ttl .ttl-img img:last-of-type {
    margin-top: -2.5%;
}

#chutoro-area .about-ttl .txt-img {
    position: absolute;
    bottom: 8.5%;
    width: 100%;
    padding: 0 10%;
}

@media only screen and (max-width: 940px) {
    #chutoro-area {
        padding-top: clamp(6px, 2.25vw, 20px);
        padding-bottom: clamp(41px, 10vw, 125px);
    }
}


/*-----------------------------------------------------

  akashari Area

-----------------------------------------------------*/
#akashari-area {
    padding-top: 75px;
    padding-bottom: 100px;
    background: url(/misaki/campaign/img/bg_01.png) repeat center top / cover;
}

/* akashari-ttl */
#akashari-area .akashari-ttl .ttl-img {
    padding: 0 7.5%;
}

/* akashari */
#akashari-area .akashari .ttl-img {
    margin-top: 1%;
}

@media only screen and (max-width: 940px) {
    #akashari-area {
        padding-top: clamp(25px, 8.5vw, 75px);
        padding-bottom: clamp(33px, 11.25vw, 100px);
    }
}


/*-----------------------------------------------------

  btn Area

-----------------------------------------------------*/
#btn-area {
    padding: 60px 6.5% 180px;
}

#btn-area ul li + li {
    margin-top: 5%;
}

#btn-area ul li a {
    display: block;
}


@media only screen and (min-width: 1024px) {
    #btn-area ul li a {
        transition: opacity .3s;
    }

    #btn-area ul li a:hover {
        opacity: .5;
    }
}


@media only screen and (max-width: 940px) {
    #btn-area {
        padding-top: clamp(20px, 6.75vw, 60px);
        padding-bottom: clamp(60px, 20vw, 180px);
    }
}