/* ////////////////////////////////////////////////////////////////////////////////

	Common

//////////////////////////////////////////////////////////////////////////////// */
html {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: min(3.4vw, 16px);
    line-height: 1.8;
    letter-spacing: 0.1em;
	line-height: 1.8;
	color: #fff;
	font-feature-settings: "palt";
}
body {
	position: relative;
	background:#35221d;
}
.bgBox {
    width: 100%;
    height: 100%;
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: -1;
    transition: all 0.6s;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}
.bg {
    position: absolute;
    width: 100vw;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
    opacity: 1;
}
.bg01 {
    opacity: 1;
    background: url(/static/twice/official/feature/fc_entry_campaign/images/bg_main_pc_k4MuWfzS.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}

main {
	position: relative;
}

section {
	max-width: 1240px;
	margin: auto;
	padding: min(12vw, 80px) min(8vw, 80px);
}
section h2 {
    max-width:250px;
    margin: 0 auto 20px;
}
section h3 {
    text-align: center;
    font-size: 39px;
    letter-spacing: 0.1em;
    margin: 0 auto 50px;
}
.btn {
	margin: min(4vw, 20px) auto 0;
}
.btn a {
	border: #fff solid 1px;
	display: block;
	width: 100%;
	text-align: center;
	font-size:min(3vw, 14px);
	padding: min(3vw, 15px);
	box-sizing: border-box;
	border-radius: 999px;
	transition: 0.4s;
	margin: auto;
}

img {
	width: 100%;
	vertical-align: middle;
}
li {
	list-style: none;
}
a {
	transition: all 0.5s ease;
	text-decoration: none;
	color: #fff;
}
.anim {
	opacity: 0;
	transition: all .4s ease-out;
}
.anim.on {
	opacity: 1;
}
@keyframes op {
	0% { opacity: 0;}
	100% { opacity: 1;}
}

.attentionList{

}
.attentionList li{
    font-size: 13px;
    font-weight: normal;
    text-indent: -1em;
    margin: 0 0 5px 1em;
}
.attentionList li:last-child{
    margin: 0 0 0 1em;
}

dl.date{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    color: #35221d;
    background: #fff;
    padding: 20px;
    border-radius: 999px;
    margin: 0 auto 50px;
    max-width: 700px;
}
dl.date dt{
    font-weight: bold;
    text-align: center;
    width: 20%;
}
dl.date dd{
    width: 80%;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
	border-left: 1px solid;
}
dl.date dd span{
    margin: 0 10px 0 0;
font-size: 13px;
}
.campaignArea {
    background: #261a17;
    padding: 4vw;
    margin: 0 auto 100px;
    border-radius: 20px;
}
.campaignArea .tit{
    font-weight: bold;
    text-align: center;
    padding: 5px;
    font-size: 16px;
    border: 1px solid;
    max-width: 200px;
    border-radius: 999px;
    margin: 0 auto 30px;
}
.campaignArea .item{
    margin: 0 auto 80px;
}
.campaignArea .item .itemTit{
    text-align: center;
    font-size: 27px;
    font-weight: bold;
    margin: 0 auto 10px;
}
.campaignArea .item .itemTxt{
    text-align: center;
    font-size: 15px;
    margin: 0 auto 30px;
}
.campaignArea .item .ph{
    max-width: 600px;
    margin: auto;
}
.campaignArea .memberBox{
    margin: 0 auto 100px;
}
.campaignArea .memberBox .tit{

}
.campaignArea .memberBox .detail{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    background: #e57262;
    padding: 30px;
    border-radius: 10px;
    margin: 0 auto 20px;
}
.campaignArea .memberBox .detail dt{
    font-weight: bold;
    text-align: center;
    width: 20%;
}
.campaignArea .memberBox .detail dd{
    width: 80%;
    padding: 0 0 0 20px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: bold;
    border-left: 1px solid;
}
.campaignArea .memberBox .detail dd .txt{
    font-size: 15px;
    margin: 0 0 10px 0;
}
.campaignArea .memberBox .detail dd .attentionList{

}
.campaignArea .memberBox .detail.attention{
    background: none;
    border: 2px solid;
}

.stepArea{
    margin: 0 auto 100px;
}
.stepArea .txt{
    text-align: center;
    font-size: 18px;
    margin: 0 0 20px 0;
}
.stepArea .ph{
    max-width: 500px;
    margin: auto;
}

.entryBox{

}
.entryBox .tit{
    font-size: 27px;
    margin: 0 0 20px 0;
    font-weight: bold;
    text-align: center;
}
.entryBox ul{
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.entryBox ul li{
	width: 48%;
    padding: 40px;
    background: #261a17;
    border-radius: 20px;
}
.entryBox ul li .txt{
    text-align: center;
    font-size: 13px;
}

/*======================================================
	footer
========================================================*/

footer{
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
	padding: 120px min(8vw, 80px) ;
	width: 100%;
	z-index: 1;
}
footer .twiceLogo {
	width: min(21vw, 120px);
}
footer .listLink {
	margin: 0 0 40px;
}
footer .listLink li {
	margin: 0 0 min(4vw, 16px);
}
footer .listLink li:last-child{
	margin: 0;
}
footer .listLink li a {
	display: inline-block;
	font-size: min(4.2vw, 20px);
	font-weight: 600;
	letter-spacing: 0.12em;
	line-height: 1.6;
}
footer .credit {
	font-size: min(2.6vw, 10px);
	font-weight: 600;
}


@media screen and (min-width:821px) {
	a:hover {
		opacity: 0.6;
	}
	.sp {display: none !important;}
}
@media screen and (max-width:820px) {
	.pc {display: none !important;}

.bg01 {
    opacity: 1;
    background: url(/static/twice/official/feature/fc_entry_campaign/images/bg_main_sp_k4MuWfzS.jpg) no-repeat center center;
    background-position: top;
    background-size: cover;
}
section h2 {
        margin: 0 auto 8px;
        width: 70%;
        max-width: 120px;
        line-height: 1;
}
section h3 {
    font-size: 20px;
    margin: 0 auto 20px;
    line-height: 1.5;
}
.attentionList li {
    font-size: 12px;
}
dl.date {
    display: block;
    border-radius: 20px;
    margin: 0 auto 30px;
}
dl.date dt {
    width: 100%;
    font-size: 14px;
    margin: 0 0 10px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid;
    line-height: 1;
}
dl.date dd {
    width: 100%;
    padding: 0;
    font-size: 13px;
    border-left: none;
    text-align: center;
}

.campaignArea {
    padding: 30px 20px;
    margin: 0 auto 50px;
    border-radius: 15px;
}
.campaignArea .tit {
    padding: 5px;
    font-size: 12px;
    margin: 0 auto 15px;
}
.campaignArea .item {
    margin: 0 auto 50px;
}
.campaignArea .item .itemTit {
        text-align: center;
        font-size: 19px;
        font-weight: bold;
        margin: 0 auto 5px;
        line-height: 1.5;
}
.campaignArea .item .itemTxt {
    text-align: center;
    font-size: 12px;
    margin: 0 auto 10px;
}
.campaignArea .memberBox {
    margin: 0 auto 50px;
}
.campaignArea .memberBox .tit {

}
.campaignArea .memberBox .detail {
    padding: 20px;
    border-radius: 5px;
    margin: 0 auto 15px;
    display: block;
}
.campaignArea .memberBox .detail:last-of-type{
    margin: 0 auto;
}
.campaignArea .memberBox .detail dt {
    width: 100%;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid;
}
.campaignArea .memberBox .detail dd {
    width: 100%;
    padding: 0;
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
    border-left: none;
}
.campaignArea .memberBox .detail dd .txt {
    font-size: 13px;
    margin: 0 0 5px 0;
    word-break: break-all;
}
.stepArea {
    margin: 0 auto 50px;
}
.stepArea .txt {
    text-align: left;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.entryBox .tit {
    font-size: 20px;
    margin: 0 0 15px 0;
    font-weight: bold;
    text-align: center;
}
.entryBox ul li {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    margin: 0 auto 20px;
}
.entryBox ul li .txt {
    text-align: center;
    font-size: 12px;
}

	footer {
		flex-direction: column;
		padding: min(8vw, 50px) 0;
		text-align: center;
	}
	footer .twiceLogo {
		margin: 0 auto min(8vw,40px);
	}
	footer .listLink li a {
		padding-left: 0.12em;
		-webkit-box-decoration-break: clone;
		box-decoration-break: clone;
	}
}