@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: #fbfbc5;
	-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: #fff;
		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;
	}
}
/* SPのみ */
@media all and (max-width: 750px) {
	body{
		width: 100%;
	}
	#all{
		width: 100%;
		overflow: hidden;
	}
}



/* ---------------------------------------------------------------
	Animation
--------------------------------------------------------------- */
.fadein,.order:not(.anim-upMask) {
	opacity: 0;
	transition: all .5s;
}
.fadein.anim-up,
.order.anim-up {
	transform: translate(0, 20px);
}
.fadein.anim-down,
.order.anim-down {
	transform: translate(0, -20px);
}
.fadein.anim-right,
.order.anim-right {
	transform: translate(-30px, 0);
}
.fadein.anim-left,
.order.anim-left {
	transform: translate(30px, 0);
}
.fadein.anim-zoom,
.order.anim-zoom {
	transform: scale(0.8);
}
.anim-kira {
	animation: blink 0.7s linear infinite alternate;
}
@keyframes blink{
    0%,50% {opacity:0;}
    50.1%,100% {opacity:1;}
}
.anim-upMask-box {
	position: relative;
	overflow: hidden;
}
.anim-upMask-box::before {
	content: "";
	display: block;
	background-color: #fff;
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s cubic-bezier(0.83, 0, 0.17, 1);
}
.scrollin.anim-upMask .anim-upMask-box::before {
	transform: translateY(-105%);
}
.fadein.scrollin,
.order.scrollin{
	opacity: 1;
	transform: translate(0, 0) scale(1) rotateX(0deg);
}

/* ---------------------------------------------------------------
	Content
--------------------------------------------------------------- */
article > div{
	position: relative;
}
.pa{
	position: absolute;
}
.z3 {
	z-index: 3;
}
.elm01_01 {
	top: 21.3%;
    left: 3.6%;
}
.elm01_02 {
	/* top: 36.3%; */
	top: 53.3%;
    left: 3.1%;
}
.elm01_03 {
	/* top: 13.9%; */
	top: 7.9%;
    left: 79%;
}
.elm01_04 {
	top: 77.6%;
    left: 0;
}
.elm02_01 {
	top: 3.6%;
    left: 0;
}
.elm02_kira {
	top: 16.6%;
    left: 46.8%;
}
.elm02_02 {
	top: 37.7%;
    left: 0;
}
.elm02_03 {
	top: 58.6%;
    left: 0;
}
.elm02_04 {
	top: 86.9%;
    left: 0;
}
.elm03_01 {
	top: 10.6%;
    left: 0;
}
.elm03_02 {
	top: 85.7%;
    left: 0;
}
.elm04_01-02 {
	width: 100%;
	top: 20.1%;
}
.elm04_02 {
	margin-top: -1.5%;
}
/* SP */
@media all and (max-width: 750px) {
	.elm01_01 {
		width: calc(414vw / 750 * 100);
	}
	.elm01_02 {
		width: calc(332vw / 750 * 100);
	}
	.elm01_03 {
		width: calc(149vw / 750 * 100);
	}
	.elm02_kira {
		width: calc(238vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	.elm01_01 {
		width: calc(414 / 750 * 400px);
	}
	.elm01_02 {
		width: calc(332 / 750 * 400px);
	}
	.elm01_03 {
		width: calc(149 / 750 * 400px);
	}
	.elm02_kira {
		width: calc(238 / 750 * 400px);
	}
}
/* ---------------------------------------------------------------
	Footer
--------------------------------------------------------------- */
footer{
	background-color: #f8f78b;
	padding: 10% 0 5%;
	font-size: 19.5px;
}
.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:nth-child(2){
	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);
	}
	.logo{
		width: calc(321vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	footer{
		font-size: calc(19.5 / 750 * 400px);
	}
	.logo{
		width: calc(321 / 750 * 400px);
	}
}


/* ---------------------------------------------------------------
	プルダウンリンクボタン
--------------------------------------------------------------- */
.acMenu{
	z-index: 3;
	position: relative;
}
.acMenu dt{
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-size:calc(345vw / 750 * 100) auto;
	background-position: center;
	display:block;
	text-align:center;
	cursor:pointer;
}
.btnS .acMenu dt{
	background-image:url("img/btn_link_down.png");
}
.btnS .acMenu dt.active{
	background-image:url("img/btn_link_up.png");
}
.btnSeries .acMenu dt{
	background-image:url("img/srs/btn_link_down.png");
	background-size:100% auto;
}
.btnSeries .acMenu dt.active{
	background-image:url("img/srs/btn_link_up.png");
}
.acMenu dd{
	text-align:center;
	display:none;
}
.acMenu dd{
	text-align:center;
	display:none;
}
.acMenu dd img{
	width: 100%;
}
.acdl dt{
	height: calc(103vw / 750 * 100);
	transition: 0.3s;
}
.acdl dd a{
	margin: calc(15vw / 750 * 100) auto 0;
	display: block;
	position: relative;
	width: calc(345vw / 750 * 100);
}
.btnSeries .acdl dd a {
	width: calc(648vw / 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");
	}
	.btnSeries .acdl dt:hover{
		background-image:url("img/srs/btn_link_down_h.png");
	}
	.btnSeries .acMenu dt.active:hover{
		background-image:url("img/srs/btn_link_up_h.png");
	}

	.acdl dt {
		height: calc(103 / 750 * 400px);
		background-size:calc(345 / 750 * 400px) auto;
	}
	.acdl dd a{
		margin: calc(15 / 750 * 400px) auto 0;
		width: calc(345 / 750 * 400px);
	}
	.btnSeries .acdl dd a {
		width: calc(648 / 750 * 400px);
	}
}


.store_btn {
	position: absolute;
	display: block;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
}
.store_btn_bg {
	position: relative;
	background-color: #f8f78b;
	height: 110px;
	box-sizing: border-box;
}
.store_btn_bg .store_btn {
	padding: 20px 0px 40px;
}
.pulldown_04L01 {
	left: -49.7%;
    top: 55.5%;
}
.pulldown_04R01 {
	right: -49.7%;
    top: 55.5%;
}
.pulldown_04L02 {
	left: -49.7%;
    top: 92.9%;
}
.pulldown_04R02 {
	right: -49.7%;
    top: 92.9%;
}

@media all and (max-width: 750px) {
	.store_btn {
		width: calc(345vw / 750 * 100);
	}
	.store_btn.btnSeries {
		width: calc(648vw / 750 * 100);
	}
}
@media all and (min-width: 751px) {
	.store_btn {
		width: calc(345 / 750 * 400px);
	}
	.store_btn.btnSeries {
		width: calc(648 / 750 * 400px);
	}
}
