@charset "utf-8";
/* CSS Document */

/* common */
html{
    font-size: 62.5%;
}

body{
	font-size: 1.6rem;
	font-feature-settings: "palt";
	letter-spacing: inherit;
}

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

ul{
	list-style: none;
}

a{
	text-decoration: none;
}

img{
	width: 100%;
}

.forSp{
	display: none;
}

section{
    padding: 60px 0 80px;
    font-family: 'Noto Sans JP', sans-serif;
}

h2{
    font-family: 'Heebo', 'Noto Sans JP',  sans-serif;
    font-weight: 900;
    font-size: 3.0rem;
    text-align: center;
    line-height: 1.6;
}

section>h2{
    margin: 0 auto 32px;
}

h2>span{
    font-weight: 700;
    display: block;
}

/* header */
header{
	background-color: rgba(40,40,40,0.9);
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 10;
}

.nav_h1{
	width: 154px;
	margin-top: 7px;
	transition: ease 0.3s;
}

.nav_h1:hover{
	cursor: pointer;
	opacity: 0.8;
}

.nav-item{
	font-family: 'Oswald', sans-serif;
	font-size: 2.6rem;
	transition: ease 0.3s;
}

.nav-item:nth-child(6)>a{
    color: yellow;
}

.nav-item:hover{
	cursor: pointer;
	opacity: 0.8;
}

.nav-item>a{
	color: #fff;
}

.nav-item>a>i{
	font-size: 2.4rem;
}

.nav-pc{
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	max-width: 960px;
	height: 67px;
	margin: 0 auto;
	align-items: center;
}

.nav-list{
	display: flex;
	display: -webkit-flex;
	justify-content: -webkit-space-between;
	justify-content: space-between;
	width: 600px;
}

/* top */
main{
    margin-top: 67px;
}

.pagetop{
    background: rgba(255,255,255,0.7);
    padding-bottom: 30px;
}

.mv{
    width: 700px;
    margin: 32px auto 40px;
}

/* present */
.bg-a{
    background-color: rgba(255,255,0,0.7);
    padding: 60px 0 80px;
}

.bottle{
    width: 600px;
}

.present-list{
    width: 700px;
    margin: 0 auto;
}

.present-item{
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    margin-bottom: 32px;
}

.present-item:last-child{
    margin: 0;
}

.one{
    background-color: #033d8b;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    left: -20px;
    top: -20px;
}
.one>p{
    color: yellow;
    font-size: 2.6rem;
}

.one>p>span{
    font-size: 1.8rem;
}

.target{
    background-color: #5f1985;
    color: #fff;
    border-top-right-radius: 10px;
    padding: 16px 48px;
}

.target>p{
    font-size: 2.4rem;
}

.target>p>span{
display: inline-block;
    font-size: 1.8rem;
    margin-right: 8px;
}

.present-txt{
    padding: 16px 48px 24px;
    line-height: 1.6;
}
.present-txt>span{
    display: block;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 6px;
}

/* entry */

.bg-b{
    background-color: rgba(3,61,139,0.7);
    padding: 60px 0 80px;
}

.bg-b>h2{
    color: #ffff00;
}

