body {
	color: #000;
	font-family: "M PLUS 2", sans-serif;
	font-weight: 500;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

main {
	flex: 1;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

/* Remove default padding */

ul,
ol {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about {
	margin-top: 5rem;
	padding-top: 5.9375rem;
	position: relative;
}

.about::before,
.about::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	top: -8%;
	width: 100%;
	z-index: 333;
}

.about::before {
	aspect-ratio: 652/343;
	background-image: url(../images/common/mv-bg-left.webp);
	left: 0;
	max-width: 40.75rem;
}

.about::after {
	aspect-ratio: 540/310;
	background-image: url(../images/common/mv-bg-right.webp);
	max-width: 33.75rem;
	right: 0;
}

.about__title {
	font-size: 3.375rem;
	font-weight: 900;
	text-align: center;
}

.about__body {
	margin: 8.75rem auto 0;
	max-width: 64.6875rem;
}

.about__flex {
	align-items: end;
	display: flex;
	justify-content: space-between;
}

.about__video {
	aspect-ratio: 480/270;
	max-width: 30rem;
	width: 100%;
}

.about__video iframe {
	height: 100%;
	width: 100%;
}

.about__contents {
	max-width: 31.25rem;
}

.about__sub {
	font-size: 1.375rem;
	font-weight: 900;
}

.about__main {
	margin-top: 2.375rem;
}

.about__main h4 {
	color: #185bad;
	font-family: "aglet-sans", sans-serif;
	font-size: 1.375rem;
	font-weight: 700;
	text-transform: capitalize;
}

.about__txt {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	font-weight: 500;
	line-height: 1.8888888889;
	margin-top: 0.3125rem;
}

.about__bottom {
	background-color: #f2f4ea;
	margin-top: 4.375rem;
	padding: 4.1875rem 0;
}

.about__bottom-wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 46.875rem;
}

.about__sub2 {
	color: #185bad;
	font-size: 1.625rem;
	font-weight: 900;
	text-align: center;
}

.about__txt2 {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 1.8888888889;
	margin-top: 1.75rem;
}

.contact {
	margin-top: 6.4375rem;
}

.contact__inner::before {
	aspect-ratio: 178/207;
	background: transparent url(../images/common/nami-white.webp) no-repeat center center/cover;
	content: "";
	left: -2vw;
	max-width: 11.125rem;
	position: absolute;
	top: -58%;
	width: 100%;
}

.contact__inner.inner {
	position: relative;
}

.contact__catch {
	text-align: center;
}

.contact__catch p:nth-child(1) {
	font-size: 1.25rem;
	font-weight: 700;
}

.contact__catch p:nth-child(2) {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-top: 0.75rem;
}

.contact__body {
	margin: 3.125rem auto 0;
	max-width: 75.3125rem;
}

.contact__contents {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.contact__flex {
	align-items: center;
	display: flex;
	gap: 1.875rem;
	width: 80.4979253112%;
}

.contact__title {
	aspect-ratio: 1/1;
	background-color: #185bad;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.125rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	max-height: 10.625rem;
	max-width: 10.625rem;
	padding: 0.25rem;
	text-align: center;
	width: 100%;
}

.contact__wrap {
	background-color: #f2f4ea;
	border-radius: 0.625rem;
	min-height: 14.375rem;
}

.contact__wrap:nth-of-type(1) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	max-width: 15.625rem;
	width: 27.5257731959%;
}

.contact__wrap:nth-of-type(2) {
	max-width: 42.5rem;
	padding: 1.4375rem 1.5rem;
	width: 72.4742268041%;
}

.contact__mainTl {
	font-size: 1.875rem;
	font-weight: 900;
	text-align: center;
}
.contact__tenpo a{
	display: block;
	color: #185bad;
    font-size: 1.3rem;
    font-weight: 800;
	text-align: center;
	background-color: #fff;
	border:1px solid #185bad;
	padding:.8rem 1rem;
	border-radius: 5px;
	margin: 1rem 1rem 0;
	transition: all 0.3s ease;
}
.contact__tenpo a:hover {
	background-color: #185bad;
	color: #fff;
	border-radius: 5px;
}
.contact__or {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
}

.contact__top {
	display: flex;
	gap: 1rem;
}

.contact__subTl {
	font-size: 1.6rem;
	font-weight: 900;
	line-height: 1.0769230769;
}
.contact__seizoumoto{
	font-family: "Noto Sans JP", serif;
	font-size: 1.4rem;
	font-weight: 900;
	line-height: 1.4;
}
.contact__name {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.contact__bottom {
	font-family: "Noto Sans JP", serif;
	margin-top: 1.25rem;
}

.contact__adress {
	font-size: 1.125rem;
}

.contact__main-adress {
	display: flex;
	gap: 9%;
	margin-top: 1.25rem;
}

.contact__tel {
	font-size: 1.25rem;
	line-height: 1.4;
}

.contact__tel > a {
	font-size: 1.625rem;
	line-height: 1.0769230769;
}

.contact__tel > a:hover,
.contact__mail > a:hover {
	opacity: 0.7;
}

.contact__fax {
	font-size: 1.4375rem;
	line-height: 1.4;
}

.contact__mail {
	font-size: 1.125rem;
	margin-top: 1.25rem;
}

.contact__note {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	margin-top: 1rem;
	text-align: right;
}

.movie {
	background-color: #f2f4ea;
	margin-top: 16.25rem;
	padding-bottom: 11.875rem;
	padding-top: 3.125rem;
	position: relative;
	z-index: 777;
}

.movie::before {
	aspect-ratio: 1800/101;
	background: transparent url(../images/common/movie-bg.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: -4vw;
	width: 100%;
}

.movie::after {
	aspect-ratio: 178/207;
	background: transparent url(../images/common/nami-white.webp) no-repeat center center/cover;
	bottom: 1%;
	content: "";
	left: 14.5vw;
	max-width: 11.125rem;
	position: absolute;
	width: 100%;
	z-index: 2;
}

.movie__inner.inner {
	max-width: 96.875rem;
}

.movie__title {
	background-color: #185bad;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	display: flex;
	flex-direction: column;
	font-size: 2rem;
	font-weight: 900;
	height: 10.625rem;
	justify-content: center;
	left: 50%;
	line-height: 1;
	padding: 0.25rem;
	position: absolute;
	text-align: center;
	top: -6vw;
	transform: translateX(-50%);
	width: 10.625rem;
}

.movie__body {
	margin: 4.375rem auto 0;
	max-width: 93.75rem;
}

.movie__list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5625rem;
	position: relative;
	z-index: 4;
}

.movie__item {
	width: calc(33% - 1.0416666667rem);
}

.movie__video {
	aspect-ratio: 480/270;
	max-width: 30rem;
}

.movie__video iframe {
	height: 100%;
	width: 100%;
}

.movie__sub {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.series {
	padding-top: 3.75rem;
	position: relative;
}

.series::after {
	aspect-ratio: 74/73;
	background: transparent url(../images/common/deco4.webp) no-repeat center center/cover;
	content: "";
	max-width: 4.625rem;
	position: absolute;
	right: 7vw;
	top: 68.5%;
	width: 100%;
	z-index: 2;
}

.series__inner.inner {
	position: relative;
}

.series__inner::before,
.series__inner::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	position: absolute;
	width: 100%;
}

.series__inner::before {
	aspect-ratio: 229/259;
	background-image: url(../images/common/nami-beige.webp);
	bottom: -23%;
	left: 12vw;
	max-width: 14.3125rem;
}

.series__inner::after {
	aspect-ratio: 102/153;
	background-image: url(../images/common/deco1.webp);
	bottom: -3vw;
	max-width: 6.375rem;
	right: 18vw;
	z-index: 2;
}

.series__txt {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	line-height: 1.9;
	margin: 2.125rem auto 0;
	max-width: 46.875rem;
}

.series__txt span {
	background: linear-gradient(transparent 60%, #ffff00 60%);
}

.series__body {
	background-color: #f2f4ea;
	margin-top: 6.25rem;
	padding: 1.875rem 0 6.6875rem;
	position: relative;
}

.series__body::before,
.series__body::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	left: 0;
	position: absolute;
	width: 100%;
}

.series__body::before {
	aspect-ratio: 1800/83;
	background-image: url(../images/common/series1-bg2.webp);
	top: -4vw;
}

.series__body::after {
	aspect-ratio: 1800/67;
	background-image: url(../images/common/series1-bg.webp);
	bottom: -3vw;
}

.series__card {
	position: relative;
}

.series__card::before {
	aspect-ratio: 117/109;
	background: transparent url(../images/common/nami-small-white.webp) no-repeat center center/cover;
	content: "";
	max-width: 7.3125rem;
	position: absolute;
	right: 5.5vw;
	top: 13vw;
	width: 100%;
	z-index: 777;
}

.series__card::after {
	aspect-ratio: 108/182;
	background: transparent url(../images/common/deco2.webp) no-repeat center center/cover;
	content: "";
	left: 7vw;
	max-width: 6.75rem;
	position: absolute;
	top: 36.5vw;
	width: 100%;
	z-index: 777;
}

.series2 {
	padding-top: 12.8125rem;
}

.series2__body {
	margin-top: 5.875rem;
}

.series3 {
	padding-top: 11.875rem;
}

.series3__body {
	margin-top: 5.3125rem;
}

.series3__card {
	position: relative;
}

.series3__card::before {
	aspect-ratio: 117/109;
	background: transparent url(../images/common/nami-small-blue.webp) no-repeat center center/cover;
	bottom: -2.5vw;
	content: "";
	left: 5vw;
	max-width: 7.3125rem;
	position: absolute;
	width: 100%;
	z-index: 777;
}

.series3__card::after {
	aspect-ratio: 74/73;
	background: transparent url(../images/common/deco3.webp) no-repeat center center/cover;
	bottom: -7.5vw;
	content: "";
	max-width: 4.625rem;
	position: absolute;
	right: 6.5vw;
	width: 100%;
	z-index: 777;
}

.series4 {
	padding-top: 6.125rem;
}

.series4__list {
	margin: 2.5rem auto 0;
	max-width: 59.375rem;
	padding-left: 4.8vw;
}

.series4__body {
	background-color: #a2737c;
	border-radius: 5.5rem;
	color: #fff;
	margin: 3.125rem auto 0;
	max-width: 59.375rem;
	padding: 3.75rem 3.125rem 3.75rem 6.25rem;
}

.series4__subTl {
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.6363636364;
}

.series4__txt {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 1.7777777778;
	margin-top: 1.25rem;
}

.series4__bottom {
	display: flex;
	gap: 1.875rem;
	justify-content: center;
	margin-top: 1.875rem;
}

.series4__img {
	aspect-ratio: 158/165;
	max-width: 9.875rem;
}

.series4__shop {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 1.7777777778;
}
.tenpo {
	padding-top: 9.125rem;
}
.tenpo__inner {
	padding: 0 1.25rem;
}
.tenpo__body{
	background-color: #f2f4ea;
    overflow: visible!important;
}
.tenpo-title {
	color: #185bad;
	background-image: url("../images/common/tenpo-bg.webp");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left -1rem;
	font-size: clamp(1rem, 1.5vw, 1.7rem);
	font-weight: 900;
	display: block;
	padding: .5rem 1.5em 0 5.5%;
	transform: translateY(-1.2rem); /* 上にずらす */
	width: 100%;
	max-width: 20.625rem; /* = 330px */
	aspect-ratio: 330 / 100;
	height: auto;
	text-align: center;
}
.tenpo-title p{text-align: right;}
.tenpo__item{
	width:88%;
	margin: 0 auto;
	display: flex;
	gap: 20px;
}
.tenpo__item > div:first-child {
  aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	color: #185bad;
	display: flex;
	flex-direction: column;
	font-size: 1.3rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	max-height: 70px;
	max-width: 70px;
	text-align: center;
	width: 100%;
}
.tenpo__item02 {
  width:100%;
  display: flex;
  flex-wrap: wrap;
  padding-top:1.5rem;
  margin-bottom: 1.8rem;
}

.tenpo_info {
  width: 33.333% !important;
  box-sizing: border-box;
}
.tenpo_info:nth-child(n+4) {
  margin-top: 3rem;
}
.tenpo_name{
	font-size:1.2rem;
	font-weight: 900;
	margin-bottom: .3rem;
}
.tenpo_tel{
	font-size:1.15rem;
	margin-top: .5rem;
}
.tenpo_link a{
	background-color:#39c;
	color:#fff;
	border-radius: .5rem;
	display: inline-block;
	margin: .8rem 0 0;
	padding: .1rem .5rem .2rem;
	font-weight: 500;
}
.tenpo_link a:hover{
	background-color:#fff;
	color:#39c;
	font-weight: 500;
}

.shop-contact {
	padding-top: 5rem;
}

.shop-contact__body {
	background-color: #5c8db3;
	border-radius: 3.125rem;
	color: #fff;
	margin-left: auto;
	margin-right: auto;
	max-width: 81.25rem;
	padding: 4.4375rem 1.875rem 3.4375rem 2.5rem;
}

.shop-contact__flex {
	display: flex;
	gap: 3.3%;
}

.shop-contact__title {
	aspect-ratio: 1/1;
	background-color: #185bad;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex-direction: column;
	font-size: 1.625rem;
	font-weight: 900;
	justify-content: center;
	line-height: 1;
	max-height: 13.75rem;
	max-width: 13.75rem;
	padding: 0.25rem;
	text-align: center;
	width: 100%;
}

.shop-contact__top {
	font-size: 1.375rem;
	font-weight: 900;
	line-height: 1.6363636364;
}

.shop-contact__info {
	display: flex;
	gap: 9.5%;
	margin-top: 2.1875rem;
}

.shop-contact__subTl {
	font-size: 1.25rem;
	font-weight: 900;
}

.shop-contact__adress {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
}

.shop-contact__time {
	background-color: #fff;
	border-radius: 0.1875rem;
	color: #185bad;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 900;
	margin-top: 1.0625rem;
	max-width: 13.75rem;
	padding: 0.9375rem 0 0.9375rem 1.4375rem;
	width: 100%;
}

.shop-contact__comment {
	background-color: #185bad;
	font-size: 1.5rem;
	font-weight: 900;
	margin-top: 2.5rem;
	padding: 0.75rem 1.6875rem;
	width: 100%;
}

.shop-contact__bottom {
	align-items: end;
	display: flex;
	gap: 4%;
	margin-top: 1.4375rem;
}

.shop-contact__tel {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	line-height: 1.4;
}

.shop-contact__tel a {
	font-size: 2.375rem;
	font-weight: 700;
	line-height: 1.3571428571;
}

.shop-contact__to {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	line-height: 1.4;
}

.top-btn {
	bottom: 5%;
	position: fixed;
	right: 3%;
	z-index: 9999;
}

.top-btn a {
	background-color: #fff;
	border: 1px solid #185bad;
	border-radius: 50%;
	display: block;
	height: 7.5rem;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 7.5rem;
}

.top-btn a span {
	bottom: 20%;
	color: #185bad;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 900;
	left: 50%;
	line-height: 1.1111111111;
	line-height: 1;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	transform: translateX(-50%);
}

.top-btn a::before {
	background: transparent url(../images/common/arrow.webp) no-repeat center center/cover;
	content: "";
	height: 0.4375rem;
	left: 50%;
	position: absolute;
	top: 25%;
	transform: translateX(-50%);
	width: 0.875rem;
}

.top-btn a:hover {
	background-color: #185bad;
}

.top-btn a:hover span {
	color: #fff;
}

.top-btn a:hover::before {
	background-image: url(../images/common/arrow-white.webp);
}

.card-list__item + .card-list__item {
	margin-top: 6.25rem;
}

.card {
	align-items: center;
	display: flex;
	gap: 10%;
	justify-content: flex-end;
	margin-left: auto;
	margin-right: auto;
	max-width: 78.125rem;
}

.card__body {
	background-color: #f2f4ea;
	border-radius: 0.625rem;
	max-width: 42.5rem;
	padding: 2.0625rem 2.375rem 2.5625rem;
	width: 60.7142857143%;
}

.card__left {
	aspect-ratio: 320/240;
	border-radius: 1.25rem;
	max-width: 20rem;
}

.card__img {
	aspect-ratio: 320/240;
	position: relative;
	z-index: 2;
}

.card__img img {
	border-radius: 1.25rem;
}

.card__img::after {
	aspect-ratio: 320/240;
	background-color: #84bae5;
	border-radius: 1.25rem;
	content: "";
	height: 100%;
	max-height: 15rem;
	position: absolute;
	right: -0.625rem;
	top: 0.625rem;
	width: 100%;
	z-index: -1;
}

.card__title {
	color: #185bad;
	font-size: 1.5rem;
	font-weight: 900;
}

.card__subTop {
	align-items: end;
	display: flex;
	gap: 1.875rem;
}

.card__subTop + .card__subTop {
	margin-top: 0.625rem;
}

.card__explain {
	font-size: 1.25rem;
	font-weight: 700;
}

.card__explain--small {
	font-size: 1.125rem;
	font-weight: 700;
}

.card__price {
	font-size: 1.5rem;
	font-weight: 900;
}

.card__price span {
	font-size: 1.25rem;
}

.card__catch {
	font-family: "Noto Sans JP", serif;
	font-size: 1rem;
	line-height: 2.125;
}

.card__txt {
	font-family: "Noto Sans JP", serif;
	font-size: 1.25rem;
	font-weight: 700;
	line-height: 1.9;
	margin-top: 1.5625rem;
}

.card__use {
	margin-top: 2rem;
}

.card__note {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	margin-top: 0.625rem;
}

.card--flex {
	gap: 5%;
}

.card--flex .card__left {
	aspect-ratio: 532/240;
	display: flex;
	gap: 11%;
	margin-left: calc(50% - 50vw);
	max-width: 33.25rem;
}

.card--column {
	align-items: start;
	gap: 3%;
}

.card--column .card__left {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin-left: calc(50% - 50vw);
	max-width: 30rem;
	width: 40%;
}

.card--column .card__left div.card__img {
	aspect-ratio: 480/270;
	max-width: 30rem;
}

.card--column .card__left figure.card__img {
	max-width: 20rem;
}

.card--column .card__left .card__img + .card__img {
	margin-top: 3.375rem;
	width: 100%;
}

.card--column .card__left div.card__img::after {
	display: none;
}

.card--column .card__left div.card__img iframe {
	height: 100%;
	width: 100%;
}

.card__img--small {
	aspect-ratio: 154/240;
}

.card__img--small::after {
	display: none;
}

.card--other .card__left {
	display: flex;
	max-width: 33.3125rem;
}

.card--other .card__img:nth-of-type(2) {
	aspect-ratio: 154/240;
	max-width: 9.625rem;
}

.card--other .card__img:nth-of-type(2)::after {
	display: none;
}

.card--many {
	gap: 5%;
	justify-content: end;
}

.card--many .card__left {
	-moz-column-gap: 8%;
	column-gap: 8%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-left: calc(50% - 50vw);
	max-width: 43.75rem;
	row-gap: 11%;
}

.card--many .card__img {
	max-width: 20rem;
}

.card--many .card__left div.card__img {
	aspect-ratio: 480/270;
	max-width: 30rem;
	width: 100%;
}

.card--many .card__left figure.card__img {
	max-width: 20rem;
}

.card--many .card__left div.card__img::after {
	display: none;
}

.card--many .card__left div.card__img iframe {
	height: 100%;
	width: 100%;
}

.card--many .card__body {
	max-width: 35rem;
}

.card--white .card__body {
	background-color: #fff;
}

.card__subTop--column {
	align-items: start;
	flex-direction: column;
	gap: 0;
	margin-top: 0.625rem;
}

.card--orange .card__img::after {
	background-color: #d3a282;
}

.card--orange .card__title {
	color: #bd4e2a;
}

.drop-menu {
	left: 0;
	position: absolute;
	top: 100%;
	visibility: hidden;
}

.pc-nav__drop.js-click.drop-menu {
	visibility: visible; /* 下層メニューを表示 */
}

.drop-menu__item {
	background-color: #fff;
	border: 1px solid #dadada;
	padding: 1.625rem 0.4375rem;
	width: 14.375rem;
}

.drop-menu__item:nth-of-type(2) {
	border-top: none;
}

.drop-menu__item a {
	font-size: 1.125rem;
	font-weight: 900;
	transition: all 0.3s ease 0s;
}

.drop-menu__item a span {
	font-size: 0.875rem;
}

.drop-menu__item a:hover {
	color: #185bad;
}

footer {
	background-color: #fff;
	padding-bottom: 2.5rem;
	padding-top: 2.9375rem;
	position: relative;
	z-index: 888;
}

footer::before {
	aspect-ratio: 1800/85;
	background: transparent url(../images/common/footer-bg.webp) no-repeat center center/cover;
	content: "";
	left: 0;
	position: absolute;
	top: -3.5vw;
	width: 100%;
	z-index: 0;
}

.footer__copy {
	font-family: "Noto Sans JP", serif;
	font-size: 0.75rem;
	letter-spacing: 0.04em;
	text-align: center;
	transform: translateY(-2vw);
}

.header-hamburger {
	display: none;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	background-color: #fff;
	border-radius: 0.0625rem;
	display: block;
	height: 0.1875rem;
	left: 50%;
	position: absolute;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 1.875rem;
}

.header-hamburger span:nth-child(1) {
	top: 30%;
}

.header-hamburger.js-open span:nth-child(1) {
	top: 50%;
	transform: translateX(-50%) rotate(-45deg);
}

.header-hamburger span:nth-child(2) {
	top: 50%;
}

.header-hamburger.js-open span:nth-child(2) {
	display: none;
}

.header-hamburger span:nth-child(3) {
	top: 70%;
}

.header-hamburger.js-open span:nth-child(3) {
	top: 50%;
	transform: translateX(-50%) rotate(45deg);
}

.header {
	background-color: #f7f8da;
	height: 5rem;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 555;
}

.header.z-index {
	z-index: 999;
}

.header__inner {
	height: inherit;
	padding: 0 9vw;
}

.header__logo a {
	align-items: center;
	color: #185bad;
	display: flex;
	flex-direction: column;
	font-family: "aglet-sans", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	padding-bottom: 1rem;
	padding-top: 1.375rem;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease 0s;
	width: 7.5rem;
}

.header__logo a > span {
	aspect-ratio: 1/1;
	background-color: #fff;
	border-radius: 50%;
	bottom: 0;
	height: 7.5rem;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	transition: all 0.3s ease 0s;
	width: 7.5rem;
	z-index: -1;
}

.header__logo a::before {
	background: transparent url(../images/common/ico-top.webp) no-repeat center center/cover;
	content: "";
	height: 1.1875rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 1rem;
}

.header__logo a:hover {
	color: #fff;
}

.header__logo a:hover span {
	background-color: #185bad;
}

.header__logo a:hover::before {
	background-image: url(../images/common/ico-top-white.webp);
}

.header__body {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
	margin-left: auto;
	margin-right: auto;
	max-width: 1190px;
}

.header__pc-nav {
	display: block;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1750px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
.inner02 {
	margin-left: auto;
	margin-right: auto;
	max-width: 1800px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}
.main-wrap {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
}

.main-wrap::before,
.main-wrap::after {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	height: 100%;
	max-width: 8.125rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 666;
}

.main-wrap::before {
	background-image: url(../images/common/deco-left.png);
	left: 0;
}

.main-wrap::after {
	background-image: url(../images/common/deco-right.png);
	right: 0;
}

.pc-nav {
	height: inherit;
	padding-right: 6%;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	gap: 2.375rem;
	height: inherit;
}

.pc-nav__item {
	height: inherit;
	padding-top: 0.4375rem;
	position: relative;
	transition: 0.1s;
}

.pc-nav__item > a {
	align-items: center;
	cursor: pointer;
	display: block;
	display: flex;
	font-size: 1.125rem;
	font-weight: 900;
	height: inherit;
	justify-content: center;
	letter-spacing: 0.09em;
	overflow: hidden;
	padding-left: 1.1875rem;
	position: relative;
	transition: 0.3s;
	z-index: 2;
}

.pc-nav__item > a::before {
	background-color: #000;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 0.625rem;
}

.pc-nav__item > a::after {
	animation: none;
	background-color: #f7f8da;
	bottom: 0;
	bottom: 15%;
	content: "";
	height: 0.9375rem;
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	top: auto;
	width: 100%;
	z-index: 2;
}

.pc-nav__item::after {
	background: transparent url(../images/common/nav1.webp) no-repeat center center/cover;
	bottom: 11%;
	content: "";
	height: 0.6875rem;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* セクションが表示されたら波線を表示 */

.pc-nav__item:nth-of-type(3)::after {
	background-image: url(../images/common/nav3.webp);
}

.pc-nav__item:nth-of-type(4)::after {
	background-image: url(../images/common/nav4.webp);
}

.pc-nav__item:nth-of-type(5)::after {
	background-image: url(../images/common/nav5.webp);
}

.pc-nav__item > a span {
	font-size: 0.875rem;
}

.pc-nav__item > a:hover {
	color: #185bad;
}

.pc-nav__item > a:hover::before {
	background-color: #185bad;
}

.pc-nav__item > a.is-active {
	color: #185bad;
}

.pc-nav__item > a.is-active::before {
	background-color: #185bad;
}

.pc-nav__item > a.is-active::after,
.pc-nav__item > a.slide-out::after {
	animation: slide-out 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; /* 左から現れる */
}

.pc-nav__item > a.slide-in::after {
	animation: slide-in 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.pc-nav__item > a:hover::after {
	animation: slide-out 2s cubic-bezier(0.4, 0, 0.2, 1) forwards; /* 左から現れる */
}

.series-title {
	text-align: center;
}

.series-title__catch {
	background-color: #ca5467;
	border-radius: 0.1875rem;
	color: #fff;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 auto 0.3125rem;
	max-width: 10rem;
	padding: 0.4375rem 0.3125rem;
	text-align: center;
}

.series-title__main {
	color: #185bad;
	display: inline-block;
	font-size: 2.5rem;
	font-weight: 900;
	padding: 0 14.125rem;
	position: relative;
	text-align: center;
}

.series-title__main span {
	display: block;
	font-size: 1.625rem;
	line-height: 0.7692307692;
}

.series-title__main--big span {
	font-size: 1.875rem;
}

.series-title__main span::before,
.series-title__main span::after {
	aspect-ratio: 213/50;
	background: transparent url(../images/common/line-blue.webp) no-repeat center center/cover;
	content: "";
	max-width: 13.3125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
}

.series-title__main span::before {
	left: 0;
}

.series-title__main span::after {
	right: 0;
}

.series-title__sub {
	color: #185bad;
	font-size: 1.625rem;
	font-weight: 900;
	margin-top: 2.1875rem;
	text-align: center;
}

.series-title__sub--small {
	font-size: 1.375rem;
	line-height: 1.6363636364;
}

.series-title--pink .series-title__main,
.series-title--pink .series-title__sub {
	color: #a04d66;
}

.series-title--pink .series-title__main span::before,
.series-title--pink .series-title__main span::after {
	background-image: url(../images/common/line-pink.webp);
}

.series-title--orange .series-title__main,
.series-title--orange .series-title__sub {
	color: #bd4e2a;
}

.series-title--orange .series-title__main span::before,
.series-title--orange .series-title__main span::after {
	background-image: url(../images/common/line-orange.webp);
}

.sp-nav {
	display: none;
}

.sp-nav.js-open::before,
.sp-nav.js-open::after {
	opacity: 1;
}

.use__title {
	background-color: #ca5467;
	border-radius: 0.1875rem;
	color: #fff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 900;
	padding: 0.375rem 0.75rem;
	text-align: center;
}

.use__body {
	margin-top: 0.9375rem;
}

.use__txt {
	font-family: "Noto Sans JP", serif;
	font-size: 1.125rem;
	line-height: 1.7777777778;
}

.use__item + .use__item {
	margin-top: 0.875rem;
}

.use__item-txt {
	font-size: 1.125rem;
	font-weight: 700;
	line-height: 1.8888888889;
	padding-left: 2.1875rem;
	position: relative;
}

.use__item-txt::before {
	background-color: #ca5467;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 1rem;
	font-weight: 900;
	height: 1.5625rem;
	left: 0;
	line-height: 1;
	padding: 0.25rem;
	position: absolute;
	text-align: center;
	top: 0.1875rem;
	width: 1.5625rem;
}

.use__item:nth-of-type(1) .use__item-txt::before {
	content: "1";
}

.use__item:nth-of-type(2) .use__item-txt::before {
	content: "2";
}

.use__item:nth-of-type(3) .use__item-txt::before {
	content: "3";
}

.use__item:nth-of-type(4) .use__item-txt::before {
	content: "4";
}

@media (max-width: 1700px) {

html {
	font-size: 0.9411764706vw;
}

}

@media screen and (max-width: 767px) {

.u-desktop {
	display: none;
}

.u-mobile {
	display: block;
}

html {
	font-size: 16px;
}

.about {
	margin-top: 3.75rem;
	overflow: hidden;
	padding-top: 2.5rem;
}

.about::before {
	max-width: 17.5rem;
}

.about::after {
	background-image: url(../images/common/mv-bg-right_sp.webp);
	max-width: 18.75rem;
}

.about__title {
	font-size: 2.5rem;
}

.about__body {
	margin-top: 3.125rem;
}

.about__flex {
	align-items: center;
	flex-direction: column;
	gap: 1.875rem;
	justify-content: center;
}

.about__sub {
	font-size: 1.25rem;
}

.about__main {
	margin-top: 1.875rem;
}

.about__main h4 {
	font-size: 1.25rem;
}

.about__txt {
	font-size: 1rem;
}

.about__bottom {
	margin-top: 3.125rem;
	padding: 3.125rem 25px;
}

.about__bottom-wrap {
	max-width: 37.5rem;
}

.about__sub2 {
	font-size: 1.5rem;
}

.about__txt2 {
	font-size: 1rem;
}

.contact__inner::before {
	max-width: 8.125rem;
	top: -21%;
}

.contact__inner.inner {
	max-width: 40.625rem;
}

.contact__catch p:nth-child(1) {
	font-size: 1.0625rem;
}

.contact__catch p:nth-child(2) {
	font-size: 0.9375rem;
}

.contact__contents {
	flex-direction: column;
}

.contact__flex {
	flex-direction: column;
	gap: 1.25rem;
	margin-top: 1.875rem;
	width: 100%;
}

.contact__title {
	font-size: 1rem;
	max-height: 8.125rem;
	max-width: 8.125rem;
}

.contact__wrap {
	min-height: 6.25rem;
}

.contact__wrap:nth-of-type(1) {
	max-width: none;
	max-width: initial;
	width: 100%;
}

.contact__wrap:nth-of-type(2) {
	padding: 1.875rem 1.25rem 2.5rem;
	width: 100%;
}

.contact__mainTl {
	font-size: 1.75rem;
}
.contact__tenpo a{
    font-size: 1.2rem;
	margin: 1rem 1rem 1rem;
}
.contact__or {
	font-size: 1rem;
}

.contact__top {
	flex-direction: column;
	gap: 0.625rem;
}

.contact__subTl {
	font-size: 1.5rem;
}

.contact__name {
	font-size: 1rem;
}

.contact__bottom {
	margin-top: 1.5625rem;
}

.contact__adress {
	font-size: 1rem;
}

.contact__main-adress {
	flex-direction: column;
	gap: 0.5rem;
}

.contact__tel {
	font-size: 1rem;
}

.contact__tel > a {
	font-size: 1.5rem;
	line-height: 1.3333333333;
}

.contact__fax {
	font-size: 1rem;
}

.contact__mail {
	font-size: 1rem;
}

.contact__note {
	font-size: 0.875rem;
	text-align: left;
}

.movie {
	margin-top: 11.875rem;
	padding-top: 1.875rem;
	z-index: 1;
}

.movie::after {
	bottom: 0;
	left: 1vw;
	max-width: 8.125rem;
}

.movie__title {
	font-size: 1.75rem;
	height: 8.125rem;
	top: max(-4.375rem, min(-17vw, 12.5rem));
	width: 8.125rem;
}

.movie__body {
	max-width: 31.25rem;
}

.movie__list {
	gap: 1.875rem;
}

.movie__item {
	width: 100%;
}

.movie__video {
	max-width: none;
	max-width: initial;
}

.movie__sub {
	font-size: 1rem;
	margin-top: 0.5rem;
}

.series::after {
	top: 67%;
}

.series__inner.inner {
	max-width: 40.625rem;
}

.series__inner::before {
	bottom: max(-6.4375rem, min(-25%, 6.4375rem));
	left: 1vw;
	max-width: 8.125rem;
	z-index: -1;
}

.series__inner::after {
	bottom: -17%;
	max-width: 4.25rem;
	right: 5vw;
}

.series__txt {
	font-size: 1rem;
	margin-top: 1.5625rem;
}

.series__body {
	padding: 1.875rem 1.5625rem 6.6875rem;
}

.series__card::before {
	max-width: 5.625rem;
	right: -2%;
	top: 25%;
	z-index: 2;
}

.series__card::after {
	display: none;
}

.series2 {
	padding-top: 6.25rem;
}

.series2__body {
	margin-top: 3.125rem;
	padding: 0 25px;
}

.series3 {
	padding-top: 6.25rem;
}

.series3__body {
	margin: 3.125rem auto 0;
	padding: 0 25px;
}

.series3__card::before {
	bottom: 22%;
	left: -5vw;
	max-width: 5.625rem;
	z-index: 2;
}

.series3__card::after {
	bottom: -3%;
	right: -2.5vw;
	z-index: 2;
}

.series4__inner.inner {
	padding: 0 1.25rem;
}

.series4__list {
	max-width: 31.25rem;
	padding-left: 0;
}

.series4__body {
	border-radius: 3.125rem;
	margin-top: 3.125rem;
	max-width: 37.5rem;
	padding: 2.5rem 0.9375rem 3.75rem 1.25rem;
}

.series4__subTl {
	font-size: 1.25rem;
}

.series4__txt {
	font-size: 1rem;
}

.series4__bottom {
	align-items: center;
	flex-direction: column;
}

.series4__shop {
	font-size: 1rem;
}
.inner02 {
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.tenpo__inner {
	padding: 0;
}
.tenpo-title {
    width: 100%;
    max-width: 45vw; 
    font-size: clamp(.8rem, 6vw, 1.2rem);
    aspect-ratio: 280 / 80;
    background-size: contain;
    background-position: left top;
    text-align: center;
    margin: 0 auto 1rem 0;
	padding: 0.3em 1.5em 1em 1.5%;
  }
.tenpo__item > div:first-child {
	font-size: 1.1rem;
	max-height: 60px;
	max-width: 60px;
}
.tenpo__item02 {
    display: block; /* flex解除 */
	padding-top:1rem;
  }

.tenpo_info {
    width: 100% !important;
  }
.tenpo_info:nth-child(n+4) {
  margin-top: 0;
}
.tenpo_name{
	font-size:1.1rem;
	margin-bottom: .3rem;
}
.tenpo_add{
	display: none;
}
.tenpo_tel{
	display: none;
}
.tenpo_link a{
	margin: .3rem 0 1.3rem;
}
.shop-contact {
	padding-top: 4.375rem;
}

.shop-contact__body {
	border-radius: 1.875rem;
	max-width: 37.5rem;
	padding: 1.875rem 1.25rem 2.5rem 1.25rem;
}

.shop-contact__flex {
	align-items: center;
	flex-direction: column;
}

.shop-contact__title {
	font-size: 1.5rem;
	max-height: 11.25rem;
	max-width: 11.25rem;
}

.shop-contact__contents {
	margin-top: 1.875rem;
}

.shop-contact__top {
	font-size: 1.1875rem;
}

.shop-contact__info {
	flex-direction: column;
	gap: 1.25rem;
}

.shop-contact__subTl {
	font-size: 1.125rem;
}

.shop-contact__adress {
	font-size: 1rem;
}

.shop-contact__time {
	font-size: 1.125rem;
	margin-top: 0.875rem;
	max-width: 12.5rem;
	padding: 0.625rem 0 0.625rem 1.0625rem;
}

.shop-contact__comment {
	font-size: 1.25rem;
	margin-top: 3.125rem;
	padding: 0.875rem 1.4375rem;
}

.shop-contact__bottom {
	align-items: start;
	flex-direction: column;
	gap: 0.625rem;
	margin-top: 1.25rem;
}

.shop-contact__tel {
	font-size: 1.125rem;
}

.shop-contact__tel a {
	font-size: 1.875rem;
}

.shop-contact__to {
	font-size: 1rem;
}

.top-btn {
	z-index: 666;
}

.top-btn a {
	height: 4.6875rem;
	width: 4.6875rem;
}

.top-btn a span {
	bottom: 16%;
	font-size: 0.9375rem;
	width: 100%;
}

.top-btn a::before {
	height: 0.375rem;
	top: 20%;
	width: 0.8125rem;
}

.card-list__item + .card-list__item {
	margin-top: 4.375rem;
}

.card {
	flex-direction: column;
	gap: 1.875rem;
	justify-content: center;
}

.card__body {
	padding: 1.875rem 1.25rem 2.5rem;
	width: 100%;
}

.card__img::after {
	right: -0.3125rem;
	top: 0.3125rem;
}

.card__title {
	font-size: 1.375rem;
}

.card__subTop {
	flex-wrap: wrap;
	gap: 0.3125rem;
	margin-top: 0.625rem;
}

.card__explain {
	font-size: 1.0625rem;
}

.card__explain--small {
	font-size: 1rem;
}

.card__price {
	font-size: 1.375rem;
}

.card__price span {
	font-size: 1.125rem;
}

.card__catch {
	font-size: 0.875rem;
}

.card__txt {
	font-size: 1.125rem;
}

.card__note {
	font-size: 1rem;
}

.card--flex .card__left {
	margin-left: 0;
}

.card--column {
	align-items: center;
}

.card--flex .card__left .card__img:nth-child(1) {
	max-width: 20rem;
}

.card--column .card__left {
	aspect-ratio: initial;
	margin-left: 0;
	width: 100%;
}

.card--column .card__left .card__img + .card__img {
	margin-top: 1.875rem;
}

.card__img--small {
	max-width: 9.625rem;
}

.card--many .card__left {
	align-items: center;
	aspect-ratio: initial;
	flex-direction: column;
	flex-wrap: nowrap;
	gap: 1.875rem;
	margin-left: 0;
	width: 100%;
}

.card--many .card__explain {
	font-size: 1rem;
}

.drop-menu {
	position: static;
	visibility: visible;
}

.drop-menu__item {
	background-color: transparent;
	border: none;
	padding: max(0.5rem, min(3%, 1rem));
	width: 100%;
}

.drop-menu__item a {
	color: #231815;
	font-size: max(1.125rem, min(4vw, 1.375rem));
}

.drop-menu__item a span {
	font-size: max(0.875rem, min(2vw, 1.125rem));
}

footer {
	z-index: 1;
}

.header-hamburger {
	background-color: #185bad;
	display: block;
	height: 3.75rem;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	width: 3.75rem;
	z-index: 9999;
}

.header {
	height: 3.75rem;
	z-index: 888;
}

.header__inner {
	padding-left: 2rem;
	padding-right: 0;
}

.header__h1 {
	font-size: 1.4375rem;
	font-weight: 900;
}

.header__pc-nav {
	display: none;
}

.inner {
	padding-left: 25px;
	padding-right: 25px;
}

.main-wrap::before,
.main-wrap::after {
	display: none;
}

.pc-nav__items {
	flex-direction: column;
}

.pc-nav__item {
	padding: 0 1rem;
}

.series-title__main {
	font-size: 2.1875rem;
	padding: 0;
	width: -moz-fit-content;
	width: fit-content;
}

.series-title__main span {
	font-size: 1.4375rem;
	padding: 0 5.8125rem;
	position: relative;
}

.series-title__main span::before,
.series-title__main span::after {
	bottom: -36%;
	max-width: 4.375rem;
	top: auto;
}

.series-title__sub {
	font-size: 1.4375rem;
	margin-top: 1.875rem;
}

.series-title__sub--small {
	font-size: 1.1875rem;
}

.sp-nav {
	background-color: #f2f4ea;
	display: block;
	height: 100%;
	max-height: 100vh;
	overflow-y: auto;
	padding-top: 18%;
	position: fixed;
	right: -105%;
	transition: all 0.5s ease 0s;
	width: 100%;
	z-index: 777;
}

.sp-nav::before {
	aspect-ratio: 750/112;
	background: transparent url(../images/common/drower-bg.webp) no-repeat center center/cover;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 0.3s ease 0s;
	width: 100%;
	z-index: -1;
}

.sp-nav::after {
	aspect-ratio: 178/207;
	background: transparent url(../images/common/nami-drower.webp) no-repeat center center/cover;
	bottom: 5%;
	content: "";
	max-width: 11.0625rem;
	opacity: 0;
	position: fixed;
	right: 14vw;
	transition: opacity 0.3s ease 0s;
	width: 100%;
	z-index: -1;
}

.sp-nav.js-open {
	right: 0%;
}

.sp-nav__items {
	padding-left: 7%;
}

.sp-nav__item > a {
	color: #185bad;
	display: inline-block;
	font-size: max(1.125rem, min(4vw, 1.375rem));
	font-weight: 900;
	padding-bottom: max(0.5rem, min(4%, 1rem));
	padding-left: 1.5rem;
	padding-top: max(0.5rem, min(4%, 1rem));
	position: relative;
	width: 90%;
}

.sp-nav__item--nolink > a {
	padding-bottom: max(0.5rem, min(4%, 1rem));
	padding-top: max(0.5rem, min(4%, 1rem));
	pointer-events: none;
}

.sp-nav__item > a::before {
	background-color: #185bad;
	border-radius: 50%;
	content: "";
	display: block;
	height: 0.625rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: all 0.3s ease 0s;
	width: 0.625rem;
}

.sp-nav__item > a span {
	font-size: 1.25rem;
	font-size: max(0.875rem, min(2vw, 1.125rem));
}

.sp-nav__item--en > a {
	font-family: "aglet-sans", sans-serif;
	font-size: max(1.125rem, min(4vw, 1.375rem));
	padding-left: 2.375rem;
	text-transform: uppercase;
}

.sp-nav__item--en > a::before {
	background: transparent url(../images/common/ico-top.webp) no-repeat center center/cover;
	border-radius: 0;
	height: 1.375rem;
	width: 1.125rem;
}

.use__title {
	font-size: 1rem;
	padding: 0.25rem 0.625rem;
}

.use__txt {
	font-size: 1rem;
}

.use__item + .use__item {
	margin-top: 0.625rem;
}

.use__item-txt {
	font-size: 1rem;
}

.use__item-txt::before {
	font-size: 0.875rem;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}

@keyframes slide-in {

0% {
	transform: translateX(-100%); /* 左から非表示 */
}

100% {
	transform: translateX(0); /* 表示状態 */
}

}

@keyframes slide-out {

0% {
	transform: translateX(0); /* 表示状態 */
}

100% {
	transform: translateX(100%); /* 右に非表示 */
}

}


/*# sourceMappingURL=style.css.map */
