@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:transparent;font-weight:normal;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}


/*================================================
 *  コンテンツ
 ================================================*/

#wrapper {
	background: #fff;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: center;
	line-height: 0;
	container-type: inline-size;
}

img {
	width: 100%;
	margin: 0;
	padding: 0;
	display: block;
}

a {
	display: block
}

.btn img {
	transition: .3s
}

.btn img:hover {
	transform: scale(1.1)
}

.btn-a {
	width: 40.8%;
}

.btn-a img {
	filter: drop-shadow(.5vw .5vw .3vw rgba(158,139,145,.9));

	@media (min-width: 768px) {
		filter: drop-shadow(.5cqw .5cqw .3cqw rgba(158,139,145,.9));
	}
}

.absolute-parent {
	position: relative;
}

.centering-container {
	position: absolute;
	width: 100%;
	top: 1.8%;
	left: 0;
	display: flex;
	justify-content: center;
}

.img-02 {
	width: 96%;
}

.img-21 {
	position: absolute;
	width: 100%;
	top: 5.1%;
	left: 0;
}

.flex-btn-container__common-allitems {
	position: absolute;
	width: 100%;
	top: 49.3%;
	left: 0;
	display: flex;
	justify-content: center;
	column-gap: 4.56%;
}

.btn-container__common-allitems {
	position: absolute;
	width: 100%;
	top: 84.5%;
	left: 0;
	display: flex;
	justify-content: center;
}

.outer__img-03 {
	height: 106.9vw;

	@media (min-width: 768px) {
		height: 106.9cqw;
	}
}

.img-03 {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
}

.btn-b-01, .btn-b-02, .btn-b-03 {
	width: 78.4%;
}

.btn-b-01 {
	margin: 0 auto 8.4%;
}

.btn-b-02 {
	margin: 0 auto 2.7%;
}

.btn-b-03 {
	margin: 0 auto 2.5%;
}

/* Footer */
.btn-onlineshop {
	width: 100%;
	height: 42.5vw;
	display: flex;
	align-items: center;
	justify-content: center;
	background: url("../images/onlineshop_bg.jpg") center center / cover;

	@media (min-width: 768px) {
		height: 42.5cqw;
	}
}

.btn-onlineshop img {
	width: 68.6%;
	filter: drop-shadow(.4vw .4vw .3vw rgba(0,0,0,.18));

	@media (min-width: 768px) {
		filter: drop-shadow(.4cqw .4cqw .3cqw rgba(0,0,0,.18));
	}
}

.btn-onlineshop:hover img {
	opacity: .7;
}

.copyright{
	background: #333;
	color: #fff;
	font-size: clamp(10px, 1.4vw, 14px);
	letter-spacing: .1em;
	padding: 0.34% 0;
	text-align: center;
	line-height: 2.3;
	font-family: '游明朝', 'Yu Mincho', 'YuMincho', 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGS明朝E', 'メイリオ', 'Meiryo', 'serif';

	@media (min-width: 768px) {
		font-size: 1.4cqw;
	}
}


/* animation */
@keyframes motion_float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(1cqw);
	}
	100% {
		transform: translateY(0);
	}
}

@keyframes motion_float__u767px {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(1vw);
	}
	100% {
		transform: translateY(0);
	}
}

.motion_float {
	animation: motion_float__u767px 2s infinite;

	@media (min-width: 768px) {
		animation: motion_float 2s infinite;
	}
}