.entry-list{
    width: 700px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.entry-item{
    box-sizing: border-box;
    width: 210px;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 35px;
}

.step{
    color: #d60e78;
    font-size: 2.0rem;
    text-align: center;
    font-weight: 900;
    padding-bottom: 6px;
    width: 100px;
    margin: 0 auto 16px;
    border-bottom: solid 2px #d60e78;
}

.step-txt{
    line-height: 1.6;
    margin-bottom: 16px;
}

.twitter-follow-button{
    margin-bottom: 16px;
}

.step1_small{
    font-size: 1.2rem;
    line-height: 1.6;
}

.step-tag{
    display: block;
    background-color: #d60e78;
    color: #fff;
    width: 150px;
    text-align: center;
}

.outline{
    box-sizing: border-box;
    width: 700px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px 24px;
}

.outline-item{
    display: -webkit-flex;
    display: flex;
    margin-bottom: 10px;
}

.outline-item>dt{
    color: #d60e78;
    font-size: 2.0rem;
    font-weight: 700;
    margin-right: 16px;
    white-space: nowrap;
    line-height: 1.3;
}

.outline-item>dd{
    line-height: 1.6;
}

.outline-item>dd>span{
    display: block;
}


/* terms */

.bg-c{
    background: rgba(255,255,255,0.7);
}

.bg-c>h2{
    color: #033d8b;
}

.term-box{
    box-sizing: border-box;
    width: 780px;
    margin: 0 auto 32px;
    padding: 30px;
    background-color: #fff;
    line-height: 1.6;
    color: #222;
    border-radius: 10px;
}

.term-box>p{
    font-size: 1.2rem;
}

.term-list{
    margin-bottom: 16px;
}

.term-list>li{
    font-size: 1.2rem;
}

.bg-c>p{
    text-align: center;
    margin-bottom: 32px;
}

/* footer */

footer{
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-bottom: 120px;
}

.produce{
	padding-top: 56px;
}

.link-list{
	width: 600px;
	margin: 0 auto 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.link-item{
	transition: all 0.4s;
}

.link-item>a:hover{
	opacity: 0.8;
}

.credit-list{
	line-height: 1.6;
	font-size: 1.0rem;
	margin-bottom: 30px;
}

small{
	font-size: 0.8rem;
}

/*  smartphone  */

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

    .forSp{
        display: block;
    }

    .forPc{
        display: none;
    }

    section{
        padding: 40px 0 68px;
    }

    section>h2{
        margin: 0 auto 32px;
    }

    /* header */

    /* nav sp ---------------------------------------------*/

    #navsp {
        position:fixed;
        left: 0;
        top: 0;
        width:100%;
        height: 39px;
        background-color:rgba(38,38,38,0.7);
        z-index:100;
        display: -webkit-flex;
        display: flex;
        justify-content: -webkit-space-between;
        justify-content: space-between;
        padding-top: 6px;
    }

    #navsp h1 {
        width:150px;
        margin-left: 10px;
    }
    #navsp h1 a {
        display:block;
    }
    #navsp .btnFb {
        display:none;
    }
    #navsp .btnContact {
        display:none;
    }
    #navsp #navgToggle {
        position: relative;
        display:block;
        width: 30px;
        height: 20px;
        margin-top: 5px;
        margin-right: 10px;
    }
    .menu-trigger,
    .menu-trigger span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
    }
    .menu-trigger {
        width: 30px;
        -webkit-tap-highlight-color: rgba(38,38,38,0.9);
    }
    .menu-trigger span {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFF;
        border-radius: 0;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-45deg);
        transform: translateY(10px) rotate(-45deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-10px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }
    /* navG */
    /* --------------------------------------------------------------------------- */
    #navG {
        display:none;
        position:fixed;
        left:0;
        top: 45px;
        background-color:rgba(38,38,38,0.7);
        width: 100%;
        z-index: 100;
    }

    .nav-list{
        box-sizing: border-box;
        width:100%;
        padding: 24px 20px;
        display: -webkit-flex;
        display: flex;
        justify-content: -webkit-space-between;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .nav-item{
        font-family: 'Oswald', sans-serif;
        font-size: 2.5rem;
        margin-bottom: 16px;
    }

    .nav-item>a{
        color: #fff;
        display: block;
        width: 100%;
        text-align: center;
    }

    .fa-angle-right{
        display: inline;
        font-size: 1.4rem;
        color: #fff;
        margin-left: 16px;
    }

    /* ナビ個別 */

    .top{
        width: 33%;
    }
    .act_n{
        width: 33%;
    }
    .ticket{
        width: 33%;
    }
    .access{
        width: 33%;
    }
    .info{
        width: 33%;
    }

    .special{
        width: 33%;
    }

    .special>a{
        color: yellow;
    }

    .sns{
        width: 20%;
        margin: 0 auto;
    }
    .sns>a>i{
        font-size: 2.6rem;
    }



    /* top */
    main{
        margin-top: 45px;
    }
    .pagetop{
        padding-top: 20px;
    }
    
    .mv{
        width: 90%;
        margin: 0 auto 40px;
    }

    /* present */
    .bg-a{
        padding: 40px 0 60px;
    }

    .bottle{
        width: 85%;
    }

    .present-list{
        width: 95%;
    }

    .present-item{
        margin-bottom: 28px;
    }

    .present-item:last-child{
        margin: 0;
    }

    .one{
        width: 42px;
        height: 42px;
        border-radius: 50%;
        line-height: 40px;
        left: -6px;
        top: -6px;
    }
    .one>p{
        font-size: 2.2rem;
    }

    .one>p>span{
        font-size: 1.6rem;
    }

    .target{
        padding: 12px 38px;
    }

    .target>p{
        font-size: 2.0rem;
    }

    .target>p>span{
        display: block;
        font-size: 1.6rem;
        margin: 0 0 6px;
    }

    .present-txt{
        padding: 10px 0 16px;
        width: 96%;
        margin: 0 auto 24px;
        line-height: 1.6;
    }
    
    .present-txt>span{
        display: block;
        font-size: 1.2rem;
        margin-top: 6px;
    }

    /* entry */

    .bg-b{
        padding: 40px 0 60px;
    }

    .entry-list{
        width: 95%;
        margin: 0 auto;
        display: block;
    }

    .entry-item{
        width: 100%;
        margin: 0 auto; 
        margin-bottom: 20px;
        padding: 16px 0 24px;
    }

    .step-txt{
        width: 96%;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .twitter-follow-button{
        margin: 0 0 10px 10px;
    }

    .step1_small{
        width: 96%;
        margin: 0 auto;
    }

    .outline{
        box-sizing: border-box;
        width: 95%;;
        padding: 24px 0;
    }

    .outline-item{
        width: 96%;
        margin: 0 auto;
        display: block;
        margin-bottom: 16px;
    }

    .outline-item:last-child{
        margin-bottom: 0;
    }

    /* terms */

    .term-box{
        box-sizing: border-box;
        width: 95%;
        padding: 24px 0;
    }

    .term-box>p{
        width: 96%;
        margin: 0 auto;
    }

    .term-list{
        width: 96%;
        margin: 0 auto;
        margin-bottom: 16px;
    }

    .term-list:last-child{
        margin-bottom: 0;
    }

    .bg-c>p{
        font-size: 1.2rem;
        margin: 0 auto;
        margin-bottom: 32px;
    }

    /* footer */

     footer{
        padding-bottom: 120px;
    }

    .produce{
        padding-top: 56px;
    }

    .link-list{
        width: 90%;
        margin: 0 auto 40px;
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-around;
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .link-item{
        transition: all 0.4s;
    }

    .link-item:hover{
        opacity: 0.8;
    }

    .credit-list{
        line-height: 1.6;
        font-size: 1.0rem;
        margin-bottom: 30px;
    }

    small{
        font-size: 0.8rem;
    }

    /* footerここまで * /


}