/* MySauna CSS */
.main {
	overflow: clip;
	background: unset;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
}

ul {
	padding: 0;
	list-style: none;
}

li {
	padding: 0;
}

.br-sp,
.only_sp {
	display: none !important;
}

#sp_fix {
	display: none;
}

.section {
	padding: 0 !important;
}

.grid {
	display: grid;
}

.Ggap1 {
	grid-gap: 1rem;
}

.flex {
	display: flex;
}

.center {
	text-align: center;
}

.link_underline {
	text-decoration: underline !important;
}

.text_right {
	text-align: right;
}

.section_title h2 {
	font-size: 4.5rem;
	margin-top: 0;
	margin-bottom: 5rem;
}

.section_title span {
	font-size: 2.5rem;
}

.bg_wh {
	background-color: #fff;
}

.bg_bk {
	background-color: #000;
}

.bg_blu {
	background-color: #024059;
}

.bg_blu_gradient {
	background: linear-gradient( to right, #024059, #066287);
}

.bg_gray_sep {
	position: relative;
	background-color: #fafafa;
	z-index: 1;
}
.bg_gray_sep::before {
	position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background-color: #eee;
    z-index: -1;
}

.color-bl {
	color: #124a5e;
}

.color-orange {
	color: #d3645c;
}

.bg_gr {
	background-color: #f2f2f2;
}

.section_title .color-bl {
	color: #fff;
}

/* .page-header.header-small .hestia-title, .page-header.header-small .title {
	font-weight: 400 !important;
    letter-spacing: 0.02em !important;
} */

@keyframes flash {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}
}

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(300px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.tablepress caption {
	display: none;
}

/* リンクボタン */
.btn_flameBk {
	width: 380px;
	margin: 0 auto;
}

.btn_flameBk a {
	border: 2px solid #000;
	display: block;
	padding: 2rem 0;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	color: #000 !important;
	transition: all 1.5s;
}

.btn_flameBk a::after {
	width: 380px;
	position: absolute;
	content: "";
	display: inline-block;
	box-sizing: border-box;
	border: 2px solid #000;
	height: 70px;
	top: 10px;
	left: 10px;
	transition: all 3s;
}

.btn_flameBk a:hover {
	background: #fff;
	color: #297894;
	box-shadow: 2px 2px 6px #aaa;
	transition: all 0.4s ease-in-out;
}

.btn_flameBk a:hover::after {
	opacity: 0;
	transition: all 0.4s ease-in-out;
}

/* コンテンツ幅 */
@media screen and (min-width: 1100px) {
	.container {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.inner {
		width: 900px !important;
		margin: 0 auto !important;
	}

	.inner_90 {
		width: 90% !important;
		padding-left: 2%;
		padding-right: 2%;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 1099px) and (min-width: 992px) {
	.container {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.inner {
		width: 98% !important;
		padding-left: 2%;
		padding-right: 2%;
		margin: 0 auto !important;
	}
}

@media screen and (max-width: 991px) and (min-width: 768px) {
	.container {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}

	.inner {
		width: 98% !important;
		margin: 0 auto !important;
	}
}

@media screen and (min-width: 768px) {
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 30px;
	}
	h4 {
		font-size: 22px;
	}
	h5 {
		font-size: 18px;
	}
}

@media screen and (max-width: 767px) {
	.container {
		max-width: 100%;
		width: 100%;
		padding: 0;
	}
	.inner {
		max-width: 100%;
		width: 98%;
		box-sizing: border-box;
		margin: 0 auto;
		padding: 0 3%;
	}
	h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 16px;
	}
}

/* TOP ----------------------------------------------*/
.hm_infoBody {
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	margin-bottom: 0;
}

.hm_infoTxt,
.hm_infoBanner {
	margin-bottom: 0;
}

.hm_infoTxt {
	font-weight: 600;
	padding: 8px 12px;
	background-color: #024059;
    text-align: center;
    color: #fff;
}

.hm_infoTxt p {
	margin-bottom: 0;
}
.hm_infoTxt a {
    color: #fff;
    text-decoration: underline;
}

h1 {
	font-size: 4.4rem;
	font-weight: 600;
	line-height: 1.8;
	/* text-decoration: underline; */
	margin: 2rem 0 5rem;
}

/* 20240118 top retouch */
.t-retouch-hero {
	font-size: 3.5rem;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
	letter-spacing: 0.02em;
	line-height: 1.8;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

.hm_infoBanner .img a {
	display: block;
}

.hm_mv_slider .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* 20240825 TOP h1エリア */
.t-retouch-cont {
	background-color: #fff;
	padding: 25px;
}
.t-retouch-h1 {
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
	text-decoration: none;
	margin: 0 0 10px !important;
}
.t-retouch-txt {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.5;
}
.t-retouch-txt .color {
	color: #E47700;
}

@media screen and (min-width: 768px){
	/* .navbar.hestia_left>.container {
		height: 60px;
	} */
	.hm_infoBody {
		position: absolute;
		top: 0;
		margin-top: 0;
		width: 100%;
		z-index: 2;
	}
	.hm_infoBanner {
		padding: 15px 0;
		background: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0));
	}
	/* banner slider */
	.hm_banner_slider {
		width: 500px;
		margin: 0 auto;
	}
	.hm_banner_slider .img {
		margin: 0 10px;
	}
	/* mv slider */
	.hm_mv_slider,
	.hm_mv_slider .img {
		height: 670px;
	}
}

@media screen and (max-width: 767px){
	.t-retouch-hero{
		font-size: 2rem;
	}
	.hm_infoBody {
		margin-top: 70px;
	}
	/* mv slider */
	.hm_mv_slider,
	.hm_mv_slider .img {
		height: 450px;
	}

	/* center_slider */
	.center_slider .slick-track {
		display: flex;
	}
	.center_slider .slick-slide {
		height: auto !important;
	}
}

.page-breadcrumb{
	margin-bottom: 60px;
}

.catchphrase span {
	font-size: 2.6rem;
	text-decoration: underline;
	font-weight: 500;
}

#PICK_UP {
	padding: 5rem 0;
}

.box3.grid {
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 5rem;
}

.box4.grid {
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr 1fr;
	grid-gap: 1rem;
}

.box3 .slide {
	padding: 2rem;
}

.box2.grid {
	grid-template-columns: 1fr 1fr;
	margin-top: 5rem;
	align-items: center;
}

.box3 .slide p {
	font-size: 1.8rem;
	line-height: 1.4;
	margin-top: 2rem;
	margin-bottom: 0;
}

#Strength {
	padding: 7rem 0;
}

#Strength h3 {
	max-width: 65%;
	margin: 0 auto;
	width: 100%;
}

#Strength .box3 {
	margin-top: 5rem;
}

#Strength .box3.flex {
	flex-wrap: wrap;
	justify-content: center;
}

.Srgth_point {
	padding: 0.5rem;
	width: calc(100% / 3);
}

.Srgth_point p {
	font-size: 2rem;
	margin-top: 1.5rem;
}

.Srgth_point.grid img:nth-child(2) {
	margin-top: 2rem !important;
}

#About {
	padding: 5rem 0;
}

/*.About_content*/
.center_line {
	position: relative;
	margin-top: 80px !important;
	margin-bottom: 4rem;
}

.center_line::before {
	background: #333;
	width: 1px;
	height: 50px;
	content: "";
	position: absolute;
	top: -70px;
	left: 50%;
	display: inline-block;
}

.About_content p {
	font-size: 1.8rem;
}

.About_box {
	filter: drop-shadow(2px 2px 4px #c8c8c8);
	padding: 3rem 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.About_box p {
	font-size: 2.4rem;
	margin-top: 3rem;
}

.About_box span {
	font-size: 4.5rem;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 4px;
	display: block;
}

.cut_source {
	background:
		linear-gradient(45deg, transparent 10px, #fff 10px),
		linear-gradient(315deg, transparent 10px, #fff 10px),
		linear-gradient(225deg, transparent 10px, #fff 10px),
		linear-gradient(135deg, transparent 10px, #fff 10px);
	background-position: bottom left, bottom right, top right, top left;
	background-size: 50.5% 50.5%;
	background-repeat: no-repeat;
}

#P-Indoor,
#P-Outdoor,
#P-Barrel {
	padding: 7rem 0;
}

#P-Indoor_slide,
#P-Outdoor_slide,
#P-Barrel_slide {
	padding: 2rem 0 3rem 0 !important;
}

.case h3 {
	margin-bottom: 3rem;
}

.Products_content {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.Products_content h3 {
	font-size: 3.8rem;
	border-bottom: 1px solid #297894;
	padding: 0 2rem 0.5rem 2rem;
	margin-top: 0;
}

#P-Indoor .box2,
#P-Outdoor .box2,
#P-Barrel .box2 {
	width: 90%;
	margin: 5rem 0;
	align-items: center;
}

.Products_info p {
	font-size: 2.4rem;
	line-height: 1.8;
	margin-bottom: 4rem;
}

p.price {
	font-size: 4rem;
	font-weight: 600;
	letter-spacing: 0.5rem;
	padding: 0 4rem;
	margin-bottom: 3rem;
}

.price span {
	font-size: 3rem;
	letter-spacing: 0;
}

.price .price_note {
	display: block;
	font-size: 1.6rem;
	margin-top: 0.5rem;
}

.flow_content .flex {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.flow_box.grid {
	box-sizing: border-box;
	padding: 3rem !important;
	position: relative;
	grid-auto-columns: 1fr 2fr;
	justify-content: space-between;
	align-items: center;
	max-width: 600px;
	width: 100%;
	height: 200px;
	grid-gap: 1rem;
}

.flow_box.grid img {
	max-height: 130px;
	object-fit: contain;
	max-width: 90px;
	margin: 0 auto;
}

.flow_box.grid p {
	grid-column-start: 2;
}

.triangle {
	content: "";
	position: absolute;
	bottom: -5%;
	left: 50%;
	width: 0;
	height: 0;
	border-top: 20px solid #a6a6a6;
	border-right: 20px solid transparent;
	border-left: 20px solid transparent;
	transform: translate(-50%, 0);
}

.flow_box.grid.memo {
	grid-auto-columns: 1fr 2fr;
	grid-auto-rows: 1fr 0.5fr;
}

.flow_box.grid.memo span {
	grid-column-start: 1;
	grid-column-end: 3;
}

.flow_box.grid::before {
	content: "";
	background: #000;
	height: 1px;
	width: 40%;
	position: absolute;
	display: inline-block;
	bottom: 0;
	left: 0;
}

.flow_box.grid::after {
	content: "";
	background: #000;
	height: 1px;
	width: 40%;
	position: absolute;
	display: inline-block;
	bottom: 0;
	right: 0;
}

.flow_content ul li:first-child {
	border-top: 1px solid #000;
}

.flow_content li:last-child::before,
.flow_content li:last-child::after {
	content: none;
}

#News {
	padding: 7rem 0;
}

.news_list li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 1rem 0.5rem !important;
	position: relative;
}

.news_list li:first-child::after {
	content: "NEW";
	display: inline-block;
	background-color: #dc7068;
	color: #fff;
	padding: 0 1rem;
	line-height: 1.38;
	position: absolute;
	top: 13px;
	left: 90px;
	animation: flash 4s linear infinite;
	font-size: 12px;
}

.news_date {
	display: inline-block;
	width: 100px;
	color: #777;
	font-size: 14px;
	letter-spacing: 0.04em;
}

.cat.news {
	background-color: #dc7068;
	color: #fff;
	padding: 0 1rem;
	line-height: 1.68;
	margin: 0;
}

.news_title {
	display: block;
	width: 100%;
	line-height: 1.6;
	font-size: 16px;
}

#Magazine {
	padding: 7rem 0;
}

.magazine_content .flex {
	text-align: center;
	align-items: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

/*.magazine_box.flex {
	flex-direction: column-reverse;
	width: 33.3%;
	  box-sizing: border-box;
	padding: 2rem !important;
  }*/
.magazine_box {
	padding: 0.5rem !important;
	width: 33.3%;
}

.magazine_box a p {
	font-size: 1.4rem !important;
	text-align: left;
	line-height: 1.4;
}

/* .single-magazine {
	background-color: #fafafa;
} */

.single-magazine .blog-post .section-text p {
	line-height: 1.88;
}

#Company_info {
	padding: 7rem 0;
}

#Company_info .section_title.center span {
	max-width: 300px;
	display: inline-block;
}

.Com_info_table {
	width: 600px;
	margin: 5rem auto 0;
}

.Com_info_table td {
	font-size: 1.6rem;
	vertical-align: middle;
	border: unset;
}

.Com_info_table tr {
	border: unset;
}

.Com_info_table .column-1,
.Com_info_table .column-2 {
	width: 50%;
}

#Contact {
	padding: 7rem 0;
	color: #fff;
}

.cta_box.center div:first-child {
	border: 1px solid #fff;
	padding: 5rem 1rem;
}

/* NEWトップページ 2023 */
#kv {
	padding: 0;
}

.kv_content_02 {
	position: relative;
	margin-top: 60px;
}

.kv_content_02 .slide {
	position: relative;
	z-index: 1;
}

.kv_content_02 .slide::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 1;
}

.kv_content_02 .catchphrase {
	position: absolute;
	top: 54%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	color: #fff;
	z-index: 2;
}

.kv_content_02 h1 {
	font-size: 4.5rem;
	font-weight: 400 !important;
	text-decoration: none !important;
	margin: 0 0 4rem !important;
	letter-spacing: 0.02em;
}

