@charset "UTF-8";
/* -----------------------------------------
Reset
------------------------------------------*/
*,
*::before,
*::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight: inherit;
	font-size: inherit;
	font-style: inherit;
	-webkit-tap-highlight-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
ol {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

/* Normal style */
sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

em,
strong {
	font-weight: 700;
}

/* basics */
html {
	font-size: 62.5%;
	background-color: #fff;
}

html.locked {
	position: fixed;
	overflow: hidden;
}

@media (min-width: 768px) {
	html {
		overflow-y: scroll;
	}
}

body {
	font-size: 1.6rem;
	line-height: 1.875;
	font-family: "Noto Sans JP", sans-serif;
	color: #410F23;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
}

@media (min-width: 768px) {
	body {
		min-width: 1024px;
		overflow: hidden;
	}
}

a {
	/* display: block; */
	text-decoration: none;
	outline: none;
	/* line-height: inherit; */
}

@media (min-width: 768px) {
	a[href^="tel"] {
		pointer-events: none;
	}
}

img {
	width: 100%;
	vertical-align: top;
}

sup {
	top: -0.5em;
	font-size: 0.9rem;
}

@media (min-width: 768px) {
	sup {
		font-size: 1.2rem;
	}
}

iframe {
	border: 0;
}

/* -----------------------------------------
layout
------------------------------------------*/
.l-footer {
	margin-top: 0;
}

.maincts {
	position: relative;
}

.maincts::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 35px;
	width: calc((167 / 375 ) * 100vw);
	max-width: 318px;
	height: auto;
	aspect-ratio: 167 / 61;
	background: url(/goods/img/char_train.svg) no-repeat 0 0;
	background-size: cover;
	z-index: 2;
}

@media print, screen and (768px <= width) {
	.maincts::after {
		right: auto;
		left: calc(50% - 258px);
		width: 318px;
		height: 117px;
		aspect-ratio: 318 / 117;
	}
}

/*
common
------------------------------------------*/

.noto {
	font-family: 'Noto Sans JP', sans-serif;
}

.m1plus {
	font-family: 'M PLUS 1', sans-serif;
}

.pc-v { display: none !important;}
.sp-v { display: block !important;}

@media print, screen and (768px <= width) {
	.pc-v { display: block !important;}
	.sp-v { display: none !important;}
}

.container {
	position: relative;
	z-index: 1;
}

.text-pink {
	color: #EB6EA5;
}

.text-ex {
	font-size: 1.4rem;
}

/* 汎用h2 */
.subtitle {
	position: relative;
	margin-bottom: 45px;
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.23;
	text-align: center;
	z-index: 1;
}

.subtitle::after {
	content: '';
	display: block;
	width: 60px;
	height: 9px;
	margin: 16px auto 0;
	background-color: #EB6EA5;
	border-radius: 30px;
}

@media print, screen and (768px <= width) {
	.subtitle {
		position: relative;
		margin-bottom: 60px;
		font-size: 3.6rem;
	}
}

/* 汎用h3 */
.sttl {
	position: relative;
	padding: 5px 10px;
	margin-bottom: 32px;
	background-color: #F5F5F5;
	border-radius: 4px;
	color: #333;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.6;
}

.sttl::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 10px;
	width: 6px;
	height: calc(100% - 14px);
	background-color: #EB6EA5;
	border-radius: 5px;
	transform: translateY(-50%);
}

.sttl span {
	padding-left: 20px;
}

@media print, screen and (768px <= width) {
	.sttl {
		font-size: 2.5rem;
	}

	.sttl::before {
		height: calc(100% - 16px);
	}

	.sttl span {
		padding-left: 26px;
	}
}

/* 汎用grid */
.grid {
	display: grid;
	gap: 40px 0;
}

@media print, screen and (768px <= width) {
	.grid.grid--2up {
		grid-template-columns: repeat(2, 1fr);
		gap: 60px;
	}

	.grid.grid--3up {
		grid-template-columns: repeat(3, 1fr);
		gap: 60px;
	}
}

/* ヘッダー
----------------------------------------------------------------- */
.header {
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	z-index: 1;
}

.header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 155px;
	display: block;
	width: 100%;
	height: 100%;
	background: url(/goods/img/bg_header.png) repeat-x 0 0;
	background-size: auto 60px;
}

.header	.sitelogo {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 155px;
	padding: 20px 22px;
	background-color: #fff;
	border-radius: 0 0 20px 0;
	line-height: 1;
}

