@charset "UTF-8";
/* CSS Document */

/* iOSでのデフォルトスタイルをリセット */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}
body{
	font-family: YakuHanJP, "Noto Sans JP", sans-serif;
	color: #595757;
	letter-spacing: 0.2em;
	background-color: #f5f5f5;
	-webkit-font-smoothing: none;
-webkit-font-smoothing: antialiased;
-webkit-font-smoothing: subpixel-antialiased;
}
.spOnly {
    display: none !important;
}
.pcOnly {
    display: block !important;
}
@media screen and (max-width: 768px){
body{
	letter-spacing: 0.1em;
}
.spOnly {
    display: block !important;
}
.pcOnly {
    display: none !important;
}
}

.p__cont_common_wrap {
    padding-bottom: 100px;
}
.top-p100{
    padding-top: 200px;
}
.l_mainTit {
    font-size: 14px;
	font-weight: bold;
    margin: 0 auto 20px;
}
.flex-min-height-box p, .fz-ss,.in_text,.htd--contents-text p,.permission_checkmark li,.qa_menu .detail {
	font-size: 16px;
	line-height: 35px;
    margin: 0;
}
@media screen and (max-width: 768px){
.p__cont_common_wrap {
    padding-bottom: 80px;
}
.top-p100{
    padding-top: 80px;
}
.l_mainTit {
    font-size: 12px;
    text-align: center;
}
.flex-min-height-box p, .fz-ss,.in_text,.htd--contents-text p,.permission_checkmark li,.qa_menu .detail {
	font-size: 14px;
	line-height: 30px;
    margin: 0;
}
}
/*アニメーション要素のスタイル*/
.f-animation{
	opacity : 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}
