@charset "utf-8";

.set-content-width {
	padding-left: 20px;
	padding-right: 20px;
}

.set-content-width .inner-box {
	width: min(100%,1020px);
	margin: 0 auto;
}

.set-box-width {
	padding-left: 20px;
	padding-right: 20px;
}

.set-box-width .inner-box {
	width: min(100%,1120px);
	margin: 0 auto;
	padding: 2.0rem;
	background-color: var(--box-bg-color);
	border-radius: 20px;
}

.link-btn {
	position: relative;
	width: min(100%, 420px);
	margin: 0;
	padding: 0;
	border-radius: 99em;
	border-bottom: 3px solid #D6D7D7;
}

.link-btn::after {
	content: "";
	display: block;
	position: absolute;
	right: 2.2rem;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../images/icon_cl_arrow_blk.svg") 50% 50% no-repeat;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 1;
}

.link-btn:hover::after {
	right: 1.4rem;
}

.link-btn a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1.2rem 4.0rem 1.4rem;
	border-radius: 99em;
	border: 1px solid #999A9A;
	background-color: var(--color-white);
	font-weight: 700;
	font-size: 1.6rem;
	color: #444444;
}

.link-btn a::before {
	content: "";
	width: 30px;
	height: 30px;
	margin: 0.3rem 1.4rem 0 0;
	background: url("../images/cmn_icon_mail.svg") 50% 50% no-repeat;
	flex-shrink: 0;
}

.link-btn:hover a {
	opacity: 1;
	color: var(--main-color);
}

.link-btn.beg a {
	border: 1px solid var(--box-bg-color);
	background-color: var(--box-bg-color);
}

.link-btn.icon-slist a {
	font-size: var(--ft-size20);
}

.link-btn.icon-slist a::before {
	background: url("../images/icon_btn_slist.svg") 50% 50% no-repeat;
}

.link-btn.icon-scard a {
	padding: 0.9rem 4.0rem 1.1rem;
}

.link-btn.icon-scard a::before {
	width: 34px;
	height: 34px;
	margin: 0.2rem 2.0rem 0 0;
	background: url("../images/icon_btn_scard.svg") 50% 50% no-repeat;
}

.link-btn.icon-faq a::before {
	width: 40px;
	height: 30px;
	background: url("../images/icon_btn_faq.svg") 50% 50% no-repeat;
}

/* Main Visual ----------------------------------- */
.main-visual {
	position: relative;
}

.main-visual .swiper img {
	width: 100%;
}

.main-visual .swiper {
	position: relative;
}

.main-visual .swiper .loader-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2000;
	animation-name: fadeOut;
	animation-delay: 2.5s;
	animation-duration: 1.5s;
	animation-fill-mode: both;
}

@keyframes fadeOut {
    0% {
        opacity: 1; /*初めに存在する*/
    }
    100% {
        opacity: 0; /*最後に消える*/
    }
}

.main-visual .swiper .loader-img img {
	width: 100%;
	object-fit: cover;
}
.main-visual img {
	width: 100%;
}

.main-visual .swiper .mv-fixed-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1500;
}

.main-visual .swiper .mv-fixed-img img {
	width: 100%;
	object-fit: cover;
}

.main-visual .swiper-horizontal > .swiper-pagination-bullets,
.main-visual .swiper-pagination-bullets.swiper-pagination-horizontal,
.main-visual .swiper-pagination-custom,
.main-visual .swiper-pagination-fraction {
	bottom: -30px;
}

/* concept ---------------------------------------- */
.concept-area {
	margin-bottom: 6.8rem;
	padding-top: 7.2rem;
}

.concept-area h2 {
	margin: 0 0 3.6rem;
}

.concept-area .concept-box {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin: 0 0 4.5rem;
}

.concept-area .concept-box:nth-of-type(2) {
	flex-flow: row nowrap;
}