.header	.sitelogo > img {
	height: 21px;
}

@media print, screen and (768px <= width) {
	.header {
		height: 100px;
	}

	.header::after {
		left: 240px;
		height: 100%;
		background: url(/goods/img/bg_header.png) repeat-x 0 0;
		background-size: auto 100px;
	}

	.header	.sitelogo {
		width: 240px;
		padding: 33px 35px;
		border-radius: 0 0 50px 0;
	}

	.header	.sitelogo > img {
		height: 33px;
	}
}

/* メインエリア
----------------------------------------------------------------- */
/* billboard */
.billboard {
	padding-top: 77px;
	background-color: #FFEEF6;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	overflow: hidden;
}

.billboard .detail {
	position: relative;
	padding: 47px 14px 20px;
	margin-bottom: 20px;
	color: #410F23;
	z-index: 1;
}

.billboard .detail::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 134px;
	height: 234px;
	background: url(/goods/img/bg_door.svg) no-repeat 0 0;
	background-size: cover;
	z-index: -1;
}

.billboard .title {
	font-family: 'M PLUS 1', sans-serif;
	font-size: 3.3rem;
	font-weight: 900;
	line-height: 1.42;
}

.billboard .title > span {
	display: block;
	width: calc((220 / 375) * 100vw);
	max-width: 285px;
}

.billboard .text {
	margin-top: 9px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.6;
}

.billboard .image {
	position: relative;
	aspect-ratio: 375 / 329;
	padding-bottom: 78px;
}

.billboard .image::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: calc((167 / 375 ) * 100vw);
	height: auto;
	aspect-ratio: 167 / 167;
	background: url(/goods/img/bg_stripe.svg) no-repeat 0 0;
	background-size: cover;
}

.billboard .image::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: calc((178 / 375 ) * 100vw);
	height: auto;
	aspect-ratio: 178 / 167;
	background: url(/goods/img/bg_dot.svg) no-repeat 0 0;
	background-size: cover;
}

.billboard .mainimage {
	display: block;
	position: relative;
	padding: 11px 20px 33px;
	z-index: 1;
}

.billboard .mainimage::before {
	position: relative;
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc((80 / 375 ) * 100vw);
	height: auto;
	aspect-ratio: 80 / 67;
	background: url(/goods/img/icon_new_r.svg) no-repeat 0 0;
	background-size: cover;
	transform: rotate(-27deg);
	z-index: 3;
}

.billboard .mainimage::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: calc((375 / 375 ) * 100vw);
	height: auto;
	aspect-ratio: 375 / 329;
	background: url(/goods/img/bg.svg) no-repeat 0 0;
	background-size: cover;
	z-index: 2;
}

.billboard .mainimage > div {
	position: relative;
	z-index: 4;
}

@media print, screen and (768px <= width) {
	.billboard {
		padding-top: 100px;
		padding-bottom: 10px;
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
	}

	.billboard .inner {
		position: relative;
		display: flex;
		justify-content: space-between;
		width: 100%;
		max-width: 1240px;
		margin-left: auto;
		margin-right: auto;
		padding: 0 20px;
		z-index: 1;
	}

	.billboard .detail {
		place-content: center;
		height: 486px;
		margin-top: 54px;
		margin-bottom: 0;
		padding: 0;
	}

	.billboard .detail::after {
		left: -120px;
		width: 292px;
		height: 486px;
	}

	.billboard .title {
		font-size: 5.6rem;
		line-height: 1.32;
	}

	.billboard .title > span {
		width: 359px;
		max-width: 359px;
		margin-bottom: 13px;
	}

	.billboard .text {
		margin-top: 18px;
		font-size: 2.4rem;
		line-height: 1.53;
	}

	.billboard .image {
		flex: 0 0 695px;
		aspect-ratio: 695 / 597;
		padding-bottom: 0;
		transform: translateY(-42px);
	}

	.billboard .image::before {
		top: 109px;
		left: -104px;
		width: calc((300 / 1440 ) * 100vw);
		aspect-ratio: 300 / 300;
	}

	.billboard .image::after {
		right: -75px;
		bottom: 29px;
		width: calc((300 / 1440 ) * 100vw);
		aspect-ratio: 300 / 300;
	}

	.billboard .mainimage {
		padding: 36px 66px 41px 0;
	}

	.billboard .mainimage::before {
		top: 66px;
		width: calc((156 / 1440 ) * 100vw);
		aspect-ratio: 156 / 132;
		max-width: 156px;
		transform: none;
	}

	.billboard .mainimage::after {
		width: 677px;
		height: 597px;
		aspect-ratio: 677 / 597;
	}

}

