@charset 'UTF-8';
@import url(https://fonts.googleapis.com/css?family=Prata);

main{
    padding-top:0px;
}

#snippet{
    position: absolute;
    font-size: 12px;
    z-index: 1;
    top:1vh;
    left: 3vw;
    color:#d61a1f;
}
@media(max-width:1600px){
    #snippet{
        display:none;
    }
}


/*メインビジュアル*/
.wrp_cover{
    position:relative;
}

.bx-wrapper{
    z-index:0;
}

.bx-wrapper .bx-viewport{
    box-shadow:none !important;
    border:none !important;
    left:0px !important;
}

.cover_girls_photos li  [class^="gp"]{
    display:block;
    height:100vh;
    background-size:cover;
    background-position:center;
}

.wrp_covernav{
    position: absolute;
    z-index:1;
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    width: 100%;
    top: 1.2vh;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}

.wrp_covernav ul{
    display:flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.wrp_covernav ul li{
    border-right:solid 1px #d61a1f;
    padding: 0px 20px;
}

.wrp_covernav ul li:last-of-type{
    border-right:none;
}

.wrp_covernav ul a{
    display:block;
    position: relative;
    color:#d61a1f;
    font-size:0.60vw;
    letter-spacing:0.1em;
    text-decoration:none;
}

.wrp_covernav ul a:after{
content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #DB1A1F;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transition: .3s cubic-bezier(.25, .46, .45, .94);
}

.wrp_covernav ul a:hover:after{
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.wrp_cover .cover_article{
    height: 92vh;
    width: 96%;
    position: absolute;
    z-index: 1;
    margin: 4vh 2% 4vh 2%;
}

.wrp_cover .cover_article:after{
    content: "　";
    background: url(/img/common/otona_rogo.svg) no-repeat left;
    display: block;
    position: absolute;
    bottom: 1.8vh;
    left: 2vw;
    width: 15vw;
    height: 15vh;
    background-size: 50%;

}

.wrp_cover .tocontent{
    background: #d61a1f;
    color: #fff;
    display: block;
    text-align: center;
    width: 5.0vw;
    font-size: 1.6vw;
    position:absolute;
    bottom:-3.2vh;
    left:50%;
    transform:translateX(-50%);
    -webkit-transform:translateX(-50%);
}

.cover_article .section1{
    position:absolute;
    top:50px;
    width:100%;
    text-align:center;

}

.cover_article .section1 h2{
    font-family: 'Prata', serif;
    font-size: 5.8vw;
    color: #d61a1f;
    letter-spacing: 0.5em;
    font-weight: bold;
}

.cover_article .section1 p:nth-of-type(1){
    color: #d61a1f;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ";
    line-height: 2.0;
    font-size: 1.8vw;
    font-weight: bold;
    letter-spacing: 3em;
}

.cover_article .section1 p:nth-of-type(2){
    line-height: 13;
    color: #d61a1f;
    font-family: "Hiragino Kaku Gothic ProN","メイリオ";
    font-size: 1.6vw;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2.2em;
}

.section2{
    position:absolute;
    bottom:2vh;
    right:2vw;
}

.section2 p{
    padding:18px 0.2vw 0px 0.5vw;
    border-top:solid 1px;
    font-size:0.8vw;
    color: #d61a1f;
    line-height:1.7;
}

.section2 nav ul{
    position:relative;
    left:0.6vw;
    padding-bottom:18px;
}

.section2 nav li{
    display:inline-block;
}

.section2 nav li:last-of-type:before{
    content:"×";
    font-weight: bold;
    font-size: 1.75vw;
    color: #d61a1f;
    letter-spacing:1em;
    position: relative;
    top: 4px;
    left: 14px;
}

.section2 nav a{
    color: #d61a1f;
    display: inline-block;
    font-size: 1.75vw;
    text-decoration: none;
    font-weight: bold;
    letter-spacing:1em;
}

.wrp_msg_area{
    padding: 5vh 15vw 0vh 15vw;
}

.wrp_msg_area h2{
    font-family: 'Prata',"Hiragino Kaku Gothic ProN","メイリオ";
    font-size: 2.0vw;
    color: #d61a1f;
    letter-spacing: 0.1em;
}

.wrp_msg_area p{
    margin-top:2vh;
    color: #d61a1f;
    font-size:0.8vw;
}

.index_footer{
    background:#000;
}

.index_footer{
    padding:5vh 15vw 5vh 15vw;
    position: relative;
}

.index_footer:before{
    content: "　";
    background: url(/img/common/otona_rogo.svg) no-repeat center;
    display: block;
    bottom: 1.8vh;
    margin:0 auto 6vh auto;
    width: 15vw;
    height: 15vh;
    background-size: 45%;

}


.copy{
    color:#c2b6ad;
    text-align:center;
}

.copy *{
    color:#c2b6ad;
}

.index_foot_seo{
    margin:6vh 0 0 0;
}

.index_foot_seo *{
    color:#AFA8A3;
    line-height:1.8;
    font-size:0.8vw;
}


.bx-wrapper .bx-loading {
    position: absolute;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 50px;
    background: red url('/img/bxslider/bx_loader.gif') center center no-repeat #FFF;
}

/* 背景画像ズームアウト */

.gp1 {
  animation: animation07 5s 1 ease 1s both;
}


@keyframes animation07 {
  from {
    transform: scale(1.2,1.2);
  }
  to {
    transform: scale(1,1);
  }
}

.gp2 {
  animation: animation07 5s 1 ease 1s both;
}


@keyframes animation07 {
  from {
    transform: scale(1.2,1.2);
  }
  to {
    transform: scale(1,1);
  }
}

.gp3 {
  animation: animation07 5s 1 ease 1s both;
}


@keyframes animation07 {
  from {
    transform: scale(1.2,1.2);
  }
  to {
    transform: scale(1,1);
  }
}


.gp4 {
  animation: animation07 5s 1 ease 1s both;
}


@keyframes animation07 {
  from {
    transform: scale(1.2,1.2);
  }
  to {
    transform: scale(1,1);
  }
}



/* ENTERボタン */
.hvr-reveal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #D61A1F;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}

.hvr-reveal{
    border: solid 1px #D61A1F;
    padding: 6px 0px 4px 30px;
    margin-right: 20px;
}


.hvr-reveal2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}
.hvr-reveal2:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #D61A1F;
  border-style: solid;
  border-width: 0;
  -webkit-transition-property: border-width;
  transition-property: border-width;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-reveal2:hover:before, .hvr-reveal2:focus:before, .hvr-reveal2:active:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  border-width: 4px;
　　background-color: rgba(0, 0, 0, 0.5);
}

