@charset "UTF-8";

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  /*letter-spacing: 0.075em;*/
  letter-spacing:0;
}
/*******************************
*　ヘッダー
********************************/
.header{
  --logo-height: 50px;
  padding: 10px;
}
.hdr1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 10px;
}

/* ロゴ */
.hdr_logo{

}
.hdr_logo img{
  display: block;
  width: auto;
  height: var(--logo-height);
  transition: 0.2s all;
}

/* メニュー全般 */
.hdr_menu{
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* TELボタン */
.hdr_tel{

}
.hdr_tel_txt1{
  font-size: 20px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
}
.hdr_tel_link{

}
.hdr_tel_link p{

}
.hdr_tel_link p:before{
  display: inline-block;
  content:"\f095";
  font-family: "fontAwesome";
  margin-right: 6px;
  -webkit-transform: rotate(15deg);
  transform: rotate(15deg);
  color: var(--main-color);
}


/* お問い合わせボタン */
.hdr_contact{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_contact a{
  background: var(--main-color);
  color: #FFF;
  width: 185px;
  padding: 10px 5px;
  text-align: center;
  transition: 0.2s all;
}
.hdr_contact a.email p:before{
  content:"\f0e0";
  font-family: "fontAwesome";
  margin-right: 10px;
}
.hdr_contact a:hover{
  background: var(--sub-color);
  color: #FFF;
}

/* SNSボタン */
.hdr_sns{
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.hdr_sns a{
  width: 24px;
  transition: 0.2s all;
}
.hdr_sns a:hover{
  filter: brightness(1.1);
}
.hdr_sns a img{
  display: block;
}
.hdr_sns a + a{
  margin-left: 10px;
}


@media (min-width:375px){

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

  .hdr1 {
    justify-content: center;
  }

  /* お問い合わせボタン */
  .hdr_contact{
    display: none;
  }
  .hdr_tel{
    display: none;
  }
  /* SNSボタン */
  .hdr_sns{
    margin-left: 20px;
  }
  .hdr_sns a img{
    height: 30px;
  }

  .hdr_contact_btn{
    display: none;
  }
}
@media (min-width:768px){

  /* ヘッダー固定 */
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 130px;
  }
  .header{
    --logo-height: 78px;

    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 31px 52px 31px 43px;
  }

  .hdr1{
    padding: 0 15px 0;
  }

  /* ロゴ */
  .hdr_logo img{
    /*width: 180px;*/
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
    height: calc(var(--logo-height) * 0.8);
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 24px;
  }
  .hdr_tel_link p:before{
    margin-right: 6px;
  }

  .hdr_outer{
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .hdr_contact_btn{
    width: 210px;
    background: #dfdbce;
    text-align: center;
    border-radius: 25px;
    font-size: 16px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    padding: 12px;
    margin-left: 34px;
    border: 1px solid #dfdbce;
  }
  .hdr_contact_btn:hover{
    background: #fff;
    color: #000;
  }
  .hdr_contact_btn p{
    letter-spacing: 0.05em;
  }
}
@media (min-width:1024px){
  body{
    /* ヘッダーの高さに応じて */
    padding-top: 168px;
  }
  .header{
    --logo-height: 78px;
    padding: 31px 52px 31px 43px;
  }

  /* ロゴ */
  .hdr_logo img{
    /*width: 200px;*/
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
  }

  /* TELボタン */
  .hdr_tel{

  }
  .hdr_tel_txt1{
    font-size: 26.5px;
  }

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

  .header{
    --logo-height: 78px;
  }
  /* ロゴ */
  .hdr_logo{

  }
  .hdr_logo img{
    /*width: 420px;*/
  }

  /* ヘッダースリム */
  .header.slim{

  }
  .header.slim .hdr_logo img{
  }

}


/*******************************
*　フッター
********************************/
.ftr_copy{
  background: #c9c5b5;
  color: #fff;
  font-size: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding: 8px;
}
.ftr_copy p{
  letter-spacing: 0;
}
.pagetop a{
  color: #0b3659;
}
.footer_fix > a{
  background: #fff;
}
.footer_fix .footer_fix_item_1{
  border-right: 1px solid #c9c5b5;
}
.footer_fix .footer_fix_item_2{
  background: #fff;
}

.ftr_contact_wrap{
  background: #faf8f4;
  position: relative;
}
.ftr_contact_wrap:before{
  content: "";
  display: block;
  width: 1920px;
  aspect-ratio:1920 / 100;
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/ftr_top.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.ftr_contact_box{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #c9c5b5;
  padding: 30px 0 67px;
}
.ftr_contact_box1{
  width: 100%;
}
.ftr_contact_en{
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}
.ftr_contact_box1 .content_desc{
  font-size: 14.5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2.07em;
  color: #423c35;
}
.ftr_contact_box1 .content_desc p{
  letter-spacing: 0.075em;
}
.ftr_contact_en{
  margin-bottom: 40px;
}
.ftr_contact_box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.ftr_contact_box2_item{
  width: 100%;
  text-align: center;
}
.ftr_contact_box2_item_tt{
  position: relative; 
  text-align: center;
}
.ftr_contact_box2_item_tt:after{

}
.ftr_contact_box2_item_tt:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 24px;
  margin-inline:auto;
  margin-bottom: 16px;
}
.ftr_contact_box2_item.mail .ftr_contact_box2_item_tt:before{
  width: 25px;
  aspect-ratio:25 / 24;
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/tel.png);

}
.ftr_contact_box2_item.tel .ftr_contact_box2_item_tt:before{
  width: 25px;
  aspect-ratio:25 / 18;

  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/mail.png);
}
.ftr_contact_box2_item_h2{
  font-size: 14.6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #423c35;
}
.ftr_contact_box2_item_link{
  margin-top: 26px;
}
.ftr_contact_box2_ite_tel{
  text-align: center;
}
.ftr_contact_box2_ite_tel1{
  font-size: 28px;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0;
  line-height: 1;
}
.ftr_contact_box2_ite_tel2{
  font-size: 14.5px;
  font-weight: 500;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: 0.075em;
  margin-top: 10px;
}
.link_1{
  display: block;
  width: 100%;
  max-width: 233px;
  background: #c5b580;
  color: #fff;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  border-radius: 22.86px;
  border: 1px solid  #c5b580;
  margin-inline:auto;
  padding: 10px 0;
}
.link_1:hover{
  background: #fff;
  color: #c5b580;
}
.link_1 p{
  letter-spacing: 0;
}

.ftr_1{
  background: #faf8f4;
  padding-top: 60px;
  padding-bottom: 57px;
}
.ftr_1_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: center;
}
.ftr_1_box1{
  width: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #545454;
  padding-top: 30px;
  order: 2;
}
.ftr_logo{

}
.ftr_name{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 31px;
  margin-bottom: 0;
}
.ftr_add{
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  margin-top: 5px;
}
.ftr_add p{
  letter-spacing: 0;
}
.ftr_1_box1_links{
  max-width: 358px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border-radius: 25px;
  box-shadow: 0px 0px 4.75px 0.25px rgba(24, 24, 24, 0.1);
  padding: 12px 15px 12px 26px;
  margin-top: 48px;
  margin-inline:auto;
}
.ftr_1_box1_links_tt{
  font-size: 13px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #b18b55;
}
.ftr_1_box1_links_items{
  display: flex;
  align-items: center;
}
.ftr_1_box1_links_item{
  margin-right: 18px;
}
.ftr_1_box2{
  width: 100%;
  order: 1;
}
.ftr_1_box2_bnrs{
  display: flex;
  flex-wrap: wrap;
}
.ftr_1_box2_bnr{

}
.ftr_links{

}
.ftr_link{

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

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

}
@media (max-width:767px){
  .ftr_contact_wrap:before{
    width: 750px;
    top: -29px;
  }

  .ftr_contact_box2_item{
    border-top: 1px solid #c9c5b5;
    padding-top: 30px;
  }
  .ftr_contact_box2_item{
    margin-top: 30px;
  }

  .ftr_links{
    display: none;
  }
}
@media (min-width:768px){
  .ftr_contact_box2{
    margin-top: 40px;
  }
  .ftr_contact_box2_item{
    width: 50%;
    position: relative;
    padding: 54px 0 39px;
  }
  .ftr_contact_box2_item:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #c9c5b5;
    position: absolute;
    top: 0;
    left: 0;
  }
  .ftr_contact_box2_item:last-child:after{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    background: #c9c5b5;
    position: absolute;
    top: 0;
    right: 0;
  }
  .ftr_contact_box2_item_tt{

  }
  .ftr_contact_box2_item_h2{

  }
  .ftr_contact_box2_item_link{

  }
  .ftr_contact_box2_ite_tel{

  }
  .ftr_contact_box2_ite_tel1{
    font-size: 30px;
  }
  .ftr_contact_box2_ite_tel2{

  }
  .link_1{

  }

  .ftr_1_box{

  }
  .ftr_1_box1{
    width: 100%;
    margin-top: 40px;
  }
  .ftr_logo{

  }
  .ftr_name{

  }
  .ftr_add{

  }
  .ftr_1_box1_links{
    flex-wrap: wrap;
    justify-content: center;
  }
  .ftr_1_box1_links_tt{

  }
  .ftr_1_box1_links_items{

  }
  .ftr_1_box1_links_item{

  }
  .ftr_1_box2{
    width: 100%;
  }
  .ftr_1_box2_bnrs{
    justify-content: space-around;
  }
  .ftr_1_box2_bnr{

  }
  .ftr_links{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 62px;
  }
  .ftr_link{
    width: 48%;
    font-size: 16px;
    font-weight: 500;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #636362;
    border-bottom: 1px solid #545454;
    position: relative;
    padding-bottom: 5px;
  }
  .ftr_link p{
    letter-spacing: 0.075em;
  }
  .ftr_link:after{
    content: "→";
    display: block;
    position: absolute;
    top: 50%;
    right: -5px;
    transform: translateY(-50%);
  }
  .ftr_link:nth-child(n+3){
    margin-top: 16px;
  }
}
@media (min-width:1024px){
  .ftr_contact_box1{
    width: 36.23%;
  }
  .ftr_contact_en{
    font-size: 42px;
  }
  .ftr_contact_box1 .content_desc{

  }
  .ftr_contact_box2{
    width: 50.98%;
    margin-top:0;
  }
  .ftr_contact_box2_item{

  }
  .ftr_contact_box2_item_tt{

  }
  .ftr_contact_box2_item_h2{

  }
  .ftr_contact_box2_item_link{

  }
  .ftr_contact_box2_ite_tel{

  }
  .ftr_contact_box2_ite_tel1{
    font-size: 30px;
  }
  .ftr_contact_box2_ite_tel2{

  }
  .link_1{

  }

  .ftr_1_box1{
    text-align: left;
    width: 30.26%;
    order: 1;
    margin-top: 0;
  }
  .ftr_1_box2{
    width: 67.76%;
    padding-top: 85px;
    order: 2;
  }
  .ftr_1_box2_bnrs{
    justify-content: flex-end;
  }
  .ftr_1_box1_links{
    margin-left: 0; 
  }
  .ftr_link{
    text-align: left;
  }
}
@media (min-width:1200px){
  .ftr_1_box1{

  } 
  .ftr_contact_box2_ite_tel1{
    font-size: 36px;
  }

  .ftr_1_box{

  }
  .ftr_1_box1{

  }
  .ftr_logo{

  }
  .ftr_name{

  }
  .ftr_add{

  }
  .ftr_1_box1_links{
    justify-content: space-between;
  }
  .ftr_1_box1_links_tt{

  }
  .ftr_1_box1_links_items{

  }
  .ftr_1_box1_links_item{

  }
  .ftr_1_box2{

  }
  .ftr_1_box2_bnrs{
    justify-content: space-between;
  }
  .ftr_1_box2_bnr{
    width: 250px;; 
  }
  .ftr_links{
    width: 81.55%;
    justify-content: space-between;
    margin-left: auto;
  }
  .ftr_link{
    width: 100%;
    max-width: 200px;
  }
  .ftr_link:nth-child(n+3){
    margin-top: 0;
  }
  .ftr_link:nth-child(n+4){
    margin-top: 25px;
  }
}
@media (min-width:1470px){
  .ftr_1_box2_bnrs{
    flex-wrap: nowrap;
  }
  .ftr_1_box2_bnr{
    width: auto; 
  }

  .ftr_link{
    width: 100%;
    max-width: 240px;
  }
}
@media (min-width:1720px){


}