@media (768px <= width < 1281px) {
	.billboard {
		padding-bottom: 85px;
	}

	.billboard .inner {
		display: flex;
		max-width: 1022px;
		padding-left: 40px;
		padding-right: 40px;
	}

	.billboard .detail {
		place-content: center;
		height: 458px;
		margin-top: 54px;
		margin-bottom: 0;
		padding: 0;
	}

	.billboard .detail::after {
		left: -50px;
		width: 275px;
		height: 458px;
	}

	.billboard .title {
		font-size: 4.2rem;
		line-height: 1.32;
	}

	.billboard .title > span {
		width: 258px;
		margin-bottom: 12px;
	}

	.billboard .text {
		margin-top: 16px;
		font-size: 1.9rem;
		line-height: 1.53;
	}

	.billboard .image {
		flex: 0 0 544px;
		aspect-ratio: 544 / 468;
		margin-top: 54px;
		transform: translateY(0);
	}

	.billboard .image::before {
		top: 85px;
		left: -60px;
		width: 235px;
		height: 235px;
		aspect-ratio: 235 / 235;
	}

	.billboard .image::after {
		right: -75px;
		bottom: 29px;
		width: 235px;
		height: 235px;
		aspect-ratio: 235 / 235;
	}

	.billboard .mainimage {
		padding: 26px 52px 35px 0;
	}

	.billboard .mainimage::before {
		top: 52px;
		width: 123px;
		height: 103px;
		aspect-ratio: 123 / 103;
	}

	.billboard .mainimage::after {
		width: 530px;
		height: 468px;
		aspect-ratio: 530 / 468;
	}
}

/* pageanchor */
.pageanchor {
	position: relative;
	background-color: #FFEEF6;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
}

.pageanchor .inner {
    position: relative;
    padding: 50px 20px 32px;
    margin: 0 -6px;
    background-color: #fff;
    border-radius: 40px;
}

.pageanchor .title {
    position: relative;
    margin-bottom: 24px;
    font-family: 'M PLUS 1', sans-serif;
    font-size: 2.4rem;
    font-weight: 800;
    line-height: 1.5;
    text-align: center;
}

.pageanchor .title::before {
    content: '';
    display: block;
    position: absolute;
    top: -50px;
    left: 50%;
    width: 56px;
    height: 67px;
    margin-inline: auto;
    background: url(/goods/img/char_face01.svg) no-repeat 0 0;
    background-size: cover;
    transform: translate(-50%,-30px) rotate(7deg);
}

/* btnitems */
.btnitems > li:not(:last-child) {
    margin-bottom: 20px;
}

.btnitems .anchor {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 56px;
    border-radius: 50px;
    z-index: 1;
}

.btnitems .anchor::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border: 1px solid #F4F4F4;
    border-radius: 50px;
    background-color: #F4F4F4;
    transition: 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
    transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
    z-index: -1;
}

.btnitems .anchortext {
    position: relative;
    color: #222;
    font-size: 1.5rem;
    font-weight: 700;
    z-index: 1;
    transition: color .25s;
}

.btnitems .anchortext::before {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
    left: 0;
    margin-right: 10px;
    background: url(/goods/img/icon_arrow_r.svg) no-repeat 0 0;
    background-size: cover;
}

@media print, screen and (768px <= width) {
	.pageanchor {
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
	}

	.pageanchor .inner {
		padding: 56px 60px;
		margin-inline: auto;
		border-radius: 50px;
		text-align: center;
	}

	.pageanchor .title {
		display: inline-block;
		padding-right: 80px;
		margin-bottom: 40px;
		font-size: 4.2rem;
	}

	.pageanchor .title::before {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: auto;
		right: 0;
		width: 61px;
		height: 73px;
		margin-inline: auto;
		background: url(/goods/img/char_face01.svg) no-repeat 0 0;
		background-size: cover;
		transform: rotate(7deg);
	}

	.btnitems {
		display: grid;
		gap: 0 30px;
		grid-template-columns: repeat(3, 1fr);
		max-width: 1080px;
		margin-inline: auto;
	}

	.btnitems > li:not(:last-child) {
		margin-bottom: 0;
	}

	.btnitems .anchor {
		height: 64px;
	}

	.btnitems .anchortext {
		font-size: 1.8rem;
	}

	.btnitems .anchor:hover::before {
		transform: translate(-50%, -50%) scale(1.02222, 1.12);
	}

	.btnitems .anchor:hover .anchortext {
		color: #EB6EA5;
	}
}