/* FV変更 2025 */
.hm_fv {
	position: relative;
	padding-top: 9.4rem;
}
.hm_fv_img {
	width: 100%;
}
.hm_fv_img img {
	object-fit: cover;
    object-position: center right;
    width: 100%;
    height: 100%;
}
.hm_fv_lead {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	padding-left: 5%;
	z-index: 2;
}
.hm_fv_leadLogo {
	max-width: 600px;
    width: 29vw;
	margin-bottom: 12px;
}
.hm_fv_leadTxt {
	font-size: clamp(2rem, 0.821rem + 1.71vw, 2.75rem);
	font-size: 2.2vw;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.02em;
}
.hm_fv_banner {
	position: absolute;
	bottom: 40px;
	left: 5%;
    z-index: 2;
}
.hm_fv_bannerImg {
	width: 32vw;
    max-width: 600px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.top_pickup_slider {
	max-width: 670px;
	margin: 0 auto 7rem;
}

.top_pickup_slider.flex {
	max-width: 1100px;
	justify-content: center;
}

.top_pickup_slider.flex .slide {
	width: calc((100% / 3) - 10px);
}

.top_pickup_slider.flex .slide:nth-of-type(2) {
	margin: 0 10px;
}

.top_pickup_slider h3 {
	font-size: 28px;
	text-align: center;
	margin-top: 40px;
}

.slick-slider {
	opacity: 0 !important;
	transition: opacity .5s linear; /* ふんわり表示用 */
}

.slick-initialized {
	opacity: 1 !important;;
  }

@media screen and (max-width: 767px) {
	.t-retouch-h1 {
		font-size: 15px;
	}
    .page-breadcrumb{
        margin-bottom: 30px;
    }

	.kv_content_02 {
		margin-top: 0;
	}

	.kv_content_02 h1 {
		font-size: 3rem;
	}

	.top_pickup_slider .slide {
		margin-bottom: 5rem;
	}

	.top_pickup_slider h3 {
		font-size: 24px;
	}
	/* FV変更 2025 */
	.hm_fv {
		padding-top: 6.1rem;
	}
	.hm_fv_img {
		height: auto;
	}
	.hm_fv_lead {
		width: 100%;
        top: 5rem;
		padding: 0;
		transform: translate(0);
	}
	.hm_fv_leadLogo {
		width: 26.5rem;
		min-width: auto;
        margin: 0 auto 4px;
    }
	.hm_fv_leadTxt {
		font-size: 2rem;
	}
	.hm_fv_banner {
		position: relative;
		bottom: 0;
		left: 0;
		padding: 0;
	}
	.hm_fv_bannerImg {
		width: 100%;
		max-width: 100%;
		box-shadow: none;
	}
}

/* footer ----------------------------------------------*/

footer.footer.footer-black {
	background-color: #000;
	padding: 3rem 0 0;
}

footer.footer.footer-black a {
	opacity: unset;
}

.footer_Cta {
	color: #fff;
	margin-bottom: 4rem;
}

.footer-big {
	padding: 0;
}

footer .cta_box p {
	color: #fff;
	margin-bottom: 0;
}

footer .cta_box a {
	color: #fff !important;
}

.cta_box.center.grid {
	grid-template-columns: 1fr;
	grid-template-rows: 1.5fr 1fr;
	grid-gap: 1rem;
}

.cta_box.center div:first-child {
	border: 1px solid #fff;
	padding: 5rem 1rem;
}

.cta_box .grid {
	gap: 1rem;
}

.cta_box .grid img {
	margin: 0 auto;
	height: 8vh;
	max-width: 80px;
	width: auto;
	object-fit: contain;
}

.cta_box .grid p {
	margin: 0 auto;
	font-size: 1.8rem;
}

.cta_box .grid .tel_txt {
	font-size: 2.2rem;
	letter-spacing: 0.06em;
}

/* .hestia-bottom-footer-content {
	background-color: #fff;
	flex-direction: column;
	align-items: center;
	padding: 0.5rem 0;
}

.hestia-bottom-footer-content a,
.hestia-bottom-footer-content p {
	color: #000 !important;
	margin-bottom: 0;
	font-size: 1.2rem;
}

.hestia-bottom-footer-content.flex ul li {
	padding: 0 2rem !important;
}

.hestia-bottom-footer-content.flex ul li:first-child {
	border-right: 1px solid #000;
} */

/* 20240118 footer retouch */
/* .hestia-bottom-footer-content.flex ul.f-retouch li {
	border-right: 1px solid #000;
}

.hestia-bottom-footer-content.flex ul.f-retouch li:last-child {
	border-right: none;
} */

.cta_box .grid {
	gap: 0;
}
/* 
.hestia-bottom-footer-content.flex ul.f-retouch li,
.container .hestia-bottom-footer-content.flex ul.f-retouch li:first-child {
	border-right: none;
}

.hestia-bottom-footer-content.flex ul.f-retouch {
	flex-direction: column;
} */

/* 20240118 footer /retouch */

.copyright {
	padding: 0 !important;
}

/* 導入事例スライド ----------------------------------------------*/
.Products_case .caption-wrap {
	bottom: 30px;
	background: unset !important;
	color: #000 !important;
	opacity: unset !important;
	text-align: center;
}

.Products_case .slides li {
	padding-bottom: 100px !important;
}

#Type_indoor,
#Type_outdoor,
#Type-barrel {
	margin-bottom: 5rem;
}

#Type_indoor h3,
#Type_outdoor h3,
#Type-barrel h3 {
	font-size: 2.4rem;
	padding-left: 0;
}

/* 下層 ----------------------------------------------*/
/* .page-header .container{
	  color: unset;
	  padding: 60px 0 60px !important;
	  margin-top: 70px;
  } */
.section_title.sub_page h1 {
	/* color: #000 !important; */
	/* font-size: 4rem !important; */
	margin: 0.5rem 0 3rem 0 !important;
}

.section_title.sub_page p {
	font-size: 2.4rem;
	font-weight: 500;
	text-decoration: underline;
}

#primary {
    position: relative;
	transform: unset !important;
    z-index: 1;
}

#primary::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 2;
}

.page-header.header-small {
    min-height: 200px;
}

#primary .container {
    position: relative;
    padding-top: 90px !important;
    padding-bottom: 40px !important;
    z-index: 3;
}

.archive .main {
	margin-top: 3rem;
}

@media screen and (max-width: 767px) {
    #primary .container {
        padding-top: 117px !important;
        padding-bottom: 30px !important;
    }
}

/* 導入事例 ----------------------------------------------*/
.case_lineup {
	flex-wrap: wrap;
	padding: 0 !important;
}

.case_lineup li {
	position: relative;
	width: 32%;
	text-align: center;
	margin: 0.5% !important;
	padding-top: 0 !important;
}

.case_lineup li a {
	display: block;
    width: 100%;
	height: 500px;
    overflow: hidden;
    position: relative;
	cursor: pointer;
}

.case_lineup li p {
	font-size: 1.5rem !important;
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    padding: 7px;
    margin: 0;
	margin: 0 !important;
}

.case_lineup li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .3s;
}

/* hover */
.case_lineup li a:hover {
	opacity: 1 !important;
}
.case_lineup li a:hover img {
	transform: scale(1.1);
}

/* 製品一覧 ----------------------------------------------*/
.lineup {
	justify-content: center;
	flex-wrap: wrap;
	padding-bottom: 5rem;
}

.lineup.flex_start {
	justify-content: flex-start;
}

.lineup-item {
	align-items: center;
	flex-direction: column;
	justify-content: flex-end;
	width: 50%;
	padding: 2rem 1rem;
	text-align: center;
}

.lineup-item img {
	max-height: 380px;
	max-width: 300px;
	width: 100%;
	object-fit: contain;
}

.lineup-item p {
	font-size: 2.6rem;
	margin: 2rem 0 1rem !important;
}

.lineup-item span {
	font-size: 1.8rem;
	display: block;
	margin-top: 0.5rem;
}

a.more::after {
	content: "";
	background: center center /contain no-repeat url(/wp-content/uploads/2023/08/ico_more.png);
	display: inline-block;
	width: 30px;
	height: 8px;
	margin-left: 6px;
}

/* 製品詳細 ----------------------------------------------*/
.products_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.products_title h1 {
	font-size: 4rem !important;
	padding: 0 2rem;
	margin: 0.5rem 0 0 0 !important;
	display: inline-block;
}

.products_title span {
	font-size: 3rem;
	display: inline-block;
	margin-top: 3rem;
	font-weight: 600;
	letter-spacing: 2px;
}

.products_memo {
	text-indent: -1em;
	margin-left: 1em !important;
	margin-bottom: 0 !important;
	font-size: 1.4rem;
}

.product_page_img.grid {
	/*grid-template-columns: 1fr 1fr;*/
	grid-gap: 2rem;
	align-items: center;
	text-align: center;
	margin: 5rem 0;
}

.product_page_img.grid.cl1 {
	grid-template-columns: 1fr;
}

.product_page_img.grid.cl2 {
	grid-template-columns: 1fr 1fr;
}

.heater_info th,
.size_info th {
	text-align: center;
	background-color: #000;
	color: #fff;
}

.heater_info td,
.size_info td {
	font-size: 1.6rem;
	padding: 1.5rem;
}

#Product_Spec {
	padding: 5rem 0;
}

#Product_Spec h3 {
	border-bottom: 2px solid #3c4858;
	margin-bottom: 0;
}

.heater_info .column-1 {
	width: 26%;
}

.heater_info .column-2 {
	width: 21%;
}

.postage .column-1,
.postage .column-3 {
	width: 24%;
}

.option .column-2,
.postage .column-3,
.service .column-2 {
	text-align: right;
}

.Spec .column-1 {
	width: 25%;
}

.Spec .column-2 {
	width: 75%;
}

.products_table td {
	font-size: 1.4rem;
}

.products_table.service .column-2 {
	width: 24%;
}

.Spec td {
	font-size: 1.6rem;
	padding: 1rem;
	vertical-align: middle;
}

.Spec {
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}

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

.accessories .items {
	margin: 1rem;
	text-align: center;
}

.accessories .items p {
	font-size: 1.4rem;
}

.size_info .column-1 {
	width: 35%;
}

.size_info .column-2 {
	width: 40%;
}

.size_info .column-3 {
	width: 25%;
}

/* Magazine ----------------------------------------------*/
/* Voice ----------------------------------------------*/
.magazine-template-default .header-filter::before,
.voice-template-default .header-filter::before {
	background-color: rgba(0, 0, 0, .5);
}

.magazine-template-default .main h2,
.voice-template-default .main h2 {
	background: #024059;
	font-size: 2.6rem !important;
	color: #fff;
	padding: 1rem;
	margin-bottom: 5rem;
}

.section-text .main p {
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 1px;
	line-height: 1.8;
	text-align: left;
	margin: 1.5rem 0 2rem;
}

.section-text .main p span {
	display: block;
	font-size: 1.2rem;
}

.magazine-template-default .main h3,
.voice-template-default .main h3 {
	font-size: 2.3rem;
	color: #024059;
	text-align: left;
	line-height: 1.3;
	border-left: 10px solid #024059;
	border-bottom: 2px solid #024059;
	padding: 1rem;
	margin-top: 3rem;
	margin-bottom: 2rem;
}

.magazine-template-default .main h4,
.voice-template-default .main h4 {
	font-size: 1.9rem;
	color: #024059;
	text-align: left;
	/*background: linear-gradient(transparent 35%, #e5f2ef 35%);*/
	border-left: 4px solid #024059;
	margin: 5rem 0 2rem;
	padding: 0 1.5rem;
}

.magazine-template-default dl,
.voice-template-default dl {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1.5rem;
	border: 1px solid #ddd;
	margin-top: 1.5rem;
	margin-bottom: 2rem;
}

.magazine-template-default .main dl>dt:first-child,
.voice-template-default .main dl>dt:first-child {
	margin-top: 0 !important;
}

.voice-template-default dt {
	color: #645147;
	text-align: left;
	font-size: 1.5rem;
	margin-top: 4rem;
	margin-bottom: 1.5rem;
	text-decoration: underline;
}

.magazine-template-default dt {
	position: relative;
	padding-left: 27px;
	color: #024059;
	font-size: 1.5rem;
    margin-top: 4rem;
    margin-bottom: 1.5rem;
}

.magazine-template-default dt::before {
	content: "";
	position: absolute;
	top: 2px;
	left: 0;
	width: 20px;
	height: 20px;
	background: url(/wp-content/themes/mysauna/assets/img/icon_check01.svg) no-repeat center/100%;
}

.magazine-template-default dd,
.voice-template-default dd {
	text-align: left;
	font-size: 1.5rem;
	font-weight: 500;
	margin-bottom: 0;
}

.magazine_linkBtn a {
	background-color: #333;
	color: #fff !important;
	padding: 1rem 5rem !important;
	margin: 2rem 0 5rem;
	display: inline-block;
}

.magazine-template-default.single .page-header.header-small,
.voice-template-default.single .page-header.header-small {
	padding: 10rem 0 4rem !important;
}

/* お客様の声コンテンツ */
.new_page-home-sauna-voice-wrap{
	background-color: rgba(255,255,255,0.9);
}
.new_page-home-sauna-voice-wrap .inner{
	padding: 60px 0;
}
.new_page-home-sauna-voice-wrap h2{
	text-align: center;
}
.new_page-home-sauna-voice-wrap .box{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.new_page-home-sauna-voice-wrap .headline{
	font-size: 20px;	
	margin: 20px auto;
}
.new_page-home-sauna-voice-wrap .item{
	width:30%;							
	min-width: 270px;
}
.bl_productsHome_voice .img{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 210px;								
}
.bl_productsHome_voice .img img{
	height: 100%;
	object-fit: cover;
}
.bl_productsHome_voice .txt p{
	font-size: 14px;
}

@media screen and (min-width: 768px) {
	.single .col-md-8 {
		width: 100%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.magazine-template-default .main h2 {
		font-size: 2.2rem;
	}

	.magazine-template-default .main h3 {
		font-size: 2.2rem;
	}

	.magazine-template-default .main h4 {
		font-size: 1.9rem;
	}
}

/* NEWS ----------------------------------------------*/
.post-template-default.single.single-post .main h3 {
	text-align: left;
	font-size: 2.8rem;
	border-bottom: 1px solid #333;
	margin: 3rem 0 4rem;
}

.post-template-default.single.single-post .main h4 {
	text-align: left;
	font-size: 2.2rem;
	margin: 2rem 0 1rem;
	color: #092868;
	font-weight: 600;
}

.post-template-default.single.single-post .main p,
.post-template-default.single.single-post .main li {
	text-align: left;
}

.post-template-default.single.single-post .main li {
	list-style: inside disc;
}

.post-template-default.single.single-post .main dt {
	text-align: left;
	margin-bottom: 1rem;
	font-size: 1.6rem;
}

.post-template-default.single.single-post .main dl.flex {
	margin-bottom: 0;
}

.post-template-default.single.single-post .main .flex dt {
	display: inline-block;
	width: 25%;
}

.post-template-default.single.single-post .main .flex dd {
	text-align: left;
	margin-bottom: 1rem;
	display: inline-block;
	width: 75%;
}

/* contact ----------------------------------------------*/
.form-group,
form {
	font-family: Roboto, Helvetica, Arial, sans-serif;
}
.contact {
	max-width: 900px;
	background-color: #fff;
	border: 1px solid #acacac;
	padding: 5rem 2rem 02rem !important;
	margin: 0 auto 5rem;
}

.form-control,
.form-group .form-control,
.form-group select {
	background-image: none !important;
	background-color: #f2f2f2;
	border: 1px solid #c7c7c7;
	border-radius: 5px;
	font-size: 16px;
	height: auto;
	padding: 10px;
	margin-top: 5px;
}

.form-group select option:first-child {
	color:#9a9a9a;
}

.contact dt {
	display: flex;
	align-items: center;
	margin-bottom: 0.5rem;
	font-weight: 600;
}

.contact dt span {
	font-size: 1.2rem;
	display: inline-block;
	padding: 2px 4px 1px;
	margin-left: 10px;
	color: #72939a;
	font-weight: 600;
}

.required {
	background: #bb0000;
    color: #fff !important;
    font-size: 1.1rem !important;
}

.memo {
	font-size: 1.4rem;
	margin-top: 0.5rem;
	font-weight: 500;
}

.form-control {
	padding: 7px 10px;
}

.send_btn {
	text-align: center;
	margin: 3rem auto 1rem;
	width: 100%;
}

.send_btn input {
	width: 100%;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: 2px;
}

input[type="submit"],
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	background-color: #000 !important;
}

input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"]:focus {
	box-shadow: 6px 6px 8px #ddd !important;
}

