@charset "UTF-8";

.product_list_head{
  padding: 0;
}

.group-detail-area{
  width: 100%;
  margin: auto;
}

.sp {
  display: none!important;
}
.YO230130 img {
    width: 100%;
}
/* コンテンツ部分のみ横幅100%に調整 */
#Wrap,
.wrapBottom,
.wrapTop {
  width: 100%;
  background-color: #fff;
}

#header{
  background-color: #fff;
}

.breadcrumb_wrapper {
  position: absolute;
  z-index: 999;
  top: 10rem;
  left: 50%;
  transform: translate(-50%, 0);
  width: 110rem;
  margin: 0 auto;
}
.breadcrumbs * {
  color: #fff;
}

.lp_contents .img {
  width: 100%;
}
#Contents {
  padding: 0;
}

.YO230130 a:hover{
  opacity: 1;
}

.YO230130 .item_img:hover{
  opacity: 0.7;
  transition: opacity .25s ease-in-out, color .25s ease-in-out, background-color .25s ease-in-out, border-color .25s ease-in-out, text-shadow .25s ease-in-out, filter .25s ease-in-out;
}

.YO230130 .gara{
  margin-bottom: 1.2rem;
  font-family: "cormorant-garamond", serif;
  font-weight: 400;
  font-style: normal;
}

.YO230130 .noto{
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
}

#main_container{
  letter-spacing: 0;
  font-family: HiraKakuProN-W3, sans-serif;
  background-color: #fff;
  text-align: center;
}

.YO230130 .heading{
  max-width: 100%;
  margin: auto;
  background-color: #F6F6F6;
  padding-top: 5.3rem;
  padding-bottom: 7.3rem;
}

.YO230130 .heading_img{
  width: 120rem;
  margin: auto;
  margin-bottom: 5.5rem;
}

.YO230130 .heading_txt{
  font-size: 2rem;
  line-height: 2;
  text-align: center;
}

.YO230130 .nav_area{
  width: 100%;
  padding: 1.1rem 0;
  background-color: #FFF;
}

.YO230130 .nav_list{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: auto;
  gap: 7.7rem;
}

.YO230130 .nav_list .nav_txt{
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 2.222;
}

.YO230130 .nav_list .nav_txt a{
  color: #4B627A;
}

.YO230130 .nav_list .nav_line{
  position: absolute;
  width: 1.7rem;
  left: 49.3%;
  top: 32%;
}



/*1段目*/
.concept_area{
  background-color: #DFE2E6;
  padding-top: 5.7rem;
  padding-bottom: 5rem;
}

.content_main_ttl{
  font-size: 3rem;
  line-height: 1.5;
}

.content_sub_ttl{
  margin-bottom: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 600;
  text-align: center;
}

.concept_area .content_main_txt{
  width: 80rem;
  margin: auto;
  margin-bottom: 3.6rem;
  font-size: 1.6rem;
  line-height: 2;
  text-align: left;
}

.concept_area .content_list{
  display: flex;
  width: 90rem;
  margin: auto;
  margin-bottom: 3rem;
  padding: 3rem 0;
  align-items: end;
  gap: 4rem;
  background-color: #FFF;
}

/*
.concept_area .content_inner:nth-last-of-type(2n){
  margin-left: auto;
}*/

.concept_area .content_inner:nth-child(odd) {
  margin-left: auto;
}

.concept_area .content_img{
  width: 40rem;
}

.concept_area .content_inner{
  height: fit-content;
  width: 42rem;
  text-align: left;
}

.concept_area .number{
  margin: 0;
  font-size: 2.4rem;
  line-height: 1.6667;
  color: #4B627A;
}

.concept_area .content_list .content_ttl{
  margin-bottom: 3rem;
  font-size: 2.8rem;
  line-height: 1.1428;
}

.concept_area .content_list .content_txt{
  font-size: 1.4rem;
  line-height: 2;
}

/*2段目*/
.product_area{
  padding-top: 5.7rem;
  width: 100%;
  background-color: #F6F6F6;
  text-align: center;
}

.product_area .content_sub_ttl{
  margin-bottom: 4rem;
}

.product_area .area_ttl{
  font-size: 2.2rem;
  line-height: 1.3636;
  text-align: center;
}

.product_area .area_sub_ttl{
  margin-bottom: 1.4rem;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
}

.YO230130 .item_list{
  width: 86rem;
  margin: auto;
  padding-top: 5.2rem;
  padding-bottom: 6rem;
  display: flex;
  gap: 6rem;
  border-top: 1px solid #000;
}

.YO230130 .item_list.second_list{
  padding-top: 4.2rem;
}

.YO230130 .item_list.second_list .item_img{
  margin-bottom: 1.2rem;
}

.item_ttl{
  font-size: 2.2rem;
  line-height: 1.3636;
}

.item_price{
  font-size: 2.2rem;
  line-height: 1.8182;
  text-align: center;
}

.item_img{
  margin-bottom: 1.2rem;
  width: 40rem;
}

.item_txt{
  margin-bottom: 2rem;
  font-size: 1.3rem;
  line-height: 2;
}

.item_txt .supplement{
  font-size: 1rem;
  line-height: 2.6;
}

.item_btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_btn_inner{
  width: 20rem;
  padding: 1.2rem 0;
  margin: auto;
  border: 1px solid #4B627A;
  color: #4B627A;
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0.06em;
}

.item_btn_inner:hover{
  color: #FFF;
  background-color: #4B627A;
  opacity: 1;
}

