@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: #fae7d9;
	-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: 21.4%;
    left: 0;
}
.elm01_02 {
	top: 32.2%;
    left: 0;
}
.elm02_01 {
	top: 6.4%;
    left: 0;
}
.elm02_02 {
	top: 38.3%;
    left: 0;
}
.elm02_03 {
	top: 71.2%;
    left: 0;
}
.elm03_01 {
	top: 9.5%;
    left: 22.5%;
}
.elm03_02 {
	top: 40.7%;
    left: 56.8%;
}
.elm04_phCol {
	overflow: hidden;
    left: 0;
}
.elm04_phCol.elm04_01Col {
	top: 13.5%;
}
.elm04_phCol.elm04_02Col {
	top: 53.2%;
}

/* SP */
@media all and (max-width: 750px) {
	.elm03_01 {
		width: calc(441vw / 750 * 100);
	}
	.elm03_02 {
		width: calc(283vw / 750 * 100);
	}
	.elm04_phCol {
		height: calc(411vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	.elm03_01 {
		width: calc(441 / 750 * 400px);
	}
	.elm03_02 {
		width: calc(283 / 750 * 400px);
	}
	.elm04_phCol {
		height: calc(411 / 750 * 400px);
	}
}

/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer {
	background-image:url("img/bg_ft.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100%;
	padding: 7% 0 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: #a27b2e;
}
footer ul li:first-child {
	border-right: 1px solid #a27b2e;
}
footer ul li a {
	color: #a27b2e;
	text-decoration: none;
}
address {
	font-style: normal;
	line-height: 2;
	color: #a27b2e;
}
/* 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;
}
.btnB .acMenu dt{
	background-image:url("img/btn_link_down_b.png");
}
.btnB .acMenu dt.active{
	background-image:url("img/btn_link_up_b.png");
}
.btnY .acMenu dt{
	background-image:url("img/btn_link_down_y.png");
}
.btnY .acMenu dt.active{
	background-image:url("img/btn_link_up_y.png");
}
.btnL .acMenu dt{
	background-image:url("img/long/btn_link_down.png");
}
.btnL .acMenu dt.active{
	background-image:url("img/long/btn_link_up.png");
}
.acMenu dd {
	text-align:center;
	display:none;
}
.acMenu dd a {
	display: block;
}
.acMenu dd img {
	width: 100%;
}
.acdl dt {
	height: calc(105 / 750 * 400px);
	transition: 0.3s;
}
.store_btn {
	position: absolute;
	left: 0;
	right: 0;
	display: block;
	margin: auto;
	z-index: 4;
}
.store_btn.btnB {
	z-index: 5;
}
.pulldown_fv {
	top: 85.9%;
}
.pulldown_01 {
	top: 86.1%;
}
.pulldown_04_1 {
	top: 39.8%;
    left: -26.8%;
}
.pulldown_04_2 {
	top: 79.5%;
    left: -26.8%;
}


@media all and (max-width: 750px) {
	.store_btn,.acdl dt {
		width: calc(509vw / 750 * 100);
		height: calc(105vw / 750 * 100);
	}
	.acdl dd a {
		margin-top: 1.5vw;
	}
	.btnL.store_btn, .btnL .acdl dt {
		width: calc(650vw / 750 * 100);
	}
}
@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");
	}
	.store_btn,.acdl dt {
		width: calc(509 / 750 * 400px);
		height: calc(105 / 750 * 400px);
	}
	.acdl dd a {
		margin-top: 6px;
	}
	.btnL .acdl dt:hover{
		background-image:url("img/long/btn_link_down_h.png");
	}
	.btnL .acMenu dt.active:hover{
		background-image:url("img/long/btn_link_up_h.png");
	}
	.btnL.store_btn, .btnL .acdl dt {
		width: calc(650 / 750 * 400px);
	}
}


/* ---------------------------------------------------------------
	Animation
--------------------------------------------------------------- */
.fadein-top {
	opacity: 0;
	transition: all .5s ease-in-out;
}
.fadein-top.elmfv_01 {
	transform: scale(0.8);
}
.fadein-top.scrollin-top {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.fadein:not(.anim-line),.order {
	opacity: 0;
	transition: all .5s;
}
.anim-up {
	transform: translate(0, 20px);
}
.anim-down {
	transform: translate(0, -20px);
}
.anim-right {
	transform: translate(-30px, 0);
}
.anim-left {
	transform: translate(30px, 0);
}
.anim-zoom {
	transform: scale(0.8);
}
.anim-fuwa {
	animation: floating 2s ease-in-out infinite alternate-reverse;
}
@keyframes floating {
	0% {
	  transform: translateY(-3%);
	}
	100% {
	  transform: translateY(3%);
	}
  }
.fadein:not(.anim-line).scrollin,
.order.scrollin {
	opacity: 1;
	transform: translate(0, 0) scale(1);
}
.fadein.delay05s {
	transition-delay: 0.5s;
}