@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: #f0feff;
	-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;
	}
	
	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;
	}
	a:hover {
		text-decoration: none;
		opacity: 0.7;
	}
	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: 1%;
    left: 49.6%;
}
.elm01_02 {
    top: 33.6%;
    left: 0;
}
.elm01_03 {
    top: 47.3%;
    left: 0;
}
.elm01_04 {
    top: 60.8%;
    left: 0;
}
.elm01_05 {
    top: 73.7%;
    left: 0;
}
.elm01_06 {
    top: 87.1%;
    left: 0;
}
.elm02_01 {
    top: 0;
    left: 0;
}
.elm02_02 {
    top: 25%;
    left: 8.5%;
}
.elm03_01 {
    top: 24.2%;
    left: 0;
}
.elm03_02 {
    top: 52.3%;
    left: 0;
}
.elm03_03 {
    top: 76.3%;
    left: 0;
}
.elm04_01 {
    top: 25.6%;
    left: 0;
}
.elm04_02 {
    top: 50%;
    left: 0;
}
.elm04_03 {
    top: 78.9%;
    left: 0;
}

/* SP */
@media all and (max-width: 750px) {
	.elm01_01 {	width: calc(118 / 750 * 100vw); }
	.elm02_02 {	width: calc(233 / 750 * 100vw); }
}
@media all and (min-width: 751px) {
	.elm01_01 { width: calc(118 / 750 * 400px); }
	.elm02_02 {	width: calc(233 / 750 * 400px); }
}

/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer {
	background-color: #fff570;
	padding: 9% 0 5%;
	font-size: 19.5px;
	box-sizing: border-box;
}
.logo {
	display: inline-block;
}
footer ul {
	margin-top: 8%;
	list-style: none;
	display: flex;
	justify-content: center;
}
footer ul li {
	padding: 0 1em;
	line-height: 1;
	color: #000000;
}
footer ul li:first-child {
	border-right: 1px solid #000000;
}
footer ul li a {
	color: #000000;
	text-decoration: none;
}
address {
	font-style: normal;
	line-height: 2;
	color: #000000;
}
.txt-att {
	display: block;
	margin-top: 4%;
}
/* SP */
@media all and (max-width: 750px) {
	footer {
		font-size: calc(19.5vw / 750 * 100);
	}
	.logo {
		width: calc(468vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	footer {
		font-size: calc(19.5 / 750 * 400px);
	}
	.logo {
		width: calc(468 / 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;
}
.acMenu dt{
	background-image:url("img/btn_link_down.png");
}
.acMenu dt.active{
	background-image:url("img/btn_link_up.png");
}
.btnCheck .acMenu dt {
	background-image:url("img/check/btn_link_down.png");
}
.btnCheck .acMenu dt.active{
	background-image:url("img/check/btn_link_up.png");
}
.acMenu dd {
	text-align:center;
	display:none;
}
.acMenu dd a {
	display: block;
}
.acMenu dd img {
	width: 100%;
}
.acdl dt {
	transition: 0.3s;
}
.store_btn {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	z-index: 4;
}
.pulldown_fv {
	top: 92.9%;
}
.pulldown_02 {
	top: 86.3%;
}
.pulldown_05 {
	top: 92.2%;
}

@media all and (max-width: 750px) {
	.store_btn,.acdl dt {
		width: calc(428 / 750 * 100vw);
		height: calc(88 / 750 * 100vw);
	}
	.acdl dd a {
		margin-top: 1.5vw;
	}
}
@media all and (min-width: 751px) {
	.acdl dt:hover {
		background-image:url("img/btn_link_down_h.png");
	}
	.acMenu dt.active:hover {
		background-image:url("img/btn_link_up_h.png");
	}
	.btnCheck .acdl dt:hover {
		background-image:url("img/check/btn_link_down_h.png");
	}
	.btnCheck .acMenu dt.active:hover {
		background-image:url("img/check/btn_link_up_h.png");
	}
	.store_btn,.acdl dt {
		width: calc(428 / 750 * 400px);
		height: calc(88 / 750 * 400px);
	}
	.acdl dd a {
		margin-top: 6px;
	}
}

/* ---------------------------------------------------------------
	Animation
--------------------------------------------------------------- */
.fadein-top {
	opacity: 0;
	transition: all .5s ease-in-out;
}
.fadein-top.scrollin-top {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.fadein,.fadeinAcd,.order {
	opacity: 0;
	transition: all .5s;
}
.anim-up {
	transform: translate(0, 20px);
}
.anim-zoom {
	transform: scale(0.8);
}
.anim-right {
	transform: translate(-30px, 0);
}
.anim-left {
	transform: translate(30px, 0);
}
.fadein.scrollin,
.fadeinAcd.scrollin,
.order.scrollin {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.fadein.delay05s {
	transition-delay: 0.5s;
}