@charset "utf-8";

/* ---------------------------------------------------------------
	Base
--------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.7;
	word-break: normal;
	overflow-wrap: break-word;
	word-wrap: break-word;
	background-color: #eee6da;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}

a {
	color: #333;
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: auto;
	pointer-events: none;
	-webkit-touch-callout:none;
	user-select:none;
}

ul,li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl,dd {
	margin: 0;
	padding: 0;
}

#all {
	background: #fff;
}

/* PCのみ */
@media all and (min-width: 751px) {
	#all {
		width: 400px;
		margin: auto;
		box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 15%);
		overflow: hidden;
		background: #eee6da;
		background-attachment: fixed;
	}
	body:before{
		content:"";
		display:block;
		position:fixed;
		top:0;
		left:0;
		z-index:-1;
		width:100%;
		height:100vh;
		background: #eee6da;
		background-size:cover;
	}
	
	a,
	a img {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		-ms-transition: 0.3s;
		transition: 0.3s;
		-webkit-transition-property: opacity;
		-ms-transition-property: opacity;
		transition-property: opacity;
	}
	footer a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	footer a:hover img {
		opacity: 0.7;
		filter: alpha(opacity=70);
		-ms-filter: "alpha( opacity=70 )";
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body {
		width: 100%;
	}
	#all {
		width: 100%;
		overflow: hidden;
	}
}

