@charset "UTF-8";





/*******************************
*　フッター
********************************/

.footer{
  background-image: url(/system_panel/uploads/images/ftr_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-top: 50px;
  padding-top: 50px;
  padding-bottom: 20px;
}

.ftr1{
  border-top: 1px solid #7d7d7d;
  border-bottom: 1px solid #7d7d7d;
  padding: 30px 0;
  margin-bottom: 25px;
}

.ftr1>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{

}
.ftr1_box2{

}

.ftr_logo{
  margin-bottom: 25px;
}
.ftr_name{
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 10px;
}
.ftr_addr{
  margin-bottom: 10px;
}


.ftr_contact{
  display: block;
  background: #ef7f1a;
  border-radius: 10px;
  color: #FFF;
  width: 255px;
  padding: 13px 5px;
  text-align: center;
}

.ftr_contact p:before{
  content:"\f0e0";
  font-family: "FontAwesome";
  margin-right: 10px;
}

.ftr_addr em{
  font-style: normal;
}
.ftr_copy{
  font-size: 14px;
  text-align: center;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background:#f2eae0;
  /*z-index: 1000;*/
  z-index: 5; /* チャットボットがある場合 */
  flex-wrap: wrap;
  border-top: 1px solid #fff;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #f2eae0;
  text-decoration: none;
  line-height: 1.2;
}
.footer_fix .footer_fix_item_1{
  width: 38%;
  border-right: 1px solid #fff;
}
.footer_fix .footer_fix_item_1.recruit{
  background: #eeeeee;
  color: #024b93;
}
.footer_fix .footer_fix_item_2{
  width: 24%;
  background: #b7ae85;
}
.footer_fix > a i{
  font-size: 20px;
  margin-bottom: 8px;
}
.footer_fix .footer_fix_item_1.remorte i{
  margin-bottom: 0;
}

/* ページTOPに戻る */
.pagetop{
  display: none;
  position: fixed;
  z-index: 5;
  right: 10px;
  bottom: 60px;
  z-index: 3;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #c2bba9;
}
.pagetop a i{
  font-size: 40px;
}


.ftr_shop_wrap{

}
.ftr_shop_tt{
  font-size: 60px;
  font-family: "Bellefair", serif;
  letter-spacing: 0;
  line-height: 1;
  color: #646464;
  text-align: center;
  margin-bottom: 30px;
}
.ftr_shop_wrap .tt2_desc{
  color: #8c8c8c;
  line-height: 2.5em;
}
.ftr_shop_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;

}
.ftr_shop_items_outer{
  border-bottom: 1px solid #646464;
  padding-bottom: 50px;
}
.ftr_shop_item{
  width: 100%;

}
.ftr_shop_item:nth-child(n+2){
  margin-top: 16px;
}
.ftr_shop_item_inner{
  background: #ffffff;
  padding: 20px;
}
.ftr_shop_item_btn{
  border: 1px solid #646464;
  transition: all .2s;
}
.ftr_shop_item_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 21px 0;
  transition: all .2s;
}
.ftr_shop_item_btn:hover{
  transform: scale(1.03);
}
.ftr_shop_item_btn a:hover .ftr_shop_item_right{

}
.ftr_shop_item_left{
  width: 77.065%;
  text-align: center;
  border-right: 2px dashed #b6b6b6;
  transition: all .2s;
}
.ftr_shop_item_txt1{
  font-size: 20px;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1;
  color: #646464;
}
.ftr_shop_item_txt2{

}
.ftr_shop_item_right{
  width: 23.11%;
  position: relative;
}
.ftr_shop_item_right:after{
  content: "→";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  transition: all .2s;
}

