@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: #dcf4fc;
	-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;
}

/* PCのみ */
@media all and (min-width: 751px) {
	#all{
		width: 400px;
		margin: auto;
		background: #7fd7f3;
		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;
		background: #7fd7f3;
	}
}





/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
article > div{
	position: relative;
}
.pr{
	position: relative;
}
.pa{
	position: absolute;
}
.z2{
	z-index: 2;
}
.elmfv_01{
	top: 6.5%;
    left: 0;
}
.elmfv_02{
	top: 83%;
    left: 7%;
}
.elm01_01{
	top: 3.5%;
    left: 0;
}
.elm02_01{
	top: 39.8%;
    left: 0;
}
.elm03_01{
	top: 1.5%;
    left: 0;
}
.elm03_02{
	top: 66%;
    left: 0;
}
.elm04_01{
	top: 11.3%;
    left: 2%;
}
.elm04_02{
	top: 33%;
    left: 0;
}
.elm04_03{
	top: 60.6%;
    left: 16.5%;
}
.elm04_04{
	top: 76.9%;
    left: 0;
}



/* SP */
@media all and (max-width: 750px) {
	.elmfv_02{
		width: calc(371vw / 750 * 100);
	}
	.elm04_01,
	.elm04_03{
		width: calc(165vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	.elmfv_02{
		width: calc(371 / 750 * 400px);
	}
	.elm04_01,
	.elm04_03{
		width: calc(165 / 750 * 400px);
	}
}
/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	background-image: url("img/bg_ft.jpg");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
	padding-top: 8.5%;
	font-size: 19.5px;
	box-sizing: border-box;
}
.logo{
	display: inline-block;
}
footer ul{
	margin-top: 5%;
	list-style: none;
	display: flex;
	justify-content: center;
}
footer ul li{
	padding: 0 1em;
	line-height: 1;
	color: #000;
}
footer ul li:first-child{
	border-right: 1px solid #000;
}
footer ul li a{
	color: #000;
	text-decoration: none;
}
address{
	font-style: normal;
	line-height: 2;
	color: #000;
}
/* SP */
@media all and (max-width: 750px) {
	footer{
		font-size: calc(19.5vw / 750 * 100);
		height: calc(560vw / 750 * 100);
	}
	.logo{
		width: calc(313vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	footer{
		font-size: calc(19.5 / 750 * 400px);
		height: calc(560 / 750 * 400px);
	}
	.logo{
		width: calc(313 / 750 * 400px);
	}
}


/* ---------------------------------------------------------------
	プルダウンリンクボタン
--------------------------------------------------------------- */
.acMenu{
	z-index: 3;
	position: relative;
}
.acMenu dt{
	text-indent: -9999px;
	background-image:url("img/btn_link_down.png");
	background-repeat: no-repeat;
	background-size:100% auto;
	display:block;
	text-align:center;
	cursor:pointer;
	transition: 0.3s;
}
.btn_S .acMenu dt {
	background-image:url("img/btn_link_s_down.png");
}
.acMenu dt.active{
	background-image:url("img/btn_link_up.png");
}
.btn_S .acMenu dt.active{
	background-image:url("img/btn_link_s_up.png");
}
.acMenu dd{
	text-align:center;
	display:none;
}
.acMenu dd{
	text-align:center;
	display:none;
}
.acMenu dd div a{
	display: block;
}
.acMenu dd img{
	width: 100%;
}
.acdl dt{
	transition: 0.3s;
}
.acdl dd a{
	display: block;
}
.store_btn{
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	z-index: 5;
}
.pulldown_01 {
	top: 89%;
}
.pulldown_04 {
	top: 55%;
}
.pulldown_04_s {
	top: 96%;
}


@media all and (max-width: 750px) {
	.store_btn,.acdl dt{
		width: calc(578vw / 750 * 100);
		height: calc(115vw / 750 * 100);
	}
	.acdl dd a{
		margin-top: 1vw;
	}
}
@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");
	}
	.btn_S .acdl dt:hover{
		background-image:url("img/btn_link_s_down_h.png");
	}
	.btn_S .acMenu dt.active:hover{
		background-image:url("img/btn_link_s_up_h.png");
	}
	.store_btn,.acdl dt{
		width: calc(578 / 750 * 400px);
		height: calc(116 / 750 * 400px);
	}
	.acdl dd a{
		margin-top: 4px;
	}
}



.bnrCol {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 5;
}
.bnrCol dt,
.bnrCol dd{
	width: calc(740vw / 750 * 100);
	margin: 0 auto;
}
.bnrCol dd div{
	display: flex;
	justify-content: space-between;
}
.bnrCol dd{
	display: none;
	position: absolute;
	bottom: calc(170vw / 750 * 100);
	left: 0;
	right: 0;
}
.bnrCol dt{
	cursor: pointer;
	transition: 0.3s;
}
.bnrCol dd div a{
	width: calc(239vw / 750 * 100);
}
.bnrCol{
	bottom: 0.5%;
}
@media all and (max-width: 750px) {

}
@media all and (min-width: 751px) {
	.bnrCol dt,
	.bnrCol dd{
		width: calc(740 / 750 * 400px);
	}
	.bnrCol dd{
		bottom: calc(170 / 750 * 400px);
	}
	.bnrCol dd div a{
		width: calc(239 / 750 * 400px);
	}
	.bnrCol dt:hover{
		opacity: 0.7;
	}
}



/* ---------------------------------------------------------------
	Animation
--------------------------------------------------------------- */
.fadein-top{
	opacity: 0;
	transition: all .6s;
}
.fadein-top.elmfv_01{
	transform: scale(0.8);
}
.fadein-top.scrollin-top{
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.fadein,.order:not(.listW){
	opacity: 0;
	transition: all .5s;
}
.fadein.anim-up,
.order.anim-up{
	transform: translate(0, 20px);
}
.fadein.anim-down{
	transform: translate(0, -20px);
}
.fadein.anim-right{
	transform: translate(-30px, 0);
}
.fadein.anim-left{
	transform: translate(30px, 0);
}
.fadein.anim-zoom,
.order.anim-zoom{
	transform: scale(0.8);
}

@keyframes img-wrap {
	100% {
		transform: translateX(110%);
	}
}
.fadein.scrollin,
.order.scrollin{
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
