@charset "UTF-8";

/*----------------------------------------
 main
----------------------------------------*/
main{
font-family: "Noto Serif JP", serif;
color: #fff;
width: 100%;
}

/*----------------------------------------
 mv
----------------------------------------*/
.main_v {
width: 100%;
position: relative;
z-index: 99;
}

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

.main_v .main_v_img{
position: relative;
height: 100vh;
}

.main_v .main_v_text{
position: absolute;
top: clamp(80px, 10vw, 144px);
left: calc(50% - 15px);
transform: translateX(-50%);
max-width: 1140px;
width: 90%;
}

.main_v .main_v_text .logo{
width: 30%;
max-width: 432px;
margin: 0;
}

.main_v .main_v_text .text{
margin: 0;
padding-left: 15px;
line-height: 1;
}

.main_v .main_v_text h2{
font-family: "Noto Serif JP", serif;
font-weight: bold;
color: #fff;
font-size: clamp(16px, calc(9.92px + 1.621vw), 26px);
line-height: 2;
margin: 0 0 60px;
}

.main_v .main_v_text p{
font-family: "Zen Old Mincho", serif;
color: #fff;
font-weight: normal;
font-size: clamp(14px, calc(12.18px + 0.486vw), 17px);
letter-spacing: 1px;
line-height: 1.7;
margin-bottom: 40px;
}

/*----------------------------------------
 page
----------------------------------------*/

.page{
width: 100%;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
position: relative;
z-index: 99;
}

.page_inner{
width: 90%;
max-width: 1140px;
display: flex;
justify-content: center;
align-items: flex-start;
flex-wrap: wrap;
}

.page p{
font-size: 16px;
}

.page.top_bg {
padding: 100px 0;
overflow: hidden;
z-index: 1;
}

