/*
Theme Name: YOLOW Inc,
Author: Ken YOLOW
Description: This is a custom WordPress theme for the ballschule site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ballschule
*/

/*
 * 基本的なリセットや共通スタイル
 width: 87%;
  margin: 0 auto;
 */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');

:root {
  --main-primary: #2E2E2E;
  --main-primary-hover: #C78502;
  --main-warning: #1BD18E;
  --main-warning-hover: #079F67;

  --main-nav: #FF9797;

  --main-text-color: #1F1F1F;
  --secondary-text-color: #736F6F;
  --main-text-hover-color: #F6AC19;
  --main-color-white: #FFFFFF;
  --main-color-pink: #FF9797;
  --title-font-family: "Zen Maru Gothic", sans-serif;
  --main-font-family: "Yu Gothic", "YuGothic","Hiragino Sans", "Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  --en-font-family: 'Roboto', "Yu Gothic", "YuGothic", sans-serif;
  --poppins-font-family: 'Poppins', "Zen Maru Gothic", sans-serif;

  --bg-gray: #F3F3F3;
  --border-style: 1px solid #C2C2C2;
  --fs-35: 2.18rem;
  --fs-30: 1.87rem;
  --fs-26: 1.625rem;
  --fs-22: 1.375rem;
  --fs-20: 1.25rem;
  --fs-18: 1.125rem;
  --fs-16: 1rem;
  --fs-14: 0.87rem;
  --fs-13: 0.81rem;
  --fs-12: 0.75rem;
}

p{
  line-height: 180%;
}
/*
 * common
 */
 html, body {
  font-family: "Yu Gothic", "YuGothic","Hiragino Sans", "Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-weight: 400;
  color: var(--main-text-color);
  font-size: 16px;
  line-height: 1.7;
  overflow-x: hidden;
}

.text-center-sp{
  text-align: center;
}
.title-text{
  font-family: var(--title-font-family);
  font-weight: 500;
}

a{
  text-decoration: none;
  transition: 0.5s;
}
.pc-only{
  display: none;
}
.sp-only{
  display: initial;
}

.hr-full{
  border-top: 2px solid #D9D9D9;
  padding: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.bold{
  font-weight: bold;
}

/*
 * Bootstrap
 */
.btn{
  font-size: var(--fs-14);
  border-radius: 99999px;
  padding: 14px 2rem;
  font-family: var(--main-font-family);
  border-width: 2px;
  font-weight: bold;
  transition: 0.5s;
}
.btn .fa-angle-right{
  padding-left: 12px;
}
.btn.btn-xs{
  font-size: 1rem;
  height: 34px;
  font-size: 0.75rem;
  border-radius: 17px;
  padding: 6px 1rem;
}

.btn-primary {
  background-color: var(--main-primary);
  border-color: var(--main-primary);
  color: var(--main-color-white);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:focus-visible,
.btn-primary:active {
  background-color: var(--main-color-white)!important;
  border-color: var(--main-primary)!important;
  color: var(--main-primary)!important;
}
.btn-primary:disabled{
  background-color: var(--main-primary-hover)!important;
  border-color: var(--main-primary-hover)!important;
  opacity: 0.7;
}

.btn-secondary{
  background-color:  var(--main-color-white);
  border-color: var(--main-primary)!important;
  color: var(--main-primary)!important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
  background-color: #D9D9D9;
  color: #1F1F1F;
}
.btn-secondary:active {
  color: #FFF!important;
}


.btn-primary.readmore{
  color: var(--main-color-white);
  padding-left: 3rem;
  padding-right: 3rem;
}
.btn-warning {
  background-color: var(--main-warning);
  border-color: var(--main-warning);
  color: #FFFFFF;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active {
  background-color: var(--main-warning-hover)!important;
  border-color: var(--main-warning-hover)!important;
  color: #FFFFFF;
}

.btn-danger{
  background-color: #FF9797;
  border-color: #FF9797;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
  background-color: #f07e7e;
  border-color: #f07e7e;
}




.btn-white{
  background-color: var(--main-color-white);
  border-color: var(--main-color-white);
  border-width: 2px;
  border-style: solid;
  color: var(--main-primary);
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
  background-color: var(--main-primary)!important;
  border-color: var(--main-primary)!important;
  color: #FFFFFF!important;
}

.btn-header{
  font-size: var(--fs-12);
  padding: 8px 1.6rem;
}

.btn-flex{
  height: auto;
  display: flex;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  font-size: var(--fs-18);
}
.btn-flex .fa-solid{
  font-size: 20px;
  
}

.social-link{
  color: #ffffff;
}
.bg-gray{
  background-color: #F5F5F5;
}

.mt0{margin-top: 0rem;}
.mt1{margin-top: 1rem;}
.mt2{margin-top: 2rem;}
.mt3{margin-top: 3rem;}
.mt4{margin-top: 4rem;}
.mb0{margin-bottom: 0rem;}
.mb1{margin-bottom: 1rem;}
.mb2{margin-bottom: 2rem;}
.mb3{margin-bottom: 3rem;}
.mb4{margin-bottom: 4rem;}
.pt0{padding-top: 0!important;}
.pt1{padding-top: 1rem;}
.pt2{padding-top: 2rem;}
.pt3{padding-top: 3rem;}
.pt4{padding-top: 4rem;}
.pt5{padding-top: 5rem;}
.pt6{padding-top: 6rem;}
.pt68{padding-top: 6rem;}
.pb0{padding-bottom: 0!important;}
.pb1{padding-bottom: 1rem;}
.pb2{padding-bottom: 2rem;}
.pb3{padding-bottom: 3rem;}
.pb4{padding-bottom: 4rem;}
.pb5{padding-bottom: 5rem;}
.pb6{padding-bottom: 6rem;}
.px0{padding-left: 0rem;padding-right: 0rem;}
.px1{padding-left: 1rem;padding-right: 1rem;}
.px2{padding-left: 2rem;padding-right: 2rem;}
.px3{padding-left: 3rem;padding-right: 3rem;}
.px4{padding-left: 4rem;padding-right: 4rem;}


.link-text{
  transition: 0.3s ease;
}
.link-text:hover,
.link-text:focus,
.link-text:active {
  opacity: 0.6;
}

.link-underline{
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}

.link-underline::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #fff; /* 下線色 */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.link-underline:hover,
.link-underline:focus,
.link-underline:active {
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.link-underline:hover::after,
.link-underline:focus::after,
.link-underline:active::after {
  width: 100%;
  background-color: #AEAEAE; /* 下線も同じ色に変化 */
}


.nav-fadein {
  opacity: 0;
  transform: translateY(30px); /* 下から少し浮かせる */
  transition: opacity 1s ease, transform 1s ease;
}

.nav-fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 1s ease, transform 1s ease;
}
.fadein.show {
  opacity: 1;
  transform: translateY(0);
}

.fadein-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein-right.show {
  opacity: 1;
  transform: translateX(0);
}

.fadein-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.fadein-left.show {
  opacity: 1;
  transform: translateX(0);
}

.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.5s; }
.delay-3 { transition-delay: 0.8s; }
.delay-4 { transition-delay: 1.1s; }
.delay-5 { transition-delay: 1.4s; }


div.pagination{
  padding-top: 4rem;
}
div.pagination,
nav.pagination{
  display: block;
}

.pagination .nav-links{
  display: flex;
  justify-content: center;
  gap: 5px;
}
.pagination .nav-links .page-numbers{
  font-size: var(--fs-13);
  font-family: var(--en-font-family);
  color: #595757;
  display: block;
  text-align: center;
  height: 35px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  border-radius: 6px;
}
.pagination .nav-links .page-numbers.current{
  background-color: #2C2C2C;
  color: #fff;
}
.pagination .nav-links .page-numbers:hover{
  background-color: #2C2C2C;
  color: #fff;
}
.page-numbers.next,
.page-numbers.prev {
  display: none !important;
}
/* .pagination .nav-links .page-numbers:first-child{
  border-radius: 20px 0 0 20px;
  width: 60px;
}
.pagination .nav-links .page-numbers:last-child{
  border-radius: 0 20px 20px 0;
  width: 60px;
} */


/*
 * ページ
 */
#page {
  width: 100%;
}