.ftr_contact_wrap{
  padding-top: 50px;
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #646464;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_box1_title{

}
.ftr_contact_box1_title_en{
  font-size: 36px;
  font-weight: 400;
  font-family: "Bellefair", serif;
  letter-spacing: 0.075em;
  line-height: 1;
}
.ftr_contact_box1_title_ja{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ftr_contact_box1_title_ja:before{
  content: "";
  display: block;
  width: 65px;
  height: 1px;
  background: #646464;
  margin-right: 26px;
}
.ftr_contact_box2{
  width: 100%;
}
.link_1{
  display: block;
  width: 100%;
  ;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  background: transparent;
  border: 1px solid #646464;
  padding: 16px 20px;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
}
.link_1:hover{
  background: #fff;
}
.link_1:after{
  content: "";
  display: block;
  width: 18.51%;
  ;
  aspect-ratio:100 / 5;
  background-image: url(/system_panel/uploads/images/arr2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 47%;
  right: 20px;
  ;
  transform: translateY(-50%);
}
.ftr_contact_box2_tel{
  margin-top: 31px;
}
.ftr_contact_box2_tel1{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #646464;
  padding-bottom: 12px;
}
.ftr_contact_box2_tel2{
  font-size: 28px;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.2em;
  line-height: 1;
  padding-top: 13px;
}

.ftr_1{
  padding-top: 70px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_1_box1{
  width: 100%;
}
.ftr_logo{

}
.ftr_name{
  font-size: 17px;
  font-weight: 500;
  margin-top: 24px;
}
.ftr_add{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875em;
  margin-top: 30px;
}
.ftr_1_box2{
  width: 100%;
}
.ftr_links_items{
  display: flex;
  flex-wrap: wrap;
}
.ftr_links{

}
.ftr_link{

}

.ftr_btm_items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_copy{
  width: 100%;
}
.ftr_sns_box{
  width: 100%;
  display: flex;
  align-items: center;
}
.ftr_sns_item{

}
.ftr_sns_item.insta{
  width: 25px;
  aspect-ratio:25 / 25;
}
.ftr_sns_item.you{
  width: 34px;
  aspect-ratio:34 / 24;
}
@media (min-width:375px){

}
@media (max-width:767px){

  body{
    padding-bottom: 56px;
  }
  .ftr_add{
    font-size: 15px;
  }

  .footer_fix{
    display: flex;
  }

  .ftr_contact_box1_title{
    text-align: center;
  }
  .ftr_contact_box1_title_ja{
    flex-direction: column;
    justify-content: center;
  }
  .ftr_contact_box1_title_ja:before{
    margin: 0 auto 16px;
    ;
  }
  .ftr_contact_box2{
    margin-top: 30px;
  }
  .ftr_contact_box2_tel{
    text-align: center;
  }
  .link_1:after{
    top: 50%;
    right: 9px;
  }

  .ftr_1_box1{
    text-align: center;
  }
  .ftr_logo{
    display: block;
    width: 250px;
    margin: 0 auto;
  }
  .ftr_1_box2{
    display: none;
  }

  .ftr_copy{
    order: 2;
    margin-top: 20px;
  }
  .ftr_sns_box{
    justify-content: center;
    order: 1;
    margin-top: 20px;
  }
  .ftr_sns_item{
    margin: 0 16px;
  }
}
@media (min-width:768px){
  .footer{
    margin-top: 100px;
    padding-top: 97px;
    padding-bottom: 30px;
  }

  .ftr_shop_wrap{

  }
  .ftr_shop_tt{
    font-size: 80px;
    margin-bottom: 40px;
  }
  .ftr_shop_wrap .tt2_desc{

  }
  .ftr_shop_items{

    margin-top: 40px;
  }
  .ftr_shop_item{


  }
  .ftr_shop_items_outer{
    padding-bottom: 80px;
  }
  .ftr_shop_item_inner{
    background: #ffffff;
    padding: 20px 50px;
  }
  .ftr_shop_item_btn{

  }
  .ftr_shop_item_btn a{

  }
  .ftr_shop_item_left{

  }
  .ftr_shop_item_txt1{
    font-size: 22px;
  }
  .ftr_shop_item_txt2{

  }
  .ftr_shop_item_right{

  }

  .ftr_contact_wrap{
    padding-top: 80px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{
    width: 48.64%;
    padding-top: 25px;
  }
  .ftr_contact_box1_title{

  }
  .ftr_contact_box1_title_en{
    font-size: 40px;
  }
  .ftr_contact_box1_title_ja{
    margin-top: 35px;
  }
  .ftr_contact_box2{
    width: 48.64%;
  }
  .link_1{
    padding: 20px;
  }
  .link_1:after{
    right: 5px;
    ;
  }
  .ftr_contact_box2_tel{
    margin-top: 31px;
  }
  .ftr_contact_box2_tel1{

  }
  .ftr_contact_box2_tel2{
    font-size: 30px;
  }

  .ftr_1{
    padding-top: 61px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 53.79%;
  }
  .ftr_logo{

  }
  .ftr_name{
    font-size: 18px;
  }
  .ftr_add{
    margin-top: 37px;
  }
  .ftr_1_box2{
    width: 41.35%;
  }
  .ftr_links_items{

  }
  .ftr_links{
    margin-right: 43px;
  }
  .ftr_links:nth-child(n+2){
    margin-top: 16px;
  }
  .ftr_link{
    display: block;
    font-size: 16px;
    font-weight: 400;
  }
  .ftr_link:nth-child(n+2){
    margin-top: 16px;
  }

  .ftr_btm_items{
    margin-top: 80px;
  }
  .ftr_copy{
    width: 50%;
    text-align: left;
    padding-top: 16px;
  }
  .ftr_sns_box{
    width: 50%;
    justify-content: flex-end;
  }
  .ftr_sns_item{
    margin-left: 31px;
  }
}
@media (min-width:1024px){
  .footer{
    margin-top: 180px;
    padding-bottom: 40px;
  }

  .ftr_shop_wrap{

  }
  .ftr_shop_tt{
    font-size: 100px;
  }
  .ftr_shop_wrap .tt2_desc{

  }
  .ftr_shop_items{
    margin-inline:-15px;
  }
  .ftr_shop_item{
    width: 50%;
    padding-inline:15px
  }
  .ftr_shop_items_outer{
    padding-bottom: 100px;
  }
  .ftr_shop_item:nth-child(n+2){
    margin-top: 0;
  }
  .ftr_shop_item_inner{
    background: #ffffff;
    padding: 47px 30px;
  }
  .ftr_shop_item_btn{

  }
  .ftr_shop_item_btn a{

  }
  .ftr_shop_item_left{

  }
  .ftr_shop_item_txt1{
    font-size: 30px;
  }
  .ftr_shop_item_txt2{

  }
  .ftr_shop_item_right{

  }

  .ftr_contact_wrap{
    padding-top: 100px;
  }
  .ftr_contact_box{

  }
  .ftr_contact_box1{

  }
  .ftr_contact_box1_title{

  }
  .ftr_contact_box1_title_en{
    font-size: 50px;
  }
  .ftr_contact_box1_title_ja{

  }
  .ftr_contact_box2{

  }
  .link_1{
    font-size: 18px;
  }
  .ftr_contact_box2_tel{

  }
  .ftr_contact_box2_tel1{

  }
  .ftr_contact_box2_tel2{
    font-size: 34px;
  }

  .ftr_1{
    padding-top: 61px;
  }
  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 34.79%;
  }
  .ftr_logo{

  }
  .ftr_name{

  }
  .ftr_add{

  }
  .ftr_1_box2{
    width: 59.35%;
    padding-top: 157px;
  }
  .ftr_links_items{

  }
  .ftr_links{

  }
  .ftr_links:nth-child(n+2){
    margin-top:0;
  }
  .ftr_link{

  }
  .ftr_link:nth-child(n+2){
    margin-top: 23px;
  }

  .ftr_btm_items{
    margin-top: 120px;
  }

  .link_1:after{
    right: 20px;
    ;
  }
}
@media (min-width:1200px){
  .ftr_shop_item_inner{
    background: #ffffff;
    padding: 47px 50px;
  }

  .ftr_1_box1{
    width: 42.79%;
  }
  .ftr_1_box2{
    width: 51.35%;
  }
}
@media (min-width:1400px){
  .ftr_shop_item_inner{
    background: #ffffff;
    padding: 47px 100px;
  }
}


/*******************************
*　お問い合わせ
********************************/

.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
}
.contact_info_tt{
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-align: center;
  margin-bottom: 15px;
  color: #111;
}
.contact_info_box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: #FFF;
  color: #181818;
  padding: 25px 10px 25px 30px;
}
.contact_info_tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_info_tel_icon{
  background: #b1c274;
  color: #FFF;
  border-radius: 5px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  padding: 6px 16px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 0;
  letter-spacing: 0.16em;
}
.fileCaution{
  color: #b80000;
  margin-top: 10px;
}
.p1750855016480{
  margin-top: 10px;
}

.fileArea + .fileArea{
  margin-top: 10px;
}
@media (max-width:1023px){

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
  .contact_info_tt {
    font-size: 18px;
  }
  .contact_info_tel_link{
    font-size: 30px;
  }

  .formTbl .container{
    padding: 0 15px;
  }
}
@media (max-width:767px){

  .contact_info_wrap{
    margin-bottom: 50px;
    padding: 15px 10px;
  }
  .contact_info_box{
    padding: 20px 10px;
  }
  .contact_info_tt {
    font-size: 16px;
  }
  .contact_info_tel_icon{
    font-size: 14px;
    margin-right:5px;
  }
  .contact_info_tel_link{
    font-size: 24px;
  }
  .contact_info_txt{
    margin-left:0;
    margin-top: 5px;
    font-size: 10px;
  }

  .contact_info_box{
    flex-wrap: wrap;
  }
  .contact_info_tel{
    width: 100%;
  }
}


.contact_tt {
  font-size: 26px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 0.16em;
}
.contact_tt.privacy{
  font-family: "Noto Sans JP";
  font-weight: 500;
}

/* フォーム */
.pg_contact .formTbl{
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.pg_contact .form.formWrap {
  letter-spacing: 0.1em;
  position: relative;
  z-index: 1;
}
.pg_contact .formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.pg_contact .formTh {
  padding: 15px 15px 15px 20px;
  background: #f2eae0;
  letter-spacing: 0.08em;
}
.pg_contact .formTh label{
  margin: 0;
}
.d-inline-block.requiredText {
  font-size: 13px;
  padding: 3px 12px;
  margin-top: 3px;
  float: right;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #b80000;
  color: #ffffff;
}
.d-inline-block.requiredText.nini{
  background: #fff;
  color: #b80000;
  border: 1px solid #b80000;
}
.pg_contact .formTd {
  font-size: 15px;
  padding: 10px 16px;
}
.pg_contact .formTd.center{
  display: flex;
  align-items: center;
}
.pg_contact .formTd input[type="text"],
.pg_contact .formTd input[type="tel"],
.pg_contact .formTd input[type="email"]{
  max-width: 461px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formTd select{
  border-radius: 0;
}
.pg_contact .formTd input[name="zip1"]{
  max-width: 120px;
}
.pg_contact .formTd input[name="zip2"]{
  max-width: 150px;
}
.pg_contact .formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.pg_contact .formTd input[name="city"]{
  max-width: 425px;
}
.pg_contact .formTd .addArea + .addArea{
  margin-top: 8px;
}
.pg_contact .formTd .addArea .labelText02{
  width: 75px;
}
.pg_contact .formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 15px;
  padding: 5px 10px;
  border: 1px solid #d6d8d8;
  border-radius: 0;
  letter-spacing: 0.16em;
}
.pg_contact .formWrap .text-center{
  padding-top: 40px;
}
.pg_contact input[name="privacy"]{
  margin-right: 7px;
}
.pg_contact .privacyLabel{
  font-size: 17px;
  display: inline;
}
.pg_contact .privacyLabel a{
  color: #be624a;
}
.pg_contact .formBtn.formSend {
  display: block;
  width: 280px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.2em;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  text-align: center;
  border: 0;
  background: var(--main-color);
  /* border-radius: 27px; */
  color: #FFF;
  padding: 18px 20px;
  margin: 45px auto 0;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  cursor: pointer;
}
.pg_contact .formBtn.formSend:hover{
  color: #FFF;
  background: var(--sub-color);
}
.pg_contact .formBtn.formSend:after{
  content: "";
  width: 50px;
  aspect-ratio:50 / 5;
  background-image: url(/system_panel/uploads/images/arr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 18px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pg_contact .formBtn.formSend:hover:after{
  margin-right: -5px;
}

.pg_contact label {
  display: inline-block;
  margin-bottom: 0;
}
.radioArea{
  padding: 0;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0.08em;
  ;
  font-size: 16px;
  font-weight: 400;

}
.radioArea .d-inline-block{
  margin-right: 31px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}
label.label.zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
  line-height: 1.8em;
}
.pg_contact .section.sec1 {
  padding: 0 0 0;
}
.contact_form{
  margin-top: 50px;
}
@media only screen and (min-width: 1024px){
  .pg_contact .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .pg_contact .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
  .contact_form{
    margin-top: 72px;
  }

  .thanks_text{
    text-align: center;
  }
}


/* プライバシー */
.pg_contact .section.sec2{
  padding: 78px 0 20px;
}
.pg_contact .section.sec2 .contact_tt{
  margin-bottom: 46px;
  padding-left: 10px;
  font-size: 21px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.privacy_item {
  margin-top: 27px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.04em;
  padding: 8px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #d4917f;
}
.privacy_txt{
  letter-spacing: 0.04em;
  line-height: 1.875;
  text-align: justify;
}
.privacy_txt p{
  letter-spacing: 0.04em;
}

.privacy_txt_type1{
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.privacy_txt_type1_b{
  text-indent: -1em;
  padding-left: 1em;
}
.privacy_txt_type1_c{
  text-indent: -3em;
  padding-left: 3em;
}
.privacy_txt_type2{

}
.privacy_txt_type2 p{
  text-indent: -1em;
  padding-left: 1em;
}

.privacy_txt ol li{
  padding-left: 1.6em;
  text-indent: -1.6em;
}
.privacy_txt ul li{
  padding-left: 1em;
  text-indent: -1em;
}

.contact_tt.privacy {
  margin-bottom: 58px;
}
.contact_tt.privacy br{
  display: none;
}
.pg_contact .d-inline{
  display: inline-block!important;
}
.pg_contact .d-inline-block {
  vertical-align: middle;
}

.privacy_item_box {
  color: #181818;
  padding: 30px 47px 30px 30px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #dbdbdb;
  margin-top: 0;
}
@media only screen and (max-width: 1023px){
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }


  .privacy_ttl{
    font-size: 18px;
  }

}

@media only screen and (max-width: 767px){
  .contact_info {
    padding: 18px 15px 10px;
  }
  .contact_info_txt_1 br{
    display: block;
  }
  .contact_info_txt_2 {
    padding: 0 6px 0 10px;
    margin-right: 10px;
  }
  .contact_tt {
    margin-bottom: 25px;
    font-size:18px;
  }
  .pg_contact .formTh {
    padding: 5px 10px;
  }
  .pg_contact .formTd {
    font-size: 13px;
    padding: 10px;
  }
  .pg_contact .formTd input[name="zip1"] {
    width: 80px;
  }
  .pg_contact .formTd input[name="zip2"] {
    width: 100px;
  }
  .pg_contact .formTd select[name="pref"] {
    width: 180px;
  }
  .pg_contact .formTd input[type="text"]::placeholder,
  .pg_contact .formTd input[type="tel"]::placeholder,
  .pg_contact .formTd input[type="email"]::placeholder{
    font-size: 14px;
    letter-spacing: 0.01em;
  }
  .pg_contact .formWrap .text-center {
    padding-top: 25px;
  }
  .pg_contact .privacyLabel {
    font-size: 15px;
  }

  .privacyformError{
    margin-top:-40px !important;
  }

  .contact_tt.privacy br{
    display: block;
  }
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .pg_contact .d-inline {
    display: block!important;
  }
  .pg_contact .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }

  .radioArea .d-inline-block {
    margin-right: 10px;
  }
  .pg_contact .section.sec2 .contact_tt {
    margin-bottom: 20px;
    font-size: 19px;
  }


  .pg_contact .section.sec1 {
    padding: 0 0 25px;
  }
  .contact_info_bg {
    padding: 18px 10px;
  }

  .pg_contact .section.sec2{
    padding: 65px 0 30px;
  }

  .privacy_ttl {
    font-size: 18px;
    padding-left: 10px;
  }

  .privacy_item_box{
    padding: 30px 10px;
  }
}

/*******************************
*　お問い合わせ送信完了
********************************/
.pg_thanks .link_3{
  margin-top: 50px;
}
.thanks_text{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (max-width: 767px){
  .thanks_text{
    /*display: block;*/
    letter-spacing: -0.08em;
    margin-top: 30px;
  }
}


/*******************************
*　
********************************/

/* 一覧 */
.news_list{

}
.news_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.news_list .webgene-item{
  width: 50%;
  padding: 0 5px
}
.news_list .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.news_list .webgene-item .inner{
  display: block;

}
.news_list .webgene-item .box1{

}
.news_list .webgene-item .box2{
  margin-top: 15px;
}
.news_list .webgene-item .img{
  border-radius: 15px;
  overflow: hidden;
}
.news_list .webgene-item .img.img_fit:before{
  padding-top: 72.222%;
}
.news_list .webgene-item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
}
.news_list .webgene-item .meta .date{
  width: 135px;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
}
.news_list .webgene-item .meta .category{
  display: flex;
  flex-wrap: wrap;
}
.news_list .webgene-item .meta .category span{
  min-width: 120px;
  border: 1px solid #8c8c8c;
  font-size: 12px;
  text-align: center;
  padding: 1px 5px 3px;
}

.news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75;
}
.news_list .webgene-item .txt{
  margin-top: 5px;
}

.pg_news .news_list .webgene-item .img.img_fit:before{
  padding-top: 80%;
}
.pg_news .news_list .webgene-item .meta .date{
  letter-spacing: 0.075em;
}
.pg_news .news_list .webgene-item .title{
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75em;
}
.pg_news .posts_layout{
  margin-top: 40px;
}


.shopinfo_sns_item.you a:before{
  width: 19px;
  background-image: url(/system_panel/uploads/images/20250625155506811327.svg);
}

.product_gallery_prev,
.product_gallery_next{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  aspect-ratio:1 / 1;
  z-index: 1;
  cursor: pointer;
}
.product_gallery_prev{
  left:calc(50% - 155px);
  background-image: url(/system_panel/uploads/images/left_arr.png);
}
.product_gallery_next{
  right:calc(50% - 155px);
  background-image: url(/system_panel/uploads/images/right_arr.png);
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

  .news_list .webgene-item .meta .date{

  }
  .news_list .webgene-item .meta .category{
    margin-top: 5px;
  }

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


  /* 一覧 */
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -10px;
  }
  .news_list .webgene-item{
    width: 50%;
    padding: 0 10px
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .news_list .webgene-item .inner{
  }
  .news_list .webgene-item .box1{

  }
  .news_list .webgene-item .box2{
    margin-top: 15px;
  }
  .news_list .webgene-item .img{
    border-radius: 15px;
  }
  .news_list .webgene-item .meta{
    margin-bottom: 16px;
  }
  .news_list .webgene-item .meta .date{
    width: 135px;
  }
  .news_list .webgene-item .meta .category{
  }
  .news_list .webgene-item .meta .category span{
    min-width: 120px;
    font-size: 12px;
    /*padding: 5px 5px;*/
  }

  .news_list .webgene-item .title{
    font-size: 16px;
    line-height: 1.75;
  }
  .news_list .webgene-item .txt{
    margin-top: 5px;
  }

  .pg_news .news_list .webgene-item .meta{
    margin-bottom: 5px;
  }
  .pg_news .posts_layout{
    margin-top: 70px;
  }

  .product_gallery_prev{
    width: 24px;
    left:calc(50% - 300px);
  }
  .product_gallery_next{
    width: 24px;
    right:calc(50% - 300px);
  }
}
@media (min-width:1024px){

  /* 一覧 */
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -10px;
  }
  .news_list .webgene-item{
    width: 50%;
    padding: 0 10px
  }
  .news_list .webgene-item:nth-child(n+3){
    margin-top: 30px;
  }
  .news_list .webgene-item .inner{
  }
  .news_list .webgene-item .box1{

  }
  .news_list .webgene-item .box2{
    margin-top: 15px;
  }
  .news_list .webgene-item .img{
    border-radius: 15px;
  }
  .news_list .webgene-item .meta{
  }
  .news_list .webgene-item .meta .date{
    width: 135px;
  }
  .news_list .webgene-item .meta .category{
  }
  .news_list .webgene-item .meta .category span{
    min-width: 120px;
    font-size: 12px;
    /*padding: 5px 5px;*/
  }

  .news_list .webgene-item .title{
    font-size: 16px;
    line-height: 1.75;
  }
  .news_list .webgene-item .txt{
    margin-top: 5px;
  }

  .news_list.col3{

  }
  .news_list.col3 .webgene-item{
    width: 33.333%;
  }
  .news_list.col3 .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .news_list.col3 .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .news_list.col4{

  }
  .news_list.col4 .webgene-item{
    width: 25%;
  }
  .news_list.col4 .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .news_list.col4 .webgene-item:nth-child(n+5){
    margin-top: 30px;
  }
  .news_list.col5{

  }
  .news_list.col5 .webgene-item{
    width: 20%;
  }
  .news_list.col5 .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .news_list.col5 .webgene-item:nth-child(n+6){
    margin-top: 30px;
  }

  .pg_news .news_list .webgene-item .meta .date{
    width: 100px;
  }
  .pg_news .news_list.col3 .webgene-item:nth-child(n+4){
    margin-top: 54px;
  }

  .product_gallery_prev{
    width: 24px;
    left:calc(50% - 305px);
  }
  .product_gallery_next{
    width: 24px;
    right:calc(50% - 305px);
  }
}
@media (min-width:1200px){

  /* 一覧 */
  .news_list{

  }
  .news_list .webgene-blog{
    margin: 0 -13px;
  }
  .news_list .webgene-item{
    padding: 0 13px
  }


  .product_gallery_prev{
    width: 30px;
    left:calc(50% - 350px);
  }
  .product_gallery_next{
    width: 30px;
    right:calc(50% - 350px);
  }
}
@media (min-width:1200px){
  .product_gallery_prev{
    width: 30px;
    left:calc(50% - 410px);
  }
  .product_gallery_next{
    width: 30px;
    right:calc(50% - 410px);
  }
}
@media (min-width:1470px){
  .product_gallery_prev{
    width: 42px;
    left:calc(50% - 417px);
  }
  .product_gallery_next{
    width: 42px;
    right:calc(50% - 417px);
  }
}
@media (min-width:1536px){
  .product_gallery_prev{
    left:calc(50% - 417px);
  }
  .product_gallery_next{
    right:calc(50% - 417px);
  }
}
@media (min-width:1740px){
  .product_gallery_prev{
    left:calc(50% - 612px);
  }
  .product_gallery_next{
    right:calc(50% - 606px);
  }
}

/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
  padding-top: 0;
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

.select_wrap{
  position: relative;
  z-index: 1;
}
.select_wrap:after{
  content: "\f078";
  content: "\f107";
  font-family: "FontAwesome";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.select_wrap select{
  width: 100%;
  padding: 10px 10px;
  /*height: 40px;*/
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.posts_category_sp{
  margin-bottom: 30px;
}

/* リスト */
.posts_list{

}
.posts_list .webgene-item{
  display: flex;
  align-items: center;
  border-bottom: 1px dotted;
  padding-bottom: 10px;
}
.posts_list .webgene-item + .webgene-item{
  margin-top: 10px;
}
.posts_list .webgene-item .date{
  width: 95px;
  letter-spacing: 0.1em;
}
.posts_list .webgene-item .category{
  width: auto;
  font-size: 0.75em;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #0069ba;
  color: #FFF;
  padding: 3px 5px;
  text-align: center;
}
.posts_list .webgene-item .title{
  width: 100%;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .title a{

}


/* サイド */
.posts_side_wrap{

}
.posts_side_wrap + .posts_side_wrap{
  margin-top: 30px;
}
.posts_side_title {
  background: #b7ae85;
  color: #FFF;
  padding: 12px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left:0;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 11px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  color: #e7b1b3;
  position: absolute;
  left: 0;
}

/* 詳細 */
.body_newsDetail .tt1{
  margin-bottom: 0;
}
.posts_detail{
  border: none;
  border-bottom: 1px solid #555555;
  padding: 0 0 30px;
  ;
}
.posts_detail .webgene-item{

}
.posts_detail .meta{
  border-bottom: none;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  width: 120px;
  border: 1px solid #8c8c8c;
  font-size: 12px;
  text-align: center;
  padding: 1px 5px 3px;
  letter-spacing: 0.075em;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #0069ba;
  border-radius: 5px;
  color: #FFF;
  min-width: 150px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  padding: 2px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  width: 99px;
  font-size: 15px;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.075em;
}
.posts_detail .title{
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 0.075em;
  border-bottom: 1px solid #555555;
  padding-bottom: 10px;
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
  text-align: justify;
  word-break: break-all;
}
.posts_detail .thumb{
  margin-bottom: 10px;
}

.posts_back_list{

}
.posts_back_list a{
  display: block;
  width: 255px;
  max-width: 100%;
  margin: 30px auto 0;
  background: #f3f2f2;
  padding: 4px;
  border-radius: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
}
.posts_back_list a p{
  border: 2px dashed #0069b6;
  border-radius: 10px;
  padding: 10px 6px;
}
.posts_back_list a p:after{
  content: "\f105";
  font-family: "FontAwesome";
  margin-left: 18px;
}

/* PDFリンク */
.post_pdf{
  text-align: left;
}
.post_pdf a{
  display: inline-block;
  margin-top: 30px;
  border-bottom: 1px solid;
  transition: 0.2s all;
}
.post_pdf a[href=""]{
  display: none;
}
.post_pdf a:hover{
  border-bottom: 0;
}
.post_pdf a:before{
  /*
  * f054 > (大)
  * f105 > (小)
  */
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 5px;
}


/* 動画 */
.post_video{

}
.post_video .responsive_video{
  margin-top: 15px;
}
.post_video .responsive_video:empty{
  display: none;
}

.webgene-pagination li.selected{
  background: #b7ae85;
  color: #fff;
}
.webgene-pagination li{
  border: 1px solid #b7ae85;
}
/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .posts_list .webgene-item{
    flex-wrap: wrap;
  }
  .posts_list .webgene-item .title{
    margin-top: 5px;
  }
  .posts_list .webgene-item .category{
    max-width: calc(100% - 95px);
    line-height: 1.2;
  }

  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width:768px){

  .pg_news{
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }

  .posts_category_sp{
    display: none;
  }

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    padding-bottom: 20px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 20px;
  }
  .posts_list .webgene-item .date{
    width: 90px;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 100px - 150px - 15px);
    margin-left: 15px;
  }
  .posts_list .webgene-item .title a{

  }

  .posts_side_wrap + .posts_side_wrap{
    margin-top: 167px;
  }

  /* 詳細 */
  .posts_detail{
    padding: 0 0 73px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 5px;
    margin-bottom: 3px;
  }
  .posts_detail .meta .category{
    width: 120px;
    ;
  }
  .posts_detail .meta .category span{
    font-size: 13px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 97px;
  }
  .posts_detail .title{
    width: 100%;
    font-size: 18px;
  }
  .posts_detail .post_content{
    padding: 0;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }
  .pg_news .read_more{
    margin-top: 54px;
  }


}
@media (min-width:1024px){

  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
  }
  .posts_list .webgene-item + .webgene-item{
  }
  .posts_list .webgene-item .date{
    width: 120px;
    font-size: 16px;
  }
  .posts_list .webgene-item .category{
    width: 160px;
  }
  .posts_list .webgene-item .category span{
  }
  .posts_list .webgene-item .title{
    width: calc(100% - 120px - 160px - 25px);
    margin-left: 25px;
  }
  .posts_list .webgene-item .title a{

  }

  .webgene-pagination{
    margin-top: 73px;
  }
}
@media (min-width:1200px){

  .pg_news{
  }

}