.page.top_bg::before{
content: "";
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background-image: url("../img/bg_img01.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
z-index: -1;
}

.page.btm_bg p,
.page.top_bg p{
color: #fff;
font-family: "Zen Old Mincho", serif;
font-size: 36px;
font-weight: bold;
text-align: center;
letter-spacing: 5px;
width: 100%;
}

.page.btm_bg {
background-image: url("../img/bg_img02.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 100px 0;
overflow: hidden;
z-index: 2;
}

h3.page_head{
font-size: 36px;
text-align: left;
width: 100%;
}

h3.page_head.line {
display: flex;
align-items: center;
gap: 20px;
font-weight: normal;
color: #333;
letter-spacing: 0.08em;
margin: 0;
}

h3.page_head.line::after {
content: '';
flex: 1;
height: 1px;
background-color: #333;
position: relative;
}

/*----------------------------------------
 section
----------------------------------------*/

section {
width: 100%;
}

.sec01{
background: #2C3035;
padding: 80px 0;
overflow: hidden;
}

.sec01::before,
.sec01::after {
position: absolute;
font-family: "Century Gothic";
font-size: 80px;
font-weight: normal;
line-height: 1;
color: rgba(255, 255, 255, 0.08);
z-index: 0;
}

.sec01::before {
content: "SAUNAGE";
top: 40px;
left: -5px;
}

.sec01::after {
content: "SAUNAGE";
right: -5px;
bottom: 40px;
}

.sec01 h3{
font-size: 18px;
line-height: 2;
text-align: center;
margin: 80px 0 0;
width: 100%;
}

.sec02{
background: #fff;
color: #333;
padding: 80px 0;
overflow: hidden;
}

.sec02 .left{
width: 67.1%;
}

.sec02 .left p{
padding-right: 20px;
}

.sec02 .left .text_bg{
padding: 20px 30px;
background: #D8D9DA;
width: 100%;
}

.sec02 .right{
width: 32.9%;
}

.sec03{
background: linear-gradient(to bottom, #2C3035 0%, #999999 100%);
padding: 80px 0;
}

.sec11::before,
.sec10::before,
.sec07::before,
.sec06::before,
.sec05::before,
.sec04::before,
.sec03::before{
position: absolute;
content: "CONCEPT";
font-family: "Noto Sans JP", sans-serif;
font-size: 32px;
font-weight: normal;
line-height: 1;
top: 50px;
padding: 5px 14.2% 10px 30px;
right: 0;
color: #DDD5D4;
background: rgba(174, 150, 147, 0.4);
z-index: 0;
}

.sec03 .img_box{
display: flex;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
margin: 50px 0 0;
width: 100%;
}

.sec03 .img_box .left{
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
background: #fff;
color: #333;
width: 30%;
}

.sec03 .img_box .left p{
margin: 0;
width: 100%;
text-align: center;
line-height: 3;
letter-spacing: 2px;
}

.sec03 .img_box .right{
width: 70%;
display: flex;
align-items: center;
justify-content: space-between;
flex-wrap: wrap;
}

.sec03 .img_box .right .img{
width: 49.6%;
height: 100%;
}

.sec03 .img_box .right .img img{
width: 100%;
height: 100%;
}

.sec05 .img_box2,
.sec04 .img_box2,
.sec03 .img_box2{
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.sec03 .img_box2 .text{
width: 46%;
}

.sec03 .img_box2 .img{
width: 51%;
}

.sec04{
background: linear-gradient(to bottom, #2C3035 0%, #999999 100%);
padding: 80px 0;
}

.sec04::before{
content: "FUNCTION";
}

.sec04 .img_box2 .img{
width: 49.8%;
}

.sec04 .img_box2 .text{
width: 38.2%;
padding: 0 3%;
}

.sec05{
background: #2C3035;
padding: 80px 0;
}

.sec05::before{
content: "STRENGTH";
}

.sec05 .img_box2 .text{
width: 51.3%;
}

.sec05 .img_box2 .img{
width: 45%;
}

.sec06{
background: #fff;
color: #333;
padding: 80px 0;
}

.sec06::before{
content: "BRAND STORY";
background: #AE9693;
padding: 5px 10.9% 10px 30px;
}

.sec06 .img_box{
width: 100%;
display: flex;
justify-content: flex-start;
align-items: flex-start;
}

.sec06 .img_box .img{
width: 50vw;
max-width: 780px;
margin-left:calc(50% - 50vw);
}

.sec06 .img_box .img.right{
width: 50vw;
max-width: 780px;
margin-left: 0;
margin-right: calc(50% - 50vw);
}

.sec06 .img_box .text{
padding: 0 3%;
}

.sec07{
background: #2C3035;
padding: 80px 0;
}

.sec07::before{
content: "WORKS";
}

.sec07 h4{
display: flex;
justify-content: space-between;
align-items: center;
font-family: "Libre Caslon Text", serif;
font-size: 30px;
font-weight: normal;
text-align: left;
padding: 0 0 15px;
margin: 60px 0 35px;
border-bottom: solid 1px #fff;
border-radius: initial;
background: none;
width: 100%;
}

.sec07 h4 span{
font-size: 50px;
font-weight: bold;
color: rgba(221, 213, 212, 0.4);
}

.sec07 h5{
font-size: 30px;
font-weight: normal;
text-align: left;
padding: 0;
margin: 0 0 30px;
border: none;
width: 100%;
}

.sec07 .img_box{
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
}

.sec07 .img_box .img{
width: 62.5%;
}

.sec07 .img_box .text{
width: 32.5%;
}

.sec08{
background: linear-gradient(to bottom, #7f7f7f 0%, #2c3035 100%);
padding: 80px 0;
}

.sec08 .img_box{
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
background: #D8D9DA;
margin: 30px 0 0;
}

.sec08 .img_box .img{
width: 36.6%;
display: flex;
}

.sec08 .img_box .text{
display: flex;
justify-content: flex-start;
align-items: flex-start;
flex-wrap: wrap;
padding: 40px 0 0 40px;
width: 25%;
}

.sec08 .img_box .text p{
color: #333;
}

.sec09{
background: #F1EEEE;
color: #937474;
padding: 80px 0;
}

.sec09 h3{
display: flex;
font-weight: normal;
letter-spacing: 0.08em;
margin: 0;
align-items: center;
width: 100%;
}

.sec09 h3:before,
.sec09 h3:after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #937474;
border: none;
width: auto;
position: relative;
}

.sec09 h3:before {
margin-right: 1rem;
}

.sec09 h3:after {
margin-left: 1rem;
}

.sec09 .img_box{
width: 100%;
display: flex;
justify-content: center;
align-items: stretch;
flex-wrap: wrap;
gap: 4%;
margin: 60px 0 0;
}

.sec09 .img_box .item{
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
flex-wrap: wrap;
padding: 20px 40px;
width: 19.2%;
border: solid 2px #937474;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.25);
}

.sec09 .img_box .item p{
font-size: 20px;
text-align: center;
font-weight: normal;
}

.sec09 .img_box .item img{
width: auto;
height: 60px;
}

.sec10{
background: #2C3035;
padding: 80px 0;
}

.sec10::before{
content: "OPTION";
}

.sec10 .img_box{
width: 100%;
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
margin: 60px 0 0;
}

.sec10 .img_box .left{
width: 23.5%;
}

.sec10 .img_box .right{
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
width: 74.3%;
}

.sec10 .img_box .right .img{
width: 46.6%;
margin: 0 0 20px;
}

.sec11{
background: #fff;
color: #333;
padding: 80px 0;
}

.sec11::before{
content: "PRICE";
background: #AE9693;
}

.sec11 h3{
padding-bottom: 15px;
border-bottom: solid 1px #333;
}

.sec11 h4{
font-weight: normal;
padding: 0;
margin: 40px 0 20px;
background: none;
}

.sec11 .img_box{
width: 100%;
display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
}

.sec11 .img_box .img{
width: 30%;
}

.sec11 .img_box .text{
width: 43.5%;
padding-left: 5%;
}

/* card */
.card_box{
display: flex;
justify-content: space-between;
align-items: flex-start;
flex-wrap: wrap;
width: 100%;
margin: 38px 0 45px;
}

.card_box .card_item{
width: 31.4%;
}

.card_box .card_item h4{
font-size: 16px;
font-weight: normal;
margin: 5px 0;
padding: 0;
background-color: initial;
border-radius: initial;
}

.card_box .card_item h4 span{
display: inline-block;
margin-right: 5px;
}

/* btn */
.map_btn {
display: flex;
align-items: center;
padding: 20px 40px;
background-color: #fff;
text-decoration: none;
color: #878787;
font-family: "Noto Sans JP", sans-serif;
font-size: 20px;
font-weight: bold;
letter-spacing: 0.06em;
transition: 0.3s ease-in-out;
}

.map_btn:hover {
color: #878787;
opacity: 0.75;
}

.map_btn .arrow_circle {
display: inline-flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
border: 2px solid #878787;
border-radius: 50%;
flex-shrink: 0;
margin-left: 10px;
}

.btn_top_text{
display: inline-block;
text-align: center;
margin-bottom: 10px;
width: 100%;
}

.btn_top_text::before{
content: "▼";
margin-right: 4px;
font-size: 14px;
}

/*----------------------------------------
 cta
----------------------------------------*/

.cta_sec {
background: #2C3035;
padding: 60px 0;
}

.cta_sec.btm{
background-image: url("../img/bg_img03.jpg");
background-repeat: no-repeat;
background-size: cover;
background-position: center;
padding: 80px 0;
}

.cta_sec .page_inner{
align-items: stretch;
justify-content: space-between;
}

.cta_card {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
text-align: center;
font-family: "Zen Old Mincho", serif !important;
width: 29.5%;
padding: 36px 32px 32px;
background: #8E6E6A;
border: 2px solid #EBC2BD;
}

.cta_sec.btm .cta_card{
background: none;
border: none;
}

.cta_card_eyebrow {
font-size: 16px;
font-weight: bold;
white-space: nowrap;
color: #fff;
letter-spacing: 0.05em;
margin-bottom: 10px;
}

.cta_card_eyebrow::before {
content: "▼";
margin-right: 4px;
font-size: 15px;
}

.cta_card_body {
font-size: 15px;
font-weight: normal;
color: #fff;
line-height: 1.85;
letter-spacing: 0.05em;
margin-bottom: 30px;
padding: 0 17px;
}

.cta_btn{
background: #DDD5D4;
position: relative;
display: flex;
justify-content: center;
align-items: center;
padding: 10px 25px;
color: rgba(142, 110, 106, 1);
transition: 0.3s ease-in-out;
text-decoration: none;
font-size: 13px;
white-space: nowrap;
font-weight: bold;
letter-spacing: 0;
box-shadow: 5px 5px 0 rgba(221, 213, 212, 0.6);
width: 100%;
}
.cta_btn:hover {
color: #8E6E6A;
/* opacity: 0.7; */
background: rgba(221, 213, 212, 0.798);
box-shadow: 0 0 0;
}
.cta_btn:after {
content: '';
width: 10px;
height: 10px;
border-top: 3px solid #8E6E6A;
border-right: 3px solid #8E6E6A;
transform: rotate(45deg) translateY(-50%);
position: absolute;
top: 50%;
right: 20px;
border-radius: 1px;
transition: 0.3s ease-in-out;
}

.cta_btn_sp{
position: fixed;
right: 0;
bottom: calc(3% + 65px);
opacity: 0;
visibility: hidden;
transition: .3s;
z-index: 997;
}

.cta_btn_sp.is-show {
opacity: 1;
visibility: visible;
}

.cta_btn_sp .cta_btn{
box-shadow: 5px 5px 0 rgba(142, 110, 106, 1);
justify-content: flex-start;
}

.cta_btn_sp .cta_btn:hover {
color: #8E6E6A;
background: rgba(221, 213, 212, 0.798);
box-shadow: 0 0 0;
}

.cta_btn_sp .cta_btn:after{
content: none;
}

/*----------------------------------------
 lp_nav
----------------------------------------*/

header{
position: fixed;
top: 25px;
right: 50px;
z-index: 999;
}

.nav_btn {
width: 70px;
height: 70px;
border-radius: 50%;
background: #DBD4C3;
border: none;
cursor: pointer;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 8px;
flex-shrink: 0;
transition: opacity 0.2s;
}
.nav_btn:hover{
opacity: 0.75;
}
.nav_btn span {
display: block;
width: 35px;
height: 2px;
background: #AE9354;
border-radius: 1px;
}
.nav_menu_overlay {
position: fixed;
inset: 0;
z-index: 1000;
pointer-events: none;
}
.nav_menu_backdrop {
position: absolute;
inset: 0;
background: transparent;
transition: background 0.35s;
}
.nav_menu_overlay.is-open .nav_menu_backdrop {
background: rgba(0, 0, 0, 0.4);
pointer-events: auto;
}
.nav_menu_panel {
position: absolute;
top: 0;
right: 0;
width: 100%;
max-width: 300px;
height: 100%;
background: #fff;
transform: translateX(100%);
transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
display: flex;
flex-direction: column;
pointer-events: none;
box-shadow: none;
z-index: 999;
}
.nav_menu_overlay.is-open .nav_menu_panel {
transform: translateX(0);
pointer-events: auto;
}
.nav_menu_header {
display: flex;
justify-content: flex-end;
padding: 25px 50px 0;
}
.close-btn {
background: none;
border: none;
cursor: pointer;
font-size: 40px;
font-weight: normal;
color: #333;
line-height: 1;
padding: 4px 2px;
letter-spacing: 0;
}

.nav_menu_nav {
display: flex;
flex-direction: column;
align-items: center;
margin: 50% 0 0;
}

.nav_menu_nav a {
display: block;
width: 100%;
text-align: center;
padding: 16px 0;
font-size: 14px;
color: #333;
text-decoration: none;
letter-spacing: 0.18em;
font-weight: 400;
transition: opacity 0.2s;
line-height: 1;
}
.nav_menu_nav a:hover {
opacity: 0.45;
}

/*----------------------------------------
 lp_footer
----------------------------------------*/

.lp_footer {
display: flex;
justify-content: center;
align-items: flex-start;
background: #2C3035;
color: #fff;
padding: 43px 60px;
position: relative;
z-index: 99;
width: 100%;
}

.lp_footer_inner {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1140px;
width: 90%;
}

.lp_footer_logo img {
height: 80px;
width: auto;
}

.lp_footer_right {
display: flex;
flex-direction: column;
align-items: flex-end;
gap: 10px;
}

.lp_footer_nav {
display: flex;
gap: 10px;
flex-direction: column;
}

.lp_footer_nav a {
font-size: 14px;
font-weight: normal;
color: #fff;
text-decoration: none;
transition: color 0.2s ease;
}

.lp_footer_nav a:hover {
opacity: 0.75;
}

p.lp_footer_copy {
font-size: 12px;
font-weight: normal;
letter-spacing: 0.04em;
margin: 0;
}

/*----------------------------------------
 その他
----------------------------------------*/

.PL_50_2{
padding-left: 50.2%;
}

.page_top_btn{
z-index: 997;
}

/*----------------------------------------
 pc/sp
----------------------------------------*/

.pc{
display: block;
}

.sp{
display: none;
}


/* sp */
@media screen and (max-width : 991px) {

/*----------------------------------------
 mv
----------------------------------------*/

.main_v .main_v_img{
height: 100%;
}

.main_v .main_v_text .logo{
width: 61.6%;
}

.main_v .main_v_text{
top: 52.5%;
}

.main_v .main_v_text h2{
margin: 0 0 40px;
}

.main_v .main_v_text p{
margin-bottom: 20px;
}

/*----------------------------------------
 page
----------------------------------------*/

.page.btm_bg p,
.page.top_bg p{
font-size: 20px;
}

h3.page_head{
font-size: 26px;
}

h3.page_head.line{
font-size: 22px;
position: relative;
left: 10%;
}

/*----------------------------------------
 section
----------------------------------------*/

.sec01::before,
.sec01::after {
font-size: 50px;
}

.sec02 .left {
width: 96.6%;
margin-right: auto;
position: relative;
left: -10%;
}

.sec02 .left p{
position: relative;
left: 25%;
padding-right: 50px;
font-size: 14px;
}

.sec02 .text_bg p{
left: 20%;
}

.sec02 .right{
width: 90%;
position: relative;
right: -10%;
}

.sec10::before,
.sec07::before,
.sec06::before,
.sec05::before,
.sec04::before,
.sec03::before{
font-size: 26px;
}

.sec03 .img_box .left{
width: 100%;
padding: 30px 0 20px;
}

.sec03 .img_box .left p{
line-height: 2;
}

.sec03 .img_box .right .img,
.sec03 .img_box .right{
width: 100%;
height: auto;
}

.sec03 .img_box .right .img img{
height: auto;
}

.sec05 .img_box2 .img,
.sec04 .img_box2 .img,
.sec03 .img_box2 .img{
width: 100%;
}

.sec05 .img_box2 .text,
.sec04 .img_box2 .text,
.sec03 .img_box2 .text{
width: 100%;
}

.sec06 .img_box .img{
width: 90vw;
max-width: 100%;
margin-left:calc(50% - 50vw);
}

.sec06 .img_box .img.right{
width: 90vw;
max-width: 100%;
margin-left: 0;
margin-right: calc(50% - 50vw);
}

.sec06 .img_box .text{
padding: 0 3%;
}

.sec07 h4{
font-size: 22px;
padding: 0 0 5px;
margin: 50px 0 20px;
}

.sec07 h4 span{
font-size: 25px;
}

.sec07 h5{
font-size: 20px;
margin: 0 0 20px;
}

.sec07 .img_box .img,
.sec07 .img_box .text{
width: 100%;
}

.sec08 .img_box .img{
width: 100%;
}

.sec08 .img_box .text{
padding: 20px;
width: 100%;
}

.sec09 h3{
text-align: center;
}

.sec09 h3:before,
.sec09 h3:after{
position: absolute;
width: 100px;
height: 2px;
margin: 0;
left: 50%;
transform: translateX(-50%);
}

.sec09 h3:before{
top: -20px;
}
.sec09 h3:after{
bottom: -20px;
}

.sec09 .img_box .item{
padding: 20px;
margin: 0 0 20px;
width: 60%;
}

.sec09 .img_box .item p{
font-size: 18px;
}

.sec10 .img_box{
margin: 20px 0 0;
}

.sec10 .img_box .left,
.sec10 .img_box .right,
.sec10 .img_box .right .img{
width: 100%;
}

.sec10 .img_box .right{
margin: 0;
}

.sec11 h4{
margin: 20px 0;
}

.sec11 .img_box .text,
.sec11 .img_box .img{
width: 100%;
}

.sec11 .img_box .text{
padding-left: 0;
}

.card_box .card_item{
width: 100%;
margin-bottom: 30px;
}

/* btn */
.map_btn {
font-size: 18px;
margin-bottom: 40px;
}

/*----------------------------------------
 cta
----------------------------------------*/

.cta_sec {
padding: 50px 0;
position: relative;
}

.cta_card{
width: 100%;
margin-bottom: 30px;
}

.cta_btn_sp{
display: block;
position: relative;
opacity: 1;
visibility: visible;
}

.cta_btn_sp .cta_btn{
box-shadow: 5px 5px 0 rgba(221, 213, 212, 0.6);
justify-content: center;
}

.cta_btn_sp .cta_btn:after{
content: '';
}

.cta_sec.btm .cta_card{
padding-top: 0;
padding-bottom: 0;
}

/*----------------------------------------
 lp_nav
----------------------------------------*/

header{
top: 3%;
right: 3%;
}

.nav_btn{
width: 60px;
height: 60px;
}

.nav_btn span{
width: 28px;
}

.nav_menu_header{
padding: 5% 6% 0;
}

.nav_menu_panel{
max-width: 100%;
}

.nav_menu_nav{
margin: 40px 0 0;
}

/*----------------------------------------
 lp_footer
----------------------------------------*/

.lp_footer {
flex-wrap: wrap;
padding: 25px 10px;
}

.lp_footer_inner{
justify-content: center;
}

.lp_footer_nav,
.lp_footer_logo{
display: none;
}

/*----------------------------------------
 その他
----------------------------------------*/

.PL_50_2{
padding-left: 0;
}

/*----------------------------------------
 pc/sp
----------------------------------------*/

.pc{
display: none;
}

.sp{
display: block;
}
}