@charset "UTF-8";


/* 基本フォント: ゴシック */
body{
  /*font-family:  'Noto Sans JP', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
  font-family: "Noto Serif JP", "メイリオ", Meiryo, Osaka, serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #fff;
  background: #000;
}

/* 管理画面の余白調整 */
.gjs-dashed #wrapper{
  background: #181818;
  padding-bottom: 150px;
}

@media (max-width:767px){
  body{
    font-size: 14px;
  } 
  
  #chatbot-btn {
    bottom: 55px!important;
    z-index: 5;
  }
}

.mincho{
  font-family: 'Noto Serif JP', serif;
}

p,
h1, h2, h3, h4, h5, h6{
  margin: 0;
  
}
h1, h2, h3, h4, h5, h6{
  /*color: #181818;*/
  letter-spacing: 0.075em;
}

a{
  color: inherit;
  transition: 0.3s;
}
a:hover{
  text-decoration: none;
  opacity: 0.7;
  color: inherit;
}
img{
  max-width: 100%;
  width: auto;
}

ul, ol, li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.img_fit{
  position: relative;
}
.img_fit:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.img_fit img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
  position: absolute;
  left: 0;
  top: 0;
}

a.img_fit{
  display: block;
}

/* 動画埋め込みのレスポンシブ対応 */
iframe{
  max-width: 100%;
}
.responsive_video { 
  position: relative; 
}

.responsive_video:before{
  content: "";
  display: block;
  padding-top:56.25%;
}
.responsive_video video, 
.responsive_video iframe, 
.responsive_video object, 
.responsive_video embed { 
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
}