/*アニメーション要素までスクロールした時のスタイル*/
.f-active{
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
/*--------------------------------------------------------------
button ボタン
--------------------------------------------------------------*/
.button-link a {
    background: #f5f5f5;
	border: 2px solid #595757;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin-top: 20px;
    max-width: 280px;
    padding: 10px 25px;
    color: #595757;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.button-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button-link a:hover {
  background: #595757;
  color: #FFF;
}
.button-link a:hover:after {
  right: 1.4rem;
}
.c-button-link a {
    background: #f5f5f5;
	border: 2px solid #595757;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
	margin: 20px auto 0;
    max-width: 280px;
    padding: 10px 25px;
    color: #595757;
    transition: 0.3s ease-in-out;
    font-weight: bold;
}
.c-button-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.c-button-link a:hover {
  background: #595757;
  color: #FFF;
}
.c-button-link a:hover:after {
  right: 1.4rem;
}
@media screen and (max-width: 768px){
.button-link a {
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.global-nav {
    width: 100%;
    height: 76px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 2px 5px rgba(0,0,0,0.02);
    position: relative;
    z-index: 999; 
  }
  
  .global-nav-inner {
    display: flex;
    align-items: center ;
    padding: 24px 20px;
    margin: 0 auto;
  }
  
  .global-nav .nav-logo img {
    display: block;
    height: 20px;
    width: auto;
    max-width: none;
    margin: 0 30px 0 0;
  }
  
  .global-nav .nav-list {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

@media screen and (max-width: 768px){
    .global-nav .nav-list {
        display: none !important;
      }
    }

  .global-nav .nav-list li{
  font-size: 14px;
  }
  

.site-header{
    width: 100%;
    height: 95px;
    position: fixed;
    display: block;
    z-index: 10;
}
.site-header .logo{
	position: fixed;
	top: 30px;
    left: 2%;
	z-index: 12;
}
.site-header .logo img{
    width: 200px;
}

.transition10{transition:all 1s cubic-bezier(0.190, 1.000, 0.220, 1.000);}
.delay01{transition-delay: .1s;}
.delay02{transition-delay: .2s;}
.delay03{transition-delay: .3s;}
.delay04{transition-delay: .4s;}
.delay05{transition-delay: .5s;}
.delay06{transition-delay: .6s;}
.delay07{transition-delay: .7s;}
.delay08{transition-delay: .8s;}
.delay09{transition-delay: .9s;}
.delay10{transition-delay: 1s;}
.delay11{transition-delay: 1.1s;}
.delay12{transition-delay: 1.2s;}
.delay13{transition-delay: 1.3s;}

.menu{
    height: 20px;
    position: fixed;
    right: 2%;
    width: 30px;
    z-index: 99;
}
.menu__line{
    background: #595757;
    display: block;
    height: 2px;
    position: absolute;
    transition:transform .3s;
    width: 100%;
}
.menu__line--center{
    top: 9px;
}
.menu__line--bottom{
    bottom: 0;
}
.on .menu__line--top{
    top: 8px;
    transform: rotate(45deg);
}
.on .menu__line--center{
    transform:scaleX(0);
}
.on .menu__line--bottom{
    bottom: 10px;
    transform: rotate(135deg);
}

/*fullnav*/
.fullnav{
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: 11;
}
/*fullnav__nav*/
.fullnav__nav{
    align-items: center;
    background: #fff;
    display: flex;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0;
}
/*gnav*/
.gnav{
    margin: 60px auto 0;
    width: 50%;
}
.gnav__menu__item{
    margin:15px 0;
    opacity: 0;
    transform: translateY(100px);
	font-size: 20px;
	font-weight: bold;
}
.gnav a{
    color: #000;
    text-decoration: none;
}
/*fullnav__cnt*/
.fullnav__cnt{
    align-items: center;
    background: url("../images/menu_bkdog.jpg") no-repeat center center;
	background-size:cover;
    color: #fff;
    display: flex;
    height: 100%;
    left: 50%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.fullnav__cnt__inner{
    margin: 0 auto;
    width: 80%;
}
.fullnav__cnt__title{
    margin-bottom: 10px;
    opacity: 0;
    transform: translateY(100px);
	font-size: 12px;
	font-weight: bold;
}
.fullnav__cnt__title:nth-child( n + 2 ){
	margin-top: 30px;
}
.fullnav__cnt__menu{
    list-style: none;
}
.fullnav__cnt__menu__item{
    margin:20px 0;
    opacity: 0;
    transform: translateY(100px);
}
.fullnav__cnt__menu__item a{
    color: #fff;
}
/*on fullnav__nav*/
.fullnav.on .fullnav__nav{
    opacity: 1;
    width: 50%;
}
/*on gnav*/
.fullnav.on .gnav li{
    opacity: 1;
    transform: translateY(0);  
	font-size: 14px;
}
/*on fullnav__cnt*/
.fullnav.on .fullnav__cnt{
    opacity: 1;
    width: 50%;
}
.fullnav.on .fullnav__cnt__title{
    opacity: 1;
    transform: translateY(0);
	color: #ddd;
}
.fullnav.on .fullnav__cnt__menu__item{
    opacity: 1;
    transform: translateY(0);
	font-size: 30px;
}
.header-right {
    position: absolute;
    right: 5%;
	z-index: 12;
}

.h_icons li {
    float: left;
    padding: 0 10px;
}
@media only screen and (max-width: 767px) {
.site-header {
    height: 70px;
}
.site-header .logo {
    top: 25px;
}
.header-right {
    top: 20px;
    right: 11%;
}
.site-header .logo img {
    width: 135px;
}
.fullnav.on .fullnav__nav{
    width: 100%;
}
.gnav{
    width: 80%;
}
.gnav__menu__item {
    margin: 15px 0 25px;
    font-size: 18px;
}
.fullnav.on .fullnav__cnt{
    display: none;
}
.fullnav__nav {
    background: #fff;
	color: #595757;
}
.gnav a {
    color: #595757;
}
}

/*FVスライダーアニメーション*/
/*========= 背景動画設定のCSS ===============*/
#fvslider-contet {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}
.fvtext-wrap{
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translateX(-50%) !important;
    width: 100%;
    text-align: center;
    color:#fff;
}
h1.fvslider-text{
	font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
	font-size: 50px;
	text-align: center;
	line-height: 50px;
}

.fvslider-wrapper{
	position: relative;
}
@media screen and (max-width: 1024px){
h1.fvslider-text{
	font-size: 4.5vw;
	text-align: center;
	line-height: 40px;
}
}
/*concept コンセプト*/
.p__brand--blc {
    max-width: 924px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 0!important;
    text-align: center;
}

.p__ttl {
    text-align: center;
    font-size: 14px;
	font-weight: bold;
    margin: 0 auto 20px;
}
.p__brand--txt {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    display: block;
    position: relative;
    margin: 0 0 10px!important;
}
.p__brand--img01 {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 30px;
}
.p__brand--img01 img,.p__brand--img02 img,.p__brand--img03 img {
    width: 100%;
}
.p__brand--img02 {
    position: absolute;
    width: 254px;
    height: 350px;
    top: 76px;
    right: -10px;
}
.p__brand--img03 {
    position: absolute;
    width: 190px;
    height: 244px;
    top: 198px;
    left: 60px;
}
@media screen and (max-width: 924px){
.p__brand--blc {
    max-width: 827px;
}
}
@media screen and (max-width: 826px){
.p__brand--blc {
    max-width: 100vw;
    width: 100%;
    margin: 0 auto;
    height: 140vw;
    position: relative;
    padding: 0!important;
    text-align: center;
}

.p__brand--img01 {
    position: absolute;
    width: 23.73vw;
    height: 0;
    left: 15vw;
    top: auto;
    bottom: 88vw;
}
.p__brand--img02 {
    width: 49.86vw;
    height: 39.8vw;
    top: auto;
    right: 0px;
    bottom: 39vw;
}
.p__brand--img03 {
    position: absolute;
    width: 33.6vw;
    height: 20.2vw;
    top: auto;
    bottom: 33.33vw;
    left: 5.3vw;
}	
}
@media screen and (max-width: 768px){

.p__ttl {
    font-size: 12px;
}
.p__brand--txt {
    font-size: 14px;
    line-height: 30px;
}
.p__brand--img01 {
    position: absolute;
    width: 23.73vw;
    height: 0;
    left: 15vw;
    top: auto;
    bottom: 88vw;
}
.p__brand--img02 {
    width: 49.86vw;
    height: 26.8vw;
    top: auto;
    right: 0px;
    bottom: 39vw;
}
.p__brand--img03 {
    position: absolute;
    width: 33.6vw;
    height: 20.2vw;
    top: auto;
    bottom: 33.33vw;
    left: 5.3vw;
}	
}
@media screen and (max-width: 568px){
.p__brand--blc {
    height: 190vw;
}
.p__brand--img02 {
    height: 30.8vw;
}
}
/*about アバウト*/
.flex-min-height-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    position: relative;
}
.about-content-inner {
    min-height: 80vh;
}
.about-content .pro_con {
    position: static;
}
.about_flex-container .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
}
.reverse .about-content-bg-box {
    left: 0;
}
.content-left-margin-70 {
    margin-left: 70px;
}
.wp1240 {
    max-width: 1240px;
	padding: 0 50px;
}
.about_flex-container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
}
.about_flex-min-height-inner{
    width: 100%;
    height: 100%;
    min-height: 60vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.about_con{
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
    height: auto;
}
.about-content .about_con{
    position: static;
}
.about-content-bg-box {
    position: absolute;
    width: 50%;
    height: 100%;
    left: 50%;
    top: 0;
    display: inline-block;
    z-index: 2;
}
.about-content-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.six-columns{
    position: static;
}
.six-columns {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

@media screen and (max-width:768px) {
.wp1240{
    padding: 0 20px;	
}
.about_con {
    width: calc(100% - 0px);
	position: relative;
}
.six-columns {
    position: relative;
    flex-basis: 100%;
}
.six-columns-img{
	flex-basis: 25% !important;
}
.about_flex-container.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-flow: wrap-reverse;
    flex-flow: wrap-reverse;
}
.content-left-margin-70{
	margin-left: 0;
	margin-bottom: 30px;;
}
.about-content-bg-box {
    position: static;
    width: 100%;
    left: 0;
}
.about-content-bg {
    height: 40vh;
}
.about_con p{
	font-size: 14px;
}
}
/*product 商品*/
.explain {
    background: url(../images/productbk2.jpg) no-repeat right center/cover;
    height: 600px;
}
.explain .explain-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.page-width {
    margin-inline: auto;
    width: 100%;
}
.page-width.padding-inner {
    max-width: calc(1240px + 0px);
}
.padding-inner {
    padding: 0 50px;
}
@media (max-width: 1000px){
.explain {
    background: url(../images/productbk2.jpg) no-repeat 50% center/cover;
    height: 100%;
}
}
@media (max-width: 768px){
.explain {
    background: url(../images/sp/sp_productbk2.jpg) no-repeat 50% center/cover;
    height: 85%;
}
.padding-inner {
    padding: 0 20px;
}
.explain .explain-inner {
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
}

}
/*project*/
.pro_explain {
    background: url(../images/projectbk.jpg) no-repeat right center/cover;
    height: 750px;
}
.pro_explain .explain-inner {
    display: flex;
    align-items: center;
    height: 100%;
}
.page-width {
    margin-inline: auto;
    width: 100%;
}
.page-width.padding-inner {
    max-width: calc(1240px + 0px);
}
.padding-inner {
    padding: 0 50px;
}
@media (max-width: 1000px){
.pro_explain {
    background: url(../images/projectbk.jpg) no-repeat 50% center/cover;
}
}
@media (max-width: 768px){
.pro_explain {
    background: url(../images/sp/sp_project.jpg) no-repeat 50% center/cover;
	height: 860px;
}
.padding-inner {
    padding: 0 20px;
}
.pro_explain .explain-inner {
    align-items: flex-start;
    justify-content: center;
    padding-top: 80px;
}

}

/* NEWS */
.tp--ns__list {
    max-width: 1240px;
	margin: 0 auto;
    padding: 0 50px;
}
.tp--ns__one {
    width: 100%;
    border-top: 1px solid #CCC;
}
.tp--ns__one:last-of-type {
    border-bottom: 1px solid #CCC !important;
}
.tp--ns__one__a {
    padding: 34px 2.5% 35px;
    display: block;
    width: 100%;
    position: relative;
}

.tp--ns__one__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 5;
}

.tp--ns__one__tbx {
    width: calc(100% - 100px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.tp--ns__one__time {
    width: 17.64706%;
    font-size: 15px;
    line-height: 1.7;
}
.tp--ns__one__ttl {
    width: 82.35294%;
    font-size: 15px;
	line-height: 1.7;
    margin: 0;
    padding: 0 50px 0 0;
}
.tp--ns__one__tag{
    font-size: 14px;
    color: #fff;
}
.tp--ns__one__cat{
    background: #595757;
    padding: 5px;
}
@media screen and (max-width: 768px){
.tp--ns__list {
    padding: 0 20px;
}
.news_wrapper{
	padding: 70px 20px;
}
.tp--ns__one__tbx {
    width: calc(100% - 0px);
}
.tp--ns__one__tag{
    display: none;
}
.tp--ns__one__a {
    padding: 20px 0 20px;
}
	
.tp--ns__one__time {
    padding: 2px 0 0 0;
	font-size: 12px;
    line-height: 1.2;
	width: 100%;
}
.tp--ns__one__ttl {
    font-size: 12px;
    line-height: 1.7;
    margin: 13px 0 0;
	width: 100%;
    padding: 0;
}
}

.img_slider_area{
	overflow: hidden;
    margin: 100px 0 0;
}
.technology__about--images {
	overflow: hidden;
    width: calc(2734 / 1366 * 100vw);
}
.technology__about--images {
	overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: loopslide 35s linear infinite;
    animation: loopslide 35s linear infinite;
}
.technology__about--col {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.technology__about--image {
    margin-right: calc(30 / 1366 * 100vw);
}
@-webkit-keyframes loopslide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes loopslide {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@media screen and (max-width: 768px){
.technology__about--images {
	overflow: hidden;
    width: calc(1782 / 390 * 100vw);
}
}
/* line cv */
.p-externalView {
    padding: 0;
}
.u-content__width {
    max-width: 1240px;
    margin: 0 auto;
	padding: 0 50px;
}
.p-externalView__block {
    background-color: #fff;
    display: flex;
    padding: 42px 16px 0;
}
.u-reverse {
    flex-direction: row-reverse;
}
.p-externalView__block--content {
    width: 50%;
    display: flex;
    align-items: center;
}
.p-externalView__block--content .content_heading {
    color: #07b53b;
    font-size: 25px;
    font-weight: bold !important;
    line-height: 1.2;
    margin: 0 0 24px;
}
.p-externalView__block--content .content_text {
    color: #595757;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin: 0 0 24px;
}
.p-externalView__block--content .content_button {
    width: 325px;
    height: 56px;
    background-color: #07b53b;
    border-radius: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-externalView__block--content .content_button p {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold !important;
    letter-spacing: 0.06rem;
    margin: 0;
}
.p-externalView__block--img {
    width: 50%;
    display: flex;
    justify-content: center;
    margin: 0;
}
.p-externalView__block--img img{
    max-width: 100%;
    height: auto;
    border-style: none;
    vertical-align: top;
}
@media screen and (max-width: 768px){
.u-content__width {
	padding: 0 20px;
}
.p-externalView__block {
    display: block;
    padding: 28px 24px 0;
}
.p-externalView__block--content {
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.p-externalView__block--content--inner {
    width: 100%;
}
.p-externalView__block--content .content_heading {
    font-size: 20px;
    margin: 0 0 24px;
    text-align: center;
}
.p-externalView__block--content .content_text {
    font-size: 14px;
    margin: 0 0 24px;
    text-align: center;
}
.p-externalView__block--content .content_button {
    width: 100%;
    height: 48px;
}
.p-externalView__block--content .content_button p {
    font-size: 14px;
    letter-spacing: 0.1rem;
}
.p-externalView__block--img {
    width: 60%;
    margin: 0 auto;
}
}
.insta span{
	text-align: center;
    margin: 70px 0 0;
}
/* page contents*/

.hero_title_wrap{
    display: block;
    position: absolute;
    top: 20%;
    left: 50%;
    -ms-transform: translate(-50%,-20%);
    -webkit-transform: translate(-50%,-20%);
    transform: translate(-50%,-20%);
    margin: 0;
    padding: 0;
	width: 90%;
}

.header_hero_title {
    font-size: 50px;
    padding: 0 0 20px;
	line-height: 50px;
    font-weight: bold !important;
    color: #595757;
	text-align: center;
}
.products-section{
    margin: 100px 0 0;
    padding: 0 15px;
}
.jp_firast_text {
    text-align: center;
    margin: 0px auto;
    color: #595757;
    font-size: 16px;
}
.jp_firast_text span {
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    color: #595757;
}
.jp_firast_text span::before {
    left: 100%;
}
.jp_firast_text span::before, .jp_firast_text span::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 1.5em;
    height: 1px;
    background-color: #595757;
}
.jp_firast_text span::after {
    right: 100%;
}
.page_conwrap{
	width: 100%;
	margin: 0 auto;
	padding: 100px 0;
}
  .recommend-section {
    background-color: #fcfbf7;
    padding: 60px 20px;
    text-align: center;
  }
  
  .recommend-header {
    margin-bottom: 40px;
  }
  
  .leaf-icon {
    font-size: 24px;
    color: #556b2f;
    display: block;
    margin-bottom: 10px;
  }
  
  .main-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 32px;
    color: #1e3828;
    margin: 0 0 15px 0;
    font-weight: 700;
    letter-spacing: 0.05em;
  }
  
  .sub-title {
    font-size: 16px;
    color: #333;
    font-weight: 500;
    margin: 0;
  }
  
  .wood-background {
    padding: 40px 20px;
    border-radius: 8px;
    max-width: 1100px;
    margin: 0 auto;
  }
  
  .card-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
  }
  
  .card-item {
    background-color: #fff;
    flex: 1;
    min-width: 220px;
    border: 1px solid #cbb58b;
    box-sizing: border-box;
    padding: 5px;
  }
  
  .card-inner {
    padding: 20px 15px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .card-icon {
    width: 210px;
    height: auto;
    margin-bottom: 20px;
  }
  
  .card-icon img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }
  
  .card-title {
    font-size: 15px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.5;
    min-height: 3em;
  }
  
  .card-text {
    font-size: 14px;
    line-height: 1.8;
    color: #444;
    text-align: left;
    margin: 0;
  }
  
  .caution-area {
    margin-top: 40px;
    display: flex;
    justify-content: center;
  }
  
  .caution-box {
    border: 2px dashed #cbb58b;
    padding: 15px 30px;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
  }
  
  .caution-icon {
    color: #d9534f;
    font-size: 18px;
  }
  
  .caution-text {
    font-size: 13px;
    color: #333;
    font-weight: 700;
    margin: 0;
  }
  
  @media screen and (max-width: 768px) {
    .main-title {
      font-size: 24px;
    }
    
    .card-container {
      flex-direction: column;
    }
    
    .card-item {
      width: 100%;
      margin-bottom: 20px;
    }
    
    .wood-background {
      padding: 20px 0;
    }
  }

.l-inner {
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}

.recommend-header {
  margin-bottom: 40px;
  text-align: center;
}

.en_l_mainTit {
  font-family: 'Shippori Mincho', serif;
  font-size: 32px;
  color: #556b2f;
  margin-bottom: 10px;
  display: block;
}

.jp_mainTit {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  margin: 0;
  text-align: left;
}
.en_l_mainTit{
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    margin: 0 auto 10px;
}
.jp_mainTit{
	font-size: 40px;
	font-weight: bold;
}
.text_all_area, .img_commv_area{
	margin-top: 30px;
}
.img_commv_area{
	margin-top: 30px;
    text-align: center;
}
.img_commv_area img{
    width: 60%;
}
@media screen and (max-width: 767px){
.header_hero_title {
	font-size: 25px;
    line-height: 28px;
    padding: 0;
    margin-bottom: 10px;
}
.jp_firast_text {
    font-size: 12px;
}
.page_conwrap{
    padding: 80px 0;	
}
.en_l_mainTit{
    font-size: 12px;
}
.jp_mainTit {
    font-size: 25px;
}
.l-inner {
    padding: 0;
}
.about_feature_allwrap {
    padding: 0 20px !important;
}
.img_commv_area img{
    width: 100%;
}
}
.about_hero_cover {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/about_hero.jpg) no-repeat center center;
    background-size: cover;
}
.privacy_hero_cover {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/privacy_hero.jpg) no-repeat center center;
    background-size: cover;
}
.calculation_hero_cover {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/calculation_hero.jpg) no-repeat center center;
    background-size: cover;
}
.news_hero_cover {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/news_hero.jpg) no-repeat center center;
    background-size: cover;
}
.qa_hero_cover {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/qa_hero.jpg) no-repeat center center;
    background-size: cover;
}
.contact_hero_cover {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/contact_hero.jpg) no-repeat center center;
    background-size: cover;
}
.guide_hero_cover {
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/guide_hero.jpg) no-repeat center center;
    background-size: cover;
}
.term_hero_cover{
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/term_hero.jpg) no-repeat center center;
    background-size: cover;
}
.company_hero_cover{
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/company_hero.jpg) no-repeat center center;
    background-size: cover;
}
.law_hero_cover{
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/law_hero.jpg) no-repeat center center;
    background-size: cover;
}
.project_hero_cover{
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/project_hero.jpg) no-repeat center center;
    background-size: cover;
}
.how_hero_cover{
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/how_hero.jpg) no-repeat center center;
    background-size: cover;
}
.product_hero_cover{
    position: relative;
    color: #fff;
    width: 100%;
    height: 600px;
    background: url(../images/hero_bg/product_hero.jpg) no-repeat center center;
    background-size: cover;
}
.about_feature_allwrap{
	max-width: 1240px;
	margin: 0 auto;
	padding: 0 50px;
}
ul.ingredient_item_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top: 30px;
}
.ingredient_item_list li {
    width: 32%;
    margin: 0 0 10px 0;
    font-size: 14px;
    position: relative;
}
.in_name{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}
.ingredient_item_list li img {
    width: 100%;
    margin-bottom: 20px;
}

