@charset "utf-8";

:root {
    --swiper-navigation-size: 12px;
}

.top-btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* ==========================================
カバー
========================================== */

.cover {
	max-width: 192rem;
	width: 100%;
	margin: 10rem auto 0;
	position: relative;
}

.cover:before {
	content:"";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: auto;
	max-width: 192rem;
	width: 100%;
	height: 58.14%;
	background: var(--tertiary);
	z-index: -1;
}

.cover-img-box {
    max-width: 162rem;
    width: 84.38%;
    margin: 0 0 0 auto;
	position: relative;
}

.cover-text-block {
	width: 90%;
	font-family: var(--font-family01);
    position: absolute;
    bottom: 16%;
    left: 10rem;
    z-index: 5;
}

.cover-title {
	font-size: 5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	text-shadow: 3px 3px 5px #FFFFFF;
}

.cover-title span {
	color: var(--base-font-color);
}

.cover-title br {
	display: none;
}

.cover-sub-title {
	font-size: 2.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.cover-title-row {
	max-width: 58rem;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 8rem 0 0;
}

.cover-title-item {
	max-width: 18rem;
	width: 31.03%;
	height: 18rem;
	background: var(--white);
	border: 1px solid var(--gray01);
	border-radius: 100vmax;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cover-text {
	font-size: 2.5rem;
	font-weight: 500;
	letter-spacing: 0;
	text-align: center;
    line-height: 1.56em;
}

.cover-text span {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0;
}

.cover-text .strength-text {
	font-size: 3.6rem;
}

/* ==========================================
about
========================================== */

.top-about {
	position: relative;
	padding: 18.5rem 0 30.7rem;
}

.top-about-deco {
	position: absolute;
	max-width: 103.3rem;
	width: 90%;
    top: 21%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.top-about-row {
	position: absolute;
	right: 0;
	left: 0;
	bottom: 10rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    max-width: 172rem;
    width: 89.58%;
    margin: 0 auto;
}

.top-about-img-box01 {
	max-width: 46rem;
	width: 26.74%;
}

.top-about-img-box02 {
	max-width: 43rem;
	width: 25%;
}

.top-about-title-box,.top-about-text-box {
	text-align: center;
}

.top-about-text-box {
	margin: 8rem auto 0;
}

.top-about-text-box.text01 span {
	font-weight: 500;
}

.text-margin-top {
	margin: 4.7rem auto 0;
}

/* ==========================================
concept
========================================== */

.top-concept {
	padding: 0 0 12.5rem;
}

.top-concept-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-concept-img-box {
	max-width: 68rem;
	width: 47.89%;
}

.top-concept-text-block {
	max-width: 68rem;
	width: 45.07%;
}

.top-concept-title-box>.jp-title02 {
	margin: 3rem 0 0;
}

.top-concept-text-box {
	margin: 5rem 0 0;
}

.top-concept-text-box.text01 span {
	font-weight: 500;
}

/* ==========================================
reason
========================================== */

.top-reason {
	position: relative;
	padding: 20.4rem 0 12.5rem;
}

.top-reason-deco {
	position: absolute;
	max-width: 73.3rem;
	width: 90%;
    top: 8%;
	right: 0;
	left: 0;
	margin: 0 auto;
}

.top-reason-grid {
	margin: 10.4rem auto 0;
}

.top-reason-number {
	font-family: var(--font-family03);
	font-size: 12rem;
	font-weight: 500;
	letter-spacing: 0;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 1em;
}

.top-reason-item {
	padding: 6rem 0 0 5rem;
	position: relative;
}

.top-reason-item:after {
	content:"";
	position: absolute;
    top: 6rem;
    left: 0;
    width: 1px;
    height: 90%;
	background: var(--quaternary);
	z-index: -1;
}

.top-reason-item:first-child::after, .top-reason-item:nth-child(4)::after {
	content:none;
}

.top-reason-text-block {
	margin: 3rem 0 0;
}

.top-reason-title {
	font-family: var(--font-family01);
	font-size: 2.8rem;
	font-weight: 600;
	letter-spacing: 0.05em;
	line-height: 1;
}

.top-reason-text-box {
	margin: 2.5rem 0 0;
}

.top-reason-text-box .text01 {
    line-height: 2.03em;
}

.top-reason-text-box .text01 span {
    font-weight: 500;
}

.top-btn .btn01 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
    width: unset;
	padding: 2rem 6rem 2rem 4rem;
}

.top-reason .top-btn {
	margin: 4rem auto 0;
}

/* ==========================================
Pick up menu
========================================== */

.top-pickupmenu {
	padding: 22.5rem 0 16.4rem;
}

.top-pickupmenu-px {
	padding: 5rem 1.5rem;
}

.top-pickupmenu-row {
    max-width: 132rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
	position: relative;
}

.top-pickupmenu-left {
	max-width: 66rem;
	width: 50%;
}

.top-pickupmenu-text-box {
	padding: 0 0 0 5rem;
}

.top-pickupmenu-img-box {
	max-width: 62rem;
	width: 46.97%;
}

.fukidashi-box01 {
	position: absolute;
	top: -16rem;
	left: 5rem;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
	width: 28rem;
	height: 28rem;
	/* line-height: 28rem; */
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 3.5rem 0 0;
	z-index: 10;
}

.fukidashi-box01:before {
	content: "";
	position: absolute;
	bottom: .5rem;
	right: 2.2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 2rem solid transparent;
	border-left: 2rem solid transparent;
	border-bottom: 3.7rem solid var(--primary);
	border-top: 0;
	z-index: 0;
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
}

.fukidashi-box01 .fukisashi-text01 {
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	border-bottom: 2px solid #DE9FA5;
	display: inline-block;
}

.fukidashi-box01 .fukisashi-text02 {
	margin: 1rem 0 0;
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.fukidashi-box01 .fukisashi-text02 span {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.fukidashi-box01 .fukisashi-text03 {
	margin: .1rem 0 0; 
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
}

.fukidashi-box01 .fukisashi-text03 span {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	background: var(--white);
	color: var(--primary);
	border-radius: 100vmax;
	padding: 0 1.8rem;
	margin: 0 0 0 .2rem; 
}

.fukidashi-box01 .fukisashi-text04 {
	margin: .1rem 0 0; 
	font-size: 4.3rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

.fukidashi-box01 .fukisashi-text04 span {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0;
	line-height: 1;
}

.fukidashi-box01 .fukisashi-text05 {
    margin: .3rem 0 0;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.8;
}

/* ==========================================
menu
========================================== */

.top-menu {
	padding: 0 0 13rem;
}

.top-menu-intro-text-box {
	margin: 4rem auto 0;
	text-align: center;
}

.top-menu-intro-text-box .text01 {
    line-height: 1.97em;
}

.fukidashi-box02 {
	position: absolute;
	top: -16.5rem;
	left: 0;
	display: inline-block;
	margin: 1.5em 15px 1.5em 0;
	padding: 0 5px;
	width: 13rem;
	height: 13rem;
	/* line-height: 28rem; */
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	box-sizing: border-box;
	padding: 1.8rem .1rem;
	z-index: 10;
}

.fukidashi-box02:before {
	content: "";
	position: absolute;
    bottom: 0rem;
    right: 1.2rem;
	width: 0;
	height: 0;
	border-style: solid;
	border-right: 1.3rem solid transparent;
	border-left: 1.3rem solid transparent;
	border-bottom: 2.5rem solid var(--primary);
	border-top: 0;
	z-index: 0;
	-webkit-transform: rotate(144deg);
	transform: rotate(144deg);
}

.fukidashi-box02 .fukisashi-text01 {
	font-size: 3.5rem;
	font-weight: 600;
	letter-spacing: 0.05em;
    line-height: 1;
}

.fukidashi-box02 .fukisashi-text02 {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
    line-height: 1.45;
}

.fukidashi-box02 .fukisashi-text01 span {
	font-size: 2rem;
	font-weight: 500;
	letter-spacing: 0.05em;
    line-height: 1.45;
}

.top-menu-item-sub-title-box {
	display: flex;
	align-items: center;
	margin: 1rem 0 0;
	padding: 0 0 2rem 0;
	border-bottom: 1px solid var(--gray03);
}

.top-menu-item-sub-title01 {
    font-size: 2rem;
    font-weight: 600;
    padding: .5rem 1.5rem;
    border-radius: 100vmax;
    margin: 0 1rem 0 0;
}

.top-menu-item-sub-title02 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.05em;
    margin: 0 2rem 0 0;
}

.top-menu-item-sub-title03 {
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
}

.top-menu-area {
	margin: 18.2rem auto 0;
}

.top-menu-item-title-box .flex-title02 br {
	display: none;
}

.top-menu-item-row {
	margin: 6rem auto 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.top-menu-item-img-box,.top-menu-item-right {
	max-width: 66rem;
	width: 46.48%;
}

.top-menu-item-text-box {
	margin: 4rem 0 0;
}

.top-menu-item-text-box .text01 span {
	font-weight: 500;
}

.top-menu-area-row {
	margin: 22.4rem 0 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.top-menu02 {
    max-width: 66.5rem;
    width: 47%;
}

.top-menu02-text-box {
	margin: 2rem 0 0;
}

.top-menu02-text-box .text01 span {
	font-weight: 500;
}

.top-menu02-img-box {
	margin: 4rem 0 0;
}

.top-menu .top-btn {
	margin: 6rem 0 0;
}

.top-menu .top-btn .btn01 {
    padding: 2rem 7rem 2rem 4rem;
}

/* ==========================================
mens
========================================== */

.top-mens {
	padding: 0 0 13rem 0;
}

.top-mens-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 4rem auto 0;
}

.top-mens-img-box, .top-mens-text-block {
    max-width: 66.5rem;
    width: 47%;
}

.top-mens-btn {
	margin: 4rem 0 0;
}

/* ==========================================
case
========================================== */

.top-case {
	padding: 13rem 0 18.2rem;
}

.top-case-area {
	margin: 10rem auto 0;
}

.top-case-area .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    display: block;
    width: 1rem;
    height: 1rem;
    border: solid 1px var(--primary);
    background: #fff;
    margin: 0 .5rem;
    opacity: 1;
	transition: all .3s;
}

.top-case-area .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -4rem !important;
}

.top-case-area .swiper-pagination-bullet-active {
    background: var(--primary) !important;
	transform: scale(1.3);
}

.top-case-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 5rem;
}

.top-case-item-left, .top-case-item-img-box {
	max-width: 66rem;
	width: 46.48%;
	padding: 0 1rem;
}

.case-title {
	font-family: var(--font-family02);
	font-size: 2.5rem;
	letter-spacing: 0.03em;
	line-height: 1;
}

.case-number {
	font-family: var(--font-family01);
	font-size: 5rem;
	font-weight: 600;
	letter-spacing: 0;
	line-height: 1;
}

.top-case-item-title-box {
	margin: 6rem 0 0;
}

.top-case-item-text-box {
	margin: 4rem 0 0;
}

.top-case-next, .top-case-prev {
	color: var(--white);
	background: var(--primary);
    border-radius: 50%;
    padding: 1.5rem;
}

/* ==========================================
Information
========================================== */

.top-information {
	padding: 16rem 0 13.7rem;
}

.top-information-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 4rem auto 0;
}

.top-information-img-box, .top-information-text-block {
    max-width: 66.5rem;
    width: 47%;
}

.top-information-title-box .flex-title01 br {
	display: none;
}

.top-information-text-box {
	margin: 4rem 0 0;
}

.top-information-btn {
	margin: 4rem 0 0;
}

/* ==========================================
news
========================================== */

.top-news-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.top-news-left {
	max-width: 20.3rem;
	width: 20%;
}

.top-news-right {
	max-width: 90rem;
	width: 73.77%;
}

.top-news-right .news-row {
	width: 100%;
}

.top-news-btn {
    margin: 8rem 0 0;
}

.top-news-btn.btn01-short {
    text-align: left;
}

/* ==========================================
Instagram
========================================== */

.top-instagram {
	padding: 13rem 0;
}

.top-instagram-btn {
	margin: 4rem auto 0;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1550px) {

	/* ==========================================
	reason
	========================================== */

	.top-reason-title {
		font-size: 2.5rem;
	}

	.top-reason-grid.grid-3 {
		gap: 4rem 4rem;
	}

	.top-reason-number {
		font-size: 9rem;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 1024px) {

	.top-reason-grid.grid-3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 4rem;
	}

	.top-reason-item:nth-child(4)::after {
		content:"";
	}

	.top-reason-item:first-child::after, .top-reason-item:nth-child(3)::after, .top-reason-item:nth-child(5)::after {
		content:none;
	}

	.fukidashi-box01 {
        top: -28rem;
    }

	.top-menu-item-title-box .flex-title02 br {
		display: block;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 768px) {

	/* ==========================================
    カバー
	========================================== */

	.cover:before {
		height: 29.14%;
	}

	.cover-img-box {
		width: 92%;
	}

	.cover-text-block {
		bottom: 1.5%;
		left: 7rem;
	}

	.cover-title br {
		display: block;
	}

	.cover-title-row {
    	max-width: 62rem;
		margin: 4rem 0 0;
	}

	/* ==========================================
	about
	========================================== */

	.top-about {
		padding: 10rem 0;
	}

	.top-about-row {
		position: relative;
		width: 100%;
	    align-items: center;
		margin: 4rem auto 0;
	    bottom: 0;
	}

	.top-about-img-box01, .top-about-img-box02 {
		width: 42.67%;
	}

	.top-about-text-box {
		text-align: left;
	}

	.top-about-text-box p br {
		display: none;
	}

	.text-margin-top {
		margin: 3.5rem auto 0;
	}

	/* ==========================================
	concept
	========================================== */

	.top-concept {
		padding: 0 0 8rem;
	}

	.top-concept-row {
		flex-direction: column;
	}

	.top-concept-img-box, .top-concept-text-block {
		width: 100%;
	}

	.top-concept-text-block {
		margin: 2rem auto 0;
	}

	.top-concept-text-box {
		margin: 4rem 0 0;
	}

	/* ==========================================
	reason
	========================================== */

	.top-reason {
		padding: 9.2rem 0 6rem;
	}

	.top-reason-deco {
		top: 4%;
	}

	.top-reason-grid.grid-3 {
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 2rem;
	}

	.top-reason-item {
		padding: 6rem 0 0 2.5rem;
		position: relative;
	}

    .top-reason-number {
        font-size: 6rem;
		top: 3rem;
		left: 2rem;
    }

    .top-reason-title {
        font-size: 2rem;
    }


	/* ==========================================
	Pick up menu
	========================================== */

	.top-pickupmenu {
		padding: 17.5rem 0 8rem;
	}

	.top-menu-intro-text-box {
		text-align: left;
	}

	.top-menu-intro-text-box p br{
		display: none;
	}

	.top-pickupmenu-row {
		flex-direction: column-reverse;
	    align-items: center;
	}

	.top-pickupmenu-left {
		margin: 3rem 0 0;
		width: 100%;
	}

	.top-pickupmenu-img-box {
		width: 100%;
	}

	.top-pickupmenu-text-box {
		padding: 0 0 0;
	}

	.top-pickupmenu-left .deco-text03 {
		text-align: center;
	}

	.fukidashi-box01 {
		width: 18rem;
		height: 18rem;
	    padding: 1.2rem 0 0;
        top: -15rem;
        left: 0;
        right: 0;
        margin: auto;
	}

	.fukidashi-box01:before {
        bottom: -2rem;
        right: 41%;
		border-right: 1.5rem solid transparent;
		border-left: 1.5rem solid transparent;
		border-bottom: 3rem solid var(--primary);
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	.fukidashi-box01 .fukisashi-text01 {
		font-size: 1.5rem;
	}

	.fukidashi-box01 .fukisashi-text02 {
		font-size: 2rem;
	}

	.fukidashi-box01 .fukisashi-text02 span {
		font-size: 1.3rem;
	}

	.fukidashi-box01 .fukisashi-text03 {
		font-size: 1.3rem;
	}

	.fukidashi-box01 .fukisashi-text03 span {
		font-size: 1.3rem;
		padding: 0 .8rem;
	}

	.fukidashi-box01 .fukisashi-text04 {
		font-size: 2.5rem;
	}

	.fukidashi-box01 .fukisashi-text04 span {
		font-size: 1.3rem;
	}

	/* ==========================================
	menu
	========================================== */

	.top-menu {
		padding: 0 0 8rem;
	}

	.top-menu-item-row {
		flex-direction: column;
	}

	.top-menu-item-img-box, .top-menu-item-right {
		width: 100%;
	}

	.top-menu-item-right {
		margin: 3rem auto 0;
	}

	.top-menu-area-row {
		margin: 18rem auto 0;
		flex-direction: column;
	}

	.top-menu02 {
		width: 100%;
	    margin: 6rem auto 0;
	}

	.top-menu02:first-child {
	    margin: 0rem auto 0;
	}

	.top-menu .top-btn {
		margin: 4rem auto 0;
	}

	/* ==========================================
	mens
	========================================== */

	.top-mens {
		padding: 0 0 8rem 0;
	}

	.top-mens-row {
		flex-direction: column;
	}

	.top-mens-img-box, .top-mens-text-block {
		width: 100%;
		margin: 0 auto;
	}

	.top-mens-text-block {
        margin: 3rem auto 0;
    }

	/* ==========================================
	case
	========================================== */

	.top-case {
		padding: 10rem 0 13.2rem;
	}

	.top-case-item {
		flex-direction: column;
	    padding: 0 1rem;
	}

	.top-case-item-left, .top-case-item-img-box {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}

	.top-case-item-left {
		display: contents;
	}

	.top-case-item-img-box {
		margin: 2rem auto 0;
	}

	.top-case-item-text-box {
		margin: 2rem 0 0;
	    max-width: 66rem;
        width: 100%;
		order: 1;
	}

	/* ==========================================
	information
	========================================== */

	.top-information {
		padding: 8rem 0;
	}

	.top-information-row {
		flex-direction: column;
	    margin: 2rem auto 0;
	}

	.top-information-img-box, .top-information-text-block {
		width: 100%;
	}

	.top-information-text-block {
		margin: 3rem auto 0;
	}

	.top-information-title-box .flex-title01 br {
		display: block;
	}

	.top-information-btn {
		margin: 4rem auto 0;
	}

	/* ==========================================
	news
	========================================== */

	.top-news-title-box {
		text-align: center;
	}

	.top-news-row {
		flex-direction: column;
	}

	.top-news-left, .top-news-right {
	    max-width: 80rem;
		width: 100%;
	}

	.top-news-right {
		margin: 4rem auto 0;
	}

	.top-news-btn {
		margin: 4rem auto 0;
	}

	/* ==========================================
	Instagram
	========================================== */

	.top-instagram {
		padding: 8rem 0;
	}

	.top-instagram-btn {
		margin: 4rem auto 0;
	}


}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (width <= 576px) {

	.cover {
		margin: 9rem auto 0;
	}

	.cover-title {
		font-size: 3rem;
	}

	.cover-sub-title {
		font-size: 1.5rem;
	}

	.cover-title-row {
    	max-width: 34rem;
	    margin: 2rem 0 0;
	}

	.cover-title-item {
		max-width: 10rem;
		width: 31.03%;
		height: 10rem;
	}

	.cover-text-block {
		/* bottom: 5%; */
		bottom: 15.5%;
		left: 4rem;
	}

	.cover-text {
		font-size: 1.5rem;
	}

	.cover-text .strength-text {
		font-size: 2.2rem;
	}

	.cover-text span {
		font-size: 2.5rem;
	}

	/* ==========================================
	concept
	========================================== */

	.top-concept {
		padding: 0 0 6rem;
	}

	/* ==========================================
	about
	========================================== */

	.top-about {
        padding: 9rem 0 6rem;
    }

	.top-about-deco {
		width: 100%;
		top: 16%;
	}

	.top-about-title-box .jp-title01{
		text-align: left;
	}

	.top-about-text-block .jp-title01 br {
        display: none;
    }

	.top-about-text-box {
		margin: 6rem auto 0;
	}

	/* ==========================================
	reason
	========================================== */

	.top-reason-deco {
        top: 2%;
    }

	.top-reason-grid.grid-3 {
		grid-template-columns: repeat(1, 1fr);
		gap: 4rem 4rem;
	}

	.top-reason-grid {
		margin: 5.2rem auto 0;
	}

	.top-reason-item {
		padding: 6rem 0 0 0;
	}

	.top-reason-item:first-child {
		padding: 0 0 0;
	}

	.top-reason-item:after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 1px;
		background: var(--quaternary);
		z-index: -1;
	}

	.top-reason-item:first-child::after {
		content: none;
	}

	.top-reason-item:nth-child(3)::after, .top-reason-item:nth-child(5)::after {
		content:"";
	}

	.top-reason-number {
		position: relative;
		text-align: center;
        font-size: 6.5rem;
        top: -1rem;
        left: 0;
        right: 0;
	}

	.top-reason-img-box {
		margin: -4rem 0 0;
	}

	/* ==========================================
	Pick up menu
	========================================== */

	.top-pickupmenu {
		padding: 17.5rem 0 6rem;
	}

	.fukidashi-box01 {
        top: -9rem;
    }

	/* ==========================================
	menu
	========================================== */

	.top-menu {
		padding: 0 0 6rem;
	}

	.top-menu-area {
		margin: 13rem auto 0;
	}

	.top-menu-area-row {
        margin: 14rem auto 0;
        flex-direction: column;
    }

	.top-menu-intro-text-box {
		margin: 2rem auto 0;
	}

	.top-menu-item-sub-title-box {
		padding: 0 0 1rem 0;
	}

	.top-menu-item-sub-title01,.top-menu-item-sub-title02 {
		font-size: 1.5rem;
	}

	.top-menu-item-sub-title02 {
		margin: 0 1rem 0 0;
	}

	.top-menu-item-sub-title03 {
		font-size: 1.5rem;
	}

	.top-menu-item-row {
		margin: 2rem auto 0;
	}

	.top-menu-item-text-box {
		margin: 2rem 0 0;
	}

	.top-menu02-img-box {
		margin: 2rem 0 0;
	}

	.top-menu02-text-box {
		margin: 1.5rem 0 0;
	}

	.fukidashi-box02 {
		width: 9rem;
		height: 9rem;
		padding: 1.5rem .1rem;
		top: -12.5rem;
	}

	.fukidashi-box02:before {
		content: "";
		position: absolute;
		bottom: -.3rem;
		right: .3rem;
		width: 0;
		height: 0;
		border-style: solid;
		border-right: 1rem solid transparent;
		border-left: 1rem solid transparent;
		border-bottom: 2rem solid var(--primary);
	}

	.fukidashi-box02 .fukisashi-text02 {
		font-size: 1.3rem;
	}

	.fukidashi-box02 .fukisashi-text01 {
		font-size: 2rem;
	}

	.top-menu .top-btn {
		margin: 2rem 0 0;
	}

	/* ==========================================
	mens
	========================================== */

	.top-mens {
		padding: 0 0 6rem 0;
	}

	.top-mens-row {
		margin: 2rem auto 0;
	}

    .top-concept-text-box {
        margin: 2rem 0 0;
    }

	.top-mens-btn {
		margin: 2rem auto 0;
	}

	/* ==========================================
	case
	========================================== */

	.top-case-area {
		margin: 6rem auto 0;
	}

	.top-case-item {
    	align-items: flex-start;
	}

	.top-case-item-title-box {
		margin: 4rem 0 0;
	}

	.case-title {
		font-size: 1.5rem;
	}

	.case-number {
		font-size: 3rem;
	}

	/* ==========================================
	News
	========================================== */

	.top-news-right {
        margin: 3rem auto 0;
    }

	.top-news-btn {
		margin: 2rem auto 0;
	}

	/* ==========================================
	information
	========================================== */

	.top-information {
		padding: 6rem 0;
	}

	.top-information-btn {
		margin: 2rem auto 0;
	}

	.top-information-text-box {
		margin: 2rem 0 0;
	}

	/* ==========================================
	Instagram
	========================================== */

	.top-instagram {
		padding: 6rem 0;
	}

	.top-instagram-btn {
		margin: 2rem auto 0;
	}

}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