.concept-area .concept-box h3 {
	width: 47.648%;
	margin: 0;
	padding: 0;
	background: url("../images/top_concept_sttl_bg.png") 50% 50% no-repeat;
	background-size: contain;
}

.concept-area .concept-box figure {
	position: relative;
	width: 49.412%;
}

.concept-area .concept-box figure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/top_concept_mask.png) 50% 50% no-repeat;
	background-size: 100% auto;
}

.concept-area p {
	font-size: 1.6rem;
	line-height: 1.75;
}

/* topics --------------------------------------- */
.topics-area {
	margin-bottom: 3.2rem;
}

.topics-area .inner-box {
	padding-top: 1.4rem;
	padding-bottom: 4.2rem;
}

.topics-area h2 {
	margin: 0 0 4.8rem;
}

.topics-area ul {
	width: min(100%,1020px);
	margin: 0 auto;
}

.topics-area ul li {
	background-image : linear-gradient(to right, var(--color-black) 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
}

.topics-area ul li a {
	display: block;
	padding: 1.0rem 0;
	font-weight: 600;
	line-height: 1.5;
}

.topics-area ul li a time {
	display: block;
	margin: 0 0 0.2rem;
	line-height: 1.2;
}

/* instagram ------------------------------------- */
.instagram-area {
	margin-bottom: 5.2rem;
}

.instagram-area ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	width: 100%;
	gap: 1.0rem;
}

.instagram-area ul li {
	width: calc((100% - 6.0rem) / 6.5);
}

.instagram-area ul li:nth-of-type(1) { width: calc((100% - 6.0rem) / 14); align-self: center; order: 4; }
.instagram-area ul li:nth-of-type(2) { order: 1; }
.instagram-area ul li:nth-of-type(3) { order: 2; }
.instagram-area ul li:nth-of-type(4) { order: 3; }
.instagram-area ul li:nth-of-type(5) { order: 5; }
.instagram-area ul li:nth-of-type(6) { order: 6; }
.instagram-area ul li:nth-of-type(7) { order: 7; }

.instagram-area ul li img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
}

/* shoplist ------------------------------------- */
.shoplist-area {
	margin: 0 0 5.6rem;
}

.column-box {
	display: flex;
	flex-flow: row-reverse nowrap;
	align-items: center;
	justify-content: space-between;
	width: min(100%,1060px);
	margin: 0 auto 6.4rem;
	padding: 0 20px;
}

.column-box > div {
	width: 47.648%;
}

.column-box > div h2 {
	margin: 0 0 3.0rem;
}

.column-box > div p.link-btn {
	margin-left: auto;
	margin-right: auto;
}

.column-box figure {
	position: relative;
	width: 49.412%;
}

.column-box figure::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/top_concept_mask.png) 50% 50% no-repeat;
	background-size: 100% auto;
}

.shop-photo {
	position: relative;
	margin: 0 0 5.0rem;
}

.shop-photo::before,
.shop-photo::after {
	content: "";
	position: absolute;
	left: 50%;
	display: block;
	width: 100%;
	height: 29px;
	background-image: url(../images/top_shopphoto_bg.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	transform: translateX(-50%);
}

.shop-photo::before {
	top: -15px;
}

.shop-photo::after {
	bottom: -15px;
}

.shop-photo ul {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}

.shop-photo ul li {
	width: calc(100% / 3);
}

.shop-photo ul li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 107 / 95;
}

.shop-photo + p {
	padding: 0 20px;
	text-align: center;
	font-weight: 600;
	font-size: var(--ft-size34);
}
/* stamp card ------------------------------------- */
.stampcard-area {
	margin: 0 0 7.4rem;
}

.stampcard-area h2 {
	margin: 0 0 5.2rem;
}

.stampcard-area .inner-box {
	padding-top: 5.6rem;
	padding-bottom: 6.4rem;
}

.stampcard-area p.lead-text {
	width: min(100%,1020px);
	margin: 0 auto 5.8rem;
	line-height: 1.75;
	font-weight: 700;
}

