@charset "utf-8"; 

header{
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

h1{
	position: absolute;
	top: 20px;
	left: 0;
	z-index: 999;
}

/* ------------------------------------------------------------------------ */
/* Content
--------------------------------------------------------------------------- */
#Content{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	bottom: 5%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

#Content > p{
	text-align: center;
	color: #222131;
	font-size: 30px;
	text-shadow: 4px 1px 9px #fff;
}
#Content > p.txt_release{
	font-size: 70px;
	z-index: 2;
	background: url("../img/main_day.png") no-repeat bottom center;
}
#Content > p.txt_shop{
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
    display: inline-block;
    padding: 0 20px 5px;
}
#Content > p br{
	display: none;
}

.spStyle{
	display: none;
}

@media screen and (max-width: 950px) {
	#Content > p.txt_release{
		font-size: 8vw;
	}
	#Content > p.txt_shop{
		font-size: 3vw;
	}
}

@media screen and (max-width: 810px) {
	#Content > p.txt_release{
		font-size: 8vw;
	}
	#Content > p.txt_shop{
		font-size: 3vw;
	}
}

@media screen and (max-width: 768px) {
	#MV {
		background-size: contain;
	}
	
	.spStyle{
		display: block;
	}
	
	#Content{
		bottom: inherit;
		top: 5%;
	}
	
	#Content > p br{
		display: block;
	}
	#Content > p.txt_shop{
		font-size: 4vw;
	}
	
	#Content > p.txt_release{
		background: none;
		position: relative;
	}
	#Content > p.txt_release:after {
		content: "";
		display: inline-block;
		background: url("../img/main_day_sp.png") no-repeat top center;
		width: 100%;
		height: 95px;
		position: absolute;
		left: 0;
		z-index: -1;
		bottom: -20px;
		background-size: contain;
	}
	
	.slide03.swiper-slide-active .slide-img{
		min-height: 1200px;
	}

	h1 {
		top: 10px;
		left:10px;
		text-align: left;
	}
	
	h1 img {
		width: 50%;
	}

}

@media screen and (max-width: 600px) {
	#MV {
		background-size:contain;
	}
	
	#Content {
		margin-top: 0;
		bottom: -15%;
	}
	#Content > p.txt_release {
		font-size: 13vw;
	}
	
	.slide03.swiper-slide-active .slide-img {
		min-height: 1100px;
	}
}

@media screen and (max-width: 480px) {
	#MV {
		background-size: 120%;
		height: 95vh;
	}
	
	#Content {
		bottom: 5%;
	}
	#Content > p {
		font-size: 5vw;
	}
}

@media screen and (max-width: 448px) {
	#MV {
		background-size:contain;
		height: 100vh;
	}
	
	#Content {
		margin-top: 0;
		bottom: 8%;
	}

	#Content > p.txt_release {
		font-size: 13vw;
		background: none;
		position: relative;
		margin-top: -30px;
	}
	
	#Content > p.txt_release::after {
		bottom: -63px;
	}
}

@media screen and (max-width: 390px) {
	#MV {
		background-size:contain;
		height: 90vh;
	}
	
	#Content{
		bottom: 52px;
	}
	
}


/* ------------------------------------------------------------------------ */
/* campaign
--------------------------------------------------------------------------- */
#Campaign{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto 70px;
	background-color: #fff;
}
#Campaign p{
	text-align: left;
}
#Campaign h2{
	color: #fff;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #492d4b;
	padding: 5px 0;
}
#Campaign h2 img{
	margin-right: 20px;
}
#Campaign .inner{
	padding: 38px 20px 35px;
}
#Campaign h3{
	font-size: 29px;
	line-height: 1.3;
	margin-bottom: 40px;
}
#Campaign h3 span.txt30 {
	font-size: 30px;
}
#Campaign h3 span.txt32 {
	font-size: 32px;
}
/* 
#Campaign figure.campaign_img{
	margin: 25px auto 34px;
}
*/
#Campaign figure.campaign_img{
	margin: 0 auto 34px;
}
#Campaign h4{
	font-size: 28px;
}
#Campaign .terms{
	margin-bottom: 43px;
}
#Campaign .terms,
#Campaign .terms p{
	text-align: center;
    line-height: 1.5;
}
#Campaign .terms h4{
	display: inline-block;
    border-bottom: 1px solid #852725;
	padding-bottom: 9px;
	margin-bottom: 13px;
}
#Campaign .requirements h4{
	margin-bottom: 3px;
}
/*#Campaign .requirements .item:nth-of-type(3) ul li:nth-child(3){
	text-indent: 0;
	padding-left: 0;
}*/
.link_btn {
    color: #fff;
    font-weight: bold;
    background: #1da1f2;
    text-decoration: none;
    padding: 5px 9%;
    border-radius: 100px;
    display: inline-block;
    margin: 1% 0;
	transition: .4s;
}
.link_btn:hover {
	text-decoration: none;
}
#Campaign h5{
	font-size: 24px;
	color: #fff;
	text-align: left;
	background:#604462;
    padding: 2px 20px 5px;
}
#Campaign .item{
	text-align: left;
}
#Campaign .item a.mail{
	text-decoration: underline;
	color		: #2e1e11;
}
#Campaign .item a.mail:hover{
	text-decoration: none;
}
#Campaign .item .item_txt{
	padding: 20px 20px 28px;
}
#Campaign .item ul li{
	text-indent: -1em;
	padding-left: 1em;
    line-height: 1.7;
}
#Campaign .item ul li.txt18,
#Campaign .item p.txt18{
	font-size: 18px;
}
#Campaign .item .notes{
	background-color: #fef0bf;
	margin-top: 10px;
	padding: 15px;
}
#Campaign .item .notes p{
	text-align: center;
}
#Campaign .item .notes p:last-child{
	text-indent: -1em;
	padding-left: 1em;
}