.box02 {
    margin: 60px 0 0;
}

.box02 img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

.ttl01 {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

.ttl01__no {
    font-size: 80px;
    font-weight: bold;
    color: #f2f2f2;
    line-height: 1;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.ttl01__txt {
    position: relative;
    z-index: 2;
    margin: 0;
}

.ttl01__txt__ja {
    display: block;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
}

.ttl01__txt__en {
    display: block;
    font-size: 14px;
    color: #bfa458;
    letter-spacing: 0.1em;
    font-family: serif;
}

.box02__imgtxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    flex-wrap: wrap;
}

.box02__imgtxt__txt {
    width: 45%;
}

.box02__imgtxt__img {
    width: 50%;
    margin: 0;
}

.box02__imgtxt__txt__head {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.box02__imgtxt__txt__body {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    text-align: justify;
}

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

.box02__imgtxt02__block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.box02__imgtxt02__block--reverse {
    flex-direction: row-reverse;
}

.box02__imgtxt02__block__photo {
    width: 40%;
    margin: 0;
}

.box02__imgtxt02__block__txt {
    width: 54%;
}

.box02__imgtxt02__block__txt__head {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 15px;
    border-left: 4px solid #bfa458;
    line-height: 1.2;
}

.box02__imgtxt02__block__txt__body {
    font-size: 14px;
    line-height: 1.8;
    color: #555;
}

.pc-show {
    display: block;
}

@media screen and (max-width: 768px) {
    .ttl01__no {
        font-size: 60px;
    }
    .ttl01__txt__ja {
        font-size: 20px;
    }

    .box02__imgtxt {
        display: block;
    }
    .box02__imgtxt__txt,
    .box02__imgtxt__img {
        width: 100%;
    }
    .box02__imgtxt__txt {
        margin-bottom: 30px;
    }

    .box02__imgtxt02__block,
    .box02__imgtxt02__block--reverse {
        display: block;
        margin-bottom: 40px;
    }
    
    .box02__imgtxt02__block__photo {
        width: 100%;
        margin-bottom: 15px;
        text-align: center;
    }
    
    .box02__imgtxt02__block__photo img {
        max-width: 80%;
    }

    .box02__imgtxt02__block__txt {
        width: 100%;
    }

    .pc-show {
        display: inline;
    }
    br.pc-show {
        display: none;
    }
}

.bk_gc{
	background: #FFF7EF;
}
.htd--contents-wrap {
	display: flex;
	justify-content: space-between;
	margin-top: 30px;
	margin-bottom: 60px;
	align-items: center;
}
.htd--contents-wrap:nth-child(even) {
	flex-direction: row-reverse;
}

.htd--contents-text {
	width: 45%; /*flex: 2;*/
}
.htd--contents-img {
	width: 50%; /*flex: 1;*/
}

.htd--contents-text h4 {
    text-align: left;
    font-size: 12px;
	font-weight: bold;
    margin: 0 auto 5px;
}
.htd--contents-text h5 {
    text-align: left;
    font-size: 18px;
	font-weight: bold;
    margin: 0 auto 20px;
    line-height: 30px;
}

.htd--contents-img img {
	display: block;
	width: 100%;
	height: auto;
}
ul.permission_checkmark {
    margin-top: 10px;
    padding-left: 20px;
}
.permission_checkmark li {
    position: relative;
}
.permission_checkmark li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 10px;
    border-right: 2px solid #ff9600;
    border-bottom: 2px solid #ff9600;
    display: inline-block;
    left: -15px;
    top: 12px;
    transform: rotateZ(45deg);
}
ul.sas_item_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width: 100%;
    margin: 0 auto;
}
.sas_item_list li {
    width: 12%;
    margin-bottom: 10px;
    position: relative;
}
.sas_item_list::before {
    content: "";
    display: block;
    width: 17%;
    order: 1;
}
.sas_item_list::after {
    content: "";
    display: block;
    width: 17%;
}