/* LOADR_________________________ */
/* ローダー全画面 */
#bubble-loader {
  position: fixed;
  inset: 0;
  background: #FFF; /* 背景色（変更可） */
  overflow: hidden;
  z-index: 2147483640;
  pointer-events: none;
}

/* #lodaer-logo{ */
#bubble-loader svg{
  width: 200px;
  z-index: 2147483641;
  top: calc(50% - 65px);
  left: calc(50% - 103px);
  position: absolute;
  color: #000;
}

/* 泡（生成される DOM） */
.bubble {
  position: absolute;
  background: rgba(0, 0, 0, 0.8); /* 泡の色 */
  border-radius: 50%;
  /* filter: blur(2px); */
  animation: rise 3s ease-out forwards;
}

/* 泡の動き */
@keyframes rise {
  0% {
    transform: translateY(0) scale(0.8);
    opacity: 1;
  }
  100% {
    transform: translateY(-120vh) scale(1.4);
    opacity: 0;
  }
}

/* ロード完了でフェードアウト */
body.loaded #bubble-loader {
  opacity: 0;
  transition: opacity 1.2s ease;
}

.hero-video{
  opacity: 0;
  transition: opacity .6s ease;
}
body.loaded .hero-video{
  opacity: 1;
}
/* LOADR_________________________ */

.asset-loader{
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  z-index: 2147483647; /* 最大に */
  /* background-color: #fff; */
  background-color: #FFF;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.asset-loader-content .logo-inner{
  display: block;
  width: 100px;
  height: 104px;
  position: relative;
  background-color: #000;
}
#loader-svg{
  background-color: transparent;
}
#wave-svg{
  width: 100px;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /* background-color: #FFF; */
}
.asset-loader-content svg{
  display: block;
  width: 100px;
  height: 104.76px;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.asset-loader-content .spinner {
  margin: 12px auto;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 3px solid #e5e7eb;        /* 薄いリング */
  border-top-color: #111;            /* 回転色（お好みで） */
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* ユーザーがアニメ減らす設定なら静止(配慮) */
@media (prefers-reduced-motion: reduce) {
  .spinner { animation: none; }
}

/*
 * Header
 */
 header#header{
  width: 100%;
  height: 70px;
  background-color: var(--main-color-white);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 0 var(--fs-20);
  z-index: 50000;
 }
header#header .header-left{
  display: flex;
  align-items: center;
  gap: 1rem;
}
.header-right{
  display: flex;
  align-items: center;
  gap: 3rem;
}
 header#header a.logo{
  display: block;
  height: 21px;
  width: 152px;
  color: #2E2E2E;
 }
 header#header a.logo svg{
  width: 100%;
  height: 100%;
  display: block;
 }

 header#header .header-cp{
  font-weight: bold;
  font-size: 13px;
  margin: 0;
 }


 .btn-trigger {
  position: relative;
  width: 34px;
  height: 24px;
  cursor: pointer;
}

.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #1D1B20;
  border-radius: 4px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 10px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}
.btn-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.btn-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.btn-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}


.header-nav{
  padding-right: 2rem;
}
.header-nav ul{
  list-style: none;
  display: flex;
  gap: 2rem;
  margin: 0;
  padding: 0;
}

.header-nav ul li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.header-nav ul li a{
  font-size: var(--fs-13);
  color: var(--main-text-color);
  font-weight: bold;
  display: block;
  padding-bottom: 4px;
  position: relative;
}

.header-nav ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #fff;
  transition: all 0.3s ease;
  transform: translateX(-50%);
}

.header-nav ul li a:hover::after,
.header-nav ul li a:focus::after,
.header-nav ul li a:active::after,
.header-nav ul li a.current::after {
  width: 100%;
  background-color: #AEAEAE;
} 

.header-btns{
}
.header-btns .btn:first-child{
  margin-right: 1rem;
}

/* Global Nav */
#global-nav{
  height: calc(100vh - 70px);
  width: 100%;
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  background-color: var(--main-color-white);
  z-index: 50001;
}


