@charset "UTF-8";


/*
■ 汎用
■ ヘッダー
■ リード
■ ピカチュウ
■ 各アイテム
■ 装飾
■ フッター
*/



/* ■ 汎用 ==================================================================================== */

/*
横幅
アイテム名
ボタン
背景色
アニメーション
背景パララックス
*/


/* 横幅 --------------------------------------------------- */

@media only screen and (max-width: 767px) {

	.Width1,
	.Width3 {
	margin: 0 6%;
	}

}

@media print, screen and (min-width: 768px) {

	.Width1 {
	max-width: 890px;
	margin: 0 auto;
	padding: 0 20px;
	}

	.Width2 {
	max-width: 710px;
	margin: 0 auto;
	}

	.Width3 {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* アイテム名 --------------------------------------------------- */

.ItemName1,
.ItemName2 {
text-align: center;
}

.ItemName2 .Sub {
font-size: 70%;
}

/* コピーライト */
.Copyright {
letter-spacing: 0.01em;
color: #000;
}

.Shadow {
 text-shadow: 2px  2px 1px #ffffff,-2px  2px 1px #ffffff,2px -2px 1px #ffffff,-2px -2px 1px #ffffff,2px  0px 1px #ffffff,0px  2px 1px #ffffff,-2px  0px 1px #ffffff,0px -2px 1px #ffffff;
}

@media only screen and (max-width: 767px) {

	.ItemName2 {
	font-size: 120%; 
	}

	/* コピーライト */
	.Copyright {
	font-size: 53%;
	}

}

@media only screen and (max-width: 372px) {

	.ItemName2 {
	font-size: 110%; 
	}

}

@media print, screen and (min-width: 768px) {

	.ItemName2 {
	font-size: 134%; 
	}

	/* コピーライト */
	.Copyright {
	font-size: 67%;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* ボタン --------------------------------------------------- */

.Btn {
display: inline-block;
border: 1px solid #d9bb6d;
line-height: 1.0em;
text-align: center;
color: #d9bb6d !important;
}

.Btn span {
background: url(../img/common/Icon_Cart.png) no-repeat;
}

.BtnFwd {
position: relative;
}

.BtnFwd:after {
display: block;
position: absolute;
top: 50%;
right: 20px;
border-top: solid 3px;
border-right: solid 3px;
-ms-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
content: '';
}

@media only screen and (max-width: 767px) {

	.Btn {
	width: 100%;
	padding: 15px 70px 12px 70px;
	font-size: 120%;
	}

	.Btn span {
	padding-left: 22px;
	background-position: 0 3px;
	background-size: 15px auto;
	}

	.BtnFwd:after {
	width: 12px;
	height: 12px;
	margin-top: -6px;
	}

}

@media print, screen and (min-width: 768px) {

	.Btn {
	padding: 12px 40px 11px 40px;
	font-size: 107%;
	}

	.Btn span {
	padding-left: 18px;
	background-position: 0 4px;
	background-size: 12px auto;
	}

	.BtnFwd:after {
	width: 16px;
	height: 16px;
	margin-top: -8px;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* 終了ボタン --------------------------------------------------- */

.BtnEnd {
display: inline-block;
border-radius: 50px;
line-height: 1.0em;
font-weight: 700;
text-align: center;
color: #fff;
background: #473b00;
}

@media only screen and (max-width: 767px) {

	.BtnEnd {
	width: 100%;
	padding: 20px 0;
	}

}

@media print, screen and (min-width: 768px) {

	.BtnEnd {
	padding: 20px 70px;
	font-size: 147%;	
	}

}

@media print, screen and (min-width: 1090px) {

}


/* 背景色 --------------------------------------------------- */

.Bg1 {
background-color: #c7c3b7;
}

.Bg2 {
background-color: #4c3d12;
}


/* アニメーション --------------------------------------------------- */

.Target1_1,
.Target1_2 {
opacity: 1;
transform: translateY(0);
}

.Target1_Effect {
opacity: 1;
transform: translateY(0);
transition: 1.0s ease 0.2s;
}

.Target2_1,
.Target2_2 {
opacity: 1;
}

.Target2_Effect1 {
opacity: 0;
transition: 1.5s ease 1.25s;
}

.Target2_Effect2 {
opacity: 1;
transition: 1.0s ease 2.5s;
}



.Effect2 {
opacity: 0;
transition: 2.0s ease 0.7s;
}

.Effect3 {
opacity: 1;
transition: 2.0s ease 0.5s;
}


/* 背景パララックス --------------------------------------------------- */

.Parallax {
width: 100%;
background-position: center center;
background-repeat: no-repeat;
}

.Parallax.BgItem1 {
background-color: #c30d23;
background-image: url(../img/header/Bg_AllStars.png);
}

@media only screen and (max-width: 767px) {

	.Parallax {
	padding: 125px 0;
	}

	.Parallax.BgItem1 {
	background-size: 900px auto;
	}
	
}

@media only screen and (max-width: 372px) {


}

@media print, screen and (min-width: 768px) {

	.Parallax {
	padding: 200px 0;
	}

	.Parallax.BgItem1 {
	background-size: 1100px auto;	
	}
	
}

@media print, screen and (min-width: 1090px) {

	.Parallax {
	padding: 250px 0;
	}

	.Parallax.BgItem1 {
	background-size: 1500px auto;
	}
	
}



/* ■ ヘッダー ==================================================================================== */

.Header {
position: relative;
width: 100%;
height: 100vh;
background-position: center top;
background-repeat: no-repeat;
}

.Header h1.Mds {
position: absolute;
right: 0;
bottom: 0;
}

@media only screen and (max-width: 400px) {

	.Header {
	max-height: 300px;
	background-image: url(../img/header/Ph_KeyVisual_SP.jpg);
	background-size: cover;
	}
	
	.Header h1.Mds {
	width: 135px;
	margin-right: 20px;
	margin-bottom: 25px;
	}

}

@media only screen and (max-width: 372px) {

	.Header {
	max-height: 290px;
	}

	.Header h1.Mds {
	width: 120px;
	margin-right: 20px;
	margin-bottom: 25px;
	}

}

@media print, screen and (min-width: 401px) {

	.Header {
	max-height: 400px;
	background-image: url(../img/header/Ph_KeyVisual_PC.jpg);
	background-size: cover;
	}

	.Header h1.Mds {
	width: 200px;
	margin-right: 40px;
	margin-bottom: 40px;
	}

}

@media print, screen and (min-width: 768px) {

	.Header {
	max-height: 580px;
	}

	.Header h1.Mds {
	width: 200px;
	margin-right: 90px;
	margin-bottom: 60px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Header {
	max-height: 850px;
	}

	.Header h1.Mds {
	width: 269px;
	margin-right: 105px;
	margin-bottom: 75px;
	}
		
}



/* ■ リード ==================================================================================== */

.SectionLead h2.Mds {
font-weight: 600;
background: url(../img/lead/Icon_Logo.png) no-repeat 50% 100%;
text-align: center;
}

.SectionLead .Lead1 {
line-height: 2.2em;
}

.SectionLead .ShopList {
border-style: solid;
border-color: #777777;
}

.SectionLead .ShopList h3.Mds {
font-weight: 500;
}	

@media only screen and (max-width: 767px) {

	.SectionLead {
	padding: 6% 0 10% 0;
	}

	.SectionLead h2.Mds {
	margin-bottom: 4%;
	padding-bottom: 85px;
	font-size: 140%;
	line-height: 1.8em;
	background-size: 150px auto;
	}

	.SectionLead h2.Mds span {
	display: block;
	}

	.SectionLead .Lead1 {
	font-size: 94%;
	}

	.SectionLead .ShopList {
	margin-top: 30px;
	padding: 20px 15px;
	border-width: 2px;
	}

	.SectionLead .ShopList h3.Mds {
	font-size: 94%;
	}	

	.SectionLead .ShopList .Lead2 {
	font-size: 67%;
	}
			
}

@media print, screen and (min-width: 768px) {

	.SectionLead {
	padding: 8% 0;
	}

	.SectionLead h2.Mds {
	margin-bottom: 5%;
	padding-bottom: 195px;
	font-size: 253%;
	line-height: 1em;
	background-size: 280px auto;
	}

	.SectionLead h2.Mds span {
	display: inline-block;
	}

	.SectionLead h2.Mds .Main {
	margin-right: 20px;
	}
		
	.SectionLead .Lead1 {
	font-size: 120%;
	}

	.SectionLead .ShopList {
	margin-top: 40px;
	padding: 20px;
	border-width: 3px;
	text-align: center;
	}

	.SectionLead .ShopList h3.Mds {
	font-size: 114%;
	}	

	.SectionLead .ShopList .Lead2 {
	font-size: 87%;
	}
	
}

@media print, screen and (min-width: 1090px) {

}


/* ■ 各アイテム ==================================================================================== */

.SectionItems {
position: relative;
color: #fff;
}

.SectionItems .PhotoPorco {
position: absolute;
left: 0;
top: 0;
z-index: 1000;
width: 100%;
height: 100%;
}

.SectionItems h2.Mds {
color: #d9bb6d;
text-align: center;
line-height: 1.0em;
}

.SectionItems h2.Mds span {
display: block;
line-height: 1.0em;
}

.SectionEachItem .ItemPhotoBox {
width: 100%;
}

.SectionEachItem .ItemMain {
position: relative;
}

.SectionEachItem .ItemMain .Cover {
position: absolute;
left: 0;
top: 0;
width: 100%;
}

.SectionEachItem .ItemDetail {
display: table;
width: 100%;
}

.SectionEachItem .ItemDetail .ItemPhotoL,
.SectionEachItem .ItemDetail .ItemPhotoR {
display: table-cell;
width: 50%;
vertical-align: middle;
}

.SectionEachItem .BtnTo .Btn {
font-weight: 400;
letter-spacing: 0.15em;
}

.SectionEachItem .BtnTo {
text-align: center;
}

@media only screen and (max-width: 767px) {

	.SectionItems {
	padding: 10% 0 15% 0;
	}

	.SectionItems h2.Mds .Sub {
	margin-bottom: 15px;
	font-size: 100%;
	}

	.SectionItems h2.Mds .Main {
	font-size: 300%;
	}

	.SectionItems .Lead1 {
	margin-top: 4%;
	font-size: 107%;
	}

	.SectionEachItem {
	margin-top: 8%;
	}

	.SectionEachItem .ItemMain {
	margin-bottom: 8%;
	}

	.SectionEachItem .ItemDetail .ItemPhotoL {
	padding-right: 2%;
	}
	
	.SectionEachItem .ItemDetail .ItemPhotoR {
	padding-left: 2%;
	}
		
	.SectionEachItem .ItemName1 {
	margin-top: 6%;
	font-size: 140%;
	}

	.SectionEachItem .ItemName1 span {
	display: block;
	}

	.SectionEachItem .ItemName2 {
	margin-top: 0;
	}

	.SectionEachItem .ItemName2 .Sub {
	font-size: 67%;
	}	
	
	.SectionEachItem .ListKomeS {
	margin-top: 2%;
	}

	.SectionEachItem .BtnTo {
	margin-top: 8%;
    padding: 0 50px;
	}
	
}

@media only screen and (max-width: 372px) {

	.SectionEachItem .ItemName1 {
	font-size: 120%;
	}
	
	.SectionEachItem .BtnTo {
    padding: 0 30px;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionItems {
	padding: 6% 0;
	}

	.SectionItems h2.Mds .Sub {
	margin-bottom: 25px;
	font-size: 214%;
	}

	.SectionItems h2.Mds .Main {
	font-size: 856%;
	}

	.SectionItems .Lead1 {
	margin-top: 4%;
	font-size: 107%;
	}

	.SectionEachItem {
	margin-top: 4%;
	}

	.SectionEachItem .ItemMain {
	margin-bottom: 5%;
	}

	.SectionEachItem .ItemDetail .ItemPhotoL {
	padding-right: 2.5%;
	}
	
	.SectionEachItem .ItemDetail .ItemPhotoR {
	padding-left: 2.5%;
	}

	.SectionEachItem .ItemName1 {
	margin-top: 8%;
	font-size: 134%;
	}

	.SectionEachItem .ItemName1 span {
	display: inline-block;
	vertical-align: middle;
	}

	.SectionEachItem .ItemName1 .Sub {
	margin-left: 15px;
	}	

	.SectionEachItem .ItemName2 {
	margin-top: 0;
	font-size: 134%;
	}

	.SectionEachItem .ListKomeS {
	margin-top: 2%;
	}

	.SectionEachItem .BtnTo {
	margin-top: 4%;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* 映画紹介 --------------------------------------------------- */

.SectionMovie h2.Mds {
font-weight: 500;
}

.SectionMovie .Copyright {
text-align: center;
}

@media only screen and (max-width: 767px) {

	.SectionMovie {
	padding: 10% 0;
	}

	.SectionMovie .InBox {
	padding: 0 25px;
	}

	.SectionMovie .Photo {
	padding: 0 50px;
	}

	.SectionMovie h2.Mds {
	margin-top: 6%;
	font-size: 114%;
	text-align: center;
	}

	.SectionMovie .Lead1 {
	margin-top: 4%;
	}

	.SectionMovie .Copyright {
	margin-top: 6%;
	font-size: 80%;
	}

}

@media print, screen and (min-width: 768px) {

	.SectionMovie {
	padding: 6% 0;
	}

	.SectionMovie .InBox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 1020px;
	margin: 20px auto 0 auto;
	padding: 0 50px;
	}

	.SectionMovie .Photo {
	width: 42%;
	}

	.SectionMovie .LeadUnit {
	width: 58%;
	padding-left: 9%;
	}

	.SectionMovie h2.Mds {
	font-size: 147%;
	}

	.SectionMovie .Lead1 {
	margin-top: 4%;
	line-height: 2.3em;
	}

	.SectionMovie .Copyright {
	margin-top: 6%;
	font-size: 80%;
	}

}

@media print, screen and (min-width: 1090px) {

}



/* ■ 装飾 ==================================================================================== */

.Deco {
position: relative;
}

.Deco .Icon {
position: absolute;
left: 50%;
top: 50%;
}

@media only screen and (max-width: 767px) {

	.Deco {
	height: 400px;
	}

	.Deco .Icon {
	width: 280px;
	margin-left: -140px;
	margin-top: -140px;
	}

}

@media only screen and (max-width: 372px) {

	.Deco .Icon {
	width: 240px;
	margin-left: -120px;
	margin-top: -120px;
	}

}

@media print, screen and (min-width: 768px) {

	.Deco {
	height: 400px;
	}

	.Deco .Icon {
	width: 300px;
	margin-left: -150px;
	margin-top: -150px;
	}

}

@media print, screen and (min-width: 1090px) {

	.Deco {
	height: 500px;
	}

	.Deco .Icon {
	width: 340px;
	margin-left: -170px;
	margin-top: -170px;
	}

}




/* ■ フッター ==================================================================================== */

/*
フッターセクション
SNSシェアボタン
ロゴ
オフィシャルSNS
Footer
ページの先頭へ
*/


/* フッターセクション --------------------------------------------------- */

.FooterWrap {
}

.FooterWrap .IconPorco {
margin: 0 auto;
text-align: center;
}

.FooterWrap .IconPorco img {
display: inline-block;
}
	
@media only screen and (max-width: 767px) {

	.FooterWrap {
	margin-top: 20px;
	padding-top: 30px;
	}

	.FooterWrap .IconPorco {
	margin-bottom: 20px;
	width: 134px;
	}

	.FooterWrap .IconPorco img {
	margin-left: -6%;
	}
		
}

@media print, screen and (min-width: 768px) {

	.FooterWrap {
	margin-top: 20px;
	padding-top: 60px;
	}

	.FooterWrap .IconPorco {
	margin-bottom: 50px;
	width: 268px;
	}

	.FooterWrap .IconPorco img {
	margin-left: -6%;
	}
		
}

@media print, screen and (min-width: 1090px) {

}


/* ロゴ --------------------------------------------------- */

#Logo {
text-align: center;
}

@media only screen and (max-width: 767px) {

	#Logo {
	margin-bottom: 30px;
	}

	#Logo img {
	width: 120px;
	height: auto;
	}
	
}

@media print, screen and (min-width: 768px) {

	#Logo {
	margin-bottom: 30px;
	}

	#Logo img {
	width: 140px;
	height: auto;
	}
	
}


/* オフィシャルSNS --------------------------------------------------- */

#OfficialSNS {
text-align: center;
}

@media only screen and (max-width: 767px) {

	#OfficialSNS {
	margin-bottom: 20px;
	}
	
	#OfficialSNS ul li {
	display: inline;
	margin: 0 10px;
	}
	
	#OfficialSNS ul li img {
	width: 30px;
	height: auto;
	}

}

@media print, screen and (min-width: 768px) {

	#OfficialSNS {
	margin-bottom: 30px;
	}
	
	#OfficialSNS li {
	display: inline;
	margin: 0 15px;
	}
	
	#OfficialSNS li img {
	width: 26px;
	height: auto;
	}

}


/* Footer --------------------------------------------------- */

#Footer .Copyright {
font-size: 67%;
text-align: center;
}

@media only screen and (max-width: 767px) {

	#Footer {
	padding-bottom: 20px;
	}
	
	#Footer .Copyright {
	}

}

@media print, screen and (min-width: 768px) {

	#Footer {
	padding-bottom: 40px;
	text-align: center;
	}
	
}


/* ページの先頭へ --------------------------------------------------- */

#PageTop {
display: none;
position: fixed;
z-index: 10000;
opacity: 0.7;
}

@media only screen and (max-width: 767px) {

	#PageTop {
	bottom: 10px;
	right: 10px;
	}

	#PageTop {
	width: 40px;
	}

}

@media print, screen and (min-width: 768px) {

	#PageTop {
	bottom: 20px;
	right: 20px;
	}
	
}