.p_b-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}
.p_b-img {
    width: 50%;
}
.p_b-img img {
    display: block;
    width: 100%;
    height: auto;
}
.p_b {
    width: 50%;
    padding: 20px;
}

:root {
    --primary-color: #8B0000;
    --text-color: #333;
    --bg-color: #f9f9f9;
    --accent-gold: #c5a059;
}
body { font-family: "Helvetica Neue", Arial, sans-serif; color: var(--text-color); line-height: 1.6; }
.container { max-width: 1100px; margin: 0 auto; padding: 20px; }

.hero-section {
    background-color: #1a1a1a;
    color: #fff;
    padding: 40px 20px;
    text-align: center;
    margin-bottom: 40px;
}
.hero-title { font-size: 2rem; margin-bottom: 10px; font-weight: bold; }
.hero-subtitle { color: var(--accent-gold); font-size: 1.2rem; margin-bottom: 20px; }
.vet-comment { background: rgba(255,255,255,0.1); padding: 20px; border-radius: 8px; max-width: 800px; margin: 0 auto; font-style: italic; }

.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}
.product-card {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    transition: transform 0.2s;
    text-align: center;
}
.product-card:hover { transform: translateY(-5px); }
.product-image { padding: 22px;}
.product-info { padding: 20px; text-align: center; }
.product-name { font-size: 1.25rem; font-weight: bold; margin-bottom: 10px; }
.price-box { margin: 15px 0; }
.price-normal { font-size: 0.9rem; color: #666; text-decoration: line-through; }
.price-member { font-size: 1.4rem; color: #d32f2f; font-weight: bold; }
.price-tag { background: #d32f2f; color: #fff; padding: 2px 8px; border-radius: 4px; font-size: 0.8rem; vertical-align: middle; }
.btn-buy {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-weight: bold;
    margin-top: 10px;
}
.btn-buy:hover { background-color: #555; }

.features-section { margin-bottom: 60px; padding: 0 15px; }
.section-title { text-align: center; font-size: 1.8rem; margin-bottom: 30px; border-bottom: 2px solid var(--accent-gold); display: inline-block; padding-bottom: 10px; }
.features-list { display: flex; flex-wrap: wrap; justify-content: center; gap: 20px; }
.feature-item { width: 150px; text-align: center; padding: 15px; background: #fff; border-radius: 50%; box-shadow: 0 2px 5px rgba(0,0,0,0.1); aspect-ratio: 1; display: flex; flex-direction: column; justify-content: center; align-items: center; }
.feature-icon { font-size: 2rem; margin-bottom: 5px; color: var(--primary-color); }
.feature-icon img{ max-width: 40%;}
.feature-text { font-size: 0.9rem; font-weight: bold; }

.recommend-section { background-color: #fff; padding: 40px; border-radius: 8px; margin-bottom: 40px; }
.recommend-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 20px; }
.recommend-card { text-align: center; padding: 20px; border: 1px solid #eee; border-radius: 8px; }
.recommend-title { font-weight: bold; margin-bottom: 10px; color: var(--primary-color); }

.info-note { background-color: #f0f0f0; padding: 20px; font-size: 0.9rem; border-radius: 4px; }



.howto-section {
    padding: 80px 20px;
    background-color: #fff;
    color: #333;
  }

  .section-header {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .en-title {
    font-size: 36px;
    color: #1e3828;
    margin: 0 0 10px;
    letter-spacing: 0.1em;
  }
  
  .ja-title {
    font-size: 16px;
    color: #666;
    margin: 0;
  }
  
  .content-block {
    margin-bottom: 80px;
  }
  
  .bg-beige {
    background-color: #fcfbf7;
    padding: 60px 40px;
    border-radius: 12px;
  }
  
  .block-title {
    font-size: 28px;
    color: #1e3828;
    margin: 0 0 20px;
    text-align: center;
  }
  
  .block-title.left-align {
    text-align: left;
  }
  
  .step-num {
    display: block;
    font-size: 14px;
    color: #cbb58b;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
  }
  
  .block-desc {
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.8;
  }
  
  .thaw-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
  }
  
  .thaw-box {
    flex: 1;
    min-width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 30px;
    box-sizing: border-box;
    text-align: center;
  }
  
  .thaw-box.recommend {
    background-color: #f9fbf9;
  }
  
  .thaw-box.ng {
    background-color: #fff5f5;
    border-color: #e8c4c4;
  }
  
  .thaw-icon-area {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  
  .icon-circle {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #556b2f;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-weight: bold;
  }
  
  .icon-circle.ng-mark {
    background: #d9534f;
  }
  
  .icon-img {
    font-size: 40px;
  }
  
  .thaw-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #1e3828;
    margin: 15px 0;
  }
  
  .thaw-text, .ng-list {
    font-size: 14px;
    text-align: left;
    line-height: 1.8;
  }
  
  .ng-list {
    padding-left: 20px;
    margin: 0;
  }
  
  .step-flow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
  }
  
  .step-card {
    background: #fff;
    flex: 1;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    text-align: center;
  }
  
  .step-header {
    background: #000;
    color: #fff;
    padding: 10px;
    font-family: 'Shippori Mincho', serif;
    font-size: 18px;
  }
  
  .step-body {
    padding: 20px;
  }
  
  .step-icon {
    font-size: 40px;
    margin-bottom: 10px;
  }
  
  .step-text {
    font-size: 15px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  
  .step-note {
    font-size: 12px;
    color: #cbb58b;
    font-weight: bold;
  }
  
  .step-arrow {
    font-size: 24px;
    color: #cbb58b;
    margin: 0 15px;
  }
  
  .memo-box {
    background: #fff;
    border: 1px dashed #cbb58b;
    padding: 20px;
    border-radius: 8px;
    gap: 15px;
    align-items: center;
    text-align: center;
  }
  
  .memo-title {
    color: #cbb58b;
    font-weight: bold;
    font-size: 14px;
  }
  
  .memo-text {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
  }
  
  .feature-layout {
    display: flex;
    align-items: center;
    gap: 40px;
  }
  
  .feature-text {
    flex: 1;
  }
  
  .feature-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
  }
  
  .feature-img {
    flex: 1;
    display: flex;
  }
  
  .recipe-area {
    background-image: linear-gradient(rgba(30, 56, 40, 0.9), rgba(30, 56, 40, 0.9)), url('path/to/bg-image.jpg');
    padding: 60px;
    border-radius: 12px;
    color: #fff;
  }
  
  .recipe-card {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
  }
  
  .recipe-title {
    font-family: 'Shippori Mincho', serif;
    font-size: 28px;
    text-align: center;
    margin-bottom: 10px;
  }
  
  .recipe-sub {
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
    opacity: 0.8;
  }
  
  .deco-line {
    display: block;
    font-size: 14px;
    color: #cbb58b;
    margin-bottom: 5px;
    letter-spacing: 0.2em;
  }
  
  .recipe-content {
    display: flex;
    gap: 40px;
  }
  
  .recipe-ingredients, .recipe-steps {
    flex: 1;
  }
  
  .recipe-ingredients h4, .recipe-steps h4 {
    border-bottom: 1px solid #cbb58b;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: 'Shippori Mincho', serif;
  }
  
  .recipe-ingredients ul, .recipe-steps ol {
    font-size: 14px;
    line-height: 1.8;
    padding-left: 20px;
  }
  
  .recipe-meta {
    margin-top: 20px;
    font-size: 12px;
    display: flex;
    gap: 15px;
    color: #cbb58b;
  }
  
  @media screen and (max-width: 768px) {
    .step-flow {
      flex-direction: column;
    }
    
    .step-arrow {
      transform: rotate(90deg);
      margin: 10px 0;
    }
    
    .step-card {
        width: 100%;
    }

    .feature-layout, .recipe-content {
      flex-direction: column;
    }
    
    .bg-beige {
      padding: 30px 20px;
    }
    
    .recipe-area {
      padding: 30px 20px;
    }
    
    .recipe-card {
      padding: 20px;
    }
  }

@media screen and (max-width: 767px){
ul.ingredient_item_list,.htd--contents-wrap,.p_b-wrap{
	display: block;
}
.ingredient_item_list li,.htd--contents-img,.htd--contents-text,.p_b-img,.p_b {
    width: 100%;
}
.ingredient_item_list li:nth-child(1) {
    margin: 0 0 50px 0;
}
.ingredient_item_list li:nth-child(2) {
    margin: 0 0 50px 0;
}
.htd--contents-img {
    margin-bottom: 20px;;
}
.htd--contents-text h4 {
    font-size: 10px;
}
.htd--contents-text h5 {
    font-size: 16px;
}
.about_feature_allwrap .htd--contents-wrap{
    margin-bottom: 50px;
}
.sas_item_list li{
	width: 31%;
}
ul.sas_item_list{
	width: 100%;
}
}
/* よくあるご質問　Q & A page*/
.faq_mbtn {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto 0;
    font-size: 14px;
	line-height: 20px;
    padding-top: -80px;
    margin: 0px auto;
}
.faq_mbtn p + p {
    margin-left: 20px;
}
.faq_mbtn p:nth-child(2n + 1) {
    margin-left: 0;
}
.faq_mbtn p a {
    display: table-cell;
    vertical-align: middle;
}
.faq_mbtn p .Item-Content-Flg2 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #595757;
}
.faq_mbtn p {
    display: table;
    width: 48.66666%;
    height: 70px;
    border: 1px solid #595757;
    margin-bottom: 20px;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}
.qa_conwrap{
	width: 100%;
	margin: 0 auto;
	padding: 0 0 100px 0;
}
.qa_content {
  max-width: 1240px;
  padding: 0 50px;
  margin: 0 auto;
}
.qa_title {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 20px;
}
.qa_menu li {
  border-top: solid 1px #000;
}
.qa_menu li:last-child {
  border-bottom: solid 1px #000;
}
.qa_menu .label {
  cursor:pointer;
  font-size: 14px;
  font-weight: bold;
  padding: 40px 30px;
  position: relative;
  transition: .5s;
}
.qa_menu .label:hover {
  background-color: #ff9600;
}
/*
ラベル右側のアイコン「＋」を設定
beforeが横棒
afterが縦棒
*/
.qa_menu .label::before,
.qa_menu .label::after {
  content: '';
  width: 20px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}
.qa_menu .label::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}
/*
アコーディオンメニューが開いている場合
*/
.qa_menu .label.open {
  /* ラベルの背景色を変更 */
  background-color: #ff9600;
}
.qa_menu .label.open::before {
  /* ラベルアイコンの横棒を非表示 */
  opacity: 0;
}
.qa_menu .label.open::after {
  /* ラベルアイコンの縦棒を横向きに回転 */
  transform: rotate(180deg);
}
/*
アコーディオンメニューのコンテンツ部分は、「display: none;」で非表示にしておく。
ラベルクリック時にjQueryの「  $(this).next().slideToggle();」で表示に切り替わる
*/
.qa_menu .detail {
  border-top: solid 1px #ccc;
  padding: 35px 30px;
  display: none;
}
.qa_menu .detail dl {
  display: flex;
  flex-wrap: wrap;
}
.qa_menu .detail dt {
  width: 3%;
  font-weight: bold;
  margin-bottom: 0px;
  color: red;
}
.qa_menu .detail dd {
  width: 95%;
  margin-bottom: 0px;
}
@media screen and (max-width: 900px){
.faq_mbtn p {
    float: left;
    width: 48.8888%;
    height: 50px;
    border: 1px solid #595757;
    margin: 0 0 6px 0;
}
.faq_mbtn p + p {
    margin-left: 5px;
}
.qa_menu .label {
    padding: 20px 45px 20px 10px;
	line-height: 24px;
}
}
@media screen and (max-width: 767px){
.qa_content {
    padding: 0 20px;
}

.qa_menu .detail {
    padding: 10px;
}
.qa_menu .detail dl {
    flex-direction: column;
}
.qa_menu .detail dt {
    width: 100%;
    margin-bottom: 10px;
}
.qa_menu .detail dd {
    width: 100%;
}
}
/* 会社概要　company page*/
.page-f-cont {
    width: 100%;
    padding: 100px 0px 100px;
    margin: 0px auto;
    font-size: 15px;
	line-height: 35px
}
.company_container {
    max-width: 1240px;
    padding-right: 50px;
    padding-left: 50px;
    margin-right: auto;
    margin-left: auto;
}
.company-profile__table {
    width: 100%;
    margin: 0 auto;
    border-collapse: collapse;
}
.company-profile__table tr {
    border-top: solid 1px #CCC;
}
.company-profile__table th {
    width: 240px;
    text-align: left;
    vertical-align: top;
    font-weight: normal;
    font-weight: 700;
}
.company-profile__table th, .company-profile__table td {
    padding: 23px 0;
}
@media screen and (max-width: 767px){
.page-f-cont {
    padding: 80px 0px 80px;
    font-size: 14px;
	line-height: 30px;
}
.company_container {
    padding-right: 20px;
    padding-left: 20px;
}
.company-profile__table tr, .company-profile__table th, .company-profile__table td {
    display: block;
}
.company-profile__table tr{
	padding: 10px 20px;
}
.company-profile__table th, .company-profile__table td {
    padding: 0;
}
.company-profile__table th{
	text-align: left;
}
}
/* 給仕量*/
.l-container-system {
    margin: 0 auto;
	padding: 100px 0;
}
#calc-box-wrapper{
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 50px;
}

.calc-box {
    border-bottom: solid 1px #595757;
    border-left: solid 1px #595757;
    border-right: solid 1px #595757;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 5rem;
}

.select-box-container {
    display: flex;
}
.select-box-container-item {
    width: 50%;
    display: flex;
	align-items: center;
}
.select-box-container-age {
    justify-content: flex-end;
    padding-right: 5rem;
	align-items: center;
}
.select-box-label {
    margin-right: 1rem;
}
.select-box-outer-border{
    border: solid 1px #595757;
    border-radius: 5px;
    width: fit-content;
    padding: 5px 10px 10px;
    background: #FFF9F3;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    color: #595757;
    font-size: 15px;
}
.select-box-outer-border select {
    height: auto;
    background: #FFF9F3;
    border: none !important;
}
.button-container {
    width: 100%;
    text-align: center;
    margin-top: 4rem;
}
#caluculate-dogfood-button {
    border: solid 1px #595757;
    color: #595757;
    padding: 1rem 3rem;
}

.triangle-container {
    margin: 3rem 10%;
}
.triangle-container #result-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 2.8rem solid transparent;
    border-left: 2.8rem solid transparent;
    border-top: 3.5rem solid #595757;
    border-bottom: 0;
    margin: 0 auto;
}

.text-about-day {
    font-size: 2.5rem;
}
.text-important {
    background: linear-gradient(transparent 75%, #FFB200 75%);
    font-size: 3rem;
}
.text-about-day .text-bold {
    font-weight: bold;
    font-size: 3.5rem;
}
.text-important .text-jp {
    font-size: 2.5rem;
}
.text-about-month {
    margin-top: 1rem;
}

.text-about-month .text-bold {
    font-weight: bold;
    font-size: 2.2rem;
}


.text-attention-box {
    margin: 2rem 10% 8rem 10%;
    font-size: 14px;
	line-height: 30px;
}

.br-sp {
    display: none;
}

.calc-box-tab {
    width: 100%;
    padding: 20px 10px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    background: #595757;
    color: #fff;
}


div#calc-box-wrapper.small div.calc-box-tab.small {
    border-top: solid 1px #595757;
    border-left: solid 1px #595757;
    border-right: solid 1px #595757;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
}


div#calc-box-wrapper.small select#dog-age-small {
    display: inline-block;
    border: none !important;
}


