@charset "utf-8";
/* CSS Document */
.label_box .shop_label2{
	background-color: #FBE257;
}
.label_box .shop_label3{
	background-color: #FB9157;
}
.fv .label_box .shop_label{
	cursor: pointer;
}
.fv .label_box .shop_label.active{
	opacity: 0.5;
}
.width-1280-max{width: 100%;max-width: 1480px;}
.fv{
	position: relative;
	padding: 0 40px 40px 40px;
}
.fv .bg_img_wrap2{
	width: 100%;
	height: clamp(520px, 40vw, 760px);
	border-radius: 40px;
	overflow: hidden;
}
.fv .txtbox{
	flex-direction: column;
	gap: 50px;
	position: absolute;
	right: 8%;
	top: 52%;
	transform: translateY(-50%);
	z-index: 2;
	align-items: flex-end;
}
.fv .txtbox .topbox {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start;
	gap: 35px;
}
.fv .txtbox .topbox h1{
	font-size: 32px;
	color: #63B850;
	font-weight: 700;
	letter-spacing: 0.05em;
}
.fv .txtbox .topbox .txt2{
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-top: 90px;
}
.fv .txtbox .bottombox .bottomitem{
	width: 95px;
	height: 95px;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background-color: #FBE257;
	text-align: center;
	line-height: 1.3;
	flex-shrink: 0;
	box-shadow: 0 3px 20px rgba(0, 0, 0, 0.15);
}

.fv .txtbox .bottombox .bottomitem + .bottomitem {
	margin-left: -8px;
}

.schedule {
	position: absolute;
	left: 0;
	bottom: 10%;
	max-width: 550px;
	background-color: #FFFFFF;
	border-radius: 0 20px 20px 0;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
	padding: 30px 40px;
	z-index: 999;
}

.schedule .schedule_wrap .grid{
	border-bottom: #D5D5D5 solid 1px;
	padding-bottom: 12px;
}
.schedule .schedule_wrap .grid .timebox{
	width: 130px;
}
.schedule .schedule_wrap .grid .right-item{
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 10px;
	flex: 1;
}
.schedule .schedule_wrap .grid .sut{
	color: #2B78F2;
}
.schedule .schedule_wrap .grid .sun{
	color: #EB2727;
}
.schedule .schedule_wrap .grid2{
	padding-top: 12px;
}
.schedule .schedule_wrap .grid2 img{
	width: 12px;
}

.fv .bg_img_wrap2 {
	background-size: 100%;
	background-position: center center;
	animation: fvBgZoom 10s ease-out forwards;
}

.fv .bg_img_wrap2::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.45);
	z-index: 1;
	pointer-events: none;
	animation: fvWhiteFade 2.5s ease-out forwards;
}