/*******************************
*　メインビジュアル
********************************/
/* MV */
.mv{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  z-index: 1;
}
.mv_img.img_fit:before{
  /*padding-top: 250px;*/
  /* 画面高さ - ヘッダー分 */
  padding-top: calc(100svh - 64px);
}

/* MVテキスト */
.mv_txt{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
}
.mv_txt_p1{

}
.mv_txt_p2{

}

/* スライダーの場合 */
.mv_slider{

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

.gjs-dashed .mv_slider_item{
  background: #CCC;
  padding: 15px 15px;
}

.mv_inner{

}
.mv_img_items{
  display: flex;
  flex-wrap: wrap;
    gap: 36px 10px;
}
.mv_img_item{
  width: calc(50% - 10px);
}
.mv_img_item:first-child,
.mv_img_item:last-child{
  display: block; 
}
.mv_img_item_img:before{
  padding-top: 124.65%;
}
.mv_btm{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -75px;
  position: relative;
  z-index: 1;
}
.mv_btm_box1{
  width: 100%;
  order: 2;
}
.mv_btm_box1_img{

}
.mv_btm_box2{
  width: 100%;
  padding-top:50px;
  order: 1;
}
.mv_btm_box2_tt{

}
.mv_btm_box2_tt1{
  font-size: 40px;
  font-size: clamp(2.5rem, 1.875rem + 3.13vw, 5.625rem);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0;
  line-height: 1;
  text-shadow: 5px 5px 0 #d1d1d0;
  color: #59bdcc;
}
.mv_btm_box2_tt2{
  font-size: 16px;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.mv_btm_box2_sub{
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  line-height: 1.36em;
  margin-top: 10px;
}
.mv_btm_box2_sub p{
  letter-spacing: 0;
}
.mv_btm_box2_sub p:nth-child(2){
  padding-left: 30px;
}
.mv_desc{
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height:1.5em;
  margin-top: 15px;
}
.mv_desc p{
  letter-spacing: 0;
}
@media (min-width:768px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 400px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }

  .mv_inner{

  }
  .mv_img_items{
  gap:0 20px;
  }
  .mv_img_item{
    width: calc(25% - 15px);
  }
  .mv_img_item:first-child,
  .mv_img_item:last-child{
    display: block; 
  }
  .mv_img_item_img:before{

  }
  .mv_btm{
    margin-top: -30px;
  }
  .mv_btm_box1{
    width: 75%;
    margin-inline:auto;
  }
  .mv_btm_box1_img{

  }
  .mv_btm_box2{
    width: 100%;
    padding-top: 0;
  }
  .mv_btm_box2_tt{

  }
  .mv_btm_box2_tt1{
    /*    font-size: 70px;*/
  }
  .mv_btm_box2_tt2{

  }
  .mv_btm_box2_sub{
    font-size: 28px;
    margin-top: 37px;
  }
  .mv_btm_box2_sub p:nth-child(2){
    padding-left: 120px;
  }
  .mv_desc{
    line-height: 2.25em;
  }
}
@media (min-width:1024px){


  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }

  .mv_btm{
    margin-top: -145px;
  }
  .mv_btm_box1{
    order: 1;
    width: 55.26%;
    margin-inline:0;
  }
  .mv_btm_box2{
    width: 44.13%;
    order: 2;
    padding-top: 115px;
  }
}
@media (min-width:1200px){

  /* MV */
  .mv{
  }
  .mv_img{
  }
  .mv_img.img_fit:before{
    padding-top: 820px;
  }

  /* MVテキスト */
  .mv_txt{
    left: 30px;
    font-size: 32px;
  }
  .mv_txt_p1{

  }
  .mv_txt_p2{

  }

  .mv_inner{

  }
  .mv_img_items{

  }
  .mv_img_item{

  }
  .mv_img_item_img:before{

  }
  .mv_btm{
    margin-top: -162px;
  }
  .mv_btm_box1{
    width: 55.26%;
  }
  .mv_btm_box1_img{

  }
  .mv_btm_box2{
    width: 40.13%;
  }
  .mv_btm_box2_tt{

  }
  .mv_btm_box2_tt1{
    /*    font-size: 90px;*/
  }
  .mv_btm_box2_tt2{
    text-align: center;
  }
  .mv_btm_box2_sub{
    font-size: 32px;
    margin-top: 37px;
  }
  .mv_btm_box2_sub p:nth-child(2){
    padding-left: 120px;
  }
  .mv_desc{
    padding-left: 10px;
  }
}
@media (min-width:1470px){
  .mv_btm_box2_sub{
    font-size: 38px;
  }
}
@media (min-width:1536px){

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

}