.contact dd>input,
.contact dd>textarea {
	width: 100% !important;
	display: block;
}

/* privacy ----------------------------------------------*/
.privacy p {
	font-size: 1.4rem;
}

.privacy dl {
	margin: 4rem 0;
}

.privacy dt {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.privacy dd,
.privacy dd ul li {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 0;
}

.privacy dd ul {
	margin-top: 1rem;
}

.privacy dd ul li {
	list-style: inside disc;
}

.privacy dd>div {
	border: 1px solid #000;
	margin: 1rem 0;
	padding: 2rem;
}

.privacy dd>div p {
	margin-bottom: 0 !important;
}

.privacy dd>div p span {
	display: block;
}

/* terms ----------------------------------------------*/
.terms p {
	font-size: 1.4rem;
}

.terms dl {
	margin: 4rem 0;
}

.terms dt {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.terms dd,
.terms dd ul li,
.terms dd ol li {
	font-size: 1.4rem;
	line-height: 1.8;
	margin-bottom: 0;
}

.terms dd ul,
.terms dd ol {
	margin-top: 1rem;
}

.terms dd ol {
	padding-left: 30px;
}

.terms dd>div {
	border: 1px solid #000;
	margin: 1rem 0;
	padding: 2rem;
}

.terms dd>div p {
	margin-bottom: 0 !important;
}

.terms dd>div p span {
	display: block;
}

.terms dd ol li ul {
	list-style: inside circle;
	margin: 1.5rem 0 1.5rem 1.5rem;
	text-indent: -1.5rem;
}

/* Media Queries ----------------------------------------------*/
@media screen and (max-width: 767px) {
	.only_pc {
		display: none !important;
	}

	.only_sp,
	.br-sp {
		display: block !important;
	}

	#main-navigation {
		padding-bottom: 3rem;
	}

	#main-navigation.collapse {
		visibility: visible !important;
	}

	.navbar .navbar-nav>li a {
		font-size: 1.8rem;
		text-align: center;
		padding: 1.8rem 0;
		border-right: none;
	}

	.title-logo-wrapper {
		max-width: 200px;
	}

	.kv_content.flex.center {
		flex-direction: column;
	}

	.catchphrase.grid p img {
		max-width: 50%;
		width: 100%;
	}

	.kv_content .slide,
	.kv_content .catchphrase {
		width: 100%;
	}

	h1 {
		font-size: 3.2rem;
		margin-bottom: 3rem;
	}

	.price span {
		font-size: 1.2rem;
	}

	.price .price_note {
		font-size: 1.2rem;
	}

	.Products_info .price {
		font-size: 2.4rem;
		letter-spacing: 0;
		padding: 0;
	}

	.flow_box.grid img {
		max-height: 80px;
	}

	.flow_box.grid p {
		font-size: 1.4rem;
	}

	.flow_box.grid.memo span {
		font-size: 1.2rem;
	}

	.Products_info p {
		margin: 2.5rem 0;
		font-size: 1.5rem;
	}

	#News {
		padding: 3rem 0 5rem 0;
	}

	#Company_info .section_title span {
		width: 60%;
		margin: 0 auto;
	}

	.Com_info_table {
		width: unset;
	}

	.products_title h1 {
		font-size: 2.6rem !important;
		padding: 0;
	}

	.footer_Cta {
		font-size: 1.8rem;
	}

	.cta_box.center div:first-child {
		padding: 1rem;
	}

	.cta_box .grid img {
		max-height: 34px;
		max-width: 34px;
	}

	.cta_box .grid p {
		font-size: 1.3rem;
		margin-top: 1rem;
	}

	.cta_box .grid .tel_txt {
		font-size: 1.5rem;
	}

	footer .cta_box p {
		font-size: 1.3rem;
	}

	.single h1 {
		font-size: 1.8rem !important;
	}

	.heater_info td,
	.size_info td {
		font-size: 1.4rem;
		padding: 1.2rem 0.5rem;
	}

	.Spec td {
		font-size: 1.4rem;
		padding: 1rem;
	}

	.lineup-item p {
		font-size: 1.5rem;
		margin: 2rem 0 1rem !important;
	}

	.lineup-item span {
		font-size: 1.5rem;
		margin-top: 0;
	}

	#sp_fix {
		position: fixed !important;
		bottom: 0;
		width: 100%;
		font-size: 1.4rem;
		display: grid;
		opacity: 0;
		transform: translateY(100px);
		z-index: 100;
	}

	#sp_fix.box3.Ggap1 {
		background: #000;
		padding: 1rem;
		margin-bottom: 0;
	}

	#sp_fix .cta_box.center.grid {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr;
		grid-gap: 1rem;
	}

	#sp_fix .cta_box.grid.center a {
		color: #fff;
	}

	#sp_fix.UpMove {
		animation: UpAnime 0.5s forwards;
	}

	#sp_fix.DownMove {
		animation: DownAnime 0.5s forwards;
	}

	.section-text .main p {
		font-size: 1.4rem !important;
	}

	@keyframes UpAnime {
		from {
			opacity: 0;
			transform: translateY(100px);
		}

		to {
			opacity: 1;
			transform: translateY(0);
		}
	}

	@keyframes DownAnime {
		from {
			opacity: 1;
			transform: translateY(0);
		}

		to {
			opacity: 1;
			transform: translateY(100px);
		}
	}

	/* h1.hestia-title.fssp {
		font-size: 2.6rem !important;
	} */
}

@media screen and (max-width: 480px) {
	.case_lineup li {
		width: calc((100% / 2) - 5px);
	}

	.case_lineup li a {
		height: 225px;
	}

	.case_lineup li p {
		font-size: 1rem !important;
	}

	.magazine_box {
		width: 49%;
	}

	.magazine_box a p {
		font-size: 1.2rem !important;
	}

	.post-template-default.single.single-post .main .flex dt,
	.post-template-default.single.single-post .main .flex dd {
		width: 100%;
	}

	.product_page_img.grid.cl2 {
		grid-template-columns: 1fr;
	}

	.choices .mwform-radio-field {
		display: flex;
		margin-left: 0 !important;
	}

	.size_info .column-1 {
		width: 27%;
	}

	.size_info .column-2 {
		width: 38%;
	}

	.size_info .column-3 {
		width: 35%;
	}

	.size_info td {
		padding: 1.2rem 0.5rem;
	}
}

.thanks {
	margin-bottom: 10rem;
}

.thanks p {
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
}


#Faq h3 span {
	font-size: 1.8rem;
}

/* アコーディオン */
.accordion-container {
	margin: 0 0 5rem;
}

.accordion-list:not(:first-child) {
	margin-top: 1rem;
}

.accordion-title {
	background: #fff;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
	font-size: 1.6rem;
	padding: 2rem 5rem 2rem 2rem;
	position: relative;
}

.accordion-title:before {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	height: 2px;
	width: 15px;
	background: #333;
	transform: rotate(90deg);
	transition: all .3s ease-in-out;
}

.accordion-title:after {
	position: absolute;
	content: '';
	top: 50%;
	right: 25px;
	height: 2px;
	width: 15px;
	background: #333;
	transition: all .3s ease-in-out;
}

.accordion-title.open:before {
	transform: rotate(180deg);
}

.accordion-title.open:after {
	opacity: 0;
}

.accordion-title.js-accordion-title {
	display: flex;
	align-items: center;
}

.accordion-title.js-accordion-title img {
	max-width: 40px;
}

.accordion-title.js-accordion-title p {
	margin-bottom: 0 !important;
	margin-left: 10px !important;
	font-weight: 600;
}

.accordion-text {
	background: #fff;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	display: none;
	padding: 2rem;
    font-size: 15px;
    line-height: 1.8;
}

.accordion-text.products {
	padding: 0;
}

.accordion-text p {
	margin-bottom: 0 !important;
}

/* archive_list
  ------------------------------------------------------ */
.archive_content,
.archive_content_full {
	padding: 0 3rem;
}

.archive_list {
	display: flex;
	flex-wrap: wrap;
	padding: 0 !important;
	margin-bottom: 2rem !important;
}

.archive_list_item {
	width: calc((100% / 4) - 2rem);
	margin: 0 1rem 2rem 1rem;
	box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
	background: #fff;
	padding: 0 !important;
}

.archive_list_link {
	position: relative;
	display: block;
}

.archive_list_img {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.archive_list_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all .2s;
}

.archive_list_ttl {
	font-size: 1.6rem;
	padding: 1rem;
	color: #000;
	font-weight: 600;
    letter-spacing: -0.04em;
}

.archive_list_link:hover .archive_list_img img {
	transform: scale(1.1);
}

.pagination a,
.pagination span {
	color: #222;
}

#breadcrumbs {
	padding: 16px 20px;
	color: #111;
	font-size: 1.3rem;
	margin-bottom: 0 !important;
}

#breadcrumbs a {
	position: relative;
	color: #111;
	margin-right: .8rem;
	padding-right: 1.7rem;
}

#breadcrumbs a::after {
	content: "";
	display: block;
	position: absolute;
	top: .65rem;
	right: 0;
	width: .5rem;
	height: .9rem;
	background: url(../img/share/icon_breadcrumbs.svg) no-repeat center/100%;
}

@media screen and (min-width: 768px) {
	.archive_list {
		justify-content: center;
	}
	.archive_list_item {
		min-height: 28rem;
	}

	.archive_content {
		max-width: 1200px;
		margin: 0 auto;
	}

	.archive_content_full {
		max-width: 90%;
		margin: 0 auto;
	}

	.archive_list_img {
		height: 15rem;
	}

	#breadcrumbs {
		max-width: 1400px;
		margin: 0 auto;
		box-sizing: content-box;
	}
	#breadcrumbs a:hover {
		text-decoration: underline;
	}
}

@media screen and (max-width: 767px) {
	.archive_list {
		justify-content: space-between;
	}

	.archive_list_item {
		width: 48%;
		margin: 0 0 2rem;
	}

	.archive_list_img {
		height: 11rem;
	}

	.archive_list_ttl {
		font-size: 1.4rem;
	}

	#breadcrumbs {
		padding: 1rem 1.8rem;
        font-size: 1.2rem;
	}
	#breadcrumbs a::after {
		top: .5rem;
	}
}

/* Slider Anything
  ------------------------------------------------------ */
.slide .sa_owl_theme .owl-dots {
	bottom: -32px !important;
}

.owl-dots button {
	box-shadow: none !important;
}

.owl-dots button span {
	width: 8px !important;
	height: 8px !important;
}

/*--------------------------------------------------
 
  = Slick Slider

--------------------------------------------------*/
.slick-prev,
.slick-next {
	position: absolute;
	background: url(/wp-content/themes/mysauna/assets/img/share/arrow_circle01.svg) no-repeat 50%/100% !important;
	width: 30px;
    height: 30px;
	display: block;
	color: transparent;
	border: none;
	background: transparent;
	outline: none;
	cursor: pointer;
	margin: 0;
    padding: 0;
    box-shadow: none !important;
	font-size: 0;
	z-index: 3;
  }
.slick-prev {
	transform: scale(-1, 1) translateY(-50%);
	top: 50%;
    left: -26px;
}
.slick-next {
	transform: translateY(-50%);
	top: 50%;
    right: -26px;
}
.hm_gallery .slick-prev {
	left: 10px;
}
.hm_gallery .slick-next {
	right: 10px;
}
.slick-prev:hover,
.slick-next:hover {
	font-size: 0;
}
.slick-dots {
	display: block;
	width: auto;
	height: auto;
	position: absolute;
	z-index: 10;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	bottom: 2.5vw;
}
.slick-dots li {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin: 0 0.7rem;
	border-radius: 50%;
	background: #ccc;
	text-indent: -9999px;
	vertical-align: middle;
	cursor: pointer;
}
.slick-dots li.slick-active {
	background: #222;
}
.slick-slide.noSize img {
	height: auto;
}
.thumnail_sider_nav .slick-slide {
	margin: 0 3px;
}