.twitter_btn{
	text-align: center;
	margin-top: 20px;
}

.twitter_btn a:before{
	content: "";
	background: url("../img/teaser_img_campaign_icon2.png") no-repeat;
	width: 31px;
	height: 26px;
	display: inline-block;
	vertical-align: top;
	padding-right: 5px;
	margin-top: 5px;
}

@media screen and (max-width: 940px) {
	#Campaign .item .notes p{
		text-align: left;
	}
	#Campaign .item .notes p br{
		display: none;
	}
}
@media screen and (max-width: 880px) {
	#Campaign .terms p{
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	#Campaign {
		margin: 6vw auto 10vw;
	}
	
	#Campaign h3{
		font-size: 4vw;
		line-height: 1.6;
	}
}
@media screen and (max-width: 480px) {
	#Campaign h2 {
		font-size: 22px;
	}
	#Campaign h2 img {
		max-width: 24px;
		width: 100%;
		margin-right: 10px;
	}
	#Campaign .inner {
		padding: 20px 10px 25px;
	}
	#Campaign figure.campaign_img {
		margin: 0 auto 20px;
	}
	#Campaign h4 {
		font-size: 20px;
	}
	#Campaign .terms {
		margin-bottom: 25px;
	}
	#Campaign .terms h4 {
		padding-bottom: 5px;
		margin-bottom: 10px;
	}
	#Campaign .requirements h4 {
		margin-bottom: 10px;
	}
	#Campaign h5 {
		font-size: 16px;
		padding: 2px 10px 5px;
	}
	#Campaign .item .item_txt {
		padding: 10px 10px 15px;
	}
	#Campaign .item ul li {
		line-height: 1.5;
	}
	#Campaign .item ul li.txt18, #Campaign .item p.txt18 {
		font-size: 13px;
	}
	#Campaign .requirements .item:nth-of-type(3) ul li:nth-child(4),
	#Campaign .requirements .item:nth-of-type(4) ul li:last-child {
		margin-top: 10px;
	}
	#Campaign .item .notes {
		margin-top: 15px;
	}
	
	.twitter_btn a::before{
		width: 15px;
		height: 13px;
		background-size: contain;
	}
	
}

/* ------------------------------------------------------------------------ */
/* shop
--------------------------------------------------------------------------- */
#Shop{
	margin-bottom: 120px;
}
#Shop h4{
	display: inline-block;
	position: relative;
	font-size: 28px;
    line-height: 1.6;
	color: #fff;
    border-bottom: 1px solid #fff;
	margin-bottom: 25px;
}
#Shop h4:after{
    position: absolute;
    bottom: -0.5rem;
    left: 0rem;
    right: 0rem;
    border-bottom: 2px solid #fff;
    content: '';
}
#Shop .inner{
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	background-color: #fff;
}
#Shop .inner .item h5{
	font-size: 24px;
	text-align: center;
	background-color: #ffb21a;
	padding: 3px;
}
#Shop .inner .item .item_txt{
	padding: 20px 0 25px;
}
#Shop .inner .item.apita p{
	text-align: center;
	font-size: 24px;
}
#Shop .inner .item.piago div{
	display: flex;
	align-items: center;
}
#Shop .inner .item.piago div{
	margin: 0 auto;
	text-align: center;
	display: block;
}
#Shop .inner .item.piago div p{
	text-align: left;
	display: inline-block;
	font-size: 18px;
}


@media screen and (max-width: 480px) {
	#Shop{
		margin-bottom: 50px;
	}
	#Shop h4 {
		font-size: 20px;
		margin-bottom: 25px;
	}
	#Shop .inner .item h5{
		font-size: 16px;
	}
	#Shop .inner .item .item_txt{
		padding: 10px 10px 15px;
	}
	#Shop .inner .item.apita p {
		font-size: 18px;
	}
	#Shop .inner .item.piago div p{
		font-size: 15px;
	}
}
@media screen and (max-width: 340px) {
	#Shop .inner .item.apita p {
		font-size: 16px;
	}
}