.sp-only{

  .gn-nav-wrap{
    width: 100%;
    padding: 2rem 1rem;
  }
  .gn-nav-nd1{
    list-style: none;
    padding: 0;
    margin: 0 2rem;
  }

  .gn-nav-nd1 li{
    padding: 8px 0;
    border-bottom: 1px dashed rgba(46, 46, 46, .3);
  }
  .gn-nav-nd2{
    list-style-type: disc; 
  }
  .gn-nav-nd2 li,
  .gn-nav-nd1 li:last-child{
    border-bottom: none;
  }
  .gn-nav-nd1 li a,
  .gn-nav-nd1 li span{
    color: #2E2E2E;
    font-size: 15px;
    font-weight: bold;
    transition: 0.5s;
  }
  .gn-nav-nd2 li{
    padding: 2px 0;
  }
  .gn-btns{
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding-top: 1.4rem;
  }
  .gn-btns .btn{
    font-size: 14px;
    padding: 14px 1.4rem;
  }
  
}

/* FOOTER */
#footer{
  background-color: #2E2E2E;
  text-align: center;
  padding: 40px 0;
}
.footer-left .footer-logo{
  color: #fff;
}
.footer-left .footer-logo svg{
  width: 250px;
}

.footer-nav{
  list-style: none;
  margin: 0;
  padding: 2rem 0;
}

.footer-nav li a{
  color: #FFFFFF;
  font-size: 14px;
  line-height: var(--fs-30);
}

.footer-social-lbl{
  color: #ffffff;
  font-size: 13px;
}
.footer-social-links{
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 2rem;
  padding: 0.5rem;
}
.footer-social-links a{
  color: #fff;
}
.footer-social-links a svg{
  width: 45px;
}

.footer-cp-logo{
  padding-top: 2rem;
  color: #AEAEAE;
}
.footer-cp-logo a{
  color: #AEAEAE;
}
.footer-cp-logo svg{
  width: 200px;
}
.copyright{
  padding-top: 0.5rem;
  font-family: var(--en-font-family);
  font-size: 12px;
  color: #757272;
  font-weight: 500;
}



/* Content */
#content.site-content{
  padding-top: 70px;
  min-height: calc(100vh - 502px);

}
h1,h2,h3,h4,h5,h6{
  margin: 0;
  padding: 0;
}
h1.main-title{
  font-family: var(--main-font-family);
  font-size: 30px;
  font-weight: bold;
  margin: 0;
  line-height: 160%;
}
h2.sub-title{
  font-family: var(--main-font-family);
  font-size: 26px;
  font-weight: bold;
  margin: 0;
}
.sub-title-sm{
  font-size: 20px;
}

h4.en-title{
  font-family: var(--en-font-family);
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 3px;
  margin: 0;
  margin-top: 8px;
}

.w-fix,
.w-fix-sp{
  width: 89.7%;
  margin: 0 auto;
}

.desp-text{
  font-size: 13px;
}

.page-header{
  background-color: #F2F2F2;
  padding: 12px 0;
}

.page-header h1{
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-top: 0rem;
}
.page-hero{

}
.page-hero .hero-img{
  width: 100%;
}


.breadcrumb{
  width: 100%;
  background-color: #F3F3F3;
  margin: 0;
}
.breadcrumb ul{
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 6px;
}
.breadcrumb ul li{
  padding: 4px 0;
  font-size: var(--fs-13);
}
.breadcrumb ul li a{
  font-size: var(--fs-13);
  color: var(--main-text-color);
}
.breadcrumb ul li a:hover{
  color: var(--main-primary);
}

/* Front Page */
.hero-section{
  user-select: none;
}

.hero-section .video-wrap{
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 39 / 40;
  background-color: #FFF;
  position: relative;
}

.hero-section .video-wrap #video-background{
  width: auto;
  height: 100%;
  aspect-ratio: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#video-background .hero-video{
  width: auto;
  height: 100%;
}

.fp-section1{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 5rem;
}


.fp-section1 .item-a{
  width: 89.7%;
  margin: 0 auto;
}
.fp-section1.pw-fix .item-a{
  width: 100%;
}
.fp-section1.pw-fix .item-a .sub-title{
  /* margin-bottom: 2rem; */
}

.fp-section1 .bg-image-wrap{
  margin: 0rem 0 0 auto;
  border-radius: 25px 0 0 25px;
  position: relative;
  height: 245px;
  width: 86%;
  /* max-width: 336px; */
  overflow: hidden;
}

.fp-section1 .bg-image-wrap img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom center;
}
.fp-section1 .item-c{
  width: 89.7%;
  margin: 0 auto;
}
.fp-section1.pw-fix .item-c{
  width: 100%;
}
.fp-section1 .item-c .desp-text{
  padding-top: 1rem;
}
.fp-section1 .nl-image,
.fp-section1 .w80-image{
  width: 100%;
}



.fp-section2 {
  display: flex;
  flex-direction: column; /* 縦並び */
  gap: 16px;
}

.fp-section2 .bg-image-wrap{
  margin-top: 2rem;
}

.fp-section1.pw-fix,
.fp-section2.pw-fix{
  padding-top: 4rem;
}

.fp-section2 .nl-image,
.fp-section2 .w80-image{
  width: 100%;
}


/* .pw-fix .w80-image{
  width: 80%;
} */





.pickup-photos {
  display: flex;
  justify-content: center;
  gap: 1rem;
  /* SP */
  justify-content: flex-start;
}

