@charset "UTF-8";
/*
Theme Name: MY-THEME
*/
@import "style-visual.css";

/* Webフォント読込サンプル */
/*
@font-face {
  font-family: "Font-Family-NAME";
  src: url(css/fonts/font-file.woff2) format("woff2"),
  url(css/fonts/font-file.woff) format("woff"),
  url(css/fonts/font-file.eot) format("eot");
  font-weight: 400;
  font-style: normal;
}
*/

/* ==========================================================================
   サイト毎の独自のスタイル
   ========================================================================== */

/* 基本フォント: ゴシック */
body{
  font-family:  'Noto Sans JP', "游明朝体", "Yu Mincho", YuMincho, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.666;
  color: #383838;
}

/* 基本フォント: 明朝 */
/**/
body{
  /* 游明朝体 */
  /*font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  /* ヒラギノ明朝 */
  /*font-family: 'Hiragino Mincho Pro', 'ヒラギノ明朝 Pro', 'Yu Mincho', '游明朝', 'MS Mincho', 'MS明朝', serif;*/
}

@media (min-width:768px){
  :root {
    --margin-for-device-side: calc(345px - 50vw);
    --margin-for-device-side-w: calc(345px - 50vw);
  }
}
@media (min-width:992px){
  :root {
    --margin-for-device-side: calc(465px - 50vw);
    --margin-for-device-side-w: calc(465px - 50vw);
  }
}
@media (min-width:1200px){
  :root {
    --margin-for-device-side: calc(555px - 50vw);
    --margin-for-device-side-w: calc(555px - 50vw);
  }
}

/* admin-barの高さ分の padding 設定 */
body.admin-bar{
  padding-top:0;
}
@media (max-width:782px){
  body.admin-bar{
    padding-top: 46px;
  }
}

.gothic{
  font-family: '游ゴシック体','Yu Gothic', 'YuGothic', "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.mincho{
  font-family: "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

a{
  color: inherit;
  text-decoration: none;
}
a:hover{
  text-decoration: underline;
}

img{
  max-width: 100%;
}
a:hover img{
  opacity: 0.8;
}


.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;
}
a .img.img_fit img{
  transition: 0.2s all;
}
a:hover .img.img_fit img{
  transform: scale(1.05);
}


img[class*="wp-image-"],
img[class*="attachment-"]{
  max-width: 100%;
  height: auto;
}

i, em{
  font-style: normal;
}

/* 動画埋め込みのレスポンシブ対応 */
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%;
}

/* テーブル */
table{
  width: 100%;
  table-layout: fixed;
}
table th,
table td{
  padding: 10px 10px;
}

/* テーブル 汎用class */
.tbl{

}
.tbl th,
.tbl td{
  border: 1px solid #b2b2b2;
}
.tbl th{

}
.tbl td{

}


/* スクロール テーブル */
.js-scrollable{
  overflow-x: auto;
}
.js-scrollable table{
  min-width: 748px;
}

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

/* 指定デバイスで改行を消す */
@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;
}

/* **********************************
 *  コンテナ
 * ********************************* */