.hvr-reveal2{
    border: solid 1px #D61A1F;
    padding: 0px 0px 25px 30px;
    margin-right: 20px;
}








/* 枠線  */
.box{
    /* width: 1060px;
    height: 370px;
    margin: 200px auto;*/
    position: absolute;
    top: 600px;
}
.path{
    stroke:#092951;
    fill:none;
    stroke-width:1;
    stroke-dasharray: 10;
}

.bd{
    width: 94vw;
    height: 92vh;
    text-align: center;
    position: relative;
    bottom: 552px;
    left: 3%;
}

div.bd div{
    background: #D61A1F;
     position:absolute;
     -webkit-transition:all 3s ease-in-out 1s;
     transition:all 3s ease-in-out 1s;

    }

.bd div.bdT{
    width: 100%;
    height:2px;
    top:0;
    left:0;
}
.bd div.bdB{
    width: 100%;
    height:2px;
    bottom:0;
    right:0;
}
.bd div.bdR{
    height:100%;
    width :2px;
    right:0;
    top:0;
}
.bd div.bdL{
    height:100%;
    width :2px;
    left:0;
    bottom:0;
}


.active .bd div.bdT{
    width: 100%;
    height:2px;
    top:0;
    left:0;
}
.active .bd div.bdB{
    width: 100%;
    height:2px;
    bottom:0;
    right:0;
}
.active .bd div.bdR{
    height:100%;
    width :2px;
    right:0;
    top:0;
}
.active .bd div.bdL{
    height:100%;
    width :2px;
    left:0;
    bottom:0;
}
.bd div.bdT{
    width: 0;
}
.bd div.bdB{
    width: 0;
}
.bd div.bdR{
    height:0;
}
.bd div.bdL{
    height:0;
}

/* SNS  */

.sns-area {
    background: #D61A1F;
    width: 100%;
    height: 100px;
    position: relative;
    bottom: 40px;
    z-index: 0;
    bottom: -41px;
}