.stampcard-area ul {
	display: flex;
	width: min(100%,1000px);
	margin: 0 auto 6.8rem;
	gap: 1.9rem;
}

.stampcard-area ul li em {
	display: block;
	margin: 0 0 0.4rem;
	font-style: normal;
}

.stampcard-area ul li:nth-of-type(1) {
	width: 57.1%
}

.stampcard-area ul li:nth-of-type(2) {
	width: 41.0%
}

.stampcard-area .link-btn {
	margin-left: auto;
	margin-right: auto;
}

/* FAQ ------------------------------------- */
.faq-area {
	margin: 0 0 8.0rem;
}

.faq-area h2 {
	margin: 0 0 2.0rem;
}

.faq-area .inner-box {
	padding-bottom: 5.8rem;
}

.faq-item {
	width: min(100%,1020px);
	margin: 0 auto;
	padding: 4.6rem 2.0rem 2.8rem;
	background-image : linear-gradient(to right, var(--color-black) 2px, transparent 2px);
	background-size: 10px 2px;
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 1.5;
}

.faq-item:last-of-type {
	margin-bottom: 6.2rem;
	background-image: none;
}

.faq-item h3 {
	position: relative;
	min-height: 42px;
	margin: 0 0 4.6rem;
	padding: 0 0 0 100px;
	font-weight: 700;
	font-size: var(--ft-size20);
}

.faq-item h3::before {
	content: "";
	position: absolute;
	left: 0;
	top: -24px;
	display: block;
	width: 76px;
	height: 68px;
	background: url(../images/icon_faq_q.svg) 50% 50% no-repeat;
	background-size: contain;
}

.faq-item p {
	position: relative;
	min-height: 42px;
	padding: 0 0 0 100px;
	font-weight: 700;
}

.faq-item p::before {
	content: "";
	position: absolute;
	left: 0;
	top: -24px;
	display: block;
	width: 76px;
	height: 68px;
	background: url(../images/icon_faq_a.svg) 50% 50% no-repeat;
	background-size: contain;
}

.faq-item a {
	color: var(--main-color);
	text-decoration: underline;
}

.faq-item .wp-block-columns.payment-list {
	display: flex;
	margin: 1em 0;
	padding: 0 0 0 100px;
}

/* ボタン */
.faq-item .wp-block-buttons {
	margin-top: 2.8rem;
	margin-bottom: 0;
	text-align: right;
}

.faq-item .wp-block-button {
	position: relative;
	margin: 0;
	padding: 0;
	border-radius: 99em;
	border-bottom: 3px solid #D6D7D7;
}

.faq-item .wp-block-button::after {
	content: "";
	display: block;
	position: absolute;
	right: 2.2rem;
	top: 50%;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url("../images/icon_cl_arrow_blk.svg") 50% 50% no-repeat;
	transform: translateY(-50%);
	transition: all .3s;
	z-index: 1;
}

.faq-item .wp-block-button:hover::after {
	right: 1.4rem;
}

.faq-item .wp-block-button a.wp-block-button__link {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 1.6rem 6.0rem 1.8rem 4.0rem;
	border-radius: 99em;
	border: 1px solid #999A9A;
	background-color: var(--color-white);
	text-decoration: none;
	font-weight: 700;
	font-size: 1.6rem;
	color: #444444;
}

.faq-item .wp-block-button:hover a.wp-block-button__link {
	opacity: 1;
	color: var(--main-color);
}

.faq-area .link-btn {
	margin-left: auto;
	margin-right: auto;
}

.recruit-area {
	padding-top: 5.4rem;
	padding-bottom: 7.8rem;
	background-color: #68ACA4;
	text-align: center;
	color: #FFFFFF;
}

.recruit-area h2 {
	margin: 0 0 1.8rem;
	font-weight: 600;
	font-size: var(--ft-size25);
}