@keyframes fvWhiteFade {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fvBgZoom {
	0% {
		background-size: 100%;
	}
	100% {
		background-size: 108%;
	}
}

.fv .bg_img_wrap2::after {
	content: "";
	position: absolute;
	left: clamp(-25px, -2vw, -10px);
	top: clamp(20px, 3vw, 40px);
	width: clamp(80px, 11vw, 140px);
	height: clamp(80px, 11vw, 140px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/fv_deco1.png) no-repeat center center / contain;
	z-index: 3;
	pointer-events: none;
}

.fv::before {
	content: "";
	position: absolute;
	left: clamp(20px, 5vw, 70px);
	bottom: clamp(-15px, -1vw, -5px);
	width: clamp(70px, 8vw, 100px);
	height: clamp(70px, 8vw, 100px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/fv_deco2.png) no-repeat center center / contain;
	z-index: 3;
	pointer-events: none;
}

.fv::after {
	content: "";
	position: absolute;
	right: clamp(0px, 1vw, 10px);
	top: 48%;
	transform: translateY(-50%);
	width: clamp(70px, 8vw, 100px);
	height: clamp(70px, 8vw, 100px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/fv_deco3.png) no-repeat center center / contain;
	z-index: 3;
	pointer-events: none;
}
/* ---------- newstop_b ---------- */
.newstop_b .width-1280-max{
	gap: 60px;
	align-items: flex-start;
}
.newstop_b .leftbox{
	width: calc(20% - 30px);
	flex-direction: column;
	gap: 80px;
}

.newstop_b .contents {
    width: calc(80% - 30px);
    min-width: 0;
    padding-top: 0;
}
.newstop_b .webgene-blog {
    width: 100%;
}

.newstop_b .webgene-blog .webgene-item {
    padding-bottom: 12px;
	margin-bottom: 12px;
    border-bottom: #6B4726 dotted 1px;
}

.newstop_b .webgene-blog .webgene-item .box{
    flex-direction: column;
	align-items: flex-start;
}
.newstop_b .webgene-blog .webgene-item .box > .flex{
    gap: 15px;
}
.newstop_b .webgene-blog .webgene-item a .catelabel {
    border: none;
    border-radius: 50px;
	background-color: #C5DB19;
}
.newstop_b .webgene-blog .webgene-item a .cate_txt {
    width: auto;
    text-align: center;
    padding: 1px 10px;
    box-sizing: border-box;
}
.newstop_b .webgene-blog .webgene-item a .date {
    width: auto;
    white-space: nowrap;
	font-family: "Noto Sans JP",  sans-serif;
	color: #9A9A9A;
}

.newstop_b .webgene-blog .webgene-item a h3 {
    flex: 1;
    min-width: 0;
    width: auto;
}

/* ---------- cate1 ---------- */
.cate1{
	padding-left: 0;
}
.cate1 .box_wrap{
	gap: 100px;
}
.cate1 .box_wrap .imgbox{
	position: relative;
	width: calc(50% - 50px);
}
.cate1 .box_wrap .imgbox img{
	border-radius: 0 50px 50px 0;
}
.cate1 .box_wrap .txtbox{
	position: relative;
	width: calc(50% - 50px);
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}
.cate1 .box_wrap .txtbox .titlebox{
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.cate1 .box_wrap .imgbox::after {
	content: "";
	position: absolute;
	right: -35px;
	bottom: -25px;
	width: clamp(60px, 7vw, 160px);
	height: clamp(60px, 7vw, 160px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/top_deco2.png) no-repeat center center / contain;
	z-index: 2;
	pointer-events: none;
}
.cate1 .box_wrap .txtbox::after {
	content: "";
	position: absolute;
	right: 40px;
	top: -20px;
	width: clamp(60px, 8vw, 160px);
	height: clamp(60px, 8vw, 160px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/top_deco1.png) no-repeat center center / contain;
	z-index: -1;
	pointer-events: none;
}
/* ---------- cate2 ---------- */
.cate2 .box_wrap{
	position: relative;
	overflow: visible;
	background: #63B850;
    background: linear-gradient(155deg,rgba(99, 184, 80, 1) 0%, rgba(197, 219, 25, 1) 100%);
	border-radius: 50px;
	padding: 60px 90px;
	gap: 20px;
	min-height: 430px;
}
.cate2 .box_wrap .txtbox{
	flex: 0 0 50%;
	flex-direction: column;
	gap: 50px;
	align-items: flex-start;
}
.cate2 .box_wrap .txtbox .titlebox{
	flex-direction: column;
	gap: 30px;
	align-items: flex-start;
}
.cate2 .box_wrap .imgbox{
	position: static;
	flex: 1;
	min-height: 370px;
}
.cate2 .box_wrap .imgbox img{
	position: absolute;
	left: 42%;
	bottom: 0;
	width: 500px;
	max-width: none;
	z-index: 2;
}
.cate2 .box_wrap .imgbox .message_label {
	position: absolute;
	top: -35px;
	right: 20%;
	width: 90px;
	height: 180px;
	background: url("https://peacebodycare.com/system_panel/uploads/images/top_messageitem.svg") no-repeat center center / contain;
	z-index: 4;
	display: flex;
	align-items: center;
	justify-content: center;
}
.cate2 .box_wrap .namebox{
	position: absolute;
	right: 60px;
	bottom: 50px;
	z-index: 4;
	flex-direction: column;
	align-items: flex-start;
}
.cate2 .box_wrap .namebox .en{
	color: #fff;
	font-family: "Jost",  sans-serif;
}
.cate2 .box_wrap .namebox .jp{
	color: #fff;
}
/* ---------- cate3 ---------- */
.cate3 .box_wrap{
	position: relative;
	background-color: #fff;
	padding: 50px 30px;
	border-radius: 40px;
	flex-direction: column;
	gap: 50px;
}
.cate3 .box_wrap > img{
	position: absolute;
	width: 62px;
	top: -30px;
	left: 50%;
	transform: translateX(-50%);
}
.cate3 .box_wrap .top_morebox{
	gap: 10px;
}
.cate3 .box_wrap .top_morebox .more3{
	width: calc((100% - 40px)/5);
}
.cate3 .box_wrap > .more{
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
}
/* ---------- cate4 ---------- */
.cate4 {
	position: relative;
}
.cate4 .box_wrap{
	gap: 40px;
}
.cate4 .box_wrap .boxitem{
	position: relative;
	width: calc(50% - 20px);
}
.cate4 .box_wrap .boxitem img{
	border-radius: 40px;
}
.cate4 .box_wrap .boxitem .txtlabel{
	position: absolute;
	top: 40px;
	right: 30px;
	gap: 5px;
	flex-direction: row-reverse;
	align-items: flex-start;
}
.cate4 .box_wrap .boxitem .txtlabel p{
	background-color: #fff;
	padding: 12px;
	border-radius: 8px;
	font-weight: 500;
	letter-spacing: 0.05em;
}
.cate4 .box_wrap .boxitem .txtbox{
	position: absolute;
	bottom: -20%;
	padding: 20px 50px 0 50px;
	border-radius: 0 20px 0 0;
	width: 90%;
	margin-right: auto;
	flex-direction: column;
	gap: 15px;
	background-color: #F2F1EF;
	align-items: flex-start;
}
.cate4 .box_wrap .boxitem .txtbox .topbox{
	justify-content: space-between;
	width: 100%;
}
.cate4::before {
	content: "";
	position: absolute;
	left: 100px;
	top: 90px;
	width: clamp(120px, 15vw, 260px);
	height: clamp(60px, 7vw, 130px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/top_deco3.png) no-repeat center center / contain;
	z-index: -1;
	pointer-events: none;
}

.cate4::after {
	content: "";
	position: absolute;
	right: 20px;
	top: 20px;
	width: clamp(80px, 9vw, 160px);
	height: clamp(80px, 9vw, 160px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/top_deco4.png) no-repeat center center / contain;
	z-index: -1;
	pointer-events: none;
}

.cate4 .box_wrap::before {
	content: "";
	position: absolute;
	left: 100px;
	bottom: 0%;
	width: clamp(50px, 6vw, 120px);
	height: clamp(50px, 6vw, 120px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/top_deco5.png) no-repeat center center / contain;
	z-index: -1;
	pointer-events: none;
}

.cate4 .box_wrap::after {
	content: "";
	position: absolute;
	right: 100px;
	bottom: -20px;
	width: clamp(80px, 9vw, 160px);
	height: clamp(80px, 9vw, 160px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/top_deco7.png) no-repeat center center / contain;
	z-index: -1;
	pointer-events: none;
}
.cate4 .box_wrap .boxitem:first-child::after {
	content: "";
	position: absolute;
	right: -80px;
	bottom: -40px;
	width: clamp(80px, 9vw, 120px);
	height: clamp(80px, 9vw, 120px);
	background: url(https://peacebodycare.com/system_panel/uploads/images/top_deco6.png) no-repeat center center / contain;
	z-index: -1;
	pointer-events: none;
}

/* ---------- cate5 ---------- */
.cate5 .box_wrap{
	position: relative;
	padding: 80px 100px;
	border-radius: 40px;
	justify-content: space-between;
	overflow: hidden;
}
.cate5 .box_wrap::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(51, 51, 51, 0.1);
	z-index: 1;
	pointer-events: none;
}

.cate5 .box_wrap .txtbox,
.cate5 .box_wrap .more {
	position: relative;
	z-index: 2;
}
/* ---------- newstop_0 ---------- */
.newstop_0 .topbox{
	justify-content: space-between;
}
.newstop_0 .webgene-blog {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row;
	gap: 50px 30px;
}
.newstop_0 .webgene-blog .webgene-item {
	width: calc(100% / 4 - 90px / 4);
	transition: ease 0.3s;
}
.newstop_0 .webgene-blog .webgene-item .imgbox {
	border-radius: 20px;
	overflow: hidden;
}
.newstop_0 .webgene-blog .webgene-item .imgbox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.newstop_0 .webgene-blog .webgene-item a{display:block}
.newstop_0 .webgene-blog .webgene-item:hover {
	opacity: 0.5 !important;
}
.newstop_0 .webgene-blog .webgene-item .date {
	color: #9A9A9A;
}
/* ---------- cate6 ---------- */
.shoplist_wrap .shoplist_bg{
	border-radius: 80px;
	background: #63B850;
    background: linear-gradient(155deg,rgba(99, 184, 80, 0.4) 0%, rgba(197, 219, 25, 0.4) 100%);
}
.shoplist_wrap .shoplist_bg .titlebox{
	flex-direction: column;
	gap: 8px;
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {
}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px){
	.fv .bg_img_wrap2 {
		height: 60vw;
		min-height: 560px;
		background-size: cover !important;
		background-position: center center;
		background-repeat: no-repeat;
	}
	.cate2 .box_wrap{
		flex-direction: column;
	}
	.cate2 .box_wrap .imgbox img {
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
	}
	.cate2 .box_wrap .txtbox{
		width: 100%;
	}
	.cate2 .box_wrap .imgbox{
		width: 100%;
	}
	.cate2 .box_wrap .imgbox .message_label {
		top: 50%;
		right: 20%;
	}
	.cate3 .box_wrap .top_morebox .more3{
		width: calc((100% - 30px)/4);
	}
	.cate4 .box_wrap {
		flex-direction: column;
	}
	.cate4 .box_wrap {
		gap: 160px;
	}
	.cate4 .box_wrap .boxitem {
		width: 70%;
	}
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px){

	.newstop_b .width-1280-max {
		flex-direction: column;
	}
	.newstop_b .leftbox {
		width: 100%;
		align-items: flex-start;
	}
	.newstop_b .contents {
		width: 100%;
	}
	.cate1 .box_wrap {
		gap: 50px;
		flex-direction: column;
	}
	.cate1 .box_wrap .imgbox {
		width: 60%;
	}
	.cate1 .box_wrap .txtbox {
		width: 60%;
	}
	.cate1 .box_wrap .imgbox img{
		border-radius: 30px;
	}
	.cate1 {
		padding-left: 60px;
	}
	.cate3 .box_wrap .top_morebox .more3{
		width: calc((100% - 20px)/3);
	}
	.cate4 .box_wrap .boxitem {
		width: 80%;
	}
	.cate5 .box_wrap {
		flex-direction: column;
		align-items: flex-start;
		gap: 40px;
		padding: 50px 50px;
		border-radius: 20px;
	}
/* ---------- newstop_0 ---------- */
	.newstop_0 .webgene-blog{
		gap: 50px;
	}
	.newstop_0 .webgene-blog .webgene-item {
		width: calc(100% / 2 - 50px / 2);
	}
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px){
	.fv .bg_img_wrap2 {
		height: 120vw;
		min-height: 620px;
		border-radius: 25px;
	}
	.fv .txtbox {
		left: 100px;
		right: auto;
		top: 60px;
		transform: none;
		align-items: flex-start;
		gap: 30px;
	}
	.fv .txtbox .topbox {
		flex-direction: row-reverse;
		gap: 25px;
	}
	.fv .txtbox .topbox .txt2 {
		margin-top: 60px;
	}
	.fv .txtbox .bottombox{
		display: none;
	}
	.cate1 .box_wrap .imgbox {
		width: 80%;
	}
	.cate1 .box_wrap .txtbox {
		width: 80%;
		gap: 30px;
	}
	.cate1 .box_wrap .txtbox .titlebox {
		gap: 20px;
	}
	.cate1 {
		padding-left: 50px;
	}
    .cate2 .box_wrap .imgbox img {
        left: 30%;
		width: 400px;
    }
    .cate2 .box_wrap .imgbox .message_label {
        display: none;
    }
	.cate2 .box_wrap {
		border-radius: 30px;
		padding: 50px 40px;
	}
	.cate2 .box_wrap .txtbox {
		gap: 30px;
	}
	.cate2 .box_wrap .txtbox .titlebox {
		gap: 20px;
	}
	.cate3 .box_wrap .top_morebox .more3{
		width: calc((100% - 10px)/2);
	}
	.cate4 .box_wrap .boxitem {
		width: 90%;
	}
	.cate4 .box_wrap {
		gap: 50px;
	}
	.cate4 .box_wrap .boxitem .txtbox {
		position: static;
		bottom: -20%;
		left: -10%;
		padding: 20px;
		border-radius: 0 20px 0 0;
		width: 100%;
		margin-right: auto;
		flex-direction: column;
		gap: 15px;
		background-color: inherit;
		align-items: flex-start;
	}
/* ---------- newstop_0 ---------- */
	.newstop_0 .webgene-blog{
		gap: 50px 30px;
	}
	.newstop_0 .webgene-blog .webgene-item {
		width: calc(100% / 2 - 30px / 2);
	}
	.newstop_0 .width-1280-max > .more {
		padding-top: 30px;
	}
}
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px){
	.fv {
		position: relative;
		padding: 0 20px 20px 20px;
		margin-bottom: 70px;
	}
	.fv .bg_img_wrap2 {
		height: 140vw;
		min-height: 620px;
		border-radius: 25px;
	}
	.schedule {
		position: absolute;
		left: 0;
		bottom: -10%;
		max-width: 550px;
		background-color: #FFFFFF;
		border-radius: 10px 10px 10px 10px;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
		padding: 30px 20px;
	}
    .fv .txtbox .topbox {
        gap: 15px;
    }
	.fv .txtbox .topbox h1 {
		font-size: 24px;
	}
    .fv .txtbox {
		left: 50%;
		right: auto;
		top: 80px;
		transform: translateX(-50%);
		align-items: center;
		gap: 30px;
	}
	.cate1 .box_wrap .imgbox {
		width: 80%;
	}
	.cate1 .box_wrap .txtbox {
		width: 100%;
	}
	.cate1 {
		padding-left: 20px;
	}
	.newstop_b .width-1280-max {
		gap: 40px;
	}
    .cate2 .box_wrap .imgbox img {
        left: 20%;
		width: 260px;
    }
	.cate2 .box_wrap .imgbox {
		min-height: 220px;
	}
	.cate2 .box_wrap {
		border-radius: 10px;
		padding: 30px 20px;
	}
	.cate2 .box_wrap .namebox {
		right: 30px;
		bottom: 30px;
	}
	.cate3 .box_wrap .top_morebox .more3{
		width: 100%;
	}
	.cate3 .box_wrap {
		padding: 40px 20px;
		border-radius: 10px;
		gap: 30px;
	}
    .cate1 .box_wrap .imgbox img {
        border-radius: 10px;
	}
	.cate3 .box_wrap > .more {
		width: 260px;
	}
	.cate4 .box_wrap .boxitem img {
		border-radius: 10px;
	}
	.cate4 .box_wrap .boxitem .txtlabel p {
		padding: 12px 7px;
		border-radius: 5px;
	}
	.cate4 .box_wrap .boxitem .txtlabel {
		top:20px;
		right: 20px;
		gap: 5px;
	}
	.more{
		margin: 0 auto;
	}
    .cate5 .box_wrap {
        gap: 30px;
        padding: 30px 20px;
        border-radius: 20px;
    }
/* ---------- newstop_0 ---------- */
	.newstop_0 .webgene-blog{
		gap: 40px;
		justify-content: center;
	}
	.newstop_0 .webgene-blog .webgene-item {
		width: 90%;
	}
	.newstop_0 .webgene-blog .webgene-item .imgbox {
		border-radius: 10px;
	}
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px){
}