/*******************************
*　下層ヘッダー
********************************/
.pg_header{
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.pg_header_mv_img{
  position: relative;
  z-index: 1;
}
.pg_header_mv_img.img_fit:before{
  padding-top: 150px;
}
.pg_header_mv_img:after{
  content: "";
  background: rgba(0,0,0,0.3);
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}

.pg_header_title{
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.pg_header_title_txt{
  font-size: 32px;
  font-weight: 700;
  color: #FFF;
}


.read_more.tocot{

}
.read_more.tocot a{
  width: 100%;
  min-width: inherit;
  max-width: 350px;
  background: #ffffff;
  box-shadow: 1.486px 1.338px 3px 0px rgba(132, 132, 131, 1);
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 29px;
}
.read_more.tocot a:hover{
  background: #dfdbce;
}
.read_more.tocot a p{
  letter-spacing: 0;
}
.read_more.tocot a:before{
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  bottom: 5px;
  left: 5px;

  border: 1px dashed #000;
  pointer-events: none;
}

.pg_header_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_header_box1{
  display: flex;
  align-items: center;
  width: 30.26%;
  color: #545454;
  position: relative;
  z-index: 2;
}
.pg_header_box1_txt{

}
.pg_header_box1_txt_en{
  font-size: 40px;
  font-weight: 500;
  font-family: "Oswald", sans-serif;
  line-height: 1;
  letter-spacing: 0.075em;
}
.pg_header_box1_txt_h1{
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 0.075em;
  margin-top: 16px;
}
.pg_header_box2{
  width: 69.73%;
}
.pg_header_box2_inner{
  margin-right: var(--margin-for-device-side-w);
}
.pg_header_box2_img:before{
  padding-top: 180px;
}
.pg_header_box2_img img{
  border-radius: 10px 0 0 50px;
}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 40px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_title_txt{

  }

  .read_more.tocot{
    margin-top: 52px;
  }
  .read_more.tocot a{
    font-size: 18px;
  }
  .read_more.tocot a:after{
    right: 33px;
  }

  .pg_header_inner{

  }
  .pg_header_box1{

  }
  .pg_header_box1_txt{

  }
  .pg_header_box1_txt_en{
    font-size: 50px;
  }
  .pg_header_box1_txt_h1{
    font-size: 18px;
  }
  .pg_header_box2{

  }
  .pg_header_box2_inner{

  }
  .pg_header_box2_img:before{
    padding-top: 400px;
  }
  .pg_header_box2_img img{
    border-radius: 30px 0 0 120px;
  }
}
@media (min-width:1024px){
  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_title_txt{

  }

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

  .pg_header{
    margin-bottom: 70px;
  }
  .pg_header_mv_img.img_fit:before{
    padding-top: 350px;
  }

  .pg_header_title_txt{

  }


  .pg_header_inner{

  }
  .pg_header_box1{

  }
  .pg_header_box1_txt{

  }
  .pg_header_box1_txt_en{
    font-size: 84px;
  }
  .pg_header_box1_txt_h1{
    font-size:21px;
  }
  .pg_header_box2{

  }
  .pg_header_box2_inner{

  }
  .pg_header_box2_img:before{
    padding-top: 620px;
  }
  .pg_header_box2_img img{

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

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

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

}


/*******************************
*　tocot
********************************/

/* セクション設定 */
.pg_tocot{

}
.pg_tocot .section.sec1{
  margin-top: 36px;
}
.pg_tocot .section.sec2{
  padding-bottom: 0;
  padding-top: 0;
}
.pg_tocot .section.sec3{
  padding-bottom: 0;
  padding-top: 0;
}
.pg_tocot .section.sec4{
  padding-top: 0;
}
.pg_tocot .section.sec5{

}
.pg_tocot .section.sec6{

}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .mv_inner{
    position: relative;
  }
  .mv_btm_box2_tt{
    position: absolute;
     top: 46%;
  left: 0;
  transform: translateY(-50%);
  z-index: 1;
  }
  .mv_btm{
    margin-top: -45px;
  }
  
}
@media (min-width:768px){
  .pg_tocot{

  }
  .pg_tocot .section.sec1{

  }
  .pg_tocot .section.sec2{
    padding-top: 60px;
  }
  .pg_tocot .section.sec3{

  }
  .pg_tocot .section.sec4{

  }
  .pg_tocot .section.sec5{

  }
  .pg_tocot .section.sec6{

  }

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


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

  }
  .pg_tocot .section.sec1{

  }
  .pg_tocot .section.sec2{

  }
  .pg_tocot .section.sec3{

  }
  .pg_tocot .section.sec4{

  }
  .pg_tocot .section.sec5{

  }
  .pg_tocot .section.sec6{

  }

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


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


}

/* メイン部分 */
/*sec1*/
.tocot_sec1_wrap{
  position: relative;
  padding-top: 55px;
}
.tocot_sec1_wrap:before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/bdr.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.tocot_sec1_top{
  position: relative;
}
.tocot_sec1_top_txt{
  /*  position: absolute;
    top: 7rem;
    left: 2rem;
    z-index: 2;*/
  margin-top: 20px;
}
.tocot_sec1_top_txt_h2{
  font-size: 20px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  text-shadow    : 
    2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff; 
}
.tocot_sec1_top_txt p{
  letter-spacing: 0;
}
.content_desc{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
}
.tocot_sec1_top .content_desc{
  text-shadow    : 
    2px  2px 1px #ffffff,
    -2px  2px 1px #ffffff,
    2px -2px 1px #ffffff,
    -2px -2px 1px #ffffff,
    2px  0px 1px #ffffff,
    0px  2px 1px #ffffff,
    -2px  0px 1px #ffffff,
    0px -2px 1px #ffffff; 
  margin-top: 14px;
}
.tocot_sec1_top_img:before{
  padding-top: 230px;
}

