body {
	color: #1d1d1f;
}
img {
	max-width: 100%;
}
.u-MB101-DemiBold {
	font-family: Gothic MB101 DemiBold, sans-serif;
}
.u-helvetica {
	font-family: Helvetica Neue, Helvetica, sans-serif;
}
.u-underline {
	text-decoration: underline;
}
a,
button {
	font-size: inherit;
	font-weight: inherit;
}
.date {
	font-size: 21px;
	font-weight: 700;
}
.date .ja {
	margin: 0 2px;
}
.date .dayOfWeek,
.date .ja {
	display: inline-block;
	font-size: 18px;
}
.date .dayOfWeek {
	margin: 0 6px;
	padding: 0 8px;
	position: relative;
}
.date .dayOfWeek:after,
.date .dayOfWeek:before {
	background: #1d1d1f;
	content: '';
	height: 17px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 2px;
}
.date .dayOfWeek:before {
	left: 0;
}
.date .dayOfWeek:after {
	right: 0;
}
.date .hyphen,
.date .small {
	font-size: 14px;
}
.date .hyphen {
	margin-left: 4px;
}
[data-fade-in='false'] {
	opacity: 0;
	transition: all 0.3s ease;
	visibility: hidden;
}
[data-fade-in='true'] {
	opacity: 1;
	transition: all 0.3s ease;
	visibility: visible;
}
.slide__bottom {
	align-items: center;
	display: flex;
	gap: 29px;
	justify-content: center;
	margin-top: 10px;
}
.slide__button {
	height: 16px;
	width: 16px;
}
.slide__button:hover {
	cursor: pointer;
}
.slide__button.slide__prev {
	background: url(../img/arrow-left.png) no-repeat 50% / contain;
}
.slide__button.slide__next {
	background: url(../img/arrow-right.png) no-repeat 50% / contain;
}
.slide__pagination.swiper-pagination-bullets {
	bottom: auto;
	display: inline-block;
	left: auto;
	line-height: 4px;
	position: relative;
	width: auto;
}
.slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	background: var(--color-gray-400);
	height: 6px;
	margin: 0 6px;
	opacity: 1;
	position: relative;
	vertical-align: middle;
	width: 6px;
}
.slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--color-gray-800);
}
.slide__pagination.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
	border: 1px solid var(--color-gray-800);
	border-radius: 10px;
	content: '';
	display: block;
	height: 10px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 10px;
}
.section__charm {
	margin-left: auto;
	margin-right: auto;
	width: 110px;
}
.lead {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.5;
}
.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 986px;
	padding: 0 15px;
}
.nav {
	position: fixed;
	z-index: 91;
}
.contents {
	/* margin-top: 96px; */
	/* padding: 12.6667vw 0 13.8667vw; */
	position: relative;
}
/* .contents:before {
	background: url(../img/round.svg) no-repeat top/100% 12.6667vw;
	height: 12.6667vw;
	top: 1px;
}
.contents:after,
.contents:before {
	content: '';
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 2;
}
.contents:after {
	background: url(../img/round.svg) no-repeat top/100% 13.8667vw;
	bottom: 1px;
	height: 13.8667vw;
	transform: rotate(180deg);
} */
.contents__inner {
	padding: 80px 0;
}
.about {
	margin-top: 80px;
}
.about__heading {
	font-size: 36px;
	line-height: 1.5;
	margin-top: 20px;
}
.about__lead {
	font-size: 15px;
	font-weight: 600;
	line-height: 2.2;
	margin-top: 28px;
}
.about__slides {
	margin: 36px 30px 0;
}
.about__slides--bottom {
	margin-top: 26px;
}
.about__slides--pagination.swiper-pagination-bullets .swiper-pagination-bullet {
	background: var(--color-beige);
}
.about__slide {
	background: transparent;
}
.about__slide--text {
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
	text-align: center;
}
.product__inner {
	border-radius: 4px;
	padding: 40px 30px 39px;
}
.product__head {
	display: flex;
	flex-direction: column;
}
.product__charm {
	margin: 0 auto 20px;
	order: 1;
}
.product__heading {
	order: 2;
	text-align: center;
}
.product__lead {
	margin-top: 8px;
	order: 3;
}
.product__year {
	font-size: 42px;
	margin-right: 3px;
}
.product__name,
.product__year {
	line-height: 1.5;
	vertical-align: baseline;
}
.product__name {
	font-size: 36px;
}
.product__lead--wrap {
	margin-top: 8px;
}
.product__contents,
.product__img {
	margin-top: 32px;
}
.product__item {
	padding-left: 15px;
	position: relative;
}
.product__item:before {
	background: var(--color-muji-red);
	border-radius: 8px;
	content: '';
	height: 8px;
	left: 0;
	position: absolute;
	top: 8px;
	width: 8px;
}
.product__item + .product__item {
	margin-top: 4px;
}
.product__annotation {
	color: var(--color-gray-700);
	font-size: 14px;
}
.product__bottom {
	border-top: 1px solid #d8d8d9;
	margin-top: 29px;
	padding-top: 28px;
}
.product__info {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: center;
}
.product__infoName {
	font-size: 18px;
}
.product__price {
	color: var(--color-gray-800);
	font-size: 12px;
}
.product__price--num {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin: 0 4px;
}
.product__button {
	background: repeating-linear-gradient(135deg, transparent, transparent 2px, #ebebec 0, #ebebec 4px);
	border: 1px solid var(--color-gray-200);
	border-radius: 4px;
	color: var(--color-gray-500);
	display: block;
	font-size: 18px;
	font-weight: 700;
	margin: 12px auto 0;
	max-width: 100%;
	padding: 20px 12px;
	text-align: center;
	width: 368px;
}
.product__button--enabled {
	background: var(--color-gray-800);
	color: #fff;
	transition: background-color 0.3s ease;
}
.product__button--enabled:hover {
	background: #1d1d1f;
}
.product__term {
	color: var(--color-muji-red);
	font-family: Noto Sans JP, sans-serif;
	font-size: 16px;
	font-weight: 700;
	margin-top: 18px;
}
.product__term .block {
	display: block;
}
.product__close {
	display: block;
	font-size: 12px;
}
.charm {
	margin-left: auto;
	margin-right: auto;
	max-width: 1046px;
	padding: 76px 15px 0;
	position: relative;
}
.charm__heading {
	font-size: 36px;
	line-height: 1.5;
}
.charm__heading--num {
	display: inline-block;
	font-size: 42px;
	margin-right: 4px;
}
.charm__lead {
	margin-top: 8px;
}
.charm__inner {
	margin: 36px auto 0;
	max-width: 430px;
	padding-left: 27px;
	padding-right: 36px;
	width: 100%;
}
.charm__inner,
.charm__map {
	position: relative;
}
.charm__anchor {
	border-radius: 50%;
	color: var(--color-gray-800);
	height: 82px;
	position: absolute;
	width: 82px;
}
.charm__anchor--inner {
	height: 100%;
	padding-top: 5px;
	position: relative;
	text-align: center;
	width: 100%;
}
.charm__anchor--count {
	align-items: center;
	background: var(--color-muji-red);
	border-radius: 21px;
	color: var(--color-kinari);
	display: flex;
	font-size: 10px;
	font-weight: 700;
	height: 21px;
	justify-content: center;
	position: absolute;
	right: 2px;
	text-align: center;
	top: 2px;
	width: 21px;
}
.charm__anchor:after {
	background: url(../img/arrow.svg) no-repeat 50% / contain;
	bottom: 7px;
	content: '';
	height: 5px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: bottom 0.3s ease;
	width: 8px;
}
.charm__anchor--icon {
	margin: 0 auto;
	width: 39px;
}
.charm__anchor--region {
	font-size: 10px;
	font-weight: 700;
}
.charm__anchor--hokkaido-tohoku {
	right: 0;
	top: 17.27749%;
}
.charm__anchor--kanto {
	right: 5.50725%;
	top: 50.26178%;
}
.charm__anchor--kansai-kinki {
	bottom: 13.87435%;
	right: 31.30435%;
}
.charm__anchor--chubu {
	left: 35.65217%;
	top: 19.37173%;
}
.charm__anchor--chugoku-shikoku {
	left: 11.01449%;
	top: 36.38743%;
}
.charm__anchor--kyushu {
	bottom: 9.1623%;
	left: 0;
}
.region {
	padding: 0 15px;
}
.region,
.region__section + .region__section {
	margin-top: 54px;
}
.region__heading {
	font-size: 18px;
	line-height: 1.5;
}
.region__items {
	display: flex;
	flex-wrap: wrap;
	gap: 22px 15px;
	margin-top: 36px;
}
.region__item {
	width: calc(50% - 7.5px);
}
.region__item:hover {
	cursor: pointer;
	opacity: 0.8;
}
.region__img {
	height: inherit;
	margin: 0 auto;
	width: 100px;
}
.region__name {
	font-size: 14px;
	font-weight: 700;
	margin-top: 1px;
}
.region__name span {
	display: block;
}
.region__area {
	color: var(--color-gray-700);
	font-size: 12px;
	margin-top: 2px;
}
.comic {
	border-radius: 4px;
	margin-top: 80px;
	padding: 40px 30px;
}
.comic__heading {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 20px;
}
.comic__slides {
	margin-top: 32px;
}
.comic__slides--bottom {
	margin-top: 15px;
}
.comic__slide {
	background: var(--color-gray-100);
	padding: 12px;
}
.comic__img {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
	margin: 0 auto;
	max-width: 100%;
	width: 360px;
}
.comic__lead {
	border-bottom: 1px solid #d8d8d9;
	margin-bottom: 32px;
	margin-top: 24px;
	padding-bottom: 32px;
}
.comic__name {
	font-size: 18px;
	font-weight: 700;
}
.comic__name,
.comic__price {
	color: var(--color-gray-800);
}
.comic__price {
	font-size: 12px;
}
.comic__price--num {
	display: inline-block;
	font-size: 24px;
	font-weight: 700;
	margin: 0 4px;
}
.comic__annotation {
	color: #6d6d72;
	font-size: 14px;
	margin-top: 12px;
}
.comic__button {
	border: 1px solid #3c3c43;
	border-radius: 4px;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-top: 22px;
	padding: 7px 12px;
	text-align: center;
	width: 100%;
}
.howto {
	padding: 88px 15px 0;
}
.howto__heading {
	font-size: 36px;
	line-height: 1.5;
	margin-top: 20px;
}
.howto__lead {
	font-size: 14px;
	font-weight: 700;
	margin-top: 8px;
}
.howto__stepList {
	display: flex;
	flex-direction: column;
	gap: 51px;
	margin-top: 56px;
}
.howto__stepItem {
	border-radius: 8px;
	padding: 26px 30px 24px;
	position: relative;
	width: 100%;
}
.howto__stepItem:not(:first-of-type):before {
	background: url(../img/triangle.png) no-repeat 50% / contain;
	content: '';
	display: block;
	height: 29px;
	left: 50%;
	position: absolute;
	top: -45px;
	transform: translateX(-50%);
	width: 39px;
}
.howto__stepItem:nth-of-type(3) .date .hyphen {
	margin-right: 4px;
}
.howto__stepItem:nth-of-type(3) .howto__stepItem--date {
	width: calc(100% + 6px);
}
.howto__stepItem--head {
	font-weight: 700;
	padding-bottom: 13px;
	position: relative;
	text-align: center;
}
.howto__stepItem--head:after {
	background: url(../img/dash.svg) no-repeat 50% / cover;
	bottom: 0;
	content: '';
	display: block;
	height: 2px;
	left: 0;
	position: absolute;
	width: 100%;
}
.howto__stepItem--no {
	color: var(--color-muji-red);
	font-size: 21px;
	margin-right: 12px;
	vertical-align: baseline;
}
.howto__stepItem--heading {
	font-size: 18px;
	line-height: 1.5;
	vertical-align: baseline;
}
.howto__stepItem--icon {
	margin: 0 auto;
	width: 180px;
}
.howto__stepItem--banner {
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 1px;
}
.howto__stepItem--date {
	margin-top: 4px;
	text-align: center;
}
.howto__stepItem--date span {
	display: inline-block;
	text-align: left;
}
.howto__stepItem--annotation {
	color: var(--color-gray-700);
	font-size: 14px;
}
.howto__stepItem--annotation + .howto__stepItem--annotation {
	margin-top: 3px;
}
.detail__item {
	border-top: 1px solid var(--color-gray-300);
	margin-top: 64px;
	padding-top: 56px;
}
.detail__slides--mp {
	display: none;
}
.ua-mp .detail__slides--mp {
	display: block;
}
.ua-mp .detail__slides--default {
	display: none;
}
.step2 .detail__slides--bottom {
	margin-top: 20px;
}
.detail__no {
	color: var(--color-muji-red);
	font-size: 21px;
	font-weight: 700;
}
.detail__heading {
	font-size: 24px;
	line-height: 1.5;
	margin-top: 4px;
}
.detail__body {
	margin-top: 22px;
}
.detail__body + .detail__body {
	margin-top: 40px;
}
.detail__subHeading {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 25px;
}
.detail__desc {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 12px;
}
.detail__link {
	color: var(--color-muji-red);
	display: inline-block;
	font-size: 14px;
	line-height: 1.6;
	margin-top: 12px;
}
.detail__link + .detail__annotation {
	margin-top: 20px;
}
.detail__annotation {
	color: var(--color-gray-700);
	font-size: 14px;
	margin-top: 12px;
}
.step2 .detail__annotation {
	margin-top: 22px;
}
.detail__annotation + .detail__annotation {
	margin-top: 6px;
}
.detail__banner {
	background: var(--color-kinari);
	margin-top: 29px;
	padding: 22px 12px 21px;
	text-align: center;
}
.detail__banner--heading {
	font-size: 16px;
	font-weight: 700;
}
.detail__banner--date {
	line-height: 1.5;
	margin-top: 4px;
}
.detail__info {
	background: var(--color-gray-100);
	margin-top: 32px;
	padding: 28px 24px;
}
.detail__infoItems {
	list-style: disc;
	padding-left: 21px;
}
.detail__infoItem {
	line-height: 1.8;
}
.faq {
	margin: 0 auto;
	max-width: 100%;
	padding: 80px 15px 0;
	width: 760px;
}
.faq__heading {
	font-size: 38px;
	font-weight: 700;
	line-height: 1.5;
	margin-top: 20px;
}
.faq__items {
	border-top: 1px solid var(--color-gray-300);
	margin-top: 36px;
}
.faq__item {
	border-bottom: 1px solid var(--color-gray-300);
	padding: 30px 0;
}
.faq__item--q {
	font-size: 18px;
	font-weight: 700;
	padding-right: 75px;
	position: relative;
}
.faq__item--button:after,
.faq__item--button:before {
	background: #1d1d1f;
	content: '';
	display: block;
	height: 2px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease;
	width: 16px;
}
.faq__item--a {
	height: inherit;
	opacity: 1;
	padding-right: 77px;
	transition: all 0.3s ease;
	visibility: visible;
}
.faq__item:not(.-open) .faq__item--button:after {
	transform: translateY(-50%) rotate(90deg);
	transition: all 0.3s ease;
}
.faq__item:not(.-open) .faq__item--a {
	height: 0;
	opacity: 0;
	transition: none;
	visibility: hidden;
}
.faq__item--text {
	font-size: 16px;
	line-height: 1.8;
	padding-top: 8px;
}
.faq__link {
	font-size: 14px;
	font-weight: 700;
	margin-top: 30px;
}
.pageTop {
	height: 114px;
	position: fixed;
	right: 36px;
	top: 36px;
	width: 86px;
	z-index: 99;
}
.pageTop:hover {
	cursor: pointer;
}
.pageTop img {
	height: inherit;
	width: 100%;
}
body[data-modal-show='true'] {
	overflow: hidden;
}
.modal {
	background: #fff;
	height: 100vh;
	opacity: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 100px 30px 96px;
	position: fixed;
	right: 0;
	top: 0;
	transition: all 0.3s ease;
	visibility: hidden;
	width: 100vw;
	z-index: 102;
}
.modal ::-webkit-scrollbar {
	width: 4px;
}
.modal ::-webkit-scrollbar-track {
	background-color: #d8d8d9;
	border-radius: 4px;
}
.modal ::-webkit-scrollbar-thumb {
	background-color: #3c3c43;
	border-radius: 4px;
}
.modalButton:hover {
	cursor: pointer;
}
.modal[data-modal-show='true'] {
	opacity: 1;
	transition: opacity 0.3s ease;
	visibility: visible;
}
.modal__close {
	background: url(//muji.com/jp/ja/special-feature/fukukan/assets/img/close.svg) no-repeat 50% / contain;
	display: block;
	height: 40px;
	position: fixed;
	right: 30px;
	top: 30px;
	width: 40px;
}
.modal__name {
	font-size: 14px;
	font-weight: 700;
	margin-top: 12px;
}
.modal__area {
	color: var(--color-gray-700);
	font-size: 12px;
	margin-top: 2px;
}
.modal__desc {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 24px;
}
.modal__bottom {
	border-top: 1px solid var(--color-gray-300);
	margin-top: 45px;
	padding-top: 45px;
}
.modal__bottom--inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 564px;
}
.modal__subHeading {
	font-size: 18px;
	font-weight: 700;
}
.modal__subImg {
	margin-top: 16px;
}
.modal__slides--bottom {
	margin-top: 20px;
}
.modal__info {
	background: var(--color-gray-100);
	margin-top: 32px;
	padding: 24px;
}
.modal__info--name {
	font-size: 16px;
	font-weight: 700;
}
.modal__info--location {
	font-size: 16px;
	line-height: 1.8;
	margin-top: 8px;
}
@media screen and (min-width: 600px) {
	.modal {
		padding: 120px 36px;
	}
	.modal__close {
		height: 80px;
		right: 36px;
		top: 39px;
		width: 80px;
	}
	.modal__inner {
		margin: 0 auto;
		max-width: 760px;
	}
	.modal__name {
		font-size: 18px;
		margin-top: 20px;
	}
	.modal__area {
		font-size: 14px;
	}
	.modal__desc {
		margin-top: 20px;
	}
	.modal__bottom {
		margin-top: 64px;
		padding-top: 56px;
	}
	.modal__info {
		margin-top: 48px;
		padding: 28px 36px;
	}
}
@media screen and (min-width: 1000px) {
	[data-desktop-aspect-ratio='622:843']:before {
		padding-top: 135.53055%;
	}
	.section__charm {
		width: 150px;
	}
	.lead {
		font-size: 24px;
	}
	.nav {
		bottom: 36px;
		right: 36px;
		text-align: right;
		z-index: 91;
	}
	.nav:before {
		content: none;
	}
	.nav__item {
		font-size: 14px;
		font-weight: 700;
	}
	.nav__item + .nav__item {
		margin-top: 18px;
	}
	.nav__link {
		padding-left: 14px;
		position: relative;
	}
	.nav__link:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.nav__link:before {
		background: var(--color-muji-red);
		border-radius: 6px;
		content: '';
		height: 6px;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		transition: opacity 0.3s ease;
		width: 6px;
	}
	.nav__link.-current {
		color: var(--color-muji-red);
		transition: color 0.3s ease;
	}
	.nav__link.-current:before {
		opacity: 1;
	}
	/* .contents {
		margin-top: 160px;
		padding: 19.2188vw 0 19.9219vw;
	}
	.contents:before {
		background: url(../img/round-desktop.svg) no-repeat top/100% 19.2188vw;
		height: 19.2188vw;
	}
	.contents:after {
		background: url(../img/round-desktop.svg) no-repeat top/100% 19.9219vw;
		height: 19.9219vw;
	} */
	.contents__inner {
		padding: 30px 0 121px;
	}
	.about {
		margin-top: 96px;
	}
	.about:before {
		background: url(../img/round-desktop.svg) no-repeat top/100% 18.125vw;
		width: 100%;
	}
	.about:after,
	.about:before {
		height: 18.125vw;
	}
	.about__heading {
		font-size: 56px;
		margin-top: 24px;
	}
	.about__lead {
		font-size: 18px;
		line-height: 2.4;
		margin-top: 27px;
	}
	.about__slides {
		margin: 56px 0 0;
	}
	.about__slides--bottom {
		margin-top: 38px;
	}
	.about__slide {
		width: -moz-fit-content;
		width: fit-content;
	}
	.about__slide--img {
		height: 480px;
		width: auto;
	}
	.about__slide--img img {
		height: 100%;
		width: auto;
	}
	.product__inner {
		display: flex;
		flex-direction: row-reverse;
		gap: 24px;
		padding: 59px 22px 70px 98px;
	}
	.product__body {
		flex: 1;
	}
	.product__head {
		align-items: center;
	}
	.product__charm {
		margin-top: 16px;
		order: 3;
	}
	.product__heading {
		order: 1;
	}
	.product__year {
		font-size: 48px;
		line-height: 1.6;
	}
	.product__name {
		display: inline-block;
		font-size: 56px;
		margin: -23px 0 0;
	}
	.product__lead {
		letter-spacing: 0.31em;
		line-height: 1.8;
		margin-top: 11px;
		order: 2;
		writing-mode: vertical-rl;
	}
	.product__img {
		margin-top: 13px;
	}
	.product__contents {
		margin-top: 40px;
	}
	.product__item {
		padding-left: 19px;
	}
	.product__button {
		font-size: 16px;
		padding: 16px 20px;
	}
	.product__bottom {
		margin-top: 29px;
	}
	.product__infoName {
		font-size: 22px;
	}
	.product__term .block {
		display: inline-block;
	}
	.product__term .block:first-of-type {
		padding-right: 0.5em;
	}
	.charm {
		padding: 96px 45px 0;
	}
	.charm__text {
		left: 9px;
		position: absolute;
		top: 64px;
		writing-mode: vertical-rl;
	}
	.charm__heading {
		font-size: 56px;
		letter-spacing: 0.1em;
		line-height: 1.1;
	}
	.charm__heading--num {
		font-size: 54px;
		letter-spacing: 1.08px;
		line-height: 1;
		margin: 0 0 7px;
		writing-mode: horizontal-tb;
	}
	.charm__lead {
		letter-spacing: 0.12em;
		line-height: 1.85;
		margin: 10px 18px 0 0;
	}
	.charm__inner {
		margin-top: 0;
		max-width: 100%;
		padding: 0;
		width: 720px;
	}
	.charm__map {
		margin-left: auto;
		margin-right: auto;
		width: 622px;
	}
	.charm__anchor {
		height: 146px;
		width: 146px;
	}
	.charm__anchor:hover {
		cursor: pointer;
	}
	.charm__anchor--inner {
		padding-top: 16px;
	}
	.charm__anchor--count {
		border-radius: 32px;
		font-size: 20px;
		height: 32px;
		right: 5px;
		top: 7px;
		width: 32px;
	}
	.charm__anchor:after {
		background: url(../img/arrow-desktop.svg) no-repeat 50% / contain;
		bottom: 16px;
		height: 9px;
		width: 16px;
	}
	.charm__anchor:hover:after {
		bottom: 13px;
		transition: bottom 0.3s ease;
	}
	.charm__anchor--icon {
		width: 72px;
	}
	.charm__anchor--region {
		font-size: 16px;
	}
	.charm__anchor--hokkaido-tohoku {
		right: 0;
		top: 18.38671%;
	}
	.charm__anchor--kanto {
		right: 3.88611%;
		top: 46.26335%;
	}
	.charm__anchor--kanto .charm__anchor--inner {
		padding-top: 11px;
	}
	.charm__anchor--kanto .charm__anchor--region {
		margin-top: 4px;
	}
	.charm__anchor--kansai-kinki {
		bottom: 18.50534%;
		right: 31.85139%;
	}
	.charm__anchor--chubu {
		left: 41.94306%;
		top: 23.84342%;
	}
	.charm__anchor--chugoku-shikoku {
		left: 16.70139%;
		top: 37.95967%;
	}
	.charm__anchor--kyushu {
		bottom: 15.77699%;
		left: 0;
	}
	.region {
		margin-top: 24px;
		padding: 0;
	}
	.region__section + .region__section {
		margin-top: 78px;
	}
	.region__heading {
		font-size: 32px;
	}
	.region__items {
		gap: 39px 24px;
		margin-top: 40px;
	}
	.region__item {
		width: calc(25% - 18px);
	}
	.region__img {
		width: 163px;
	}
	.region__name {
		font-size: 18px;
		margin-top: 4px;
	}
	.region__name span {
		display: inline-block;
		margin-left: 1em;
	}
	.region__area {
		font-size: 14px;
	}
	.comic {
		display: flex;
		flex-direction: row-reverse;
		flex-wrap: wrap;
		gap: 72px;
		margin-top: 96px;
		padding: 72px 72px 50px 98px;
	}
	.comic__head {
		align-items: center;
		display: flex;
		flex-direction: column-reverse;
		justify-content: flex-end;
	}
	.comic__charm {
		margin-top: 20px;
	}
	.comic__heading {
		font-size: 32px;
		letter-spacing: 0.2em;
		line-height: 1.40625;
		margin-top: 0;
		writing-mode: vertical-rl;
	}
	.comic__body {
		width: calc(100% - 222px);
	}
	.comic__slides {
		margin-top: 0;
	}
	.comic__slides--bottom {
		margin-top: 20px;
	}
	.comic__slide {
		padding: 32px;
	}
	.comic__lead {
		margin-bottom: 30px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.comic__bottom {
		margin: 0 auto;
		max-width: 368px;
	}
	.comic__bottom:hover {
		opacity: 0.8;
	}
	.comic__prod {
		align-items: baseline;
		display: flex;
		gap: 12px;
		justify-content: center;
	}
	.comic__name {
		font-size: 22px;
	}
	.comic__annotation {
		margin-top: 6px;
	}
	.comic__button {
		font-size: 16px;
		padding: 16px 24px;
	}
	.howto {
		padding: 110px 0 0;
	}
	.howto__heading {
		font-size: 40px;
		margin-top: 24px;
	}
	.howto__lead {
		font-size: 16px;
		margin-top: 12px;
	}
	.howto__stepList {
		display: flex;
		flex-direction: row;
		gap: 36px;
		margin-top: 48px;
	}
	.howto__stepItem {
		flex: 1;
		padding: 26px 24px 23px;
		width: auto;
	}
	.howto__stepItem + .howto__stepItem:before {
		background: url(../img/triangle-desktop.png) no-repeat 50% / contain;
		height: 32px;
		left: -31px;
		top: 50%;
		transform: translateY(-50%);
		width: 26px;
	}
	.howto__stepItem:nth-of-type(3) .howto__stepItem--date {
		margin-left: -4px;
		width: calc(100% + 8px);
	}
	.howto__stepItem:nth-of-type(3) .howto__stepItem--date .dayOfWeek:last-of-type {
		margin-right: 0;
	}
	.howto__stepItem--annotation + .howto__stepItem--annotation {
		margin-top: 4px;
	}
	.detail__item {
		margin-top: 80px;
		padding-top: 64px;
	}
	.detail__heading {
		font-size: 32px;
		margin-top: 6px;
	}
	.detail__body {
		align-items: center;
		display: flex;
		flex-direction: row-reverse;
		gap: 24px;
		margin-top: 48px;
	}
	.detail__subHeading {
		font-size: 24px;
		margin-top: 0;
	}
	.detail__img,
	.detail__text {
		width: calc(50% - 12px);
	}
	.step2 .detail__text {
		padding-bottom: 36px;
	}
	.detail__text a:hover {
		cursor: pointer;
	}
	.detail__button {
		margin-left: 0;
		margin-top: 11px;
	}
	.detail__link + .detail__annotation {
		margin-top: 18px;
	}
	.detail__banner {
		align-items: center;
		display: flex;
		gap: 33px;
		margin-top: 33px;
		padding: 12px 32px 15px;
		text-align: left;
	}
	.step3 .detail__body:nth-of-type(2) .detail__banner {
		margin-top: 36px;
	}
	.detail__banner--date {
		margin-top: 0;
	}
	.detail__info {
		margin-top: 40px;
		padding: 28px 36px;
	}
	.faq {
		padding: 120px 0 0;
	}
	.faq__heading {
		font-size: 42px;
		margin-top: 24px;
	}
	.faq__items {
		margin-top: 60px;
	}
	.faq__item:hover {
		cursor: pointer;
	}
	.faq__item--q {
		padding-right: 98px;
	}
	.faq__item--a {
		padding-right: 104px;
	}
	.faq__item--text {
		padding-top: 23px;
	}
}
@media screen and (max-width: 999px) {
	[data-mobile-aspect-ratio='141:191']:before {
		padding-top: 135.46099%;
	}
	.nav {
		background: var(--color-kinari);
		height: 100vh;
		left: 0;
		opacity: 1;
		overflow: hidden;
		top: 0;
		visibility: visible;
		width: 100vw;
	}
	.nav:before {
		background: url(../img/bg-tabBig.png) no-repeat 50% / cover;
		content: '';
		height: 100%;
		left: 50%;
		position: absolute;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 92;
	}
	.nav[data-nav-show='false'] {
		opacity: 0;
		visibility: hidden;
	}
	.nav[data-nav-show='false'] .nav__item,
	.nav[data-nav-show='false'] .nav__logo {
		opacity: 0;
	}
	.nav__trigger {
		background: var(--color-muji-red);
		border: none;
		border-radius: 72px;
		color: #fff;
		font-size: 16px;
		font-weight: 700;
		height: 72px;
		position: fixed;
		right: 24px;
		top: 24px;
		width: 72px;
		z-index: 90;
	}
	.nav__close {
		z-index: 95;
	}
	.nav__inner {
		left: 50%;
		position: absolute;
		text-align: center;
		top: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
		z-index: 93;
	}
	.nav__logo {
		margin: 0 auto;
		opacity: 1;
		transition: opacity 0.45s ease 0.1s;
		width: 100px;
	}
	.nav__logo img {
		width: 100%;
	}
	.nav__items {
		margin-top: 42px;
		padding-bottom: 96px;
	}
	.nav__item {
		font-family: Gothic MB101 Bold, sans-serif;
		font-size: 28px;
		font-weight: 700;
		line-height: 1.5;
		opacity: 1;
	}
	.nav__item:first-of-type {
		transition: opacity 0.45s ease 0.15s;
	}
	.nav__item:nth-of-type(2) {
		transition: opacity 0.45s ease 0.2s;
	}
	.nav__item:nth-of-type(3) {
		transition: opacity 0.45s ease 0.25s;
	}
	.nav__item:nth-of-type(4) {
		transition: opacity 0.45s ease 0.3s;
	}
	.nav__item:nth-of-type(5) {
		transition: opacity 0.45s ease 0.35s;
	}
	.nav__item + .nav__item {
		margin-top: 29px;
	}
	.about__slide {
		background: transparent;
		color: var(--color-gray-800);
	}
	.about__slide--img img {
		max-height: 288px;
		-o-object-fit: contain;
		object-fit: contain;
		width: 100%;
	}
	.step3 .detail__banner .detail__banner--date .hyphen {
		margin: 0 8px 0 2px;
	}
}
@media screen and (max-width: 375px) {
	.nav:before {
		background: url(../img/bg-sp.png) no-repeat 50% / cover;
		height: 812px;
		width: 375px;
	}
}