/* 指定デバイスのみで表示するclass */
@media (min-width:1024px){
  .tb:not(.pc){
    display: none;
  }
  .sp:not(.pc){
    display: none;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .pc:not(.tb){
    display: none;
  }
  .sp:not(.tb){
    display: none;
  }
}
@media (max-width:767px){
  .pc:not(.sp){
    display: none;
  }
  .tb:not(.sp){
    display: none;
  }
}

/* 指定デバイスで改行を消す */
/* 指定デバイスで改行を消す */
@media (min-width:1200px){
  .pc_nobr br{
    display: none !important;
  }
}
@media (min-width:1024px) and (max-width:1199px){
  .md_nobr br{
    display: none !important;
  }
}
@media (min-width:768px) and (max-width:1023px){
  .tb_nobr br{
    display: none !important;
  }
}
@media (max-width:767px){
  .sp_nobr br{
    display: none !important;
  }
}

/* 指定した行数での切り取り */
.txt_ellipsis_line1,
.txt_ellipsis_line2,
.txt_ellipsis_line3,
.txt_ellipsis_line4,
.txt_ellipsis_line5,
.txt_ellipsis_line6,
.txt_ellipsis_line7,
.txt_ellipsis_line8,
.txt_ellipsis_line9,
.txt_ellipsis_line10{
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.txt_ellipsis_line1{
  -webkit-line-clamp: 1;
}
.txt_ellipsis_line2{
  -webkit-line-clamp: 2;
}
.txt_ellipsis_line3{
  -webkit-line-clamp: 3;
}
.txt_ellipsis_line4{
  -webkit-line-clamp: 4;
}
.txt_ellipsis_line5{
  -webkit-line-clamp: 5;
}

/*******************************
*　ヘッダー
********************************/
.header{
  border-bottom: 0;
  background-image: url('/system_panel/uploads/images/header_bg.png');
  color: #FFF;
}
.hdr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 10px 10px;
}
.hdr2{
  color: #FFF;
  padding: 8px 0;
}

.hdr1_box1{
  
}
.hdr1_box2{
  
}

.hdr_sns_btn{
  
}
.hdr_sns_btn a{
  font-size: 20px;
}
.hdr_sns_btn a img{
  width: 20px;
  display: block;
}
.hdr_shop_btn{
  text-align: center;
}
.hdr_shop_btn a{
  display: block;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  line-height: 1.5;
  padding: 26px 0;
  color: #c9c9c9;
}

.pg_header{
  background-image: url(/system_panel/uploads/images/header_bg.png);
  background-color: #000;
  margin-bottom: 45px;
  position: relative;
  overflow: hidden;
}
.pg_header_mv{
}
.pg_header_mv.img_fit:before{
  padding-top: 0;
  height: 200px;
  
}
.pg_header_mv.img_fit img{
  object-position: center bottom;
}
.pg_header_txt{
  width: auto;
  font-size: 14px;
  position: absolute;
  top: 41%;
  left: 0;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.pg_header_txt_en{
  font-size: 2.2em;
  font-family: 'Lora', serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.2;
  white-space: nowrap;
}
.pg_header_txt_h1{
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.075em;
  line-height: 1.2;
}

.mv{
  position: relative;
  z-index: 1;
  background-image: url('/system_panel/uploads/images/header_bg.png');
  
}
.mv_box1{
  
  position: relative;
  z-index: 1;
}
.mv_box2{
  position: relative;
  z-index: 1;
}
.mv_img{
  position: relative;
  
}
.mv_img:after{
  content: "";
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.mv_img.img_fit img{
  object-position: center bottom;
}
.mv_img.img_fit:before{
  padding-top: 250px;
}
.mv_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  color: #FFF;
}
.mv_txt_1,
.mv_txt_2{
  font-family: 'Zen Old Mincho', serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  white-space: nowrap;
}
.mv_txt_1{
  font-size: 2em;
  color: #c9c9c9;
}
.mv_txt_2{
  font-size: 1em;
  color: #181818;
}
.mv_txt h1{
  line-height: 1.4;
  letter-spacing: 0.03em;
  /*color: #FFF;*/
  background: #FFF;
  margin-top: 5px;
}

.contact_btns{
  display: flex;
  margin: 0 -8px;
}
.contact_btns_item{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  
  line-height: 1.2;
  border: 2px solid #000;
  border-radius: 25px;
  text-align: center;
  width: 255px;
  min-height: 52px;
  margin: 0 8px;
  padding: 4px;
}
.contact_btns_item.tel{
  background: #fced00;
  color: #181818;
}
.contact_btns_item.email{
  background: #8fc31f;
  color: #FFF;
}

.contact_btns_tel_txt1{
  font-size: 1.75em;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_btns_tel_txt2{
  font-size: 1em;
  letter-spacing: 0.075em;
}
.contact_btns_email_txt1{
  font-size: 1.583em;
  font-weight: 500;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
}

.contact_btns_tel_txt1:before,
.contact_btns_email_txt1:before{
  content: "";
  font-family: "FontAwesome";
  margin-right: 6px;
}
.contact_btns_tel_txt1:before{
  /*content: "\f10b";*/
  /*font-size: 1.4em;*/
  width: 14px;
  height: 22px;
  background-image: url('/system_panel/uploads/images/mobile-alt-solid.svg');
  background-repeat: no-repeat;
  background-size: contain;
}
.contact_btns_email_txt1:before{
  content: "\f0e0";
  font-size: 1.0526em;
}


.gnav .gnav_item{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
.gnav .gnav_item a{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.anchor{
  position: relative;
  top: -100px;
}

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

@media (max-width:767px){
  
  .pg_header_txt{
    width: 80%;
    top: 50%;
    left: 10%;
    
    background: #FFF;
    color: #181818;
    padding: 10px;
  }
  
  .hdr_sns_btn{
    margin-left: 10px;
  }
  .hdr_sns_btn a img{
    width: 30px;
  }
  
  .mv_side{
    background-image: url('/system_panel/uploads/images/header_bg.png');
  }
  
  
  
}

@media (max-width:767px){
  
  .hdr1 {
    justify-content: center;
  }
  .hdr1 .contact_btns{
    display: none;
  }
  .hdr2{
    padding: 0;
  }
  
  .hdr1_box2 {
    display: flex;
    align-items: center;
    margin-left: auto;
  }
  
  .hdr_logo img{
    width: 160px;
  }
  .hdr_shop_btn{
    display: block;
    margin-left: 20px;
  }
  .hdr_shop_btn a{
    background: #000;
    padding: 5px 10px;
  }
  .pg_header_mv_wrap{
    padding: 0;
  }
  
  /**/
  .mv_side{
    text-align: center;
    padding: 0 10px 10px;;
  }
  .mv_side img{
    width: 100%;
    /*width: 15px;*/
    /*-webkit-transform: rotate(-90deg);*/
    /*transform: rotate(-90deg);*/
  }
  
  /* スマホ用 */
  .gnav{
    display:block !important;
    width: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #FFF;
    padding: 0;
    z-index: 99999;
    overflow-y: scroll;

    /*transition: all 0.2s;*/
    transform: translateX(100%);
    padding: 15px;
    display: block;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav .gnav_item{
    width: 100%;
    padding: 15px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
    color: #181818;
    justify-content: center;
    display: block;
    text-align: left;
  }
  .gnav_item:before{
    display: none;
  }
  .gnav .gnav_item + .gnav_item,
  .gnav .gnav_item:first-child,
  .gnav .gnav_item:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav_item:nth-child(n+5){
    margin-top: 0;
  }
  .gnav_bg{
    padding: 0;
    background: inherit;
  }
  
  .gnav_item .gnav_item_sub{
    display: block;
    position: static;
    width: 100%;
    background: aliceblue;
    padding: 15px;
    margin-top: 20px;
  }
  .gnav .gnav_item:hover{
    color: #000000;
  }

  
  .pg_header_mv_wrap.container{
    width: 100%;
    max-width: 100%;
  }
  
}
@media (min-width:768px){
  
  body{
    padding-top: 88px;
  }
  .header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 3;
    padding: 0;
    padding-left: 35px;
  }
  .hdr1{
    padding: 0;
  }
  .hdr2{
    padding: 3px 0;
  }
  
  .hdr1_box1{
    width: 100px;
  }
  .hdr1_box2{
    width: calc(100% - 100px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  
  .hdr_logo img{
  }
  .hdr_shop_btn{
    width: 70px;
  }
  .hdr_sns_btn{
    width: 50px;
    text-align: right;
    padding-right: 10px;
  }
  .hdr_sns_btn a{
  }
  .hdr_sns_btn a img{
    width: 30px;
    margin: 0 auto;
  }
  .hdr_shop_btn a{
    background: #000;
  }
  
  
  
  .pg_header{
    margin-bottom: 60px;
  }
  .pg_header_mv_wrap{
    position: relative;
    height: 400px;
  }
  .pg_header_mv_wrap .pg_header_mv{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 250px;
    right: calc(360px - 50vw);
    width: auto;
  }
  
  .pg_header_mv{
  }
  .pg_header_mv.img_fit:before{
    height: 400px;
  }
  .pg_header_txt{
    width: auto;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    text-align: center;
  }
  .pg_header_txt_h1{
    margin-top: 5px;
  }
  .pg_header_txt_en{
    font-size: 2em;
  }
  .contact_btns_item{
    width: 215px;
    min-height: 52px;
  }
  
  .gnav {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: calc(100% - 140px);
  }
  .gnav .gnav_item {
    width: auto;
    margin: 5px 0;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border-left: 1px solid #c9c9c9;
    line-height: 1;
  }
  .gnav .gnav_item p{
    color: #c9c9c9;
  }
  .gnav .gnav_item:first-child {
    border: 0;
    
  }
  
  .gnav .gnav_item a{
    display: block;
    padding: 0 10px;
  }
  
  .mv{
    padding-left: 70px;
    position: relative;
    z-index: 2;
  }
  .mv_img.img_fit:before{
    padding-top: 400px;
  }
  
  .mv_txt{
    font-size: 16px;
  }
  .mv_txt_1{
    font-size: 3em;
  }
  
  .mv_side{
    position: absolute;
    z-index: 4;
    top: 0;
    bottom: 0;
    left: 0;
    height: 488px;
  }
  .mv_side img{
    height: 100%;
  }
}

@media (min-width:1024px){
  
  body{
    padding-top: 70px;
  }
  
  .header{
    padding-left: 50px;
  }
  .hdr1_box1{
    width: 216px;
  }
  .hdr1_box2{
    width: calc(100% - 216px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  
  
  .hdr_shop_btn{
    width: 220px;
  }
  
  .pg_header{
    margin-bottom: 80px;
  }
  
  .pg_header_mv_wrap{
    position: relative;
    height: 400px;
  }
  .pg_header_mv_wrap .pg_header_mv{
    left: 350px;
    right: calc(480px - 50vw);
    
  }
  .pg_header_mv{
  }
  .pg_header_mv.img_fit:before{
    height: 400px;
  }
  
  .mv{
    padding-left: 255px;
  }
  .mv_img.img_fit:before{
    padding-top: 500px;
  }
  .mv_txt{
    font-size: 20px;
  }
  .mv_side{
    height: 570px;
  }
}
@media (min-width:1200px){
  
  body{
    padding-top: 70px;
  }
  .header{
    padding-left: 75px;
  }
  .hdr1{
  }
  .hdr_logo img{
    width: 212px;
  }
  
  .hdr_sns_btn{
    width: 75px;
    padding-right: 35px;
    margin-left: 10px;
  }
  
  .contact_btns_item{
    width: 255px;
  }
  
  .mv_img.img_fit:before{
    padding-top: 777px;
  }
  .mv_txt h1{
  }
  .mv_side{
    height: 847px;
  }
  .pg_header{
    margin-bottom: 145px;
  }
  
  
  .pg_header_txt{
    font-size: 16px;
    left: 0;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .pg_header_txt_en{
    font-size: 3em;
  }
  .pg_header_txt_h1{
  }
  
  .gnav .gnav_item {
    width: auto;
    /*width: 12.5%;*/
  }
  .gnav .gnav_item:nth-child(5n){
    /*border-left: 0;*/
  }
  .gnav .gnav_item a{
    padding: 0 10px;
  }
}
@media (min-width:1600px){
  
  
  
}
@media (min-width:1700px){
  
  .pg_header_mv_wrap{
    position: relative;
    height: 580px;
  }
  .pg_header_mv_wrap .pg_header_mv{
    left: 180px;
    right: calc(555px - 50vw);
  }
  .pg_header_mv.img_fit:before{
    height: 580px;
  }
  .pg_header_txt_en{
    font-size: 3em;
  }
  .pg_header_txt{
    font-size: 20px;
    left: auto;
    right: 100%;
    -webkit-transform: translate(125px, -50%);
    transform: translate(125px, -50%);
  }
}


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

.footer{
  background-image: url('/system_panel/uploads/images/header_bg.png');
  background-color: #000;
  padding: 20px 0 10px;;
}

.ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr1_box1{
  width: 100%;
}
.ftr1_box2{
  width: 100%;
}

.ftr_logo{
  margin-bottom: 25px;
  text-align: center;
}
.ftr_addr{
  text-align: center;
  letter-spacing: 0.075em;
  line-height: 2;
  color: #c9c9c9;
}

.ftr_links_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #FFF;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.ftr_links{
  
}
.ftr_links_item{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #c9c9c9;
}
.ftr_links_item + .ftr_links_item{
  margin-top: 10px;
}

.ftr_btns{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.ftr_btns_item{
  display: block;
  color: #c9c9c9;
}
.ftr_btns_item.contact{
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  background: #FFF;
  color: #181818;
  padding: 11px 15px;
  text-align: center;
}
.ftr_btns_item.contact p:before{
  content: "\f003 ";
  font-family: "FontAwesome";
  font-size: 14px;
  margin-right: 5px;
}
.ftr_btns_item.insta{
  font-size: 12px;
  text-align: center;
  padding: 0 15px;
}
.ftr_btns_item.insta img{
  display: block;
  margin: 0 auto;
  width: 20px;
}
.ftr_btns_item.insta p{
  font-size: 14px;
  font-family: 'Lora', serif;
  line-height: 1;
  margin-top: 2px;
}

/* コピー */
.ftr_copy{
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.075em;
  text-align: center;
  color: #a2a2a2;
  padding: 8px;
  margin-top: 30px;
}

/* 追尾スマホメニュー */
.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #FFF;
  border-top: 1px solid #FFF;
  z-index: 3;
  flex-wrap: wrap;
}
.footer_fix > a{
  font-size: 12px;
  text-align: center;
  display: block;
  padding: 10px 5px 5px;
  background: #4b4053;
  color: #FFF;
  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: #382b40;
}
.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: 3;
  right: 10px;
  bottom: 60px;
}
.pagetop a{
  display: block;
  font-size: 0;
  width: 42px;
  height: 42px;
  text-align: center;
  color: #FFF;
}
.pagetop a i{
  font-size: 40px;
}


/* お問い合わせ */
.ftr_contact_section{
  padding: 50px 0;
  background: #2e2e2e;
  margin-top: 50px;
}
.ftr_contact_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.ftr_contact_item{
  width: 100%;
}
.ftr_contact_item_title{
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}
.ftr_contact_item_txt{
  line-height: 2;
  text-align: center;
}
.ftr_contact_item .read_more{
  margin-top: 20px;
}

@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .ftr1{
    padding: 0;
  }
  .fnav{
    display: none;
  }
  
  .ftr_logo img{
    height: 100px;
  }
  .ftr_addr em{
    display: block;
  }
  
  .ftr_links_wrap{
    display: none;
  }
  
  /* お問い合わせ */
  .ftr_contact_item + .ftr_contact_item{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 2px solid;
  }
  
  
  
  
}
@media (min-width:768px){
  
  
  .footer{
    padding: 50px 0 15px;;
  }

  .ftr1{
    justify-content: flex-start;
  }
  .ftr1_box1{
    width: 48.64%;
  }
  .ftr1_box2{
    /*width: 40.09%;*/
    width: 40%;
    margin-left: auto;
    /*margin-left: 8.55%;*/
  }

  .ftr_logo{
    margin-bottom: 25px;
  }
  .ftr_logo img{
    width: 100px;
  }
  .ftr_addr{
  }

  .ftr_links_wrap{
    margin-top: 0;
    padding-bottom: 35px;
  }
  .ftr_links{

  }
  .ftr_links_item{
    font-size: 14px;
  }
  .ftr_links_item + .ftr_links_item{
    margin-top: 25px;
  }
  
  
  /**/
  .ftr_addr{
    display: flex;
    justify-content: center;
    font-size: 15px;
  }
  .ftr_addr p+p{
    margin-left: 20px;
  }
  .ftr_copy{
    margin-top: 55px;
  }
  
  /* お問い合わせ */
  .ftr_contact_section{
    padding: 80px 0;
    margin-top: 100px;
  }
  .ftr_contact_wrap{
  }
  .ftr_contact_item{
    width: 50%;
    padding: 0 10px;
  }
  .ftr_contact_item:nth-child(even){
    border-left: 1px solid #FFF;
  }
  .ftr_contact_item_title{
    font-size: 24px;
    margin-bottom: 20px;
  }
  .ftr_contact_item_txt{
    font-size: 15px;
  }
  .ftr_contact_item .read_more{
    margin-top: 30px;
  }
  
  .ftr_btns{
    justify-content: space-between;
  }
  .ftr_btns_item{
  }
  .ftr_btns_item.contact{
    font-size: 12px;
    width: 150px;
  }
  .ftr_btns_item.insta{
    padding: 0 15px;
  }
  .ftr_btns_item.insta img{
  }
  .ftr_btns_item.insta p{
    font-size: 14px;
    margin-top: 2px;
  }
  
}
@media (min-width:1024px){
  .footer{
  }
  
  .ftr1_box1{
    width: 48.64%;
  }
  .ftr1_box2{
    width: 28.37%;
    margin-left: 8.55%;
  }
  .ftr_logo img{
    width: 100px;
  }
}
@media (min-width:1200px){
  
  .footer{
    padding-top: 95px;
  }
  .ftr1{
  }
  .ftr_logo img{
    width: auto;
  }
  
  .ftr_btns{
    margin-top: 35px;
  }
  .ftr_btns_item.contact{
    width: 190px;
  }
  .ftr_btns_item.insta{
    padding-right: 20px;
  }
  .ftr_btns_item.insta img{
  }
  .ftr_btns_item.insta p{
  }
  
  /* お問い合わせ */
  .ftr_contact_section{
    padding: 120px 0;
    margin-top: 200px;
  }
  .ftr_contact_wrap{
    
  }
  .ftr_contact_item{
    width: 50%;
  }
  .ftr_contact_item_title{
    font-size: 32px;
    margin-bottom: 35px;
  }
  .ftr_contact_item_txt{
    font-size: 15px;
  }
  .ftr_contact_item .read_more{
    margin-top: 72px;
  }
  
}




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

/* Flexテーブルレイアウト */
.fl_tbl_items{
  border: 1px solid #cab386;
  margin-bottom:80px;
}
.fl_tbl_items_item{
  display: flex;
  letter-spacing: 0.05em;
}
.fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #cab386;
}

.fl_tbl_items_item_box1,
.fl_tbl_items_item_box2{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  min-height: 70px;
}
.fl_tbl_items_item_box1{
  width:31.53%;
  background: #eeeeee;
  padding: 10px 5px;
  border-right: 1px solid #cab386;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.fl_tbl_items_item_box2{
  width:68.47%;
  background: #fff;
}
.fl_tbl_items_item_txt{
  width: 100%;
  padding: 10px 10px;
}
.fl_tbl_items_item_txt + .fl_tbl_items_item_txt{
  border-top: 1px solid #cab386;
}

/* 青 */
.fl_tbl_items.blue{
  border: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item + .fl_tbl_items_item{
  border-top: 1px solid #7ecef4;
}
.fl_tbl_items.blue .fl_tbl_items_item_box1{
  background: #eff8fc;
  border-right: 1px solid #7ecef4;
}

@media (min-width:375px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px;
  }
}
@media (min-width:768px){
  
  
  
}
@media (min-width:1024px){
  .fl_tbl_items_item_box1{
    padding: 10px 10px 10px 60px;
  }
  .fl_tbl_items_item_txt{
    padding: 10px 10px 10px 25px;
  }
}
@media (min-width:1200px){
  
}
@media (max-width:767px){
  .footer_fix{
    display: flex;
  }
  
  body{
    padding-bottom: 56px;
  }
}


/* テーブル用 */
.table_rows{
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}
.table_rows + .table_rows{
  margin-top: 30px;
}

.table_rows_tr{
  display: table-row;
}
.table_rows_th,
.table_rows_td{
  display: table-cell;
  border: 1px solid #c3c5c4;
  vertical-align: middle;
  padding: 10px 10px;
}
.table_rows_th{
  width: 120px;
  background-color: #fef3ee;
  font-weight: 500;
  letter-spacing: 0.075em;
}
.table_rows_td{
  letter-spacing: 0.075em;
}

.table_rows_td_pad0{
  padding: 0 !important;
}

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

/* テーブル入れ子 */
.table_rows .table_rows{
  
}
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:first-child .table_rows_td{
  border-top:0;
}
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_th,
.table_rows .table_rows > .table_rows_tr:last-child .table_rows_td{
  border-bottom:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:first-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:first-child{
  border-left:0;
}
.table_rows .table_rows > .table_rows_tr .table_rows_th:last-child,
.table_rows .table_rows > .table_rows_tr .table_rows_td:last-child{
  border-right:0;
}


/* ページネーション */
.webgene-pagination {
  width: 100%;
  margin: 80px 0 0;
  line-height: 1.85;
}
.webgene-pagination ul{
  display: flex;
  justify-content: center;
  align-items: center;
}
.webgene-pagination li{
  padding: 4px 13px;
  margin: 0 4px;  
  border: 1px solid #c0c0c0;
  background: #ffffff;
  color: #181818;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
}
.webgene-pagination li.selected{
  border: 0;
  background: #7c7c7c;
}  
.webgene-pagination li.next a:after{
  content: "\f101";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-left: 10px;
}
.webgene-pagination li.prev a:before{
  content: "\f100";
  font-family: 'FontAwesome';
  font-weight: 900;
  display: inline-block;
  margin-right: 10px;
}

/* 詳しく見る */
.read_more{
  margin-top: 30px;
}
.read_more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 45px;
  background: #FFF;
  color: #181818;
  border: 0;
  border-radius: 0;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-align: center;
  position: relative;
}
.read_more a:after{
  content: "";
  width: 60px;
  height: 1px;
  background: url(/system_panel/uploads/images/formsend_i.png);
  position: absolute;
  right: -20px;
  top: 50%;
}

.read_more.center a{
  margin: 0 auto;
}

.instaMore {
  display: flex;
  flex-direction: row;
}

.read_more.center.instaMore a{
  width: 235px;
  font-size: 12px;
}


/* セクション基本設定 */
.section + .section{
  margin-top: 50px;
}

/* 見出し(tt2) */
.tt2_box{
  text-align: center;
  margin-bottom: 10px;
}
.tt2_box:after{
  content: "";
  display: block;
  width: 160px;
  height: 10px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 8px auto 0; 
}
.tt2_txt,
.tt2_txt_en{
  font-size: 20px;
  letter-spacing: 0.075em;
  color: #FFF;
}
.tt2_txt{
  font-weight: 500;
}
.tt2_txt_en{
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
}

/* 見出し(tt3) */
.tt3_box{
  text-align: center;
  margin-bottom: 20px;
}
.tt3_txt{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  min-height: 40px;
  margin: 0 auto;
  background: #f8b551;
  border: 2px solid #000;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
}

/* ページ概要 */
.pg_about_wrap{
  
}
.pg_about_box1{
  
}
.pg_about_title{
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 20px;
}
.pg_about_title2{
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.904;
  text-align: justify;
  margin-bottom: 20px;
}
.pg_about_txt{
  line-height: 2.125;
  letter-spacing: 0.075em;
  text-align: justify;
}
.pg_about_txt + .pg_about_txt{
  margin-top: 20px;
}
.pg_about_txt.lg{
  font-weight: 700;
  letter-spacing: 0.1em;
}
  
/* ページ概要2 */
.pg_desc_wrap{
  background: #FFF;
  border: 1px solid #c3c5c4;
  border-radius: 20px;
  padding: 30px 15px 15px;
  position: relative;
}
.pg_desc_wrap .tt3_box{
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pg_desc_txt{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}
.pg_desc_list{
  text-align: center;
}
.pg_desc_list_inner{
  display: inline-block;
  text-align: justify;
}
.pg_desc_list_inner p{
  text-indent: -1em;
  padding-left: 1em;
  letter-spacing: 0.075em;
  line-height: 2;
}
.pg_desc_list_inner p.noindent{
  text-indent: 0;
  padding-left: 0;
}



@media (max-width:767px){
  
  .table_rows.sp_collapse{
    
  }
  .table_rows.sp_collapse .table_rows_th,
  .table_rows.sp_collapse .table_rows_td{
    display: block;
    width: 100%;
    border-bottom: 0;
  }
  .table_rows.sp_collapse .table_rows_th{
    
  }
  .table_rows.sp_collapse .table_rows_td{
    
  }
  
  .table_rows.sp_collapse{
    border-bottom: 1px solid #c3c5c4;
  }
  
  .pg_desc_list_inner p{
    letter-spacing: 0.05em;
  }

  .instaMore {
    flex-direction: column;
    gap: 20px;
  }
}
@media (min-width:768px){
  
  /* テーブル用 */
  .table_rows{
  }
  .table_rows_tr{
  }
  .table_rows_th,
  .table_rows_td{
    padding: 18.5px 15px;
  }
  .table_rows_th{
    width: 200px;
    border-right: 0;
  }
  .table_rows_td{
    border-left: 0;
  }
  
  
  
  /* 見出し */
  .tt2_box{
    margin-bottom: 30px;
  }
  .tt2_txt{
    font-size: 20px;
  }
  .tt2_txt_en{
    font-size: 28px;
  }
  
  /* 見出し(tt3) */
  .tt3_box{
    margin-bottom: 20px;
  }
  .tt3_txt{
    width: 285px;
    min-height: 50px;
    font-size: 16px;
  }
  
  /* 詳しく見る */
  .read_more{
    margin-top: 40px;
  }
  .read_more a{
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
  .read_more.center.instaMore a{
    width: 255px;
    height: 70px;
    font-size: 16px;
  }
  
  /* セクション基本設定 */
  .section + .section{
    margin-top: 70px;
  }
  
  /* ページ概要 */
  .pg_about_wrap{

  }
  .pg_about_box1{

  }
  .pg_about_title{
    font-size: 20px;
    margin-bottom: 25px;
  }
  .pg_about_title2{
    font-size: 18px;
    text-align: center;
    margin-bottom: 25px;
  }
  .pg_about_txt{
    text-align: center;
    letter-spacing: 0.02em;
  }
  .pg_about_txt + .pg_about_txt{
    margin-top: 25px;
  }
  
  /* ページ概要2 */
  .pg_desc_wrap{
    padding: 50px 20px 25px;
  }
  .pg_desc_wrap .tt3_box{
  }
  .pg_desc_txt{
    /*text-align: center;*/
  }
}
@media (min-width:1024px){
  
  
}
@media (min-width:1200px){
  
  /* テーブル用 */
  .table_rows{
  }
  .table_rows_tr{
  }
  .table_rows_th,
  .table_rows_td{
    padding-left: 35px;
  }
  .table_rows_th{
    width: 285px;
    
  }
  .table_rows_td{
    
  }
  
  /* 見出し */
  .tt2_box{
    margin-bottom: 55px;
  }
  .tt2_txt{
    font-size: 24px;
    margin-bottom: 18px;
  }
  .tt2_txt_en{
    font-size: 34px;
  }
  
  /* 詳しく見る */
  .read_more{
    margin-top: 45px;
  }
  /* 詳しく見る */
  .read_more{
    margin-top: 30px;
  }
  .read_more a{
    width: 350px;
  }
  .read_more.center.instaMore a{
    width: 380px;
  }
  
  /* セクション基本設定 */
  .section + .section{
    margin-top: 120px;
  }
  
  /* ページ概要 */
  .pg_about_wrap{

  }
  .pg_about_box1{

  }
  .pg_about_box1 .tt3_box{
    margin-bottom: 30px;
  }
  .pg_about_title{
    font-size: 24px;
    margin-bottom: 35px;
  }
  .pg_about_title2{
    font-size: 21px;
    margin-bottom: 30px;
  }
  .pg_about_txt{
    text-align: center;
    letter-spacing: 0.02em;
  }
  .pg_about_txt + .pg_about_txt{
    margin-top: 35px;
  }
  /* ページ概要2 */
  .pg_desc_wrap{
    padding: 55px 30px 45px;
  }
  .pg_desc_wrap .tt3_box{
  }
  .pg_desc_txt{
    text-align: center;
  }
}


/*******************************
*　HOME
********************************/
body.body_home{
  background: #181818;
}
.pg_home{
  margin-top: 45px;
  overflow: hidden;
}
.pg_home .section.sec1{
}
.pg_home .section.sec2{
}
.pg_home .section.sec3{
}
.pg_home .section.sec4{
  position: relative;
}

/* News */
.news_lists_home{
  
}
.news_lists .webgene-item:nth-child(n+4){
  
}

/* About */
.home_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_about_box1{
  width: 100%;
}
.home_about_box2{
  width: 100%;
}
.home_about_title{
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.4;
  margin-bottom: 15px;
}
.home_about_txt{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: justify;
}

.home_about_img{
  
}
.home_about_img.img_fit:before{
  padding-top: 64.81%;
}

/* コンテンツ */
.home_contents_wrap{
  
}
.home_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.home_contents_row:nth-child(n+2){
  margin-top: 50px;
}
.home_contents_row_box1{
  width: 100%;
  order: 3;
  margin-top: 20px;
}
.home_contents_row_box2{
  width: 100%;
  order: 1;
  position: relative;
}
.home_contents_row_box3{
  width: 100%;
  order: 2;
}
.home_contents_row_title{
  margin-bottom: 15px;
}
.home_contents_row_title_txt1{
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #FFF;
}
.home_contents_row_title_txt2{
  font-family: 'Lora', serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #c1acd1;
}
.home_contents_row_desc{
  
}
.home_contents_row_desc_title{
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.075em;
  line-height: 1.5;
  color: #FFF;
  margin-bottom: 10px;
}
.home_contents_row_desc_txt{
  line-height: 2;
  text-align: justify;
}
.home_contents_row_desc .read_more{
  
}
.home_contents_row_img{
  
}
.home_contents_row_img.img_fit:before{
  padding-top: 58.12%;
}

.home_contents_row_catchcopy{
  font-size: 20px;
  font-family: 'Lora', serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.107;
  color: #443e44;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}

.home_contents_row_illust{
  text-align: right;
}
.home_contents_row_illust img{
  height: 40px;
}


/* TOPICS */
.home_news_lsit{
  background: #FFF;
  border-radius: 20px;
  padding: 15px 15px 0px;
}
.home_news_more{
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.075em;
  text-align: right;
  margin-top: 10px;
  padding-right: 20px;
}

/* 商品について */
.home_product_bg{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
.home_product_bg:after{
  content: "";
  background: rgba(0,0,0,0.7);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}
.home_product_bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.home_product_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 50px 0;
}
.home_product_box1{
  width: 100%;
}
.home_product_box2{
  width: 100%;
  margin-top: 20px;
}

.home_product_title{
  font-size: 24px;
  font-family: 'Lora', serif;
  font-weight: 600;
  letter-spacing: 0.075em;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.home_product_txt{
  line-height: 2.142;
  text-align: justify;
}

.home_product_links{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.home_product_links_item{
  width: 50%;
  padding: 0 10px;
}
.home_product_links_item:nth-child(n+3){
  margin-top: 20px;
}
.home_product_links_item_inner{
  display: block;
  position: relative;
}

.home_product_links_item_img{
  
}
.home_product_links_item_img.img_fit:before{
  padding-top: 100%;
}
.home_product_links_item_img:after{
  content: "";
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
}



.home_product_links_item_title{
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  text-align: center;
}
.home_product_links_item_title_txt1{
  border-bottom: 1px solid;
  margin-bottom: 8px;
  padding-bottom: 5px
}
.home_product_links_item_title_txt2{
  
}

.home_product_illust{
  position: absolute;
  bottom: 0;
  left: 0;
}
.home_product_illust img{
  height: 50px;
}

/* ホバーアクション */
.home_product_links_item_inner:hover{
  opacity: 1;
}
.home_product_links_item_inner:hover .home_product_links_item_img:after{
  background: rgba(0,0,0,0.3);
}
.home_product_links_item_inner:hover .home_product_links_item_title{
  filter: drop-shadow(0 0 4px black);
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .home_about_title{
    /*text-align: center;*/
  }
  
  .home_about_wrap .read_more a{
    margin: 0 auto;
  }
  .home_about_box2{
    margin-top: 30px;
    text-align: center;
  }
  .home_about_box2 img{
    width: 200px;
  }
  
  
  .home_product_links{
    justify-content: center;
  }

  
  
  
}
@media (min-width:768px){
 
  .pg_home{
    margin-top: 70px;
  }
  .pg_home .section.sec1{
  }
  .pg_home .section.sec2{
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .pg_home .section.sec3{
    margin-top: 60px;
  }
  .pg_home .section.sec4{
    margin-top: 0;
  }
  
  /* News */
  .news_lists_home{

  }
  .news_lists .webgene-item:nth-child(n+4){

  }
  
  /* About */
  .home_about_wrap{
  }
  .home_about_box1{
    width: 48.64%;
  }
  .home_about_box2{
    width: 48.64%;
  }
  .home_about_title{
    font-size: 24px;
    margin-bottom: 20px;
    text-align: left;
  }
  .home_about_txt{
  }
  .home_about_wrap .tt2_box{
    text-align: left;
    margin-bottom: 20px;
  }
  .home_about_wrap .read_more{
    margin-bottom: 30px;
  }
  
  
  /* コンテンツ */
  .home_contents_wrap{
    position: relative;
    padding-top: 50px;
  }
  .home_contents_wrap:after{
    content: "";
    background: #2e2e2e;
    top: 0;
    left: -50vw;
    /*right: 34.24%;*/
    right: -20px;
    height: 100%;
    position: absolute;
    z-index: 0;
    background-image: url(/system_panel/uploads/images/foot_stamp.png);
    background-repeat: no-repeat;
    background-position: top 380px right 190px; 
    background-size: 489px 654px;
  }
  .home_contents_row{
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
  .home_contents_row_box1{
    /*width: 65.76%;*/
    width: 100%;
    display: flex;
  }
  .home_contents_row_box2{
    /*width: 31.53%;*/
    width: 100%;
    height: 350px;
    position: relative;
    margin-top: 30px;
  }
  .home_contents_row_box3{
    width: 100%;
  }
  .home_contents_row_title{
    width: 190px;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .home_contents_row_title_txt1{
    font-size: 34px;
    line-height: 1;
  }
  .home_contents_row_title_txt2{
    font-size: 22px;
    text-align: right;
    padding: 0 25px;
  }
  .home_contents_row_desc{
    width: calc(100% - 190px - 95px);
  }
  .home_contents_row_desc_title{
    font-size: 24px;
    margin-bottom: 45px;
  }
  .home_contents_row_desc_txt{
    
  }
  .home_contents_row_desc .read_more{
    
  }
  .home_contents_row_img{
    /*width: 755px;*/
    width: 100%;
    height: 100%;
  }
  
  .home_contents_row_catchcopy{
    font-size: 36px;
    margin-top: -20px;
    position: relative;
    z-index: 1;
    letter-spacing: 0.075em;
  }
  

  .home_contents_row_illust{
    position: absolute;
    z-index: 1;
  }
  .home_contents_row_illust.pos1{
    bottom: 100%;
    left: 25px;
  }
  .home_contents_row_illust.pos2{
    bottom: 0;
    right: 0;
  }
  .home_contents_row_illust.pos3{
    
  }
  
  .home_contents_row_illust img{
    height: 70px;
  }
  
  
  
  
  /* 商品について */
  .home_product_wrap{
    padding-top: 60px;
    padding-bottom: 100px;
    position: relative;
    justify-content: center;
    column-gap: 30px;
  }
  .home_product_box1{
    width: 100%;
    margin-bottom: 30px;
  }
  .home_product_box2{
    width: 100%;
  }

  .home_product_title{
    font-size: 24px;
    text-align: left;
    margin-bottom: 20px;
  }
  .home_product_txt{
    font-size: 14px;
    line-height: 2.142;
  }

  .home_product_links{
    margin: 0 -15px;
  }
  .home_product_links_item{
    width: 50%;
    padding: 0 15px;
  }
  .home_product_links_item:nth-child(n+3){
    margin-top: 0;
  }
  .home_product_links_item_inner{
    
  }
  .home_product_links_item_img{

  }
  .home_product_links_item_title{
    padding: 0 15px;
  }
  .home_product_links_item_title_txt1{
    margin-bottom: 8px;
    padding-bottom: 5px
  }
  .home_product_links_item_title_txt2{
    
  }

  .home_product_illust{
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .home_product_illust img{
    height: 80px;
  }
  
}
@media (min-width:1024px){
  
  /* News */
  .news_lists_home{

  }
  .home_news_lists .webgene-item:nth-child(n+4){
    margin-top: 0 !important;
  }
  
  /* About */
  .home_about_wrap{
  }
  .home_about_box1{
    width: 48.64%;
  }
  .home_about_box2{
    width: 48.64%;
  }
  .home_about_wrap .read_more{
    margin-top: 30px;
  }
  
  /* コンテンツ */
  .home_contents_wrap{
    padding-top: 115px;
  }
  .home_contents_wrap:after{
    /*right: 34.24%;*/
    right: 46%;
  }
  .home_contents_wrap:after{
    background-position: top 380px right 10px; 
    background-size: 489px 654px;
  }
  .home_contents_row{
    padding-bottom: 70px;
  }
  .home_contents_row:nth-child(n+2){
    margin-top: 0;
    padding-bottom: 95px;
  }
  .home_contents_row_box1{
    width: 55%;
  }
  .home_contents_row_box2{
    width: 45%;
    height: 440px;
    margin-top: 0;
  }
  .home_contents_row_box3{
    width: 100%;
    position: absolute;
    top: 445px;
  }
  .home_contents_row_title{
    width: 125px;
  }
  .home_contents_row_title_txt1{
  }
  .home_contents_row_title_txt2{
  }
  .home_contents_row_desc{
    width: calc(100% - 125px - 20px);
  }
  .home_contents_row_desc_title{
  }
  .home_contents_row_desc_txt{
    
  }
  .home_contents_row_desc .read_more{
    
  }
  .home_contents_row_img{
    width: 755px;
    height: 100%;
  }
  
  .home_contents_row:nth-child(odd) .home_contents_row_box1{
    order: 1;
  }
  .home_contents_row:nth-child(odd) .home_contents_row_box2{
    order: 2;
  }
  .home_contents_row:nth-child(odd) .home_contents_row_catchcopy{
    order: 3;
    text-align: right;
  }
  
  .home_contents_row:nth-child(even) .home_contents_row_box1{
    order: 2;
    flex-direction: row-reverse;
  }
  .home_contents_row:nth-child(even) .home_contents_row_box2{
    order: 1;
  }
  
  
  
  .home_contents_row:nth-child(even) .home_contents_row_title{
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .home_contents_row:nth-child(even) .home_contents_row_box1{
    
  }
  .home_contents_row:nth-child(even) .home_contents_row_img{
    position: absolute;
    top: 0;
    right: 0;
  }
  
  .home_contents_row_catchcopy{
    /*white-space: nowrap;*/
    /*text-align: right;*/
  }
  .home_contents_row_illust img{
    height: 100px;
  }
  
  
  /* 商品について */
  .home_product_wrap{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .home_product_box1{
    width: 255px;
  }
  .home_product_box2{
    width: calc((100% - 255px - 30px) / 3 * 2);
  }


  
}
@media (min-width:1200px){
  
  .pg_home{
    margin-top: 110px;
  }
  .pg_home .section.sec1{
  }
  .pg_home .section.sec2{
    margin-top: 100px;
    padding-bottom: 60px;
  }
  .pg_home .section.sec3{
    margin-top: 60px;
  }
  .pg_home .section.sec4{
    margin-top: 0;
  }
  
  
  /* About */
  .home_about_wrap{
  }
  .home_about_box1{
    width: 48.64%;
    margin-top: 0;
  }
  .home_about_box2{
    width: 42.79%;
  }
  .home_about_title{
    font-size: 34px;
    margin-bottom: 35px;
  }
  .home_about_txt{
  }
  .home_about_wrap .read_more{
    margin-top: 65px;
  }
  
  /* コンテンツ */
  .home_contents_wrap{
    padding-top: 115px;
  }
  .home_contents_wrap:after{
    right: 34.24%;
  }
  .home_contents_wrap:after{
    background-position: top 380px right 190px; 
    background-size: 489px 654px;
  }
  .home_contents_row{
    padding-bottom: 70px;
  }
  .home_contents_row:nth-child(n+2){
    margin-top: 65px;
  }
  .home_contents_row_box1{
    width: 65.76%;
    margin-top: 0;
  }
  .home_contents_row_box2{
    width: 31.53%;
    height: 440px;
    margin-top: 10px;
  }
  .home_contents_row_box3{
    width: 100%;
    margin-top: 0;
  }
  .home_contents_row_title{
    width: 190px;
    height: 485px;
  }
  .home_contents_row_title_txt1{
  }
  .home_contents_row_title_txt2{
  }
  .home_contents_row_desc{
    width: calc(100% - 190px - 95px);
  }
  .home_contents_row_desc_title{
  }
  .home_contents_row_desc_txt{
    
  }
  .home_contents_row_desc .read_more{
    
  }
  .home_contents_row_img{
    width: 755px;
    height: 100%;
  }
  .home_contents_row_catchcopy{
    font-size: 65px;
    margin-top: -30px;
  }
  
  .home_contents_row_illust{
    left: 25px;
    right: auto;
  }
  .home_contents_row_illust img{
    height: auto;
  }
  
  /* 商品について */
  .home_product_wrap{
    padding-top: 160px;
    padding-bottom: 220px;
  }
  .home_product_box1{
    width: 260px;
  }
  .home_product_box2{
    width: calc((100% - 260px - 25px) / 3 * 2);
    margin-top: 55px;
  }

  .home_product_title{
    font-size: 32px;
    margin-bottom: 20px;
  }
  .home_product_txt{
  }

  .home_product_links{
    margin: 0 -15px;
  }
  .home_product_links_item{
    width: 50%;
    padding: 0 15px;
  }
  .home_product_links_item_inner{
    
  }
  .home_product_links_item_img{

  }
  .home_product_links_item_title{
    padding: 0 38px;
  }
  .home_product_links_item_title_txt1{
    font-size: 20px;
    
  }
  .home_product_links_item_title_txt2{
    
  }
  .home_product_illust img{
    height: auto;
  }
  
}

/*******************************
*　私達について
********************************/
.pg_about{
  
}
.pg_about .section.sec1{
}
.pg_about .section.sec2{
}
.pg_about .section.sec3{
}


/* コンテンツ */
.about_contents_wrap{
  
}
.about_contents_row + .about_contents_row{
  margin-top: 50px;
}
.about_contents_inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.about_contents_inner + .about_contents_inner{
  margin-top: 50px;
}
.about_contents_box1{
  width: 100%;
}
.about_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.about_contents_title{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.075em;
  margin-bottom: 15px;
}
.about_contents_title_sub{
  font-size: 12px;
  letter-spacing: 0.075em;
  margin-bottom: 25px;
}
.about_contents_txt{
  line-height: 2;
  text-align: justify;
}
.about_contents_img{
  
}
.about_contents_img.img_fit:before{
  padding-top: 73.68%;
}
.about_contents_row .read_more{
  margin-top: 15px;
}

.about_contents_illust {
  text-align: right;
}
.about_contents_illust img{
  width: 80px;
}

@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){

  .pg_about .section.sec2{
  }
  
  /* コンテンツ */
  .about_contents_wrap{

  }
  .about_contents_row + .about_contents_row{
    margin-top: 80px;
  }
  .about_contents_inner{
  }
  .about_contents_inner + .about_contents_inner{
    margin-top: 50px;
  }
  .about_contents_inner{
  }
  .about_contents_box1{
    width: 51.35%;
  }
  .about_contents_box2{
    width: 42.34%;
    margin-top: 0;
    position: relative;
  }
  .about_contents_title{
    font-size: 20px;
    margin-bottom: 20px;
  }
  .about_contents_title_sub{
    font-size: 15px;
    margin-bottom: 30px;
  }
  .about_contents_txt{
  }
  .about_contents_img{

  }
  .about_contents_row .read_more{
    margin-top: 15px;
  }
  
  .about_contents_row:nth-child(odd) .about_contents_box1{
    
  }
  .about_contents_row:nth-child(odd) .about_contents_box2{
    
  }
  .about_contents_row:nth-child(even) .about_contents_box1{
    order: 2;
  }
  .about_contents_row:nth-child(even) .about_contents_box2{
    order: 1;
  }
  
  .about_contents_illust {
    position: absolute;
    bottom: 100%;
    right: 0;
  }
  .about_contents_illust img{
    width: 80px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  .pg_about .section.sec2{
    margin-top: 140px;
  }
  
  /* コンテンツ */
  .about_contents_wrap{

  }
  .about_contents_row{
    
  }
  .about_contents_row + .about_contents_row{
    margin-top: 130px;
  }
  .about_contents_inner{
  }
  .about_contents_inner + .about_contents_inner{
    margin-top: 20px;
  }
  .about_contents_box1{
    /*width: 51.35%;*/
    width: 49.8%;
  }
  .about_contents_box2{
    width: 42.34%;
  }
  .about_contents_title{
    font-size: 24px;
    margin-bottom: 30px;
  }
  .about_contents_title_sub{
    font-size: 15px;
    margin-bottom: 45px;
  }
  .about_contents_txt{
  }
  .about_contents_img{

  }
  .about_contents_row .read_more{
    margin-top: 25px;
  }
  
  .about_contents_illust {
  }
  .about_contents_illust img{
    width: 174px;
  }
  
  
}



/*******************************
*　
********************************/
.pg_works{
  
}
.pg_works .section.sec1{
}
.pg_works .section.sec2{
}


/* 内容 */
.recipe_contents_wrap{
  
}
.recipe_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recipe_contents_row + .recipe_contents_row{
  margin-top: 50px;
}
.recipe_contents_box1{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url('/system_panel/uploads/images/recipe_desc_bg.jpg');
  background-size: cover;
  background-position: center;
}
.recipe_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.recipe_contents_desc{
  text-align: center;
}
.recipe_contents_title{
  font-size: 16px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.recipe_contents_txt{
  line-height: 2;
  text-align: justify;
}
.recipe_contents_imgs{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.recipe_contents_imgs_box1{
  width: 60.9589%;
}
.recipe_contents_imgs_box2{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 38.3561%;
}
.recipe_contents_img1{
  
}
.recipe_contents_img2{
  width: 100%;
}

.recipe_contents_img1.img_fit:before{
  padding-top: 93.2584%;
}
.recipe_contents_img2.img_fit:before{
  padding-top: 73.2142%;
}



@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .recipe_contents_box1{
    padding: 30px 15px;
  }
  .recipe_contents_box2{
    margin-top: 0;
  }
 
}
@media (min-width:768px){
  .pg_xxx{

  }
  .pg_xxx .section.sec1{
  }
  .pg_xxx .section.sec2{
  }
  .pg_xxx .section.sec3{
  }
  

  /* 内容 */
  .recipe_contents_wrap{

  }
  .recipe_contents_row{
  }
  .recipe_contents_row + .recipe_contents_row{
    margin-top: 20px;
  }
  .recipe_contents_box1{
    width: 34.24%;
    align-items: flex-start;
    padding-top: 20px;
  }
  .recipe_contents_box2{
    width: 65.76%;
    margin-top: 0;
  }
  .recipe_contents_desc{
    width: 200px;
  }
  .recipe_contents_title{
    font-size: 18px;
    padding-bottom: 20px;
    margin-bottom: 16px;
  }
  .recipe_contents_txt{

  }
  .recipe_contents_imgs{
  }
  .recipe_contents_imgs_box1{
    width: 60.9589%;
  }
  .recipe_contents_imgs_box2{
    width: 38.3561%;
  }
  .recipe_contents_img1.img_fit:before{
    padding-top: 93.2584%;
  }
  .recipe_contents_img2.img_fit:before{
    padding-top: 73.2142%;
  }


  .recipe_contents_row:nth-child(odd) .recipe_contents_box1{
    
  }
  .recipe_contents_row:nth-child(odd) .recipe_contents_box2{
    
  }
  .recipe_contents_row:nth-child(even) .recipe_contents_box1{
    order: 2;
  }
  .recipe_contents_row:nth-child(even) .recipe_contents_box2{
    order: 1;
  }
  
}
@media (min-width:1024px){
  
  .recipe_contents_box1{
    align-items: flex-start;
    padding-top: 75px;
  }
  .recipe_contents_desc{
    width: 225px;
  }
  
}
@media (min-width:1200px){
  
  .recipe_contents_box1{
    align-items: flex-start;
    padding-top: 105px;
  }
  
}

  

/*******************************
*　
********************************/
.pg_obi{
  
}
.pg_obi .section.sec1{
}
.pg_obi .section.sec2{
}
.pg_obi .section.sec3{
}

/* 概要 */
.obi_about_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.obi_about_box1{
  width: 49%;
  order: 2;
}
.obi_about_box2{
  width: 100%;
  margin-bottom: 15px;
  order: 1;
}
.obi_about_box3{
  width: 49%;
  order: 3;
}
.obi_about_img.img_fit:before{
  padding-top: 80%;
}
.obi_about_title{
  font-size: 20px;
  font-weight: 400;
  text-align: center;
}
.obi_about_txt {
  line-height: 2;
  text-align: justify;
  margin-top: 20px;
}

/* 商品 */
.obi_products{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  padding-top: 50px;
  border-top: 0;
  position: relative;
}
.obi_products:before{
  content: "";
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
}
.obi_products_item{
  width: 100%;
  padding: 0 5px;
}
.obi_products_item_inner{
  
}
.obi_products_item_title{
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 10px;
}
.obi_products_item_title_num{
  font-size: 1.05em;
  font-family: 'Lora', serif;
}
.obi_products_item_title_txt{
  font-weight: 500;
  font-size: 1em;
}
.obi_products_item_title_bdr{
  width: 1.2em;
  background-image: url('/system_panel/uploads/images/obi_title_bdr.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  aspect-ratio: 24 / 39;
  margin: 0 10px;
}
.obi_products_item_img{
  
}
.obi_products_item_img.img_fit:before{
  padding-top: 51.85%;
}
.obi_products_item_txt{
  background: #313131;
  line-height: 1.875;
  text-align: justify;
  padding: 10px;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
 
}
@media (max-width:767px){
  
  /* 商品 */
  .obi_products_item:nth-child(n+2){
    margin-top: 50px;
  }
  
}
@media (min-width:768px){
  .pg_user .section.sec1{
  }
  .pg_user .section.sec2{
  }
  .pg_user .section.sec3{
  }
  
  /* 概要 */
  .obi_about_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .obi_about_box1{
    width: 45%;
    order: 1;
  }
  .obi_about_box2{
    width: 10%;
    margin-bottom: 0;
    order: 2;
    
    display: flex;
    justify-content: center;
  }
  .obi_about_box3{
    width: 45%;
    order: 3;
  }
  .obi_about_title{
    font-size: 22px;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
  }
  .obi_about_txt {
    margin-top: 20px;
    padding-left: 5px;
  }
  
  /* 商品 */
  .obi_products{
    margin: 0 -10px;
    padding-top: 70px;
  }
  .obi_products:before{
    left: 10px;
    right: 10px;
  }
  .obi_products_item{
    width: 50%;
    padding: 0 10px;
  }
  .obi_products_item:nth-child(n+3){
    margin-top: 30px;
  }
  .obi_products_item_inner{

  }
  .obi_products_item_title{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .obi_products_item_title_bdr{
    margin: 0 18px;
  }
  .obi_products_item_img{

  }
  .obi_products_item_txt{
    padding: 20px 10px;
  }
  
}
@media (min-width:1024px){
  
  /* 概要 */
  .obi_about_wrap{
  }
  .obi_about_box1{
    width: 42.79%;
  }
  .obi_about_box2{
    width: 14.41%;
  }
  .obi_about_box3{
    width: 42.79%;
  }
  .obi_about_title{
    font-size: 24px;
  }
  .obi_about_txt {
    margin-top: 55px;
  }
  
  /* 商品 */
  .obi_products{
    margin: 0 -15px;
  }
  .obi_products:before{
    left: 15px;
    right: 15px;
  }
  .obi_products_item{
    width: 50%;
    padding: 0 15px;
  }
  .obi_products_item:nth-child(n+3){
    margin-top: 60px;
  }
  .obi_products_item_txt{
    letter-spacing: 0.05em;
  }
}
@media (min-width:1200px){
  
  .pg_obi .section.sec2{
    margin-top: 92px;
  }
  .obi_products{
    padding-top: 100px;
  }
  
}

  

/*******************************
*　オーダーメイド
********************************/
.pg_business{
  
}
.pg_business .section.sec1{
}
.pg_business .section.sec2{
}
.pg_business .section.sec3{
}

/* タイトル */
.ordermade_title{
  font-size: 16px;
  text-align: center;
  margin-bottom: 30px;
}
.ordermade_title_txt1{
  margin-bottom: 5px;
}
.ordermade_title_txt2{
  font-size: 1.25em;
  font-weight: 400;
}

/* ナビ */
.ordermade_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.ordermade_nav_item{
  width: 49%;
  background: #ffffff;
  display: block;
  text-align: center;
  padding: 5px 6px;
}
.ordermade_nav_item p{
  color: #181818;
  border: 1px solid #000;
  padding: 12px 10px;
  font-weight: 400;
}

/* 内容 */
.ordermade_contents_wrap{
  
}
.ordermade_contents_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ordermade_contents_row + .ordermade_contents_row{
  margin-top: 50px;
}
.ordermade_contents_box1{
  width: 100%;
}
.ordermade_contents_box2{
  width: 100%;
  margin-top: 15px;
}
.ordermade_contents_title{
  font-size: 18px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.ordermade_contents_txt{
  line-height: 2;
  text-align: justify;
}
.ordermade_contents_img{
  
}
.ordermade_contents_img.img_fit:before{
  padding-top: 67.71%;
}

/* 見出し */
.ordermade_tt2{
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  text-align: center;
  margin-bottom: 30px;
}
.ordermade_tt2:before,
.ordermade_tt2:after{
  content: "";
  width: 100%;
  height: 1px;
  background: #FFF;
}
.ordermade_tt2_txt{
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  white-space: nowrap;
  margin: 0 10px;
}

/* 流れ */
.ordermade_flow{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.ordermade_flow_item{
  width: 100%;
  padding: 0 5px;
}
.ordermade_flow_item_inner{
  
}
.ordermade_flow_item_img{
  
}
.ordermade_flow_item_img.img_fit:before{
  padding-top: 73.71%;
}
.ordermade_flow_item_title{
  font-size: 16px;
  font-weight: 500;
  background: #FFF;
  color: #181818;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
  padding: 9px 0;
}
.ordermade_flow_item_txt{
  line-height: 2;
  text-align: justify;
}

/* 料金 */
.ordermade_price{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.ordermade_price_item{
  width: 100%;
  padding: 0 5px;
}
.ordermade_price_item_inner{
  
}
.ordermade_price_item_title{
  font-size: 16px;
  font-weight: 500;
  background: #FFF;
  color: #181818;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 10px;
}
.ordermade_price_item_txt1{
  margin-bottom: 15px;
  text-align: justify;
}
.ordermade_price_item_txt2{
  line-height: 2;
  text-align: justify;
}
.ordermade_price_item_txt3{
  line-height: 2;
  text-align: justify;
}
.ordermade_price_item_txt3 p{
  text-indent: -1em;
  padding-left: 1em;  
}
.ordermade_price_item_list{
  
  margin-bottom: 20px;
}
.ordermade_price_item_list_row{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px dotted;
  padding: 10px;
}
.ordermade_price_item_list_row:nth-child(n+2){
  margin-top: 10px;
}
.ordermade_price_item_list_box1{
  
}
.ordermade_price_item_list_box2{
  margin-left: auto;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
 
}
@media (max-width:767px){
  
  .ordermade_flow_item:nth-child(n+2){
    margin-top: 30px;
  }
  
  .ordermade_price_item:nth-child(n+2){
    margin-top: 50px;
  }
  
}
@media (min-width:768px){
  
  /* タイトル */
  .ordermade_title{
    font-size: 20px;
    margin-bottom: 50px;
  }
  .ordermade_title_txt1{

  }
  .ordermade_title_txt2{
  }

  /* ナビ */
  .ordermade_nav{
    padding: 0 50px;
    margin-bottom: 80px;
  }
  .ordermade_nav_item{
    width: 45%;
  }
  .ordermade_nav_item p{
    font-size: 18px;
  }

  /* 内容 */
  .ordermade_contents_wrap{

  }
  .ordermade_contents_row{
  }
  .ordermade_contents_row + .ordermade_contents_row{
    margin-top: 80px;
  }
  .ordermade_contents_box1{
    width: 40.09%;
    padding-top: 20px;
  }
  .ordermade_contents_box2{
    width: 57.20%;
    margin-top: 0;
  }
  .ordermade_contents_title{
    font-size: 21px;
    padding-bottom: 27px;
    margin-bottom: 30px;
  }
  .ordermade_contents_txt{
  }
  .ordermade_contents_img{

  }
  
  .ordermade_contents_row:nth-child(odd) .ordermade_contents_box1{
    
  }
  .ordermade_contents_row:nth-child(odd) .ordermade_contents_box2{
    
  }
  .ordermade_contents_row:nth-child(even) .ordermade_contents_box1{
    order: 2;
  }
  .ordermade_contents_row:nth-child(even) .ordermade_contents_box2{
    order: 1;
  }
  
  /* 見出し */
  .ordermade_tt2{
    margin-bottom: 50px;
  }
  .ordermade_tt2_txt{
    font-size: 20px;
    margin: 0 20px;
  }
  
  /* 流れ */
  .ordermade_flow{
    margin: 0 -10px;
  }
  .ordermade_flow_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .ordermade_flow_item:nth-child(n+4){
    margin-top: 50px;
  }
  .ordermade_flow_item_inner{

  }
  .ordermade_flow_item_img{

  }
  .ordermade_flow_item_title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ordermade_flow_item_txt{
  }
  

  /* 料金 */
  .ordermade_price{
    margin: 0 -10px;
  }
  .ordermade_price_item{
    width: 50%;
    padding: 0 10px;
  }
  .ordermade_price_item_inner{

  }
  .ordermade_price_item_title{
    font-size: 18px;
    margin-bottom: 17px;
  }
  .ordermade_price_item_txt1{
    margin-bottom: 30px;
  }
  .ordermade_price_item_txt2{

  }
  .ordermade_price_item_list{
    margin-bottom: 40px;
  }
  .ordermade_price_item_list_row{
    padding: 15px 10px;
  }
  .ordermade_price_item_list_row:nth-child(n+2){
    margin-top: 10px;
  }
  .ordermade_price_item_list_box1{

  }
  .ordermade_price_item_list_box2{

  }

}
@media (min-width:1024px){
  
  
  
}
@media (min-width:1200px){
  
  .pg_orderMade .section.sec2{
    margin-top: 175px;
  }
  .pg_orderMade .section.sec3{
    margin-top: 160px;
  }
  
  /* タイトル */
  .ordermade_title{
    font-size: 24px;
    margin-bottom: 100px;
  }
  .ordermade_title_txt1{

  }
  .ordermade_title_txt2{
  }

  /* ナビ */
  .ordermade_nav{
    padding: 0 95px;
    margin-bottom: 150px;
  }
  .ordermade_nav_item{
    width: 380px;
  }
  .ordermade_nav_item p{
    
  }
  
  /* 見出し */
  .ordermade_tt2{
    margin-bottom: 70px;
  }
  .ordermade_tt2:before, 
  .ordermade_tt2:after{
    width: calc(50% - 130px);
  }
  .ordermade_tt2_txt{
    width: 260px;
    font-size: 24px;
    margin: 0 0px;
  }
  
  .ordermade_contents_row + .ordermade_contents_row {
    margin-top: 120px;
  }
  .ordermade_contents_box1{
    padding-top: 30px;
  }
  
  /* 流れ */
  .ordermade_flow{
    margin: 0 -15px;
    margin-top: -20px;
  }
  .ordermade_flow_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .ordermade_flow_item:nth-child(n+4){
    margin-top: 75px;
  }
  .ordermade_flow_item_inner{

  }
  .ordermade_flow_item_img{

  }
  .ordermade_flow_item_title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .ordermade_flow_item_txt{
  }
  
  /* 料金 */
  .ordermade_price{
    margin: 0 -15px;
  }
  .ordermade_price_item{
    width: 50%;
    padding: 0 15px;
  }
  .ordermade_price_item_inner{

  }
  .ordermade_price_item_title{
    font-size: 18px;
  }
  .ordermade_price_item_txt1{
  }
  .ordermade_price_item_txt2{

  }
  .ordermade_price_item_txt3{
    padding-right: 20px;
  }
  .ordermade_price_item_list{
  }
  .ordermade_price_item_list_row{
  }
  .ordermade_price_item_list_box1{

  }
  .ordermade_price_item_list_box2{
    padding-right: 20px;
  }
}

  

/*******************************
*　
********************************/
.pg_staff{
  
}
.pg_staff .section.sec1{
}
.pg_staff .section.sec2{
}
.pg_staff .section.sec3{
}

/* 一覧 */
.products_list{
  
}
.products_list .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.products_list .webgene-item{
  width: 50%;
  padding: 0 5px;
}
.products_list .webgene-item .inner{
  display: block;
}
.products_list .webgene-item .img{
  
}
.products_list .webgene-item .img.img_fit:before{
  padding-top: 100%;
}
.products_list .webgene-item .title{
  font-size: 15px;
  font-weight: 500;
  background: #313131;
  color: #FFF;
  text-align: center;
  padding: 10px 5px;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
  .products_list .webgene-item:nth-child(n+3){
    margin-top: 10px;
  }
  
}
@media (min-width:768px){
  
  /* 一覧 */
  .products_list{

  }
  .products_list .webgene-blog{
    margin: 0 -10px;
  }
  .products_list .webgene-item{
    width: 33.333%;
    padding: 0 10px;
  }
  .products_list .webgene-item:nth-child(n+4){
    margin-top: 20px;
  }
  .products_list .webgene-item .title{
    font-size: 18px;
    padding: 16px 10px;
  }
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
  /* 一覧 */
  .products_list{

  }
  .products_list .webgene-blog{
    margin: 0 -15px;
  }
  .products_list .webgene-item{
    width: 33.333%;
    padding: 0 15px;
  }
  .products_list .webgene-item:nth-child(n+4){
    margin-top: 30px;
  }
  .products_list .webgene-item .title{
    font-size: 20px;
  }
  
}


/* モーダル設定 */
.modal_{
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 12;
}
.modal__bg{
  height: 100vh;
  position: absolute;
  width: 100%;
  background: rgba(255,255,255,0.9);
}
.modal__content{
  width: 100%;
  height: auto;
  max-width: 92%;
  max-height: 500px;
  background: #ffffff;
  left: 50%;
  padding: 45px 25px 35px;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  overflow-y: auto;
}
.js-modal-close{
  position: absolute;
  right: 0;
  top: 0;
}
a.js-modal-close{
  position: absolute;
  right: 10px;
  top: 10px;
}
.js-modal-close i{
  font-size: 30px;
  color: #fff;
}
.modal__content{
  background: #000;
  /*color: #181818;*/
}
.modal__content .desc{
  margin-top: 15px;
}
.modal__content .desc .title2{
  font-size: 16px;
  font-weight: 500;
}
.modal__content .desc .txt{
  margin-top: 25px;
  line-height: 2;
  text-align: justify;
}
.modal__content .img{
  width: 100%;
}
.modal__content .img_fit:before{
  padding-top: 91%;
}

@media (max-width:767px){

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

  .modal__content{
    width: 730px;
    padding: 30px 40px;
    max-height: 687px;
    height: auto;
    max-width: 1110px;
    width: 60%;
  }
  .modal__content .title {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .modal__content .text {
  }
  .modal__content .desc{
    margin-top: 20px;
  }
  .modal__content .desc .title2{
    font-size: 20px;
  }
  .modal__content .desc .txt{
    margin-top: 15px;
  }
  .webgene-pagination{
    margin-top: 95px;
  }
}
@media (min-width:1024px){

  .modal__content {
    padding: 30px;
    max-height: 680px;
    width: 90%;
    height: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .modal__content .img{
    width: 48.46%;
  }
  .modal__content .desc{
    width: 48.46%;
    margin-top: 0;
  }
  .modal__content .desc .title2{
  }
  .modal__content .desc .txt{
    margin-top: 25px;
  }

}
@media (min-width:1200px){
  
  .modal__content{
    padding: 65px;
  }
  .modal__content .img{
    width: 48.46%;
  }
  .modal__content .desc{
    width: 48.46%;
  }
  .modal__content .desc .title2{
  }
  .modal__content .desc .txt{
  }


}

/*******************************
*　採用情報
********************************/
.pg_recruit{
  
}
.pg_recruit .section.sec1{
}
.pg_recruit .section.sec2{
  background: #fef8ee;
  padding-top: 50px;
  padding-bottom: 30px;
}
.pg_recruit .section.sec3{
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_recruit{

  }
  .pg_recruit .section.sec1{
  }
  .pg_recruit .section.sec2{
    padding-top: 60px;
    padding-bottom: 60px;
    margin-top: 50px;
  }
  .pg_recruit .section.sec3{
  }
  
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  .pg_recruit .section.sec1{
  }
  .pg_recruit .section.sec2{
    padding-top: 85px;
    padding-bottom: 60px;
    margin-top: 70px;
  }
  .pg_recruit .section.sec3{
  }
}



/*******************************
*　会社概要
********************************/
.pg_company{
  
}
.pg_company .section.sec1{
}
.pg_company .section.sec2{
}
.pg_company .section.sec3{
}

.company_map{
  
}
.company_map iframe{
  border: 0;
  width: 100%;
  height: 250px;
  margin-top: 20px;
}


@media (max-width:374px){
  
}
@media (min-width:375px){
  
}
@media (max-width:767px){
  
}
@media (min-width:768px){
  .pg_company{

  }
  .pg_company .section.sec1{
  }
  .pg_company .section.sec2{
  }
  .pg_company .section.sec3{
  }
  
  .company_map{
    margin-top: 50px;
  }
  .company_map iframe{
    height: 400px;
  }
  
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  .company_map{
    margin-top: 65px;
  }
  .company_map iframe{
    height: 450px;
  }
}
  

/*******************************
*　記事一覧(2カラム)
********************************/
.pg_news{
}
.posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.posts_layout_box1{
  width: 100%;
}
.posts_layout_box2{
  width: 100%;
  margin-top: 50px;
}

/* リスト */
.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;
  font-family: 'Outfit', sans-serif;
  letter-spacing: 0.075em;
}
.posts_list .webgene-item .category{
  width: auto;
}
.posts_list .webgene-item .category span{
  display: block;
  background: #fced00;
  color: #181818;
  padding: 1px 5px;
  border-radius: 11px;
  letter-spacing: 0.075em;
  line-height: 1.4;
  font-weight: 500;
  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: #fa761a;
  color: #FFF;
  padding: 10px 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 20px;
}

.posts_cat_item{
  padding-left: 8px;
  font-family: "Noto Sans JP", sans-serif;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 18px;
}
.posts_cat_item a{
  display: block;
  position: relative;
  padding-left: 35px;
  line-height: 1.5;
}
.posts_cat_item a:before{
  content: "■";
  position: absolute;
  left: 0;
}

/* 詳細 */
.posts_detail{
  border: 1px solid #d3d3d3;
  border-top: 15px solid #fef8ee;
  padding: 15px 10px;
}
.posts_detail .webgene-item{
  
}
.posts_detail .meta{
  border-bottom: 1px solid #d3d3d3;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.posts_detail .meta .category{
  margin-bottom: 8px;
}
.posts_detail .meta .category span{
  display: inline-block;
  background: #fced00;
  border-radius: 5px;
  color: #181818;
  min-width: 140px;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.075em;
  border-radius: 12px;
  padding: 3px 5px;
  line-height: 1.2;
}
.posts_detail .meta .date{
  
}
.posts_detail .meta .title{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.065em;
  
}
.posts_detail .post_content{
  line-height: 1.875;
  letter-spacing: 0.065em;
}
.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;
}

.posts_layout_box2 select, .posts_category_sp select{
  font-family: "Noto Sans JP", sans-serif;
}

/* コピー用 */
@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{
    width: 120px;
    max-width: 120px;
    line-height: 1.2;
  }
  
  .pg_news .posts_detail .webgene-item .title{
    padding-bottom: 10px;
  }
}
@media (min-width:768px){
  
  .pg_news{
  }
  .posts_layout_box1{
    width: 74.32%;
  }
  .posts_layout_box2{
    width: 22.97%;
    margin-top: 0;
  }
  
  /* リスト */
  .posts_list{

  }
  .posts_list .webgene-item{
    flex-wrap: wrap;
    padding-bottom: 15px;
  }
  .posts_list .webgene-item + .webgene-item{
    margin-top: 17px;
  }
  .posts_list .webgene-item .date{
    width: 100px;
    font-size: 15px;
    padding-left: 5px;
  }
  .posts_list .webgene-item .category{
    width: 140px;
  }
  .posts_list .webgene-item .category span{
    font-size: 14px;
  }
  .posts_list .webgene-item .title{
    /*width: calc(100% - 100px - 140px - 15px);*/
    width: 100%;
    margin-left: 0;
    padding-left: 5px;
  }
  .posts_list .webgene-item .title a{

  }
  
  .posts_side_wrap + .posts_side_wrap{
    margin-top: 55px;
  }
  
  /* 詳細 */
  .posts_detail{
    padding: 15px 30px;
  }
  .posts_detail .webgene-item{

  }
  .posts_detail .meta{
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px 5px;
    margin-bottom: 25px;
  }
  .posts_detail .meta .category{
    width: 100%;
  }
  .posts_detail .meta .category span{
    font-size: 14px;
    padding: 2px 5px;
  }
  .posts_detail .meta .date{
    width: 105px;
  }
  .posts_detail .meta .title{
    width: calc(100% - 105px);
    font-size: 20px;
  }
  .posts_detail .post_content{
    padding: 0 10px;
  }
  .posts_detail .thumb{
    margin-bottom: 20px;
  }

  .posts_detail + .read_more{
    margin-top: 50px;
  }
  
}
@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: 15px;
  }
  .posts_list .webgene-item .category{
    width: 140px;
  }
  .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{

  }
  
}
@media (min-width:1200px){
  
  .pg_news{
  }
  
  .posts_side_wrap + .posts_side_wrap{
    margin-top: 160px;
  }
  
  .posts_detail{
    padding-bottom: 50px;
  }
  
  .posts_detail + .read_more{
    margin-top: 80px;
  }
}



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




/* お問い合わせ先情報 */
.contact_info_wrap{
  background: #EEE;
  color: #FFF;
  padding: 30px 25px 20px;
  margin-bottom: 45px;
  /*font-family: "Noto Serif JP", serif;*/
}
.contact_info_tt{
  /*font-family: "Noto Serif JP", serif;*/
  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: center;
  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: #1eb909;
  color: #FFF;
  /*border-radius: 5px;*/
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 5px 16px 7px;
  margin-right: 20px;
}
.contact_info_tel_link{
  font-size: 44px;
  font-weight: 500;
  font-family: 'Outfit', "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
.contact_info_txt{
  font-weight: 700;
  margin-left: 20px;
  letter-spacing: 0.16em;
}

@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;
  }
}
@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%;
  }
  
}


/* お問い合わせフォーム */
.pg_contact{
  
}
.pg_contact .section.sec1{
}
.pg_contact .section.sec2{
  margin-top: 95px;
}
.pg_contact .section.sec3{
  margin-top: 145px;
}


/* 見出し */
.contact_tt {
  font-size: 28px;
  font-weight: 500;
  letter-spacing: 0.2em;
  text-align: center;
  margin-bottom: 45px;
  
}
.contact_tt.privacy{
  font-size: 21px;
  font-family: "Noto Sans JP";
  font-weight: 500;
  margin-bottom: 52px;
}

.contact_desc_txt{
  letter-spacing: 0.075em;
  line-height: 2;
  text-align: center;
}

/* フォーム */
.formTbl{  
  border: 1px solid #b2b2b2;
  background: #ffffff;
}
.formWrap{
  position: relative;
  z-index: 1;
}
.formWrap .tt2{
  margin-bottom: 50px;
}
.formTbl + .tt2{
  margin-top: 120px;
}
.form.formWrap {
  letter-spacing: 0.1em;
}
.formRow + .formRow{
  border-top: 1px solid #b2b2b2;
}
.formTh,
.formTd{
  padding: 10px 10px;
}
.formTh {
  padding-left: 20px;
  padding-right: 15px;
  background: #f0f0f0;
  letter-spacing: 0.08em;
  font-weight: 500;
}
.formTh label{
  margin: 0;
}
.formTh .d-inline-block.requiredText ,
.formTh .d-inline-block.optionText {
  width: 52px;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 0.12em; 
  line-height: 1.4;
  text-align: center;
  padding: 4px 2px;
  margin-top: 3px;
  float: right;
}
.formTh .d-inline-block.requiredText {
  background: #b80000;
  color: #ffffff;
}
.formTh .d-inline-block.optionText{
  background: #1c88d9;
  color: #ffffff;
}
.formTh .form_notice{
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
  color: #e70000;
  margin-top: 10px;
}

.formTd {
  font-size: 15px;
  padding-left: 20px;
  padding-right:20px; 
  letter-spacing: 0.16em;
}
.formTd input[type="text"],
.formTd input[type="tel"],
.formTd input[type="email"]{
  max-width: 460px;
  height: 39px;
  width: 100%;
  font-size: 15px;
  padding: 4px 10px 5px;
  border: 1px solid #d6d8d8;
  /*border-radius: 10px;*/
  /*background: #f7f5f5;*/
}
.formTd input::placeholder,
.formTd textarea::placeholder{
  font-size: 15px;
  letter-spacing: 0.16em;
  color: #ababab;
}

/* テキストエリア */
.formTd textarea{
  width: 100%;
  height: 280px;
  font-size: 16px;
  padding: 5px 15px;
  border: 1px solid #d6d8d8;
  /*border-radius: 10px;*/
  /*background: #f7f5f5;*/
}

/* プルダウン */
.formTd select{
  width: 220px;
  border: 1px solid #d6d8d8;
  /*border-radius: 10px;*/
  background: #f7f5f5;
  padding: 4px 10px 6px;
}
.selectArea{
  
}
.selectArea select{
  
}
.selectArea select + select{
  margin-left: 12px;
}

/* チェックボックス */
.checkArea{
  padding: 5px;
  padding-left: 10px;
}
.checkArea > div{
  margin-right: 17px;
}
.checkArea > div:last-child{
  margin-right: 0;
}
.checkArea input[type="checkbox"]{
  margin-right: 10px;
}
.checkArea input[type="text"]{
  width: auto;
  margin-left: 17px;
}

/* ラジオ */
.radioArea{
  padding: 0 15px;
}
.radioArea .d-inline-block .label{
  margin-left: 9px;
  letter-spacing: 0;
}
.radioArea .d-inline-block{
  margin-right: 40px;
}
.radioArea .d-inline-block:last-child{
  margin-right: 0;
}

/* 写真添付 */
.fileAreaWrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*width: 535px;*/
  width: 725px;
}
.fileAreaWrap .fileArea{
  /*width: 220px;*/
  /*width: 305px;*/
}
.fileAreaWrap .fileArea:nth-child(n+3){
  margin-top: 12px;
}

/* 項目毎の設定 */
.condition_box{
  
}
.condition_box > div:last-child{
  margin-right: 0;
  width: 605px;
}
.formTd input[name="condition_other_txt"]{
  width: 515px;
  max-width: none;
}

.formTd input[name="zip1"]{
  max-width: 120px;
}
.formTd input[name="zip2"]{
  max-width: 150px;
}
.formTd select[name="pref"]{
  max-width: 225px;
  width: 100%;
  font-size: 16px;
  padding: 7px 10px;
  border: 1px solid #d6d8d8;
}
.formTd input[name="city"]{
  max-width: 425px;
}
.formTd .addArea + .addArea{
  margin-top: 8px;
}
.formTd .addArea .labelText02{
  width: 75px;
}
.formTd .zipcode_i {
  padding: 5px;
  background: #cccccc;
  margin: 0;
  display: inline-block;
  border: 1px solid #d6d8d8;
  border-right: 0;
  vertical-align: top;
}

/**/
.formWrap .text-center{
  padding-top: 40px;
}
.formWrap input[name="privacy"]{
  margin-right: 7px;
}
.privacyLabel{
  font-size: 17px;
  font-weight: 500;
  display: inline;
}
.privacyLabel a{
  color: #95b3fe;
}

/* 送信ボタン */
.formBtn.formSend {
  max-width: 285px;
  width: 100%;
  font-size: 18px;
  padding: 10px;
  margin: 32px auto 0;
  border: 0;
  /*border-radius: 10px;*/
  background: #fa761a;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  display: block;
  font-weight: 500;
  cursor: pointer;
}
.formBtn.formSend:hover {
  opacity: 0.8;
}

.formWrap label {
  display: inline-block;
  margin-bottom: 0;
}



@media only screen and (min-width: 1024px){
/*  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }*/
  .formTh {
    -ms-flex: 0 0 28%;
    -webkit-box-flex: 0;
    -webkit-flex: 28%;
    flex: 0 0 28%;
    max-width: 28%;
  }
  .formTd {
    -ms-flex: 0 0 72%;
    -webkit-box-flex: 0;
    -webkit-flex: 72;
    flex: 0 0 72%;
    max-width: 72%;
  }
}
  

/* プライバシー */
.pg_privacy .tt2{
  margin-bottom: 55px;
}
.privacy_item {
  margin-top: 35px;
}
.privacy_ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding: 10px 15px;
  margin-bottom: 12px;
  border-left: 6px solid #fa761a;
}
.privacy_txt{
  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;
}


.formWrap .d-inline{
  display: inline-block!important;
}
.formWrap .d-inline-block {
  vertical-align: middle;
}

@media only screen and (max-width: 1499px){
  
  .formTh{
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }
  .formTd{
    padding-left: 20px;
    padding-right: 15px;
  }
  
  .formTh .d-inline-block.requiredText, .formTh .d-inline-block.optionText{
    width: 50px;
    
    padding: 2px 6px;
  }
  
  .formTd input[name="condition_other_txt"] {
    width: 400px;
  }
  
  /* 写真添付 */
  .fileAreaWrap .fileArea{
    width: 100%;
  }
  .fileAreaWrap .fileArea:nth-child(n+2){
    margin-top: 12px;
  }
  
  .fileAreaWrap{
    width: auto;
  }
  
  .contact_desc_txt p br{
    display: none;
  }
  
  
}
@media only screen and (max-width: 1199px){
  
  .condition_box > div:last-child{
    width: auto;
  }
  
  .pg_privacy .tt2{
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1023px){ 
  
  .formWrap .tt2 {
    margin-bottom: 30px;
  }
  .formTbl + .tt2 {
    margin-top: 70px;
  }
  
  
  .formTd input[name="condition_other_txt"] {
    width: 200px;
  }
  
  .radioArea {
    padding: 0 5px;
  }
  .radioArea .d-inline-block .label {
    margin-left: 11px;
  }
  
  .selectArea{
    
  }
  .shaken_box select{
    /*width: 100%;*/
  }
  .shaken_box select+select{
    margin-top: 12px;
    margin-left: 0;
  }
  
  .privacy_ttl{
    font-size: 18px;
  }
  
}

@media only screen and (max-width: 1023px){
  .contact_desc_txt{
    text-align: justify;
  }
} 
@media only screen and (max-width: 767px){  
  
  .pg_contact .section.sec2{
    margin-top: 50px;
  }
  .pg_contact .section.sec3{
    margin-top: 50px;
  }
  
  .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;
  }
  
  
  .formWrap .tt2 {
    margin-bottom: 20px;
  }
  .formTbl + .tt2 {
    margin-top: 50px;
  }
  
  .formTh {
    padding: 10px 10px;
  }
  .formTd {
    font-size: 14px;
    padding: 10px;
    
  } 
  
  .formTd input[type="text"],
  .formTd input[type="tel"],
  .formTd input[type="email"]{
    font-size: 14px;
    height: auto;
  }
  .formTd select{
    height: 36px;
  }
  
  .formTd input[name="zip1"] {
    width: 80px;
  }
  .formTd input[name="zip2"] {
    width: 100px;
  }
  .formTd select[name="pref"] {
    width: 155px;
  }
  .formWrap .text-center {
    padding-top: 25px;
  }
  .privacyLabel {
    font-size: 15px;
  }
  
  .privacyformError{
  	margin-top:-40px !important;
  }
  
  .contact_tt.privacy {
    margin-bottom: 0;
  }
  .privacy_item {
    margin-top: 26px;
  }
  .contact_info_txt_1 {
    margin-bottom: 10px;
    padding-left: 0;
  }
  .formWrap .d-inline {
    display: block!important;
  }
  .formTd .addArea .labelText02 {
    display: block;
  }
  label.label.zipcode_i {
    padding: 7px 4px;
  }
  a.contact_info_txt_3 {
    width: 200px;
    margin: 10px 0;
  }
  
  .checkArea{
    padding: 0;
  }
  .checkArea > div{
    margin-right: 0;
    width: 100%;
  }
  .checkArea .d-inline-block {
    display: block  !important;
    position: relative;
    padding-left: 20px;
    letter-spacing: 0.075em;
  }
  .checkArea .d-inline-block [type="checkbox"]{
    position: absolute;
    top:6px;
    left: 0;
  }
  .radioArea .d-inline-block {
    margin-right: 10px;
    letter-spacing: 0.075em;
  }
  
  .privacy_ttl {
    font-size: 15px;
    padding-left: 10px;
  }
}


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

@media only screen and (max-width: 767px){   
  .thanks_text{
  }
}
@media (min-width:1024px){
  .thanks_text{
    text-align: center;
  }
}

/*******************************
*　
********************************/
.pg_xxx{
  
}
.pg_xxx .section.sec1{
}
.pg_xxx .section.sec2{
}
.pg_xxx .section.sec3{
}


/* コピー用 */
@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{
  }
  
  
}
@media (min-width:1024px){
  
}
@media (min-width:1200px){
  
}

.videoWrap {
  padding-top: 50px;
}

@media (min-width: 768px) {
  .videoWrap {
    padding-top: 60px;
  }
}

@media (min-width:1024px){
  .videoWrap {
    padding-top: 120px;
  }
  
}
@media (min-width:1200px){
  .videoWrap {
    padding-top: 160px;
  }
}

.videoContainer {
  max-width: 640px;
  margin-inline: auto;
  aspect-ratio: 16 / 9;
}

.videoContainer iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}