/* = PC
----------------------------------------------- */
@media screen and (min-width: 1024px) {
	#Product_info .thumnail_sider_nav .slick-next {
		right: 0;
	}
	#Product_info .thumnail_sider_nav .slick-prev {
		left: 0;
	}
	.hm_gallery .img img {
		width: 100%;
		height: 34vw;
		margin: auto;
		max-height: 100%;
		max-width: 100%;
		object-fit: cover;
	}
}
/* = SP
----------------------------------------------- */
@media screen and (max-width: 1023px) {
	#Product_info .thumnail_sider_nav .slick-next {
		right: -30px;
	}
	#Product_info .thumnail_sider_nav .slick-prev {
		left: -30px;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.slick-prev,
	.slick-next {
		width: 40px;
		height: 40px;
	}
	.slick-prev {
		transform: scale(-1, 1) translate(-50%, -50%);
		top: 50%;
		left: -30px;
	}
	.slick-next {
		transform: translate(-50%, -50%);
		top: 50%;
		right: -30px;
	}
	.hm_gallery .slick-prev {
		left: 0;
	}
	.hm_gallery .slick-next {
		right: 0;
	}
	.hm_banner_slider .slick-prev,
	.hm_banner_slider .slick-next {
		display: none;
	}
	.slick-dots li {
		display: inline-block;
		width: 1.4rem;
		height: 1.4rem;
	}
	.slick-dots {
		bottom: 1rem;
	}
}

/*--------------------------------------------------
 
  = トップリニューアル

--------------------------------------------------*/
.heading02 {
	position: relative;
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.34;
	margin-bottom: 2rem;
}

.heading02_ja {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.34;
}

.heading02_en {
	position: relative;
	font-size: 15px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.34;
}

.heading02_en + .heading02 {
	padding-top: 10px;
}

.heading02_en + .heading02::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	width: 40px;
	height: 2px;
	background-color: #222;
}

.heading03 {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 2rem;
}

.heading04 {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 0.02em;
	line-height: 1.2;
	margin-bottom: 2rem;
}

.heading02_wht {
	color: #fff;
}

.txt_link {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #222;
	margin-top: 10px;
	padding: 7px 20px 7px 40px;
    border: 1px solid #fff;
    border-radius: 30px;
    background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	cursor: pointer;
}
.txt_link .material-symbols-outlined {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
	font-size: 18px;
}

.hm_btn_ceter {
	text-align: center;
}

.hm_btn_link {
	position: relative;
	display: inline-block;
	min-width: 200px;
	font-size: 16px;
	padding: 1.5rem 5rem;
	color: #fff;
	text-align: center;
	font-weight: 600;
	background-color: #024059;
	border-radius: 7px;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
	transition: all .2s;
}

.hm_btn_link.wht {
	color: #024059;
	background-color: #fff;
}

.hm_btn_link.small {
	font-size: 14px;
	padding: 1.5rem 3rem 1.5rem 2rem;
}

.hm_btn_link::after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	right: -25px;
	margin: auto;
	width: 50px;
	height: 1px;
	background-color: #B4C3CA;
}

.hm_news {
	background-color: #F2F2F2;
}

.hm_gallery,
.hm_about,
.hm_ranking {
	background-color: #fff;
}
.hm_gallery_list_item {
	position: relative;
}

.hm_gallery_list_txt {
	position: absolute;
	top: 0;
	left: 0;
	width: 238px;
	z-index: 10;
}

.hm_gallery_list_txt img {
	max-width: 100%;
}

.hm_gallery .sa_owl_theme .owl-dots {
	bottom: 3px !important;
}

.hm_gallery .owl-pagination-true {
	margin-bottom: 0 !important;
}

.hm_strengths.ly_body {
	padding-bottom: 0;
}

.hm_strengths {
	position: relative;
	background-color: #fff;
	z-index: 2;
}

.hm_strengthsItem_note {
	font-size: 12px;
}

/* 202407強み改修 */
.hm_strengthsFlex .hm_strengthsItem_ttl {
	font-weight: bold;
	line-height: 1.5;
}

.hm_strengthsFlex .hm_strengthsItem_txt {
	font-weight: 600;
	line-height: 2;
}

.hm_strengthsItem_num {
	display: block;
	color: #024059;
	font-weight: 400;
	line-height: 1;
	font-family: Roboto, Helvetica, Arial, sans-serif;
	margin-bottom: 1rem;
}

.hm_about_list_txt {
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
	font-size: 22px;
}

.hm_about_list_txt span {
	font-size: 60%;
}

.hm_about_list_img {
	width: 100px;
	margin: 0 auto 20px;
}

.hm_products {
	position: relative;
	z-index: 2;
}

.hm_products_list_txt {
	font-weight: 600;
}

.hm_flowCont {
	display: flex;
	align-items: center;
}

.hm_flowCont_step {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #fff;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	background-color: #024059;
}
.step_white {
	color: #024059;
	background-color: #fff;
	border: 1px solid #024059;
}

.hm_flowCont+.hm_flowCont .hm_flowCont_step::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 100%;
	width: 1px;
	height: 100px;
  border-left: 1px dashed #024059;
}

.hm_flowCont_txt {
	flex: 1;
	font-weight: 600;
}

.hm_flowCont_txt span {
	font-size: 80%;
}

.hm_magazine {
	position: relative;
	background-color: #024059;
	z-index: 2;
}

.hm_magazine::before {
	position: absolute;
	content: "";
	display: block;
	left: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: #064F6D;
	z-index: -1;
}

.hm_magazine .heading02,
.hm_magazine .heading02_ja {
	color: #fff;
}

.hm_voice {
	position: relative;
	background-color: #064E6C;
	z-index: 2;
}

.hm_voice::before {
	position: absolute;
	content: "";
	display: block;
	right: 0;
	top: 0;
	width: 30%;
	height: 100%;
	background-color: #07597B;
	z-index: -1;
}

.hm_voice .heading02,
.hm_voice .heading02_ja {
	color: #fff;
}

.hm_info_mainImg {
	width: 200px;
	margin: 0 auto 40px;
}

.hm_interview {
	background-color: #f2f2f2;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
}

.hm_interview .banner {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.bl_slider.col_2 .bl_slider_item .sa_owl_theme .owl-dots {
	bottom: 0 !important;
}

.hm_benefits {
	position: relative;
	z-index: 1;
}

.hm_benefits::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.8);
	z-index: -1;
}

.hm_benefits_list_item {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	border-bottom: 1px solid #222;
}

.hm_benefits_list_item::before,
.hm_benefits_list_item::after {
	content: "";
	position: absolute;
	top:0;
	width: 42%;
	height: 1px;
	border-top: 1px solid #222;
}
.hm_benefits_list_item::before {
	left: 0;
}
.hm_benefits_list_item::after {
	right: 0;
}

.hm_benefits_list_num {
	position: absolute;
	left: 50%;
	top: 0;
	transform:translate(-50%,-50%);
	color: #024059;
	font-weight: 900;
	letter-spacing: -0.02em;
	line-height: 1;
}

.hm_benefits_list_txt {
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}

/* オプションスライダー */
.option_slider .slick-list {
	padding: 0 20% 0 0 !important;
}