@media (768px <= width < 1281px) {
	.pageanchor .inner {
		padding-left: 50px;
		padding-right: 50px;
	}

	.btnitems {
		gap: 0 15px;
	}

	.btnitems .anchor {
		height: 64px;
	}

	.anchortext {
		font-size: 1.8rem;
	}
}

/* goods */
.goods {
	position: relative;
	background-color: #FFEEF6;
	border-right: 6px solid #fff;
	border-left: 6px solid #fff;
	overflow: hidden;
}

.goods:not(.goods01) {
    margin-top: -30px;
}

.goods:not(.shop) {
	border-bottom: 6px solid #fff;
	border-radius: 0 0 30px 30px;
}

.goods::before {
    content: '';
    display: block;
    position: absolute;
    width: calc((167 / 375 ) * 100vw);
    height: auto;
    aspect-ratio: 167 / 167;
    background: url(/goods/img/bg_stripe.svg) no-repeat 0 0;
    background-size: cover;
}

.goods::after {
    content: '';
    display: block;
    position: absolute;
    width: calc((178 / 375 ) * 100vw);
    height: auto;
    aspect-ratio: 178 / 178;
    background: url(/goods/img/bg_dot.svg) no-repeat 0 0;
    background-size: cover;
}

.goods .inner {
    position: relative;
    padding-inline: 20px;
    z-index: 1;
}

.goods .inner::before,
.goods .inner::after {
	z-index: 1;
}

.goods .goodscontents {
    position: relative;
    z-index: 1;
}

@media print, screen and (768px <= width) {
	.goods {
		border-right: 10px solid #fff;
		border-left: 10px solid #fff;
		overflow: hidden;
	}

	.goods:not(.goods01) {
		margin-top: -80px;
	}

	.goods:not(.shop) {
		border-bottom: 10px solid #fff;
		border-radius: 0 0 80px 80px;
	}

	.goods::before,
	.goods::after {
		width: 300px;
		height: 300px;
		aspect-ratio: 300 / 300;
	}

	.goods .inner {
		width: 100%;
		max-width: 1200px;
		padding: 0 60px;
		margin-inline: auto;
	}
}

@media (768px <= width < 1281px) {
	.goods .inner {
		max-width: 1022px;
		min-width: 922px;
		padding: 0 50px;
	}
}

/* items */
.items .item {
	padding: 0 20px;
}

.items .image {
	margin-inline: -20px;
	border-radius: 30px;
	overflow: hidden;
}

.items .stitle {
	margin-top: 10px;
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.92;
}

.items .text-price {
	font-size: 1.6rem;
}

@media print, screen and (768px <= width) {
	.items .image {
		border-radius: 40px;
	}

	.items .stitle {
		font-size: 2.4rem;
	}
}

/* pickupitem */
.pickupitem {
    display: flex;
    flex-direction: column;
    padding: 40px 20px;
    background-color: #fff;
    border: 3px solid #EB6EA5;
    border-radius: 30px;
}

.pickupitem .image {
    margin-bottom: 24px;
}

.pickupitem .new {
    position: relative;
}

.pickupitem .new::before {
    content: '';
    display: block;
    position: absolute;
    top: -80px;
    left: 0;
    width: calc((120 / 375 ) * 100vw);
    height: auto;
    aspect-ratio: 120 / 112;
    background: url(/goods/img/icon_new_l.svg) no-repeat 0 0;
    background-size: cover;
}

.pickupitem .stitle {
    margin-bottom: 24px;
    font-family: 'M PLUS 1', sans-serif;
    font-weight: 800;
    font-size: 1.8rem;
    line-height: 1.44;
}

.pickupitem .text-size {
    margin-top: 16px;
    font-size: 1.4rem;
}

.pickupitem .text-price {
    margin-top: 16px;
    font-weight: 600;
}