/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
article > div {
	position: relative;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.z2 {
	z-index: 2;
}
.z3 {
	z-index: 3;
}
.elm01_01 {
	top: 7.2%;
    left: 0;
}
.elm01_02 {
	top: 19%;
    left: 0;
}
.elm01_03 {
	top: 47.1%;
    left: 0;
}
.elm01_04 {
	top: 75%;
    left: 0;
}
.btnCheck {
	left: 0;
	right: 0;
	margin: auto;
}
.btnCheck01 {
	top: 37.9%;
}
.btnCheck02 {
	top: 65.8%;
}
.btnCheck03 {
	top: 93.5%;
}
.elm02_01 {
	top: 16.2%;
    left: 0;
}
.elm02_02 {
	top: 35.6%;
    left: 0;
}
.elm02_03 {
	top: 46.6%;
    left: 0;
}
.elm02_04 {
	top: 57.6%;
    left: 0;
}
.elm02_05 {
	top: 66.9%;
    left: 3.5%;
}
.elm03_01 {
	top: 24.9%;
    left: 0;
}
.elm03_02 {
	top: 69.9%;
    left: 3.3%;
}
.elm03_03 {
	top: 75.4%;
    left: 3.3%;
}
.elm03_04 {
	top: 79.3%;
    left: 3.3%;
}
.movie01 {
	top: 48.9%;
}
.elm04_01 {
	top: 25.6%;
    left: 0;
}
.elm04_02 {
	top: 68.5%;
    left: 3.3%;
}
.elm04_03 {
	top: 74%;
    left: 3.3%;
}
.elm04_04 {
	top: 79.4%;
    left: 3.3%;
}
.movie02 {
	top: 49.4%;
}
.elm05_01 {
	top: 22.7%;
    left: 0;
}
.elm05_02 {
	top: 67.3%;
    left: 3.3%;
}
.elm05_03 {
	top: 72.5%;
    left: 3.3%;
}
.elm05_04 {
	top: 76.2%;
    left: 3.3%;
}
.movie03 {
	top: 47.7%;
}
.elm06_01 {
	top: 9.7%;
    left: 0;
}
.elm07_01 {
	top: 1.7%;
    left: 0;
}
.elm07_02 {
	top: 14.7%;
    left: 0;
}
.elm07_03 {
	top: 12.9%;
    right: 0;
}
.elm07_04 {
	top: 35%;
    right: 0;
}
.elm07_05 {
	top: 33.7%;
    left: 0;
}

.movie {
	right: 0;
	position: absolute;
 	z-index: 1;
}
.movie::before {
	content: "";
	position: absolute;
	display: block;
	z-index: 2;
	top: 0;
	left: 0;
	background-image:url("img/movie.png");
}

/* SP */
@media all and (max-width: 750px) {
	.btnCheck {
		width: calc(492 / 750 * 100vw);
	}
	.elm03_02 {
		width: calc(325 / 750 * 100vw);
	}
	.elm03_03 {
		width: calc(367 / 750 * 100vw);
	}
	.elm03_04 {
		width: calc(295 / 750 * 100vw);
	}
	.elm04_02 {
		width: calc(304 / 750 * 100vw);
	}
	.elm04_03 {
		width: calc(321 / 750 * 100vw);
	}
	.elm04_04 {
		width: calc(301 / 750 * 100vw);
	}
	.elm05_02 {
		width: calc(292 / 750 * 100vw);
	}
	.elm05_03 {
		width: calc(428 / 750 * 100vw);
	}
	.elm05_04 {
		width: calc(273 / 750 * 100vw);
	}
	.elm07_02 {
		width: calc(336 / 750 * 100vw);
	}
	.elm07_03 {
		width: calc(430 / 750 * 100vw);
	}
	.elm07_04 {
		width: calc(420 / 750 * 100vw);
	}
	.elm07_05 {
		width: calc(350 / 750 * 100vw);
	}
	video {
		width: calc(652 / 750 * 100vw);
	}
	.movie::before {
		background-size: calc(44 / 750 * 100vw);
		width: calc(44 / 750 * 100vw);
		height: calc(65 / 750 * 100vw);
	}
	.elm02_05 {
		width: calc(271 / 750 * 100vw);
	}
}
@media all and (min-width: 751px) {
	.btnCheck {
		width: calc(492 / 750 * 400px);
	}
	.elm03_02 {
		width: calc(325 / 750 * 400px);
	}
	.elm03_03 {
		width: calc(367 / 750 * 400px);
	}
	.elm03_04 {
		width: calc(295 / 750 * 400px);
	}
	.elm04_02 {
		width: calc(304 / 750 * 400px);
	}
	.elm04_03 {
		width: calc(321 / 750 * 400px);
	}
	.elm04_04 {
		width: calc(301 / 750 * 400px);
	}
	.elm05_02 {
		width: calc(292 / 750 * 400px);
	}
	.elm05_03 {
		width: calc(428 / 750 * 400px);
	}
	.elm05_04 {
		width: calc(273 / 750 * 400px);
	}
	.elm07_02 {
		width: calc(336 / 750 * 400px);
	}
	.elm07_03 {
		width: calc(430 / 750 * 400px);
	}
	.elm07_04 {
		width: calc(420 / 750 * 400px);
	}
	.elm07_05 {
		width: calc(350 / 750 * 400px);
	}
	video {
		width: calc(652 / 750 * 400px);
	}
	.movie::before {
		background-size: calc(44 / 750 * 400px);
		width: calc(44 / 750 * 400px);
		height: calc(65 / 750 * 400px);
	}
	.elm02_05 {
		width: calc(271 / 750 * 400px);
	}
}

/* ---------------------------------------------------------------
	Slide
--------------------------------------------------------------- */
.itemList {
	position: absolute;
	top: 22%;
	left: 0;
	right: 0;
	margin: auto;
	width: calc(630 / 750 * 100vw);
}
.itemListBox {
	box-sizing: border-box;
}
.itemListBox img {
	 width: 100%;
	display: block;
}
.slick-prev, .slick-next {
	position: absolute;
    top: inherit;
    display: block;
    padding: 0;
    cursor: pointer;
	z-index: 2;
	transition: 0.3s;
}
.slick-prev {
	left: -6.3%;
    top: 50.6%;
}
.slick-next {
	right: -6.3%;
    top: 50.6%;
}
.slick-prev, .slick-next {
	width: calc(20 / 750 * 100vw);
}
.slick-next::before,
.slick-prev::before{
   content: none;
}
@media all and (min-width: 751px) {
	.itemList {
		position: absolute;
		top: 22%;
		left: 0;
		right: 0;
		margin: auto;
		width: calc(630 / 750 * 400px);
	}
	.slick-prev, .slick-next {
		width: calc(20 / 750 * 400px);
	}
}

/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer {
	padding: 8% 0 5%;
	font-size: 19.5px;
	box-sizing: border-box;
	background-color: #432414;
}
.logo {
	display: inline-block;
}
footer ul {
	margin-top: 2%;
	list-style: none;
	display: flex;
	justify-content: center;
}
footer ul li {
	padding: 0 1em;
	line-height: 1;
	color: #fff;
}
footer ul li:first-child {
	border-right: 1px solid #fff;
}
footer ul li a {
	color: #fff;
	text-decoration: none;
}
address {
	font-style: normal;
	line-height: 2;
	color: #fff;
}
/* SP */
@media all and (max-width: 750px) {
	footer {
		font-size: calc(19.5vw / 750 * 100);
	}
	.logo {
		width: calc(282vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	footer {
		font-size: calc(19.5 / 750 * 400px);
	}
	.logo {
		width: calc(282 / 750 * 400px);
	}
}


/* ---------------------------------------------------------------
	リンクボタン
--------------------------------------------------------------- */
.acMenu {
	z-index: 3;
	position: relative;
}
.acMenu dt {
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size:100% auto;
	display:block;
	text-align:center;
	cursor:pointer;
	transition: 0.3s;
	background-image:url("img/btn_link_down.png");
	position: relative;
}
.acMenu dt.active{
	background-image:url("img/btn_link_up.png");
}

.btnS .acMenu dt {
	background-image:url("img/btns/btn_link_down.png");
}
.btnS .acMenu dt.active {
	background-image:url("img/btns/btn_link_up.png");
}
.btnL .acMenu dt {
	background-image:url("img/series/btn_link_down.png");
}
.btnL .acMenu dt.active {
	background-image:url("img/series/btn_link_up.png");
}
.acMenu dd {
	text-align:center;
	display:none;
	margin: auto;
}
.acMenu dd a {
	display: block;
}
.acMenu dd img {
	width: 100%;
}
.store_btn {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	z-index: 4;
}
.btnS.store_btn {
	right: inherit;
	margin: inherit;
	left: 34%;
}
.btn_01 {
	top: 86.4%;
}
.btn_01_2 {
	top: 69.1%;
}
.btn_02 {
	top: 92.4%;
}
.btn_03 {
	top: 96.7%;
}
.btn_04 {
	top: 96.7%;
}
.btn_05 {
	top: 92.9%;
}
.btn_07 {
	top: 86.3%;
}
.btn_08 {
	top: 83.3%;
}

@media all and (max-width: 750px) {
	.store_btn,.acdl dt {
		width: calc(646 / 750 * 100vw);
		height: calc(96 / 750 * 100vw);
	}
	.btnS.store_btn,.btnS .acdl dt {
		width: calc(462 / 750 * 100vw);
		height: calc(96 / 750 * 100vw);
	}
	.btnL.store_btn,.btnL .acdl dt {
		width: calc(610 / 750 * 100vw);
		height: calc(144 / 750 * 100vw);
	}
	.btnS .acdl dd {
		width: calc(464 / 750 * 100vw);
		margin: auto;
	}
	.btnL .acdl dd {
		width: calc(610 / 750 * 100vw);
		margin: auto;
	}
	.acdl dd a {
		margin-top: 1.5vw;
	}
}
@media all and (min-width: 751px) {
	.acMenu dt:hover {
		background-image:url("img/btn_link_down_h.png");
	}
	.btnS .acMenu dt:hover {
		background-image:url("img/btns/btn_link_down_h.png");
	}
	.btnL .acMenu dt:hover {
		background-image:url("img/series/btn_link_down_h.png");
	}
	.acMenu dt.active:hover {
		background-image:url("img/btn_link_up_h.png");
	}
	.btnS .acMenu dt.active:hover {
		background-image:url("img/btns/btn_link_up_h.png");
	}
	.btnL .acMenu dt.active:hover {
		background-image:url("img/series/btn_link_up_h.png");
	}
	.store_btn,.acdl dt {
		width: calc(646/ 750 * 400px);
		height: calc(96 / 750 * 400px);
	}
	.btnS.store_btn,.btnS .acdl dt {
		width: calc(462 / 750 * 400px);
		height: calc(96 / 750 * 400px);
	}
	.btnL.store_btn,.btnL .acdl dt {
		width: calc(610 / 750 * 400px);
		height: calc(144 / 750 * 400px);
	}
	.btnS .acdl dd {
		width: calc(464 / 750 * 400px);
		margin: auto;
	}
	.btnL .acdl dd {
		width: calc(610 / 750 * 400px);
		margin: auto;
	}
	.acdl dd a {
		margin-top: 6px;
	}
}

.acMenu dd a {
	transition: all .2s ease-in-out;
}
@media all and (min-width: 751px) {
	.acMenu dd a:hover {
		opacity: 0.8;
	}
}


/* ---------------------------------------------------------------
	Animation
--------------------------------------------------------------- */
.fadein:not(.anim-blur),.order {
	opacity: 0;
	transition: all .5s;
}
.fadein.anim-blur {
	opacity: 0;
	transition: all .8s;
}
.anim-up {
	transform: translate(0, 20px);
}
.anim-down {
	transform: translate(0, -20px);
}
.anim-right {
	transform: translate(-30px, 0);
}
.anim-blur {
	filter: blur(20px);
	opacity: 0;
}
.anim-zoom {
	transform: scale(0.8);
}
.anim-popup01 {
	transform: translate(-20px, 20px) scale(0.8);
	transition: all .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.anim-popup02 {
	transform: translate(20px, 20px) scale(0.8);
	transition: all .3s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.anim-tl {
	transform: translate(-30px, -30px);
}
.anim-tr {
	transform: translate(30px, -30px);
}
.anim-bl {
	transform: translate(-30px, 30px);
}
.anim-br {
	transform: translate(30px, 30px);
}
.fadein.scrollin:not(.anim-blur),
.order.scrollin {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.fadein.scrollin.anim-blur {
	filter: blur(0);
	opacity: 1;
}
.fadeout.scrollin {
	opacity: 0;
	visibility: hidden;
}
.fadein.delay05s,
.fadeout.delay05s {
	transition-delay: 0.5s;
}