/* = PC (768px以上)
----------------------------------------------- */
@media print,screen and (min-width: 768px) {
	.ly_body {
		padding: 6vw 0;
	}

	.ly_inner {
		max-width: 1400px;
		padding-left: 20px;
		padding-right: 20px;
		margin: 0 auto;
	}

	.text01 {
		line-height: 2.1 !important;
    	font-size: 15px;
	}

	.text02 {
		line-height: 2.1 !important;
    	font-size: 16px !important;
	}

	.hm_news {
		position: relative;
		z-index: 2;
		overflow: hidden;
	}

	.hm_news::before,
	.hm_news::after {
		content: "";
		position: absolute;
		width: 240px;
		height: 240px;
		border: 1px solid rgba(2, 64, 89, 0.5);
		z-index: -1;
	}

	.hm_news::before {
		top: -2px;
		left: -2px;
	}

	.hm_news::after {
		bottom: -2px;
		right: -2px;
	}

	.hm_newsCol {
		display: flex;
		max-width: 890px;
		margin: 0 auto;
	}

	.hm_newsCol_item_l {
		width: 40%;
	}

	.hm_newsCol_item_r {
		width: 60%;
	}

	.hm_gallery_list.col_3 {
		display: flex;
	}

	.hm_gallery_list.col_3 .hm_gallery_list_item {
		width: calc(100% / 3);
	}

	.hm_gallery_list.col_3 .hm_gallery_list_item:nth-child(2) {
		margin: 0 3px;
	}

	.hm_gallery_list.col_3 .hm_gallery_list_item .owl-item .sa_vert_center_wrap {
		min-height: 40vw !important;
	}

	/* 202407強み改修 */
	.hm_strengthsFlex {
		display: flex;
	}

	.hm_strengthsFlex .hm_strengthsItem:nth-of-type(1) {
		background-color: #fafafa;
	}
	.hm_strengthsFlex .hm_strengthsItem:nth-of-type(2) {
		background-color: #f3f3f3;
	}
	.hm_strengthsFlex .hm_strengthsItem:nth-of-type(3) {
		background-color: #ECECEC;
	}

	.hm_strengthsFlex .hm_strengthsItem_cont {
		padding: 30px;
	}

	.hm_strengthsFlex .hm_strengthsItem_ttl {
		font-size: clamp(16px, 2vw, 24px);
		margin:0 0 2.5rem;
	}

	.hm_strengthsFlex .hm_strengthsItem_txt {
		font-size: clamp(13px, 1.2vw, 15px);
	}

	.hm_strengthsItem_num {
		font-size: 30px;
	}

	.hm_about_list {
		display: flex;
		justify-content: center;
	}

	.hm_about_list_item {
		width: calc(100% / 4);
		padding: 0 20px;
	}

	.hm_products_flex_img img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.hm_products_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.hm_products_list_item {
		display: flex;
		flex-direction: column;
		width: 48%;
		padding: 0 8px;
	}

	.hm_products_list_item:nth-child(n+3) {
		margin-top: 80px;
	}

	.hm_products_list_img {
		display: flex;
		align-items: center;
		width: 340px;
		margin: 0 auto;
		flex-grow: 1;
	}

	.hm_products_list_img.img04 {
		width: 170px;
	}

	.hm_products_list_txt span {
		font-size: 18px;
	}

	.hm_flowCont {
		width: 680px;
		margin: 0 auto 35px;
	}

	.hm_flowCont_step {
		width: 85px;
		height: 85px;
		margin-right: 50px;
	}

	.hm_flowCont_txt {
		font-size: 18px;
	}

	.hm_interview .banner {
		margin: 0 auto;
	}

	/* 製品ページスライダー */
	.bl_slider.col_2 {
		display: flex;
		justify-content: space-between;
	}
	.bl_slider.col_2 .bl_slider_item {
		width: 48%;
	}
	.bl_slider.col_2 .bl_slider_item.single {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.bl_slider .bl_slider_item .owl-item .sa_hover_container {
		min-height: 500px !important;
	}

	.hm_benefits {
		padding: 80px 0 90px;
		background: url(https://my-sauna.jp/wp-content/uploads/2024/05/benefits_img01.jpg) no-repeat 100%/cover;
	}
	.hm_benefits_list {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.hm_benefits_list_item {
		width: calc((100% / 3) - 21px );
		height: 115px;
		margin: 0 10px 30px;
	}
	.hm_benefits_list_num {
		font-size: 26px;
		padding: 0 5px;
	}
	.hm_benefits_list_txt {
		font-size: 17px;
	}

	/* hover */
	.hm_btn_link:hover {
		color: #fff !important;
		background-color: #000;
		opacity: 1 !important;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.ly_body {
		padding: 5rem 0 6rem;
	}

	.ly_inner {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}

	.ly_inner_sp0 {
		padding: 0 !important;
	}

	.text01 {
		line-height: 1.9 !important;
	}

	.text02 {
		line-height: 2 !important;
    	font-size: 1.5rem !important;
	}

	.hm_btn_link.small {
		font-size: 14px;
		padding: 1.5rem 2rem;
	}

	.hm_btn_link.sp_w150 {
		min-width: 150px;
	}
		
	.hm_btn_link::after {
		right: -15px;
		width: 30px;
	}

	.hm_gallery_list.col_3 .hm_gallery_list_item {
		margin-bottom: 3px;
	}

	.hm_gallery .sa_owl_theme .owl-item .sa_vert_center_wrap {
		min-height: 375px !important;
	}

	.hm_gallery_list_txt {
		width: 195px;
	}

	/* 202407強み改修 */
	.hm_strengthsFlex .hm_strengthsItem {
		width: 94%;
	}
	.hm_strengthsFlex .hm_strengthsItem_cont {
		padding: 20px 0px 45px 15px;
	}

	.hm_strengthsFlex .hm_strengthsItem_img {
		margin-left: -1.5rem;
	}

	.hm_strengthsFlex .hm_strengthsItem_ttl {
		font-size: 20px;
		margin:0 0 1.5rem;
	}

	.hm_strengthsFlex .hm_strengthsItem_txt {
		font-size: 14px;
	}

	.hm_strengthsItem_num {
		font-size: 30px;
	}

	.hm_about {
		background-color: #f3f3f3;
	}

	.hm_about_list_item {
		padding: 15px 0;
	}

	.hm_about_list_item+.hm_about_list_item {
		margin-top: 10px;
	}

	.hm_about_list_txt {
		font-size: 20px;
	}

	.hm_products::after {
		background: url(https://my-sauna.jp/wp-content/uploads/2023/12/products_img01_sp.png) no-repeat bottom center;
		background-size: 100% auto;
	}

	.hm_products_list_item + .hm_products_list_item {
		margin-top: 50px;
	}

	.hm_products_list_img {
		width: 280px;
		margin: 0 auto;
	}

	.hm_products_list_img.img03 {
		width: 220px;
	}

	.hm_products_list_img.img04 {
		width: 150px;
	}

	.hm_products_list_txt {
		font-size: 15px;
	}

	.hm_products_list_txt span {
		font-size: 18px;
	}

	.hm_flowCont {
		margin: 0 auto 25px;
	}

	.hm_flowCont_step {
		width: 65px;
		height: 65px;
		margin-right: 20px;
		font-size: 12px;
	}

	.hm_flowCont_txt {
		font-size: 15px;
	}

	.hm_flowCont+.hm_flowCont .hm_flowCont_step::before {
		height: 50px;
	}

	.hm_benefits {
		padding: 40px 0 50px;
		background: url(https://my-sauna.jp/wp-content/uploads/2024/05/benefits_img01_sp.jpg) no-repeat 100%/cover;
	}
	.hm_benefits_list {
		padding: 0 20px;
	}
	.hm_benefits_list_item {
		height: 93px;
		margin-bottom: 20px;
	}
	.hm_benefits_list_item::before,
	.hm_benefits_list_item::after {
		width: 37vw;
	}
	.hm_benefits_list_num {
		font-size: 22px;
		padding: 0 10px;
	}
	.hm_benefits_list_txt {
		font-size: 16px;
	}

	.price_cont {
		width: 85%;
		margin: 0 auto;
	}
}

/*--------------------------------------------------
 
  = お知らせ

--------------------------------------------------*/
.bl_postArchive_list_item {
	border-bottom: 1px dashed #ccc;
	padding: 15px 10px;
}

.bl_postArchive_list_link {
	display: block;
	color: #000;
}

.bl_postArchive_list_cont__col {
	display: flex;
}

.bl_postArchive_list_thumb img {
	width: 100%;
	object-fit: cover;
}

.bl_postArchive_list_txtWrapper {
	flex: 1;
}

.bl_postData_time {
	color: #777;
}

.bl_postArchive_list_txt {
	color: #000;
}

.bl_postArchive_list .el_postTtl {
	color: #000;
	font-weight: 600;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print,screen and (min-width: 768px) {
	.bl_postArchive_list_item+.bl_postArchive_list_item {
		margin-top: 20px;
	}

	.bl_postArchive_list_thumb {
		width: 250px;
		margin-right: 30px;
	}

	.bl_postArchive_list_thumb img {
		height: 170px;
	}

	.bl_postArchive_list_txt {
		line-height: 1.75;
		font-size: 16px;
	}

	.bl_postArchive_list .el_postTtl {
		font-size: 1.8rem;
	}

	/* hover */
	.bl_postArchive_list_link:hover .el_postTtl {
		text-decoration: underline;
	}
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_postArchive_list_thumb {
		width: 100px;
		margin: 0 15px 0 0;
	}

	.bl_postArchive_list_txt {
		line-height: 1.75;
		font-size: 12px;
	}

	.bl_postArchive_list .el_postTtl {
		font-size: 18px;
	}
}

/*--------------------------------------------------
 
  = サウナヒータ―ページ

--------------------------------------------------*/
#video-area {
    overflow: hidden;
	background: #000;
}
#video {
	position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 177.777778vh;
    /* height: 100vh; */
    min-height: 100%;
    min-width: 100%;
	opacity: 0.6;
}
.movie_heater {
	position: relative;
	height: 500px;
	overflow: hidden;
}
.movie_heater video {
	position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
	min-height: 100%;
    min-width: 100%;
}
/* = PC (768px以上)
----------------------------------------------- */
@media print,screen and (min-width: 768px) {
	.page-id-2033 .page-header.header-small {
		min-height: 500px;
	}
}

/* --------------------------------------------------
= margin
-------------------------------------------------- */
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb50 {
	margin-bottom: 50px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb70 {
	margin-bottom: 70px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb90 {
	margin-bottom: 90px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mb110 {
	margin-bottom: 110px !important;
}

.mb120 {
	margin-bottom: 120px !important;
}

.mb130 {
	margin-bottom: 130px !important;
}

.mb140 {
	margin-bottom: 140px !important;
}

/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.mb10 {
		margin-bottom: 5px !important;
	}

	.mb20 {
		margin-bottom: 10px !important;
	}

	.mb30 {
		margin-bottom: 20px !important;
	}

	.mb40 {
		margin-bottom: 25px !important;
	}

	.mb50 {
		margin-bottom: 30px !important;
	}

	.mb60 {
		margin-bottom: 40px !important;
	}

	.mb70 {
		margin-bottom: 45px !important;
	}

	.mb80 {
		margin-bottom: 50px !important;
	}

	.mb90 {
		margin-bottom: 60px !important;
	}

	.mb100 {
		margin-bottom: 70px !important;
	}

	.mb110 {
		margin-bottom: 80px !important;
	}
	
	.mb120 {
		margin-bottom: 90px !important;
	}
	
	.mb130 {
		margin-bottom: 100px !important;
	}
	
	.mb140 {
		margin-bottom: 110px !important;
	}
}

/*--------------------------------------------------
  = モーダル
--------------------------------------------------*/
.modal {
	display: none;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	transition: .3s;
}
.modal-open {
	overflow: hidden;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.modal.in {
	background: rgba(0,0,0,0.7);
}
.modal_block {
	margin: 80px 20px 20px;
    opacity: 0;
    transition: opacity .3s;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal_block .box3 {
	width: 100%;
}
.modal.in .modal_block {
	opacity: 1;
}
.modal_block .modal_head_close {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	right: 0;
	width: calc(100 / 750 * 100vw);
	color: #fff;
	font-size: 40px;
	cursor: pointer;
	outline: none;
}
.modal_block .cta_box + .cta_box {
	margin-top: 20px;
}
.modal_block .cta_box p,
.modal_block .cta_box a {
	display: block;
	font-size: 18px;
	color: #fff;
}
.modal_block .cta_box_in {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	height: 19vh;
	border: 1px solid #fff;
}
.modal_block .cta_box .grid img {
	max-height: 6vh;
    max-width: 12vw;
}
.modal_block .title {
    position: relative;
    padding: calc(25 / 750 * 100vw) 0;
    font-size: 18px;
    font-weight: 600;
}
.review_modal.gallery_modal .modal_block .title h3 {
	line-height: 1.5;
	margin-bottom: 20px !important;
}

.gallery_modal .modal_block {
	position: relative;
	display: block;
	max-width: 1200px;
	height: auto;
    background: #fff;
    border-radius: 7px;
	padding: 20px 20px 40px;
}
.gallery_modal .modal_body {
    padding: calc(45 / 750 * 100vw);
}
.gallery_modal.in {
	background: rgba(0,0,0,0.3);
}
.gallery_modal .modal_block .modal_head_close {
	width: 80px;
	color: #000;
	font-family: 'Shippori Mincho', serif;
}
.gallery_flex .gallery_item_txt {
	box-sizing: border-box;
}
.review_type span {
	display: inline-block;
	font-size: 13px;
	padding: 3px 13px;
	margin-right: 8px;
	border-radius: 20px;
	border: 1px solid #222;
}
.review_modal .gallery_item p {
	line-height: 2;
	letter-spacing: -0.03em;
}

/* = PC (768px以上)
----------------------------------------------- */
@media print, screen and (min-width: 768px) {
	.sp_contactBtn {
		display: none !important;
	}
	.modal_block {
		margin: 13vw auto 5vw;
	}
	.modal_block .title {
		padding: 18px 0;
		font-size: 28px;
	}
	.gallery_modal .modal_body {
		padding: 45px 50px;
	}
	.gallery_flex {
		display: flex;
	}
	.gallery_flex .gallery_item {
		flex: 1 1 0%;
		margin: 8px;
		overflow: hidden;
	}
	.gallery_flex .gallery_item_txt {
		padding: 0 20px;
	}
	.gallery_flex.mb-3 .gallery_item {
		width: 33.3%;
	}
	.gallery_flex.mb-2 .gallery_item {
		width: 49%;
	}
	.gallery_flex.col__3 .gallery_item {
		width: 33.3%;
	}
	.gallery_flex.col__2 .gallery_item {
		width: 49%;
	}
	.gallery_flex .gallery_item img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.gallery_modal .modal_block .title h3 {
		font-size: 24px;
    	line-height: 1.3;
		padding-right: 80px;
	}
	.review_modal .gallery_flex .gallery_item {
		overflow: auto;
	}
	.review_modal .gallery_flex .gallery_item img {
		height: auto;
	}
	.review_modal.gallery_modal .modal_block .title h3 {
		margin-right: 80px;
	}
	.review_type p + p {
		margin-left: 10px !important;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.sp_contactBtn {
		display: block !important;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		background: rgba(0,0,0,0.7);
		padding: 13px 10px;
		z-index: 1000;
		box-sizing: border-box;
		opacity: 0;
		transform: translateY(100px);
	}
	.sp_contactBtn_link {
		position: relative;
		display: block;
		color: #fff;
		font-size: 18px;
		letter-spacing: 0.04em;
		padding: 13px;
		background: #b43f48;
		box-shadow: 0 -3px 5px rgba(0,0,0,0.3);
		border-radius: 5px;
	}
	.sp_contactBtn_link svg {
		position: absolute;
		top: 0;
		bottom: 0;
		right: 15px;
		margin: auto;
	}

	.gallery_modal .modal_block {
		padding: 10px 20px 20px;
		margin: 80px 20px 20px;
	}
	.gallery_modal .modal_block .title {
		padding:5px 30px 0 0;
	}
	.gallery_modal .modal_block .title h3 {
		font-size: 20px;
    	line-height: 1.2;
	}
	.gallery_modal .modal_block .modal_head_close {
		top: -10px;
   		right: -15px;
		width: 40px;
		height: 40px;
	}
	.gallery_flex .gallery_item {
		margin-bottom: 10px;
	}
	.gallery_flex .gallery_item_txt {
		padding: 20px 0 0;
	}
	.review_type {
		flex-direction: column;
	}

}

/*--------------------------------------------------
 
  = bl_grid bl_flex

--------------------------------------------------*/
.bl_grid {
	display: grid;
	gap: 1.8rem;
}
.bl_grid .item {
	display: grid;
    align-content: flex-start;
	grid-template-columns: 1fr;
	gap: 1rem;
}
.grid_img {
	width: 100%;
	border-radius: 7px;
	overflow: hidden;
}
.grid_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bl_grid .grid_txt {
	font-size: 14px;
	font-weight: 600;
	margin: 0 !important;
}
.bl_grid .grid_ttl01 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 !important;
}
.bl_grid .grid_txt_note {
	color: #777;
	font-size: 80%;
}

/* bl_grid_review */
.bl_grid_review .grid_img {
	height: 100%;
	border-radius: 0;
}
.bl_grid_review .item_link {
	display: block;
	position: relative;
	height: 300px;
	z-index: 1;
	cursor: pointer;
	border-radius: 7px;
    overflow: hidden;
}
.bl_grid_review .item_link .grid_img img {
	transition: all .3s;
}
.bl_grid_review .item_link::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height:100%;
	z-index: 2;
}
.bl_grid_review .grid_txt {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 100%;
	color: #fff;
	font-weight: 600;
	font-size: 20px;
    text-align: center;
    padding: 20px;
	z-index: 3;
}
/* hover */
.bl_grid_review .item_link:hover {
	opacity: 1 !important;
}

/* flex */
.bl_flex {
	display: flex;
	flex-wrap: wrap;
}
/* = PC (768px以下)
----------------------------------------------- */
@media screen and (min-width: 768px) {
	.bl_grid.grid__2 {
		grid-template-columns: 1fr 1fr;
	}
	.bl_grid.grid__3 {
		grid-template-columns: 1fr 1fr 1fr;
	}
	.bl_grid.grid__4 {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.bl_grid_review .grid_txt {
		font-size: 20px;
	}
	/* hover */
	.bl_grid_review .item_link:hover .grid_img img {
		transform: scale(1.1);
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_grid {
		grid-template-columns: 1fr 1fr;
	}
	.bl_grid.sp_grid__1 {
		grid-template-columns: 1fr;
	}
	.bl_grid .grid_txt {
		font-size: 13px;
	}
	.bl_grid .grid_ttl01 {
		font-size: 14px;
	}
	.bl_grid_review .item_link {
		height: 200px;
	}
	.bl_grid_review .grid_txt {
		font-size: 18px !important;
	}
}

/*--------------------------------------------------
 
  = bl_products

--------------------------------------------------*/
.ly_products {
	max-width: 1200px;
	padding: 0 20px;
	margin: 0 auto;
}
.bl_products.bl_grid {
	align-items: end;
}
.bl_products.bl_grid .item {
	gap: 0.5rem;
}
.bl_products_anchorItem {
	display: flex;
	align-items: center;
}
.bl_products_anchorLink {
	display: flex;
	align-items: center;
	box-shadow: 0 -8px 20px rgba(0, 0, 0, 0.13);
}
.bl_products_anchorItem .bl_products_anchorLink {
	width: 100%;
}
.bl_products_anchorLink .txt {
	flex: 1;
	color: #222;
	font-weight: 600;
	text-align: center;
	line-height: 1.5;
}
/* = PC (768px以下)
----------------------------------------------- */
@media screen and (min-width: 768px) {
	.bl_products.bl_grid {
		gap: 1.8rem 3.8rem;
	}
	.bl_products .products_price {
		font-size: 16px;
		letter-spacing: 0.04em;
		margin-bottom: 1rem;
	}
	.ly_products_anchor {
		max-width: 1200px;
		padding: 80px 0;
		margin: 0 auto;
	}
	.bl_products_anchor {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 20px;
	}
	.bl_products_anchorLink {
		padding: 8px 10px;
	}
	.page-id-5680 .bl_products_anchorLink {
		padding: 10px 5px;
	}
	.bl_products_anchorLink .img {
		width: 55px;
	}
	.bl_products_anchorLink .txt {
		font-size: 15px;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_products .products_price {
		font-size: 14px;
		letter-spacing: 0.04em;
		margin-bottom: 1rem;
	}
	.bl_products .hm_btn_link {
		min-width: 80%;
	}
	.ly_products_anchor {
		padding: 60px 20px 60px;
	}
	.bl_products_anchorLink {
		padding: 7px;
			box-shadow: 0 -8px 15px rgba(0, 0, 0, 0.1);
	}
	.bl_products_anchorItem + .bl_products_anchorItem {
		margin-top: 10px;
	}
	.bl_products_anchorLink .img {
		width:43px;
	}
	.bl_products_anchorLink .txt {
		font-size: 15px;
	}
}

/*--------------------------------------------------
 
  = bl_tab

--------------------------------------------------*/
.bl_tabArea {
	position: relative;
	border-bottom: 1px solid #bbb;
	scrollbar-width: none;
 }
 .bl_tabArea > .js-tab {
	position: relative;
	cursor: pointer;
	z-index: 1;
	transition: all .2s;
 }
 /* .bl_tabArea > .js-tab::before {
	content: "";
    position: absolute;
    bottom: 0;
	left: 0;
    right: 0;
	margin: auto;
    width: calc(100% + 4vw);
    height: 2px;
    border-bottom: 1px solid #bbb;
 } */

 /* .bl_tabArea > .js-tab.active::after, 
 .bl_tabArea > .js-tab:hover::after {
	 content: "";
	 display: inline-block;
	 position: absolute;
	 top: 100%;
	 left: 0;
	 right: 0;
	 margin: auto;
	 width: 23px;
	 height: 13px;
	 background-color: #bbb;
	 clip-path: polygon(0 0, 100% 0%, 50% 100%);
	 z-index: 2;
 } */
 .js-panel {
	 display: none;
 }
 .js-panel.active {
	 display: block;
 }
 .bl_tabArea .bl_products_anchorLink .txt {
	white-space: nowrap;
 }
 .bl_tabArea > .js-tab.active,
 .bl_tabArea > .js-tab:hover {
	color: #fff;
	background-color: #024059;
 }
 .bl_tabArea > .js-tab.active .txt,
 .bl_tabArea > .js-tab:hover .txt {
	color: #fff;
 }

 /* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_tabArea .bl_products_anchorLink {
		border: 1px solid #f3f3f3;
	}
	.bl_tabArea .bl_products_anchorLink .txt {
		font-size: 11px;
	}
	.bl_tabArea > .js-tab.active::after, 
	.bl_tabArea > .js-tab:hover::after {
		width: 19px;
		height: 10px;
	}
}

/*--------------------------------------------------
 
  = bl_ranking

--------------------------------------------------*/
.bl_ranking {
	margin-bottom: 0 !important;
}
.bl_ranking_item {
	position: relative;
	/* border-bottom: 1px solid #ccc; */
}
.bl_ranking_item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	pointer-events: none;
	width: 28px;
	height: 28px;
	z-index: 2;
}
.bl_ranking_item:nth-child(1):before {
	background: url(https://my-sauna.jp/wp-content/uploads/2024/06/icon_rank01.svg) no-repeat 100%/100%;
}
.bl_ranking_item:nth-child(2):before {
	background: url(https://my-sauna.jp/wp-content/uploads/2024/06/icon_rank02.svg) no-repeat 100%/100%;
}
.bl_ranking_item:nth-child(3):before {
	background: url(https://my-sauna.jp/wp-content/uploads/2024/06/icon_rank03.svg) no-repeat 100%/100%;
}
.bl_ranking_item:nth-child(n + 4):before {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
	background-color: rgba(34,34,34,0.7);
}
.bl_ranking_item:nth-child(4):before {
	content: "4";
}
.bl_ranking_item:nth-child(5):before {
	content: "5";
}
.bl_ranking_item:nth-child(6):before {
	content: "6";
}
.bl_ranking_item:nth-child(7):before {
	content: "7";
}
.bl_ranking_item:nth-child(8):before {
	content: "8";
}
.bl_ranking_link {
	display: grid;
    align-content: flex-start;
    grid-template-columns: 1fr;
    gap: 1rem;
}
.bl_ranking_linkImg {
	position: relative;
	overflow: hidden;
}
.bl_ranking_linkTxt {
	color: #222;
	font-weight: 600;
	margin-bottom: 0 !important;
}
.bl_ranking_link .bl_ranking_linkImg {
	position: relative;
	cursor: pointer;
}
.bl_ranking_link .bl_ranking_linkImg img {
	position: absolute;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
}
/* = PC (768px以下)
----------------------------------------------- */
@media screen and (min-width: 768px) {
	.bl_ranking_item {
		margin-bottom: 30px;
	}
	.bl_ranking_item::before {
		font-size: 15px;
	}
	.bl_ranking_linkImg {
		transition: all .2s;
	}
	.bl_ranking_linkImg::after {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
	.bl_ranking_linkTxt {
		font-size: 14px;
		height: 60px;
	}
	.bl_ranking_link .bl_ranking_linkImg {
  		max-height: 355px;
		height: 30vw;
	}
	.bl_ranking_link .bl_ranking_linkImg img:last-of-type {
		opacity: 0;
		transition: opacity .7s;
	  }
	.bl_ranking_link:hover .bl_ranking_linkImg img {
		opacity: 1;
	}
}
/* = SP (767px以下)
----------------------------------------------- */
@media screen and (max-width: 767px) {
	.bl_ranking_linkTxt {
		font-size: 12px;
		height: 55px;
	}
	.bl_ranking_link .bl_ranking_linkImg img:last-of-type {
		display: none;
	}
	.bl_ranking_link .bl_ranking_linkImg {
		height: 210px;
	}
}

/*--------------------------------------------------
 
  = bl_table_hikaku

--------------------------------------------------*/
.bl_table_hikaku .circle{
    position:relative;
    width:20px;
    height:20px;
    margin:0 auto;
    border-radius: 50%;
    border:2px solid #fcc800;
}
.bl_table_hikaku .batu {
	position: relative;
	width: 20px;
	height: 20px;
	display: block;
    margin:0 auto;
}
.bl_table_hikaku .batu::before,.batu::after{
	content: "";
	position: absolute;
	top: 50%;
	left: 50%; 
	width: 2px;
	height: 20px;
	background: #666;
}
.bl_table_hikaku .batu::before{
    transform: translate(-50%,-50%)rotate(45deg);
}
.bl_table_hikaku .batu::after{
    transform: translate(-50%,-50%)rotate(-45deg);
}
.bl_table_hikaku .nijuumaru{
    position: relative;
    width: 20px;
    height: 20px;
    margin:0 auto;
    border-radius: 50%;
    border: 2px solid #ed7486;
}
.bl_table_hikaku .nijuumaru:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #ed7486;
}
.bl_table_hikaku .sankaku{
    position:relative;
    text-align: center;
    margin:0 auto;
    margin-bottom: 5px;
    width:0;
    height:0;
    margin-bottom: 17px;
    
}
.bl_table_hikaku .sankaku::before{
    margin:0 auto;
    position:absolute;
   width:0;
   height:0;
   top:-12.4px;
   bottom:0;
   left:-11px;
   right:0;
   content:"";
    border: 12px solid transparent;
    border-bottom: 20px solid #87cefa;
  }
  .bl_table_hikaku .sankaku::after{
    margin:0 auto;
    content: "";
    position: absolute;
    top:-4.6px;
    left:-7px;
    width:0;
    height:0;
    border:8px solid transparent;
    border-bottom: 14px solid white;
  }
  .bl_table_hikaku table tr:nth-child(even) td .sankaku::after{
    border-bottom:14px solid #f3f3f3;
  }

  figure.bl_table_hikaku{
    border-right: none;
    margin: 1rem 0;
	max-width:100%;
	background-color: #fff;
  }
  .bl_table_hikaku table{
    border: 1px solid #d7d7d7;
    overflow-x: scroll;
    border-collapse: collapse;
	width:100%;
	margin:0 auto;
  }
  .bl_table_hikaku th,
  .bl_table_hikaku td,
  .bl_table_hikaku tr{
    padding: 20px 8px !important;
    font-size: 15px;
    text-align: center;
  }
  .bl_table_hikaku tr:nth-child(even){
    background: #f3f3f3;
  }
  .bl_table_hikaku tr th{
    padding:12px 16px;
    background: white;
    background-clip: padding-box;
    z-index: 999;
    border-right: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
	white-space: nowrap;
	vertical-align: baseline;
  }
  .bl_table_hikaku tr td {
	vertical-align: baseline;
	border-top:1px solid #d7d7d7;
  }
  .bl_table_hikaku tr td + td {
	border-left:1px solid #d7d7d7;
  }
  .bl_table_hikaku .comment{
	width: 100%;
    margin:0 auto;
    text-align: center;
    font-size: 12px;
    padding-top:4px;
  }
  .bl_table_hikaku .tri-comment{
	width: 80%;
    margin:0 auto;
    text-align: center;
    font-size: 14px;
    color:#222;
    padding-top:7px;
  }
  .bl_table_hikaku span.co-name{
    display:block;
    text-align: center;
    font-weight: bold;
    color:#9cb4cc;
    font-size:15px;
    margin:10px 0;
  }
  .bl_table_hikaku .main_img {
	height: 200px;
  }
  .bl_table_hikaku .main_img img {
	height: 100%;
  }
/* スマートフォン用 */
@media screen and (max-width: 640px) {
	.bl_table_hikaku {
		overflow-x: scroll;
		white-space: wrap;
		border-collapse: collapse;
	}
	.bl_table_hikaku tr th {
		font-size:12px;
		white-space: wrap;
	}
	.bl_table_hikaku tr td {
		font-size:14px;
		white-space: wrap;
		padding: 15px 10px !important;
	}
	.bl_table_hikaku .comment,
	.bl_table_hikaku .tri-comment {
		width: 100%;
		font-size: 13px;
	}
	.bl_table_hikaku .main_img {
		height: 100px;
	  }
}


/*--------------------------------------------------
 
  = 会社概要

--------------------------------------------------*/
.page-id-3202 {
	background-color: #fff;
}
.bl_table_company {
	width: 100%;
}
.bl_table_company tr {
	border-bottom: 1px solid #ccc !important;
}
.bl_table_company th {
	text-align: center;
}
.bl_table_company th,
.bl_table_company td {
	font-size: 15px;
	text-align: left;
	padding: 20px 15px;
	line-height: 1.3;
	vertical-align: top;
}
.bl_table_company .sns_flex {
	display: flex;
	align-items: center;
}
.bl_table_company .sns_link {
	display: inline-block;
	width: 30px;
	margin: 0 10px;
}
.bl_company_gmap {
	position: relative;
    width: 100%;
    height: 0;
	padding-top: 38.25%;
}
.bl_company_gmap iframe {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.bl_company_jmap {
	max-width: 900px;
	margin: auto;
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_table_company th {
		width: 36%;
	}
	.bl_table_company th,
	.bl_table_company td {
		font-size: 14px;
		padding: 15px 8px;
	}
	.bl_productsHome_access {
		width: 500px;
	}
	.bl_productsHome_access.sp_ml {
		margin-left: -5%;
	}
	.bl_productsHome_access .bl_productsHome_flexItem_txt {
		width: 100vw;
	}
	.bl_company_gmap {
		padding-top: 80%;
	}
	.bl_company_jmap {
		max-width: 100%;
	}
}

/*--------------------------------------------------
 
  = ヘッダーなし

--------------------------------------------------*/
.page-id-3253 #primary,
.page-id-6424 #primary {
	display: none;
}

/*--------------------------------------------------
 
  = 自宅用サウナトップページ

--------------------------------------------------*/
.page-id-3253 .main .page-breadcrumb,
.page-id-3253 .main .page-breadcrumb p,
.page-id-6424 .main .page-breadcrumb,
.page-id-6424 .main .page-breadcrumb p {
	margin-bottom: 0;
}
.bl_productsHome.headerTtl_txt {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	text-align: center;
	z-index: 2;
}
.bl_productsHome_flex {
	margin-bottom: 0;
}
.bl_productsHome_flexItem {
	position: relative;
}
.bl_productsHome_flexItem_ttl,
.bl_productsHome_caseList h3 {
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.bl_productsHome_case .bl_productsHome_flexItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bl_productsHome_flexItem_ttl {
	top: 2.4vw;
}
.bl_productsHome_flexItem_ttl.barrel {
	top: 50%;
	width: 75%;
	margin: auto;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}
.bl_productsHome_caseList h3 {
	top: 50%;
	transform: translateY(-50%);
}
.bl_productsHome_caseList .hm_btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	width: 100%;
}
.bl_productsHome_caseList .bl_productsHome_flexItem {
	position: relative;
}
.bl_productsHome_caseList .bl_productsHome_flexItem::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.15);
	z-index: 1;
}
.bl_productsHome_caseList .bl_productsHome_flexItem h3,
.bl_productsHome_caseList .bl_productsHome_flexItem a {
	z-index: 2;
}
.bl_productsHome_comp_note {
	font-size: 75%;
	color: #777;
	line-height: 1.8;
	margin-bottom: 0 !important;
}
.bl_productsHome_comp_box {
	max-width: 800px;
	background-color: #fff;
	padding: 20px 30px;
	border-radius: 8px;
	margin: 0 auto;
}
.bl_productsHome_comp_box .bl_table_hikaku {
	margin-top: 0;
}
.bl_productsHome_comp_box .bl_table_hikaku td {
	vertical-align: middle;
}
.bl_productsHome_productsBox {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url(https://my-sauna.jp/wp-content/uploads/2024/07/lineup_main_bg.jpg) no-repeat center;
	background-size: cover;
	height: 410px;
	z-index: 1;
}
.bl_productsHome_productsBox h2,
.bl_productsHome_productsBox p {
	position: relative;
	color: #fff;
	z-index: 2;
}
.bl_productsHome_productsBox::after {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.45);
	z-index: -1;
}
.bl_productsHome_productsBox p {
	font-weight: bold;
	margin-bottom: 0;
	line-height: 2;
}
.bl_productsHome_mainHeader {
	background: url(https://my-sauna.jp/wp-content/uploads/2024/07/mv_img03.jpg) no-repeat center right;
	background-size: cover;
}
.bl_productsHome_mainHeader.bl_productsHome_productsBox::after {
	background-color: rgba(0,0,0,0.24);
}

/* PC用 */
@media screen and (min-width: 768px) {
	.page-id-3253 .main,
	.page-id-6424 .main {
		padding-top: 60px;
	}
	.bl_productsHome {
		padding: 80px 0;
	}
	.bl_productsHome_features,
	.bl_productsHome_case {
		padding: 80px 0 0;
	}
	.bl_productsHome_flex {
		display: flex;
	}
	.bl_productsHome_flex.col_2 .bl_productsHome_flexItem {
		width: calc(100% / 2);
	}
	.bl_productsHome_flex.col_3 .bl_productsHome_flexItem {
		width: calc(100% / 3);
	}
	.bl_productsHome_flexItem_ttl h3,
	.bl_productsHome_caseList h3 {
		font-size: clamp(13px, 1.9vw, 32px) !important;
	}
	.bl_productsHome_mainHeader_txt {
		font-size: 18px;
	}
	.bl_productsHome_flexItem_txt {
		display: flex;
		flex-direction: column;
		justify-content: center;
		padding: 0 calc(8vw - 50px);
		height: 560px;
	}
	.bl_productsHome_flexItem_gmap {
		padding-top: 560px;
	}
	.bl_productsHome_products {
		padding: 0 0 80px;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.page-id-3253 .main,
	.page-id-6424 .main {
		padding-top: 70px;
	}
	.bl_productsHome {
		padding: 60px 0;
	}
	.bl_productsHome_features,
	.bl_productsHome_case {
		padding: 50px 0 0;
	}
	.bl_productsHome_case .bl_productsHome_flexItem {
		height: 300px;
	}
	.bl_productsHome_flexItem_ttl {
		top: 8%;
	}
	.bl_productsHome_flexItem_ttl h3,
	.bl_productsHome_caseList h3 {
		font-size: 22px !important;
	}
	.bl_productsHome_featuresList h3 {
		position: relative;
		top: 0;
	}
	.bl_productsHome_flexItem_ttl.barrel h3 {
		top: 0;
	}
	.bl_productsHome_comp_box {
		padding: 15px 10px;
	}
	.bl_productsHome_flexItem_txt {
		padding: 60px 15px;
	}
	.bl_productsHome_flexItem_txt .text01 {
		font-size: 14px;
	}
	.bl_productsHome_voice .center_slider .item {
		margin: 0 1rem;
	}
	.bl_productsHome_products {
		padding: 0 0 60px;
	}
}


/*--------------------------------------------------
 
  = blogcard

--------------------------------------------------*/
.blog-card {
	line-height: 1;
	background-color: #fff;
	border: 1px solid #eee;
	box-shadow: 0 0 10px 6px rgba(0,0,0,.025) !important;
	overflow: hidden;
}
.blog-card h4 {
	font-size: 1em !important;
	margin: 0 !important;
	border-left: none !important;
	padding: 0 !important;
}
.blog-card p.description {
	line-height: 1.3 !important;
}

@media screen and (max-width: 767px) {
	.blog-card h4 {
		font-size: 1rem !important;
	}
}

/*--------------------------------------------------
 
  = element

--------------------------------------------------*/
.border-dashed {
	border-bottom: 1px dashed #707070;
}
.noHover:hover {
	opacity: 1 !important;
}

/*--------------------------------------------------
 
  = magazine 2024.09改修 sugino

--------------------------------------------------*/
.bg_fafafa {
	background: #fafafa;
}
.el_heading_magazine {
	position: relative;
	margin-bottom: 24px;
	color: #024059;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: .02em;
	z-index: 1;
}
.el_heading_magazine__centerLine {
	text-align: center;
}
.el_heading_magazine__centerLine::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #024059;
	transform: translateY(-50%);
	z-index: -1;
}
.el_heading_magazine__centerLine span {
	display: inline-block;
	padding: 0 15px;
	background: #fafafa;
}
.ly_magazine {
	display: block !important;
}
.ly_magazine p,
.ly_magazine img {
	margin-bottom: 1.5rem;
}
/* PC用 */
@media screen and (min-width: 768px) {
	.ly_magazine {
		margin-bottom: -18.4rem;
		padding: 50px 0 100px;
	}
	/* .single .ly_magazine {
		padding-top: 20px;
	} */
	.ly_cont_main {
		flex: 3;
		width: 73%;
	}
	.ly_cont_side {
		flex: 1;
		width: calc(27% - 3rem);
		margin-left: 3rem;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.ly_magazine {
		padding: 30px 0 70px;
	}
	.single .ly_magazine {
		padding-top: 0;
	}
	.ly_cont_side {
		margin-top: 40px;
	}
}
/*--------------------------------------------------
  = bl_magazine
--------------------------------------------------*/
.bl_magazine {
	display: flex;
	flex-direction: column;
	border-radius: 7px;
	background: #fff;
	border: 1px solid #e0e1e4;
	overflow: hidden;
}
.bl_magazine_imgWpr {
	overflow: hidden;
}
.bl_magazine_imgWpr img {
	width: 100%;
	object-fit: cover;
	transition: all .2s;
}
.bl_magazine_body {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	flex: 1;
}
.bl_magazine_ttl {
	flex: 1;
	margin-bottom: 0;
	color: #222;
	font-weight: bold;
}
.bl_magazine_tagUnits {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	margin: 10px -4px 0;
}
.bl_magazine_tag {
	min-width: 36px;
	margin: 4px;
	padding: 4px 5px;
	border-radius: 3px;
	background: #D9E2E5;
	overflow: hidden;
	transition: all .2s;
	color: #024059;
	line-height: 1.25;
	font-size: 13px;
	letter-spacing: -.02em;
	cursor: pointer;
}
.bl_magazine_more {
	position: relative;
	width: 121px;
	padding: 6px 25px 6px 15px;
	border-radius: 5px;
	background: #024059;
	transition: all .2s;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.bl_magazine_more::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	right: 11.5px;
	width: 9.64px;
	height: 9.64px;
	background: url(/wp-content/themes/mysauna/assets/img/icon_arrow_wh.svg) no-repeat center/100%;
	transform: translateY(-50%);
}
/* Units */
.bl_magazineUnits {
	display: flex;
	flex-wrap: wrap;
}
/* PC用 */
@media screen and (min-width: 768px) {
	.bl_magazine_imgWpr img {
		height: 160px;
	}
	.bl_magazine_body {
		padding: 20px;
	}
	.bl_magazine_ttl {
		line-height: 1.4;
		font-size: 15px;
	}
	.bl_magazine_more {
		margin: 19px 0 0;
	}
	/* Units */
	.bl_magazineUnits {
		margin-bottom: 53px;
	}
	.bl_magazineUnits__3col .bl_magazine {
		width: calc(100% / 3 - 20px);
	}
	.bl_magazineUnits__3col .bl_magazine:not(:nth-child(3n)) {
		margin-right: 20px;
	}
	.bl_magazineUnits__3col .bl_magazine:nth-child(n+4) {
		margin-top: 20px;
	}
	.home .bl_magazineUnits__3col .bl_magazine {
		width: calc(100% / 3 - 1.3%);
	}
	/* hover */
	.bl_magazine:hover {
		opacity: 1 !important;
	}
	.bl_magazine:hover img {
		transform: scale(1.1);
	}
	.bl_magazine_tag:hover {
		background: #bbd6de;
	}
	.bl_magazine:hover .bl_magazine_more {
		opacity: .75;
	}
	/* home */
	.home .bl_magazine_imgWpr img {
		height: 200px;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_magazine_imgWpr img {
		height: 100px;
	}
	.bl_magazine_body {
		padding: 13px;
	}
	.bl_magazine_ttl {
		line-height: 1.428;
		font-size: 14px;
	}
	.bl_magazine_tag {
		font-size: 12px;
	}
	.bl_magazine_more {
		margin: 12px 0 0;
	}
	/* Units */
	.bl_magazineUnits {
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.bl_magazineUnits__3col .bl_magazine {
		width: calc(100% / 2 - 6.5px);
	}
	.bl_magazineUnits__3col .bl_magazine:nth-child(n+3) {
		margin-top: 17px;
	}
	/* home magazine */
	.home .bl_magazine_imgWpr img {
		height: 150px;
	}
	.home .bl_magazineUnits__3col .bl_magazine:nth-child(n+3) {
		margin-top: 0;
	}
	
}
/*--------------------------------------------------
  = bl_magazineDetail
--------------------------------------------------*/
.bl_magazineDetail_header {
	border-bottom: 1px solid #bbb;
}
.bl_magazineDetail_ttl {
	color: #222;
	font-weight: bold;
	letter-spacing: .02em;
}
.bl_magazineDetail .bl_magazine_tagUnits {
	margin: 0 -4px;
}
/* PC用 */
@media screen and (min-width: 768px) {
	.bl_magazineDetail .inner {
		width: 100% !important;
	} 
	.bl_magazineDetail_header {
		padding-bottom: 30px;
	}
	.bl_magazineDetail .bl_magazine_tagUnits:not(:has(li)) {
		margin-top: -25px;
	}
	.bl_magazineDetail_ttl {
		margin-bottom: 15px !important;
		line-height: 1.6 !important;
		font-size: 26px;
	}
	.bl_magazineDetail_body {
		margin-top: 40px;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_magazineDetail_header {
		padding-bottom: 20px;
	}
	.bl_magazineDetail .bl_magazine_tagUnits:not(:has(li)) {
		margin-top: -20px;
	}
	.bl_magazineDetail_ttl {
		margin-bottom: 15px !important;
		line-height: 1.6 !important;
		font-size: 20px;
	}
	.bl_magazineDetail_body {
		margin-top: 30px;
	}
}
/*--------------------------------------------------
  = bl_magazineRelate
--------------------------------------------------*/
/* PC用 */
@media screen and (min-width: 768px) {
	.bl_magazineRelate {
		margin-top: 80px;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_magazineRelate {
		margin-top: 60px;
	}
}
/*--------------------------------------------------
  = bl_card
--------------------------------------------------*/
.bl_card {
	display: flex;
	position: relative;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.bl_card_imgWpr img {
	width: 100%;
	object-fit: cover;
}
.bl_card_txtWpr {
	flex: 1;
	border: 1px solid #e4e6ec;
	border-left: 0;
	border-radius: 0 7px 7px 0;
}
.bl_card_ttl {
	margin-bottom: 0 !important;
	color: #222;
	letter-spacing: .02em;
}
.bl_card_txt {
	margin: 13px 0 0 !important;
	line-height: 1.5;
	font-size: 14px;
	letter-spacing: 0.02em;
}
/* bl_cardUnits__rank */
.bl_cardUnits__rank .bl_card::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28.17px;
	height: 28.17px;
    background: no-repeat 100% / 100%;
}
.bl_cardUnits__rank .bl_card:nth-child(1):after {
	background-image: url(/wp-content/uploads/2024/06/icon_rank01.svg);
}
.bl_cardUnits__rank .bl_card:nth-child(2):after {
	background-image: url(/wp-content/uploads/2024/06/icon_rank02.svg);
}
.bl_cardUnits__rank .bl_card:nth-child(3):after {
	background-image: url(/wp-content/uploads/2024/06/icon_rank03.svg);
}
/* bl_cardUnits__large */
.bl_cardUnits__large .bl_card_ttl {
	font-weight: bold;
}
/* PC用 */
@media screen and (min-width: 768px) {
	.bl_card_txt {
		line-height: 1.5;
		font-size: 14px;
	}
	/* bl_cardUnits__small */
	.bl_cardUnits__small .bl_card + .bl_card {
		margin-top: 12px;
	}
	.bl_cardUnits__small .bl_card_imgWpr {
		width: 120px;
	}
	.bl_cardUnits__small .bl_card_imgWpr img {
		height: 130px;
	}
	.bl_cardUnits__small .bl_card_txtWpr {
		padding: 5px 8px 8px;
	}
	.bl_cardUnits__small .bl_card_ttl {
		line-height: 1.67 !important;
		font-size: 13px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
	/* bl_cardUnits__large */
	.bl_cardUnits__large .bl_card + .bl_card {
		margin-top: 20px;
	}
	.bl_cardUnits__large .bl_card_imgWpr {
		width: 240px;
	}
	.bl_cardUnits__large .bl_card_imgWpr img {
		height: 150px;
	}
	.bl_cardUnits__large .bl_card_txtWpr {
		padding: 17px 20px;
	}
	.bl_cardUnits__large .bl_card_ttl {
		line-height: 1.5 !important;
		font-size: 16px;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.bl_cardUnits__rank .bl_card {
		display: block;
	}
	.bl_cardUnits__rank .bl_card_imgWpr {
		width: 100%;
	}
	.bl_cardUnits__rank .bl_card_txtWpr {
		border: 0;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_card + .bl_card {
		margin-top: 12px;
	}
	.bl_card_imgWpr {
		width: 150px;
	}
	.bl_card_imgWpr img {
		height: 128px;
	}
	.bl_card_txtWpr {
		padding: 9px;
	}
	.bl_card_ttl {
		line-height: 1.5 !important;
		font-size: 12px;
	}
	.bl_card_txt {
		line-height: 1.34 !important;
		font-size: 8px;
	}
}
/*--------------------------------------------------
  = wpp-list
--------------------------------------------------*/
.wpp-list li {
	display: flex;
	position: relative;
	border-radius: 7px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.wpp-list li::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 28.17px;
	height: 28.17px;
    background: no-repeat 100% / 100%;
}
.wpp-list li:nth-child(1):after {
	background-image: url(/wp-content/uploads/2024/06/icon_rank01.svg);
}
.wpp-list li:nth-child(2):after {
	background-image: url(/wp-content/uploads/2024/06/icon_rank02.svg);
}
.wpp-list li:nth-child(3):after {
	background-image: url(/wp-content/uploads/2024/06/icon_rank03.svg);
}
.wpp-meta {
	display: none;
}
.wpp-list img {
	margin: 0;
	object-fit: cover;
}
.wpp-post-title {
	flex: 1;
	margin-bottom: 0 !important;
	border: 1px solid #e4e6ec;
	border-left: 0;
	border-radius: 0 7px 7px 0;
	color: #222;
	letter-spacing: .02em;
}
/* PC用 */
@media screen and (min-width: 768px) {
	.wpp-list li + li {
		margin-top: 12px;
	}
	.wpp-list img {
		width: 120px;
		height: 130px;
	}
	.wpp-post-title {
		padding: 5px 8px 8px;
		line-height: 1.67 !important;
		font-size: 13px;
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
	}
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
	.wpp-list li {
		display: block;
	}
	.wpp-list img {
		width: 100%;
	}
	.wpp-post-title {
		border: 0;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.wpp-list li + li {
		margin-top: 12px;
	}
	.wpp-list img {
		width: 150px;
		height: 128px;
	}
	.wpp-post-title {
		padding: 9px;
		line-height: 1.5 !important;
		font-size: 12px;
	}
}
/*--------------------------------------------------
  = bl_category 共通で使うBOX
--------------------------------------------------*/
.bl_category_box {
	border-radius: 7px;
    background: #fff;
    border: 1px solid #e0e1e4;
    overflow: hidden;
}
.bl_category_boxTtl {
	font-weight: bold;
	margin-bottom: 0;
}
.bl_category_link {
	min-width: 36px;
    margin: 4px;
    padding: 6px 9px !important;
    border-radius: 3px;
    background: #fff;
	border:1px solid #024059;
    overflow: hidden;
    transition: all .2s;
    color: #024059;
    line-height: 1.25;
    font-size: 16px;
    letter-spacing: -.02em;
    cursor: pointer;
}
.bl_category_link.black {
	border:1px solid #222;
	color: #222;
}
.bl_tag {
	padding: 0 !important;
}
.bl_tag_link {
	min-width: 36px;
    margin: 4px;
    padding: 4px 7px !important;
    border-radius: 3px;
    background: #D9DDE7;
    overflow: hidden;
    transition: all .2s;
    color: #024059;
    line-height: 1.25 !important;
    font-size: 15px;
    letter-spacing: -.02em;
    cursor: pointer;
}
.bl_category_boxImg {
	overflow: hidden;
}
.bl_category_boxImg img {
	width: 100%;
	object-fit: cover;
	transition: all .2s;
}
/* 画像の高さ固定 */
.bl_category_boxImg.contain img {
	height: 100%;
	object-fit: contain;
}
.bl_category_boxH2,
.bl_category_boxH3 {
	color: #111;
	font-weight: bold;
}
/* PC用 */
@media screen and (min-width: 768px) {
	.bl_category_boxTtl {
		font-size: 2rem;
	}
	.bl_category_boxImg img {
		height: 33vw;
	}
	.bl_category_boxImg.single img {
		min-height: 33vw;
		max-height: 80vh;
		height: auto;
	}
	.grid__3 .bl_category_boxImg img {
		height: 25vw;
	}
	.grid__2 .bl_category_boxImg img {
		height: 23vw;
	}
	.grid__1 .bl_category_boxImg img {
		height: 265px;
	}
	/* 画像の高さ固定 */
	.bl_category_boxImg.contain {
		height: 24vw;
	}
		.bl_category_boxImg.h_24 img {
		height: 240px;
	}
	.bl_category_boxH2 {
		font-size: 2.4rem !important;
		margin-bottom: 2rem;
		margin-top: 0 !important;
	}
	.bl_category_boxH3 {
		font-size: 2rem;
		margin-bottom: 2rem;
		margin-top: 0 !important;
	}
	.bl_category_box_singleH2 {
		font-size: 3rem;
		margin-bottom: 2rem;
		margin-top: 0 !important;
	}
	.bl_category_link02 {
		padding: 10px 9px !important;
    	font-size: 18px;
	}
	/* hover */
	.bl_category_boxLink:hover {
		opacity: 1 !important;
	}
	.bl_category_boxLink:hover img {
		transform: scale(1.1);
	}
	.bl_category_link:hover {
		color: #fff;
		background: #024059;
	}
	.bl_category_link.black:hover {
		color: #222;
		background: #fff;
		opacity: .8;
	}
	.bl_tag_link:hover {
		background: #bbd6de;
	}
	/* home */
	.home .grid__3 .bl_category_boxImg img {
		height: 240px;
	}
}
/* PC1024px用 */
@media screen and (max-width: 1023px) {
    .bl_category_boxImg img {
		height: 500px;
	}
	.bl_category_boxImg.single img {
		min-height: 500px;
		height: auto;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_category_link {
		font-size: 1.5rem;
	}
	.bl_category_link02 {
		padding: 10px 9px !important;
	}
    .bl_tag_link {
        font-size: 1.4rem;
        padding: 6px 9px !important;
    }
	.bl_category_boxTtl {
		font-size: 1.6rem;
		margin-bottom: 10px;
	}
	.bl_category_boxImg img {
		height: 200px;
	}
	/* 画像の高さ固定 */
	.bl_category_boxImg.contain {
		height: 300px;
	}
	/* 導入事例一覧 */
	.bl_category_boxImg.cases img {
		height: 35vh;
		max-height: 400px;
	}
	.bl_category_boxImg.single img {
		min-height: 300px;
		height: auto;
	}
	.bl_category_boxH2 {
		font-size: 2rem !important;
		margin-top: 0 !important;
		margin-bottom: 1.2rem !important;
	}
	.bl_category_boxH3 {
		font-size: 1.8rem;
		margin-bottom: 1.2rem;
		margin-top: 0 !important;
	}
	.bl_category_box_singleH2 {
		font-size: 2rem !important;
		margin-top: 0 !important;
		margin-bottom: 1.2rem !important;
	}
	/* home */
	.home .grid__3 .bl_category_boxImg img {
		height: 160px;
	}
}
/*--------------------------------------------------
  = bl_slideAccordion MOREボタン スライド表示
--------------------------------------------------*/
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.animated {
		-webkit-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
	  }
	  @-webkit-keyframes slideDown {
		0% {
		  opacity: 1;
		  -webkit-transform: translateY(-20px);
		  transform: translateY(-20px);
		}
		100% {
		  opacity: 1;
		  -webkit-transform: translateY(0);
		  transform: translateY(0);
		}
	  }
	  @keyframes slideDown {
		0% {
		  opacity: 1;
		  -webkit-transform: translateY(-20px);
		  transform: translateY(-20px);
		}
		100% {
		  opacity: 1;
		  -webkit-transform: translateY(0);
		  transform: translateY(0);
		}
	  }
	  .slide-down {
		-webkit-animation-name: slideDown;
		animation-name: slideDown;
	  }
	  @-webkit-keyframes slideUp {
		0% {
		  -webkit-transform: translateY(20px);
		  transform: translateY(20px);
		}
		100% {
		  -webkit-transform: translateY(0px);
		  transform: translateY(0px);
		}
	  }
	  @keyframes slideUp {
		0% {
		  -webkit-transform: translateY(20px);
		  transform: translateY(20px);
		}
		100% {
		  -webkit-transform: translateY(0px);
		  transform: translateY(0px);
		}
	  }
	  .slide-up {
		-webkit-animation-name: slideUp;
		animation-name: slideUp;
	  }
	  .bl_slideAccordion {
		height: 180px;
		overflow: hidden;
		position: relative;
		margin: 0;
	  }
	  .js-closeBtn, .js-moreBtn {
		display: block;
		width: 100%;
		padding: 100px 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		background: -moz-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%);
		background: -webkit-linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%);
		background: linear-gradient( top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 90%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff',endColorstr='#ffffff',GradientType=0 );
	  }
	  .js-closeBtn {
		background: none;
		padding: 0;
	  }
	  .slide-up {
		height: 250px;
		padding-bottom: 0;
		overflow: hidden;
	  }
	  .slide-down {
		height: auto;
		overflow: visible;
		padding-bottom: 50px;
	  }
	  .bl_slideAccordion .open {
		display: inline-block;
		vertical-align: middle;
		color: #111;
		line-height: 1;
		width: 12px;
		height: 12px;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(-25%) rotate(135deg);
		transition: all .2s;
	  }
	  .bl_slideAccordion .close {
		display: inline-block;
		vertical-align: middle;
		color: #111;
		line-height: 1;
		width: 12px;
		height: 12px;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateY(25%) rotate(-45deg);
		transition: all .2s;
	  }
}
/*--------------------------------------------------
  = .el_heading_centerLine
--------------------------------------------------*/
.el_heading_centerLine {
	position: relative;
	margin-bottom: 24px !important;
	color: #024059;
	font-size: 24px;
	line-height: 1;
	font-weight: bold;
	letter-spacing: .02em;
	text-align: center;
	z-index: 1;
}
.el_heading_centerLine::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background: #024059;
	transform: translateY(-50%);
	z-index: -1;
}
.el_heading_centerLine span {
	display: inline-block;
	padding: 0 15px;
	background: #fafafa;
}


/*--------------------------------------------------
  = border-radius
--------------------------------------------------*/
video {
	border-radius: 7px;
}

/*--------------------------------------------------
  = thumnail_sider slick-slide
--------------------------------------------------*/

.thumnail_sider_nav .slick-slide img {
	width: 100%;
    height: 7rem;
	object-fit: cover;
	overflow: hidden;
}
/*--------------------------------------------------
  = bl_spImg_w140
--------------------------------------------------*/
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_spImg_w140 {
		overflow: hidden;
	}
	.bl_spImg_w140_in {
		width: 140%;
    	transform: translateX(-15%);
	}
}

/*--------------------------------------------------
  = bl_step
--------------------------------------------------*/
.bl_step {
	position: relative;
	display: flex;
	z-index: 2;
}
.bl_step::before {
	content: "";
	position: absolute;
	left: 45px;
	top: 0;
	width: 1px;
	height: 100%;
  	border-left: 1px dashed #024059;
}
.bl_step:last-of-type:before {
	display: none;
}
.bl_step_num {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	color: #024059;
	background-color: #fff;
	border: 1px solid #024059;
	text-align: center;
	font-weight: bold;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	margin-right: 50px;
	z-index: 2;
}
.bl_step_imgScroll {
	scrollbar-width: none;
	overflow-x: auto;
	white-space: nowrap;
}
@media screen and (min-width: 768px) {
	.bl_step_cont {
		display: flex;
		width: calc((100% - 85px) - 50px );
		margin-top: 22px;
		margin-bottom: 80px;
	}
	.bl_step_cont .bl_step_txt {
		width: 25%;
		margin-right: 2%;
	}
	.bl_step_cont .bl_step_img {
		width: 73%;
	}
	.bg_gray_sep.bl_3step::before {
		width: 35%;
	}
	.bl_step_img01,
	.bl_step_img02 {
		width: calc( 100% / 3 );
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_step::before {
		left: 33px;
	}
	.bl_step_num {
		width: 65px;
		height: 65px;
		margin-right: 20px;
		font-size: 12px;
	}
	.bl_step_cont {
		width: calc((100% - 65px) - 20px );
		margin-top: 12px;
		margin-bottom: 40px;
	}
	.bl_step_txt {
		margin-bottom: 30px !important;
	}
	.bl_step_img.sp_column {
		flex-direction: column;
	}
	.bg_gray_sep.bl_3step::before {
		display: none;
	}
	.bl_step_img01 {
		width: 240px;
	}
	.bl_step_img02 {
		width: 240px;
		margin-top: 10px;
	}
}


/*--------------------------------------------------
	2025.02.23 杉野追加
--------------------------------------------------*/
/*--------------------------------------------------
  = bl_navCurrent
--------------------------------------------------*/
.bl_navCurrent {
	padding: 12px 0;
	border: 1px solid #D9DDE7;
	background: #FFF;
}
.bl_navCurrent_list_link {
	color: #111 !important;
	line-height: 1.5;
	font-weight: 600;
}
.bl_navCurrent_list_link.current {
	background-color: #D9DDE7;
}
/* PC用 */
@media screen and (min-width: 768px) {
	.bl_navCurrent_fixed {
		position: sticky;
		top: 12rem;
	}
	.bl_navCurrent {
		border-radius: 8px;
		box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.10);
	}
	.bl_navCurrent_list_item {
		border-bottom: 1px solid #D9DDE7;
	}
	.bl_navCurrent_list_item:first-child {
		border-top: 1px solid #D9DDE7;
	}
	.bl_navCurrent_list_link {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 8px;
		padding: 12px 20px;
		font-size: 15px;
	}
	.bl_navCurrent_list_link >.icon {
		width: 15px;
	}
	/* hover */
	.bl_navCurrent_list_link:hover {
		color: #111;
		background-color: #D9DDE7;
		opacity: 1;
	}
}
/* スマートフォン用 */
@media screen and (max-width: 767px) {
	.bl_navCurrent {
		padding: 15px 0;
		width: 100%;
		box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.10);
	}
	.bl_navCurrent_list {
		display: flex;
		align-items: center;
		gap: 8px;
		padding: 0 15px;
		margin-bottom: 0 !important;
		overflow-x: scroll;
        scrollbar-width: none;
	}
	.bl_navCurrent_list_item {
		flex-shrink: 0;
	}
	.bl_navCurrent_list_link {
		display: flex;
		justify-content: flex-start;
		align-items: center;
		gap: 4px;
		border: 1px solid #D9DDE7;
		border-radius: 18.5px;
		padding: 4px 12px;
		font-size: 14px;
	}
	.bl_navCurrent_list_link >.icon {
		width: 14px;
	}
	/* bl_navCurrent_fixed */
	.bl_navCurrent_fixed {
		position: fixed;
		top: 6.8rem;
		left: 0;
		width: 100%;
		z-index: 111;
	}
}

/*--------------------------------------------------
  = bl_list
--------------------------------------------------*/
.bl_list > li * {
    font-size: 1.4rem;
    letter-spacing: -0.04em;
}
.bl_list > li > p,
.bl_list > li > a {
    font-weight: bold;
}
.bl_list > li > .bl_listSub {
    font-size: 1.3rem;
    padding-left: 29px !important;
}

/*--------------------------------------------------
	櫻間追加_20250319
--------------------------------------------------*/

.bl_media {
    display: flex;
    align-items: center;
    height: auto;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto 5%;
	position: relative;
}

.bl_media_txtWpr {
	text-align: center;
	justify-content: flex-end;
  	align-items: center;
	width: 40%;
	margin-left: 5%;
  	z-index: 3;
}

.bl_media_imgWpr {
	display: flex;
    justify-content: flex-end;
    align-items: center;
	  width: 60%;
}

.bl_media_img1 {
    width: 530px;
    height: 530px;
	  aspect-ratio: 1/1;
    z-index: 1;
}

.bl_media_img2 {
    width: 481.662px;
    height: 378px;
    aspect-ratio: 481.66/378.00;
    position: absolute;
	  margin: 152px 168px 0 0;
    z-index: 2;
}

@media (max-width: 767px) {
.bl_media {	
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
		max-width: 100%;
		margin: 0;
}
	
.bl_media_txtWpr {
	width: 100%;	
	font-size: 15px;
	text-align: center;
	padding: 50px 0;
		margin-left: 0;
}

.bl_media_imgWpr {		
	width: 100%;		
	max-width: 100%;
	height: 0;
	padding-bottom: 75%;
    position: relative;
    overflow: hidden;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
 }
		
.bl_media_img1 {
    aspect-ratio: 1/1;
	position: absolute;
    top: 0;
    left: 0;
     width: 100%;
    height: 100%;
    object-fit: cover; 
}
		
.bl_media_img2 {
    aspect-ratio: 60/47;
	position: absolute;
	justify-content: center;
    bottom: 0%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 84%;
	object-fit: cover;
}
		
}