@media print, screen and (768px <= width) {
	.pickupitem {
		align-items: center;
		flex-direction: row;
		padding: 30px 55px;
		border-radius: 80px;
	}

	.pickupitem .image {
		margin-bottom: 0;
		margin-right: 55px;
	}

	.pickupitem .detail {
		flex: 0 0 455px;
	}

	.pickupitem .stitle {
		font-size: 2.4rem;
	}
}

@media (768px <= width < 1281px) {
	.pickupitem {
		padding: 60px;
	}

	.pickupitem .image {
		max-width: 376px;
		flex: 0 0 calc(50% - 55px);
	}

	.pickupitem .detail {
		flex: 1 auto;
	}
}


/* ぬいぐるみ */
.goods01 {
	padding: 80px 0 56px;
	z-index: 5;
}

.goods01::before {
	top: -50px;
	right: 0;
}

.goods01::after {
	top: 90px;
	left: -64px;
}

.goods01 .new {
	position: relative;
}

.goods01 .new::before {
	content: '';
	display: block;
	position: absolute;
	top: -80px;
	left: 0;
	width: calc((120 / 375 ) * 100vw);
	height: auto;
	aspect-ratio: 120 / 112;
	background: url(/goods/img/icon_new_l.svg) no-repeat 0 0;
	background-size: cover;
}

@media print, screen and (768px <= width) {
	.goods01 {
		padding: 120px 0;
	}

	.goods01::before {
		top: -107px;
		right: auto;
		left: calc(50% + 300px);
	}

	.goods01::after {
		top: 87px;
		left: calc(50% - 370px);
		transform: translateX(-300px);
	}

	.goods01 .new::before {
		top: -62px;
		left: 17px;
		width: 166px;
		height: 157px;
		aspect-ratio: 166 / 157;
	}
}

@media (768px <= width < 1281px) {
	.goods01 .new::before {
		top: -50px;
		left: 0;
		width: 136px;
		height: 128px;
		aspect-ratio: 136 / 128;
	}
}

/* カードケース・キーホルダー */
.goods02 {
	background-color: #EFF8FF;
	z-index: 4;
}

.goods02::before {
	top: 0;
	left: 48px;
}

.goods02::after {
	right: 24px;
	bottom: 37px;
}

.goods02 .inner {
	padding-top: 170px;
	padding-bottom: 200px;
}

.goods02 .inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 85px;
	left: 20px;
	width: calc((84 / 375 ) * 100vw);
	max-width: 157px;
	height: auto;
	aspect-ratio: 84 / 65;
	background: url(/goods/img/char_bus.svg) no-repeat 0 0;
	background-size: cover;
}

.goods02 .inner::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 50px;
	right: 107px;
	width: calc((106 / 375 ) * 100vw);
	max-width: 186px;
	height: auto;
	aspect-ratio: 106 / 130;
	background: url(/goods/img/char_touch.svg) no-repeat 0 0;
	background-size: cover;
	z-index: 1;
}

@media print, screen and (768px <= width) {
	.goods02::before {
		top: 192px;
		left: calc(50% - 366px);
		transform: translateX(-100%);
	}

	.goods02::after {
		bottom: 195px;
		left: calc(50% + 160px);
	}

	.goods02 .inner {
		padding-top: 200px;
		padding-bottom: 120px;
	}

	.goods02 .inner::before {
		top: 117px;
		left: calc(50% - 390px);
		width: 157px;
		height: 121px;
		aspect-ratio: 157 / 121;
		transform: translateX(-100%);
	}

	.goods02 .inner::after {
		bottom: 200px;
		right: auto;
		left: calc(50% + 314px);
		width: 186px;
		height: 228px;
		aspect-ratio: 186 / 228;
	}
}

@media (768px <= width < 1281px) {
	.goods02::before {
		top: 242px;
		left: calc(50% - 143px);
		transform: translateX(-100%);
	}

	.goods02::after {
		bottom: 156px;
		left: calc(50% + 113px);
	}

	.goods02 .inner::before {
		top: 140px;
		left: calc(50% - 305px);
	}

	.goods02 .inner::after {
		left: calc(50% + 275px);
		bottom: 160px;
	}
}

/* カードケース・キーホルダー */
.goods03 {
	background-color: #FCFADA;
	z-index: 3;
}

.goods03::before {
	top: 60px;
	left: 0;
}

.goods03::after {
	bottom: 42px;
	right: 20px;
	background: url(/goods/img/bg_stripe.svg) no-repeat 0 0;
	background-size: cover;
}

