@charset "utf-8";
/* CSS Document */

/* .poppins-extralight {
    font-family: "Poppins", serif;
    font-weight: 200;
    font-style: normal;
  }

  .noto-sans-jp-regular {
    font-family: "Noto Sans JP", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }

  .nothing-you-could-do-regular {
    font-family: "Nothing You Could Do", serif;
    font-weight: 400;
    font-style: normal;
  } */

html {
  scroll-behavior: smooth;
}

.fixed{
  position: fixed;
  right: 10px;
  bottom: 43px;
}

a:link{text-decoration: none;color:#66605f;}
a:visited{text-decoration: none;color:#66605f;}
a:hover{text-decoration: none;color: #66605f; opacity: 65%; transition: 0.5s;}
a:active{text-decoration: none;color: #66605f;}

a.anchor{
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

h1{
  text-align: center;
  padding-top: 145px;
  padding-bottom: 0;
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 42px;
  line-height: 38px;
  color: #777;
}

h2{
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 29px;
  letter-spacing: 1px;
  color: #59372e;
}

h3{
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 600;
  font-style: Demibold;
  font-size: 18px;
  color: #59372e;
}

h4{
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 29px;
  letter-spacing: 1px;
  color: #59372e;
}

h5{
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 600;
  font-style: Demibold;
  font-size: 18px;
  color: #59372e;
}

p{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #66605f;
}

.background{
  overflow-x: hidden;
  background-color: #fff0f4;
}

.header_bg{
  position: fixed;
  width:100%;
  height: 80px;
  z-index: 2;
  background-color: #ffffffdd;
}

.top header{
  position: relative;
  height: 100vh;
  object-fit: contain;
  z-index: 100;
  background-image: url(../img/mv.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.header{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.logomark{
  margin-left: 20px;
}

.logotype{
  margin-left: 4px;
}

.logotype p{
  margin-top: 5px;
  padding: 0;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: Light;
  font-size: 28px;
  color: #44403f;
}

.top h1{
  padding: 0;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: Light;
  font-size: 28px;
  color: #44403f;
}

.gnav{
  display: flex;
  list-style: none;
  margin: 14px 0 0 180px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: #464241;
}

.gnav li{
  margin-left: 45px;
}

.contact{
  width: 157px;
  margin: 10px 0 0 90px;
  padding: 4px 37px 2px 37px;
  border: 1px solid #777;
}

.contact:hover{
  background-color: #f8baf250;
  transition: 0.5s;
}

.contact p{
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #534848;
}

.chatch{
  position: absolute;
  top: 40%;
  left: 20%;
  width: 100%;
}

.chatch p{
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 400;
  font-style: Rgular;
  font-size: calc(35px + 0.7vw);
  line-height: calc(45px + 1.5vw);
  letter-spacing: 0.2vw;
  color: #fff;
}

.chatch p span{
  font-size: calc(30px + 0.7vw);
}

.top h2{
  text-align: center;
  padding-top: 65px;
  padding-bottom: 50px;
  font-family: "Poppins", serif;
  font-weight: 200;
  font-style: ExtraLight;
  font-size: 42px;
  color: #666;
}

.top h3{
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 300;
  font-style: Light;
  font-size: 29px;
  letter-spacing: 1px;
  color: #59372e;
}

.top_concept{
  width: 1200px;
  margin: 0 auto;
}

.concept_box h3{
  margin-left: 45px;
}

.concept_box h3 span{
  font-size: 27px;
}

.concept_box{
  display: flex;
  padding: 40px 0 70px 0;
}

.concept_l{
  width: 49%;
}

.concept_l img{
  margin-top: 45px;
  margin-left: 100px;
}

.concept_r{
  width: 51%;
}

.concept_r p{
  margin-bottom: 45px;
}

.btn_discover{
  width: 196px;
  margin-left: auto;
}

.top_product{
  background-color: #fff;
}

.top_product h3{
  text-align: center;
  margin-bottom: 50px;
}

.ranking_box{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-top: -50px;
  margin-bottom: 70px;
}

.ranking_item{
  width: 20%;
}

.ranking_img01{
  text-align: center;
  padding-top: 5px;
  padding-bottom: 35px;
}

.ranking_img02{
  text-align: center;
  padding-top: 23px;
  padding-bottom: 53px;
}

.ranking_img03{
  text-align: center;
  padding-top: 5px;
  padding-bottom: 33px;
}

.ranking_img04{
  text-align: center;
  padding-top: 42px;
  padding-bottom: 46px;
}

.ranking_img05{
  text-align: center;
  padding-top: 34px;
  padding-bottom: 38px;
}

.ranking_name p{
  text-align: center;
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 600;
  font-style: Demibold;
  font-size: 18px;
  color: #59372e;
}

.ranking_name p:hover{
  color: #a98378;
}

.item_box{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: auto;
}

.item_l{
  margin-left: 200px;
  margin-right: 120px;
}

.item_img{
  margin-bottom: 20px;
}

.new{
  margin-bottom: 10px;
}

.item_box h4:hover{
  color: #a98378;
}

.item_box p{
  margin-top: 30px;
  margin-bottom: 55px;
}

.btn_detail{
  text-align: right;
  margin-bottom: 50px;
}

.btn_allitems{
  width: 1200px;
  margin: 0 auto;
  text-align: right;
  padding-right: 200px;
  padding-bottom: 50px;
}

.top_coordinate{
  width: 1200px;
  margin: 0 auto;
}

.coordinate_box{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.coordinate_list{
  width: 25%;
  margin-right: 10px;
}

.coordinate_list:last-child{
  margin-right: 0px;
}

.coordinate_item{
  display: flex;
}

.coordinate_item_img{
  margin-top: 10px;
}

.coordinate_item_name{
  margin: 30px 0 30px 10px;
}

.top_coordinate p{
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 600;
  font-style: Demibold;
  font-size: 18px;
  color: #59372e;
}

.top_coordinate p:hover{
  color: #a98378;
}

.top_coordinate .btn_discover{
  margin-top: 45px;
  margin-bottom: 70px;
}

.top_access{
  width: 1200px;
  height: 360px;
  margin: 0 auto;
  margin-bottom: 70px;
  background-image: url(../img/access.png);
}

.top_access h2{
  text-align: left;
  padding-top:160px ;
  padding-left: 110px;
  color: #323232;
}

.top .top_news{
  display: flex;
  max-width: 90%;
  gap: 10px;
  margin-bottom: 50px;
}

.top .top_news h2{
  width: 30%;
  padding: 0;
}

.top .top_news h3{
  margin-bottom: 10px;
  text-align: left;
  font-size: 20px;
}

.top .top_news hr{
  margin: 20px 0 20px 0;
}

.top .top_news .news_box{
  width: 70%;
}

.btn_discover_wh{
  text-align: right;
  margin-top: 25px;
  margin-right: 25px;
}

.pankuzu_list{
  width: 1200px;
  margin: 0 auto;
  margin-top: 70px;
  margin-bottom: 10px;
  a:link{text-decoration: underline;color:#66605f;}
  a:visited {text-decoration: underline;color:#66605f;}
  a:hover{text-decoration: underline;color: #b7adab;}
  a:active {text-decoration: underline;color: #66605f;}
}

.footer_upper{
  position: relative;
  object-fit:contain;
  height: 556px;
  padding: 168px 0 0 111px;
  background-image: url(../img/footer.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer_upper_content{
  width: 1200px;
  margin: 0 auto;
}

.footer_logo{
  margin-bottom: 50px;
}

.footer_logo p{
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: Medium;
  font-size: 48px;
  letter-spacing: 4px;
  color: #524d4c;
}

.footer_list{
  display: flex;
  list-style: none;
}

.footer_list li{
  margin-right: 40px;
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  color: #524d4c;
}

.sns{
  display: flex;
  margin-top: 60px;
}

.sns_icon{
  margin-right: 30px;
}

.footer_lower{
  height: 40px;
  background-color: #fff;
}

.footer_lower_content{
  display: flex;
  width: 1200px;
  margin: 0 auto;
}

.footer_link{
  display: flex;
  list-style: none;
}

.copyright{
  margin-right: 840px;
}

.copyright p{
  margin-top: 5px;
}

.footer_txt li{
  margin-top: 5px;
  margin-right: 60px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  line-height: 28px;
  color: #66605f;
}

.footer_txt li:last-child{
  margin-right: 0;
}

/* ここからCONCEPTページ */
.concept .ranking_img01{
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.concept .ranking_img02{
  text-align: center;
  padding-top: 53px;
  padding-bottom: 53px;
}

.concept .ranking_img03{
  text-align: center;
  padding-top: 35px;
  padding-bottom: 33px;
}
.concept_logomark{
  text-align: center;
  margin-bottom: 20px;
}

.concept_logotype p{
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: Light;
  font-size: 48px;
  letter-spacing: 4px;
  color: #44403f;
}

.concept_txt p{
  text-align: center;
  margin-bottom: 30px;
}

.concept_img{
  text-align: center;
}

.features_bg{
  background-color: #fff;
}

.features_box{
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 75px;
}

.features_img{
  text-align: center;
  width: 30%;
  padding: 20px;
}

.features_content{
  width: 70%;
}

.features_curving{
  margin-bottom: 25px;
}

.features_content h3{
  text-align: left;
  margin-bottom: 20px;
}

.sdgs_bg{
  width: 1200px;
  height: 400px;
  margin: 0 auto;
  background-image: url(../img/sdgs.png);
  background-repeat: no-repeat;
}

.sdgs_bg p{
  position:relative;
  top: 32%;
  left: 52%;
  color: #fff;
}

.concept .btn_discover{
  text-align: right;
  width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  margin-right: 25px;
  margin-bottom: 50px;
}


/* ここからPRODUCTページ */
.item_bg{
  background-color: #fff;
}

.product .btn_discover{
  text-align: right;
  width: 1200px;
  margin: 0 auto;
}


/* ここからDETAILページ */
.detail_upper{
  width: 1080px;
  margin: 0 auto;
  padding-top: 150px;
}

.detail_upbox{
  display: flex;
}

.detail_upbox h1{
  text-align: left;
  padding: 0;
}

.detail_upbox h2{
  text-align: left;
  margin-bottom: 10px;
  padding: 0;
  font-size: 26px;
}

.detail_upbox h3{
  text-align: left;
  margin-top: 15px;
  margin-bottom: 30px;
  padding: 0;
}

.detail_up_l{
  margin-right: 50px;
}

.detail_up_m{
  margin-right: 50px;
}

.detail_up_r{
  margin-top: 40px;
}

.detail_lower{
  width: 1080px;
  margin: 0 auto;
  margin-bottom: 70px;
  padding-top: 50px;
}

.detail_lowbox{
  display: flex;
}

.price{
  margin-top: 5px;
  margin-bottom: 5px;
}

.detail_up_m span{
  font-family: "Yu Mincho", "游明朝", YuMincho, "游明朝体", sans-serif;
  font-weight: 400;
  font-style: Midium;
  font-size: 22px;
  color: #59372e;
}

.detail_up_m span span{
  font-size: 14px;
}

.detail_low_l{
  width: 36%;
}

.detail_low_r{
  width: 64%;
}

.detail_lowbox h2{
  text-align: left;
  padding: 0;
  font-size: 26px;
}

.detail .ranking_img01{
  text-align: center;
  padding-top: 35px;
  padding-bottom: 35px;
}

.detail .ranking_img02{
  text-align: center;
  padding-top: 53px;
  padding-bottom: 53px;
}

.detail .ranking_img03{
  text-align: center;
  padding-top: 35px;
  padding-bottom: 33px;
}


/* ここからCOORDINATEページ */
.coordinate_content{
  width: 1200px;
  margin: 0 auto;
}

.category_item{
  display: flex;
  width: 1000px;
  margin: 0 auto;
  list-style: none;
}

.category_item li{
  width: 25%;
  padding-left: 45px;
  padding-bottom: 20px;
}

.coordinate_category_name{
  margin-bottom: 50px;
}


/* ここからACCESSページ */
.access_content{
  width: 1200px;
  margin: 0 auto;
}

.shop{
  margin: 50px auto 0 auto;
}

.shop_reco{
  display: flex;
}

.shop_name{
  width: 30%;
}

.shop_name h2{
  padding-top: 20px;
}

.access_shop_txt{
  width: 70%;
}

.access_shop_txt p{
  padding-top: 20px;
}

.map{
  display: flex; 
  margin-top: 50px;
}

.shop_info{
  padding: 10px 0 0 50px;
}

.shop_info h2{
  text-align: left;
  padding-top: 0;
  padding-bottom: 30px;
}

.shop_info_txt{
  display: flex; 
}

.shop_info_txt_l{
  width: 100px;
  padding-bottom: 10px;
}

.shop_info_txt_r{
  width: 500px;
}


/* ここからCONTACTページ */
#formWrap {
	width:700px;
	margin:0 auto;
	line-height:120%;
	font-size:90%;
  color:#555;
}
table.formTable{
	width:100%;
	margin:0 auto;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	border:1px solid #ccc;
	padding:10px;
}
table.formTable th{
  text-align:left;
	width:30%;
	font-weight:normal;
	background:#efefef;
}
@media screen and (max-width:600px) {
#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:5px;
	border-bottom:0;
}
form input[type="text"], form textarea {
	width:80%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
	width:100%;
	height:40px;
}
}

.form{
  width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

.form p{
  text-align: center;
  padding-bottom: 50px;
}

.formTable th span{
  margin-left: 10px;
  color: red;
}


/* ここからPRIVACY POLICYページ */
.privacy_policy{
  width: 1000px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 70px 150px 50px 150px;
  background-color: #fff;
}

.privacy_policy li{
  margin-left: 40px;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: Regular;
  font-size: 16px;
  color: #66605f;
  letter-spacing: 1px;
  line-height: 28px;
}

.Privacy_address{
  display: flex;
  padding: 20px;
  list-style: none;
  border: 1px solid #999;
}


/* ここから404ページ */
.not_found h1{
  margin-bottom: 50px;
}

.not_found_content{
  width: 1200px;
  margin: 0 auto;
}

.not_found_content p{
  text-align: center;
  margin-bottom: 30px;
  line-height: 40px;
}

.not_found_content .contact{
  width: 200px;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 50px;
}