div#calc-box-wrapper.small select#dog-weight-small {
    display: inline-block;
    border: none !important;
}

div#calc-box-wrapper.small div.calc-result-box {
    background: #595757;
    padding: 3rem 0 4rem;
    margin: 2rem 10%;
    text-align: center;
    color: #ffffff;
}

div#calc-box-wrapper.small div.calc-result-box.small {
    display: block;
}

div#calc-box-wrapper.small div.calc-result-box.all-stage {
    display: none;
}


div#calc-box-wrapper.all-stage div.calc-box-tab.small {
    background-color: #595757;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #ffffff;
}


div#calc-box-wrapper.all-stage select#dog-age-small {
    display: none;
}

div#calc-box-wrapper.all-stage select#dog-age-all-stage {
    display: inline-block;
}

div#calc-box-wrapper.all-stage select#dog-weight-small {
    display: none;
}

div#calc-box-wrapper.all-stage select#dog-weight-all-stage {
    display: inline-block;
}

div#calc-box-wrapper.all-stage div.calc-result-box {
    background: #E8EED3;
    padding: 3rem 0 4rem;
    margin: 2rem 10%;
    text-align: center;
    color: #595757;
}

div#calc-box-wrapper.all-stage div.calc-result-box.all-stage {
    display: block;
}

div#calc-box-wrapper.all-stage div.calc-result-box.small {
    display: none;
}


  

  
@media screen and (max-width: 767px) {
.l-container-system {
    padding: 80px 0;
}
#calc-box-wrapper {
    padding: 0 20px;
}
.calc-box {
	margin: 0;
	padding: 40px 20px;
}
.select-box-container {
	display: block;
}
.button-container {
    margin-top: 30px;
}
.select-box-container-item {
	width: 100%;
	display: block;
}
.select-box-label {
	margin-right: 0;
	margin-bottom: 10px;
	font-size: 20px;
}
.select-box-container-age {
    justify-content: initial;
    padding-right: 0;
}
.select-box-outer-border {
	width: 100%;
	padding: 0.2rem 1rem;
	margin-bottom: 1rem;
 }