.goods03 .inner {
	padding-top: 170px;
	padding-bottom: 245px;
}

.goods03 .inner::before {
	content: '';
	display: block;
	position: absolute;
	top: 50px;
	left: 40px;
	width: calc((122 / 375 ) * 100vw);
	max-width: 240px;
	height: auto;
	aspect-ratio: 122 / 88;
	background: url(/goods/img/char_buy.svg) no-repeat 0 0;
	background-size: cover;
}

.goods03 .inner::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 80px;
	right: 107px;
	width: calc((113 / 375 ) * 100vw);
	max-width: 186px;
	height: auto;
	aspect-ratio: 113 / 127;
	background: url(/goods/img/char_run.svg) no-repeat 0 0;
	background-size: cover;
}

@media print, screen and (768px <= width) {
	.goods03::before {
		top: 206px;
		left: calc(50% - 292px);
		transform: translateX(-100%);
	}

	.goods03::after {
		bottom: 195px;
		left: calc(50% + 190px);
	}

	.goods03 .inner {
		padding-top: 193px;
		padding-bottom: 120px;
	}

	.goods03 .inner::before {
		top: 113px;
		left: calc(50% - 397px);
		width: 240px;
		height: 173px;
		aspect-ratio: 240 / 173;
		transform: translateX(-100%);
	}

	.goods03 .inner::after {
		bottom: 252px;
		right: auto;
		left: calc(50% + 90px);
		width: 185px;
		height: 209px;
		aspect-ratio: 185 / 209;
	}
}

@media (768px <= width < 1281px) {
	.goods03::before {
		top: 305px;
		left: calc(50% - 250px);
	}

	.goods03::after {
		bottom: 210 px;
		left: calc(50% + 140px);
	}

	.goods03 .inner {
		padding-top: 292px;
		padding-bottom: 165px;
	}

	.goods03 .inner::before {
		top: 210px;
		left: calc(50% - 220px);
	}

	.goods03 .inner::after {
		bottom: 252px;
		left: calc(50% + 43px);
	}
}


/* ショップ */
.shop {
	background-color: #F5F5F5;
	z-index: 2;
}

.shop::before {
	top: 106px;
	left: -25px;
}

.shop::after {
	top: 247px;
	right: -44px;
}

.shop .inner {
	padding-top: 194px;
	padding-bottom: 156px;
}

.shop .shoptitle {
	position: relative;
	place-content: center;
	margin-bottom: 53px;
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 800;
	font-size: 2.4rem;
	line-height: 1.54;
	padding: 0 20px;
}

.shop .shoptitle::before {
	content: '';
	display: block;
	position: absolute;
	top: -75px;
	left: 50%;
	width: 48px;
	height: 58px;
	margin-inline: auto;
	background: url(/goods/img/char_face02.svg) no-repeat 0 0;
	background-size: cover;
	transform: translateX(-50%);
}

.shop .shopcontents {
	padding: 48px 20px 60px;
	margin: 0 -20px;
	background-color: #fff;
	border-radius: 40px;
}


.shop .shopitem .image {
	position: relative;
	z-index: 1;
}

.shop .shopitem .image::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 20px;
	transition: transform 0.19s cubic-bezier(0.68, -0.55, 0.265, 2.5);
}

.shop .shopitem .iteminner {
	display: block;
}

.shop .shopitem .name {
	position: relative;
	margin-top: 15px;
	padding-left: 27px;
	color: #410F23;
	font-family: 'M PLUS 1', sans-serif;
	font-weight: 800;
	font-size: 2rem;
	line-height: 1.3;
}

.shop .shopitem .name::before {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(/goods/img/icon_arrow_r.svg) no-repeat 0 0;
	background-size: cover;
	transform: rotate(-90deg);
}

.shop .shopitem .shoplist {
	margin-top: 15px;
	color: #410F23;
	font-size: 1.4rem;
	line-height: 1.6;
}

.shop .text-ex {
	margin-top: 24px;
}