/************************
SPデバイス調整
************************/
@media only screen and (max-width: 768px) {
  .sp {
    display: block!important;
  }

  .pc {
    display: none!important;
  }

  .YO230130 img {
    width: 100%;
    height: 100%;
}

  /* common */
#Wrap {
    padding-top: 0;
}

.YO230130 .gara{
  margin-bottom:calc(10* (100vw / 428))
}

#share {
  z-index: 10!important;
}

.YO230130 .heading{
  max-width: 100%;
  margin: auto;
  background-color: #F6F6F6;
  padding-top: 0;
  padding-bottom: calc(45* (100vw / 428));
}

.YO230130 .heading_img{
  width: 100%;
  margin: auto;
  margin-bottom: calc(24* (100vw / 428));
}

.YO230130 .heading_txt{
  font-size: calc(18* (100vw / 428));
}

.YO230130 .nav_area{
  padding: calc(10* (100vw / 428)) 0;
}

.YO230130 .nav_list{
  gap:  calc(77* (100vw / 428));
}

.YO230130 .nav_list .nav_txt{
  font-size: calc(18* (100vw / 428));
  line-height: 2.222;
}

.YO230130 .nav_list .nav_line{
  position: absolute;
  width: calc(16* (100vw / 428));
  left: 47%;
  top: 30%;
}



/*1段目*/
.concept_area{
  background-color: #DFE2E6;
  padding-top: calc(48* (100vw / 428));
  padding-bottom: calc(20* (100vw / 428));
}

.content_main_ttl{
  font-size: calc(30* (100vw / 428));
}

.content_sub_ttl{
  margin-bottom: calc(22* (100vw / 428));
  font-size: calc(14* (100vw / 428));
  line-height: 1;
}

.concept_area .content_main_txt{
  width: calc(388* (100vw / 428));
  margin-bottom: calc(45* (100vw / 428));
  font-size: calc(15* (100vw / 428));
}

.concept_area .content_list{
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
  margin-bottom: calc(32* (100vw / 428));
  padding-top: calc(50* (100vw / 428));
  padding-bottom: calc(37* (100vw / 428));
  gap: calc(19* (100vw / 428));
}

.concept_area .content_list.first_list{
  padding-top: calc(51* (100vw / 428));
  padding-bottom: calc(38* (100vw / 428));
}

.concept_area .content_img{
  width: calc(328* (100vw / 428));
  margin-left: auto;
}

.concept_area .content_list .sp_absolute{
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: calc(33* (100vw / 428));
  left: calc(38* (100vw / 428));
}

.concept_area .number{
  margin: auto;
  margin-bottom: calc(6* (100vw / 428));
  font-size: calc(24* (100vw / 428));
  line-height: 1.6666;
  text-align: center;
}

.concept_area .content_list .content_ttl{
  margin: auto;
  font-size: calc(28* (100vw / 428));
  letter-spacing: 0.15em;
  writing-mode: vertical-rl;
  text-align: left;
}

.concept_area .content_inner{
  margin: auto;
  margin-top: 0;
  width: calc(382* (100vw / 428));
  text-align: left;
  order: 2;
}

.concept_area .content_list .content_txt{
  font-size: calc(14* (100vw / 428));
  line-height: 2;
}

/*2段目*/
.product_area{
  padding-top: calc(48* (100vw / 428));
  width: 100%;
  text-align: center;
}

.product_area .content_sub_ttl{
  margin-bottom: calc(28* (100vw / 428));
}

.product_area .area_ttl{
  font-size: calc(22* (100vw / 428));
  line-height: 1.3636;
  text-align: center;
}

.product_area .area_sub_ttl{
  margin-bottom: calc(14* (100vw / 428));
  font-size: calc(14* (100vw / 428));
  line-height: 2;
  text-align: center;
}

.YO230130 .item_list{
  width: calc(388* (100vw / 428));
  padding-top: calc(22* (100vw / 428));
  padding-bottom: calc(60* (100vw / 428));
  flex-direction: column;
  gap: calc(50* (100vw / 428));
  border-top: 1px solid #000;
}

.YO230130 .item_list.second_list{
  padding-top: calc(22* (100vw / 428));
}

.YO230130 .item_list.second_list .item_img{
  margin-bottom: calc(16* (100vw / 428));
}

.item_ttl{
  font-size: calc(22* (100vw / 428));
}

.item_price{
  font-size: calc(22* (100vw / 428));
}

.item_img{
  margin-bottom: calc(20* (100vw / 428));
  width: calc(388* (100vw / 428));
}

.item_txt{
  margin-bottom: calc(20* (100vw / 428));
  font-size: calc(13* (100vw / 428));
  line-height: 2;
  letter-spacing: -0.009em;
}

.item_txt .supplement{
  font-size: calc(10* (100vw / 428));
  line-height: 2.6;
}

.item_btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.item_btn_inner{
  width: calc(200* (100vw / 428));
  padding: calc(11* (100vw / 428)) 0;
  font-size: calc(14* (100vw / 428));
  letter-spacing: 0.06em;
}

.item_btn_inner:hover{
  color: #FFF;
  background-color: #4B627A;
  opacity: 1;
}


}

/* for Tablet */
@media screen and (min-width: 768px) and (max-width: 1500px) {

  /*=======================================
                  Tablet
========================================*/
  /* ===================
　　 General
=================== */
  #main_container {
      font-size: calc(10* (100vw / 1500))!important;
  }

  * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
  }

}