.pickup-photos.swiper {
    padding-right: 12%;
    padding-top: 1rem;
    padding-bottom: 2rem;
}
.pickup-photos.swiper.pickup-len-1{
  padding-right: 0;
  padding-bottom: 1rem;
}
.pickup-photo{
  width: 100%;
  /* aspect-ratio: 4 / 3; */
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 20px;
}
.pickup-photo-flex{
  width: 100%;
  height: 100%;
  /* aspect-ratio: 4 / 3; */
  overflow: hidden;
  border-radius: 20px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pickup-photo img {
  /* width: 94%;
  aspect-ratio: 4 / 3; */
  width: 100%;
  object-fit: cover;       /* 画像を枠にフィットさせる */
  object-position: center center; /* 中央を基準にトリミング */
  display: block;
  border-radius: 20px;
}

.pickup-link{
  display: block;
  width: 94%;
  transition: 0.3s;
}
.pickup-link img{
  transition: transform 0.4s ease;
  will-change: transform;
  pointer-events: none;
}
.pickup-link h6,
.pickup-link .link-desp{
  transition: 0.4s;
}
.pickup-link:hover h6,
.pickup-link:focus h6,
.pickup-link:active h6,
.pickup-link:hover .link-desp,
.pickup-link:focus .link-desp,
.pickup-link:active .link-desp{
  opacity: 0.6;
}
.pickup-link:hover img,
.pickup-link:focus img,
.pickup-link:active img{
  transform: scale(1.05);
}
.pickup-link h6.link-title{
  font-size: 1rem;;
  font-weight: bold;
  margin: 0;
  color: var(--main-text-color);
  margin-top: 12px;
}
.pickup-link div.link-desp{
  font-size: 13px;
  margin: 0;
  color: #5A5A5A;
  margin-top: 6px;
}



.fp-section4{
  background-color: #F5F5F5; 
}

.news-list{
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
  border-top: 1px solid #C4C4C4; 
  border-bottom: 1px solid #C4C4C4;
}

.news-list li.no-data{
  text-align: center;
  padding: 2rem;
  font-size: 15px;
}

.news-list .news-item{
  padding: 1.5rem 0;
  border-bottom: 1px solid #C4C4C4;
}
.news-list .news-item:last-child{
  border-bottom: none;
}

.news-item a{
  display: block;
  position: relative;
  padding-right: 2rem;
  color: #000000;
  transition: 0.3s;
}
.news-item a:hover{
  opacity: 0.6;
}

.news-item a .left{
  display: block;
}

.news-item a .left time{
  display: block;
  font-weight: var(--en-font-family);
  font-size: 13px;
}

.news-item a .left span{
  display: block;
  font-size: 13px;
  padding-top: 0.5rem;
}
.news-item a .right{
  position: absolute;
  right: 0;
  top: 2rem;
  color: #B6B6B6;
  font-size: 1rem;
}

.news-more{
  text-align: left;
}
/* --------------------------- */
.recipe-list{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  margin-top: 2rem;
  
}

.recipe-list li{
  flex: 0 0 40%; /* SP：70%幅で横スクロール */
  scroll-snap-align: start;
}
.recipe-list li .recipe-item-img{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
}
.recipe-list li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.recipe-list li:hover img,
.recipe-list li:active img,
.recipe-list li:focus img{
  transform: scale(1.05);
}

.recipe-list li .ttl{
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding-top: 10px;
}
/* --------------------------- */
.grid-layout {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.grid-layout .item-b img{
  width: 86%;
  display: block;
  
}

.pt-right .item-b img{
  margin: 0 0 0 auto;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.pt-left .item-b img{
  margin: 0 auto 0 0;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.fp-sectio7{
  background-color: #F5F5F5;
}

.other-services{
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2rem;
}

.other-services li{
  margin-bottom: 1.5rem;
}
.other-services li:last-child{
  margin-bottom: 0;
}

.other-services li a{
  font-size: 13px;
  color: #000;
  transition: 0.3s;
}
.other-services li a:hover{
  opacity: 0.6;
}

.other-services li a img{
  width: 100%;
}

.other-services li a .other-service-label{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;;
}

.fp-sectio7 hr{
  border-top: 1px solid #C4C4C4;
  margin: 2rem 0;
}


.supports{
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 2rem;
}

.supports li{
  text-align: center;
  margin-bottom: 2rem;
}
.supports li:last-child{
  margin-bottom: 0;
}

.supports li img{
  height: 50px;
}
.supports li h6{
  font-size: 18px;
  font-weight: bold;
  padding: 1rem 0 0.5rem;
}

.supports li .desp{
  font-size: 13px;
  padding-bottom: 1rem;
}
.supports li .btn{
  width: 180px;
}

.news-article{

}

.news-article .news-header{
  padding-top: 5rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #C4C4C4;
}

.news-article .news-header time{
  font-size: 16px;
  font-family: var(--en-font-family);
}
.news-article .news-header .news-title{
  padding-top: 16px;
  font-size: 20px;
  font-weight: bold;
}

.news-article .news-body{
  padding: 1.5rem 0 3rem;
  font-size: 13px;
}
.news-article .news-body p{
  margin: 0;
  padding: 0;
}
.news-article .news-body img{
  height: auto;
  max-width: 100%;
}

/* FAQ */
.faq-title{
  display: flex;
  align-items: center;
  gap: 2rem;
}
.faq-title .ttl{
  font-size: 20px;
  font-weight: bold;
  
}
.faq-title .group-border{
  border-top: 1px solid #D9D9D9;
  flex: 1;
}

.faq-list{
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq-list li{
  padding: 1.5rem 0;
  border-bottom: 1px dotted #C4C4C4;
}
.faq-list li:last-child{
  border-bottom: none;
  padding-bottom: 0;
}

.faq-item{
  display: flex;
  gap: 0.5rem;
}
.faq-item .char-q{
  font-size: 16px;
  font-family: var(--en-font-family);
  font-weight: 500;
  line-height: 26px;
}
.faq-item .faq-question{
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
}
.faq-item .faq-answer{
  padding-top: 1rem;
  font-size: 13px;
}
.faq-item .faq-answer p{
  margin: 0;
  padding: 0;
}

.faq-terms{
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1rem;
  padding-bottom: 4rem;
}

.faq-terms .faq-anker{
  display: flex;
  justify-content: space-between;
  width: calc(50% - 10px);
  font-size: 12px;
  border: 1px solid #C4C4C4;
  border-radius: 10px;
  padding: 10px 1rem;
  align-items: center;
  color: #000;
  transition: 0.3s;
}

.faq-terms .faq-anker span{
  flex: 1;
  display: block;
  text-align: center;
}

.faq-terms .faq-anker:hover,
.faq-terms .faq-anker:focus,
.faq-terms .faq-anker:active{
    background-color: var(--main-primary);
    border-color: var(--main-primary);
    color: var(--main-color-white);
}

.faq-terms .faq-anker.catalog-anker{
  border-radius: 99999px;
}

/* catalog */
.catalog-term-title{
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 1rem;
}
.catalog-term-title:after{
  content: '';
  width: 6px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #2E2E2E;
}

.catalog-list{
  list-style: none;
  padding: 2rem 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}

li.catalog-item{
  width: calc(50% - 8px);
}


li.catalog-item .thumbnail{
  width: 100%;
  border: 1px solid #D9D9D9;
}
li.catalog-item .thumbnail.video{
  aspect-ratio: 16 / 9;
}

li.catalog-item .thumbnail img{
  width: 100%;
  
}
li.catalog-item .thumbnail.video img{
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center center;
}

.catalog-title{
  text-align: left;
  font-size: 13px;
  font-weight: bold;
  padding: 6px 0;
  min-height: 57px;
}
.catalog-link{
  text-align: center;
}


/* Shop */
.shop-ankers{
  display: flex;
  flex-wrap: wrap;
  gap: 20px 16px;
  padding: 4rem 0;
}
.shop-anker{
  width: calc(50% - 8px);
  position: relative;
  transition: 0.3s;
}

.shop-anker img{
  width: 100%;
  display: block;
  transition: 0.3s;
}
.shop-anker .shop-info{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.shop-anker .shop-info .inner{
  width: 100%;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.shop-anker .shop-info .inner .brand-name{
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.shop-anker .shop-info .inner .corp-name{
  font-size: 11px;
  color: #fff;
  font-weight: bold;
}
.shop-anker .shop-info .inner .fa-angle-right{
  color: #fff;
}

.shop-anker:hover img,
.shop-anker:focus img,
.shop-anker:active img{
  transform: scale(1.05);
}


.shop-section{

}

.shop-cover{
  width: 100%;
  position: relative;
  margin-bottom: 80px;
}

.shop-cover .shop-cover-img{
  width: 100%;
  display: block;
}

.shop-cover .shop-info-wrap{
  position: absolute;
  background-color: rgba(255,255,255,0.9);
  border-radius: 10px;
  width: 89.7%;
  top: 60%;
  left: 5.15%;
  padding: 10px;
}

.shop-info-wrap .shop-info{
  display: flex;
  gap: 1rem;
}

.shop-info-wrap .shop-info img{
  width: 64px;
}
.shop-info-wrap .shop-info .shop-names{
  border-bottom: 1px solid #AEAEAE;
  flex: 1;
}

.shop-info-wrap .shop-info .shop-names .brand-name{
  font-size: 20px;
  font-weight: bold;
}

.shop-info-wrap .shop-info .shop-names .corp-name{
  font-size: 15px;
  margin-top: 10px;
  font-weight: bold;
}
.shop-contact.sp-only{
  font-size: 11px;
  color: #1f1f1f;
  padding-top: 10px;
  display: block;
}
.shop-contact.pc-only{
  display: none;
}

.shop-contact .shop-row{
  display: flex;
}

.shop-contact .shop-row div{
  flex: 1;
}

.shop-intaview{

}
.shop-intaview .img-wrap{

}
.shop-intaview img{
  width: 100%;
}

.shop-intaview-detail{
  padding: 2rem 0;
}
.shop-intaview .shop-question{
  display: inline-block;
  font-size: 14px;
  color: #5A5A5A;
  border-radius: 9999px;
  border: 1px solid #AEAEAE;
  padding: 6px 1rem;
  margin-bottom: 1rem;
}

.shop-intaview .shop-answer-head{
  font-size: 20px;
  font-weight: bold;
  color: #1F1F1F;
  margin-bottom: 1rem;
}

.shop-intaview .shop-answer-text{
  font-size: 13px;
  color: #1F1F1F;
}


/* Recipe */
.recipe-search-ttl{
  font-size: 20px;
  margin-bottom: 2rem;
}
.recipe-terms{
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}
.recipe-terms .recipe-anker{
  border: 1px solid #C4C4C4;
  border-radius: 99999px;
  padding: 10px;
  align-items: center;
  color: #5A5A5A;
  transition: 0.3s;
  font-size: 13px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 120%;
  min-height: 53px;
}
.recipe-anker.active{
  background-color: #B3B3B3;
  border: 1px solid #5A5A5A;
  color: #000000;
}

.recipe-terms .recipe-anker span{
  text-align: center;
  display: block;
}

.recipe-terms .recipe-anker:nth-child(1),
.recipe-terms .recipe-anker:nth-child(2),
.recipe-terms .recipe-anker:nth-child(3){
  width: calc(33% - 6px);
}
.recipe-terms .recipe-anker:nth-child(4),
.recipe-terms .recipe-anker:nth-child(5),
.recipe-terms .recipe-anker:nth-child(6){
  width: calc(50% - 4.5px);
}

.recipes{
  display: flex;
  flex-wrap: wrap; 
  gap: 16px;
}

.recipes .recipe-item{
  width: calc(50% - 8px);
  transition: 0.3s;
}

.recipes .recipe-item .recipe-item-img{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
}

.recipes .recipe-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.recipes .recipe-item:hover img,
.recipes .recipe-item:active img,
.recipes .recipe-item:focus img{
  transform: scale(1.05);
}


.recipes .recipe-item .ttl{
  font-size: 11px; 
  font-weight: bold;
  color: #1F1F1F;
  padding-top: 5px;
}

/* Recipe Detail */
.recipe-image-doc,
.recipe-image-wrapper{
  width: 100%;
}
.recipe-image-wrapper .recipe-image{
  width: 100%;
  display: block;
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  overflow: hidden;
}
.recipe-image-wrapper .recipe-image img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.recipe-article{
  display: grid;
  grid-template-columns: 1fr;
  padding-top: 3rem;
}

.recipe-article .recipe-title{
  font-size: 20px;
  font-weight: bold;
}

.recipe-article .terms{
  padding: 1rem 0;
  display: flex;
  gap: 10px
}


.recipe-article .term{
  border: 1px solid #C4C4C4;
  border-radius: 99999px;
  padding: 10px;
  align-items: center;
  color: #5A5A5A;
  transition: 0.3s;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  line-height: 120%;
}

.recipe-article .swiper-outer{
  width: 100%;
  aspect-ratio: 1 / 1;
  padding-top: 2rem;
}
.recipe-article .swiper{
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  border-radius: 10px;
}
.recipe-article .swiper .swiper-slide{
  width: 100%;
  height: 100%;
}
.recipe-article .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe-article .swiper-pagination{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  padding: 1rem 0;
}

.recipe-article .swiper-pagination a{
  width: 10px; 
  height: 10px; 
  background-color: #5A5A5A;
  border-radius: 999px;
  transition: 0.3s;
}

.recipe-article .swiper-pagination a.active{
  background-color: #000;
}

.recipe-article .description{
  font-size: 13px;
  padding: 2rem 0;
  line-height: 2;
}

.recipe-article .detail{
  background-color: #F5F5F5;
  border-radius: 10px;
  padding: 1.5rem;
}

.recipe-article .detail h6{
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 1rem;
}

.recipe-article .detail span{
  font-size: 15px;
  font-weight: bold;
}

.recipe-article .detail .border{
  border: none!important;
  border-top: 1px solid #D9D9D9!important;
  flex:1;
}

.recipe-article .detail .detail-text{
  font-size: 12px; 
}

.popular-recipe{
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.popular-recipe h2{
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 2rem;
}
.popular-recipe .popular-recipes{
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 16px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  padding-bottom: 10px;
  
}

.popular-recipe .popular-recipes li{
  flex: 0 0 40%; /* SP：70%幅で横スクロール */
  scroll-snap-align: start;
}
.popular-recipe .popular-recipes li .recipe-item-img{
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 6px;
  overflow: hidden;
}
.popular-recipe .popular-recipes li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;

}

.popular-recipe .popular-recipes li:hover img,
.popular-recipe .popular-recipes li:active img,
.popular-recipe .popular-recipes li:focus img{
  transform: scale(1.05);
}

.popular-recipe .popular-recipes li .ttl{
  font-size: 11px;
  font-weight: bold;
  color: #000;
  padding-top: 10px;
}


/* About */
.about-main-text{
  padding-top: 4rem;
  font-size: 15px;
}

.about-4steps{
  padding: 3rem 0;
}

.about-4steps .step{
  margin-bottom: 2rem;
}
.about-4steps .step:last-child{
  margin-bottom: 0;
}

.about-4steps .step img{
  width: 100%;
}

.about-4steps .step b{
  display: block;
  font-size: 1rem;
  font-weight: bold;
  padding: 10px 0;
}

.about-4steps .step div{
  font-size: 13px;
}

.about-hr{
  border-top: 2px solid #D9D9D9;
  margin-top: 0;
  margin-bottom: 4rem;
}

.about-6steps{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 3rem 0;
}

.about-6steps .step{
  width: calc(50% - 10px);
}

.about-6steps .step img{
  width: 100%;
}

.about-6steps .step .step-row{

}
.about-6steps .step .step-row b{
  font-size: 20px;
  font-family: var(--en-font-family);
  font-weight: 500;
}

.about-6steps .step .step-row div{
  font-size: 12px;
  font-weight: bold;
}

.about-6steps .step .step-row div p{
  margin: 0;
  font-size: 10px;
  font-size: normal;
}

.about-youtube-wrap{
  width: 100%;
  position: relative;
  aspect-ratio: 16 / 5;
}

.about-youtube-inner{
  position: absolute;
  width: 100%;
}

.youtube-frame{
  width: 100%;
  aspect-ratio: 16/9;
}
.about-youtube-inner .btns{
  text-align: center;
  padding-top: 1rem;
}

.about-video-ajast{
  padding-top: 220px;
}

.about-items{
  padding: 4rem 0;
}

.about-items .item{
  margin-bottom: 2rem;
}
.about-items .item:last-child{
  margin-bottom: 0;
}
.about-items .item img{
  width: 100%;  
}

.about-items .item b{
  font-size: 16px; 
  font-weight: bold;
  display: block;
  padding: 10px 0 5px;
}

.about-items .item div{
  font-size: 13px; 
}

.about-links{
  padding: 4rem 0 2rem;
}

.about-link{
  width: 100%;
  height: 120px;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #5A5A5A;
  background-color: #F7F5F5;
  transition: 0.3s;
  align-items: center;
  justify-content: space-between;
  color: #000000;
  font-size: 15px;
  font-weight: bold;
  padding-right: 1rem;
  margin-bottom: 2rem;
}

.about-link .img-wrap{
  height: 100%;
}

.about-link .img-wrap img{
  height: 100%;
  transition: 0.3s;
}
.about-link:hover,
.about-link:active,
.about-link:focus{
  opacity: 0.6;
}

.about-link:hover img,
.about-link:active img,
.about-link:focus img{
  transform: scale(1.05);
}


.dark-title{
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  background-color: #2E2E2E;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.dark-en-title{
  font-size: 13px;
  font-weight: 500;
  font-family: var(--en-font-family);
  color: #fff;
  background-color: #2E2E2E;
  display: inline-block;
  padding: 0.5rem 1rem; 
}
.dark-sub-title{
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  background-color: #2E2E2E;
  display: inline-block;
  padding: 0.5rem 1rem;
}

.spec-wrap{
  width: 100%;
  margin-bottom: 4rem;
}
.spec-wrap img{
  width: 100%;
}

.spec-contant{
  padding-top: 3rem;
}
.spec-flex{
  padding: 2rem 0;
}

.spec-flex .left{
  
}

.spec-flex .spec-row{
  margin-bottom: 1.2rem;
}

.spec-flex .spec-row .subject{
  font-size: 16px;
  font-weight: bold;
  padding-left: 1.2rem;
  position: relative;
  line-height: 1.4;;
}
.spec-flex .spec-row .subject::before{
  content: '◆';
  position: absolute;
  left: 0;
}

.spec-flex .spec-row .text{
  font-size: 13px;
  padding-left: 1.5rem;
}

.spec-text{
  font-size: 11px;
}

.spec-text ul{
    list-style: disc;
    color: #000;
    padding: 0 0 0 1rem;
}
.spec-text ul li{
  font-size: 11px;
}

.gas-sub-ttl{
  font-size: 23px!important;
}
.gus-table{
  border: 1px solid #AEAEAE;
  margin-top: 2rem;
}
.gus-table .gus-row{
  display: flex;
  border-bottom: 1px solid #AEAEAE;
  justify-content: space-between;
}
.gus-table .gus-row:last-child{
  border-bottom: none;
}

.gus-table .gus-row .th{
  width: 99px;
  border-right: 1px solid #AEAEAE;
  background-color: #F5F5F5;
  font-size: 16px;
  font-weight: bold;
  padding: 1rem;
  display: flex;
  align-items: center;
}

.gus-table .gus-row .td{
  flex: 1;
  padding: 1rem;
}

.gus-table .gus-row .td ul{
  margin: 0;
  padding-left: 1.4rem;
}

.gus-table .gus-row .td li{
  font-size: 12px;
}

.product-warning{
  padding: 3rem 0;
}

.product-warning .left{
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px dashed #AEAEAE;
}
.product-warning h6{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1rem;
}

.product-warning ul{
  margin: 0;
  padding: 0 0 0 1.4rem;
}
.product-warning ul li{
  font-size: 13px;
}


.reasons1{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 5rem;
}
.reasons1 .item-a,
.reasons1 .item-c{
  width: 89.7%;
  margin: 0 auto;
}
.reasons1 .item-b{
  margin: 0 auto;
}
.reasons1 .item-b img{
  width: 89.7%;
  margin-right: auto;
}

/* Order flow */
.order-step{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 2rem 0 0;
}

.order-step .item{
  width: calc(50% - 10px);
}

.order-step .item img{
  width: 100%;
}
.order-step .item .text{
  font-size: 13px;
  padding-top: 10px;
}
.flow-img{
  padding-top: 2rem;
  width: 100%;
}
.flow-img img{
  width: 100%;
}

.flow-table{
  border: 1px solid #2E2E2E;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.flow-table .flow-row{
  border-bottom: 1px solid #2E2E2E;
  padding: 1.5rem;
}

.flow-table .flow-row:last-child{
  border-bottom: none
}

.flow-table .flow-row .th{
  font-family: var(--en-font-family);
}

.flow-table .flow-row .th b{
  font-size: 15px;
  display: inline-block;
  margin-right: 5px;
}
.flow-table .flow-row .th span{
  font-size: 24px;
  display: inline-block;
}

.flow-table .flow-row .td1{
  font-size: 20px;
  font-weight: bold;
}

.flow-table .flow-row .td2{
  padding-top: 1.5rem;
  font-size: 13px;
}

.flow-table .flow-row .td2 ol{
  padding-left: 1.4rem;
  margin: 0;
}

/* national-brand */
.nb1{
  width: 100%;
  margin-top: 2rem;
}

.nb1 .left{

}

.nb1 .left img{
  width: 100%;
}
.nb1 .right{

}
.nb1 .right .nb-title{
  display: none;
}

.nb1 .nb-desp{
  font-size: 13px;
  padding-top: 1.5rem;
}

.nb1 .nb-detail{
  padding-top: 1.5rem;
}
.nb1 .nb-detail .detail-head{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.nb1 .nb-detail .detail-head span{
  display: block;
  font-weight: bold;
  font-size: 14px;
}

.nb1 .nb-detail .detail-head .border{
  border-top: 1px solid #C4C4C4;
  margin: 0;
  padding: 0;
  flex: 1;
}

.nb1 .nb-detail .detail-body{

}
.nb1 .nb-detail .detail-body .detail-row{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.nb1 .nb-detail .detail-body .detail-row .td1{
  width: 72px;
}
.nb1 .nb-detail .detail-body .detail-row .td2{
  flex: 1;
}


.nb-items{
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 3rem;
}
.nb-items .nb-item{
  width: calc(50% - 10px);
}

.nb-items .nb-item img{
  display: block;
  width: 100%;
  border-radius: 10px;
}
.nb-items .nb-item b{
  display: block;
  font-weight: bold;
  font-size: 16px;
  padding: 0.5rem 0;
}
.nb-items .nb-item p{
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.6;
}


.nb-items2{
}

.nb-items2 .nb-item2{
   padding-top: 3rem;
}

.nb-items2 .nb-item2 .item-a{
  text-align: center;
}
.nb-items2 .nb-item2 .item-a img{
  width: 160px;
}
.nb-items2 .nb-item2 .item-b{
  padding: 1rem 0;
}

.nb-items2 .nb-item2 .item-b b{
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin-bottom: 0.5rem;
}

.nb-items2 .nb-item2 .item-b p{
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}
.nb-items2 .nb-item2 .item-b .tag-black{
  display: inline-block;
  padding: 3px 0.5rem;
  font-size: 12px;
  font-weight: bold;
  background-color: #2E2E2E;
  color: #ffffff;
  margin-top: 1rem;
  margin-bottom: 0.5rem
}

.nb-items2 .nb-item2 .item-c{
  
}
.nb-items2 .nb-item2 .item-c img{
  width: 100%;
}

/* OEM */
.oem-cases{
  padding: 3rem 0 4rem;
}

.oem-case{
  border: 1px solid #AEAEAE;
  border-radius: 15px;
  padding: 1rem 1.5rem;
  margin-bottom: 2rem;
}
.oem-case:last-child{
  margin-bottom: 0;
}
.oem-case .tag-black{
  display: inline-block;
  background-color: #2E2E2E;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 1rem;
  border-radius: 9999px;
  margin-bottom: 1rem;
  width: 105px;
}
.oem-case .item-a{
  text-align: center;
}

.oem-case .item-a b{
  font-size: 13px;
  font-weight: 500;
  font-family: var(--en-font-family);
  display: inline-block;
  margin-bottom: 1rem;
}
.oem-case .item-a h6{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.oem-case .item-a img{
  width: 80px;
}

.oem-case .item-b{
  text-align: center;
  margin-top: 1.5rem;
}
.oem-case .item-name{
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 1rem;
}
.oem-case .item-detail{
  font-size: 13px;
  color: #000;
}

.oem-case .item-c{
  text-align: center;
  margin-top: 1.5rem;
}
.oem-case .item-d{
  text-align: center;
  margin-top: 1.5rem;
}

.oem-case .dev-term,
.oem-case .item-packaging{
  font-size: 13px;
}

.oem-points{
  padding: 4rem 0;
}

.oem-point{
  margin-bottom: 2rem;
}
.oem-point:last-child{
  margin-bottom: 0;
}
.oem-point img{
  display: block;
  width: 100%;
}

.oem-point .oem-point-head{
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.oem-point .oem-point-head .no{
  font-family: var(--en-font-family);
  font-size: 20px;
  font-weight: 500;
  height: 38px;
  width: 38px;
  border-radius: 99999px;
  background-color: #D9D9D9;
  display: flex;
  justify-content: center; align-items: center;
}
.oem-point .oem-point-head span{
  font-size: 22px;
  font-weight: bold;
}

.oem-point .oem-point-body{
  font-size: 13px;
}

.oem-flow-img{
  padding: 3rem 0;
}

.oem-flow-img img{
  width: 100%;
}

.oem-contact{
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-bottom: 1rem;
}

/* FORM */
.section-form-content{
  padding: 4rem 0 6rem;
}
.form-row{
  margin-bottom: 1.5rem;
}

.form-row .form-lbl{
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 5px;
}

.form-row .form-lbl .req{
  color: red;
}

.form-row .form-lbl p,
.form-row .form-input p{
  margin: 0;
}
.wpcf7 .btn-area{
  padding-top: 1rem;
  text-align: center;
}
.wpcf7 .btn-area p{
  margin: 0;
}
.wpcf7 .btn-area .btn{
  width: 180px;
}

.wpcf7 .btn-area.two-btn .btn{
  width: 150px;
}
.wpcf7 .btn-area.two-btn .btn-form-submit{
  margin-left: 1rem;
} 

.wpcf7 .wpcf7-spinner{
  display: block!important;
  margin: 0 auto!important;
}
.wpcf7 .wpcf7-not-valid-tip{
  font-size: 13px;
  font-weight: bold;
}
.wpcf7-response-output{
  border-color: #2E2E2E!important;
  background-color: #2E2E2E!important;
  color: #fff!important;
  margin: 0!important;
  padding: 1rem!important;
  border-radius: 6px;
}

.contact-thanks{

}
.contact-thanks h1,
.contact-thanks h4{
  text-align: center;
}

.contact-info{
  padding: 4rem 0;
  display: flex;
  justify-content: center;
  align-items: center; 
}

.contact-btn{
  text-align: center;
}
.contact-btn .btn{
  width: 300px;
}

.input-wrap-postal-code{
  position: relative;
}

.input-wrap-postal-code .btn-postal-search{
  position: absolute;
  right: 1rem;
  top: 4px;
  font-size: 20px;
  color: #999;
  transition: 0.3s;
}
.input-wrap-postal-code .btn-postal-search:hover,
.input-wrap-postal-code .btn-postal-search:active,
.input-wrap-postal-code .btn-postal-search:focus{
  color: #000;
}
.input-wrap-postal-code .form-control{
  padding-right: 46px;
}

/* Nitro-coffee */
.nitro-coffee-bg{
  width: 100%;
  aspect-ratio: 390 / 592;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}

.nitro-coffee-bg.bg1{
  background-image: url(/wp-content/themes/espuma/assets/images/nitro-coffee-bg1.jpg);
}

.nitro-coffee-bg.bg2{
  background-image: url(/wp-content/themes/espuma/assets/images/nitro-coffee-bg2.jpg);
}

.nitro-coffee-content{
  width: 89.7%;
  margin: 0 auto;
}

.nitro-coffee-content .ttl{
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.8;
}
.nitro-coffee-content .desp{
  padding-top: 2rem;
  padding-left: 42px;
  font-size: 13px;
  color: #fff;
  line-height: 26px;
}

.nitro-coffee-content .btns{
  padding-top: 2rem;
  text-align: center;
}
.nitro-coffee-content .btns .btn{
  font-size: 13px;
}

/* beauty-carbonated-gas */
.about-main-text.gas-head .gap-img{
  flex: 1;
  text-align: center;
}
.about-main-text.gas-head .gap-img img{
  width: 135px;
}

.bg-bottom-circle{
  position: relative;
  padding-bottom: calc(4rem + 50px);
}

.bg-bottom-circle::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -1px;
  height: 50px;  /* 弧の深さ（調整可） */
  background: #FFF;
  clip-path: ellipse(51% 100% at 50% 100%);
}

.gas-points{
  padding: 3rem 2rem 0;
}
.gas-points .gas-point{
  width: 100%;
  margin-bottom: 2rem;
}

.gas-points .gas-point img{
  width: 100%;
}
.gas-points .gas-point b{
  font-weight: bold;
  font-size: 16px;
  display: block;
  padding: 1rem 0;
}
.gas-points .gas-point span{
  font-size: 13px;
  display: block;
}

.sub-title-center{
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 4rem;
}

.gas-pro{
  display: flex;
  flex-direction: column;
  margin-bottom: 4rem;
}

.gas-pro .gas-pro-desp{
  margin-bottom: 2rem;
}
.gas-pro .gas-pro-desp h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 2rem;
}
.gas-pro .gas-pro-desp .desp{
  font-size: 13px;
}

.gas-pro .gas-pro-desp ol{
  padding-left: 1rem;
  margin: 1rem 0 8px;
}

.gas-pro .gas-pro-img{

}

.gas-pro .gas-pro-img img{
  width: 100%;
}

.gas-pro-table{
  width: 90%;
  margin: 2rem auto 0;
  font-size: 12px;
}
.gas-pro-table .tr{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #5A5A5A;
}
.gas-pro-table .th{
  width: 90px;
  padding: 4px 0;
}
.gas-pro-table .td{
  flex: 1;
  padding: 4px 0;
}
.gap-hr{
  display: none;
}

/* Sanitation */
.sanitation-points{
  padding: 4rem 0;
}
.sanitation-point{
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.sanitation-point:last-child{
  margin-bottom: 0;
}

.sanitation-point .img{
  width: 100%;
  padding-bottom: 1.5rem;
}
.sanitation-point .img img{
  width: 100%;
  display: block
}

.sanitation-point .desp{
  font-size: 13px;
}
.sanitation-point .desp h6{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.sanitation-point .desp ul{
  padding-left: 1rem;
  margin: 0;
  margin-top: 1.5rem;
}

.page-404{
  text-align: center;
  padding: 6rem 0;
}
.page-404 b{
  font-size: 90px;
  font-family: var(--en-font-family);
  display: block;
  text-align: center;
  line-height: 1.2;
  color: #AEAEAE;
}
.page-404 span{
  font-size: 20px;
  font-family: var(--en-font-family);
}

.desp-404{
  padding-top: 2rem;
}
.desp-404 .btn{
  margin-top: 2rem;
  width: 300px;
}