@media print, screen and (768px <= width) {
	.shop::before {
		top: 0;
		left: calc(50% - 155px);
		transform: translateX(-100%);
	}

	.shop::after {
		top: 219px;
		right: auto;
		left: calc(50% + 186px);
	}

	.shop .inner {
		max-width: 1320px;
		padding-top: 213px;
		padding-bottom: 200px;
	}

	.shop .shoptitle {
		text-align: center;
		margin-bottom: 42px;
		font-size: 3.5rem;
		padding: 0;
	}

	.shop .shoptitle::before {
		content: '';
		display: block;
		position: absolute;
		top: -75px;
		left: 50%;
		width: 48px;
		height: 58px;
		margin-inline: auto;
		background: url(/goods/img/char_face02.svg) no-repeat 0 0;
		background-size: cover;
		transform: translateX(-50%);
	}

	.shop .shopcontents {
		padding: 60px;
		margin: 0;
		background-color: #fff;
		border-radius: 40px;
	}

	.shop .shopitem {
		gap: 50px 60px;
	}

	.shop .shopitem .image {
		position: relative;
		border-radius: 20px;
	}

	.shop .shopitem .iteminner {
		display: block;
	}

	.shop .shopitem .iteminner:hover .image::before {
		transform: translate(-50%, -50%) scale(1.01702, 1.02667);
	}

	.shop .shopitem .iteminner:hover .name {
		color: #EB6EA5;
	}

	.shop .shopitem .name {
		position: relative;
		margin-top: 15px;
		padding-left: 27px;
		font-family: 'M PLUS 1', sans-serif;
		font-weight: 800;
		font-size: 2rem;
		line-height: 1.3;
		transition: color 0.25s;
	}

	.shop .shopitem .shoplist {
		margin-top: 15px;
		font-size: 1.4rem;
		line-height: 1.6;
	}

	.shop .text-ex {
		margin: 24px 0 0 60px;
	}
}

@media (768px <= width < 1281px) {
	.shop::before {
		top: 0;
		left: calc(50% - 234px);
	}

	.shop::after {
		top: 219px;
		right: auto;
		left: calc(50% + 160px);
	}

	.shop .inner {
		max-width: 1022px;
		min-width: 922px;
		padding: 263px 50px 222px;
	}
}

/* フローティングアンカー */
.floatingtgt {
	position: relative;
}

.floating {
	position: fixed;
	right: 15px;
	bottom: 22px;
	z-index: 999;
	opacity: 0;
	transition: opacity 1s;
}

.floating.is-fixed {
	opacity: 1;
	transition: opacity 1s;
}

.floating .floatingbnr {
	position: relative;
	display: block;
	width: 250px;
	height: 66px;
	padding: 4px;
	cursor: pointer;
}

.floating .floatingbnr::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 1px solid #410F23;
	border-radius: 14px;
	background-color: #410F23;
	transition: 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	transition: transform 0.25s cubic-bezier(0.68, -0.55, 0.265, 2.5);
}

.floating .bnrinner {
	display: grid;
	place-content: center;
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.floating .bnrinner::before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	border: 1px solid #755964;
	border-radius: 10px;
	background-color: transparent;
	transition: 0.2s cubic-bezier(0.68, -0.55, 0.265, 2.5);
	transition: transform 0.2s cubic-bezier(0.68, -0.55, 0.265, 2.5);
}


.floating .bnrtext {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	color: #fff;
	font-weight: 500;
	font-size: 1.2rem;
	line-height: 1.58;
}

.floating .bnrtext::before {
	content: '';
	display: block;
	width: 28px;
	height: 33px;
	background: url(/goods/img/char_face02.svg) no-repeat 0 0;
	background-size: cover;
	margin-right: 10px;
	transform: translateY(-3px);
}

.floating .bnrtext::after {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	background: url(/goods/img/icon_arrow_r.svg) no-repeat 0 0;
	background-size: cover;
}

@keyframes fadeinanime {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@media print, screen and (768px <= width) {
	.floating {
		bottom: 30px;
		right: 30px;
	}

	.floating .floatingbnr {
		width: 300px;
		height: 84px;
		padding: 4px;
		border-radius: 17px;
	}

	.floating .floatingbnr:hover::before {
		transform: translate(-50%, -50%) scale(1.02222, 1.12);
	}

	.floating .bnrinner {
		border-radius: 14px;
	}

	.floating .bnrinner:hover::before {
		transform: translate(-50%, -50%) scale(1.02222, 1.12);
	}


	.floating .bnrtext {
		font-size: 1.4rem;
	}

	.floating .bnrtext::before {
		content: '';
		display: block;
		width: 38px;
		height: 45px;
		background: url(/goods/img/char_face02.svg) no-repeat 0 0;
		background-size: cover;
		transform: translateY(-3px);
	}
}