/*******************************
*　ギャラリー（サムネ横ver）
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{
  padding-top: 0;
  padding-bottom: 0;
}

/* スライド */
.gallery_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
.gallery_box1{
  width: 100%;
}
.gallery_box2{
  width: 100%;
  margin-top: 15px;
}

/* メイン */
.gallery_main{

}
.gallery_main .img{
  background: #EEE;
}
.gallery_main .img.img_fit:before{
  padding-top: 75.34%;
}
.gallery_main .img.img_fit img{
  object-fit: contain;
  object-position: center;
}
/* サムネ */
.gallery_thumb{

}
.gallery_thumb .img{
  width: 100%;
  background: #EEE;
  overflow: hidden;
}
.gallery_thumb .img.img_fit:before{
  padding-top: 76.47%;
}
.gallery_thumb .img.img_fit img{

}


/* 詳細 */
.gallery_detail{

}
.gallery_detail .meta{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;

}
.gallery_detail .meta .title{
  font-size: 18px;
  line-height: 1.5;
}
.gallery_detail .meta .price{
  font-size: 18px;
  line-height: 1.5;
  margin-left: auto;
}
.gallery_detail .post_content{
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
}
.gallery_detail .read_more{
  margin-top: 50px;
}


/* コピー用 */
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec2{
    padding-top: 0;
    padding-bottom: 0;
  }
  .pg_xxx .section.sec3{
    padding-top: 0;
    padding-bottom: 0;
  }

  /* 詳細 */
  .gallery_wrap{
  }
  .gallery_box1{
    width: 65.76%;
  }
  .gallery_box2{
    width: 31.53%;
    margin-top: 0;

    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }

  /* サムネ */
  .gallery_thumb{
    width: 100%;
    height: 100%;
  }
  .gallery_thumb .swiper-slide {
    overflow: hidden;
  }
  .gallery_thumb .img{
    height: 100%;
  }
  .gallery_thumb .img.img_fit:before{

  }

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 18px;
  }
  .gallery_detail .meta .price{
    font-size: 18px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }
}
@media (min-width:1024px){

  /* 詳細 */
  .gallery_detail{
    width: 65.76%;
    margin-top: 30px;
  }
  .gallery_detail .meta{
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .gallery_detail .meta .title{
    font-size: 20px;
  }
  .gallery_detail .meta .price{
    font-size: 20px;
  }
  .gallery_detail .post_content{
    font-size: 16px;
    line-height: 2;
  }
  .gallery_detail .read_more{
    margin-top: 50px;
  }

}
@media (min-width:1200px){


}
/*******************************
*　
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}


@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }


}
@media (min-width:1024px){


}
@media (min-width:1200px){


}



/*******************************
*　HOME(商品)
********************************/
.pg_home .section.sec5{

  padding-top: 70px;
}
.pg_home .section.sec6{
  background-image: url(/system_panel/uploads/images/ssss.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50px;
  margin-top: 20px;
}

/*thought 背景*/
.scroll .tt2{
  position: relative;
  z-index: 1;
}
.scroll{
  position: relative;
  padding: 50px 0;
}
.scroll:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  background-image: url(/system_panel/uploads/images/bggg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  z-index: 0;
}
.home_thought_item_box2{
  position: relative;
  z-index: 1;
}

/*  */
.home_product{

}
.home_product_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
.home_product_row:nth-child(n+2){
  margin-top: 80px;
}
.home_product_row{
  background: #ecead9;
  position: relative;
}
.home_product_row:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_product_row.first:before{
  background: #ecead9;
}
.home_product_row.first .home_product_title_en{

}
.home_product_row.second:before{
  background: #d4e2e3;
}
.home_product_row.second .home_product_title_en{
  color: #8cb8bb;
}
.home_product_row.third:before{
  background: #efded4;
}
.home_product_row.third .home_product_title_en{
  color: #d4917f;
}


/*ボタン*/
.buy_btn.ecru .buy_btn_a{
  background: #8cb8bb;
}
.buy_btn.marm .buy_btn_a{
  background: #d4917f;
}

.home_product_box1{
  width: 51.13%;
  padding-top: 30px;
  position: relative;
  z-index: 1;
}
.home_product_box2{
  width: 45.54%;
  margin-top: -350px;
  position: relative;
  z-index: 1;
}
.home_product_box3{
  width: 100%;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.home_product_title{
  margin-top: -80px;
  position: relative;
  z-index: 1;
}
.home_product_title_en{
  font-size: 208px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1;
  color: #b7ae85;
}

.home_product_about{

}
.home_product_about_dl{
  display: flex;
  font-size: 20px;
  font-weight: 500;
}
.home_product_about_dl + .home_product_about_dl{
  margin-top: 10px;
}
.home_product_about_dl_dt{
  display: flex;
  justify-content: space-between;
  width: 85px;
  position: relative;
  z-index: 1;
}
.home_product_about_dl_dt:after{
  content: "：";
}
.home_product_about_dl_dd{
  width: calc(100% - 85px);
}
.home_product_txt{
  font-size: 16px;
  line-height: 2.5;
  text-align: justify;
  margin-top: 30px;
}

/* 商品ギャラリー */
.home_product_gallery{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.home_product_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.home_product_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.home_product_gallery_img.img_fit:before{
  padding-top: 75%;
}
.home_product_gallery_img.img_fit img{
  border-radius: 15px;
}

/*movie*/
.home_feature_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding: 50px 0;
}
.home_feature_wrap:before{
  content: "";
  display: block;
  width: 100vw;
  height: 100%;
  ;
  background-image: url(/system_panel/uploads/images/bg_bl.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 0;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}
.home_feature_box1{
  width: 100%;
  position: relative;
  z-index: 1;
}

.home_feature_box2{
  width: 100%;
  position: relative;
  z-index: 1;
}
.home_feature_box2_top{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_feature_box2_top_item{
  width: 100%;
}
.home_feature_box2_top_item_inner{

}
.home_feature_box2_top_video{

}
.home_feature_box2_top_video iframe{
  border: none;
}
.home_feature_box2_btm{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.home_feature_box2_btm_left{
  width: 100%;
}
.home_feature_box2_btm_left_tt{
  font-size: 20px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.875em;
}
.home_feature_box2_btm_right{
  width: 100%;
}
.home_feature_box2_btm_desc{
  font-size: 16px;
  font-weight: 400;
  line-height: 2.125em;
  text-align: justify;
}

/*モーダル*/
.shop_access {
  display: none;
}
.gjs-dashed .shop_access{
  display: block;
}
.modaal-wrapper .modaal-close{
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.modaal-close:after, .modaal-close:before{
  background: #595959;
  height: 34px;
  width: 1px;
}
.shop_access_tt{
  position: relative;
}
.shop_access_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ababab;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.shop_access_text{
  background: #fff;
  position: relative;
  z-index: 1;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #8c8c8c;
  display: inline-block;
}
.shop_access_btn_items{
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
.shop_access_btn_item{
  width: 100%;
}
.shop_access_btn_item:nth-child(n+2){
  margin-top: 16px;
}
.shop_access_btn_item a{
  display: block;
  text-align: center;
  border: 1px solid #8d8d8d;
}


/*top feture*/
.home_feature_images{
  z-index: 2;
}

/*タブ内リンク*/
.product_tabs_popup_txt a{
  color: #3498db;
}

.product_about.ecru .product_about_img1.img_fit:before{
  padding-top: 102.56%;
}
@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){
  .hdr1{
    justify-content: space-between;
    padding: 16px 31px 16px 14px;
  }

  .home_feature{
    padding-top: 16px;
  }

  .home_feature_title_ja{
    font-size: 22px;
  }

  .home_product_title_en{
    font-size: 70px;
  }
  .home_product_box1,
  .home_product_box2{
    width: 100%;
  }
  .home_product_box1{
    order: 3;
    width: 100%;
  }
  .home_product_box2{
    width: 65%;
    margin-top: 0;
    margin-inline:auto;
    order: 2;
    padding-top: 50px;
  }
  .home_product_box3{
    order: 4;
    margin-top: 40px;
  }

  .home_product_title{
    margin-top: -50px;
  }

  .home_product_about_dl{
    font-size: 16px;
  }
  .home_product_about_dl_dt{
    width: 70px;
  }
  .home_product_about_dl_dd{
    width: calc(100% - 70px);
  }
  .home_product_row.third .home_product_img_main{
    width: 130px;
    margin: 0 auto;
  }
  .home_product_img_sub{
    margin-top: 30px;
  }

  /*movie*/
  .home_feature_box2_top_item + .home_feature_box2_top_item{
    margin-top: 16px;
  }
  .home_feature_box2_btm_desc{
    margin-top: 5px;
  }

  .modaal-content-container{
    padding: 50px 10px;
  }
}
@media (min-width:768px){
  .buy_btn.right{
    justify-content: flex-end;
  }

  /*top*/
  .pg_home .section.sec5{
    padding-top: 100px;
  }
  .pg_home .section.sec6{
    padding-bottom: 100px;
    margin-top:50px;
  }

  /*sparky*/
  .pg_sparky .section.sec6{
    padding-bottom: 100px;
  }

  /*ecru*/
  .pg_ecru .section.sec6{
    padding-bottom: 100px;
  }

  /*marm*/
  .pg_marm .section.sec6{
    padding-bottom: 100px;
  }

  /*ショップリスト sparky*/
  .body_sparkyEcruShopList .section.sec1{
    padding-bottom: 100px;
  }
  .body_sparkyEcruShopList .section.sec2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .body_sparkyEcruShopList .section.sec3{
    padding-top: 100px;
  }


  /*商品ページボタン*/
  .pg_product .buy_btn{
    margin-top: 70px;
  }

  /* 商品ギャラリー */
  .home_product_row{
    padding-bottom: 100px;
  }
  .home_product_row:before{
    margin-left: 0;
    margin-right: 0;
  }
  .home_product_row:nth-child(n+2){
    margin-top: 200px;
  }
  .home_product_row:nth-child(odd):before{
    right: -7.5%;
    border-radius: 0 50px 0 0;
  }
  .home_product_row:nth-child(even):before{
    left: -7.5%;
    border-radius: 50px 0 0 0;
  }
  .home_product_row:nth-child(odd) .home_product_img_sub{
    right: 0;
  }
  .home_product_row:nth-child(even) .home_product_img_sub{
    left: 29px;
    bottom: 10px;
  }

  .home_product_gallery{
    margin: 0 -10px;
  }
  .home_product_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .home_product_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_product_gallery_item:nth-child(n+4){
    margin-top: 20px;
  }

  .home_product_about_dl + .home_product_about_dl{
    margin-top: 20px;
  }
  .home_product_row:nth-child(odd) .buy_btn{
    margin-left: 27px;
  }
  .home_product_row:nth-child(odd) .home_product_box2{
    text-align: right;
  }

  .home_product_title{
    order: 1;
    width: 100%;
    margin-top: -50px;
  }
  .home_product_row:nth-child(even) .home_product_title{
    text-align: right;
  }
  .home_product_row:nth-child(odd) .home_product_box1{
    order: 2;
  }
  .home_product_row:nth-child(odd) .home_product_box2{
    order: 3;
  }
  .home_product_row:nth-child(even) .home_product_box1{
    order: 3;
    margin-left: auto;
    width: 46.13%;
  }
  .home_product_row:nth-child(even) .home_product_box2{
    order: 2;
    margin-right: auto;
  }
  .home_product_box3{
    order: 4;
    margin-top: 50px;
  }



  .home_product_box2{
    position: relative;
    margin-top: -100px;
  }
  .home_product_img_sub{
    position: absolute;
    bottom: -28px;
  }

  .home_product_title_en{
    font-size: 80px;
  }
  .home_product_title.lg .home_product_title_en{
    font-size: 110px;
  }
  .home_product_title.lg{
    margin-top: -80px;
  }
  .home_product_row.third .home_product_img_main{
    width: 200px;
    margin: 0 auto;
  }

  /*movie*/
  .home_feature_wrap{
    position: relative;
  }
  .home_feature_wrap:before{
    /*  content: "";
      display: block;
      width: 100%;
      height: auto;
      min-height: 424px;*/
  }
  .home_feature_box1{
    padding-left: 20px;
  }

  .home_feature_box2{

  }
  .home_feature_box2_top{
    margin-inline:-23.5px;
  }
  .home_feature_box2_top_item{
    width: 50%;
    padding-inline:23.5px;
  }
  .home_feature_box2_top_item_inner{

  }
  .home_feature_box2_top_video{

  }
  .home_feature_box2_top_video iframe{

  }
  .home_feature_box2_btm{
    margin-top: 50px;
  }
  .home_feature_box2_btm_left{
    width: 44.26%;
  }
  .home_feature_box2_btm_left_tt{
    font-size: 20px;
  }
  .home_feature_box2_btm_right{
    width: 53.27%;
  }
  .home_feature_box2_btm_desc{
    padding-top: 6px;
  }

  /*モーダル*/
  .modaal-content-container{
    padding: 60px 65px;
  }
  .shop_access_tt{

  }
  .shop_access_tt:after{

  }
  .shop_access_text{
    font-size:18px;
  }
  .shop_access_btn_items{
    margin-inline:-13px;
    margin-top: 48px;
  }
  .shop_access_btn_item{
    width: 50%;
    padding-inline:13px;
  }
  .shop_access_btn_item:nth-child(n+2){
    margin-top: 0;
  }
  .shop_access_btn_item:nth-child(n+3){
    margin-top: 16px;
  }
  .shop_access_btn_item a{

  }

  /*sparky*/
  .pg_sparky .section.sec6 .buy_btn,
  .pg_marm .section.sec6 .buy_btn,
  .pg_ecru .section.sec6 .buy_btn{
    margin-top: 5px;
  }
}
@media (min-width:1024px){
  /*top*/
  .pg_home .section.sec5{
    padding-top: 145px;
  }
  .pg_home .section.sec6{
    padding-top: 103px;
    padding-bottom: 150px;
    margin-top: 172px;
  }

  /*sparky*/
  .pg_sparky .section.sec5{
    padding-bottom: 110px;
  }
  .pg_sparky .section.sec6{
    padding-bottom: 120px;
  }
  .pg_sparky .section.sec6 .buy_btn,
  .pg_marm .section.sec6 .buy_btn,
  .pg_ecru .section.sec6 .buy_btn{
    margin-top: 5px;
  }

  /*ecru*/
  .pg_ecru .section.sec6{
    padding-bottom: 120px;
  }

  /*marm*/
  .pg_marm .section.sec6{
    padding-bottom: 126px;
  }

  /*ショップリスト sparky*/
  .body_sparkyEcruShopList .section.sec1{
    padding-bottom: 155px;
  }
  .body_sparkyEcruShopList .section.sec2{
    padding-top: 156px;
    padding-bottom: 140px;
  }
  .body_sparkyEcruShopList .section.sec3{
    padding-top: 150px;
  }
  .body_sparkyEcruShopList .section.sec3 .tt2{
    margin-bottom: 84px;
  }
  .body_sparkyEcruShopList .shopinfo_area_regions{
    margin-bottom: 48px;
  }

  /*ショップリスト　marm*/

  .body_marmShopList .section.sec3{
    padding-top: 90px;
  }
  .body_marmShopList .shopinfo_area_nav{
    margin-bottom: 80px;
  }

  /*商品ページボタン*/
  .pg_product .buy_btn{
    margin-top: 95px;
  }

  /* 商品ギャラリー */
  .home_product_gallery{
    margin: 0 -15px;
  }
  .home_product_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .home_product_gallery_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_product_gallery_item:nth-child(n+4){
    margin-top: 50px;
  }

  /*sparky*/
  .product_about.sparky .product_about_row.row1 .product_about_box2{
    width: 43.34%;
  }

  .home_product_row{
    padding-bottom: 120px;
  }
  .home_product_row:nth-child(n+2) {
    margin-top: 312px;
  }
  .home_product_box1{
    padding-top: 85px;
  }
  .home_product_box2{
    margin-top: -350px;
  }
  .home_product_box3{
    margin-top: 100px;
  }
  .home_product_txt{
    margin-top: 51px;
  }
  .buy_btn{
    margin-top: 48px;
  }
  .home_product_row:nth-child(odd) .home_product_img_main{
    margin-right: -37px;
  }

  .home_product_title_en{
    font-size: 120px;
  }
  .home_product_title.lg .home_product_title_en{
    font-size: 160px;
  }
  .home_product_title.lg{
    margin-top: -120px;
  }

  .home_product_row.third .home_product_img_main{
    width: auto;
    margin-left: 0;
  }

  /*movie*/
  .home_feature_wrap{
    position: relative;
    padding: 0;
  }
  .home_feature_wrap:before{
    content: "";
    display: block;
    width: 100%;
    height: auto;
    min-height: 524px;
    background-image: url(/system_panel/uploads/images/bg_bl.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 105px;
    left: 0;
    z-index: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .home_feature_box1{
    width: 17.76%;
  }
  .home_feature_box1 .tt2{

  }
  .home_feature_box1 .tt2{
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    justify-content: flex-end;
    text-align: left;
  }
  .home_feature_box1 .tt2_en:after{
    width: 1px;
    height: 30px;
    margin: 0 10px;
  }
  .home_feature_box1 .tt2_ja{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_feature_box1 .tt2_en{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_feature_box2{
    width: 80.26%;
  }
  .home_feature_box2_top{

  }
  .home_feature_box2_top_item{

  }
  .home_feature_box2_top_item_inner{

  }
  .home_feature_box2_top_video{

  }
  .home_feature_box2_top_video iframe{

  }
  .home_feature_box2_btm{

  }
  .home_feature_box2_btm_left{

  }
  .home_feature_box2_btm_left_tt{
    font-size: 23px;
  }
  .home_feature_box2_btm_right{

  }
  .home_feature_box2_btm_desc{
    padding-right: 16px;
  }

  /*モーダル*/
  .modaal-container{
    max-width: 1110px;
  }
  .modaal-content-container{
    padding: 95px 65px;
  }
  .shop_access_tt{

  }
  .shop_access_tt:after{

  }
  .shop_access_text{
    font-size: 20px;
  }
  .shop_access_btn_items{
    margin-inline:-13px;

  }
  .shop_access_btn_item{
    width: 20%;
    padding-inline:13px;
  }
  .shop_access_btn_item:nth-child(n+3){
    margin-top: 0;
  }
  .shop_access_btn_item:nth-child(n+6){
    margin-top: 16px;
    ;
  }
  .shop_access_btn_item a{

  }

  .product_about.ecru .product_about_row.row2 .product_about_title{
    padding-top: 11px;
  }
}
@media (min-width:1200px){
  .home_product_row.third .home_product_box2{
    text-align: center;
    margin-top: -263px;
  }
  .home_product_row.third .home_product_img_main{
    margin-right: -150px;
  }
  .home_product_row.third .home_product_img_sub{
    bottom: -60px;
  }

  .home_product_title_en{
    font-size: 150px;
  }
  .home_product_title.lg .home_product_title_en{
    font-size: 220px;
  }
  .home_product_title.lg{
    margin-top: -150px;
  }


  /*TOP feature*/
  .home_feature_texts{
    padding-top: 55px;
  }

  /*ショップリスト sparky*/
  .shoplist_official_box2 .buy_btn_a{
    max-width: 650px;
    width: 100%;
    margin-left: auto;
  }

  /*ecru*/
  .product_about.ecru .product_about_row.row1 .product_about_box1{
    width: 46.8%;
  }
  .product_about.ecru .product_about_row.row2 .product_about_box1{
    width: 49.42%;
  }
}
@media (min-width:1400px){
  .home_product_title_en{
    font-size: 170px;
  }
  .home_product_title.lg .home_product_title_en{
    font-size: 220px;
  }

  .home_product_row.third{
    margin-top: 235px;
  }



  /*movie*/
  .home_feature_box2_btm_left_tt{
    font-size: 30px;
  }
}
@media (min-width:1470px){
  .product_about.ecru .product_about_row.row1{
    padding-left: 270px;
  }
  .product_about.ecru .product_about_row.row2{
    padding-right: 200px;
    margin-top: 300px;
  }
  .product_about.ecru .product_about_row.row2 .product_about_box2{
    padding-left: 27px;
  }
}
@media (min-width:1540px){
  .home_product_title_en{
    font-size: 208px;
  }
  .home_product_title.lg .home_product_title_en{
    font-size: 268px;
  }
  .home_product_row:nth-child(even) .home_product_title_en{
    margin-right: -40px;
  }

  /*movie*/
  .home_feature_box2_btm_left_tt{
    font-size: 32px;
  }
}

/*******************************
*　調整
********************************/
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}

/*ecru*/
/*タブ切り替え*/
.pg_ecru .product_tabs_contents:before{
  background:#d4e2e3;
}
.pg_ecru .product_tabs_nav_item{
  background: #ecead9;
}
.pg_ecru .product_tabs_nav_item.on{
  background: #d4e2e3;
}
.pg_ecru .product_tabs_contents_item_head_label p{
  background: #8cb8bb;
}

/*marm*/
.pg_marm .product_tabs_contents:before{
  background:#efded4;
}
.pg_marm .product_tabs_nav_item{
  background: #ecead9;
}
.pg_marm .product_tabs_nav_item.on{
  background: #efded4;
}
.pg_marm .product_tabs_contents_item_head_label p{
  background: #d4917f;
}

/*marm リスト*/

@media (max-width:374px){

}
@media (min-width:375px){

}
@media (max-width:767px){

}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_home .section.sec3{
    padding-top: 80px;
  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }

  .scroll{
    padding: 70px 0;
  }

  /*shoplist*/
  .shoplist_official_box1{
    width: 100%;
  }
  .shoplist_official_img.img_fit:before{
    padding-top: 85%;
  }
  .shoplist_official_box2{
    width: 100%;
    margin-top: 30px;
  }

  * + .product_tabs_nav {
    margin-top: 100px;
  }

  .product_tabs_nav_item{
    font-size: 12px;
  }
}
@media (min-width:1024px){
  .pg_home .section.sec3{
    padding-top: 120px;
  }

  .scroll{
    padding: 105px 0;
  }

  .pg_home .section.sec3 .tt2{
    margin-bottom: 50px;
  }

  /*shoplist*/
  .shoplist_official_box1{
    width: 45%;
  }
  .shoplist_official_img.img_fit:before{
    padding-top: 117.64%;
  }
  .shoplist_official_box2{
    width: 50%;
    margin-top: 0;
  }

  * + .product_tabs_nav {
    margin-top: 50px;
  }

  .product_tabs_nav_item{
    font-size: 16px;
  }
}
@media (min-width:1200px){
  .pg_home .section.sec2{
    margin-top: 60px;
  }

  /*shoplist*/
  .shoplist_official_box1{
    width: 44.73%;
  }
  .shoplist_official_box2{
    width: 44.73%;
  }

  .product_tabs_nav_item{
    font-size: 18px;
  }

  .body_sparkyEcruShopList .shopinfo_area_nav{
    margin-bottom: 21px;
  }
  .shopinfo_area_nav_item{
    position: relative;
  }
  .shopinfo_area_nav_item.active:after{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 18px solid #ffffff;
    border-top: 0;
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform:translateX(-50%);
  }
}
@media (min-width:1470px){
  .product_tabs_nav_item{
    font-size: 21px;
  }
}