.recruit-area h2 + p {
	display: inline-block;
}

.recruit-area h2 + p a {
	display: flex;
	align-items: center;
	padding: 1.8rem 2.6rem;
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF;
	font-size: var(--ft-size18);
}

.recruit-area h2 + p a::after {
	content: "";
	width: 7px;
	height: 12px;
	margin-left: 1.4rem;
	background-color: #FFFFFF;
	clip-path: polygon(0 0, 0 100%, 100% 50%);
	flex-shrink: 0;
}

/* ================================================ */
@media (min-width: 1001px) {
}

/* ================================================ */
@media (max-width: 1000px) {
}

/* ================================================ */
@media (max-width: 768px) {

main h2 img {
	width: clamp(220px,41.66vw,320px);
	height: auto;
}

/* concept ---------------------------------------- */
.concept-area .concept-box {
	flex-flow: column nowrap;
	align-items: center;
	justify-content: flex-start;
	width: min(100%,504px);
	margin: 0 auto 4.5rem;
}

.concept-area .concept-box:nth-of-type(2) {
	flex-flow: column nowrap;
}

.concept-area .concept-box h3 {
	width: min(90%,486px);
	margin-bottom: 2.0rem;
}

.concept-area .concept-box figure {
	width: 100%;
}

/* topics --------------------------------------- */
.topics-area ul li a {
	font-size: 1.8rem;
}

/* instagram ------------------------------------- */
.instagram-area ul {
	display: flex;
	flex-flow: row wrap;
}

.instagram-area ul li {
	width: calc((100% - 2.0rem) / 3);
}

.instagram-area ul li:nth-of-type(1) {
	width: 100%;
	text-align: center;
	order: 1;
}

.instagram-area ul li:nth-of-type(2) { order: 2; }
.instagram-area ul li:nth-of-type(3) { order: 3; }
.instagram-area ul li:nth-of-type(4) { order: 4; }
.instagram-area ul li:nth-of-type(5) { order: 5; }
.instagram-area ul li:nth-of-type(6) { order: 6; }
.instagram-area ul li:nth-of-type(7) { order: 7; }

.instagram-area ul li:nth-of-type(1) img {
	width: auto;
	aspect-ratio: auto;
	object-fit: none;
}

/* shoplist ------------------------------------- */
.shoplist-area .column-box {
	display: flex;
	flex-flow: column nowrap;
	width: min(100%,504px);
	margin-left: auto;
	margin-right: auto;
}

.column-box > div {
	width: min(100%,420px);
	margin-bottom: 3.4rem;
}

.column-box > figure {
	width: 100%;
}

.shop-photo {
	margin-bottom: 3.2rem;
}

.shop-photo + p {
	font-size: var(--ft-size25);
}

/* stamp card ------------------------------------- */
.stampcard-area p.lead-text {
	font-size: 1.8rem;
}

.stampcard-area ul {
	flex-flow: column nowrap;
	width: min(100%,571px);
}

.stampcard-area ul li:nth-of-type(1) {
	width: 100%;
}

.stampcard-area ul li:nth-of-type(2) {
	width: 100%;
	text-align: center;
}

/* FAQ ------------------------------------- */
.faq-item {
	padding: 4.6rem 0.8rem 2.8rem;
}

.faq-item h3 {
	font-size: 1.8rem;
}

.faq-item p {
	font-size: 1.8rem;
}

.faq-item .wp-block-columns.payment-list {
	flex-flow: column wrap;
}

}

/* ================================================ */
@media (max-width: 480px) {

/* FAQ ------------------------------------- */
.faq-item h3 {
	padding: 0 0 0 88px;
}

.faq-item h3::before {
	width: 68px;
	height: 61px;
}

.faq-item p {
	padding: 0 0 0 88px;
}

.faq-item p::before {
	width: 68px;
	height: 61px;
}

.faq-item .wp-block-columns.payment-list {
	padding: 0 0 0 88px;
}

}