.wrapper{
  overflow-x: hidden;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.anchor{
  position: relative;
  top: -30px;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
  .anchor{
    top: -100px;
  }
}

@media (min-width: 992px){
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px){
  .container {
    max-width: 1140px;
  }
}
@media (min-width:1366px){

  /* コンテナサイズ:1286px */
  .container.wide{
    max-width: calc(1286px + 80px);
    padding-left: 40px;
    padding-right: 40px;
  }

  :root {
    --margin-for-device-side-w: calc(643px - 50vw);
  }

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

  /* コンテナサイズ:1370px */
  .container.wide{
    max-width: calc(1370px + 100px);
    padding-left: 50px;
    padding-right: 50px;
  }
  :root {
    --margin-for-device-side-w: calc(685px - 50vw);
  }

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

  /* コンテナサイズ:1520px */
  .container.wide{
    max-width: calc(1520px + 200px);
    padding-left: 100px;
    padding-right: 100px;
  }
  :root {
    --margin-for-device-side-w: calc(760px - 50vw);
  }
}


.section{
  width: 100%;
  /*margin-bottom: 50px;*/
  /*padding: 30px 0;*/
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.pg_header{
  /*padding: 15px 0;*/
  background-color: #ccc;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 60px;
}
.pg_header .container{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 260px;
}

/* 共通のfloat ボックスとして定義しておく */
.box_l{
  float: left;
}
.box_r{
  float: right;
}

/* ▼サンプル▼ 利用箇所毎に幅指定だけで済むように */
/*
.post_list .post_box .box_l {
    width: 70%;
}
.post_list .post_box .box_r {
    width: 25%;
}
*/

/* ▼サンプル▼ リストなどでアイキャッチがない場合のclass */
/*
.post_list .post_box .box_w{
  width: 100%;
}
*/

/*
 * 共通クラスとして定義しておく
 * リスト組みのテンプレート
 * 
 */

.listbox{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.listbox .item{
  display: block;
  width: 100%;
}
.listbox .item .img{
  position: relative;
  display: block;
  overflow: hidden;
}
.listbox .item .img:before{
  content: "";
  display: block;
  padding-top: 100%;
}
.listbox .item .img.img2x1:before{
  padding-top: 50%;
}
.listbox .item .img.img1x2:before{
  padding-top: 200%;
}
.listbox .item .img.img2x3:before{
  padding-top: 150%;
}
.listbox .item .img.img3x2:before{
  padding-top: 66.666666%;
}
.listbox .item .img.img3x4:before{
  padding-top: 133.333333%;
}
.listbox .item .img.img4x3:before{
  padding-top: 75%;
}
.listbox .item .img.img16x9:before{
  padding-top: 56.25%;
}
.listbox .item .img img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.listbox .item .title{

}
.listbox .item .date{

}
.listbox .item .txt{

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

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

}
@media (max-width:767px){
}
@media (min-width:768px){
  .pg_header{
    margin-bottom: 80px;
  }
}
@media (min-width:1024px){
}
@media (min-width:1200px){
  .pg_header{
    margin-bottom: 160px;
  }
}


/* ▼サンプル▼ 利用箇所ごとにマージンなど設定 */
/*
.post_content .col1,
.post_content .col2,
.post_content .col3{
  margin-bottom: 20px;
}
*/


/* **********************************
 *  ヘッダー
 * ********************************* */
header{
  padding: 10px 0;
}
header .hdr1{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  background: #fff;
  border:1px solid #000000;
  border-radius: 10px;
  padding-left: 24px;
}
header .hdr1 .hdr_logo{
  line-height: 1;
}
header .hdr1 .hdr_logo img{
  display: block;
}
header .hdr1 .hdr_contact{

}

header .hdr_inner{
  padding-inline: 1.04%;
}



@media (max-width:374px){

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

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

}
@media (min-width:768px){
  header{
    position: fixed;
    z-index: 20;
    top: 0;
    left: 0;
    right: 0;
  }


  .hdr_outer{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
  }

  .hdr_contact_btns{
    display: flex;
    flex-wrap: wrap;
    margin-left: 38px;
  }
  .hdr_contact_btn{
    display: block;
    width: 140px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 16px 0;
    border-left: 1px solid #000;
    transition: all .2s;
    overflow: hidden;
  }
  .hdr_contact_btn:hover div{
    transform: scale(1.05);
    text-decoration: none;
  }
  .hdr_contact_btn div{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    transition: all .2s;
    text-decoration: none;
  }
  .hdr_contact_btn div:before{
    content: "";
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    min-height: 32px;
    margin-bottom: 10px;
  }
  .hdr_contact_btn:last-child{
    border-radius: 0 10px 10px 0;
  }
  .hdr_contact_btn.ye{
    background:#fee101;
    color: #000;
  }
  .hdr_contact_btn.ye div:before{
    width: 33px;
    aspect-ratio:33 / 27;
    background-image: url(/img/shop.png);
  }
  .hdr_contact_btn.red{
    background:#c91e2e;
  }
  .hdr_contact_btn.red div:before{
    width: 34px;
    aspect-ratio:34 / 32;
    background-image: url(/img/tool.png);
  }
  .hdr_contact_btn.or{
    background:#f15a22;
  }
  .hdr_contact_btn.or div:before{
    width: 33px;
    aspect-ratio:32 / 23;
    background-image: url(/img/mail.png);
  }

  .gnav .inner ul{
    display: flex;
    flex-wrap: wrap;
  }
}
@media (min-width:1024px){
  .hdr_outer{

  }

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


}

/* **********************************
 *  グローバルナビ
 * ********************************* */
.gnav{
  /*background: #EEE;*/
  /*padding: 0 5px;*/
}
.gnav > ul{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  /*font-size: 18px;*/
}
.gnav > ul > li{
  width: 100%;
  position: relative;
}
.gnav > ul > li.menu-item-has-children:after{
  content: "\f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #FFF;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.gnav li a{
  color: #333;
  text-decoration: none;
  display: block;
  padding: 2px 5px;
  border: 1px solid #000;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.gnav li a:hover{
  /*background: #333;*/
  /*color: #FFF;*/
}

.gnav .children,
.gnav .sub-menu{
  display: none;
  background: #aaa;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1;
}
.gnav li:hover > .children,
.gnav li:hover > .sub-menu{
  display: block;
}

/* メニューボタン */
.hdr_menubtn{
  display: none;
  margin-left: 20px;
}
.hdr_menubtn a{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #181818;
}
.hdr_menubtn a > p{
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  font-family: "Cardo", serif;
  color: #000;
  letter-spacing: 0;
}
.btnHamburger {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.btnHamburger .line {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 30px;
  height: 3px;
  background: #000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btnHamburger .line_01 {
  top: 6px;
}
.btnHamburger .line_02 {
  top: 14px;
}
.btnHamburger .line_03 {
  top: 22px;
}

.btnHamburger.is-active .line_01 {
  top: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btnHamburger.is-active .line_02 {
  opacity: 0;
}

.btnHamburger.is-active .line_03 {
  top: 14px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
@media (min-width:768px) and (max-width:1199px){

  .hdr_menubtn{
    display: block;
  }

  /*ナビゲーション*/
  .gnav {
    display: flex!important;
    align-items: center;
    width: calc(100% - 60px);
    height: 0;
    background: #f6f6f6;
    border-radius: 15px;
    box-shadow: 0 0 4px 0px #666;
    font-size: 20px;

    position: fixed;
    left: 100%;
    z-index: 1000000000;
    overflow: hidden;
    opacity: 0;
    transition: all 1.8s;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .gnav.active {
    align-items: flex-start;
    left: 50%;
    right: inherit;
    top: 50%;
    height: auto;
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  .gjs-dashed .gnav{
    align-items: flex-start;
    left: 15px;
    right: 15px;
    height: auto;
    opacity: 1;
  }
  .gnav.active,
  .gjs-dashed .gnav {
    max-width: 900px;
    top: 50%;
    left: 51.8%;
    right: auto;
    -webkit-transform: translate(0, -50%);
    transform: translate(-50%, -50%);
  }

  /* SNSエリア */
  .gnav .gnav_box1{
    width: 65px;
    padding: 30px 0;
    text-align: center;
  }
  .gnav .gnav_box1 .hdr_sns{
    margin: 0;
    display: block;
  }
  .gnav .gnav_box1 .hdr_sns + .hdr_sns{
    margin-top: 15px;
  }
  .gnav .gnav_box1 .hdr_sns img{
    /*width: 35px;*/
  }

  /* ボタンエリア */
  .gnav .gnav_box2{
    width: 65px;
    padding: 30px 0;
    text-align: center;
  }
  .gnav .gnav_box2 .gnav_open{
    font-size: 12px;
    line-height: 1;
    margin: 0;
    text-align: center;
    display: inline-block;
  }
  .gnav .gnav_box2 .gnav_open i{
    font-size: 28px;
    margin-bottom: 5px;
  }
  .gnav .gnav_box2 .hdr_menu.gnav_open{
    font-size: 12px;
  }
  .gnav_menu{
    font-size: 14px;
    letter-spacing: 0.075em;
    text-align: center;
    line-height: 1;
  }
  .gnav_menu i{
    font-size: 28px;
  }

  /* リンクエリア */
  .gnav .inner{
    /* gnav_box1, gnav_box2 どちらも使用する */
    /*width: calc(100% - 65px - 65px);*/

    /* gnav_box2 だけ使用する */
    width: calc(100% - 65px);

  }
  .gnav ul{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .gnav li {
    width: 33.333%;
    /*padding: 100px 10px;*/
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.075em;
    text-align: center;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 150px;*/
    border-right: 1px solid #9f9f9f;
  }
  .gnav li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px;
    padding: 10px 10px;
    border: none;
  }
  .gnav.active .inner:hover .gnav_item{
    /*opacity: 0.5;*/
  }
  .gnav.active .inner:hover .gnav_item:hover a{
    opacity: 1;
    background: #DDD;
  }

  .gnav_item_sub{
    display: none;
  }

  .gnav.active .inner ,
  .gjs-dashed .gnav .inner {
    display: flex;
    flex-wrap: wrap;
    border-radius: 0;
    /*border: 1px solid #000;*/
    border-right: 1px solid #9f9f9f;
    border-left: 1px solid #9f9f9f;
    background: #f6f6f6;
  }

  /* 3個並び */
  .gnav li {
    width: 33.333%;
  }
  .gnav li:nth-child(n+4) {
    border-top: 1px solid #9f9f9f;
  }
  .gnav li:nth-child(3n){
    border-right: 0;
  }

  /* 5個並び */
  /*.gnav .gnav_item {
    width: 20%;
  }
  .gnav .gnav_item:nth-child(n+6) {
    border-top: 1px solid #9f9f9f;
  }
  .gnav .gnav_item:nth-child(5n){
    border-right: 0;
  }*/

  .gnav .gnav_item:hover {
    opacity: 1;
  }
  .gnav .gnav_item:hover p{
    opacity: 0.8;
  }

  .gnav_box2 .hdr_menubtn{
    margin-left: 0;
  }
  .gnav_box2 .btnHamburger .line{
    background: #181818;
    width: 40px;
  }
  .gnav_box2 .hdr_menubtn a > p{
    color: #181818;
  }

}
@media (max-width:767px){
  header .hdr1{
    padding: 10px;
  }
  header .hdr1 .hdr_logo img{
    width: auto;
  }

  .gnav{
    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;
  }
  .gnav.active{
    transform: translateX(0%);
  }
  .gnav > ul{
    display: block;
  }
  .gnav > ul > li{
    width: 100%;
    padding: 10px 0;
    border: 0;
    border-bottom: 1px dashed #CCC;
  }
  .gnav > ul > li + li,
  .gnav > ul > li:first-child,
  .gnav > ul > li:last-child{
    border-left: 0;
    border-right: 0;
  }
  .gnav > ul > li a{
    padding: 10px 0;
  }
  .gnav .children, .gnav .sub-menu{
    display: block;
    position: static;
    background: #EEE;
  }

  .hdr_contact_btns{
    display: none;
  }
}


@media (min-width:768px){
  .gnav li a{
    padding: 2px 10px;
  }
  .gnav > ul > li{
    margin-left: 10px;
  }
}
@media (min-width:1024px){
  .gnav li a{
    font-size: 18px;
  }
}
@media (min-width:1200px){
  .gnav ul li{
    margin-left: 10px;
  }

}

/* **********************************
 *  メインビジュアル
 * ********************************* */
.mv{
  position: relative;
}
.mv_item_img:before{
  padding-top: 250px;
}
.mv_content{
  margin-top: 20px;
}
.mv_txt1{
  font-size: 32px;
  font-weight: 900;
  line-height: 1.3em;
  font-style: italic;
  letter-spacing: -0.025em;
}
.mv_txt1 span{
  font-size: 26px;
}
.mv_txt2{
  font-size: 18px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: -0.035em;
}
.mv_content_btns{
  margin-top: 16px;
}
.mv_content_btn{

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

}
@media (min-width:768px){
  .mv_item_img:before{
    padding-top: 100vh;
  }

  .mv_content{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 2;
    margin-top: 0;
  }
  .mv_txt1{
    font-size: 50px;
    color: #fff;
  }
  .mv_txt1 span{
    font-size: 40px;
  }
  .mv_txt2{
    font-size: 20px;
    color: #fff;
  }
  .mv_content_btns{
    display: flex;
    align-items: flex-end;
    margin-top: 30px;
  }
  .mv_content_btn{

  }
  .mv_content_btn + .mv_content_btn{
    margin-left: 10px;
  }

}
@media (min-width:1024px){
  .mv_item_img:before{
    padding-top: 800px;
    ;
  }

  .mv_txt1{
    font-size: 50px;
  }
  .mv_txt1 span{
    font-size: 40px;
  }
  .mv_txt2{
    font-size: 22px;
  }
  .mv_content_btns{

  }
  .mv_content_btn{

  }
}
@media (min-width:1200px){
  .mv_txt1{
    font-size: 72px;
  }
  .mv_txt1 span{
    font-size: 60px;
  }
  .mv_txt2{
    font-size: 36px;
  }
  .mv_content_btns{

  }
  .mv_content_btn{

  }

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

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

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

}
/* **********************************
 *  フッター
 * ********************************* */
footer{
  background: none;
  color: #FFF;
  padding: 60px 0 10px;
  margin-top: 100px;
}

footer .ftr1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .box1{
  width: 50%;
}
footer .box2{
  width: 50%;
}

footer .ftr_logo{
  margin-bottom: 32px;
}
footer .ftr_addr{
  line-height: 1.7;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ftr_sns_items{
  display: flex;
  align-items: center;
  margin-top: 17px;
}
.ftr_sns_items a{
  display: block;
  margin-right: 10px;
}

footer .ftr_contact{
  background: #FFF;
  color: #111;
  padding: 5px;
}
footer .ftr_contact .inner{
  border: 2px solid #84ccad;
  padding: 10px;
  font-weight: 500;
  text-align: center;
}
footer .ftr_contact .title{

  letter-spacing: 0.05em;
}
footer .ftr_contact .title span{
  display: inline-block;
  padding: 5px 30px;
  border-bottom: 1px solid;
}
footer .ftr_contact .btn1{
  letter-spacing: 0.05em;
}
footer .ftr_contact .btn1 span{
  display: inline-block;
  font-size: 31px;
}
footer .ftr_contact .btn1 span:first-letter{
  font-size: 38px;
}
footer .ftr_contact .btn1 a{
  font-size: 36px;
}
footer .ftr_contact .btn2{
  margin-top: 6px;
}
footer .ftr_contact .btn2 a{
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #f29b76;
  padding: 5px;
}
footer .ftr_contact .btn2 i{
  margin-right: 5px;
}

footer .ftr_links{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: 25px;
}
footer .ftr_links li{
  padding: 0;
  line-height: 1.1;
  white-space: nowrap;
}
footer .ftr_links li+li{
  border-left: none;
}
footer .copy{
  background:transparent;
  color: #111;
  text-align: center;
  font-size: 14px;
  padding: 10px 0;
  margin-top: 79px;
  border-top: 1px solid #fff;
  color: #fff;
}
footer .copy a{
  /*color: #111;*/
}


.footer_fix{
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #aec4e5;
  z-index: 10;
}
.footer_fix ul{
  /*display: table;*/
  width: 100%;
  font-size: 14px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 3px;
}
.footer_fix ul li{
  /*display: table-cell;*/
  text-align: center;
  /*vertical-align: middle;*/
}
.footer_fix ul li.btn1{
  width: 36%;
}
.footer_fix ul li.btn2{
  width: 24%;
}
.footer_fix ul li a{
  display: block;
  padding: 10px;
  background: #4072b3;
  color: #FFF;
  text-decoration: none;
}

.ftr_contact_wrap{
  position: relative;
}
.ftr_contact_img:before{
  padding-top: 384px;
}
.ftr_contact_img:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
  z-index: 2;
}
.ftr_contact_box{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
}
.ftr_contact_tt{
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  line-height: 1;
  letter-spacing: 0;
  display: flex;
  align-items: center;
}
.ftr_contact_tt:before{
  content: "";
  display: block;
  width: 14px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f15a22;
  margin-right: 12px;
}
.ftr_contact_inner{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
  margin-top: 28px;
}
.ftr_contact_inner .box1{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding-inline: 32px 25px;
}
.ftr_contact_inner .box1 .phone{
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0;
  color: #000;
}
.ftr_contact_inner .box1 .phone a{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr_contact_inner .box1 .phone a:before{
  content: "\f879";
  font-family: "Font Awesome 5 Free";
  font-size: 21px;
  margin-right: 8px;
}
.ftr_contact_btn{
  display: block;
  width: 100%;
  max-width: 280px;
  background: #000;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border-radius: 39px;
  padding: 8px 0px;
  transition: all .2s;
}
.ftr_contact_btn:hover{
  transform: scale(1.05);
  text-decoration: none;
}
.ftr_contact_btn .contact{
  display: flex;
  align-items: center;
  justify-content: center;
}
.ftr_contact_btn .contact:before{
  content: "";
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 32px;
  width: 22px;
  aspect-ratio: 32 / 23;
  background-image: url(/img/mail.png);
  margin-right: 6px;
}
.ftr_contact_inner .box2{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ftr_contact_inner .box2 a{

}
.ftr_contact_inner .box2 a img{
  transition: all .2s;
}
.ftr_contact_inner .box2 a:hover img{
  transform: scale(1.05);
}

.ftr_1{
  background: #f15a22;
  position: relative;
}
.ftr_1:before{
  content: "";
  display: block;
  width:21.97%;
  ;
  aspect-ratio:422 / 420;
  background-image: url(/img/ftr_bike_left.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ftr_1:after{
  content: "";
  display: block;
  width: 23.125%;
  aspect-ratio:444 / 412;
  background-image: url(/img/ftr_bike_right.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width:767px){
  footer{
    padding-top: 0;
    margin-top: 50px;
  }
  .footer_fix{
    display: block;
  }

  .ftr_contact_img:before{
    padding-top: 550px;
  }
  footer .ftr1{
    padding: 50px 0;
  }
  footer .box1{
    text-align: center;
    width: 100%;
  }
  footer .box2{
    display: none;
  }
  .ftr_sns_items{
    justify-content: center;
  }

  .ftr_contact_inner .box1 .phone{
    font-size: 28px;
  }
  .ftr_contact_inner .box1{
    padding: 20px;
    justify-content: center;
  }
  .ftr_contact_inner .box2{
    margin-top: 16px;
  }
  .ftr_contact_inner .box2 a{
    display: block;
    width: 100%;
    margin-bottom: 16px;
  }
  .ftr_contact_inner .box2 a img{
    display: block;
    width: 100%;
  }
}
@media (min-width:768px){
  .ftr_contact_wrap{

  }
  .ftr_contact_img:before{

  }
  .ftr_contact_box{

  }
  .ftr_contact_tt{
    font-size: 40px;
  }
  .ftr_contact_inner{

  }
  .ftr_contact_inner .box1{
    justify-content: space-around;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ftr_contact_inner .box1 .phone{
    font-size: 30px;
  }
  .ftr_contact_inner .box1 .phone .ftr_contact_btn{

  }
  .ftr_contact_inner .box1 .phone .ftr_contact_btn .contact{

  }
  .ftr_contact_inner .box2{
    margin-top: 40px;
    ;
  }
  .ftr_contact_inner .box2 a{

  }

  .ftr_1{
    padding: 53px 0 50px;
  }
  .ftr_1 .box1{
    width: 51.35%;
  }
  .ftr_1 .box2{
    width: 45.22%;
  }

  .ftr_links li{
    width: 50%;
  }
  .ftr_links li:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .ftr_contact_wrap{

  }
  .ftr_contact_img:before{

  }
  .ftr_contact_box{

  }
  .ftr_contact_tt{
    font-size: 60px;
  }
  .ftr_contact_inner{

  }
  .ftr_contact_btn {
    max-width: 200px;
  }
  .ftr_contact_inner .box1{
    width: 32.04%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .ftr_contact_inner .box1 .phone {
    font-size: 25px;
  }
  .ftr_contact_inner .box1 .phone .ftr_contact_btn{

  }
  .ftr_contact_inner .box1 .phone .ftr_contact_btn .contact{

  }
  .ftr_contact_inner .box2{
    width: 66.5%;
    margin-top: 0;
  }
  .ftr_contact_inner .box2 a{

  }

  .ftr_1{
    padding: 53px 0 79px;
  }
  .ftr_1 .box1{
    padding-top: 29px;
  }
  .ftr_links li{
    width: 50%;
  }
  .ftr_links li:nth-child(n+3){
    margin-top: 20px;
  }
}
@media (min-width:1200px){
  .ftr_contact_box{

  }
  .ftr_contact_tt{
    font-size: 60px;
  }
  .ftr_contact_inner{

  }
  .ftr_contact_inner .box1{
    width: 45.04%;
    justify-content: flex-start;
    ;
  }
  .ftr_contact_inner .box1 .phone{
    font-size: 30px;
  }
  .ftr_contact_inner .box1 .phone .ftr_contact_btn{

  }
  .ftr_contact_inner .box1 .phone .ftr_contact_btn .contact{

  }
  .ftr_contact_inner .box2{
    width: 54.05%;
  }
  .ftr_contact_inner .box2 a{

  }

  .ftr_1{
    padding: 53px 0 0;
  }
  .ftr_links{
    margin-right: -20px;
  }
  .ftr_links li:nth-child(n+3){
    margin-top: 0;
  }
  .ftr_links li:nth-child(3n - 2){
    width: 140px;
  }
  .ftr_links li:nth-child(3n - 1){
    width: 250px;
  }
  .ftr_links li:nth-child(3n){
    width: 110px;
  }
  .ftr_links li:nth-child(n+4){
    margin-top: 25px;
  }
}


/* 検索フォーム */
.pg_404{
  text-align: center;
}
.pg_404{

}

.search-form{
  padding: 20px 0;
}
.search-form .search-field{
  padding: 5px;
}
.search-form .search-submit{
  padding: 5px 10px;
}

.pg_image{

}
.pg_image .attachment{
  padding: 20px;
  background-color: #ececec;
  text-align: center;
}


/* 記事リスト */
.post_items{
  padding: 0 0;
}
.post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.post_items .item .img{
  overflow: hidden;

}
.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}
.post_items .item .category{
  width: 150px;
  padding: 0 10px;

}
.post_items .item .category span{
  display: block;
  background: #e5e5e5;
  color: #6c6969;
  padding: 3px;
  margin: 2px;
  text-align: center;
}
.post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 15px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
}
.post_items .item.single_item:after{
  display: none;
}
.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.post_items .item.single_item .title{
  width: 100%;
  font-size: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #CCC;
}
.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.post_items .item.single_item .content h1,
.post_items .item.single_item .content h2,
.post_items .item.single_item .content h3,
.post_items .item.single_item .content h4,
.post_items .item.single_item .content h5,
.post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.post_items .item.single_item .content a{
  color: #2196F3;
}

.post_items .post_content{
  margin-top: 30px;
}

/* ページ送り(一覧) */
.pagination{
  text-align: center;
  margin-top: 30px;
}
.pagination .nav-links{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;

}
.pagination .page-numbers.current{
  background: #000;
  color: #FFF;
}
.pagination .page-numbers{
  align-self: stretch;
  border: 1px solid #000;
  padding: 10px 10px;
  margin: 4px 4px;
  background: #FFF;
  color: #000;
  text-decoration: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.pagination .page-numbers.current,
.pagination .page-numbers:hover{

}
.pagination .page-numbers.next,
.pagination .page-numbers.prev{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  border: 0;
  padding: 10px 10px;
  margin: 4px 4px;
  color: #000;
  text-decoration: none;
  width: 55px;
  border: 0;
  border-radius: 0;
}
.pagination .page-numbers.next:after{
  content: "";
  width: 30px;
  aspect-ratio: 1 / 1;
  background-image: url(/img/shoponly/arrow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: -30px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}
.pagination .page-numbers.prev:before{
  content: "";
  width: 30px;
  aspect-ratio: 1 / 1;
  background-image: url(/img/shoponly/arrow_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 55px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

/* ページ送り(詳細) */
.pagination .nav-posts{
  display: flex;
  /*  justify-content: space-between;*/
  align-items: center;
}
.pagination .nav-posts .page-next,
.pagination .nav-posts .page-prev{
  min-width: 200px;
}
.pagination .nav-posts .page-next a,
.pagination .nav-posts .page-prev a{
  display: block;
  border: 1px solid #c0c0c0;
  padding: 10px 50px;
  position: relative;
}
.pagination .nav-posts .page-next a:before,
.pagination .nav-posts .page-prev a:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pagination .nav-posts .page-next a:before{
  content: "\f053";
  left: 10px;
}
.pagination .nav-posts .page-prev a:after{
  content: "\f054";
  right: 10px;
}
.pagination .nav-posts .page-archive a{
  display: block;
  background: #bcbcbc;
  color: #ffffff;
  padding: 10px 100px;
}

/* 検索 */
.search_list{
  background: #eee;
  padding: 15px;
}
.search_list .item{

}
.search_list .item + .item{

}

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


.breadcrumb{
  display: flex;
  list-style: none;
  margin-bottom: 20px;
  font-size: 14px;
  overflow-x: auto;
  overflow-y: hidden;
}
.breadcrumb li{
  /*display: inline;*/
  white-space: nowrap;
}
.breadcrumb li + li{
  margin-left: 10px;
}
.breadcrumb li:last-child{
  font-weight: 500;
}
.breadcrumb li a{
  position: relative;
  padding-right: 15px;
}
.breadcrumb li a:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
/*.breadcrumb li:first-child a{
  padding-left: 15px;
}
.breadcrumb li:first-child a:before{
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}*/

@media (max-width:767px){
  .breadcrumb{
    font-size: 12px;
  }
  .breadcrumb li{
    white-space: nowrap;
  }
}


/* **********************************
 *  メイン
 * ********************************* */
.main{
  padding: 0 0 50px;
}
body.home .main{
  padding-top: 0;
}

.tt1{
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
}
.tt1 span{
  display: block;
  text-align: center;
  font-size: 14px;
}

.tt2{
  position: relative;
  margin-bottom: -0.5em;
}
.tt2_en{
  font-size: clamp(3.125rem, 1.25rem + 9.38vw, 12.5rem);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  color: #f7f7f7;
}
.tt2_ja{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.tt2_ja:before{
  content: "";
  display: block;
  width: 14px;
  aspect-ratio:1;
  border-radius: 50%;
  background: #f15a22;
  margin-right: 12px;
}
.tt2.left{

}
.tt2 span{

}
.tt3{

}
.tt3 span{

}
.tt4{

}
.tt4 span{

}
.tt5{

}
.tt5 span{

}

詳しく見る サンプル
.read_more{
  display: flex;
  justify-content: center;
}
.read_more a{
  display: block;
  width: 100%;
  max-width:300px;
  ;
  padding: 11px 0 11px 22px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.read_more a:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.read_more a:hover:after{
  right: 10px;
}
.read_more a:after{
  content: "\f054";
  content: "";
  width: 30px;
  aspect-ratio:1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
}
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .read_more a{
    font-size: 18px;
  }

  .tt2{
    margin-bottom: -0.5em;
  }
  .tt2_en{

  }
  .tt2_ja{
    font-size: 30px;
  }
}
@media (min-width:1024px){
  .tt2{
    margin-bottom: -1.5em;
  }
  .tt2_en{

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

}
@media (min-width:1200px){
  .tt2{
    margin-bottom: -2.5em;
  }

  .read_more.left{
    justify-content: flex-start;
  }

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


}
@media (min-width:1720px){
  .tt2_en{
    position: relative;
    left: -90px;
  }

}


/* **********************************
 *  
 * ********************************* */
.pg_xxxx{

}
.pg_xxxx .section#sec1{

}
.pg_xxxx .section#sec2{

}
.pg_xxxx .section#sec3{

}


/* **********************************
 *  会社概要
 * ********************************* */
.pg_company{

}
.pg_company .section#sec1{

}
.pg_company .section#sec2{

}
.pg_company .section#sec3{

}

/*テーブル*/
.company_tbl tr:first-child {
  border-top: 1px solid #b3b3b3;
}
.company_tbl th{
  width: 300px;
  text-align: left;
  vertical-align: top;
  background: #f2f2f2;
}
.company_tbl th,
.company_tbl td{
  display: table-cell;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  padding: 10px 15px;
  border-bottom: 1px solid #b3b3b3;
}
/*マップ*/
.pg_company .g_map{
  margin-top: 50px;
}
.pg_company iframe {
  width: 100%;
  height: 250px;
  border: none;
}
/*ギャラリー*/
.company_gallery_items{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
* + .company_gallery_items{
  margin-top: 30px;
}
.company_gallery_item{
  width: 50%;
  padding: 0 5px;
}
.company_gallery_item:nth-child(n+3){
  margin-top: 10px;
}
.company_gallery_item_img{

}
.company_gallery_item_img.img_fit:before{
  padding-top: 71.400%;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  /*テーブル*/
  .company_tbl{
  }
  .company_tbl th,
  .company_tbl td{
    width: 100%;
    display: block;
    border-top: 0;
  }
  .company_tbl th{
    text-align: left;
    vertical-align: top;
    background: #f2f2f2;
  }
}
@media (min-width:768px){
  .company_tbl th {
    width: 200px;
  }
  /*マップ*/
  .pg_company iframe {
    height: 350px;
  }

  /*ギャラリー*/
  .company_gallery_item{
    width: 33.333%;
    padding: 0 10px;
  }
  .company_gallery_item:nth-child(n+3) {
    margin-top: 0;
  }

  .company_gallery_item:nth-child(n+4) {
    margin-top: 20px;
  }
}
@media (min-width:1024px){
  .pg_company{

  }
  .pg_company .section#sec1{

  }
  .pg_company .section#sec2{

  }
  .pg_company .section#sec3{

  }

  /*テーブル*/
  .company_tbl tr:first-child {
    border-top: 1px solid #b3b3b3;
  }
  .company_tbl th{
    width: 300px;
    text-align: left;
    vertical-align: top;
    background: #f2f2f2;
  }
  .company_tbl th,
  .company_tbl td{
    display: table-cell;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
    padding: 15px 30px;
    border-bottom: 1px solid #b3b3b3;
  }
  /*マップ*/
  .pg_company .g_map{
    margin-top: 60px;
  }
  .pg_company iframe {
    width: 100%;
    height: 400px;
    border: none;
  }
  /*ギャラリー*/
  .company_gallery_items{
    display: flex;
    flex-wrap: wrap;
    margin-inline:-5px;
    margin-top: 45px;
  }
  .company_gallery_item{
    width: 33.333%;
    padding: 0 15px;
  }
  .company_gallery_item:nth-child(n+4){
    margin-top: 30px;
  }
  .company_gallery_item_img:before{
    content: "";
    display: block;
    padding-top: 71.42%;
  }
}
@media (min-width:1200px){


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

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

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

}



/* **********************************
 *  お問い合わせ
 * ********************************* */
.pg_contact{

}
.pg_contact .section#sec1{

}
.pg_contact .section#sec2{

}
.pg_contact .section#sec3{

}
.pg_contact .tt2{
  position: relative;
  margin-bottom: -12.5em;
  text-align: center;
  z-index: -1;
}
.pg_contact .tt2_en{
  position: relative;
  top: -140px;
  left: 0;
}
.contact_tt{
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  letter-spacing: 0.2em;
  margin-bottom: 30px;
}



/* 連絡先 */
.contact_info{
  background: #ff2700;
  text-align: center;
  padding: 28px 20px 25px;
  margin-bottom: 65px;
}
.contact_info .box1{
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 0.14em;
  color: #FFF;
}
.contact_info .box2{
  margin-top: 20px;
  background: #FFFFFF;
  padding: 22px 5px;
  line-height: 1;
}
.contact_info .box2 .icon{
  display: inline-block;
  font-size: 25px;
  font-weight: bolder;
  background: #ff2700;
  color: #FFFFFF;
  padding: 5px 18px;
  margin-right: 10px;
  vertical-align: middle;
  border-radius: 5px;
  letter-spacing: 0.08em;
}
.contact_info .box2 .tel{
  display: inline-block;
  font-size: 44px;
  font-weight: 500;
  vertical-align: middle;
  font-weight: bold;
}
.contact_info .box2 .tel a{
  display: block;
  letter-spacing: 0.02em;
}
.contact_info .box2 .txt{
  display: inline-block;
  vertical-align: bottom;
  font-weight: 700;
  letter-spacing: 0.16em;
}

/* コンタクトフォーム */
.contact_form{
  width: 100%;
  border: 1px solid #b2b2b2;
}
.contact_form tr{
  border-bottom: 1px solid #b2b2b2;
}
.contact_form th,
.contact_form td{
  padding: 10px 15px 10px 20px;
  font-weight: normal;
  text-align: left;
}
.contact_form th{
  background: #f0f0f0;
  width: 310px;
  letter-spacing: 0.08em;
}
.contact_form td{
  font-size: 15px;
  letter-spacing: 0.16em;
  background: #FFF;
}
.contact_form th.vtop{
  vertical-align: top;
}
.contact_form th .require{
  display: inline-block;
  padding: 2px 12px;
  color: #FFF;
  background: #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}
.contact_form th .nini{
  display: inline-block;
  padding: 2px 12px;
  color: #b80000;
  background: #FFF;
  border: 1px solid #b80000;
  font-size: 14px;
  font-weight: normal;
  float: right;
}

/* MW WP Formの規定クラス */
/* checkbox, radio */
.mwform_check_box_wrap{
  padding: 6px 0;
}
.mw_wp_form .mwform-radio-field.horizontal-item,
.mw_wp_form .mwform-checkbox-field.horizontal-item{
  display: inline-block;
  margin-left: 0;
  margin-right: 10px;
}

/**/
.mw_wp_form_confirm .addr_auto{
  display: none;
}
.mw_wp_form_confirm .addr_auto_box .zipcode i{
  background: none;
  padding: 0;
  font-size: inherit;
}

.contact_form dl{
  width: 100%;
  display: flex;
  align-items: center;
}
.contact_form dl + dl{
  margin-top: 10px;
}
.contact_form dl dt,
.contact_form dl dd{

}
.contact_form dl + p{
  margin-top: 5px;
  margin-bottom: 5px;
}

.contact_form dl.addr dt{
  width: 90px;
}
.contact_form dl.addr dd{
  width: calc(100% - 90px);

}
.contact_form dl.date {
  align-items: flex-start;
}
.contact_form dl.date dt{
  width: 90px;
}
.contact_form dl.date dt + dt{
  margin-left: 5px;
}
.contact_form dl.date dt select{
  width: 100%;
}
.contact_form dl.date dt.wide{
  width: 200px;
}
.contact_form dl.date dt.m,
.contact_form dl.date dt.d{
  width: 120px;
}
.contact_form dl.date dt.m select,
.contact_form dl.date dt.d select{
  width: calc(100% - 2em);
}
.contact_form dl.date dt.t{
  width: 150px;
}
.contact_form dl.date dt.t select{
  width: calc(100% - 5em);
}


.contact_form dl.addr dd{

}


.contact_form_addr{
  display: flex;
  align-items: center;
  margin: 0;
}
.contact_form_addr + .contact_form_addr{
  margin-top: 8px;
}
.contact_form_addr dt,
.contact_form_addr dd{
  margin: 0;
}
.contact_form_addr dt{
  width: 80px;
}
.contact_form_addr dd{
  width: calc(100% - 80px);
}

.contact_form_addr dd [name$="zipcode"]{
  width: 210px;
}
.contact_form_addr dd [name$="addr1"]{
  width: 210px;
}




.addr_auto_box{
  display: flex;
  align-items: center;
}
.addr_auto_box .zipcode{
  display: flex;
  flex-wrap: wrap;
}
.addr_auto_box .zipcode i{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  background: #cccccc;
  padding: 0 5px;
}
.addr_auto_box .zipcode input{

}

.addr_auto_box button{
  margin-left: 20px;
}


.contact_form td input ,
.contact_form td textarea ,
.contact_form td select {
  padding: 7px 10px;
  max-width: 100%;
  border: 1px solid #d6d8d8;
  border-radius: 0;
}
.contact_form td textarea{
  height: 280px;
}
.contact_form td [name$="_zipcode"],
.contact_form td [name="zipcode"],
.contact_form td [name="addr1"]{
  width: 160px;
}
.contact_form td [name="addr1"]{
  width: 220px;
}
.contact_form td [name="addr2"]{
}


.contact_form td .addr_auto{
  background: #f0f0f0;
  border: 1px solid #d6d8d8;
  margin-left: 10px;
  padding: 5px 5px;
}


.contact_form_msg{
  margin-top: 10px;
  margin-bottom: 10px;
}

/* 確認画面用 */

.contact_form_acceptance{
  font-size: 17px;
  letter-spacing: 0.08em;
  text-align: center;
  margin-top: 40px;
}
.contact_form_acceptance a{
  color: #1a3e9b;
}
.contact_form_acceptance .mwform-checkbox-field.horizontal-item{
  margin-right: 0;
}

/* コンタクトフォーム - ボタン */
.contact_form_btns{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  padding: 35px 0;
}
.contact_form_btns input[type="submit"],
.contact_form_btns input[type="button"],
.contact_form_btns button{
  display: block;
  width: 100%;
  max-width:300px;
  padding: 11px 0 11px 22px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.contact_form_btns input[type="submit"]:hover,
.contact_form_btns input[type="button"]:hover,
.contact_form_btns button:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.contact_form_btns input[type="submit"]:hover:after,
.contact_form_btns input[type="button"]:hover:after,
.contact_form_btns button:hover:after{
  right: 10px;
}
.contact_form_btns input[type="submit"]:after,
.contact_form_btns input[type="button"]:after,
.contact_form_btns button:after{
  content: "\f054";
  content: "";
  width: 30px;
  aspect-ratio:1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
}
.contact_form_btns input[type="submit"][disabled],
.contact_form_btns input[type="button"][disabled]{
  background: #CCC;
}
.contact_form_btns button[type="reset"]{
  background: #CCC;
}
.contact_form_btns .ajax-loader{
  order: 10;
  width: 100% !important;
  margin-top: 10px !important;
  background-repeat: no-repeat;
  background-position: center;
}


/* **********************************
 *  プライバシーポリシー
 * ********************************* */
.pg_contact .privacy{
  margin-top: 0;
}

.privacy_tt{
  text-align: center;
  margin-bottom: 55px;
}
.privacy_tt h3{
  font-size: 23px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.privacy_tt br{
  display: none;
}
.privacy_tt .dots{
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.privacy_tt .dots i{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #c1c1c1;
  margin: 0 8px;
}

.privacy_items{

}
.privacy_items .item{
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.privacy_items .item + .item{
  margin-top: 28px;
}
.privacy_items .item h4{
  font-size: 18px;
  font-weight: 500;
  border-left: 6px solid #f15a22;
  padding-left: 20px;
  margin-bottom: 10px;
  line-height: 2.33;
}
.privacy_items .item .txt{
  line-height: 1.875;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
}
* +.privacy_items .item .txt{
  border-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.privacy_items .item ul{
  list-style: disc;
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_items .item ul.latin{
  list-style: lower-latin;
}

.privacy_items .item ul li {
  list-style-type: none;
}
.privacy_items .item ol{
  margin-left: 2em;
  margin-top: 10px;
}
.privacy_item_box {
  padding: 30px 43px 30px 24px;
  height: 397px;
  overflow: auto;
  background: #fff;
  border: 1px solid #808080;
  margin-top: 0;
  margin-top: 84px;
}
.contact_tt.privacy{
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.2em;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_contact .tt2 {
    position: relative;
    margin-bottom: -0.5em;
  }
  .pg_contact .tt2_en {
    position: relative;
    top: 0;
    left: 0;
  }
  .privacy_item_box{
    padding: 30px 16px 30px 16px;
  }
}
@media (min-width:768px){
  .pg_contact .tt2 {
    position: relative;
    margin-bottom: -0.5em;
  }
  .pg_contact .tt2_en {
    position: relative;
    top: 0;
    left: 0;
  }

}
@media (min-width:1024px){
  .pg_contact .tt2 {
    position: relative;
    margin-bottom: -12.5em;
    text-align: center;
    z-index: -1;
  }
  .pg_contact .tt2_en {
    position: relative;
    top: -140px;
    left: 0;
  }
  .contact_tt.privacy{
    font-size: 21px;
    margin-bottom: 35px;
  }

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


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

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

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

}

@media only screen and (max-width:1023px){

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


  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_form th {
    width: 250px;
  }
  .contact_form td .wpcf7-text{
    width: 100%;
  }
  .contact_form td [name="zipcode"]{
    width: 90px;
  }
}

@media only screen and (max-width:767px){






  /* **********************************
   *  お問い合わせ
   * ********************************* */
  .contact_info{
    padding: 10px;
  }
  .contact_info .box1{
    font-size: 13px;
  }
  .contact_info .box2{
    margin-top: 10px;
  }
  .contact_info .box2 .icon{
    font-size: 15px;
  }
  .contact_info .box2 .tel{
    font-size: 24px;
  }
  .contact_info .box2 .txt{
    width: 100%;
    margin: 10px 0 0 0;
  }

  .contact_form th,
  .contact_form td{
    display: block;
    width: 100%;
    padding: 10px 10px;
  }
  .contact_form th{
  }
  .contact_form td{
  }
  .contact_form td [name="zipcode"]{
    width: 100px;
  }
  .contact_form dl.date dt{
    width: 100%;
  }
  .contact_form dl.date dt.wide{
    width: 100%;
  }

  .contact_form dl.date dt.m,
  .contact_form dl.date dt.d{
    width: 90px;
  }
  .contact_form dl.date dt.m select,
  .contact_form dl.date dt.d select{
    width: calc(100% - 2em);
  }
  .contact_form dl.date dt.t{
    width: calc(100% - 180px - 10px);
  }
  .contact_form dl.date dt.t select{
    width: calc(100% - 3.5em);
  }

  .contact_form_btns input[type="submit"],
  .contact_form_btns input[type="button"],
  .contact_form_btns button  {
    width: 48%;
    margin: 0 1%;
    font-size: 12px;
  }
  .contact_form_btns input[type="submit"]{

  }
  .contact_form_btns button {
    display: block;
    width: 100%;
    max-width: 300px;
    padding: 11px 0 11px 22px;
    border-radius: 28px;
    background: #000000;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    position: relative;
    border: 1px solid #000;
    transition: all .2s;
  }


  /* **********************************
   *  プライバシーポリシー
   * ********************************* */
  .privacy_tt{
    font-size: 18px;
  }
  .privacy_tt br{
    display: inline;
  }
  .privacy_items .item h4{
    font-size: 15px;
  }


  /* クッキー同意 */
  #cookie-notice{
    min-width: 0;
    top: 50%;
    bottom: auto;
    transform: translate(0, -50%);
    left: 10px;
    right: 10px;
  }
  #cookie-notice:before{
    content: "";
    position: absolute;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(0,0,0,0.9);
    z-index: -1;
  }
  #cn-close-notice{
    top: 5px;
    right: 5px;
    margin-top: 0;
  }
  #cn-notice-text{
    text-align: justify;
  }

  .cookie-notice-container{
    padding: 50px 20px 50px;
    background: rgba(50,50,58,1);
  }
  .cn-text-container{
    margin-bottom: 10px;
  }
  .cookie-notice-hidden{
    display: none;
  }
}

/*******************************
*　YCF一覧
********************************/
/*見出し*/
.pg_ycf .box{
  margin-bottom: -0.5em;
}
.pg_ycf .box .img{
  width: 80%;
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.archive_hdr_wrap .img:before{
  content: "";
  display: block;
  padding-top: 60%;
}
.archive_hdr_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive_hdr_wrap .box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.archive_hdr_wrap .box1:after {
  content: "";
  display: block;
  width: 100vw;
  height: 455%;
  background: #f2f2f2;
  position: absolute;
  /* border-radius: 20px 0 0 0; */
  top: 100px;
  right: 0;
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.archive_hdr_wrap .img:before{
  content: "";
  display: block;
  padding-top: 60%;
}
.archive_hdr_wrap .box1 .img img{
  border-radius: 20px;
  border: 1px solid #000;
}
.archive_hdr_wrap .box2{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
}
.archive_hdr_wrap .box2 .left{

}
.archive_hdr_wrap .box2 .left .home_contents3_tt{
  display: inline-block;
  position: relative;
  padding: 0px 10px;
  line-height: 2em;
  margin-top: 20px;
}
.archive_hdr_wrap .box2 .left .home_contents3_tt .txt {
  display: inline-block;
  color: #FFF;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: 0.05em;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
.archive_hdr_wrap .home_contents3_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f12336;
  transform: skewX(346deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.archive_hdr_wrap .box2 .content_desc{
  width: 100%;
  margin-top: 15px;
  line-height: 2.1;
}
.archive_hdr_wrap .box2 .right{
  position: relative;
  top: 0;
  left: 0;
}

/*一覧*/
.pg_ycf .posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 55px;

}
* + .pg_ycf .posts_layout{
  margin-top: 10px;
}
.pg_ycf .posts_layout_box1{
  width: 100%;
  margin-top: 0;
}
.pg_ycf .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.pg_ycf .webgene-blog{
  margin-left: -5.5px;
  margin-right: -5.5px;
}
.pg_ycf .webgene-item{
  width: 100%;
  padding: 0 5.5px;
}
.pg_ycf .inner{
  display: block;
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
}
.ycf_list_thumb .box1 .img img{
  border-radius: 20px 20px 0 0;
}
.ycf_list_thumb .img_fit:before{
  content: "";
  display: block;
  padding-top: 65.8%;
}
.pg_ycf .webgene-item .inner{
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  color: #FFF;
  background: #000;
}
.pg_ycf .webgene-item .category {
  display: flex;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  transform: translateY(-12px);
  margin-left: -2px;
  margin-right: -2px;
}
.pg_ycf .webgene-item .category span{
  min-width: 110px;
  background: #f15a22;
  color: #FFF;
  border: 1px solid #000;
  border-radius: 50px;
  margin: 2px 2px;
}

.ycf_list_thumb .webgene-item .box2{
  padding: 0 25px 28px 25px;
}

.ycf_list_thumb .webgene-item .title_box{
  position: relative;
  z-index: 1;
}
.ycf_list_thumb .webgene-item .title{
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 10px;
}
.ycf_list_thumb .webgene-item .title_box .title{
  padding-right: 90px;
}
.ycf_list_thumb .webgene-item .title_box .price{
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  bottom: 12px;
  right: 0;
}
.ycf_list_thumb .webgene-item .title_box .price em{
  font-size: 1.6em;
  font-style: normal;
  font-family: "Roboto";
}

* + .pg_ycf .txt{
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 25px;
}
.ycf_list_thumb .webgene-item:nth-child(n+2) {
  margin-top: 25px;
}
.ycf_list_thumb .webgene-item .view_more{
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.ycf_list_thumb .webgene-item .view_more:after{
  content: "→";
  width: auto;
  font-weight: 500;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 70px;
  -webkit-transform: translate(0, -50%);
  transform: translateY(-50%);
  transition: 0.2s all;
}
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_ycf .box {
    margin-bottom: -1.2em;
  }
  .archive_hdr_wrap .box2 .left .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 0px 14px;
    line-height: 2em;
    margin-top: 20px;
  }
  .archive_hdr_wrap .box2 .left .home_contents3_tt .txt{
    font-size: 28px;
  }
  .archive_hdr_wrap .box1:after {
    content: "";
    display: block;
    width: 100vw;
    height: 275%;
    background: #f2f2f2;
    position: absolute;
    /* border-radius: 20px 0 0 0; */
    top: 100px;
    right: 0;
    margin-right: calc(50% - 50vw);
    z-index: -1;
  }
  .archive_hdr_wrap .box2 .content_desc {
    margin-top: 25px;
    line-height: 2.1;
  }
  .archive_hdr_wrap .home_contents3_tt:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f12336;
    transform: skewX(346deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .archive_hdr_wrap .box2 .right {
    position: relative;
    top: 20px;
    right: 0;
    margin-left: auto;
    margin-right: auto;
  }
  .pg_ycf .webgene-item {
    width: 50%;
    padding: 0 5.5px;
  }
  .ycf_list_thumb .webgene-item:nth-child(n+2) {
    margin-top: 0;
  }
  .ycf_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 25px;
  }
}
@media (min-width:1024px){
  /*見出し*/
  .pg_ycf .box{
    margin-bottom: 0em;
  }
  .pg_ycf .box .img{
    position: relative;
    top: 0;
    right: 0%;
  }
  .archive_hdr_wrap .img:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_hdr_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive_hdr_wrap .box1{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .archive_hdr_wrap .box1:after {
    content: "";
    display: block;
    width: 100vw;
    height: 185%;
    background: #f2f2f2;
    position: absolute;
    /* border-radius: 20px 0 0 0; */
    top: 100px;
    right: 0;
    margin-right: calc(50% - 50vw);
    z-index: -1;
  }
  .archive_hdr_wrap .img:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_hdr_wrap .box1 .img img{
    border-radius: 20px;
    border: 1px solid #000;
  }
  .archive_hdr_wrap .box2{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    z-index: 1;
  }
  .archive_hdr_wrap .box2 .left{

  }
  .archive_hdr_wrap .box2 .left .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 3px 30px;
    line-height: 2em;
  }
  .archive_hdr_wrap .box2 .left .home_contents3_tt .txt {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.4em;
    color: #FFF;
    z-index: 1;
  }
  .archive_hdr_wrap .home_contents3_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f12336;
    transform: skewX(346deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .archive_hdr_wrap .box2 .content_desc{
    width: 100%;
    max-width: 490px;
    margin-top: 27px;
    line-height: 2.25;
  }
  .archive_hdr_wrap .box2 .right{
    position: relative;
    top: -12%;
    left: 7%;
  }

  /*一覧*/
  .pg_ycf .posts_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }
  * + .pg_ycf .posts_layout{
    margin-top: 10px;
  }
  .pg_ycf .posts_layout_box1{
    width: 100%;
    margin-top: 0;
  }
  .pg_ycf .webgene-blog{
    display: flex;
    flex-wrap: wrap;
  }
  .pg_ycf .webgene-blog{
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .pg_ycf .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .pg_ycf .img img{

  }
  .ycf_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 65.8%;
  }
  .pg_ycf .webgene-item .inner{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #FFF;
    background: #000;
  }
  .pg_ycf .webgene-item .category {
    font-size: 14px;
    transform: translateY(-12px);
  }
  .pg_ycf .webgene-item .category span{
    min-width: 110px;
  }
  .ycf_list_thumb .webgene-item .box2{
    padding: 0 25px 28px 25px;
  }
  .ycf_list_thumb .webgene-item .title{
    padding-bottom: 10px;
    font-size: 20px;
    border-bottom: 1px solid #FFF;
    margin-bottom: 10px;
  }
  * + .pg_ycf .txt{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .ycf_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 50px;
  }
  .ycf_list_thumb .webgene-item .view_more{
    text-align: center;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.05em;
  }


}
@media (min-width:1200px){
  .pg_ycf .box .img {
    width: 100%;
  }
  .pg_ycf .box{
    margin-bottom: -11.2em;
  }
  .pg_ycf .box .img{
    position: relative;
    top: -102px;
    right: -3.5%;
  }
  .archive_hdr_wrap .img:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_hdr_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive_hdr_wrap .box1{
    width: 32.89%;
    position: relative;
    z-index: 1;
  }
  .archive_hdr_wrap .box1:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 120px;
    left: 320px;
    bottom: -360px;
    background: #f2f2f2;
    border-radius: 20px 0 0 20px;
    width: auto;
    right: var(--margin-for-device-side);
    right: -1260px;
  }
  .archive_hdr_wrap .img:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_hdr_wrap .box1 .img img{
    border-radius: 20px;
    border: 1px solid #000;
  }
  .archive_hdr_wrap .box2{
    display: flex;
    flex-wrap: wrap;
    width: 63.15%;
    z-index: 1;
  }
  .archive_hdr_wrap .box2 .left{

  }
  .archive_hdr_wrap .box2 .left .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 3px 30px;
    line-height: 2em;
  }
  .archive_hdr_wrap .box2 .left .home_contents3_tt .txt {
    display: inline-block;
    position: relative;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    line-height: 1.4em;
    color: #FFF;
    z-index: 1;
  }
  .archive_hdr_wrap .home_contents3_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f12336;
    transform: skewX(346deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .archive_hdr_wrap .box2 .content_desc{
    width: 100%;
    max-width: 420px;
    /*max-width: 490px;*/
    margin-top: 27px;
    line-height: 2.25;
  }
  .archive_hdr_wrap .box2 .right {
    position: relative;
    width: 40%;
    top: 0%;
    left: 5%;
  }
  .pg_ycf .webgene-item{
    width: 33.333%;
    padding: 0 5.5px;
  }
  .ycf_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }
  .ycf_list_thumb .webgene-item:nth-child(n+4) {
    margin-top: 10px;
  }

}
@media (min-width:1470px){
  .archive_hdr_wrap .box2 .content_desc {
    max-width: 490px;
  }
}
@media (min-width:1536px){


}
@media (min-width:1720px){
  .archive_hdr_wrap .box2 .right {
    position: relative;
    width: auto;
    top: -11%;
    left: 4%;
  }

}

/*******************************
*　YCF詳細
********************************/
/* 記事リスト */
.pg_ycf{
}
.pg_ycf .posts_layout1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_ycf.posts_layout_box1{
  width: 100%;
}
.pg_ycf .post_items{
  padding: 0;
}
.pg_ycf.post_items .item{
  padding: 80px;
}
.pg_ycf.items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_ycf .post_items{
  padding: 0 0;
}
.pg_ycf .post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.pg_ycf .post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.pg_ycf .post_items .item .category{
  display: flex;
  width: auto;
  padding: 0;
  margin-top: 25px;
  margin-left: -2px;
  margin-right: -2px;
}
.pg_ycf .post_items .item .category span{
  display: block;
  color: #FFF;
  background: #f15a22;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 1px 13px;
  margin: 2px 2px;
  text-align: center;
}
.pg_ycf .post_items .item .title{
  width: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.pg_ycf .post_items .item .title_1{
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #000;
  color: #FFF;
  margin-top: 15px;
  padding-left: 29px;
}
.pg_ycf .post_items .item .title_1:before{
  content: "●";
  font-size: 11px;
  color: #f15a22;
  position: absolute;
  left: 10px;
}
.ycf_item+.ycf_item{
  margin-top: 35px;
}
.pg_ycf .post_items .item .title_2{
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #000;
  color: #FFF;
  padding-left: 29px;
}
.pg_ycf .post_items .item .title_2:before{
  content: "●";
  font-size: 11px;
  color: #f15a22;
  position: absolute;
  left: 10px;
}


.pg_ycf .post_items .item .title_box{
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.pg_ycf .post_items .item .title_box .title{
  width: 100%;
  padding-right: 95px;
}
.pg_ycf .post_items .item .title_box .price{
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  right: 0;
}
.pg_ycf .post_items .item .title_box .price em{
  font-size: 1.5em;
  font-style: normal;
  font-family: "Roboto";
}

.pg_ycf .post_items .post_content {
  margin-top: 15px;
}

/*テーブル*/
.ycf_item .ycf_tbls{
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 40px;
}
.ycf_item .ycf_tbl{
  width: 50%;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: var(--font-gothic);
  padding: 0 10px;
  padding-inline: 10px;
}
.ycf_tbl tr:first-child{
  border-top: 1px solid #b3b3b3;
}
.ycf_tbl tr:nth-child(n+2){
  border-top: 1px solid #b3b3b3;
}
.ycf_tbl tr:last-child{
  border-bottom: 1px solid #b3b3b3;
}
.ycf_tbl th{
  vertical-align: top;
  background: #f2f2f2;
  font-weight: 700;
}
.ycf_tbl td{
  font-weight: 500;
}
.ycf_tbl th,
.ycf_tbl td{
  width: 270px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
.ycf_tbl .txt{

}

.ycf_item .ycf_tbl_1{
  width: 50%;
  display: block;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: var(--font-gothic);
  padding: 0 10px;
  padding-inline: 10px;
}
.ycf_tbl_1 tr:first-child{
  border-top: 1px solid #b3b3b3;
}
.ycf_tbl_1 tr:nth-child(n+2){
  border-top: 1px solid #b3b3b3;
}
.ycf_tbl_1 tr:last-child{
  border-bottom: 1px solid #b3b3b3;
}
.ycf_tbl_1 th{
  vertical-align: top;
  background: #f2f2f2;
  font-weight: 500;
}
.ycf_tbl_1 td{
  font-weight: 700;
}
.ycf_tbl_1 th,
.ycf_tbl_1 td{
  width: 270px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
.ycf_tbl_1 .txt{

}

/*画像*/
.pg_ycf .ycm_imgs{
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 25px;
}
.pg_ycf .ycm_imgs .box1{
  width: 50%;
  display: block;
  padding: 0 5px;
  padding-inline: 5px;
}
.pg_ycf .ycm_imgs .box1 .img:before{

}
.pg_ycf .ycm_imgs .box1 .img_fit:before{
  content: "";
  display: block;
  padding-top: 66.66%;
}
.pg_ycf .ycm_imgs  .img img{
}
.pg_ycf .ycm_imgs .box2{
  width: 50%;
  display: block;
  padding: 0 5px;
  padding-inline: 5px;
}
.pg_ycf .ycm_imgs .box2 .img:before{

}
.pg_ycf .ycm_imgs .box2 .img_fit:before{
  content: "";
  display: block;
  padding-top: 66.66%;
}
.pg_ycf .ycm_imgs  .img img{
}
.pg_ycf .post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  z-index: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 20px;
}
.pg_ycf.post_items .item.single_item:after{
  display: none;
}
.pg_ycf .section#sec2{
  margin-top: 0;
  padding: 0;
}
.pg_ycf.post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.pg_ycf.post_items .item.single_item .title{
  width: 100%;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.pg_ycf.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pg_ycf .post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.pg_ycf .post_items .item.single_item .content h1,
.pg_ycf .post_items .item.single_item .content h2,
.pg_ycf .post_items .item.single_item .content h3,
.pg_ycf .post_items .item.single_item .content h4,
.pg_ycf .post_items .item.single_item .content h5,
.pg_ycf .post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.pg_ycf.post_items .item.single_item .content a{
  color: #2196F3;
}
.pg_ycf.post_items .post_content{
  margin-top: 20px;
}
.pg_ycf .post_items .post_content p{
  margin-bottom: 10px;
}

/* ページ送り(詳細) */
.pg_ycf .pagination{
  text-align: center;
  margin-top: 35px;
}
.pg_ycf .pagination .nav-posts{
}
.pg_ycf .pagination .nav-posts .page-archive{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 300px;
  z-index: 1;
  transition: 0.2s all;
  margin-left: auto;
  margin-right: auto;
}
.pg_ycf .pagination .nav-posts .page-archive a{
  display: block;
  width: 100%;
  max-width:300px;
  padding: 11px 0 11px 22px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.pg_ycf .pagination .nav-posts .page-archive a:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.pg_ycf .pagination .nav-posts .page-archive a:hover:after{
  right: 10px;
}
.pg_ycf .pagination .nav-posts .page-archive a:after{
  content: "\f054";
  content: "";
  width: 30px;
  aspect-ratio:1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .ycf_item .ycf_tbls{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .ycf_item .ycf_tbl{
    width: 100%;

    border: 1px solid #dcdcdc;
  }
  .ycf_tbl tr:first-child{
    border-top: 0;
  }
  .ycf_tbl tr:nth-child(n+2){
    border-top: 0;
  }
  .ycf_tbl tr:last-child{
    border-bottom: 0;
  }
  .ycf_tbl th,
  .ycf_tbl td{
    width: 100%;
    display: block;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
  .ycf_tbl + .ycf_tbl{
    margin-top: 25px;
  }
}
@media (min-width:768px){
  .pg_ycf .post_items .item .title {
    font-size: 25px;
    padding-top: 15px;
  }
  .pg_ycf .post_items .item .title_1 {
    margin-top: 25px;
  }
  .pg_ycf .post_items .post_content {
    margin-top: 25px;
  }
  .ycf_item .ycf_tbls {
    margin-top: 25px;
  }
  .ycf_item .ycf_tbl{
    width: 50%;
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-gothic);
    padding: 0 10px;
    padding-inline: 10px;
  }

  .pg_ycf .post_items .item .title_box{
  }
  .pg_ycf .post_items .item .title_box .title{
    padding-right: 180px;
  }
  .pg_ycf .post_items .item .title_box .price{
    font-size: 20px;
    bottom: 5px;
  }
}
@media (min-width:1024px){

}
@media (min-width:1200px){
  /* 記事リスト */
  .pg_ycf{
  }
  .pg_ycf .posts_layout1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_ycf.posts_layout_box1{
    width: 100%;
  }
  .pg_ycf .post_items{
    padding: 0;
  }
  .pg_ycf.post_items .item{
    padding: 80px;
  }
  .pg_ycf.items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_ycf .post_items{
    padding: 0 0;
  }
  .pg_ycf .post_items .item{
    /*background: #f0f0f0;*/
    padding: 10px;
    border-top: 1px solid #CCC;
    display: flex;
    align-items: center;
    position: relative;
  }
  .pg_ycf .post_items .item:last-child{
    border-bottom: 1px solid #CCC;
  }
  .pg_ycf .post_items .item .category{
    width: auto;
    padding: 0;
    margin-top: 25px;
  }
  .pg_ycf .post_items .item .category span{
    display: block;
    color: #FFF;
    background: #f15a22;
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 1px 13px;
    text-align: center;
  }
  .pg_ycf .post_items .item .title{
    width: calc(100% - 130px - 150px);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .pg_ycf .post_items .item .title_1{
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #000;
    color: #FFF;
    margin-top: 42px;
    padding-left: 29px;
  }
  .pg_ycf .post_items .item .title_1:before{
    content: "●";
    font-size: 11px;
    color: #f15a22;
    position: absolute;
    left: 10px;
  }
  .ycf_item+.ycf_item{
    margin-top: 57px;
  }
  .pg_ycf .post_items .item .title_2{
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #000;
    color: #FFF;
    padding-left: 29px;
  }
  .pg_ycf .post_items .item .title_2:before{
    content: "●";
    font-size: 11px;
    color: #f15a22;
    position: absolute;
    left: 10px;
  }

  /*テーブル*/
  .ycf_item .ycf_tbls{
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 40px;
  }
  .ycf_item .ycf_tbl{
    width: 50%;
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-gothic);
    padding: 0 10px;
    padding-inline: 10px;
  }
  .ycf_tbl tr:first-child{
    border-top: 1px solid #b3b3b3;
  }
  .ycf_tbl tr:nth-child(n+2){
    border-top: 1px solid #b3b3b3;
  }
  .ycf_tbl tr:last-child{
    border-bottom: 1px solid #b3b3b3;
  }
  .ycf_tbl th{
    vertical-align: top;
    background: #f2f2f2;
  }
  .ycf_tbl td{
  }
  .ycf_tbl th,
  .ycf_tbl td{
    width: 270px;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
  .ycf_tbl .txt{

  }

  .ycf_item .ycf_tbl_1{
    width: 50%;
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-gothic);
    padding: 0 10px;
    padding-inline: 10px;
  }
  .ycf_tbl_1 tr:first-child{
    border-top: 1px solid #b3b3b3;
  }
  .ycf_tbl_1 tr:nth-child(n+2){
    border-top: 1px solid #b3b3b3;
  }
  .ycf_tbl_1 tr:last-child{
    border-bottom: 1px solid #b3b3b3;
  }
  .ycf_tbl_1 th{
    vertical-align: top;
    background: #f2f2f2;
  }
  .ycf_tbl_1 td{
  }
  .ycf_tbl_1 th,
  .ycf_tbl_1 td{
    width: 270px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
  .ycf_tbl_1 .txt{

  }

  /*画像*/
  .pg_ycf .ycm_imgs{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 55px;
  }
  .pg_ycf .ycm_imgs .box1{
    width: 41%;
    display: block;
    padding: 0 5px;
    padding-inline: 5px;
  }
  .pg_ycf .ycm_imgs .box1 .img:before{

  }

  .pg_ycf .ycm_imgs .box1 .img_fit:before{
    content: "";
    display: block;
    padding-top: 66.66%;
  }
  .pg_ycf .ycm_imgs  .img img{
  }
  .pg_ycf .ycm_imgs .box2{
    width: 41%;
    display: block;
    padding: 0 5px;
    padding-inline: 5px;
  }
  .pg_ycf .ycm_imgs .box2 .img:before{

  }

  .pg_ycf .ycm_imgs .box2 .img_fit:before{
    content: "";
    display: block;
    padding-top: 66.66%;
  }
  .pg_ycf .ycm_imgs  .img img{
  }
  .pg_ycf .post_items .item.single_item{
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    z-index: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 20px;
  }
  .pg_ycf.post_items .item.single_item:after{
    display: none;
  }
  .pg_ycf .section#sec2{
    margin-top: 15px;
    padding: 15px;
  }
  .pg_ycf.post_items .item.single_item .meta{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .pg_ycf.post_items .item.single_item .title{
    width: 100%;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }
  .pg_ycf.post_items .item.single_item .content{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .pg_ycf .post_items .item.single_item .content *{
    margin-bottom: 1em;
  }
  .pg_shop_only .post_items .item.single_item .content h1,
  .pg_shop_only .post_items .item.single_item .content h2,
  .pg_shop_only .post_items .item.single_item .content h3,
  .pg_shop_only .post_items .item.single_item .content h4,
  .pg_shop_only .post_items .item.single_item .content h5,
  .pg_shop_only .post_items .item.single_item .content h6{
    margin-bottom: 0.5em;
  }
  .pg_ycf.post_items .item.single_item .content a{
    color: #2196F3;
  }
  .pg_ycf.post_items .post_content{
    margin-top: 20px;
  }
  .pg_ycf .post_items .post_content p{
    margin-bottom: 10px;
  }

  /* ページ送り(詳細) */
  .pg_ycf .pagination{
    text-align: center;
    margin-top: 85px;
  }
  .pg_ycf .pagination .nav-posts{
  }
  .pg_ycf .pagination .nav-posts .page-archive{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    max-width: 300px;
    z-index: 1;
    transition: 0.2s all;
    margin-left: auto;
    margin-right: auto;
  }
  .pg_ycf .pagination .nav-posts .page-archive a{
    width: 100%;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 11px 23px;
    text-align: left;
  }
  .pg_ycf .pagination .nav-posts .page-archive a:after{
    content: "";
    width: 22px;
    aspect-ratio: 1 / 1;
    background-image: url(/img/shoponly/arrow_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
    right: 15px;
  }
}
@media (min-width:1470px){

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

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

}
/*******************************
*　KAYO一覧
********************************/
/*見出し*/
.pg_kayo .box{
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.pg_kayo .box .img{
  width: 80%;
  position: relative;
  top: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.archive_mdr_wrap .img:before{
  content: "";
  display: block;
  padding-top: 60%;
}
.archive_mdr_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive_mdr_wrap .box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.archive_mdr_wrap .box1:after {
  content: "";
  display: block;
  width: 100vw;
  height: 350%;
  background: #f2f2f2;
  position: absolute;
  /* border-radius: 20px 0 0 0; */
  top: 160px;
  right: 0;
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
.archive_mdr_wrap .img:before{
  content: "";
  display: block;
  padding-top: 60%;
}
.archive_mdr_wrap .box1 .img img{
  border-radius: 20px;
  border: 1px solid #000;
}
.archive_mdr_wrap .box2{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  z-index: 1;
  position: relative;
}
.archive_mdr_wrap .box2 .left{

}
.archive_mdr_wrap .box2 .left .home_contents3_tt{
  display: inline-block;
  position: relative;
  padding: 3px 30px;
  line-height: 2em;
  margin-top: 20px;
}
.archive_mdr_wrap .box2 .left .home_contents3_tt .txt {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  color: #fee101;
  z-index: 1;
}
.archive_mdr_wrap .home_contents3_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  transform: skewX(352deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.archive_mdr_wrap .box2 .left .home_contents4_tt .txt {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.85em;
  color: #000;
  z-index: 1;
  margin-top: 15px;
}
.archive_mdr_wrap .box2 .content_desc{
  width: 100%;
  margin-top: 15px;
  line-height: 2.1;
}
.archive_mdr_wrap .box2 .right{
  position: absolute;
  top: 81%;
  right: -4%;
  width: 78%;
}

/*FEATURE*/
.pg_kayo .tt2{
  color: #FFF;
}
.pg_kayo .tt2_en{
  font-size: clamp(3.125rem, 1.25rem + 9.38vw, 12.5rem);
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  line-height: 1;
  color: #FFF;
  position: relative;
  left: 0;
  margin-top: 50px;
}
.pg_kayo .tt3{
  margin-top: 22px;
  font-size: 16px;
  line-height: 2.25;
}
* + .pg_kayo .txt {
  border-top: 0;
  padding-top: 0;
  margin-bottom: 0;
}
.pg_kayo .posts_layout_box1{
  width: 100%;
  margin-top: 0;
  background: #f15a22;
  /*  background-image: url(/img/kayo/back.jpg);*/
  /*  background-repeat: no-repeat;*/
  z-index: 1;
  padding-bottom: 60px;
  /*  background-size: cover;*/
}
.pg_kayo .posts_layout_box1:before{
  background-image: url(/img/kayo/back.jpg);
  z-index: 1;
}
.pg_kayo .box4{
  width: 85%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.pg_kayo .img:before{

}
.pg_kayo .img_fit:before{

}
.pg_kayo .img img{
}

.pg_kayo .posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 140px;
}
* + .pg_kayo .posts_layout{
  margin-top: 10px;
}

.pg_kayo .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5.5px;
  margin-right: -5.5px;
}
.pg_kayof .inner{
  display: block;
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
}
.pg_kayof .posts_layout .section#sec3{
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
.pg_kayo .img img{

}
.kayo_list_thumb .img_fit:before{
  content: "";
  display: block;
  padding-top: 65.8%;
}
.kayo_list_thumb{
  width: 100%;
  margin-top: 35px;
}
.pg_kayo .webgene-item {
  width: 100%;
  padding: 0 5.5px;
}

.pg_kayo .webgene-item .inner{
  display: block;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  background: #FFF;
}
.pg_kayo .webgene-item .category {
  width: 110px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #f15a22;
  border: 1px solid #000;
  border-radius: 50px;
  color: #FFF;
  transform: translateY(-12px);
}
.kayo_list_thumb .webgene-item .box2{
  padding: 40px 15px;
}
.kayo_list_thumb .webgene-item .title{
  width: fit-content;
  text-align: center;
  font-size: 24px;
  background: #f15a22;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 17px;
}
.title + .title1{
  margin-top: 7px;
}
.kayo_list_thumb .webgene-item .title1{
  width: fit-content;
  text-align: center;
  font-size: 24px;
  background: #f15a22;
  color: #FFF;
  margin-left: auto;
  margin-right: auto;
  padding: 0px 17px;
}

.pg_kayo .post_items .item .title_box{
  margin-top: 10px;
  position: relative;
  z-index: 1;
}
.pg_kayo .post_items .item .title_box .title{
  width: 100%;
  padding-right: 95px;
}
.pg_kayo .post_items .item .title_box .price{
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  right: 0;
}
.pg_kayo .post_items .item .title_box .price em{
  font-size: 1.5em;
  font-style: normal;
  font-family: "Roboto";
}

.kayo_list_thumb .webgene-item .txt{
  text-align: center;
  margin-top: 15px;
}

* + .pg_kayo .txt{
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 25px;
}

.kayo_list_thumb .webgene-item:nth-child(n+2) {
  margin-top: 20px;
}
.pg_kayo .read_more{
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.pg_kayo .read_more a{
  display: block;
  width: 100%;
  max-width:300px;
  padding: 11px 0 11px 22px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.pg_kayo .read_more a:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.pg_kayo .read_more a:hover:after{
  right: 10px;
}
.pg_kayo .read_more a:after{
  content: "\f054";
  content: "";
  width: 30px;
  aspect-ratio:1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
}

@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .archive_mdr_wrap .box2 .left .home_contents3_tt .txt {
    font-size: 28px;
  }
  .archive_mdr_wrap .box2 .left .home_contents4_tt .txt {
    font-size: 22px;
  }
  .archive_mdr_wrap .box2 .right {
    position: absolute;
    top: 80%;
    right: 0%;
    width: 60%;
  }
  .pg_kayo .posts_layout {
    margin-top: 280px;
  }
  .pg_kayo .webgene-item {
    width: 50%;
  }
  .kayo_list_thumb .webgene-item:nth-child(n+2) {
    margin-top: 0;
  }
  .kayo_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .pg_kayo .posts_layout_box1 {
    padding-bottom: 80px;
  }
  .pg_kayo .box4 {
    width: 70%;
    margin-top: 70px;
  }

  .pg_kayo .post_items .item .title_box{
  }
  .pg_kayo .post_items .item .title_box .title{
    padding-right: 180px;
  }
  .pg_kayo .post_items .item .title_box .price{
    font-size: 20px;
    bottom: 5px;
  }
}
@media (min-width:1024px){
  .archive_mdr_wrap .box2 .left .home_contents3_tt .txt {
    font-size: 45px;
  }
  .archive_mdr_wrap .box2 .left .home_contents4_tt .txt {
    font-size: 30px;
  }
  .pg_kayo .posts_layout {
    margin-top: 390px;
  }
  .kayo_list_thumb {
    margin-top: 65px;
  }
  .pg_kayo .posts_layout_box1{
    width: 100%;
    margin-top: 0;
    background-image: url(/img/kayo/back.jpg);
    background-repeat: no-repeat;
    z-index: 1;
    padding-bottom: 170px;
    background-size: cover;
  }
}
@media screen and (max-width: 1024px) {
  .only-pc {
    display: none;
  }
  .kayo_list_thumb .webgene-item .box2 {
    padding: 40px 45px;
  }
  .kayo_list_thumb .webgene-item .txt {
    margin-top: 20px;
  }
  .pg_kayo .read_more {
    margin-top: 50px;
  }
}
@media (min-width:1200px){
  /*見出し*/
  .pg_kayo .box{
    margin-bottom: -18em;
  }
  .pg_kayo .box .img{
    position: relative;
    top: -174px;
    right: 7%;
  }
  .archive_mdr_wrap .img:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_mdr_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive_mdr_wrap .box1{
    width: 39.47%;
    position: relative;
    z-index: 1;
  }
  .archive_mdr_wrap .box1:after {
    content: "";
    display: block;
    width: 234%;
    height: 100%;
    background: #f2f2f2;
    position: absolute;
    border-radius: 20px 0 0 0;
    top: 199px;
    right: -460px;
    margin-right: calc(50% - 50vw);
    z-index: -1;
  }
  .archive_mdr_wrap .img:before{
    content: "";
    display: block;
    padding-top: 83%;
  }
  .archive_mdr_wrap .box1 .img img{
    border-radius: 20px;
    border: 1px solid #000;
  }
  .archive_mdr_wrap .box2{
    display: flex;
    flex-wrap: wrap;
    width: 56.51%;
    z-index: 1;
    position: relative;
  }
  .archive_mdr_wrap .box2 .left{

  }
  .archive_mdr_wrap .box2 .left .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 3px 30px;
    line-height: 2em;
  }
  .archive_mdr_wrap .box2 .left .home_contents3_tt .txt {
    display: inline-block;
    position: relative;
    font-size: 45px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.4em;
    color: #fee101;
    z-index: 1;
  }
  .archive_mdr_wrap .home_contents3_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #000;
    transform: skewX(352deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .archive_mdr_wrap .box2 .left .home_contents4_tt .txt {
    display: inline-block;
    position: relative;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.85em;
    color: #000;
    z-index: 1;
    margin-top: 48px;
  }
  .archive_mdr_wrap .box2 .content_desc{
    width: 100%;
    margin-top: 37px;
    line-height: 2.1;
  }
  .archive_mdr_wrap .box2 .right{
    position: absolute;
    top: -14%;
    right: -15%;
  }

  /*FEATURE*/
  .pg_kayo .tt2{
    color: #FFF;
  }
  .pg_kayo .tt2_en{
    font-size: 150px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    letter-spacing: 0;
    line-height: 1;
    color: #FFF;
    position: relative;
    left: 0;
    margin-top: 143px;
  }
  .pg_kayo .tt3{
    margin-top: 22px;
    font-size: 16px;
    line-height: 2.25;
  }
  * + .pg_kayo .txt {
    border-top: 0;
    padding-top: 0;
    margin-bottom: 0;
  }

  .pg_kayo .posts_layout_box1:before{
    background-image: url(/img/kayo/back.jpg);
    z-index: 1;
  }
  .pg_kayo .box3{
    position: absolute;
    width: 100%;
    top: 31px;
    right: -1187px;
  }
  .pg_kayo .img:before{

  }
  .pg_kayo .img_fit:before{

  }
  .pg_kayo .img img{
  }
  .pg_kayo .box4{
    display: none
  }
  .pg_kayo .posts_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 120px;
  }
  * + .pg_kayo .posts_layout{
    margin-top: 10px;
  }

  .pg_kayo .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .pg_kayof .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .pg_kayof .posts_layout .section#sec3{
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
  }
  .pg_kayo .img img{

  }
  .kayo_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 65.8%;
  }
  .kayo_list_thumb{
    width: 72.5%;
    margin-top: 72px;
  }
  .pg_kayo .webgene-item {
    width: 33.333%;
    padding: 0 5.5px;
  }
  .pg_kayo .webgene-item .inner{
    display: block;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    background: #FFF;
  }
  .pg_kayo .webgene-item .category {
    width: 110px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #f15a22;
    border: 1px solid #000;
    border-radius: 50px;
    color: #FFF;
    transform: translateY(-12px);
  }
  .kayo_list_thumb .webgene-item .box2{
    padding: 40px 25px;
  }
  .kayo_list_thumb .webgene-item .title{
    width: fit-content;
    text-align: center;
    font-size: 24px;
    background: #f15a22;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 17px;
  }
  .title + .title1{
    margin-top: 7px;
  }
  .kayo_list_thumb .webgene-item .title1{
    width: fit-content;
    text-align: center;
    font-size: 24px;
    background: #f15a22;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 17px;
  }
  .kayo_list_thumb .webgene-item .txt{
    text-align: center;
  }

  * + .pg_kayo .txt{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .kayo_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }
  .kayo_list_thumb .webgene-item:nth-child(n+4) {
    margin-top: 50px;
  }
  .pg_kayo .read_more{
    display: flex;
    justify-content: center;
    margin-top: 55px;
  }
  .pg_kayo .read_more a{
    display: block;
    width: 100%;
    max-width:300px;
    ;
    padding: 11px 0 11px 22px;
    border-radius: 28px;
    background: #000000;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    position: relative;
    border: 1px solid #000;
    transition: all .2s;
  }
  .pg_kayo .read_more a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
  }
  .pg_kayo .read_more a:hover:after{
    right: 10px;
  }
  .pg_kayo .read_more a:after{
    content: "\f054";
    content: "";
    width: 30px;
    aspect-ratio:1;
    background-image: url(/img/arr1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all .2s;
  }
}
@media (min-width:1470px){

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

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

}
/*******************************
*　KAYO詳細
********************************/
/* 記事リスト */
.pg_kayo{
}
.pg_kayo .posts_layout1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_kayo .kayo_posts_layout_box1{
  width: 100%;
}
.pg_kayo .post_items{
  padding: 0;
}
.pg_kayo .post_items .item{
  padding: 80px;
}
.pg_kayo .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_kayo .post_items{
  padding: 0 0;
}
.pg_kayo .post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.pg_kayo .post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.pg_kayo .post_items .item .category{
  display: flex;
  width: auto;
  padding: 0;
  margin-top: 25px;
  margin-left: -2px;
  margin-right: -2px;
}
.pg_kayo .post_items .item .category span{
  display: block;
  color: #FFF;
  background: #f15a22;
  font-size: 13px;
  font-weight: 700;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 1px 13px;
  margin: 2px 2px;
  text-align: center;
}
.pg_kayo .post_items .item .title{
  width: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.pg_kayo .post_items .item .title_1{
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #000;
  color: #FFF;
  margin-top: 15px;
  padding-left: 29px;
}
.pg_kayo .post_items .item .title_1:before{
  content: "●";
  font-size: 11px;
  color: #f15a22;
  position: absolute;
  left: 10px;
}
.kayo_item+.kayo_item{
  margin-top: 35px;
}
.pg_kayo .post_items .item .title_2{
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: auto;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #000;
  color: #FFF;
  padding-left: 29px;
}
.pg_kayo .post_items .item .title_2:before{
  content: "●";
  font-size: 11px;
  color: #f15a22;
  position: absolute;
  left: 10px;
}
.pg_kayo .post_items .post_content {
  margin-top: 15px;
}

/*テーブル*/
.kayo_item .kayo_tbls{
  display: flex;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
  margin-top: 40px;
}
.kayo_item .kayo_tbl{
  width: 50%;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: var(--font-gothic);
  padding: 0 10px;
  padding-inline: 10px;
}
.kayo_tbl tr:first-child{
  border-top: 1px solid #b3b3b3;
}
.kayo_tbl tr:nth-child(n+2){
  border-top: 1px solid #b3b3b3;
}
.kayo_tbl tr:last-child{
  border-bottom: 1px solid #b3b3b3;
}
.kayo_tbl th{
  vertical-align: top;
  background: #f2f2f2;
}
.kayo_tbl td{
}
.kayo_tbl th,
.kayo_tbl td{
  width: 270px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
.kayo_tbl .txt{

}

.kayo_item .kayo_tbl_1{
  width: 50%;
  display: block;
  table-layout: fixed;
  border-collapse: collapse;
  font-family: var(--font-gothic);
  padding: 0 10px;
  padding-inline: 10px;
}
.kayo_tbl_1 tr:first-child{
  border-top: 1px solid #b3b3b3;
}
.kayo_tbl_1 tr:nth-child(n+2){
  border-top: 1px solid #b3b3b3;
}
.kayo_tbl_1 tr:last-child{
  border-bottom: 1px solid #b3b3b3;
}
.kayo_tbl_1 th{
  vertical-align: top;
  background: #f2f2f2;
}
.kayo_tbl_1 td{
}
.kayo_tbl_1 th,
.kayo_tbl_1 td{
  width: 270px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
  text-align: center;
}
.kayo_tbl_1 .txt{

}

/*画像*/
.pg_kayo .kayo_imgs{
  display: flex;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 25px;
}
.pg_kayo .kayo_imgs .box1{
  width: 50%;
  display: block;
  padding: 0 5px;
  padding-inline: 5px;
}
.pg_kayo .kayo_imgs .box1 .img:before{

}
.pg_kayo .kayo_imgs .box1 .img_fit:before{
  content: "";
  display: block;
  padding-top: 66.66%;
}
.pg_kayo .kayo_imgs  .img img{
}
.pg_kayo .kayo_imgs .box2{
  width: 50%;
  display: block;
  padding: 0 5px;
  padding-inline: 5px;
}
.pg_kayo .kayo_imgs .box2 .img:before{

}
.pg_kayo .kayo_imgs .box2 .img_fit:before{
  content: "";
  display: block;
  padding-top: 66.66%;
}
.pg_kayo .kayo_imgs  .img img{
}
.pg_kayo .post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  background: #FFF;
  z-index: 1;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 20px;
}
.pg_kayo .post_items .item.single_item:after{
  display: none;
}
.pg_kayo  .section#sec2{
  margin-top: 0;
  padding: 0;
}
.pg_kayo .post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.pg_kayo .post_items .item.single_item .title{
  width: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.pg_kayo .post_items .item .category {
  width: auto;
  padding: 0;
  margin-top: 25px;
}
.pg_kayo.post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pg_kayo .post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.pg_kayo .post_items .item.single_item .content h1,
.pg_kayo .post_items .item.single_item .content h2,
.pg_kayo .post_items .item.single_item .content h3,
.pg_kayo .post_items .item.single_item .content h4,
.pg_kayo .post_items .item.single_item .content h5,
.pg_kayo .post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.pg_kayo.post_items .item.single_item .content a{
  color: #2196F3;
}
.pg_kayo.post_items .post_content{
  margin-top: 20px;
}
.pg_kayo .post_items .post_content p{
  margin-bottom: 10px;
}

/* ページ送り(詳細) */
.pg_kayo .pagination{
  text-align: center;
  margin-top: 35px;
}
.pg_kayo .pagination .nav-posts{
}
.pg_kayo .pagination .nav-posts .page-archive{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  width: 100%;
  max-width: 300px;
  z-index: 1;
  transition: 0.2s all;
  margin-left: auto;
  margin-right: auto;
}
.pg_kayo .pagination .nav-posts .page-archive a{
  display: block;
  width: 100%;
  max-width:300px;
  ;
  padding: 11px 0 11px 22px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.pg_kayo .pagination .nav-posts .page-archive a:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.pg_kayo .pagination .nav-posts .page-archive a:hover:after{
  right: 10px;
}
.pg_kayo .pagination .nav-posts .page-archive a:after{
  content: "\f054";
  content: "";
  width: 30px;
  aspect-ratio:1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .kayo_item .kayo_tbls{
    display: flex;
    flex-wrap: wrap;
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
  }
  .kayo_item .kayo_tbl{
    width: 100%;

    border: 1px solid #dcdcdc;
  }
  .kayo_tbl tr:first-child{
    border-top: 0;
  }
  .kayo_tbl tr:nth-child(n+2){
    border-top: 0;
  }
  .kayo_tbl tr:last-child{
    border-bottom: 0;
  }
  .kayo_tbl th,
  .kayo_tbl td{
    width: 100%;
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
  .kayo_tbl + .kayo_tbl{
    margin-top: 25px;
  }
}
@media (min-width:768px){
  .pg_kayo .post_items .item .title {
    font-size: 25px;
    padding-top: 15px;
  }
  .pg_kayo .post_items .item .title_1 {
    margin-top: 25px;
  }
  .pg_kayo.post_items .post_content {
    margin-top: 25px;
  }
  .kayo_item .kayo_tbls {
    margin-top: 25px;
  }
  .kayo_item .kayo_tbl{
    width: 50%;
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-gothic);
    padding: 0 10px;
    padding-inline: 10px;
  }

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

}
@media (min-width:1200px){
  /* 記事リスト */
  .pg_kayo{
  }
  .pg_kayo .posts_layout1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_kayo .kayo_posts_layout_box1{
    width: 100%;
  }
  .pg_kayo .post_items{
    padding: 0;
  }
  .pg_kayo.post_items .item{
    padding: 80px;
  }
  .pg_kayo .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_kayo .post_items{
    padding: 0 0;
  }
  .pg_kayo .post_items .item{
    /*background: #f0f0f0;*/
    padding: 10px;
    border-top: 1px solid #CCC;
    display: flex;
    align-items: center;
    position: relative;
  }
  .pg_kayo .post_items .item:last-child{
    border-bottom: 1px solid #CCC;
  }
  .pg_kayo .post_items .item .category{
    width: auto;
    padding: 0;
    margin-top: 25px;
  }
  .pg_kayo .post_items .item .category span{
    display: block;
    color: #FFF;
    background: #f15a22;
    font-size: 13px;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 1px 13px;
    text-align: center;
  }
  .pg_kayo .post_items .item .title{
    width: calc(100% - 130px - 150px);
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0.05em;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  .pg_kayo .post_items .item .title_1{
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #000;
    color: #FFF;
    margin-top: 42px;
    padding-left: 29px;
  }
  .pg_kayo .post_items .item .title_1:before{
    content: "●";
    font-size: 11px;
    color: #f15a22;
    position: absolute;
    left: 10px;
  }
  .kayo_item+.kayo_item{
    margin-top: 57px;
  }
  .pg_kayo .post_items .item .title_2{
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 40px;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    background: #000;
    color: #FFF;
    padding-left: 29px;
  }
  .pg_kayo .post_items .item .title_2:before{
    content: "●";
    font-size: 11px;
    color: #f15a22;
    position: absolute;
    left: 10px;
  }

  /*テーブル*/
  .kayo_item .kayo_tbls{
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-top: 40px;
  }
  .kayo_item .kayo_tbl{
    width: 50%;
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-gothic);
    padding: 0 10px;
    padding-inline: 10px;
  }
  .kayo_tbl tr:first-child{
    border-top: 1px solid #b3b3b3;
  }
  .kayo_tbl tr:nth-child(n+2){
    border-top: 1px solid #b3b3b3;
  }
  .kayo_tbl tr:last-child{
    border-bottom: 1px solid #b3b3b3;
  }
  .kayo_tbl th{
    vertical-align: top;
    background: #f2f2f2;
  }
  .kayo_tbl td{
  }
  .kayo_tbl th,
  .kayo_tbl td{
    width: 270px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
  .kayo_tbl .txt{

  }

  .kayo_item .kayo_tbl_1{
    width: 50%;
    display: block;
    table-layout: fixed;
    border-collapse: collapse;
    font-family: var(--font-gothic);
    padding: 0 10px;
    padding-inline: 10px;
  }
  .kayo_tbl_1 tr:first-child{
    border-top: 1px solid #b3b3b3;
  }
  .kayo_tbl_1 tr:nth-child(n+2){
    border-top: 1px solid #b3b3b3;
  }
  .kayo_tbl_1 tr:last-child{
    border-bottom: 1px solid #b3b3b3;
  }
  .kayo_tbl_1 th{
    vertical-align: top;
    background: #f2f2f2;
  }
  .kayo_tbl_1 td{
  }
  .kayo_tbl_1 th,
  .kayo_tbl_1 td{
    width: 270px;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
    text-align: center;
  }
  .kayo_tbl_1 .txt{

  }

  /*画像*/
  .pg_kayo .kayo_imgs{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
    margin-left: -7.5px;
    margin-right: -7.5px;
    margin-bottom: 55px;
  }
  .pg_kayo .kayo_imgs .box1{
    width: 41%;
    display: block;
    padding: 0 5px;
    padding-inline: 5px;
  }
  .pg_kayo .kayo_imgs .box1 .img:before{

  }

  .pg_kayo .kayo_imgs .box1 .img_fit:before{
    content: "";
    display: block;
    padding-top: 66.66%;
  }
  .pg_kayo .kayo_imgs  .img img{
  }
  .pg_kayo .kayo_imgs .box2{
    width: 41%;
    display: block;
    padding: 0 5px;
    padding-inline: 5px;
  }
  .pg_kayo .kayo_imgs .box2 .img:before{

  }

  .pg_kayo .kayo_imgs .box2 .img_fit:before{
    content: "";
    display: block;
    padding-top: 66.66%;
  }
  .pg_kayo .kayo_imgs  .img img{
  }
  .pg_kayo .post_items .item.single_item{
    display: flex;
    flex-wrap: wrap;
    background: #FFF;
    z-index: 1;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 20px;
  }
  .pg_kayo .post_items .item.single_item:after{
    display: none;
  }
  .pg_kayo .section#sec2{
    margin-top: 15px;
    padding: 15px;
  }
  .pg_kayo .post_items .item.single_item .meta{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .pg_kayo .post_items .item.single_item .title{
    width: 100%;
    font-size: 36px;
    padding-top: 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
  }
  .pg_kayo .post_items .item.single_item .content{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .pg_kayo .post_items .item.single_item .content *{
    margin-bottom: 1em;
  }
  .pg_shop_only .post_items .item.single_item .content h1,
  .pg_shop_only .post_items .item.single_item .content h2,
  .pg_shop_only .post_items .item.single_item .content h3,
  .pg_shop_only .post_items .item.single_item .content h4,
  .pg_shop_only .post_items .item.single_item .content h5,
  .pg_shop_only .post_items .item.single_item .content h6{
    margin-bottom: 0.5em;
  }
  .pg_kayo .post_items .item.single_item .content a{
    color: #2196F3;
  }
  .pg_kayo .post_items .post_content{
    margin-top: 20px;
  }
  .pg_kayo .post_items .post_content p{
    margin-bottom: 10px;
  }

  /* ページ送り(詳細) */
  .pg_kayo .pagination{
    text-align: center;
    margin-top: 85px;
  }
  .pg_kayo .pagination .nav-posts{
  }
  .pg_kayo .pagination .nav-posts .page-archive{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    width: 100%;
    max-width: 300px;
    z-index: 1;
    transition: 0.2s all;
    margin-left: auto;
    margin-right: auto;
  }
  .pg_kayo .pagination .nav-posts .page-archive a{
    width: 100%;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding: 11px 23px;
    text-align: left;
  }
  .pg_kayo .pagination .nav-posts .page-archive a:after{
    content: "";
    width: 22px;
    aspect-ratio: 1 / 1;
    background-image: url(/img/shoponly/arrow_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
    right: 15px;
  }
}
@media (min-width:1470px){

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

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

}

/*******************************
*　取扱店舗様専用ページ（一覧）
********************************/
.pg_shop_only{
}
.archive_shop_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.archive_shop_wrap .box1{
  width: 100%;
  position: relative;
  z-index: 1;
}
.archive_shop_wrap .img:before{

}

.archive_shop_wrap  .img_fit:before{
  content: "";
  display: block;
  padding-top: 60%;
}
.archive_shop_wrap .img img{
  border-radius: 20px;
}

.archive_shop_wrap .home_contents3_tt{
  display: inline-block;
  position: relative;
  padding: 0px 14px;
  line-height: 2em;
  margin-top: 20px;
}
.archive_shop_wrap .home_contents3_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f12336;
  transform: skewX(346deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.archive_shop_wrap .box2 .home_contents3_tt .txt{
  display: inline-block;
  color: #FFF;
  font-size: 22px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
.archive_shop_wrap .box2{
  width: 100%;
}
.archive_shop_wrap .box2 .content_desc{
  margin-top: 15px;
  line-height: 2.1;
}
.pg_shop_only .posts_layout{
  display: flex;
  flex-wrap: wrap;
}
* + .posts_layout{
  margin-top: 55px;
}
.posts_layout_box1{
  width: 100%;
  margin-top: 30px;
}
.posts_layout_box2 .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 12px;
}
.shop_list_thumb .webgene-item{
  width: 100%;
  padding: 0;
}
.shop_list_thumb .webgene-item:nth-child(n+2){
  margin-top: 25px;
}
.shop_list_thumb .inner{
  display: block;
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
}
.shop_list_thumb .img img{
  border-radius: 20px 20px 0 0;
}
.shop_list_thumb .img_fit:before{
  content: "";
  display: block;
  padding-top: 67.8%;
}
.shop_list_thumb .webgene-item .inner{
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  color: #000;
  background: none;
}
.shop_list_thumb .webgene-item .category {
  width: 110px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #f15a22;
  border: 1px solid #000;
  border-radius: 50px;
  color: #FFF;
  transform: translateY(-12px);
}

/* サイド */
.posts_layout_box2{
  width: 100%;
}
.pg_shop_only .posts_side_wrap{
  border: 1px solid #000;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 15px;
  background: #FFF;
}
.shop_list_thumb .posts_side_wrap{
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}
.pg_shop_only  .posts_side_title{
  color: #FFF;
  background: #000;
  border-radius: 20px 20px 0 0;
  padding: 10px 0;
}
.pg_shop_only .posts_cat_item{
  width: 100%;
  padding: 5px 7px;
  margin: 5px 5px;
  font-size: 13px;
  letter-spacing: 0.05em;
  color: #FFF;
  background: #f15a22;
  border: 1px solid #000;
  border-radius: 50px;
}
.posts_cat_item + .posts_cat_item{
  margin-top: 5px;
}
.shop_list_thumb .webgene-item .box2{
  padding: 0 25px 28px 25px;
}
.shop_list_thumb .webgene-item .title{
  padding-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-bottom: 1px solid #000;
}
.shop_list_thumb .webgene-item .txt{
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: justify;
  margin-top: 20px;
}
* +  .pg_shop_only .txt{
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 25px;
}
.shop_list_thumb .webgene-item .view_more{
  text-align: center;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-top: 20px;
}
.ycf_list_thumb .webgene-item .view_more:after,
.shop_list_thumb .webgene-item .view_more:after{
  content: "→";
  width: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 95px;
  -webkit-transform: translate(0, -50%);
  transform: translateY(-50%);
  transition: 0.2s all;

}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .pg_shop_only .posts_layout{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
@media (min-width:768px){
  .archive_shop_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive_shop_wrap .box1{
    width: 100%;
  }
  .archive_shop_wrap .box1:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 300px;
    left: 220px;
    bottom: -360px;
    background: #f2f2f2;
    border-radius: 20px 0 0 20px;
    width: auto;
    right: var(--margin-for-device-side);
  }
  .archive_shop_wrap .img:before{

  }

  .archive_shop_wrap  .img_fit:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_shop_wrap .img img{
    border-radius: 20px;
  }

  .archive_shop_wrap .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 0px 14px;
    line-height: 2em;
    margin-top: 20px;
  }
  .archive_shop_wrap .home_contents3_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f12336;
    transform: skewX(346deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .archive_shop_wrap .box2 .home_contents3_tt .txt {
    font-size: 28px;
  }

  .archive_shop_wrap .box2 .home_contents3_tt .content_desc{
    font-size: 18px;
  }

  .archive_shop_wrap .box2{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .archive_shop_wrap .box2 .content_desc{
    margin-top: 25px;
    line-height: 2.1;
  }
  .pg_shop_only .posts_layout{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  * + .pg_shop_only .posts_layout{
    margin-top: 55px;
  }
  .posts_layout_box1{
    width: 100%;
    margin-top: 30px;
  }
  .posts_layout_box1 .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .posts_layout_box2 .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 12px;
  }
  .shop_list_thumb .webgene-item{
    width: 50%;
    padding: 0 5.5px;
  }
  .shop_list_thumb .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .shop_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 25px;
  }
  .shop_list_thumb .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .shop_list_thumb .img img{
    border-radius: 20px 20px 0 0;
  }
  .shop_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 67.8%;
  }
  .shop_list_thumb .webgene-item .inner{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #000;
    background: none;
  }
  .shop_list_thumb .webgene-item .category {
    width: 110px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #f15a22;
    border: 1px solid #000;
    border-radius: 50px;
    color: #FFF;
    transform: translateY(-12px);
  }

  /* サイド */
  .posts_layout_box2{
    width: 100%;
    z-index: 1;
  }
  .pg_shop_only .posts_side_wrap{
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 15px;
  }
  .shop_list_thumb .posts_side_wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .pg_shop_only  .posts_side_title{
    color: #FFF;
    background: #000;
    border-radius: 20px 20px 0 0;
    padding: 10px 0;
  }
  .pg_shop_only .posts_cat_item{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 30px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #FFF;
    background: #f15a22;
    border: 1px solid #000;
    border-radius: 50px;
  }
  .posts_cat_item + .posts_cat_item{
    margin-top: 5px;
  }
  .shop_list_thumb .webgene-item .box2{
    width: 100%;
    padding: 0 25px 28px 25px;
  }
  .shop_list_thumb .webgene-item .title{
    padding-bottom: 10px;
    font-size: 20px;
  }

  .shop_list_thumb .webgene-item .txt{
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  * + .pg_shop_only .txt{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .shop_list_thumb .webgene-item .view_more{
    text-align: center;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .ycf_list_thumb .webgene-item .view_more:after,
  .shop_list_thumb .webgene-item .view_more:after{
    content: "→";
    width: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 30%;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    transition: 0.2s all;
  }
}
@media (min-width:1024px){

  .archive_shop_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive_shop_wrap .box1{
    width: 100%;
  }
  .archive_shop_wrap .box1:after{
    content: "";
    position: absolute;
    z-index: -1;
    top: 300px;
    left: 220px;
    bottom: -360px;
    background: #f2f2f2;
    border-radius: 20px 0 0 20px;
    width: auto;
    right: var(--margin-for-device-side);
  }
  .archive_shop_wrap .img:before{

  }

  .archive_shop_wrap  .img_fit:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_shop_wrap .img img{
    border-radius: 20px;
  }

  .archive_shop_wrap .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 0px 14px;
    line-height: 2em;
    margin-top: 20px;
  }
  .archive_shop_wrap .home_contents3_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f12336;
    transform: skewX(346deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .archive_shop_wrap .box2 .home_contents3_tt .txt {
    font-size: 28px;
  }

  .archive_shop_wrap .box2 .home_contents3_tt .content_desc{
    font-size: 18px;
  }

  .archive_shop_wrap .box2{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .archive_shop_wrap .box2 .content_desc{
    margin-top: 25px;
    line-height: 2.1;
  }
  * + .pg_shop_only .posts_layout{
    margin-top: 55px;
  }
  .posts_layout_box1{
    width: 100%;
    margin-top: 30px;
  }
  .posts_layout_box1 .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }
  .posts_layout_box2 .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 12px;
  }
  .shop_list_thumb .webgene-item{
    width: 50%;
    padding: 0px 10px;
  }
  .shop_list_thumb .webgene-item:nth-child(n+2){
    margin-top: 0;
  }
  .shop_list_thumb .webgene-item:nth-child(n+3){
    margin-top: 50px;
  }
  .shop_list_thumb .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .shop_list_thumb .img img{
    border-radius: 20px 20px 0 0;
  }
  .shop_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 67.8%;
  }
  .shop_list_thumb .webgene-item .inner{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #000;
    background: none;
  }
  .shop_list_thumb .webgene-item .category {
    width: 110px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #f15a22;
    border: 1px solid #000;
    border-radius: 50px;
    color: #FFF;
    transform: translateY(-12px);
  }

  /* サイド */
  .posts_layout_box2{
    width: 100%;
    z-index: 1;
  }
  .pg_shop_only .posts_side_wrap{
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 15px;
  }
  .shop_list_thumb .posts_side_wrap{
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
  }
  .pg_shop_only  .posts_side_title{
    color: #FFF;
    background: #000;
    border-radius: 20px 20px 0 0;
    padding: 10px 0;
  }
  .pg_shop_only .posts_cat_item{
    width: 100%;
    padding: 5px 7px;
    margin: 10px 30px;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #FFF;
    background: #f15a22;
    border: 1px solid #000;
    border-radius: 50px;
  }
  .posts_cat_item + .posts_cat_item{
    margin-top: 5px;
  }
  .shop_list_thumb .webgene-item .box2{
    width: 100%;
    padding: 0 25px 28px 25px;
  }
  .shop_list_thumb .webgene-item .title{
    padding-bottom: 10px;
    font-size: 20px;
  }

  .shop_list_thumb .webgene-item .txt{
    font-size: 15px;
    letter-spacing: 0.05em;
    text-align: justify;
  }
  * + .pg_shop_only .txt{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .shop_list_thumb .webgene-item .view_more{
    text-align: center;
    position: relative;
    font-size: 15px;
    letter-spacing: 0.05em;
  }
  .ycf_list_thumb .webgene-item .view_more:after,
  .shop_list_thumb .webgene-item .view_more:after{
    width: 10px;
    right: 140px;
  }
}
@media (min-width:1200px){
  .archive_shop_wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .archive_shop_wrap .box1{
    width: 32.89%;
    position: relative;
    z-index: 1;
  }
  .archive_shop_wrap .box1:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 120px;
    left: 320px;
    bottom: -360px;
    background: #f2f2f2;
    border-radius: 20px 0 0 20px;
    width: auto;
    right: var(--margin-for-device-side);
    right: -1260px;
  }
  .posts_layout_box2 .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
  }
  .archive_shop_wrap .img:before{

  }

  .archive_shop_wrap  .img_fit:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .archive_shop_wrap .img img{
    border-radius: 20px;
  }

  .archive_shop_wrap .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 5px 14px;
    line-height: 2em;
    margin-top: 0px;
  }
  .archive_shop_wrap .home_contents3_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f12336;
    transform: skewX(346deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .archive_shop_wrap .box2 .home_contents3_tt .txt{
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.4em;
    position: relative;
    z-index: 1;
  }
  .archive_shop_wrap .box2{
    width: 63.48%;
    position: relative;
    z-index: 1;
  }
  .archive_shop_wrap .box2 .content_desc{
    margin-top: 27px;
    line-height: 2.1;
  }
  .pg_shop_only .posts_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction:row-reverse
  }
  * + .pg_shop_only .posts_layout{
    margin-top: 50px;
  }
  .posts_layout_box1{
    width: 84.34%;
    margin-top: 0;
  }
  .shop_list_thumb .webgene-blog{
    display: flex;
    flex-wrap: wrap;
  }
  .shop_list_thumb .webgene-blog{
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .shop_list_thumb .webgene-item{
    width: 33.333%;
    padding: 0 5.5px;
  }
  .shop_list_thumb .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .shop_list_thumb .img img{
    border-radius: 20px 20px 0 0;
  }
  .shop_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 67.8%;
  }
  .shop_list_thumb .webgene-item .inner{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #000;
    background: #FFF;
  }
  .shop_list_thumb .webgene-item .category {
    width: 110px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #f15a22;
    border: 1px solid #000;
    border-radius: 50px;
    color: #FFF;
    transform: translateY(-12px);
  }

  /* サイド */
  .posts_layout_box2{
    width: 13.48%;
  }
  .pg_shop_only .posts_side_wrap{
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 8px;
  }
  .pg_shop_only  .posts_side_title{
    color: #FFF;
    background: #000;
    border-radius: 20px 20px 0 0;
    padding: 6px 0;
  }
  .pg_shop_only .posts_cat_item{
    width: 100%;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #FFF;
    background: #f15a22;
    padding: 2px 15px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 15px;
    margin-bottom: 0px;
  }
  .posts_cat_item + .posts_cat_item{
    margin-top: 5px;
  }
  .shop_list_thumb .webgene-item .box2{
    padding: 0 25px 28px 25px;
  }
  .shop_list_thumb .webgene-item .title{
    padding-bottom: 10px;
    font-size: 20px;
  }
  * + .pg_shop_only .txt{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .shop_list_thumb .webgene-item:nth-child(n+2) {
    margin-top: 0;
  }
  .shop_list_thumb .webgene-item .view_more{
    text-align: center;
    position: relative;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .ycf_list_thumb .webgene-item .view_more:after,
  .shop_list_thumb .webgene-item .view_more:after{
    content: "→";
    width: 10px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 75px;
    -webkit-transform: translate(0, -50%);
    transform: translateY(-50%);
    transition: 0.2s all;
  }
}
@media (min-width:1470px){
  .ycf_list_thumb .webgene-item .view_more:after,
  .shop_list_thumb .webgene-item .view_more:after {
    right: 105px;
  }
}
@media (min-width:1536px){

}
@media (min-width:1720px){
  .ycf_list_thumb .webgene-item .view_more:after,
  .shop_list_thumb .webgene-item .view_more:after {
    right: 105px;
  }
}

/*******************************
*　取扱店舗様専用ページ（詳細）
********************************/
/* 記事リスト */
.pg_shop_only .post_items{
  padding: 0 0;
}
.pg_shop_only .post_items .item{
  /*background: #f0f0f0;*/
  padding: 10px;
  border-top: 1px solid #CCC;
  display: flex;
  align-items: center;
  position: relative;
}
.pg_shop_only .post_items .item:last-child{
  border-bottom: 1px solid #CCC;
}
.pg_shop_only .post_items .item .img{
  overflow: hidden;

}
/*.post_items .item .date{
  width: 130px;
  font-size: 15px;
  color: #5a5a5a;
}*/
.pg_shop_only .post_items .item .category{
  width: auto;
  padding: 0;

}
.pg_shop_only .post_items .item .category span{
  display: block;
  color: #FFF;
  background: #f15a22;
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0px 20px;
  margin: 0;
  text-align: center;
}
.pg_shop_only .post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.pg_shop_only .post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}
.pg_shop_only .post_items .item:after{
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.pg_shop_only .post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 20px;
}
.pg_shop_only .post_items .item.single_item:after{
  display: none;
}
.pg_shop_only .section#sec2{
  margin-top: 15px;
  padding: 15px;
}
.pg_shop_only .post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.pg_shop_only .post_items .item.single_item .title{
  width: 100%;
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.pg_shop_only .post_items .item.single_item .content{
  width: 100%;
  margin-top: 20px;
  padding-bottom: 20px;
}
.pg_shop_only .post_items .item.single_item .content *{
  margin-bottom: 1em;
}
.pg_shop_only .post_items .item.single_item .content h1,
.pg_shop_only .post_items .item.single_item .content h2,
.pg_shop_only .post_items .item.single_item .content h3,
.pg_shop_only .post_items .item.single_item .content h4,
.pg_shop_only .post_items .item.single_item .content h5,
.pg_shop_only .post_items .item.single_item .content h6{
  margin-bottom: 0.5em;
}
.pg_shop_only .post_items .item.single_item .content a{
  color: #2196F3;
}
.pg_shop_only .post_items .post_content{
  margin-top: 20px;
}
.pg_shop_only .post_items .post_content p{
  margin-bottom: 30px;
}

/* ページ送り(詳細) */
.pg_shop_only .pagination{
  text-align: center;
  margin-top: 35px;
}
.pg_shop_only .pagination .nav-posts{
}
.pg_shop_only .pagination .nav-posts .page-archive{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  margin-left: auto;
  margin-right: auto;
}
.pg_shop_only .pagination .nav-posts .page-archive a{
  width: 250px;
  background: #000;
  border-radius: 50px;
  color: #fff;
  font-size: 15px;
  letter-spacing: 0.05em;
  padding: 11px 23px;
  text-align: left;
}
.pg_shop_only .pagination .nav-posts .page-archive a:after{
  content: "";
  width: 22px;
  aspect-ratio: 1 / 1;
  background-image: url(/img/shoponly/arrow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
  right: 15px;
}

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


@media (max-width:374px){

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

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

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


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


}
@media (min-width:1200px){
  .pg_shop_only .section#sec1 .posts_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
  }

  .pg_shop_only .section#sec2{
    margin-top: 70px;
  }
  .pg_shop_only .post_items .item.single_item .title{
    width: 100%;
    font-size: 30px;
    padding-top: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
  }
  .pg_shop_only .post_items .item.single_item .content{
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .pg_shop_only .post_items .post_content{
    margin-top: 50px;
  }
  .pg_shop_only .post_items .post_content p{
    margin-bottom: 10px;
  }
  .pg_shop_only .post_items .post_content p:last-child{
    margin-bottom: 30px;
  }

  /* ページ送り(詳細) */
  .pg_shop_only .pagination{
    text-align: center;
    margin-top: 50px;
  }
  .pg_shop_only .pagination .nav-posts .page-archive a{
    width: 300px;
    font-size: 18px;
  }
  .pg_shop_only .pagination .nav-posts .page-archive a:after{
    width: 28px;
    right: 10px;
  }
}
@media (min-width:1470px){

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

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

}
/*******************************
*　取扱店（一覧）
********************************/
.pg_handling{

}
.pg_handling .sec1{

}
.pg_handling .sec1 .pref_txt{

}
.pg_handling .archive_handling_wrap{
  width: 100%;
  background: #f2f2f2;
  border-radius: 10px;
  padding: 15px 20px;
}
.pg_handling .archive_handling_wrap .box1{
  display: flex;
  flex-wrap: wrap;
  background: #f2f2f2;
  border-radius: 10px;
  align-items: center;
}
.pg_handling .pref_txt{
  font-size: 18px;
  font-weight: 700;
  margin-right: 20px;
}
.pg_handling .pref_txt:before{
  content: "・";
}
.pg_handling .select_wrap{
  border-radius: 5px;
  margin-top: 10px;
}
.pg_handling .select_wrap .pref{
  width: 300px;
  padding: 6px 8px;
  border-radius: 5px;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
}
.pg_handling .pref_btns{
  margin-top: 15px;
}
.pg_handling .pref_button{
  width: 150px;
  background: #f15a22;
  color: #FFF;
  padding: 3px 10px;
  border-radius: 50px;
  border: 0;
}
.pg_handling .post_items{

}
.pg_handling .posts_layout{

}
.handling_list_thumb  .img_fit:before{
  content: "";
  display: block;
  padding-top: 60%;
}
.handling_list_thumb .img img{
  border-radius: 20px;
}

.handling_list_thumb .home_contents3_tt{
  display: inline-block;
  position: relative;
  padding: 5px 14px;
  line-height: 2em;
  margin-top: 0px;
}
.handling_list_thumb .home_contents3_tt:after{
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #f12336;
  transform: skewX(346deg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.handling_list_thumb .box2 .home_contents3_tt .txt{
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  letter-spacing: -0.05em;
  line-height: 1.4em;
  position: relative;
  z-index: 1;
}
.handling_list_thumb .box2 .content_desc{
  margin-top: 27px;
  line-height: 2.1;
}
.pg_handling .posts_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

* + .posts_layout1{
  margin-top: 40px;
}
.pg_handling .posts_layout1_box{
  width: 100%;
  margin-top: 0;
}
.handling_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  margin-inline: -10px;
}
.handling_list_thumb .webgene-item{
  width: 50%;
  display: block;
  padding-inline: 10px;
  padding: 0 10px;
  border-top: 0;
}
.handling_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 30px;
}
.handling_list_thumb .inner{
  display: block;
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
}
.handling_list_thumb .img img{
  border-radius: 20px 20px 0 0;
}
.handling_list_thumb .img_fit:before{
  content: "";
  display: block;
  padding-top: 74.8%;
}
.handling_list_thumb .webgene-item .inner{
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  color: #000;
  background: none;
}
.handling_list_thumb .webgene-item .category {
  width: auto;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #FFF;
  border: 1px solid #000000;
  border-radius: 50px;
  text-align: center;
  transform: translateY(-15px);
  padding: 2px 10px;
}
.handling_list_thumb .webgene-item .box2{
  width: 100%;
  padding: 0 12px 15px;
}
.handling_list_thumb .webgene-item .title{
  width: auto;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  /*  margin-top: 10px;*/
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
.handling_list_thumb .webgene-item .view_more{
  width: auto;
  text-align: center;
  position: relative;
  background: #000;
  border-radius: 50px;
  color: #fff;
  padding: 5px 12px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.handling_list_thumb .webgene-item .view_more:hover{
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
.handling_list_thumb .webgene-item .view_more:hover:after{
  right: 10px;
}
.handling_list_thumb .webgene-item .view_more p{
  text-align: left;
  font-size: 13px;
  letter-spacing: 0.05em;
}
.handling_list_thumb .webgene-item .view_more:after{
  content: "";
  width: 15px;
  aspect-ratio: 1 / 1;
  background-image: url(/img/shoponly/arrow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_handling .select_wrap {
    margin-top: 0;
  }
  .pg_handling .select_wrap .pref {
    width: 110%;
    padding: 8px 20px 8px 10px;
  }
  .pg_handling .pref_btns {
    margin-top: 0;
    margin-left: 40px;
  }
  .pg_handling .pref_button {
    width: 150%;
  }
  .handling_list_thumb .webgene-item .box2 {
    padding: 0 15px 20px;
  }
  .handling_list_thumb .webgene-item {
    width: 50%;
    padding: 0 10px;
  }
  .handling_list_thumb .webgene-item .category {
    width: 25%;
  }
  .handling_list_thumb .webgene-item .title {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .handling_list_thumb .webgene-item .view_more{
    width: 80%;
    padding: 10px 20px;
    margin-top: 20px;
  }
  .handling_list_thumb .webgene-item .view_more p {
    font-size: 14px;
  }
  .handling_list_thumb .webgene-item .view_more:after {
    width: 20px;
    right: 15px;
  }

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


}
@media (min-width:1200px){
  .pg_handling .archive_handling_wrap{
    width: 100%;
    background: #f2f2f2;
    border-radius: 20px;
    padding: 20px 20px;
  }
  .pg_handling .archive_handling_wrap .box1{
    display: flex;
    flex-wrap: wrap;
    background: #f2f2f2;
    border-radius: 10px;
    align-items: center;
  }
  .pg_handling .pref_txt{
    font-size: 18px;
    font-weight: 700;
    align-items: center;
    margin-right: 30px;
  }
  .pg_handling .select_wrap{
    border-radius: 5px;
    padding: 0;
    margin-right: 10px;
  }
  .pg_handling .pref_btns{
    margin-left: 65px;
  }
  .pg_handling .select_wrap .pref{
    width: 130%;
    padding: 7px 15px;
    margin-right: 10px;
    border-radius: 5px;
    border: 0;
  }
  .pg_handling .select_wrap .pref{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  }
  .pg_handling .pref_button{
    width: 100px;
    background: #f15a22;
    color: #FFF;
    padding: 3px 10px;
    border-radius: 50px;
    border: 0;
  }
  .handling_list_thumb  .img_fit:before{
    content: "";
    display: block;
    padding-top: 60%;
  }
  .handling_list_thumb .img img{
    border-radius: 20px;
  }
  .handling_list_thumb .home_contents3_tt{
    display: inline-block;
    position: relative;
    padding: 5px 14px;
    line-height: 2em;
    margin-top: 0px;
  }
  .handling_list_thumb .home_contents3_tt:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: #f12336;
    transform: skewX(346deg);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  .handling_list_thumb .box2 .home_contents3_tt .txt{
    display: inline-block;
    color: #FFF;
    font-size: 24px;
    font-style: italic;
    font-weight: 900;
    letter-spacing: -0.05em;
    line-height: 1.4em;
    position: relative;
    z-index: 1;
  }
  .handling_list_thumb .box2{
    width: 63.48%;
    position: relative;
    z-index: 1;
  }
  .handling_list_thumb .box2 .content_desc{
    margin-top: 27px;
    line-height: 2.1;
  }
  .pg_handling .posts_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  * + .posts_layout1{
    margin-top: 60px;
  }
  .pg_handling .posts_layout1_box{
    width: 100%;
    margin-top: 0;
  }
  .handling_list_thumb .webgene-blog{
    display: flex;
    flex-wrap: wrap;
  }
  .handling_list_thumb .webgene-blog{
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .handling_list_thumb .webgene-item{
    width: 25%;
    padding: 0 5.5px;
  }
  .handling_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }
  .handling_list_thumb .webgene-item:nth-child(n+5){
    margin-top: 30px;
  }
  .handling_list_thumb .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .handling_list_thumb .img img{
    border-radius: 20px 20px 0 0;
  }
  .handling_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 64.8%;
  }
  .handling_list_thumb .webgene-item .inner{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #000;
    background: none;
  }
  .handling_list_thumb .webgene-item .category {
    width: 80px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    background: #FFF;
    border: 1px solid #000;
    border-radius: 50px;
    color: #000;
    transform: translateY(-15px);
    margin-left: 5px;
  }
  .handling_list_thumb .webgene-item .box2{
    width: 100%;
    padding: 0 25px 28px 25px;
  }
  .handling_list_thumb .webgene-item .title{
    padding-bottom: 1px;
    font-size: 24px;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #000;
    margin-top: -10px;
    padding-bottom: 10px;
  }
  .handling_list_thumb .webgene-item .view_more{
    text-align: center;
    position: relative;
    width: 200px;
    background: #000;
    border-radius: 50px;
    color: #fff;
    padding: 7px 13px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .handling_list_thumb .webgene-item .view_more p{
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.05em;
  }
  .handling_list_thumb .webgene-item .view_more:after{
    content: "";
    width: 20px;
    aspect-ratio: 1 / 1;
    background-image: url(/img/shoponly/arrow_01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    right: 10px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: 0.2s all;
  }

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

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

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

}
/*******************************
*　取扱店（詳細）
********************************/
/* 記事リスト */
.pg_handling{
}
.pg_handling .posts_layout1{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_handling .posts_layout_box1{
  width: 100%;
  margin-top: 0;
}
.pg_handling .post_items{
  padding: 0;
}
.pg_handling .post_items .item{
  padding: 15px;
}
.pg_handling .items{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pg_handling .single_item1{
  width: 100%;
}
.pg_handling .single_item2{
  width: 100%;
}
.single_item1_img.img_fit img{
  border-radius: 20px;
  border: 1px solid #000;
}
.single_item1_img.img_fit:before{
  content: "";
  display: block;
  padding-top: 75%;
}
.pg_handling .post_items .item .title{
  font-weight: 500;
  width: calc(100% - 130px - 150px);
  /*width: -moz-available;
  width: -webkit-fill-available;
  width: available;*/
}
.pg_handling .post_items .item .title a{
  display: block;
  position: relative;
  padding-right: 1em;
}

/*テーブル*/
.handling_tbl{
  font-family: var(--font-gothic);
}
* + .handling_tbl{
  margin-top: 33px;
}
/*.handling_tbl tr:first-child{
  border-top: 1px solid #e5e5e5;
}*/
/*.handling_tbl tr:nth-child(n+2){
  border-top: 1px solid #e5e5e5;
}*/
/*.handling_tbl tr:last-child{
  border-bottom: 1px solid #e5e5e5;
}*/
.handling_tbl th{
  width: 200px;
  text-align: left;
  vertical-align: top;
  padding: 10px 15px;
  background: #f2f2f2;
}
.handling_tbl td{
  padding: 12px 15px;
}
.handling_tbl th,
.handling_tbl td{
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.75;
}
.pg_handling .post_items .post_content{
  margin-top: 0;
}
.handling_tbl .txt{

}
.pg_handling .post_items .item.single_item{
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 20px;
}
.pg_handling .post_items .item.single_item:after{
  display: none;
}
.pg_handling .section#sec2{
  margin-top: 0;
}
.pg_handling .post_items .item.single_item .meta{
  display: flex;
  align-items: center;
  width: 100%;
}
.pg_handling .post_items .item .category{
  width: auto;
  padding: 15px 0;
}
.pg_handling .post_items .item .category span{
  display: block;
  color: #000;
  background: #FFF;
  font-size: 16px;
  letter-spacing: 0.05em;
  border: 1px solid #000;
  border-radius: 50px;
  padding: 0px 20px;
  margin: 0;
  text-align: center;
}
.pg_handling .post_items .item.single_item .title{
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-top: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}
/*マップ*/
.pg_handling .section .sec3{
  margin-top: 50px;
}
iframe {
  width: 100%;
  height: 250px;
  margin-bottom: 15px;
}
/* ページ送り(詳細) */
.pg_handling .pagination{
  text-align: center;
  margin-top: 35px;
}
.pg_handling .pagination .nav-posts{
}
.pg_handling .pagination .nav-posts .page-archive{
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  margin-left: auto;
  margin-right: auto;
}
.pg_handling .pagination .nav-posts .page-archive a{
  display: block;
  width: 100%;
  max-width:300px;
  padding: 11px 0 11px 22px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.pg_handling .pagination .nav-posts .page-archive a:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.pg_handling .pagination .nav-posts .page-archive a:hover:after{
  right: 10px;
}
.pg_handling .pagination .nav-posts .page-archive a:after{
  content: "";
  width: 22px;
  aspect-ratio: 1 / 1;
  background-image: url(/img/shoponly/arrow_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 13px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: 0.2s all;
}

@media (max-width:374px){

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

}
@media (max-width:767px){
  .handling_tbl th,
  .handling_tbl td{
    width: 100%;
    display: block;
  }
}
@media (min-width:768px){
  .pg_handling .post_items .item {
    padding: 30px;
  }
  .pg_handling .post_items .item .category {
    width: auto;
    padding: 20px 0;
  }
  .pg_handling .post_items .item.single_item .title {
    font-size: 25px;
    padding-bottom: 15px;
  }
  .handling_tbl tr:first-child{
    border-top: 1px solid #b3b3b3;
  }
  .handling_tbl tr:nth-child(n+2){
    border-top: 1px solid #b3b3b3;
  }
  .handling_tbl tr:last-child{
    border-bottom: 1px solid #b3b3b3;
  }
  .handling_tbl th{
    width: 180px;
  }
  .handling_tbl td{
  }
  .handling_tbl th, .handling_tbl td {
    font-size: 20px;
  }
  iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 15px;
  }
  .pg_handling .pagination .nav-posts .page-archive a:after{
    right: 15px;
  }

}
@media (min-width:1024px){
  .handling_tbl th {
    width: 200px;
  }
}
@media (min-width:1200px){
  /* 記事リスト */
  .pg_handling{
  }
  .pg_handling .posts_layout1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_handling .posts_layout_box1{
    width: 100%;
  }
  .pg_handling .post_items{
    padding: 0;
  }
  .pg_handling .post_items .item{
    padding: 80px;
  }
  .pg_handling .items{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .pg_handling .single_item1{
    width: 44.11%;

  }
  .pg_handling .single_item2{
    width: 51.69%;
  }
  .single_item1_img.img_fit img{
    border-radius: 20px;
    border: 1px solid #000;
  }
  .single_item1_img.img_fit:before{
    content: "";
    display: block;
    padding-top: 75%;
  }
  .pg_handling .post_items .item .title{
    font-weight: 500;
    width: calc(100% - 130px - 150px);
    /*width: -moz-available;
    width: -webkit-fill-available;
    width: available;*/
  }
  .pg_handling .post_items .item .title a{
    display: block;
    position: relative;
    padding-right: 1em;
  }

  /*テーブル*/
  .handling_tbl{
    font-family: var(--font-gothic);
  }
  * + .handling_tbl{
    margin-top: 33px;
  }
  .handling_tbl tr:first-child{
    border-top: 1px solid #b3b3b3;
  }
  .handling_tbl tr:nth-child(n+2){
    border-top: 1px solid #b3b3b3;
  }
  .handling_tbl tr:last-child{
    border-bottom: 1px solid #b3b3b3;
  }
  .handling_tbl th{
    width: 28.5%;
    text-align: left;
    vertical-align: top;
    padding: 10px 10px 10px 30px;
    background: #f2f2f2;
  }
  .handling_tbl td{
    /*    padding: 10.5px 28px;*/
  }
  .handling_tbl th,
  .handling_tbl td{
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.75;
  }
  .handling_tbl .txt{

  }
  .pg_handling .post_items .item.single_item{
    display: flex;
    flex-wrap: wrap;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 20px;
  }
  .pg_handling .post_items .item.single_item:after{
    display: none;
  }
  .pg_handling .section#sec2{
    margin-top: 0;
  }
  .pg_handling .post_items .item.single_item .meta{
    display: flex;
    align-items: center;
    width: 100%;
  }
  .pg_handling .post_items .item .category{
    width: auto;
    padding: 0;
  }
  .pg_handling .post_items .item .category span{
    display: block;
    color: #000;
    background: #FFF;
    font-size: 16px;
    letter-spacing: 0.05em;
    border: 1px solid #000;
    border-radius: 50px;
    padding: 0px 20px;
    margin: 0;
    text-align: center;
  }
  .pg_handling .post_items .item.single_item .title{
    width: 100%;
    font-size: 30px;
    letter-spacing: 0.05em;
    padding-top: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
  }
  /*マップ*/
  .pg_handling .section .sec3{
    margin-top: 60px;
  }
  iframe {
    width: 100%;
    height: 450px;
  }
  /* ページ送り(詳細) */
  .pg_handling .pagination{
    text-align: center;
    margin-top: 60px;
  }
  .pg_handling .pagination .nav-posts{
  }
  .pg_handling .pagination .nav-posts .page-archive{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
    transition: 0.2s all;
    margin-left: auto;
    margin-right: auto;
  }
  .pg_handling .pagination .nav-posts .page-archive a{
    width: 300px;
    background: #000;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    letter-spacing: 0.05em;
    padding: 11px 23px;
    text-align: left;
  }
  .pg_handling .pagination .nav-posts .page-archive a:after{
    width: 30px;
  }
}
@media (min-width:1470px){

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

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

}

/*******************************
*　レース・イベント情報
********************************/
.pg_race {
}
.pg_race .tt2 {
  position: relative;
  margin-bottom: -0.5em;
  z-index: -1;
}
.pg_race .tt2_en {
  position: relative;
  left: 0;
  top: 0;
}
.pg_race.races_layout{
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  flex-direction:row-reverse;
  z-index: 1;
}
* + .races_layout{
  margin-top: 0;
}
.races_layout_box1{
  width: 100%;
}
.race_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.race_list_thumb .webgene-blog{
  margin-left: -5.5px;
  margin-right: -5.5px;
}
.race_list_thumb .webgene-item{
  width: 50%;
  display: block;
  padding-inline: 10px;
  padding: 0 10px;
  border-top: 0;
}
.race_list_thumb .inner{
  display: block;
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
}
.race_list_thumb .img img{
  border-radius: 20px 20px 0 0;
}
.race_list_thumb .img_fit:before{
  content: "";
  display: block;
  padding-top: 62.5%;
}
.race_list_thumb .webgene-item .inner{
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  color: #000;
  background: none;
}
.race_list_thumb .webgene-item .box2{
  padding: 19px 16px;
}
.race_list_thumb .webgene-item .meta{
  display: flex;
  align-items: center;
}
.race_list_thumb .webgene-item .category {
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #000000;
  border-radius: 13px;
  text-align: center;
  padding: 2px 10px;
}
.race_list_thumb .webgene-item .date {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-left: 23px;
}
.race_list_thumb .webgene-item .title{
  width: auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 10px;
}
.race_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
/* サイド */
.races_layout_box2{
  width: 100%;
  margin-top: 50px;
}
.pg_race .races_side_wrap {
  border: 1px solid #000;
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 15px;
}
.pg_race .races_side_title{
  color: #FFF;
  background: #000;
  border-radius: 18px 18px 0 0;
  padding: 6px 0;
  text-align: center
}
races_layout_box2 .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
}
.pg_race .races_cat_item{
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.05em;
  background: #FFF;
  color: #000;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-bottom: 0;
}
.races_cat_item + .races_cat_item {
  margin-top: 10px;
}
.races_side_wrap + .races_side_wrap{
  margin-top: 25px;
}
* + .pg_race .txt{
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 25px;
}
.pg_race .select_wrap {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 15px;
}
.pg_race .select_wrap .race_manth {
  width: 100%;
  padding: 7px 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .races_layout{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: column-reverse;
    z-index: 1;
  }
  .pg_race .meta {
    flex-wrap: wrap;
  }
  .race_list_thumb .webgene-item .date {
    margin-left: 0;
    margin-top: 10px;
  }
  .pg_race .races_side_wrap .webgene-blog {
    margin: 0 10px;
  }

}
@media (min-width:768px){
  .races_layout {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 1;
  }
  .race_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 25px;
  }
  .races_layout_box1 {
    width: 74.32%;
  }
  .races_layout_box2 {
    width: 22.97%;
    margin-top: 0;
  }
  .pg_race .races_cat_item {
    width: auto;
    padding: 3px 5px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .pg_race .select_wrap {
    padding: 0 10px;
  }
  .pg_race .select_wrap .race_manth {
    width: auto;
    padding: 7px 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 12.5px;
  }

}
@media (min-width:1024px){
  .pg_race .select_wrap .race_manth {
    padding: 7px 25px;
  }

}
@media (min-width:1200px){
  .pg_race {
  }
  .pg_race .tt2 {
    margin-bottom: -12.2em;
    z-index: -1;
  }
  .pg_race .tt2_en {
    position: relative;
    left: 0;
    top: -140px;
  }
  .races_layout{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 1;
  }
  * + .races_layout{
    margin-top: 0;
  }
  .races_layout_box1{
    width: 82.23%;
    padding-right: 30px;
  }
  .races_layout_box2{
    width: 13.48%;
  }
  .race_list_thumb .webgene-blog{
    display: flex;
    flex-wrap: wrap;
  }
  .race_list_thumb .webgene-blog{
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .race_list_thumb .webgene-item{
    width: 33.333%;
    padding: 0 5.5px;
  }
  .race_list_thumb .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .race_list_thumb .img img{
    border-radius: 20px 20px 0 0;
  }
  .race_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 67.85%;
  }
  .race_list_thumb .webgene-item .inner{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #000;
    background: none;
  }
  .race_list_thumb .webgene-item .box2{
    padding: 30PX 30px 23px;
  }
  .race_list_thumb .webgene-item .meta{
    display: flex;
    align-items: center;
  }
  .race_list_thumb .webgene-item .category {
    width: 100px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #000000;
    border-radius: 13px;
    text-align: center;
    padding: 2px 10px;
  }
  .race_list_thumb .webgene-item .date {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    letter-spacing: 0;
    margin-left: 23px;
  }
  .race_list_thumb .webgene-item .title{
    width: auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.875em;
    margin-top: 13px;
  }
  .race_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }
  .race_list_thumb .webgene-item:nth-child(n+4){
    margin-top: 10px;
  }
  /* サイド */
  .races_layout_box2{
    width: 13.48%;
  }
  .pg_race .races_side_wrap {
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  .pg_race  .races_side_title{
    color: #FFF;
    background: #000;
    border-radius: 18px 18px 0 0;
    padding: 6px 0;
    text-align: center
  }
  races_layout_box2 .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
  }
  .pg_race .races_cat_item{
    width: auto;
    font-size: 13px;
    letter-spacing: 0.05em;
    background: #FFF;
    color: #000;
    padding: 1px 19px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 17px;
    margin-bottom: 0;
  }
  .races_cat_item + .races_cat_item {
    margin-top: 5px;
  }
  .races_side_wrap + .races_side_wrap{
    margin-top: 20px;
  }
  * + .pg_race .txt{
    border-top: 1px solid #000;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .pg_race .select_wrap {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .pg_race .select_wrap .race_manth {
    width: auto;
    padding: 7px 5px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width:1470px){
  .pg_race .select_wrap .race_manth {
    padding: 7px 22px;
  }
}
@media (min-width:1536px){
}
@media (min-width:1720px){
  .pg_race .tt2_en {
    position: relative;
    left: -140px;
    top: -120px;
  }
}

/*******************************
*　レース・イベント情報（詳細）
********************************/
.pg_race{
}
.pg_race .races_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction:row-reverse
}
.pg_race .posts_layout_box1{
  width: 100%;
  margin-top: 0;
}
.pg_race .race_items{
  background: #FFF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 20px;
}
.pg_race .race_items .item{
  padding: 15px;
}
.pg_race .item.single_item{
  padding: 20px;
  padding-bottom: 40px;
  margin-top: 10px
}
.pg_race .item.single_item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pg_race .item.single_item .date{
  width: auto;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-left: 16px;
}
.pg_race .item.single_item .category{
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #000000;
  border-radius: 13px;
  text-align: center;
  padding: 3px 28px;
}
.pg_race .item.single_item .title{
  width: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.pg_race .item.single_item .post_content{
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
}
.race_pagination{
  margin-top: 35px;
}
.race_pagination .nav-posts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.race_pagination .nav-posts .page-archive a {
  display: block;
  width: 300px;
  padding: 11px 23px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.pg_race .race_pagination .nav-posts .page-archive a:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.pg_race .race_pagination .nav-posts .page-archive a:hover:after{
  right: 10px;
}
.pg_race .race_pagination .nav-posts .page-archive a:after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
}
@media (max-width:374px){

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

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

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


}
@media (min-width:1024px){
  .pg_race .item.single_item {
    padding: 20px;
    padding-bottom: 40px;
  }
  .pg_race .item.single_item .title {
    font-size: 25px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .pg_race .item.single_item .post_content {
    font-size: 16px;
    font-weight: 500;
    padding-top: 30px;
  }
}
@media (min-width:1200px){
  .pg_race{
  }
  .pg_race .races_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction:row-reverse
  }
  .pg_race .posts_layout_box1{
    width: 100%;
    margin-top: 0;
  }
  .pg_race .race_items{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 20px;
  }
  .pg_race .race_items .item{
    padding: 15px;
  }
  .pg_race .item.single_item{
    padding: 15px;
    margin-top: 45px;
    margin-right: 45px;
    margin-left: 45px;
    padding-bottom: 40px;
  }
  .pg_race .item.single_item .meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pg_race .item.single_item .date{
    width: auto;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    letter-spacing: 0;
    margin-left: 16px;
  }
  .pg_race .item.single_item .category{
    width: auto;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #000000;
    border-radius: 13px;
    text-align: center;
    padding: 3px 28px;
  }
  .pg_race .item.single_item .title{
    width: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.875em;
    margin-top: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
  }
  .pg_race .post_items .post_content {
    margin-top: 50px;
  }
  .pg_race .item.single_item .post_content{
    font-size: 16px;
    font-weight: 500;
    padding-top: 50px;
  }
  .race_pagination{
    margin-top: 60px;
  }
  .race_pagination .nav-posts {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .race_pagination .nav-posts .page-archive a {
    display: block;
    width: 300px;
    padding: 11px 0 11px 22px;
    border-radius: 28px;
    background: #000000;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    position: relative;
    border: 1px solid #000;
    transition: all .2s;
  }
  .pg_race .race_pagination .nav-posts .page-archive a:hover{
    text-decoration: none;
    background: #fff;
    color: #000;
  }
  .pg_race .race_pagination .nav-posts .page-archive a:hover:after{
    right: 10px;
  }
  .pg_race .race_pagination .nav-posts .page-archive a:after {
    content: "";
    width: 30px;
    aspect-ratio: 1;
    background-image: url(/img/arr1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    transition: all .2s;
  }

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

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

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

}

/*******************************
*　お知らせ
********************************/
.pg_news {
}
.pg_news .tt2 {
  position: relative;
  margin-bottom: -0.5em;
  z-index: -1;
}
.pg_news .tt2_en {
  position: relative;
  left: 0;
  top: 0;
}
.pg_news.news_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
* + .news_layout{
  margin-top: 0;
}
.news_layout_box1{
  width: 100%;
}
.news_list_thumb .webgene-blog{
  display: flex;
  flex-wrap: wrap;
}
.news_list_thumb .webgene-blog{
  margin-left: -5.5px;
  margin-right: -5.5px;
}
.news_list_thumb .webgene-item{
  width: 50%;
  display: block;
  padding-inline: 10px;
  padding: 0 10px;
  border-top: 0;
}
.news_list_thumb .inner{
  display: block;
  height: 100%;
  border: 1px solid #000;
  border-radius: 20px;
}
.news_list_thumb .img img{
  border-radius: 20px 20px 0 0;
}
.news_list_thumb .img_fit:before{
  content: "";
  display: block;
  padding-top: 62.5%;
}
.news_list_thumb .webgene-item .inner{
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  color: #000;
  background: none;
}
.news_list_thumb .webgene-item .box2{
  padding: 19px 16px;
}
.news_list_thumb .webgene-item .meta{
  display: flex;
  align-items: center;
}
.news_list_thumb .webgene-item .category {
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #000000;
  border-radius: 13px;
  text-align: center;
  padding: 2px 10px;
}
.news_list_thumb .webgene-item .date {
  width: auto;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-left: 23px;
}
.news_list_thumb .webgene-item .title{
  width: auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 10px;
}
.news_list_thumb .webgene-item:nth-child(n+3){
  margin-top: 15px;
}
/* サイド */
.news_layout_box2{
  width: 100%;
  margin-top: 50px;
}
.pg_news .news_side_wrap {
  border: 1px solid #000;
  background: #FFF;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 15px;
}
.pg_news .news_side_title{
  color: #FFF;
  background: #000;
  border-radius: 18px 18px 0 0;
  padding: 6px 0;
  text-align: center
}
news_layout_box2 .webgene-blog{
  display: flex;
  flex-wrap: wrap;
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 0;
}
.pg_news .news_cat_item{
  width: 100%;
  font-size: 13px;
  letter-spacing: 0.05em;
  background: #FFF;
  color: #000;
  padding: 5px 15px;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 17px;
  margin-bottom: 0;
}
.news_cat_item + .news_cat_item {
  margin-top: 10px;
}
.news_side_wrap + .news_side_wrap{
  margin-top: 25px;
}
* + .pg_news .txt{
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-bottom: 25px;
}
.pg_news .select_wrap {
  margin-top: 15px;
  margin-bottom: 5px;
  padding: 0 15px;
}
.pg_news .select_wrap .news_manth {
  width: 100%;
  padding: 7px 15px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 5px;
  border: 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}


@media (max-width:374px){

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

}
@media (max-width:767px){
  .news_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .pg_news .meta {
    flex-wrap: wrap;
  }
  .news_list_thumb .webgene-item .date {
    margin-left: 0;
    margin-top: 10px;
  }
  .pg_news .news_side_wrap .webgene-blog {
    margin: 0 10px;
  }

}
@media (min-width:768px){
  .pg_news .news_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .news_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 25px;
  }
  .news_layout_box1 {
    width: 74.32%;
  }
  .news_layout_box2 {
    width: 22.97%;
    margin-top: 0;
  }
  .pg_news .news_cat_item {
    width: auto;
    padding: 3px 5px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .pg_news .select_wrap {
    padding: 0 10px;
  }
  .pg_news .select_wrap .news_manth {
    width: auto;
    padding: 7px 8px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    font-size: 12.5px;
  }

}
@media (min-width:1024px){
  .pg_news .select_wrap .news_manth {
    padding: 7px 25px;
  }

}
@media (min-width:1200px){
  .pg_news {
  }
  .pg_news .news_layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .pg_news .tt2 {
    margin-bottom: -12.2em;
    z-index: -1;
  }
  .pg_news .tt2_en {
    position: relative;
    left: -140px;
    top: -120px;
  }
  .news_layout{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    z-index: 1;
  }
  * + .news_layout{
    margin-top: 0;
  }
  .news_layout_box1{
    width: 84.21%;
  }
  .news_layout_box2{
    width: 13.48%;
  }
  .news_list_thumb .webgene-blog{
    display: flex;
    flex-wrap: wrap;
  }
  .news_list_thumb .webgene-blog{
    margin-left: -5.5px;
    margin-right: -5.5px;
  }
  .news_list_thumb .webgene-item{
    width: 33.333%;
    padding: 0 5.5px;
  }
  .news_list_thumb .inner{
    display: block;
    height: 100%;
    border: 1px solid #000;
    border-radius: 20px;
  }
  .news_list_thumb .img img{
    border-radius: 20px 20px 0 0;
  }
  .news_list_thumb .img_fit:before{
    content: "";
    display: block;
    padding-top: 67.85%;
  }
  .news_list_thumb .webgene-item .inner{
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    color: #000;
    background: none;
  }
  .news_list_thumb .webgene-item .box2{
    padding: 30PX 30px 23px;
  }
  .news_list_thumb .webgene-item .meta{
    display: flex;
    align-items: center;
  }
  .news_list_thumb .webgene-item .category {
    width: 100px;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #000000;
    border-radius: 13px;
    text-align: center;
    padding: 2px 10px;
  }
  .news_list_thumb .webgene-item .date {
    width: auto;
    font-size: 14px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    letter-spacing: 0;
    margin-left: 23px;
  }
  .news_list_thumb .webgene-item .title{
    width: auto;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.875em;
    margin-top: 13px;
  }
  .news_list_thumb .webgene-item:nth-child(n+3) {
    margin-top: 0;
  }
  .news_list_thumb .webgene-item:nth-child(n+4){
    margin-top: 10px;
  }
  /* サイド */
  .news_layout_box2{
    width: 13.48%;
  }
  .pg_news .news_side_wrap {
    border: 1px solid #000;
    border-radius: 20px;
    text-align: center;
    padding-bottom: 20px;
  }
  .pg_news  .news_side_title{
    color: #FFF;
    background: #000;
    border-radius: 18px 18px 0 0;
    padding: 6px 0;
    text-align: center
  }
  news_layout_box2 .webgene-blog{
    display: flex;
    flex-wrap: wrap;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 0;
  }
  .pg_news .news_cat_item{
    width: auto;
    font-size: 13px;
    letter-spacing: 0.05em;
    background: #FFF;
    color: #000;
    padding: 1px 19px;
    border: 1px solid #000;
    border-radius: 50px;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 17px;
    margin-bottom: 0;
  }
  .news_cat_item + .news_cat_item {
    margin-top: 5px;
  }
  .news_side_wrap + .news_side_wrap{
    margin-top: 20px;
  }
  * + .pg_news .txt{
    border-top: 0;
    padding-top: 10px;
    margin-bottom: 25px;
  }
  .pg_news .select_wrap {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .pg_news .select_wrap .news_manth {
    width: auto;
    padding: 7px 5px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 5px;
    border: 0;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  }
}
@media (min-width:1470px){
  .pg_news .select_wrap .news_manth {
    padding: 7px 22px;
  }
}
@media (min-width:1536px){

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

}


/*******************************
*　お知らせ（詳細）
********************************/
.pg_news{
}
.pg_news .news_layout{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction:row-reverse
}
.pg_news .news_layout_box1{
  width: 100%;
  margin-top: 0;
}
.pg_news .news_items{
  background: #FFF;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-radius: 20px;
}
.pg_news .news_items .item{
  padding: 15px;
}
.pg_news .item.single_item{
  padding: 20px;
  padding-bottom: 40px;
  margin-top: 10px
}
.pg_news .item.single_item .meta{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.pg_news .item.single_item .date{
  width: auto;
  font-size: 16px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  letter-spacing: 0;
  margin-left: 16px;
}
.pg_news .item.single_item .category{
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.05em;
  border: 1px solid #000000;
  border-radius: 13px;
  text-align: center;
  padding: 3px 28px;
}
.pg_news .item.single_item .title{
  width: auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.875em;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.pg_news .item.single_item .post_content{
  font-size: 16px;
  font-weight: 500;
  padding-top: 15px;
}
.news_pagination{
  margin-top: 35px;
}
.news_pagination .nav-posts {
  display: flex;
  justify-content: center;
  align-items: center;
}
.news_pagination .nav-posts .page-archive a {
  display: block;
  width: 300px;
  padding: 11px 23px;
  border-radius: 28px;
  background: #000000;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: left;
  position: relative;
  border: 1px solid #000;
  transition: all .2s;
}
.pg_news .news_pagination .nav-posts .page-archive a:hover{
  text-decoration: none;
  background: #fff;
  color: #000;
}
.pg_news .news_pagination .nav-posts .page-archive a:hover:after{
  right: 10px;
}
.pg_news .news_pagination .nav-posts .page-archive a:after {
  content: "";
  width: 30px;
  aspect-ratio: 1;
  background-image: url(/img/arr1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  transition: all .2s;
}
@media (max-width:374px){

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

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

}
@media (min-width:768px){
  .pg_news .news_layout_box1 {
    width: 74.32%;
  }
}
@media (min-width:1024px){
  .pg_news .item.single_item {
    padding: 20px;
    padding-bottom: 40px;
  }
  .pg_news .item.single_item .title {
    font-size: 25px;
    margin-top: 10px;
    padding-bottom: 15px;
  }
  .pg_news .item.single_item .post_content {
    font-size: 16px;
    font-weight: 500;
    padding-top: 30px;
  }
}
@media (min-width:1200px){
  .pg_news .news_layout{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction:row-reverse
  }
  .pg_news .news_layout_box1{
    width: 82.23%;
    padding-right: 30px;
  }
  .pg_news .news_items{
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-radius: 20px;
  }
  .pg_news .news_items .item{
    padding: 15px;
  }
  .pg_news .item.single_item{
    padding: 15px;
    margin-top: 45px;
    margin-right: 45px;
    margin-left: 45px;
    padding-bottom: 40px;
  }
  .pg_news .item.single_item .meta{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .pg_news .item.single_item .date{
    width: auto;
    font-size: 16px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    font-style: italic;
    letter-spacing: 0;
    margin-left: 16px;
  }
  .pg_news .item.single_item .category{
    width: auto;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.05em;
    border: 1px solid #000000;
    border-radius: 13px;
    text-align: center;
    padding: 3px 28px;
  }
  .pg_race .item.single_item .title{
    width: auto;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.875em;
    margin-top: 8px;
    padding-bottom: 3px;
    border-bottom: 1px solid #000;
  }
  .pg_news .post_items .post_content {
    margin-top: 50px;
  }
  .pg_news .item.single_item .post_content{
    font-size: 16px;
    font-weight: 500;
    padding-top: 50px;
  }
  .news_pagination{
    margin-top: 60px;
  }
  .news_pagination .nav-posts {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .news_pagination .nav-posts .page-archive a {
    display: block;
    width: 300px;
    padding: 11px 0 11px 22px;
    border-radius: 28px;
    background: #000000;
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.05em;
    text-align: left;
    position: relative;
    border: 1px solid #000;
    transition: all .2s;
  }
}
@media (min-width:1470px){

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

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

}

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

@media (max-width:374px){

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

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

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


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


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


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

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

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

}


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


@media (max-width:374px){

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

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

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


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


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


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

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

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

}


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


@media (max-width:374px){

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

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

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


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


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


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

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

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

}


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


@media (max-width:374px){

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

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

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


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


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


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

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

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

}

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


@media (max-width:374px){

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

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

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


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


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


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

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

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

}

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


@media (max-width:374px){

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

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

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


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


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


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

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

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

}

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


@media (max-width:374px){

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

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

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


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


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


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

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

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

}

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


@media (max-width:374px){

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

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

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


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


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


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

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

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

}