.tocot_sec1_btm{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  position: relative;
  z-index: 1;
}
.tocot_sec1_btm_box1{
  width: 100%;
  order: 2;
  position: relative;
  z-index: 2;
}
.tocot_sec1_btm_box1_img{

}
.tocot_sec1_btm_box2{
  width: 100%;
  order: 1;
}
.tocot_sec1_btm_imgs{
  display: flex;
  align-items: flex-end;
}
.tocot_sec1_btm_img_item{

}
.tocot_sec1_btm_img_item:nth-child(1){
  width: 33.33%;
  transform: rotate(-5deg) translateY(26px);
  transform-origin: center;
}
.tocot_sec1_btm_img_item:nth-child(2){
  width: 28.33%;
  transform: translateY(3rem) translateX(-1.5rem);
}
.tocot_sec1_btm_img_item:nth-child(3){
  width: 34.11%;
  transform: rotate(7deg) translateY(3rem);
}
.tocot_sec1_btm_img{
  border: 7px solid #fff;
  filter: drop-shadow(0px 3px 3px #aaa);
  background: #EEE;
}
.tocot_sec1_btm_img img{

}
.tocot_sec1_btm_img_item:nth-child(1) .tocot_sec1_btm_img:before{
  padding-top: 70.33%;
}
.tocot_sec1_btm_img_item:nth-child(2) .tocot_sec1_btm_img:before{
  padding-top: 70.63%;;
}
.tocot_sec1_btm_img_item:nth-child(3) .tocot_sec1_btm_img:before{
  padding-top: 71.0%;;
}

/*sec2*/
.tocot_sec2_box{
  background: #e7f9fc;
  padding: 15px;
}
.tocot_sec2_box_inner{
  background-image:
    url("https://ksmart-original.jp/system_panel/uploads/images/bdr.png"),
    url("https://ksmart-original.jp/system_panel/uploads/images/f.png"),
    url("https://ksmart-original.jp/system_panel/uploads/images/bdr.png"),
    url("https://ksmart-original.jp/system_panel/uploads/images/f.png");

  background-repeat:
    repeat-x,
    repeat-y,
    repeat-x,
    repeat-y;

  background-position:
    top left,
    left top,
    bottom left,
    right top;

  background-size:
    auto,
    auto,
    auto,
    auto;
  padding: 40px 16px;
}
.tocot_tt_en{
  text-align: center;
  font-size: clamp(2.5rem, 1.9rem + 3vw, 5.5rem);
  font-family: "Caveat", cursive;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  transform-origin: center;
  transform: rotate(-5deg);
}
.tocot_tt_sub{
  font-size: 18px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  line-height: 1.71em;
  text-align: center;
  margin-top: 21px;
}
.tocot_tt_sub p{
  letter-spacing: 0.05em;
}
.tocot_tt_sub.left{
  text-align: left;
}
.content_desc.center{

}
.tocot_sec2_box_inner .content_desc.center{
  margin-top: 18px;
}
.tocot_sec2_box_inner .content_desc.center p{
  letter-spacing: 0.05em;
}

.tocot_sec2_main{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;
}
.tocot_sec2_main_left{
  width: 100%;
}
.tocot_sec2_main_left_img:before{
  padding-top: 169.3%;
}
.tocot_sec2_main_right{
  width: 100%;
  margin-top: 20px;
}
.tocot_sec2_main_items{
  display: flex;
  flex-wrap: wrap;
  gap:18px 0;
}
.tocot_sec2_main_item{
  width: 100%;
  background: #fff;
  padding: 17px 17px;
}
.tocot_sec2_main_item_img:before{
  padding-top: 80%;
}
.tocot_sec2_main_item_tt{
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  margin-top: 6px;
}
.tocot_sec2_main_item .content_desc{
  line-height: 1.625em;
  margin-top: 12px;
}
.tocot_sec2_main_item .content_desc p{
  letter-spacing: 0;
}
.tocot_sec2_main_hosok{
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0;
  margin-top: 18px;
}

/*sec3*/
.tocot_sec2_box.no2{
  background: #fcf2ec;
}
.tocot_sec3_head{
  display: flex;
  flex-wrap: wrap; 
  margin-top: 40px;
}
.tocot_sec3_head_left{
  width: 100%;
  background: #f8f8f8;
  padding: 12px 46px;
  order: 2;
}
.tocot_sec3_head_left_tt{

}
.tocot_sec3_head_left .content_desc{
  margin-top: 20px;
}
.tocot_sec3_head_left .content_desc p{
  letter-spacing: 0.05em;
}
.tocot_sec3_head_right{
  order: 1;
  width: 100%;
}
.tocot_sec3_head_right_img:before{
  padding-top: 480px;
}

.tocot_sec3_options_box{
  background: #eee9e0;
  padding: 29px 24px;
}
.tocot_sec3_options_box .tocot_tt_sub{
  text-align: justify;
}
.tocot_sec3_options_box .tocot_tt_sub{
  margin-bottom: 36px;
}
.tocot_sec3_options_box .tocot_tt_sub p{
  letter-spacing: 0; 
}
.tocot_sec3_options{
  display: flex;
  flex-wrap: wrap;
  gap:26px 0;
}
.tocot_sec3_option_item{
  width: 100%;
}
.tocot_sec3_option_item_tt{
  text-align: center;
  position: relative;
  height: 42px;
}
.tocot_sec3_option_item_tt:after{
  content: "";
  display: block;
  width: 100%;
  aspect-ratio:320 / 8;
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/h.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.tocot_sec3_option_item_h3{
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0;
}
.tocot_sec3_option_item_tt.back .tocot_sec3_option_item_h3{
  display: inline-block;
  background: #eee9e0;
  z-index: 1;
  position: relative;
}
.tocot_sec3_option_item_h3 strong{
  font-size: 14px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  background: #eee9e0;
  top: -5px;
}
.tocot_sec3_option_item_img{
  margin-top: 15px;
}
.tocot_sec3_option_item_img:before{
  padding-top: 71.87%;    
}
.tocot_sec3_option_item .content_desc{
  line-height: 1.625em;
  margin-top: 8px;
}

.product_wrap{
  position: relative;
}
.product_wrap:before{
  content: "";
  display: block;
  width: 33.02%;;
  aspect-ratio:502 / 602;
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/fr.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
    top: 28%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.product_variations_slides .swiper-slide {
  width: 260px;
  transition: transform 0.3s ease;
  transform: scale(0.6);
  /* transform: none !important; */
}
.product_variations_slides .swiper-slide-active{
  transform: scale(1);
}
.product_variations_slides_img{
  overflow: hidden;
  cursor: grab;
}
.product_variations_slides_img.img_fit:before{
  padding-top: 67.56%;
}
.product_wrap .port_color_patern_item_name{
  font-size: 15px;
  font-weight: 500;
  text-align:center;
}
.product_wrap .port_color_patern_item_name p{
  display: inline-block;
  background: #fff;
  letter-spacing: 0;
  padding: 0 20px;
}
.product_wrap .swiper-slide.swiper-slide-active .port_color_patern_item_name{
  opacity: 1;
}

/*sec4*/
.tocot_sec4_wrap{

}
.tocot_sec2_box.no3{
  background: #f7f4d2;
}
.tocot_sec4_wrap .content_desc.center{
  margin-top: 16px;
  margin-bottom: 49px;
}
.tocot_sec4_wrap .content_desc.center p{
  letter-spacing: 0.05em; 
}

.product_wrap{
  position: relative;
}
.product_wrap .slide-prev,
.product_wrap .slide-next{
  width: 15px;
  aspect-ratio:15 / 33;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  z-index: 1;
  cursor: pointer;
}
.product_wrap .slide-next{
  right: calc(50% - 155px);
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/slide_next.png);
}
.product_wrap .slide-prev{
  left: calc(50% - 155px);
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/slide_prev.png);
}

.gjs-dashed .product_variations_slides{
  display: flex;
  flex-wrap: wrap;
}
.gjs-dashed .product_variations_slides_img{
  width: 25%;
}

/*sec5*/
.sh_bdr{
  position: relative;
}
.sh_bdr:before{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-image: url(https://ksmart-original.jp/system_panel/uploads/images/sh_bdr.png);
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.works_wrap{
  margin-top: 30px;
  padding-top:32px;
}
.works_list{
  margin-top: 16px;
}
.works_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-inline:-5px;
}
.works_list .webgene-item{
  width: 50%;
  padding-inline:5px;
}
.works_list .webgene-item:nth-child(n+3){
  margin-top: 16px;
}
.works_list .webgene-item a{

}
.works_list .webgene-item .img:before{
  padding-top: 74.28%;
}
.works_list .webgene-item .img{
  border-radius: 20px 50px 20px 20px;
}
.works_list .webgene-item .box2{
  margin-top: 5px;
}
.works_list .webgene-item .category{
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: #000;
  color: #fff;
  border-radius: 10px;
  padding: 0 6px;

}
.works_list .webgene-item .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 5px;
}
@media (max-width:767px){
  
  .tocot_sec1_btm_img{
    border-width: 3px;
  }
  .tocot_sec1_btm_img_item:nth-child(1){
    transform: rotate(-5deg) translateY(0px);
  }
  .tocot_sec1_btm_img_item:nth-child(2) {
    width: 31.33%;
    transform: translateY(1rem) translateX(-0.5rem);
  }
  .tocot_sec1_btm_img_item:nth-child(3) {
    width: 36.11%;
    transform: rotate(7deg) translateY(1rem);
  }

  .tocot_tt_sub{
    font-size: 16px;
  }
  .tocot_sec2_box{
    padding: 5px;
  }
  .tocot_sec2_box_inner{
    padding: 40px 10px;
  }
  .tocot_sec3_head_left{
    padding: 10px 16px 35px;
  }
  .tocot_sec3_options_box{
    padding: 29px 10px;
  }
  
  
  .tocot_sec3_head_right_img:before{
    padding-top: 200px;
  }
  .product_wrap .port_color_patern_item_name p{
        padding: 0 10px;
  }
  
  .tocot_tt_en{
    /*font-family: "Noto Sans JP", sans-serif;*/
    /*font-weight: 500;*/
    font-size: 38px;
    /*transform: none;*/
  }
}
@media (min-width:768px){
  /*sec1*/
  .tocot_sec1_wrap{

  }
  .tocot_sec1_top{

  }
  .tocot_sec1_top_txt{
    position: absolute;
    top: 7rem;
    left: 2rem;
    z-index: 2;
    margin-top: 0;
  }
  .tocot_sec1_top_txt_h2{
    font-size: 24px;
  }
  .content_desc{
    line-height: 2.25em;
  }
  .tocot_sec1_top .content_desc{

  }
  .tocot_sec1_top_img:before{
    padding-top: 600px;
  }

  .tocot_sec1_btm{
    margin-top: -126px;
  }
  .tocot_sec1_btm_box1{
    width: 34.21%;
    order: 1;
  }
  .tocot_sec1_btm_box1_img{

  }
  .tocot_sec1_btm_box2{
    width: 61.51%;
    order: 2;
  }
  .tocot_sec1_btm_imgs{

  }
  .tocot_sec1_btm_img_item{

  }
  .tocot_sec1_btm_img{

  }
  .tocot_sec1_btm_img img{

  }

  /*sec2*/
  .tocot_sec2_box{

  }
  .tocot_sec2_box_inner{
    padding: 72px 42px 63px;
  }
  .tocot_tt_en{

  }
  .tocot_tt_sub{
    font-size: 21px;
  }
  .content_desc{

  }
  .tocot_sec2_box_inner .content_desc.center{

  }

  .tocot_sec2_main{

  }
  .tocot_sec2_main_left{

  }
  .tocot_sec2_main_left_img:before{
    padding-top:95.3%;
  }
  .tocot_sec2_main_right{
    margin-top: 30px;
  }
  .tocot_sec2_main_items{
    gap:18px;
  }
  .tocot_sec2_main_item{
    width: calc(50% - 9px);
  }
  .tocot_sec2_main_item_img:before{

  }
  .tocot_sec2_main_item_tt{
    font-size: 15px;
    margin-right: -10px;
  }
  .tocot_sec2_main_item .content_desc{

  }
  .tocot_sec2_main_hosok{
    text-align: left;
  }

  /*sec3*/
  .tocot_sec3_head{
    margin-top: 60px;
  }
  .tocot_sec3_head_left{

  }
  .tocot_sec3_head_left_tt{

  }
  .tocot_sec3_head_left .content_desc{
    margin-top: 30px;
  }
  .tocot_sec3_head_right{

  }
  .tocot_sec3_head_right_img:before{
    padding-top: 480px;
  }

  .tocot_sec3_options_box{
    padding: 29px 10px 60px;
  }
  .tocot_sec3_options{
    gap:26px 20px;
  }
  .tocot_sec3_option_item{
    width: calc(50% - 10px);
  }
  .tocot_sec3_option_item_tt{
    height: 37px;
  }
  .tocot_sec3_option_item_tt:after{

  }
  .tocot_sec3_option_item_h3{
    font-size: 15px;
  }
  .tocot_sec3_option_item_img:before{

  }
  .tocot_sec3_option_item .content_desc{

  }

  /*sec4*/
  .product_variations_slides .swiper-slide{
    width: 485px;
  }
  .product_wrap .slide-prev,
  .product_wrap .slide-next{
    width: 15px;
    top: 68%;
  }
  .product_variations_slides .swiper-slide-prev {
    transform: scale(0.58) translateX(-7%) translateY(35%);
  }
  .product_variations_slides .swiper-slide-next {
    transform: scale(0.58) translateX(-7%) translateY(35%);
  }
  .product_wrap .slide-prev {
    width: 15px;
    left: calc(50% - 300px);
  }
  .product_wrap .slide-next {
    width: 15px;
    right: calc(50% - 300px);
  }

  /*sec5*/
  .works_wrap{
    padding-top: 48px;
  }
  .works_list{

  }
  .works_list .webgene-blog{
    margin-inline:-8.5px;
  }
  .works_list .webgene-item{
    padding: 8.5px;
  }
  .works_list .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
  .works_list .webgene-item a{

  }
  .works_list .webgene-item .img:before{

  }
  .works_list .webgene-item .box2{

  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .title{
    font-size: 17px;
  }
}
@media (min-width:1024px){
  .tocot_sec2_main_hosok{
    text-align: right;
  }

  .tocot_sec3_options_box .tocot_tt_sub{
    text-align: center;
  }
  .tocot_sec3_option_item_tt{
    text-align: center;
    position: relative;
    height: 42px;
  }

  .product_wrap .slide-prev {
    /*        width: 24px;*/
    left: calc(50% - 220px);
  }
  .product_wrap .slide-next {
    /*        width: 24px;*/
    right: calc(50% - 200px);
  }


  /*sec4*/
  .product_variations_slides .swiper-slide{
    width: 300px;
  }
}
@media (min-width:1200px){
  /*sec1*/
  .tocot_sec1_wrap{

  }
  .tocot_sec1_top{

  }
  .tocot_sec1_top_txt{

  }
  .tocot_sec1_top_txt_h2{
    font-size: 30px;
  }
  .content_desc{}
  .tocot_sec1_top .content_desc{

  }
  .tocot_sec1_top_img:before{
    padding-top: 600px;
  }

  .tocot_sec1_btm{

  }
  .tocot_sec1_btm_box1{
    width: 34.21%;
  }
  .tocot_sec1_btm_box1_img{

  }
  .tocot_sec1_btm_box2{
    width: 61.51%;
  }
  .tocot_sec1_btm_imgs{

  }
  .tocot_sec1_btm_img_item{

  }
  .tocot_sec1_btm_img{

  }
  .tocot_sec1_btm_img img{

  }

  /*sec2*/
  .tocot_sec2_box{

  }
  .tocot_sec2_box_inner{

  }
  .tocot_tt_en{

  }
  .tocot_tt_sub{

  }
  .content_desc{

  }
  .content_desc.center{
    text-align: center; 
  }
  .tocot_sec2_box_inner .content_desc.center{

  }

  .tocot_sec2_main{

  }
  .tocot_sec2_main_left{
    width: 35%; 
  }
  .tocot_sec2_main_left_img:before{
    padding-top: 169.3%;
  }
  .tocot_sec2_main_right{
    width: 62.5%;
    margin-top: 0;
  }
  .tocot_sec2_main_items{

  }
  .tocot_sec2_main_item{
    width: calc(33.333% - 12px);
  }
  .tocot_sec2_main_item_img:before{

  }
  .tocot_sec2_main_item_tt{

  }
  .tocot_sec2_main_item .content_desc{

  }

  /*sec3*/
  .tocot_sec3_head{

  }
  .tocot_sec3_head_left{
    width: 35.35%;
    order: 1;
    padding: 12px 6px;
  }
  .tocot_sec3_head_left_tt{

  }
  .tocot_sec3_head_left .content_desc{

  }
  .tocot_sec3_head_right{
    width: 64.64%;
    order: 2;
  }
  .tocot_sec3_head_right_img:before{
    padding-top: 480px;
  }

  .tocot_sec3_options_box{
    padding: 29px 24px 60px;
  }
  .tocot_sec3_options{

  }
  .tocot_sec3_option_item{
    /*    width: calc(25% - 19.5px);*/
  }
  .tocot_sec3_option_item_tt{
    height: 42px;
  }
  .tocot_sec3_option_item_h3{
    font-size: 18px;
  }
  .tocot_sec3_option_item_img:before{

  }
  .tocot_sec3_option_item .content_desc{

  }

  .product_variations_slides .swiper-slide{
    width: 400px;
  }
  .product_wrap .slide-prev {
    /*        width: 24px;*/
    left: calc(50% - 240px);
  }
  .product_wrap .slide-next {
    /*        width: 24px;*/
    right: calc(50% - 240px);
  }
  .product_variations_slides .swiper-slide-prev {
    transform: scale(0.58) translateX(-11%) translateY(35%);
  }
  .product_variations_slides .swiper-slide-next {
    transform: scale(0.58) translateX(-11%) translateY(35%);
  }

  /*sec5*/
  .works_list{

  }
  .works_list .webgene-blog{

  }
  .works_list .webgene-item{
    width: 25%;
  }
  .works_list .webgene-item:nth-child(n+3){
    margin-top:0;
  }
  .works_list .webgene-item a{

  }
  .works_list .webgene-item .img:before{

  }
  .works_list .webgene-item .box2{

  }
  .works_list .webgene-item .category{

  }
  .works_list .webgene-item .title{

  }
}
@media (min-width:1470px){
  .tocot_sec2_main_item_tt{
    text-align: center;
    font-size: 16px;
  }

  .tocot_sec3_head_left{
    background: #f8f8f8;
    padding: 12px 46px;
  }
  .tocot_sec3_option_item{
    width: calc((100% - 60px) / 4);
  }
  .tocot_sec3_option_item_tt{
    height: 32px;
  }
  .tocot_sec3_option_item_h3{
    font-size: 15px;
  }

  .product_variations_slides .swiper-slide{
    width: 450px;
  }
  .product_wrap .slide-prev {
    /*        width: 24px;*/
    left: calc(50% - 300px);
  }
  .product_wrap .slide-next {
    /*        width: 24px;*/
    right: calc(50% - 300px);
  }
}
@media (min-width:1720px){
  .tocot_sec3_option_item_h3{
    font-size: 18px;
  }
  .tocot_sec3_option_item_tt{
    height: 42px;
  }

  .product_variations_slides .swiper-slide{
    width: 560px;
  }
  .product_wrap .slide-prev {
    /*        width: 24px;*/
    left: calc(50% - 350px);
  }
  .product_wrap .slide-next {
    /*        width: 24px;*/
    right: calc(50% - 325px);
  }
  .product_variations_slides .swiper-slide-prev {
    transform: scale(0.58) translateX(-7%) translateY(35%);
  }
  .product_variations_slides .swiper-slide-next {
    transform: scale(0.58) translateX(-7%) translateY(35%);
  }
}

/*******************************
*　トコット詳細
********************************/
.body_tocotnovaDetail{
  background: #fff;
}
/* セクション設定 */
.pg_tocotnovaDetail{

}
.pg_tocotnovaDetail .section.sec1{
  padding-top: 80px;
  padding-bottom: 0;
}
.pg_tocotnovaDetail .section.sec2{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_tocotnovaDetail .section.sec3{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_tocotnovaDetail .section.sec4{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_tocotnovaDetail .section.sec5{
  padding-top: 0;
  padding-bottom: 0;
}
.pg_tocotnovaDetail .section.sec6{
  padding-top: 0;
  padding-bottom: 0;
}

.pg_detail_hdr{

}
.detail_header{

}
.detail_header_inner{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.detail_header_box1{
  width: 100%;

}
.detail_header_en{
  font-size: clamp(2.5rem, 1.5rem + 5vw, 7.5rem);
  font-weight: 700;
  font-family: "Outfit", sans-serif;
  letter-spacing: 0.02em;
  line-height: 1;
  text-shadow: 5px 5px 0 #d1d1d0;
  color: #59bdcc;
}
.detail_header_en p{
  letter-spacing: 0.02em;
}
.mv_btm_box1_txt{

}
.detail_header_box2{
  width: 100%;

}
.detail_header_box2 .read_more.tocot{

}
.detail_header_mv{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.detail_header_mv_left{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.detail_header_mv_tt{

}
.detail_header_mv_h1{
  font-size: 22px;
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0;
  line-height: 1.36em;
}
.detail_header_mv .content_desc{
  line-height: 2.25em;
  margin-top: 20px;
}
.detail_header_mv .content_desc p{
  letter-spacing: 0.05em;
}
.detail_header_mv_right{
  width: 100%;
  order: 1;
}
.detail_header_mv_right_img{

}


@media (max-width:374px){

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

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

}
@media (min-width:768px){
  /* セクション設定 */
  .pg_tocotnovaDetail{

  }
  .pg_tocotnovaDetail .section.sec1{
    padding-top: 65px;
  }
  .pg_tocotnovaDetail .section.sec2{

  }
  .pg_tocotnovaDetail .section.sec3{

  }
  .pg_tocotnovaDetail .section.sec4{

  }
  .pg_tocotnovaDetail .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

  .pg_detail_hdr{

  }
  .detail_header{

  }
  .detail_header_inner{

  }
  .detail_header_box1{
    /*      width: 63.48%;*/
  }
  .mv_btm_box1{

  }
  .mv_btm_box1_txt{

  }
  .detail_header_box2{
    /*      width: 23.02%;*/
  }
  .detail_header_box2 .read_more.tocot{
    margin-top: 0;
  }
  .detail_header_mv{
    margin-top: 30px;
  }
  .detail_header_mv_left{
    width: 100%; 

  }
  .detail_header_mv_tt{

  }
  .detail_header_mv_h1{
    font-size: 30px;
  }
  .detail_header_mv .content_desc{
    margin-top: 43px;
  }
  .detail_header_mv_right{
    width: 100%;
  }


}
@media (min-width:1024px){
  .detail_header_mv_left{
    width: 42.76%; 
    order: 1;
    margin-top: 0;
    padding-top: 85px;
  }
  .detail_header_mv_right{
    width: 57.23%;
    order: 2;
  }
  .detail_header_mv_h1{
    font-size: 26px;
  }

}
@media (min-width:1200px){
  /* セクション設定 */
  .pg_tocotnovaDetail{

  }
  .pg_tocotnovaDetail .section.sec1{

  }
  .pg_tocotnovaDetail .section.sec2{

  }
  .pg_tocotnovaDetail .section.sec3{

  }
  .pg_tocotnovaDetail .section.sec4{

  }
  .pg_tocotnovaDetail .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

  .pg_detail_hdr{

  }
  .detail_header{

  }
  .detail_header_inner{

  }
  .detail_header_box1{
    width: 63.48%;
  }
  .mv_btm_box1{

  }
  .mv_btm_box1_txt{

  }
  .detail_header_box2{
    width: 23.02%;
  }
  .detail_header_box2 .read_more.tocot{

  }
  .detail_header_mv{
    margin-top: 63px;
  }
  .detail_header_mv_left{
    padding-top: 85px;
  }
  .detail_header_mv_tt{

  }
  .detail_header_mv_h1{
    font-size: 30px;
  }
  .detail_header_mv .content_desc{
    margin-top: 43px;
  }


}
@media (min-width:1470px){
  .detail_header_mv_h1{
    font-size: 38px;
  }

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


}

/* メイン部分 */
/*sec1*/
.detail_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 30px;
}
.detail_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.detail_box1_h2{
  font-size: 20px;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;;
  border-bottom: 1px solid #9aa2a3;
  padding-bottom: 10px;
}
.detail_box1_tbl{
  margin-top: 36px;
}
.detail_box1_tbl .table_rows_th,
.detail_box1_tbl .table_rows_td{
  font-size: 16px;
  font-weight: 700;
  border: none;
  background: none;
}
.detail_box1_tbl .table_rows_th p,
.detail_box1_tbl .table_rows_td p{
  letter-spacing: 0.05em;
}
.detail_box1_tbl .table_rows_th{

}
.detail_box1_tbl .table_rows_td{

}
.detail_box1_sub{
  margin-top: 30px;
}
.detail_box1_sub_tt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
}
.detail_box1_sub_txt{
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 5px;
}
.detail_box1_sub_txt p{
  letter-spacing: 0;
}
.detail_box2{
  width: 100%;
  order: 1;
}
.detail_box2_img:before{
  padding-top: 72.06%;
}

/*sec2*/
.safety_hdr{
  margin-top: 40px;
}
.safety_hdr .detail_box1_h2{

}
.safety_hdr .content_desc{
  margin-top: 35px;
}
.tocot_safety_items{
  margin-top: 36px;
}
.tocot_safety_item{

}
.tocot_safety_item:nth-child(n+2){
  margin-top: 40px;
}
.tocot_safety_item_tt{
  position: relative;
}
.tocot_safety_item_tt:before{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  border-bottom: 2px dotted #6d6c6c;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tocot_safety_item_tt_h3{
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #fcf2ec;
  position: relative;
  z-index: 1;
  padding-right: 20px;
}
.tocot_safety_item_tt_h3 strong{
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0;
}
.tocot_safety_item_lists{
  display: flex;
  flex-wrap: wrap;
  gap:16px 0;
  margin-top: 25px;
}
.tocot_safety_item_list{
  width: 100%;
}

.tocot_safety_item_list_img:before{
  padding-top: 80%;
}
.tocot_safety_item_list_img:after{
  content: "";
  border: 3px solid #FFF;
  position: absolute;
  z-index: 2;
  inset: 0;
  pointer-events: none;
}
.tocot_safety_item_h4{
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 8px;
}

/*asc3*/
.detail_custom_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.detail_custom_box1{
  width: 100%;
  order: 2;
  margin-top: 20px;
}
.detail_custom_box1 .content_desc{
  margin-top: 20px;
}
.detail_custom_box2{
  text-align: center;
  width: 100%;
  order: 1;
}
.detail_custom_box2_img{

}

/*sec4*/
.whell_detail{
  background: #fff;
  margin-top: 30px;
  padding: 24px 28px;
}
.whell_detail_tt{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.whell_detail_items{
  margin-top: 20px;
}
.whell_detail_item{
  padding-bottom: 10px;
  border-bottom: 1px solid #bfbfbf;
}
.whell_detail_item:nth-child(n+2){
  padding-top: 16px;
}
.whell_detail_item:last-child{
  border-bottom: none;
  padding-bottom: 0;
}
.whell_detail_item_h4{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.whell_detail .content_desc{
  font-weight: 500;
  line-height: 1.93em;
  margin-top: 6px;
}
.whell_detail_item .content_desc p{
  letter-spacing: 0.05em;
}
.detail_custom_box2 .detail_custom_box2_img:before{
  padding-top: 72.06%;
}
.detail_custom_box2_sub_img{
  text-align: right;
  margin-top: 18px;
}
.detail_custom_box2_img .detail_custom_box2_sub_img{
  position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    width: 38.52%;;
    aspect-ratio: 235 / 50;
}

/*sec5*/
.tocot_sec2_box.no4{
  background: #d9eab0;
}
.custom_gallery_items{
  display: flex;
  flex-wrap: wrap;
  gap:16px 10px;
}
.custom_gallery_item{
  width: calc((100% - 10px) / 2);
}
.custom_gallery_item_img:before{
  padding-top: 74.52%;
}
.custom_gallery_item_img img{
  border-radius: 10px;
}

/*sec6*/
.tocot_sec2_box.no5{
  background: #f4f4f4;
}
.form_box_tt{
  display: flex;
  align-items: center;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
}
.form_box_tt:before,
.form_box_tt:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #9aa2a3;
}
.form_box_tt_h2{
  /*display: inline-block;*/
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  /*background: #f4f4f4;*/
  padding: 0 20px;
}
.form_box{
  margin-top: 40px;
}

@media (max-width:767px){
  
  .detail_box1_tbl{
    margin-top: 20px;
  }
  .detail_box1_tbl .table_rows_th,
  .detail_box1_tbl .table_rows_td{
    display: block;
    width: 100%;
  }
  .detail_box1_tbl .table_rows_th{
    border-bottom: 2px solid #1a1a1a;
  }
  .detail_box1_tbl .table_rows_td{
    border-bottom: 2px solid #a6a6a6;
  }
  .detail_box1_tbl .table_rows_tr:nth-child(n+2) .table_rows_th{
    padding-top: 20px;
  }

  .detail_custom_box2_sub_img{
    width: 140px;
    margin-left: auto;
  }
  .whell_detail_item_h4{
    text-indent: -1.35em;
    padding-left: 1.35em;
  }

  .radioArea .d-inline-block.flex{
    flex-wrap: wrap;
  }

}  
@media (min-width:768px){
  /*sec1*/
  .detail_box{
    margin-top: 60px;
  }
  .detail_box1{
    margin-top: 30px;
  }
  .detail_box1_h2{
    font-size: 22px;
    padding-bottom: 14px;
  }
  .detail_box1_tbl{
    margin-top: 36px;
  }
  .detail_box1_tbl .table_rows_th,
  .detail_box1_tbl .table_rows_td{
    padding: 10px 10px 10px 15px;
  }
  .detail_box1_tbl .table_rows_th{
    width: 180px;
    border-bottom: 2px solid #1a1a1a;
  }
  .detail_box1_tbl .table_rows_td{
    border-bottom: 2px solid #a6a6a6;
    padding-left: 48px;
  }
  .detail_box1_tbl .table_rows_tr:nth-child(n+2) .table_rows_th,
  .detail_box1_tbl .table_rows_tr:nth-child(n+2) .table_rows_td{
    padding-top: 26px;
  }
  .detail_box1_sub{
    margin-top: 42px;
  }
  .detail_box1_sub_tt{
    font-size: 20px;
  }
  .detail_box1_sub_txt{
    font-size: 18px;
  }
  .detail_box1_sub_txt p{

  }
  .detail_box2{

  }
  .detail_box2_img:before{

  }
  .tocot_sec2_box.detail .tocot_sec2_box_inner{
    padding: 72px 20px 63px;
  }

  /*sec2*/
  .safety_hdr{
    margin-top: 53px;
  }
  .safety_hdr .detail_box1_h2{

  }
  .safety_hdr .content_desc{
    margin-top: 35px;
  }
  .tocot_safety_items{
    margin-top: 47px;
  }
  .tocot_safety_item{

  }
  .tocot_safety_item:nth-child(n+2){
    margin-top: 60px;
  }
  .tocot_safety_item_tt{

  }
  .tocot_safety_item_tt_h3{
    font-size: 20px;
  }
  .tocot_safety_item_lists{
    gap: 17px 10px;
  }
  .tocot_safety_item_list{
    width: calc(50% - 8.5px);
  }
  .tocot_safety_item_list_img:before{

  }
  .tocot_safety_item_h4{

  }

  /*asc3*/
  .detail_custom_box{
    margin-top: 60px;
  }
  .detail_custom_box1{
    margin-top: 30px;
  }
  .detail_custom_box1 .content_desc{
    margin-top: 36px;
  }
  .detail_custom_box2{

  }
  .detail_custom_box2_img{

  }

  /*sec4*/
  .whell_detail{
    margin-top: 41px;
  }
  .whell_detail_tt{

  }
  .whell_detail_items{

  }
  .whell_detail_item{

  }
  .whell_detail_item_h4{
    font-size: 20px;
  }
  .detail_custom_box1 .whell_detail .content_desc{
    margin-top: 8px;
  }
  .whell_detail_item .detail_custom_box2_img:before{

  }
  .detail_custom_box2_sub_img{

  }

  /*sec5*/
  .tocot_sec2_box.no4{
    background: #d9eab0;
  }
  .custom_gallery_items{
    gap:7.5px;
  }
  .custom_gallery_item{
    width: calc(50% - 3.75px);
  }
  .custom_gallery_item_img:before{

  }

  /*sec6*/
  .form_box_tt{
    text-align: center;
    position: relative;
    margin-bottom: 50px;
  }
  .form_box_tt:before{

  }
  .form_box_tt_h2{
    font-size: 24px;
  }
  .form_box{
    margin-top: 60px;
  }
}
@media (min-width:1024px){
  .tocot_sec2_box.detail .tocot_sec2_box_inner{
    padding: 72px 58px 63px;
  }

}
@media (min-width:1200px){
  /*sec1*/
  .detail_box{
    margin-top: 60px;
  }
  .detail_box1{
    width: 51.09%;
    order: 1;
    margin-top: 0;
  }
  .detail_box1_h2{
    font-size: 26px;
  }
  .detail_box1_tbl{

  }
  .detail_box1_tbl .table_rows_th,
  .detail_box1_tbl .table_rows_td{

  }
  .detail_box1_tbl .table_rows_th{

  }
  .detail_box1_tbl .table_rows_td{

  }
  .detail_box1_sub{

  }
  .detail_box1_sub_tt{

  }
  .detail_box1_sub_txt{

  }
  .detail_box1_sub_txt p{

  }
  .detail_box2{
    width: 44.16%;
    order: 2;
    padding-top: 10px;
  }
  .detail_box2_img:before{

  }

  /*sec2*/
  .safety_hdr{
    width: 51.09%;
  }
  .safety_hdr .detail_box1_h2{

  }
  .safety_hdr .content_desc{

  }
  .tocot_safety_items{

  }
  .tocot_safety_item{

  }
  .tocot_safety_item_tt{

  }
  .tocot_safety_item_tt_h3{
    padding-right: 39px;
  }
  .tocot_safety_item_lists{

  }
  .tocot_safety_item_list{
    width: calc(20% - 8.5px);
  }
  .tocot_safety_item_list_img:before{

  }
  .tocot_safety_item_h4{

  }

  /*asc3*/
  .detail_custom_box{

  }
  .detail_custom_box1{
    width: 51.09%;
    order: 1;
    margin-top: 0;
  }
  .detail_custom_box1 .content_desc{

  }
  .detail_custom_box2{
    width: 44.3%;
    order: 2;
    padding-top: 10px;
  }
  .detail_custom_box2_img{

  }

  /*sec4*/
  .whell_detail{

  }
  .whell_detail_tt{

  }
  .whell_detail_items{

  }
  .whell_detail_item{

  }
  .whell_detail_item_h4{

  }
  .whell_detail_item .content_desc{

  }
  .whell_detail_item .detail_custom_box2_img:before{

  }
  .detail_custom_box2_sub_img{

  }

  /*sec5*/
  .tocot_sec2_box.no4{
    background: #d9eab0;
  }
  .custom_gallery_items{

  }
  .custom_gallery_item{

  }
  .custom_gallery_item_img:before{

  }
  .tocot_sec2_box.no4 .detail_custom_box2{
    width: 47.08%;
  }
  .detail_custom_box1 .read_more{
    margin-top: 105px;
  }

  /*sec6*/
  .form_box_tt{
    text-align: center;
    position: relative;
    margin-bottom: 75px;
  }
  .form_box_tt:before{

  }
  .form_box_tt_h2{
    font-size: 30px;
  }
}
@media (min-width:1470px){


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


}

/*******************************
*　事例
********************************/

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


@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{

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

.body_works{
  padding-top: 0;
}
.webgene-pagination li.selected{
  background: #e5e5e5;
}

/* メイン部分 */

.works_cate{

}
.works_cate .webgene-blog{

}
.works_cate .webgene-item{

}
.works_cate .webgene-item a{

}

.works_list.lists{
  margin-top: 50px;
}
.works_list.lists .webgene-item:nth-child(n+3){
  margin-top: 20px;;
}
.works_list.lists .webgene-item .category{
  padding: 4px 34px;
  margin-top: 6px;
}
.works_list.lists .webgene-item .title{
  margin-top: 10px;
}


@media (max-width:767px){
  .works_cate{
    display: none;
  }
  .posts_side_title{
    background: #1a1a1a; 
  }
}
@media (min-width:768px){
  .works_cate{

  }
  .works_cate .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-13.5px;
  }
  .works_cate .webgene-item{
    width: 50%;
    padding-inline:13.5px;
  }
  .works_cate .webgene-item:nth-child(n+3){
    margin-top: 16px;
  }
  .works_cate .webgene-item a{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    font-family: "Oswald", sans-serif;
    letter-spacing: 0;
    line-height: 1;
    background: #1a1a1a;
    color: #fff;
    border-radius: 28px;
    padding: 19px 0;
    border:1px solid #181818;
  }
  .works_cate .webgene-item a:hover{
    background: #fff;
    color: #181818;
  }

  .works_list.lists{
    margin-top: 150px;
  }
  .works_list.lists .webgene-blog{
    margin-inline:-20px;
  }
  .works_list.lists .webgene-item{
    padding-inline:20px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .works_list.lists .webgene-item:nth-child(n+3){
    margin-top: 30px;;
  }
  .works_list.lists .webgene-item .title{
    margin-top: 20px;
  }
}
@media (min-width:1024px){


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

  }
  .works_cate .webgene-blog{
  }
  .works_cate .webgene-item{
    width: 25%;
  }
  .works_cate .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_cate .webgene-item a{

  }

  .works_list.lists .webgene-blog{

  }
  .works_list.lists .webgene-item{
    width: 33.333%;
  }
  .works_list.lists .webgene-item:nth-child(n+3){
    margin-top: 0;
  }
  .works_list.lists .webgene-item:nth-child(n+4){
    margin-top: 56px;
  }
}
@media (min-width:1470px){


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


}

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

/* セクション設定 */
.pg_xxx{

}
.pg_xxx .section.sec1{

}
.pg_xxx .section.sec2{

}
.pg_xxx .section.sec3{

}
.pg_xxx .section.sec4{

}
.pg_xxx .section.sec5{

}
.pg_xxx .section.sec6{

}


@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{

  }
  .pg_xxx .section.sec6{

  }

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


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

  .pg_xxx .section.sec1{

  }
  .pg_xxx .section.sec2{

  }
  .pg_xxx .section.sec3{

  }
  .pg_xxx .section.sec4{

  }
  .pg_xxx .section.sec5{

  }
  .pg_xxx .section.sec6{

  }

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


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


}

/* メイン部分 */


/* SHOP */
.shop_tbl .table_rows_th,
.shop_tbl .table_rows_td{
  border-color: #888888;
  color: #545454;
  font-size: 17px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  padding: 10px 10px 10px;
}

.shop_tbl .table_rows_th{
  background: #e8e5de;
}
.shop_tbl .table_rows_td{
  background: #FFF;
}

.ftr_shop_sec{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #edeae0;
}
.ftr_shop{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_shop_box1{
  width: 100%;
}
.ftr_shop_box2{
  width: 100%;
  margin-top: 20px;
}

.ftr_shop_map{
  height: 250px;
}
.ftr_shop_map iframe{
  width: 100%;
  height: 100%;
  border: 0;
}

.ftr_shop_sec{
  display: none;
}
.body_home .ftr_shop_sec,
.gjs-dashed .ftr_shop_sec{
  display: block;
}

.esse_interior_box4 .esse_exterior_parts_item_ttl{
  font-weight: 500;
}

.esse2_contents_img1.bdr{
  background: #fff;
}



@media (max-width:767px){

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


  /* SHOP */
  .shop_tbl .table_rows_th,
  .shop_tbl .table_rows_td{
    font-size: 17px;
    padding: 18px 15px 19px;
  }
  .shop_tbl .table_rows_th{
    width: 205px;
  }

  .ftr_shop_sec{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .ftr_shop{
  }
  .ftr_shop_box1{
    /*width: 55.26%;*/
  }
  .ftr_shop_box2{
    /*width: 42.11%;*/
    margin-top: 0;
  }
  .ftr_shop_map{
    /*height: 100%;*/
  }
  
  
}
@media (min-width:1024px){

  .shop_tbl .table_rows_th{
    width: 205px;
  }
  
  .ftr_shop_sec{
    padding-top: 150px;
    padding-bottom: 150px;
  }
  .ftr_shop{
  }
  .ftr_shop_box1{
    width: 55.26%;
  }
  .ftr_shop_box2{
    width: 42.11%;
  }
  .ftr_shop_map{
    height: 100%;
  }
}
@media (min-width:1200px){
  

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


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


}