.select-box-outer-border select {
    height: 4.5rem;
	width: 100%;
}
#caluculate-dogfood-button {
    padding: 1rem 4rem;
    font-size: 1.5rem;
}
.calc-result-box {
    margin: 2rem 0!important;
}
.text-about-day {
	font-size: 20px;
}
.text-important {
    font-size: 40px;
}
.text-about-day .text-bold {
    font-size: 55px;
}
.text-about-month {
	margin-top: 1rem;
	font-size: 20px;
	line-height: 45px;
}
.text-important {
	line-height: 55px;
}
.text-about-month .text-bold {
    font-weight: bold;
    font-size: 30px;
}
.text-attention-box {
	margin: 0;
}
.br-sp {
	display: block;
}
#calc-box-tab-container {
	margin: 0;
	display: flex;
}
.calc-box-tab {
	font-size: 18px;
}
}
/* footer bar*/
.f_info {
    clear: both;
}
.f_info {
    width: 100%;
    margin: 0px auto;
    padding: 21px;
    background-color: #000000;
}
.f_info ul {
    position: relative;
    max-width: 1240px;
    margin: 0 auto;
    text-align: center;
    font-size: 0;
}
.f_info ul li {
    width: 24%;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 2px;
}
.f_info ul li a {
    display: block;
    color: #fff !important;
}
.f_info ul li img {
    width: 30px;
    margin-bottom: -8px;
    margin-right: 5px;
}
.cnter_line {
    border-left: solid 1px #fff;
    border-right: solid 1px #fff;
}
@media screen and (max-width: 1024px){
.f_info {
    padding: 1rem 0;
}
.f_info ul li {
    width: 28%;
    display: inline-block;
    font-size: 11px;
}
.f_info ul li img {
    width: 35px;
    margin: 0 auto 5px;
    display: block;
}
.f_info ul li span {
    margin-left: -13px;
}
}

/* footer */
.Footer_main__qrJN1 {
    align-items: center;
    background-color: #595757;
    display: flex;
    flex-direction: column;
    padding: 80px 20px;
    position: relative;
}
.Footer_logo__r7CGy {
    margin-bottom: 50px;
    position: relative;
    width: 216px;
}
.Footer_linkItems__B0OAh {
    color: #fff;
    display: flex;
    margin-bottom: 50px;
}
.Footer_linkItem__EuIWb {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-style: normal;
    margin: 0 20px;
}
.Footer_snsItems__YxSxU {
    display: flex;
    margin-bottom: 50px;
}
.Footer_snsItem__OGdeN {
    height: 32px;
    margin: 0 16px;
    position: relative;
    width: 32px;
}
.Footer_snsItem__OGdeN img{
    width: 100%;
}
.Footer_copyRight__SiwoZ {
    font-feature-settings: "palt" on;
    font-size: 11px;
    color: #fff;
}
@media screen and (max-width: 768px){
.Footer_linkItems__B0OAh {
    display: block;
    margin-bottom: 40px;
    text-align: center;
}
.Footer_linkItem__EuIWb {
	font-size: 14px;
    margin-bottom: 16px;
}
.Footer_snsItem__OGdeN {
    height: 24px;
    width: 24px;
}
}

.style-form {
    max-width: 800px;
    margin: 80px auto 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
    border-top: 1px solid #ddd; /* 上の線 */
}

.style-form .form-row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd; /* 下の線 */
    margin: 0;
    padding: 0;
}

.style-form .form-label {
    width: 30%;
    background-color: #f9f9f9; /* 薄いグレーの背景 */
    padding: 20px;
    display: flex;
    align-items: center; /* 上下中央揃え */
    font-weight: bold;
    box-sizing: border-box;
}

.style-form .form-input {
    width: 70%;
    padding: 20px;
    background-color: #f9f9f9;
    box-sizing: border-box;
    margin: 0;
}

.style-form .input-text,
.style-form .select-box,
.style-form .textarea-box {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    background: #fff;
}

.style-form .textarea-box {
    height: 150px;
}

.required-badge {
    background: #c00; /* 赤色 */
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 10px;
}

.any-badge {
    background: #999; /* グレー */
    color: #fff;
    font-size: 11px;
    padding: 2px 6px;
    border-radius: 2px;
    margin-left: 10px;
}

.form-privacy {
    text-align: center;
    margin: 30px 0;
}

.form-submit {
    text-align: center;
    margin: 0 0 50px 80px;
}

.form-submit input[type="submit"] {
    background-color: #333; /* 黒に近いグレー（または茶色に変更可） */
    color: #fff;
    border: none;
    padding: 15px 80px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 50px; /* 角丸ボタン */
    cursor: pointer;
    transition: 0.3s;
}

.form-submit input[type="submit"]:hover {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .style-form .form-row {
        display: block;
    }
    .style-form .form-label {
        width: 100%;
        background: transparent;
        padding-bottom: 5px;
    }
    .style-form .form-input {
        width: 100%;
        padding-top: 0;
        border-bottom: none;
    }
}



.PageProductDetail .page-layout .page-layout__product-main-inner{
    padding: 140px 60px 160px;
}
.product-detail-section .product-detail-section__aafco {
margin: 0 auto;
}
.page-top {
    display: none;
}
.section-kokusan .product-detail-section-overview .product-detail-section-overview__title:after, .section-kokusan .product-detail-section-overview .product-detail-section-overview__title:before{
  display: none;
}
.section-kokusan .product-detail-section-overview .product-detail-section-overview__content{
  padding: 0;
}
.PageProductDetail .page-layout .page-layout__product-main-inner{
    padding: 140px 60px 160px;
}
.product-detail-section .product-detail-section__aafco {
margin: 0 auto;
}
.page-top {
  display: none;
}

div.letroUgcsetContainer[data-letro-id="13747"] {
max-width: 900px !important;
margin: 0px auto !important;
　}
　div.letroUgcsetContainer[data-letro-id="13747"] .letroGadgetContentsWrapper {
margin: 0px 15px !important;
　}
div.letroUgcsetContainer[data-letro-id="13747"] .letroUgcsetPost {
flex: 0 0 calc(33% - 3.33px) !important;
margin: 0px 5px 5px 0px !important;
max-width: calc(33% - 3.33px) !important;
}
.mypage {
background-color: #74665f !important;
border-color: #74665f !important;
height: 70px;
line-height: 20px;
}
@media screen and (max-width:760px){
.PageProductDetail .page-layout .page-layout__product-main-inner {
padding: 60px 16px 0;
}
div.letroUgcsetContainer[data-letro-id="13747"] .letroUgcsetPost {
flex: 0 0 calc(47% - 3.33px) !important;
margin: 0px 5px 5px 7px !important;
max-width: calc(47% - 3.33px) !important;
}
.PageProductDetail .page-layout .page-layout__product-main-inner {
padding: 60px 16px 0;
}
.PageProductDetail .product-detail .product-detail__sections>*{
  max-width: 100vw;
}
}

.ugcExtra-wrap{max-width:700px;margin:100px auto;padding:0 16px;}
.ugcExtra-grid{
  display:grid; gap:24px;
  grid-template-columns:repeat(2,minmax(320px,1fr));
}
@media (max-width:680px){
  .ugcExtra-grid{grid-template-columns:1fr}
  .ugcExtra-authorName {
  font-size: 2.3vw !important;}
}

/* ====== card ====== */
.ugcExtra-card{
  position:relative; background:#fff; border-radius:16px;
  box-shadow:0 4px 16px rgba(0,0,0,.08);
  overflow:hidden; border:1px solid #eee;
}
.ugcExtra-media{position:relative;background:#fafafa}
.ugcExtra-media video,.ugcExtra-media img{display:block;width:100%;height:auto;}
 video { padding-bottom: 0;}
.ugcExtra-body{padding:14px 16px 12px}

/* ====== instagram風アイコン（黒フチ） ====== */
  
  .ugcExtra-igMark{
  position:absolute; top:8px; left:8px; z-index:2;
  width:24px; height:24px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}

/* 著者（ユーザー名のみ） */
.ugcExtra-author{display:flex;align-items:center;margin:6px 0 10px}
.ugcExtra-authorName{font-weight:700;font-size:13px;color:#222}

/* コメント／日付／アクション */
.ugcExtra-comment{font-size:12px;line-height:1.7;color:#333;margin: 0 0 10px;}
.ugcExtra-date{margin-top:8px;font-size:11px;color:#999}
.ugcExtra-actions{display:flex;gap:12px;margin-top:10px}
.ugcExtra-actions span{font-weight: 700;font-size: 13px;color: #222;}
.ugcExtra-actions svg{width:14px;height:14px;fill:#bbb}

/* もっと見る */
.ugcExtra-moreWrap{display:flex;justify-content:center;margin:24px 0 12px}
.ugcExtra-moreBtn{
  padding:10px 22px;border:1px solid #e3e3e3;border-radius:999px;background:#fff;
  font-weight:700;cursor:pointer
}
.ugcExtra-moreBtn:hover{box-shadow:0 2px 10px rgba(0,0,0,.05)}

/* 注意書き */
.ugcExtra-note{margin:8px 0 36px;font-size:11px;color:#999;text-align:left}

/* 初期は隠す（JSで制御） */
.ugcExtra-hide{display:none !important}
  
.ugcMeta .ugcText{
display:-webkit-box;
-webkit-line-clamp: var(--ugc-lines);
-webkit-box-orient: vertical;
overflow:hidden;
line-height:var(--ugc-lh);
min-height:calc(1em * var(--ugc-lh) * var(--ugc-lines));
}
.ugcCard{display:flex;flex-direction:column}
.ugcMeta{display:flex;flex-direction:column}
.ugcExtra-actions{margin-top:8px}

@media screen and (min-width: 1291px) {
    .global-nav .nav-list {
        display: flex !important;
        gap: 15px;
    }
    .menu {
        display: none !important;
    }
    .site-header .logo img {
        width: 180px;
    }
}

@media screen and (min-width: 1291px) {
    .global-nav .nav-list {
        display: flex !important;
        gap: 15px;
    }
    .menu {
        display: none !important;
    }
    .site-header .logo img {
        width: 180px;
    }
}

@media screen and (max-width: 1290px) {
    .global-nav .nav-list {
        display: none !important;
    }

    .menu {
        display: block !important;
        position: absolute;
        right: 4vw !important;
        top: 9vw;
        transform: translateY(-50%);
        z-index: 1001;
    }

    .nav-logo, 
    .site-header .logo {
        display: block !important;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1000;
    }

    .site-header .logo img {
        width: 150px;
        height: auto;
    }

    .global-nav {
        height: 70px;
        position: relative;
    }

    .global-nav-inner {
        display: flex;
        align-items: center;
        height: 100%;
        position: relative;
    }

    .header-right {
        position: absolute;
        right: 70px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }
}

@media screen and (max-width: 768px) {
    .site-header .logo img {
        width: 130px;
    }
    .header-right {
        right: 60px;
    }
}

/* 投稿の正方形化 */
.letroUgcsetContainer .letroUgcsetPost video,
.letroUgcsetContainer .letroUgcsetPostPhoto {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  object-fit: cover !important;
}

/* アイコンの上書き（黒フチ＋薄グレー） */
.letroUgcsetContainer .letroUgcsetPostDate::before {
  content: "♡" !important;
  margin-right: 10px !important;
  color: #555 !important;
  font-weight: bold !important;
}
.letroUgcsetContainer .letroUgcsetPostDate::after {
  content: "💬" !important;
  margin-left: 6px !important;
  color: #555 !important;
}
  
.ugcExtra-actions {
display: block;
  grid-auto-flow: column;
  align-items: center;
  padding: 14px 16px 12px;
}

.ugcExtra-actions .icon {
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 20px;       /* 必要に応じて大きさ調整 */
color: #7a6f6f;        /* 添付画像に近い色合い */
}
  
/* 色・サイズはお好みで */
#ugcExtra.ugc-icons { display:flex; align-items:center; gap:8px; }
#ugcExtra .ico {
width:18px; height:18px;
stroke: currentColor;      /* 線の色 = 文字色 */
fill: none;                /* 塗りつぶしを無効化 → 線画 */
stroke-width: 1.8;
stroke-linecap: round;
stroke-linejoin: round;
color:#7a6f6f;             /* 添付画像に近い色 */
}

/* ご利用の流れ セクション専用スタイル */
.order_section {
    background-color: #f4f8f1; /* 薄いグリーン */
    padding: 60px 20px;
    text-align: center;
}

.order_section .sec_title_sub {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    letter-spacing: 0.1em;
    color: #4E6941;
    margin-top: 5px;
    display: block;
}

.order_flows_container {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    margin-top: 40px;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.order_step_item {
    flex: 1;
    min-width: 240px;
    max-width: 280px;
    background: #fff;
    padding: 30px 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order_step_item .step_badge {
    background-color: #ff9800; /* オレンジ */
    color: #fff;
    font-weight: bold;
    padding: 4px 15px;
    border-radius: 20px;
    font-size: 13px;
    margin-bottom: 20px;
}

.order_step_item .thumb_circle {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
    border: 3px solid #f4f8f1;
}

.order_step_item .thumb_circle img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.order_step_item h4 {
    color: #4E6941;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.order_step_item p {
    color: #4E6941;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
}

.order_btn_wrap {
    margin-top: 40px;
}

.order_btn_wrap .btn_orange {
    display: inline-block;
    background-color: #ff9800;
    color: #fff !important;
    padding: 15px 40px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: 0.3s;
}

.order_btn_wrap .btn_orange:hover {
    background-color: #e68a00;
    transform: translateY(-2px);
}

/* スマホ対応 */
@media screen and (max-width: 768px) {
    .order_flows_container {
        flex-direction: column;
        align-items: center;
    }
    .order_step_item {
        width: 100%;
        max-width: 100%;
    }
}

/* --- JAPAN QUALITY セクション全体 --- */
.p__quality_image_section {
    position: relative;
    width: 100%;
    min-height: 600px; /* PCでの高さ */
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('http://naturalpetdeli.com.testrs.jp/test/wp-content/themes/twentytwentyfive/images/quality_bg.png') no-repeat center center;
    background-size: cover;
    background-attachment: fixed;
    margin: 80px 0;
}

/* 背景の透過レイヤー */
.quality-bg-overlay {
    width: 100%;
    min-height: inherit;
    background: rgba(180, 210, 220, 0.3); /* フィルターを少し薄くして画像を見えやすく */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 60px 20px;
}

/* 中央の白いボックス */
.quality-content-box {
    background: rgba(255, 255, 255, 0.92); /* 透明度を下げて文字をくっきり */
    padding: 60px 50px;
    max-width: 1000px;
    width: 100%;
    text-align: center;
    box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.quality-content-box .l_mainTit {
    color: #4E6941;
    font-size: 14px;
    margin-bottom: 5px;
    text-align: center;
}

.quality-content-box .l_subTit {
    font-size: 14px;
    font-weight: bold;
    color: #4E6941;
    margin-bottom: 40px;
    letter-spacing: 0.2em;
    display: block;
}

.quality-description {
    display: flex;
    gap: 40px;
    text-align: left;
}

.quality-desc-item {
    flex: 1;
}

.quality-desc-item h4 {
    color: #4E6941;
    font-size: 18px;
    border-bottom: 1px solid #4E6941;
    padding-bottom: 10px;
    margin-bottom: 15px;
    font-weight: bold;
}

.quality-desc-item p {
    font-size: 15px;
    line-height: 1.8;
    color: #333;
    margin: 0 0 10px;
}

/* ==========================================
   スマホ用（768px以下）の徹底修正
   ========================================== */
@media screen and (max-width: 768px) {
    .p__quality_image_section {
        min-height: auto; /* 高さを内容に合わせる */
        background-attachment: scroll; /* スマホでの挙動を安定させる */
        margin: 40px 0;
    }

    .quality-bg-overlay {
        padding: 40px 15px; /* 外側の余白を狭く */
    }

    .quality-content-box {
        padding: 40px 20px; /* ボックス内の余白をスマホ用に調整 */
        background: rgba(255, 255, 255, 0.96); /* スマホではより白くして読みやすく */
    }

    .quality-content-box .l_mainTit {
        font-size: 12px; /* タイトルを少し小さく */
    }

    .quality-description {
        flex-direction: column; /* 縦並びを強制 */
        gap: 0; /* gapを一度リセット */
    }

    .quality-desc-item {
        margin-bottom: 30px; /* 項目ごとの間隔をしっかりあける */
    }

    .quality-desc-item:last-child {
        margin-bottom: 0;
    }

    .quality-desc-item h4 {
        font-size: 16px; /* 見出しサイズ調整 */
        margin-bottom: 10px;
    }

    .quality-desc-item p {
        font-size: 14px; /* 本文サイズ調整 */
        line-height: 1.6;
    }
}

/* PCではスライダーを無効化する見栄えに */
@media screen and (min-width: 769px) {
    .order_flows_container {
        display: flex !important;
        justify-content: center;
        gap: 20px;
    }
}

/* スマホ用のスライダー調整 */
@media screen and (max-width: 768px) {
    .order_section {
        overflow: hidden; /* はみ出し防止 */
        padding-bottom: 50px;
    }

    .order_flows_container {
        margin: 0 -10px; /* 左右の余白調整 */
    }

    .order_step_item {
        margin: 10px; /* スライド同士の隙間 */
        outline: none;
    }

    /* ドット（点々）のスタイル調整 */
    .slick-dots {
        bottom: -40px;
    }
    .slick-dots li button:before {
        font-size: 12px;
        color: #4E6941; /* サイトの色に合わせる */
        opacity: 0.3;
    }
    .slick-dots li.slick-active button:before {
        color: #4E6941;
        opacity: 1;
    }
}

/* =========================================================
   Contact Section (Mishone風レイアウトカスタマイズ)
========================================================= */

/* レイアウトのラップ */
.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 40px;
    margin-top: 40px;
}

/* 左右カラムの幅調整 */
.contact-info {
    width: 100%;
    max-width: 48%;
}

.contact-buttons {
    width: 100%;
    max-width: 48%;
    display: flex;
    flex-direction: column;
    gap: 15px; /* ボタン間の余白 */
}

/* -- 左側：テキスト・電話番号エリア -- */
.contact-message {
    font-size: 14px;
    color: #595757;
    margin-bottom: 20px;
    line-height: 1.8;
}

.contact-tel-box {
    padding: 30px 20px 30px 0;
}

.contact-tel-box .tel-label {
    font-size: 14px;
    color: #595757;
    margin-bottom: 5px;
}

.contact-tel-box .tel-number {
    font-size: 32px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    letter-spacing: 2px;
}

.contact-tel-box .tel-note {
    font-size: 12px;
    color: #888;
    margin-bottom: 15px;
}

.contact-tel-box .tel-warning {
    font-size: 12px;
    color: #e60012; /* 赤色で目立たせる */
    text-align: left;
    line-height: 1.5;
    background-color: #fff5f5;
    padding: 10px;
    border-radius: 4px;
}

.contact-tel-box .tel-warning a {
    color: #e60012;
    text-decoration: underline;
    font-weight: bold;
}

.business-hours {
    font-size: 14px;
    color: #595757;
    text-align: center;
}

/* -- 右側：ボタンエリア -- */
.contact-btn {
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    text-decoration: none;
    color: #333;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.contact-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    border-color: #d4c8b8; /* Natural Pet Deliのトーンに合わせた枠線 */
    opacity: 1; /* 既存CSSの干渉を防ぐ */
}

.btn-icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
    flex-shrink: 0;
}
.btn-icon img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.btn-icon.line-icon {
    background-color: #00B900;
    border-radius: 50%;
    padding: 8px;
}
.btn-icon.line-icon img {
    filter: brightness(0) invert(1); /* SVGを白抜きにする */
}

/* ボタン内テキスト */
.btn-text {
    flex-grow: 1;
}

.btn-text b {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}

.btn-text small {
    font-size: 11px;
    color: #666;
    line-height: 1.5;
    display: block;
}

/* =========================================================
   レスポンシブ対応 (スマホ表示)
========================================================= */
@media screen and (max-width: 768px) {
    .contact-wrap {
        flex-direction: column;
        gap: 30px;
    }
    
    .contact-info, 
    .contact-buttons {
        max-width: 100%;
    }
    
    .contact-tel-box .tel-number {
        font-size: 28px;
    }
    
    .contact-btn {
        padding: 15px;
    }
}

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

.ingredient_feature_list .ingredient_item {
    display: flex;
    align-items: center;
    padding: 20px 0; /* 上下の余白 */
    border-bottom: 1px solid #eee; /* 区切り線 */
}

/* 最後の項目の下線を消す */
.ingredient_feature_list .ingredient_item:last-child {
    border-bottom: none;
}

.ingredient_feature_list .ingredient_image {
    width: 80px; /* 画像の表示サイズ（適宜調整） */
    height: 80px;
    margin-right: 20px; /* 画像とテキストの間隔 */
    border-radius: 50%; /* 画像を丸くする */
    overflow: hidden;
    flex-shrink: 0; /* テキストが長くても画像が潰れないように */
}

.ingredient_feature_list .ingredient_image img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 画像の比率を保ったまま枠内に収める */
}

.ingredient_feature_list .ingredient_text {
    flex: 1; /* 残りの幅をすべて使用 */
    font-size: 16px; /* 文字サイズ */
    line-height: 1.6; /* 行間 */
    color: #333; /* 文字色 */
}



input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

body {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  color: #595757;
  letter-spacing: 0.2em;
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.spOnly { display: none !important; }
.pcOnly { display: block !important; }

@media screen and (max-width: 768px) {
  body { letter-spacing: 0.1em; }
  .spOnly { display: block !important; }
  .pcOnly { display: none !important; }
}

.p__cont_common_wrap { padding-bottom: 100px; }
.top-p100 { padding-top: 200px; }
.l_mainTit { font-size: 14px; font-weight: bold; margin: 0 auto 20px; }

.flex-min-height-box p, .fz-ss, .in_text, .htd--contents-text p, .permission_checkmark li, .qa_menu .detail {
  font-size: 16px;
  line-height: 35px;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .p__cont_common_wrap { padding-bottom: 80px; }
  .top-p100 { padding-top: 80px; }
  .l_mainTit { font-size: 12px; text-align: center; }
  .flex-min-height-box p, .fz-ss, .in_text, .htd--contents-text p, .permission_checkmark li, .qa_menu .detail {
    font-size: 14px;
    line-height: 30px;
  }
}

/* アニメーション */
.f-animation {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateY(30px);
}
.f-active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* ボタン */
.button-link a, .c-button-link a {
  background: #f5f5f5;
  border: 2px solid #595757;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
  max-width: 280px;
  padding: 10px 25px;
  color: #595757;
  transition: 0.3s ease-in-out;
  font-weight: bold;
}
.c-button-link a { margin: 20px auto 0; }

.button-link a:after, .c-button-link a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  transition: right 0.3s;
}

.button-link a:hover, .c-button-link a:hover {
  background: #595757;
  color: #FFF;
}
.button-link a:hover:after, .c-button-link a:hover:after { right: 1.4rem; }

/* Header */
.global-nav {
  width: 100%;
  height: 76px;
  background-color: #ffffff;
  border-bottom: 1px solid #eeeeee;
  box-shadow: 0 2px 5px rgba(0,0,0,0.02);
  position: relative;
  z-index: 999;
}
.global-nav-inner { display: flex; align-items: center; padding: 24px 20px; margin: 0 auto; }
.site-header { width: 100%; height: 95px; position: fixed; display: block; z-index: 10; }

/* Menu Lines */
.menu { height: 20px; position: fixed; right: 2%; width: 30px; z-index: 99; }
.menu__line { background: #595757; display: block; height: 2px; position: absolute; transition: transform .3s; width: 100%; }
.menu__line--center { top: 9px; }
.menu__line--bottom { bottom: 0; }
.on .menu__line--top { top: 8px; transform: rotate(45deg); }
.on .menu__line--center { transform: scaleX(0); }
.on .menu__line--bottom { bottom: 10px; transform: rotate(135deg); }

/* Fullnav */
.fullnav { display: none; height: 100%; left: 0; position: fixed; top: 0; width: 100%; z-index: 11; }
.fullnav__nav { background: #fff; height: 100%; left: 0; opacity: 0; position: absolute; top: 0; width: 0; align-items: center; display: flex; }
.fullnav__cnt {
  background: url("{{ 'menu_bkdog.jpg' | asset_url }}") no-repeat center center;
  background-size: cover;
  height: 100%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  display: flex;
  align-items: center;
}


/* レシピページ専用のナチュラルデザインCSS（他への干渉防止版） */
.recipe-book-container {
    margin: 0 auto;
    font-family: 'Noto Sans JP', sans-serif;
    color: #4a3b32; 
    background-color: #fdfaf6; 
    padding: 40px 20px;
    border-radius: 12px;
}

.recipe-header {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 40px;
}

.recipe-main-img {
    flex: 1 1 300px;
    border-radius: 50%; 
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.recipe-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    filter: brightness(1.05) contrast(1.02); 
}

.recipe-intro {
    flex: 1 1 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.recipe-title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
    color: #3e3129;
    line-height: 1.4;
}

.recipe-subtitle {
    font-size: 1.1rem;
    font-weight: bold;
    color: #8c7a6b;
    margin-bottom: 15px;
    text-align: center;
}

.recipe-desc {
    font-size: 0.95rem;
    line-height: 1.8;
    margin-bottom: 20px;
}

.recipe-meta-box {
    background: #fff;
    border: 2px dashed #e4d8c8;
    padding: 15px;
    border-radius: 8px;
    font-size: 0.9rem;
    line-height: 1.6;
}

.recipe-ingredients {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    margin-bottom: 40px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.03);
}

.recipe-ingredients h3 {
    font-size: 1.2rem;
    border-bottom: 2px solid #e4d8c8;
    padding-bottom: 10px;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recipe-ingredients ul {
    list-style: none;
    padding: 0;
    column-count: 2; 
    column-gap: 20px;
}

.recipe-ingredients li {
    padding: 8px 0;
    border-bottom: 1px dotted #e4d8c8;
    font-size: 0.95rem;
}

.recipe-steps-title {
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.recipe-steps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
    width: 800px;
    margin: 0 auto 40px;
}

/* 既存サイトに干渉しないように .recipe-book-container を頭につけました */
.recipe-book-container .step-card {
    background: #fff;
    border: 2px solid #f0e9df;
    border-radius: 20px; 
    padding: 20px;
    position: relative;
    overflow: visible !important;
}

.recipe-book-container .step-num {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
    background: #b59b84;
    color: #fff;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.1rem;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.recipe-book-container .step-img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 15px;
    filter: brightness(1.05) contrast(1.02);
}

.recipe-book-container .step-text {
    font-size: 0.95rem;
    line-height: 1.6;
}

.recipe-book-container .step-text span {
    font-weight: bold;
    color: #b59b84;
    display: block;
    margin-bottom: 5px;
}

.recipe-point {
    background: #fff5e6;
    border-left: 5px solid #ffbc59;
    padding: 20px;
    border-radius: 0 8px 8px 0;
}

.recipe-point h4 {
    margin-bottom: 10px;
    color: #d98a1c;
    font-size: 1.1rem;
}

.recipe-point p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 600px) {
    .recipe-ingredients ul {
        column-count: 1;
    }
    .recipe-main-img {
        border-radius: 12px;
    }
    .recipe-steps-grid {
        width: 100%;
    }
}
