@charset "utf-8";
/* CSS Document */
html {
    line-height: 1.5rem;
    text-size-adjust: 100%;
 　　-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
 　　-ms-text-size-adjust: 100%;/*EgdeMobile*/
 　　-moz-text-size-adjust: 100%;/*firefox*/
	font-family: "Noto Sans JP", sans-serif !important;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
img{
	max-width: 100%;/*画像が親要素からはみ出すのを防ぐ*/
    height: auto;
}
a {
	text-decoration: none!important;
}
ul {
    list-style: none!important;
    padding: 0;
}
.clear{
	clear: both;
}
/*////////////////////////Gナビ////////////////////////*/
h1.h_top-logo {
    margin: 20px 0px 0px 32px;
    width: 240px;
}
@media screen and (max-width:1366px) {
h1.h_top-logo {
    margin: 9px 0px 0px 32px;
}
}
@media screen and (max-width:767px) {
h1.h_top-logo {
    margin: 12px 0px 0px 14px;
}
}
@media screen and (max-width:767px) {
img.logo_g{
    width: 188px;
    height: 35px;
}
}
.award-logo-grop {
    margin: 10px 0px 0px 30px;
}
@media screen and (max-width:1366px) {
.award-logo-grop {
    margin: 7px 0px 0px 30px;
    width: 120px;
}
}
.header-menu{
    z-index: 5;
    background: rgba(0, 0, 0, 0.80);
    width: 100%;
/*    margin: -18px auto;*/
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
}
@media screen and (max-width:767px) {
.header-menu{
	background: rgba(255, 255, 255);
}
}
 /*ロゴとulを横に並べる*/
header.nav{ 
    padding: 0px 0px 0px 31px;
    height: 84px;
}
@media screen and (max-width:1199px) {
header.nav{ 
    height: 60px;
}
}
@media screen and (max-width:991px) {
header.nav{ 
    padding: 0px 0px 0px 15px;
}
}
@media screen and (max-width:767px) {
header.nav{ 
    padding: 0px;
    width: 100%;
    height: 50px;
}
}
@media screen and (max-width:1366px) {
.g_nav{
    display: none;
}
}
@media screen and (max-width:767px) {
.g_nav-menu_right-sp {
	position: absolute;
	right: 54px;
	top: 9px;
}
}
/*左側メニュー*/
@media screen and (max-width:1199px) {
.g_nav ul{
    margin-left: 40px;
}
}
@media screen and (max-width:1024px) {
.g_nav ul{
    display: none;
}
}
/*フランチャイズ募集中！*/
.c-button a {
	font-weight: 500;
	padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 4px;
    background: #FFF;
    margin: -14px 20px;
    color: #D23F00;
}
.c-button a:hover {
    background: #D23F00;
    color: #FFF;
}
.c-button a:hover .mail_link path {
    fill: #FFF; /* SVGの色を白に */
}
.g-nav {
    display: flex;
    justify-content: space-between;
    height: 84px;
}
@media screen and (max-width:1366px) {
.g-nav {
    height: 60px;
}
}
.g-nav-left {
    display: flex;
}
.g_nav-menu_right {
    margin-top: 28px;
    font-family: 'Noto Sans JP';
    display: flex;
}
@media screen and (max-width:1366px) {
.g_nav-menu_right {
	display: none;
}
}
/*SPナビ用*/
.g_nav-menu_right_blue-sp-nav {
    background-color: #37EEEE;
    width: 200px;
    margin-right: 30px;
    border-radius: 30px;
    padding: 10px;
}
@media screen and (max-width:1440px) {
.g_nav-menu_right_blue-sp-nav {
	width: 170px;
    margin-right: 15px;
}
}
@media screen and (max-width:1285px) {
.g_nav-menu_right_blue-sp-nav {
	width: 150px;
}
}
.g_nav-menu_right_blue-sp-nav a p{
	color: #000!important;
}
 a.g_nav-menu_right_blue-sp-nav{
    color: #000;
}
/*アクティブになったエリア*/
#sp_nav.panelactive{
    position:fixed;
    z-index: 999;
	width: 95%;
    height: 50vh;
}
@media screen and (max-width:1199px) {
#sp_nav.panelactive{
    width: 97%;
}
}
@media screen and (max-width:767px) {
#sp_nav.panelactive{
    width: 100%;
    height: 100vh;
}
}
.g_nav.information p {
    padding: 10px 0px;
}
/*Gナビメニュー全体*/
.g_nav ul.g_nav-menu_left li {
	display: inline-block;
	position: relative;
	font-size: 15px;
	font-weight: 700;
    padding: 0px 20px;
	letter-spacing: 0.2em;
}
@media screen and (max-width:1440px) {
.g_nav ul.g_nav-menu_left li {
	font-size: 15px;
}
}
.g_nav ul li a{
	color: #fff;  
}
.g_nav ul li a:hover {
  color: #FFD83C;
  transition: color 0.3s ease;
}
/* aタグ内のSVGもホバーで変化 */
.g_nav ul li a:hover svg {
  transition: fill 0.3s ease-in-out;
}
.g_nav ul li:hover {
    cursor: pointer;
}
.g_nav ul li:hover ul li {
  display: block;
}
/* 固定ヘッダーの高さが100pxの場合 */
.anchor-target {
    padding-top: 84px;
    margin-top: -84px;
}
@media screen and (max-width:1366px) {
.anchor-target {
    padding-top: 60px;
    margin-top: -60px;
	
}
}
/*//////////////////////////////ハンバーガーメニュー//////////////////*/
.sp-nav_hamburger {
    display: none;
}
@media screen and (max-width:1366px) {
.sp-nav_hamburger {
    display:block;
}
}
ul.sp_nav_box_text1 {
 font-family: "Zen Kaku Gothic New", serif!important;
  font-weight: 300;
}
img.sp_top_logo {
    width: 300px;
}
@media screen and (max-width:1440px) {
img.sp_top_logo {
    width: 200px;
}
}
@media screen and (max-width:1199px) {
img.sp_top_logo {
    width: 180px;
}
}
@media screen and (max-width:991px) {
img.sp_top_logo {
    width: 150px;
}
}
@media screen and (max-width:767px) {
img.sp_top_logo {
    width: 133px;
}
}
img.services_img_spnav {
    display: block;
    margin: auto;
    height: auto;
    width: 100%;
}
@media screen and (max-width:767px) {
img.services_img_spnav {
    height: auto;
    width: 65%;
}
}
/*フランチャイズ募集中！*/
.c-button.c-button-sp {
    text-align: center;
    margin-top: 15px;
}
.c-button.c-button-sp a {
	font-weight: 500;
    padding: 17px 45px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 56px;
    background: #FFF;
    margin: -14px 20px;
    color: #D23F00;
    font-family: "Zen Kaku Gothic New", serif;
}
@media screen and (max-width:767px) {
.c-button.c-button-sp a {
    padding: 12px 8%;
}
}
.c-button.c-button-sp a svg{
	margin-right: 10px;
}
.c-button.c-button-sp a:hover {
    background: #000;
    color: #FFF;
}
.c-button.c-button-sp a:hover .mail_link path {
    fill: #FFF; /* SVGの色を白に */
}
/*丸の拡大*/
.circle-bg{
    position: fixed;
    z-index:10;
    width: 100px;
    height: 100px;
	/*丸のスタート位置と形状*/
    transform: scale(0);/*scaleをはじめは0に*/
    right:-50px;
    top:-50px;
    transition: all .6s;/*0.6秒かけてアニメーション*/
	background-color: #D23F00;
}
.circle-bg.circleactive{
    transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}
/*ボタン*/
.openbtn1{
    position: fixed;
    right: 0px;
    z-index: 9999;
    cursor: pointer;
    top: -8px;
    width: 50px;
    height: 75px;
}
@media screen and (max-width:767px) {
.openbtn1{
	height: 60px;
	top: 0px;
}
}
.openbtn1:hover{
    transition: .5s;
}
a.footer-instagram-link.sp-instagram-link {
	margin-top: -7px;
	color: #fff;
}
@media screen and (max-width:767px) {
a.footer-instagram-link.sp-instagram-link {
    margin-top: -4px;
}
}
/*×に変化*/  
@media screen and (max-width:1366px) {
.openbtn1 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 0px;
    border-radius: 2px;
    background-color: #fff;
    width: 23px;
    height: 2px;
}
}
@media screen and (max-width:767px) {
.openbtn1 span{
    background-color: #D23F00;
}
}
.openbtn1 span:nth-of-type(1) {
  top:30px; 
}
@media screen and (max-width:767px) {
.openbtn1 span:nth-of-type(1) {
  top:21px; 
}
}
.openbtn1 span:nth-of-type(2) {
  top:39px;
}
@media screen and (max-width:767px) {
.openbtn1 span:nth-of-type(2) {
  top:30px; 
}
}
.openbtn1 span:nth-of-type(3) {
  top:48px;
}
@media screen and (max-width:767px) {
.openbtn1 span:nth-of-type(3) {
  top:39px; 
}
}
.openbtn1.active span:nth-of-type(1) {
    top: 32px;
    left: -10px;
    transform: translateY(6px) rotate(-30deg);
    width: 80%;
	background-color: #fff;
}
@media screen and (max-width:1199px) {
.openbtn1.active span:nth-of-type(1) {
    top: 26px;
    left: 0px;
}
}
@media screen and (max-width:767px) {
.openbtn1.active span:nth-of-type(1) {
    top: 25px;
    width: 50%;
}
}
.openbtn1.active span:nth-of-type(2){
    top: 43px;
    left: -10px;
    transform: translateY(-6px) rotate(30deg);
    width: 80%;
	background-color: #fff;
}
@media screen and (max-width:1199px) {
.openbtn1.active span:nth-of-type(2){
	top: 39px;
    left: 0px;
}
}
@media screen and (max-width:767px) {
.openbtn1.active span:nth-of-type(2){
    top: 37.5px;
    width: 50%;
}
}
.openbtn1.active span:nth-of-type(3) {
	display: none;
}
/*ナビゲーションの縦スクロール*/
#sp_nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
#sp_nav.panelactive #sp_nav-list{
     display: block; /*クラスが付与されたら出現*/
}
/*ナビゲーション*/
#sp_nav{
  opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 9999999;
    top: 0%;
    left:50%;
    transform: translate(-50%,20%);
}
@media screen and (max-width:767px) {
#sp_nav{
    transform: translate(-50%,10%);
}
}
/*背景が出現後にナビゲーションを表示*/
#sp_nav.panelactive {
    opacity:1;
}
/* 背景が出現後にナビゲーション li を表示*/
#sp_nav.panelactive #sp_nav-list{
	animation-name:gnaviAnime;
	animation-duration:1s;
	animation-delay:.2s;/*0.2 秒遅らせて出現*/
	animation-fill-mode:forwards;
	opacity:0;
	padding-bottom: 10px;
	overflow-y: scroll !important;
}
@media screen and (max-width:767px) {
#sp_nav.panelactive #sp_nav-list{
    margin-top: -30px;
}
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
@media screen and (max-width:767px) {
.sp_top_logo_box {
    padding: 0px 0px 0px 10px;
}
}
/*メニュー*/
/* 共通のスタイル */
#sp_nav ul.sp_nav_box_text1 li {
    color: #fff;
    padding-bottom: 33px;
}
@media screen and (max-width:1366px) {
.sp_top_logo_box {
    padding-bottom: 25px;
}
}
@media screen and (max-width:767px) {
.sp_top_logo_box {
    padding-bottom: 12px;
}
}
#sp_nav li a {
    color: #fff;
    text-decoration: none;
    transition: color 0.2s ease; /* ホバー時のスムーズなテキストカラー変更 */
}
#sp_nav li a:hover {
    color: #70A2FF;
}
/* 日本語部分のスタイル */
#sp_nav li a:hover .sp-nav_wrap_left_j {
	color: #FFD83C;
    transition: color 0.2s ease; /* ホバー時のスムーズなテキストカラー変更 */
}
/*内容*/
.sp-nav_wrap {
    display: flex;
    width: 100%;
    margin: auto;
    justify-content: center;
}
@media screen and (max-width:767px) {
.sp-nav_wrap {
    margin-top: 5%;
    flex-direction: column;
    padding-bottom: 15%;
}
}
.sp-nav_wrap_contents {
    margin-top: 2%;
    width: 53%;
}
@media screen and (max-width:1199px) {
.sp-nav_wrap_contents {
    margin-top: 50px;
}
}
@media screen and (max-width:767px) {
.sp-nav_wrap_contents {
    width: 100%;
    margin-top: 0px;
}
}
ul.sp_nav_box {
    margin-bottom: 0rem!important;
}
img.sp-navhukidashi {
    display: block;
    margin: 25px auto 17px;
}
span.sp-nav_wrap_left_e {
	font-family: 'Montserrat';
	font-size: 12px;
	display: block;
	text-align: center;
}
span.sp-nav_wrap_left_j{
	font-size: 17px;
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    font-family: "Zen Kaku Gothic New", serif;
    font-weight: 500;
}
.sp-nav-sns-icon {
    width: 65%;
    margin: auto;
    display: flex;
    gap: 17px;
    justify-content: center;
}
.sp-menu-logo {
    display: block;
    margin: auto;
    margin-top: 25px;
}
/* プライバシーポリシー全体のスタイル */
.sp-nav-biz{
	font-family: "BIZ UDPGothic", serif;
    font-weight: 400;
}
.sp_nav_privacy {
    text-align: center;
    padding-bottom: 150px;
}
.sp-nav-arrow {
    margin-top: -4px;
}
/* テキストとアンダーラインの初期スタイル */
.sp_nav_privacy span {
    border-bottom: solid 1px #fff;
    padding-bottom: 5px;
    color: #fff;
    font-size: 12px;
    margin-bottom: 0.5rem;
    transition: color 0.3s ease, border-color 0.3s ease; /* ホバー時のスムーズな変更 */
}
/* ホバー時のテキストとアンダーラインのカラー変更 */
.sp_nav_privacy a:hover span {
    border-color: #ffdd53;
}
/*SPのみ表示*/
.g_nav-menu_right.g_nav-menu_right_sp {
    display: none;
}
@media screen and (max-width:767px) {
.g_nav-menu_right.g_nav-menu_right_sp {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}
}
img.logo_sp {
    display: block;
    margin: auto;
    margin-top: 38px;
}
@media screen and (max-width:576px) {
img.logo_sp {
    width: 89%;
}
}
.copy-right_text {
    color: #fff;
    font-size: 12px;
    text-align: center;
/*    margin-top: 7px;*/
    margin-top: 27px;
    margin-bottom: 0.5rem;
	font-family: "Zen Kaku Gothic New";
}
@media screen and (max-width:767px) {
.copy-right_text {
    margin-top: 0px;
	padding: 7px 0px;
}
}
@media screen and (max-width:375px) {
.copy-right_text {
    font-size: 9px;
}
}
/*-------------オープニングアニメーション-------------*/
.opening-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000;
    display: flex;
    justify-content: center; /* 横方向の中央 */
    align-items: center; /* 縦方向の中央 */
    z-index: 10;
    opacity: 1;
    transition: opacity 1.5s ease-out;
    overflow: hidden;
}
.opening-text {
    color: #fff;
    font-family: "Shippori Mincho";
    font-size: 36px;
    writing-mode: vertical-rl;
    letter-spacing: 0.3em;
    text-align: center;
    z-index: 11;
    opacity: 0; /* 初期状態では透明 */
    display: none; /* 初期状態では完全非表示にする */
    white-space: nowrap;
    font-weight: 400;
    transition: opacity 0.5s ease-in-out; /* フェードインアニメーション */
	transform: translateY(4%); /* 縦書きのズレ補正 */
}
/* スマホ時のテキスト位置調整 */
@media screen and (max-width: 767px) {
    .opening-text {
        font-size: 29px;
        letter-spacing: 0.2em;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
		transform: translateX(-50%) translateY(5%); /* 縦書きの影響を補正 */
    }
}
/* 1文字ずつフェードイン */
@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(10px); /* 少し下からふわっと上がる */
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadein {
  opacity: 0;
  transform: translateY(150px);
  transition: none;
}
.fadein.scrollin {
  animation: fadeinMove 0.6s ease-out forwards;
}

@keyframes fadeinMove {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*-------------サブメイン画像-------------*/
/* サブメイン画像のスタイル */
.submain-img {
    width: 100%;
    height: 100vh;
    animation: fadeIn 1s ease-in forwards;
}
@media screen and (max-width:767px) {
.submain-img {
    height: 100%;
}
}
.submain-img .submain {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media screen and (max-width:767px) {
.submain-img .submain {
    height: auto;
    object-fit: unset;
}
}
/*SP用TRY 新店部門３位受賞*/
@media screen and (max-width:767px) {
img.award-logo-sp{
    position: absolute;
	top: 72px;
	left: 1%;
	width: 112px;
	height: 171px;
}
}
/*タイトル*/
.submain-title-grop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.submain-subtitle {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: rgba(255, 255, 255, 0.85);
    font-family: "Shippori Mincho";
    font-size: 36px;
    font-weight: 400;
    padding: 22.212px 1.9px;
    letter-spacing: 0.3em;
    z-index: 4;
    text-align: center;
}
@media screen and (max-width:767px) {
.submain-subtitle {
	display: none;
}
}
.submain-subtitle span {
	height: 14px;
	vertical-align: unset;
	display: inline-block;
	margin-top: 1px;
}
.submain-subtitle-sp{
	display: none;
}
@media screen and (max-width:767px) {
.submain-subtitle-sp{
	display: block;
	position: absolute;
	top: 50.7%;
	left: 50%;
	transform: translate(-50%, -50%);
}
}
/* コンテンツセクション */
.content-section {
    position: relative;
    z-index: 1; /* サブメイン画像の上に重なるように調整 */
    background: #fff;
    padding: 100px 20px;
}
.content-section .content {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}
/*黄色い丸2番目*/
img.yellow-vector1 {
    position: absolute;
    width: 20.7%;
    z-index: 1;
    left: 2%;
}
@media screen and (max-width:1024px) {
img.yellow-vector1 {
        width: 53.5%;
        left: -6%;
}
}
 img.yellow-vector2 {
    position: absolute;
    width: 18.9%;
    z-index: 1;
    right: 34%;
    top: 14%;
}
@media screen and (max-width:1366px) {
 img.yellow-vector2 {
    top: 24%;
}
}
@media screen and (max-width:1199px) {
 img.yellow-vector2 {
	top: 25%;
	right: 31%;
}
}
@media screen and (max-width:1024px) {
 img.yellow-vector2 {
	top: 28%;
}
}
@media screen and (max-width:767px) {
 img.yellow-vector2 {
    top: 28%;
	width: 62%;
	right: -11%;
    transform: rotate(-50deg);
}
}
img.yellow-vector3 {
    position: absolute;
    bottom: -1% ;
    left: 10%;
    width: 32.5%; 
}
@media screen and (max-width:1366px) {
img.yellow-vector3 {
	bottom: 0%;
}
}
@media screen and (max-width:767px) {
img.yellow-vector3 {
	left: 25%;
    width: 46.5%;
}
}
/*---------------果汁が弾けるイメージ---------------*/
/* 各ラッパーのスタイル */
.animation-wrapper_1 {
	position: relative;
	display: inline-block;
	width: 20.7%;
	left: 2%;
	margin-top: 5.8%;
}
@media screen and (max-width:767px) {
.animation-wrapper_1 {
	left: -33%;
	margin-top: 111px;
	width: 100%;
}
}
@media screen and (max-width:440px) {
.animation-wrapper_1 {
	left: -17%;
	margin-top: 79px;
	width: 65%;
}
}
@media screen and (max-width:414px) {
.animation-wrapper_1 {
	left: -17%;
	margin-top: 79px;
	width: 65%;
}
}
@media screen and (max-width:393px) {
.animation-wrapper_1 {
	margin-top: 72px;
}
}
@media screen and (max-width:375px) {
.animation-wrapper_1 {
	margin-top: 69px;
}
}
@media screen and (max-width:360px) {
.animation-wrapper_1 {
	margin-top: 66px;
}
}
@media screen and (max-width:320px) {
.animation-wrapper_1 {
	margin-top: 59px;
}
}
.animation-wrapper_2 {
    position: relative;
	display: inline-block;
    width: 60.9%;
    right: -81%;
    margin-top: -28%;
    z-index: -1;
}
@media screen and (max-width:1510px) {
.animation-wrapper_2 {
	margin-top: -34%;
	width: 70.9%;
}
}
@media screen and (max-width:1260px) {
.animation-wrapper_2 {
	width: 76%;
}
}
@media screen and (max-width:1199px) {
.animation-wrapper_2 {
	right: -64%;
	margin-top: -29%;
}
}
@media screen and (max-width:1024px) {
.animation-wrapper_2 {
	width: 45%;
	right: -44%;
	margin-top: -17%;
}
}
@media screen and (max-width:767px) {
.animation-wrapper_2 {
	width: 26%;
	right: -78%;
	margin-top: 20%;
}
}
.animation-wrapper_3 {
    position: relative;
	display: inline-block;
    bottom: 0%;
    left: -23%;
    width: 90.5%;
	z-index: -1;
	margin-top: -35%;
}
@media screen and (max-width:991px) {
.animation-wrapper_3 {
	left: -10%;
    width: 60.5%;
}
}
@media screen and (max-width:767px) {
.animation-wrapper_3 {
	width: 53%;
	left: 15%;
	margin-top: -27%;
	bottom: 0%;
}
}
/* 果汁エフェクト共通のスタイル */
[class^="juice-splash_"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.juice-circle {
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(255, 223, 0, 0.6); /* 半透明の黄色 */
  opacity: 0;
  animation: juiceBurst 0.8s ease-out forwards;
}
/* SVG（黄色い丸）のスタイル */
.yellow-vector-water {
  transform: scale(0.3);
  transition: transform 0.6s ease-out;
  will-change: transform;
  opacity: 0;
  transition-property: transform, opacity;
}

/* 表示されたら実寸大に */
.yellow-vector-water.in-view {
  transform: scale(1);
  opacity: 1;
}
/* アニメーション発火時 */
img.yellow-vector-water.vector1 {
    margin-top: -1.2%;
}
@media screen and (max-width:1940px) {
img.yellow-vector-water.vector1 {
    margin-top: -0.5%;
}
}
@media screen and (max-width:991px) {
img.yellow-vector-water.vector1 {
    margin-top: 0.1%;
        z-index: -1;
}
}
/* 円の弾けるアニメーション */
@keyframes juiceBurst {
  0% {
    opacity: 0;
    width: 0;
    height: 0;
    transform: scale(1);
  }
  70% {
    opacity: 1;
    width: 50px;
    height: 50px;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
    width: 70px;
    height: 70px;
    transform: scale(1.5);
  }
}
.point-index_sp {
    margin-top: -26%;
}
@media screen and (max-width:1510px) {
.point-index_sp {
    margin-top: -35%;
}
}
@media screen and (max-width:1024px) {
.point-index_sp {
   margin-top: -36%;
}
}
@media screen and (max-width:991px) {
.point-index_sp {
   margin-top: -27%;
}
}
@media (max-width: 767px) {
.point-index_sp {
   margin-top: -21%;
}
}
@media (max-width: 440px) {
.point-index_sp {
	margin-top: -25%;
}
}
/*point1*/
.point-grop {
   margin-top: 36px;
    color: #3B8250;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 15px;
	margin-bottom: 0.3rem;
}
@media screen and (max-width:1115px) {
.point-grop {
    margin-top: 15px;
}
}
@media screen and (max-width:991px) {
.point-grop {
    font-size: 11px;
}
}
@media screen and (max-width:767px) {
.point-grop {
    margin-top: 52px;
    font-size: 3.4vw;
}
}
@media screen and (max-width:576px) {
.point-grop {
	margin-top: 30px;
}
}
span.point-title {
    background-color: #fff;
}
span.point.js-fade-enter {
    color: #3B8250;
    font-family: 'Montserrat';
    font-size: 15px;
    font-weight: 600;
}
@media screen and (max-width:1095px) {
span.point.js-fade-enter {
    margin-top: 12px;
	font-size: 10px;
}
}
@media screen and (max-width:767px) {
span.point.js-fade-enter {
    font-size: 3.8vw;
}
}
span.point-title.js-fade-enter {
    display: block;
    color: #D23F00;
    font-size: 30px;
    font-weight: 600;
}
@media screen and (max-width:1199px) {
span.point-title.js-fade-enter {
    font-size: 23px;
}
}
@media screen and (max-width:1095px) {
span.point-title.js-fade-enter {
    font-size: 18px;
}
}
@media screen and (max-width:991px) {
span.point-title.js-fade-enter {
    font-size: 15px;
}
}
@media screen and (max-width:767px) {
span.point-title.js-fade-enter {
    font-size: 7.6vw;
}
}
span.point-title.js-fade-enter span{
    background-color: #fff;
}
@media screen and (max-width:991px) {
p.point-e-grop.is-inview.visible {
    margin-top: -5px;
}
}
@media screen and (max-width:767px) {
p.point-e-grop.is-inview.visible {
    margin-top: 0px;
}
}
.point-e{
	color: #D23F00;
	font-family: Montserrat;
	font-size: 13px;
	font-weight: 500;
}
@media (max-width: 1095px) {
.point-e{
	font-size: 8px;
}
}
@media (max-width: 767px) {
.point-e{
	font-size: 2.95vw;
}
}
.point-text{
    display: block;
	font-weight: 400;
    font-family: 'Noto Sans JP';
}
@media (max-width: 1199px) {
.point-text{
	font-size: 1vw;
}
}
@media (max-width: 767px) {
.point-text{
	font-size: 3.4vw;
	line-height: 2em;
}
}
.point-title-grop {
    margin: 10px 0px;
    color: #D23F00;
    font-weight: 600;
    font-size: 1.5vw;
}
@media (max-width: 1095px) {
.point-title-grop {
    margin: 5px 0px;
}
}
@media (max-width: 767px) {
.point-title-grop {
          margin: 10px 0px 0px;
   font-size: 6.8vw;
}
}
@media (max-width: 767px) {
.point-e-grop{
    margin: 17px 0px 10px;
}
}
@media (max-width: 440px) {
.point-e-grop{
    margin: 7px 0px 10px;
}
}
.fade-in.point-text-grop{
    margin-top: 20px;
    line-height: 1.5em;
}
@media (max-width: 1115px) {
.fade-in.point-text-grop{
    line-height: 1.3em;
}
}
@media (max-width: 1095px) {
.fade-in.point-text-grop{
    margin-top: 10px;
}
}
@media (max-width: 991px) {
.fade-in.point-text-grop{
    line-height: 0.8em;
}
}
@media (max-width: 767px) {
.fade-in.point-text-grop{
	line-height: 2em;
	margin-top: 15px;
}
}
/*-------------スクロールパララックス効果-------------*/
.p-index__concept {
     margin-bottom: 10%;
/*  color: rgb(var(--color-theme--a));*/
}
@media (min-width: 1199px) {
img.vector1 {
    width: 27%;
}
}
@media (min-width: 767px) {
  .p-index__concept {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: -7%;
	margin-bottom: -5%;
  }
}
@media (max-width: 1590px) {
.p-index__concept {
 	margin-bottom: -8%;
}
}
@media (max-width: 1510px) {
.p-index__concept {
 	margin-bottom: -12%;
}
}
@media (max-width: 1366px) {
.p-index__concept {
    margin-top: -21%;
   margin-bottom: -6%;
}
}
@media (max-width: 1199px) {
.p-index__concept {
	margin-bottom: -14%;
}
}
@media (max-width: 1024px) {
.p-index__concept {
	margin-bottom: -17%;
}
}
@media (max-width: 991px) {
.p-index__concept {
	margin-bottom: -8%;
}
}
@media (max-width: 768px) {
.p-index__concept {
	margin-bottom: -16%;
}
}
@media (max-width: 767px) {
.p-index__concept {
    flex-direction: column;
	margin-top: 53%;
	padding: 0px 4%;
	margin-bottom: 0%;
}
}
@media (max-width: 766px) {
.p-index__concept {
	margin-top: -180px;
}
}
@media (max-width: 576px) {
.p-index__concept {
	margin-top: -165px;
	margin-bottom: -18%;
}
}
@media (max-width: 440px) {
.p-index__concept {
	margin-top: -120px
}
}
@media (max-width: 360px) {
.p-index__concept {
	margin-top: -100px
}
}
@media (max-width: 1024px) {
img.vector1 {
    width: 28%;
}
}
@media (max-width: 767px) {
img.vector1 {
   width: 60%;
   margin-left: -10%;
}
}
.p-index__concept__visual-group {
  position: relative;
}
@media (min-width: 767px) {
.p-index__concept__visual-group {
	width: 61.1111%;
	top: 0%;
	margin-top: -88%;
}
}
@media (max-width: 750px) {
  .p-index__concept__visual-group {
  }
}




.p-index__concept__video {
  padding-top: 9.0909%;
  padding-left: 12.0454%;
  overflow: hidden;
}
@media (max-width: 992px) {
  .p-index__concept__video {
    padding-top: 21.8666%;
    padding-left: 13.3333%;
  }
}
.p-index__concept__video .clip {
  position: relative;
  aspect-ratio: 774/804;
  -webkit-mask-image: url("../images/concept_clip_pc.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: top center;
}
@media (max-width: 750px) {
  .p-index__concept__video .clip {
    aspect-ratio: 325/378;
    -webkit-mask-image: url("../images/concept_clip_sp.svg");
  }
}
.p-index__concept__video .clip-path-svg {
  position: absolute;
  inset: 0;
  z-index: -1;
}
.p-index__concept__video .video {
  position: absolute;
  z-index: 1;
  inset: 0;
}
.p-index__concept__video .video video {
  display: block;
  width: auto;
  height: 100%;
}
.p-index__concept__video .yuzu {
  cursor: pointer;
  position: absolute;
  z-index: 2;
  top: 54.9751%;
  left: 63.2428%;
  transform: translate(-50%, -50%);
  max-width: 207px;
  width: 26.7441%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.17);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 751px) {
  .p-index__concept__video .yuzu {
    backdrop-filter: blur(50px);
  }
}
@media (max-width: 750px) {
  .p-index__concept__video .yuzu {
    top: 50.7936%;
    left: 61.5384%;
    width: 30.7692%;
  }
}
.p-index__concept__video .yuzu .text {
  display: flex;
  padding-left: 0.05em;
  color: rgb(var(--color-bg));
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
}
@media (max-width: 750px) {
  .p-index__concept__video .yuzu .text {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 750px) {
  .p-index__concept__video .yuzu .text.pc {
    display: none;
  }
}
@media (min-width: 751px) {
  .p-index__concept__video .yuzu .text.sp {
    display: none;
  }
}
.p-index__concept__yuzu {
	position: absolute;
    left: -147px;
    width: 59%;
    aspect-ratio: 492 / 1500;
    z-index: 3;
    margin-top: -4%;
}
@media (max-width: 1510px) {
.p-index__concept__yuzu {
	left: -10px;
	margin-top: -5%;
	width: 56%;
}
}
@media (max-width: 1366px) {
.p-index__concept__yuzu {
	margin-top: 16%;
	left: -0px;
	width: 59%;
}
}
@media (max-width: 1320px) {
.p-index__concept__yuzu {
	margin-top: 19%;
}
}
@media (max-width: 1260px) {
.p-index__concept__yuzu {
	margin-top: 14%;
	left: -11px;
	width: 64%;
}
}
@media (max-width: 1199px) {
.p-index__concept__yuzu {
	margin-top: -14%;
	left: -110px;
	width: 79%;
}
}
@media (max-width: 1024px) {
.p-index__concept__yuzu {
	margin-top: 0%;
}
}
@media (max-width: 1024px) {
.p-index__concept__yuzu {
	margin-top: -18%;
	width: 75%;
	left: -121px;
}
}
@media (max-width: 991px) {
.p-index__concept__yuzu {
	margin-top: 56%;
	width: 100%;
	left: -172px;
}
}
@media (max-width: 767px) {
.p-index__concept__yuzu {
	display: none;
  }
}
.p-index__concept__yuzu .image {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../img/yuzu.png");
}
@media (min-width: 767px) {
.p-index__concept__text-group {
	display: flex;
	padding: 4% 0px 0px 17.5%;
	width: 70%;
}
}
@media (max-width: 1366px) {
.p-index__concept__text-group {
	padding-top: 15%;
}
}
@media (max-width: 1260px) {
.p-index__concept__text-group {
	padding: 17% 0px 0px 13.5%;
}
}
@media (max-width: 1199px) {
.p-index__concept__text-group {
    padding-top: 15%;
    width: 90%;
}
} 
@media (max-width: 767px) {
  .p-index__concept__text-group {
    padding-left: 0%;
    padding-top: 0%;
	width: 100%;
  }
}
.p-index__concept__text-group__container {
    font-family: 'Shippori Mincho';
}
@media (max-width: 1199px) {
.p-index__concept__text-group__container {
    width: 100% !important;
}
}
.p-index__concept__copy {
	display: flex;
	margin-bottom: 36px;
	font-size: 2.1vw;
	font-weight: 500;
	color: #3B8250;
    z-index: 2;
    position: relative;
}
@media (max-width: 1115px) {
.p-index__concept__copy {
	margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
.p-index__concept__copy {
	font-size: 8vw;
	line-height: 1.4em;
}
}
.p-index__concept__lead-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
@media (max-width: 1366px) {
  .p-index__concept__lead-text {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
.p-index__concept__lead-text {
	margin-bottom: -140px;
}
}
@media (max-width: 750px) {
  .p-index__concept__lead-text {
    margin-bottom: 0px;
  }
}
.main-title{
    margin-bottom: 29px;
}
@media (max-width: 991px) {
.main-title{
    margin-bottom: 0px;
  }
}
.p-index__concept__lead-text .line {
	display: block;
	line-height: 2em;
    font-size: 1.09vw;
	font-weight: 600;
}
@media (max-width: 767px) {
.p-index__concept__lead-text .line {
    font-size: 4.8vw;
    line-height: 1.7em;
	 font-weight: 500;
}
}
@media (min-width: 751px) {
  .p-index__concept__lead-text .line br {
    display: none;
  }
}
.p-index__feature {
  margin-bottom: 166px;
  color: rgb(var(--color-theme--a));
}
@media (min-width: 993px) {
  .p-index__feature {
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 992px) {
  .p-index__feature {
    margin-bottom: 40px;
  }
}
@media (max-width: 750px) {
  .p-index__feature {
    margin-bottom: 20px;
  }
}
.p-index__feature__visual-group {
  position: relative;
  z-index: 1;
}
@media (min-width: 993px) {
  .p-index__feature__visual-group {
    width: 46.5277%;
  }
}
@media (max-width: 992px) {
  .p-index__feature__visual-group {
    width: 68.8%;
  }
}
/*ゆず背景*/
img.yuzu-bg {
    position: absolute;
    right: 0;
	width: 42%;
    z-index: 2;
    margin-top: 0%;
}
@media (max-width: 1510px) {
img.yuzu-bg {
    margin-top: 10%;
	width: 37%;
}
}
@media (max-width: 1440px) {
img.yuzu-bg {
    top: 23%;
}
}
@media (max-width: 1366px) {
img.yuzu-bg {
   top: 18%;
   width: 34%;
}
}
@media (max-width: 1199px) {
img.yuzu-bg {
    top: 19%;
}
}
@media (max-width: 1024px) {
img.yuzu-bg {
    top: 14%;
    width: 42%;
}
}
@media (max-width: 991px) {
img.yuzu-bg {
	top: 14%;
	width: 38%;
}
}
@media (max-width: 767px) {
img.yuzu-bg-sp{
    position: absolute;
   width: 47%;
    z-index: -1;
    right: 0;
}
}
.p-index__feature__visual-group .clip {
  position: relative;
  aspect-ratio: 670/836;
  -webkit-mask-image: url("../images/feature_clip_pc.svg");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 100% 100%;
  -webkit-mask-position: top center;
}
@media (max-width: 750px) {
  .p-index__feature__visual-group .clip {
    aspect-ratio: 258/372;
    -webkit-mask-image: url("../images/feature_clip_sp.svg");
  }
}
.p-index__feature__visual-group .clip-path-svg {
  position: absolute;
  inset: 0;
}
.p-index__feature__visual-group .image {
  position: absolute;
  inset: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/feature_bg.jpg");
}
@media (max-width: 750px) {
  .p-index__feature__visual-group .image {
    background-image: url("../images/feature_bg.jpg");
  }
}
.p-index__feature__visual-group .loop-text {
  position: absolute;
  top: 52.3923%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
}
@media (max-width: 750px) {
  .p-index__feature__visual-group .loop-text {
    top: 44.8924%;
  }
}
.p-index__feature__text-group {
  position: relative;
  z-index: 3;
}
@media (min-width: 993px) {
  .p-index__feature__text-group {
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    width: 68.1944%;
    margin-left: -14.7221%;
    padding-right: 9.7222%;
    padding-top: 3.4722%;
  }
}
@media (max-width: 992px) {
  .p-index__feature__text-group {
    padding: 0 40px;
  }
}
@media (max-width: 750px) {
  .p-index__feature__text-group {
    padding: 0 25px;
  }
}
.p-index__feature__title-group {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 993px) {
  .p-index__feature__title-group {
    order: -1;
    margin-bottom: 43px;
  }
}
@media (max-width: 992px) {
  .p-index__feature__title-group {
    margin-bottom: 50px;
  }
}
@media (min-width: 993px) {
  .p-index__feature__bubble-group {
    width: 100%;
    margin-bottom: 106px;
  }
}
@media (min-width: 751px) and (max-width: 992px) {
  .p-index__feature__bubble-group {
    display: flex;
    justify-content: flex-end;
    margin-top: -50%;
    margin-bottom: 30px;
  }
}
@media (max-width: 750px) {
  .p-index__feature__bubble-group {
    margin: -100% -5px 22px -6px;
  }
}
.p-index__feature__bubble-group__container {
  aspect-ratio: 704/406;
  width: 100%;
  max-width: 704px;
}
@media (max-width: 750px) {
  .p-index__feature__bubble-group__container {
    aspect-ratio: 336/232;
    max-width: 704px;
  }
}
.p-index__feature__bubble {
  position: absolute;
  inset: 0;
}
.p-index__feature__bubble .bubble-container {
  position: absolute;
  width: 29.8%;
  height: auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-container {
    width: 32.8%;
  }
}
.p-index__feature__bubble .bubble-container--a {
  top: 0;
  left: 0;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-container--a {
    top: 3.45%;
    left: 0;
  }
}
.p-index__feature__bubble .bubble-container--b {
  top: 43.6%;
  left: 16.2%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-container--b {
    top: 46.12%;
    left: 12.8%;
  }
}
.p-index__feature__bubble .bubble-container--c {
  top: 8.8%;
  left: 33.4%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-container--c {
    top: 15%;
    left: 32.44%;
  }
}
.p-index__feature__bubble .bubble-container--d {
  bottom: 0;
  left: 51.4%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-container--d {
    left: 52.4%;
  }
}
.p-index__feature__bubble .bubble-container--e {
  top: 9.1%;
  right: 0;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-container--e {
    top: 9.9%;
  }
}
.p-index__feature__bubble .bubble {
  position: relative;
  aspect-ratio: 1;
}
.p-index__feature__bubble .text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  font-size: 16px;
  line-height: 1.2;
  color: rgb(var(--color-text));
  text-align: center;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .text {
    white-space: nowrap;
    font-size: 11px;
  }
}
.p-index__feature__bubble .text .note {
  font-size: 10px;
}
.p-index__feature__bubble .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.p-index__feature__bubble .bubble-mini-container {
  position: absolute;
  width: 6%;
  height: auto;
  z-index: 1;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-mini-container {
    width: 6.6%;
  }
}
.p-index__feature__bubble .bubble-mini-container--a {
  top: 69%;
  left: 14%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-mini-container--a {
    top: 72.8%;
    left: 10.7%;
  }
}
.p-index__feature__bubble .bubble-mini-container--b {
  top: 1.2%;
  left: 23%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-mini-container--b {
    top: 0;
    left: 26.8%;
  }
}
.p-index__feature__bubble .bubble-mini-container--c {
  top: 78.6%;
  left: 42.7%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-mini-container--c {
    top: 76.7%;
    left: 43.5%;
  }
}
.p-index__feature__bubble .bubble-mini-container--d {
  top: 15.5%;
  left: 67.5%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-mini-container--d {
    top: 7.7%;
    left: 64%;
  }
}
.p-index__feature__bubble .bubble-mini-container--e {
  top: 78.6%;
  left: 81.4%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-mini-container--e {
    top: 83.6%;
    left: 86.3%;
  }
}
.p-index__feature__bubble .bubble-mini-container--f {
  top: 53%;
  left: 87%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-mini-container--f {
    top: 49.1%;
    left: 84.8%;
  }
}
.p-index__feature__bubble .bubble-shadow {
  position: absolute;
  width: 114%;
  top: 11.6%;
  left: -10%;
}
@media (max-width: 750px) {
  .p-index__feature__bubble .bubble-shadow {
    width: 111%;
    top: 20%;
    left: -5.6%;
  }
}
.p-index__feature__bubble-parallax {
  position: absolute;
  inset: 0;
}
.p-index__feature__label {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-bottom: 16px;
  padding: 0 calc(23px - 0.05em) 0 23px;
  border: 2px solid rgb(var(--color-theme--a));
  border-radius: 22px;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0.05em;
}
@media (max-width: 750px) {
  .p-index__feature__label {
    height: 37px;
    margin-bottom: 15px;
    padding: 0 calc(19px - 0.05em) 0 19px;
    border: 1px solid rgb(var(--color-theme--a));
    font-size: 13px;
  }
}
.p-index__feature__title {
  margin-bottom: 25px;
  font-size: 33px;
  line-height: 43px;

  font-weight: 500;
}
@media (min-width: 993px) {
  .p-index__feature__title {
    white-space: nowrap;
  }
  .p-index__feature__title br {
    display: none;
  }
}
@media (max-width: 750px) {
  .p-index__feature__title {
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 26px;
  }
}
.p-index__feature__description {
  width: 374px;
  font-size: 13px;
  line-height: 24px;
}
@media (max-width: 750px) {
  .p-index__feature__description {
    width: 253px;
    font-size: 12px;
    line-height: 22px;
  }
}
.p-index__feature__note {
  color: rgba(var(--color-theme--a), 0.35);
  font-size: 10px;
  line-height: 14px;
}
@media (min-width: 993px) {
  .p-index__feature__note {
    width: 696px;
  }
}
@media (max-width: 750px) {
  .p-index__feature__note {
    font-size: 8px;
    line-height: 12px;
  }
}
.p-index__eyecatch {
  position: relative;
  overflow: hidden;
}
@media (min-width: 751px) {
  .p-index__eyecatch {
    height: 700px;
  }
}
@media (max-width: 750px) {
  .p-index__eyecatch {
    aspect-ratio: 375/340;
  }
}
.p-index__eyecatch__parallax {
  position: absolute;
  inset: 0 0 -100px;
}
.p-index__eyecatch__slider {
  position: absolute;
  inset: 0;
}
.p-index__eyecatch__back {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.p-index__eyecatch__front {
  position: absolute;
  inset: 0;
  z-index: 2;
}
.p-index__eyecatch__front .p-index__eyecatch__slide {
  -webkit-mask-image: url("../images/slide_mask.png");
  -webkit-mask-mode: alpha;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 100%;
}
.p-index__eyecatch__slide {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.p-index__eyecatch__slide.slide-1 .image {
  background-image: url("../images/slide_1.jpg");
}
@media (max-width: 750px) {
  .p-index__eyecatch__slide.slide-1 .image {
    background-image: url("../images/slide_sp_1.jpg");
  }
}
.p-index__eyecatch__slide.slide-2 .image {
  background-image: url("../images/slide_2.jpg");
}
@media (max-width: 750px) {
  .p-index__eyecatch__slide.slide-2 .image {
    background-image: url("../images/slide_sp_2.jpg");
  }
}
.p-index__eyecatch__slide.slide-3 .image {
  background-image: url("../images/slide_3.jpg");
}
@media (max-width: 750px) {
  .p-index__eyecatch__slide.slide-3 .image {
    background-image: url("../images/slide_sp_3.jpg");
  }
}
.p-index__eyecatch__slide .image {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center center;
}
.p-index__product {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 80px 0;
  background-color: rgb(var(--color-theme--a));
}
.p-index__product__title {
  margin-bottom: 80px;
  padding-left: 0.2em;
  color: rgb(var(--color-bg));
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.2em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
}
@media (max-width: 750px) {
  .p-index__product__title {
    margin-bottom: 30px;
    padding-left: 0.15em;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: 0.15em;
  }
}
@media (max-width: 750px) {
  .p-index__product__card-container {
    margin: 0 -10px;
  }
}
.p-index__product__card {
  padding: 40px;
  background-color: rgb(var(--color-bg));
}
@media (max-width: 750px) {
  .p-index__product__card {
    padding: 25px;
  }
}
.p-index__product__card + .p-index__product__card {
  margin-top: 1px;
}
.p-index__product__card:first-child {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
@media (max-width: 750px) {
  .p-index__product__card:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }
}
.p-index__product__card:last-child {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 750px) {
  .p-index__product__card:last-child {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.p-index__product__product-link {
  position: relative;
}
.p-index__product__product-link .c-circle-yuzu {
  visibility: hidden;
}
.p-index__product__product-link_02 .c-circle-yuzu {
  background-color: #ab5c9a;
}
.p-index__product__product-link.swiper-slide-active .c-circle-yuzu {
  visibility: initial;
}
@media (min-width: 993px) {
  .p-index__product__product-link {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 992px) {
  .p-index__product__product-link {
    padding-bottom: 130px;
  }
}
@media (max-width: 750px) {
  .p-index__product__product-link {
    padding-bottom: 111px;
  }
}
.p-index__product__product-link .thumbnail {
  max-width: 440px;
}
@media (min-width: 993px) {
  .p-index__product__product-link .thumbnail {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .p-index__product__product-link .thumbnail {
    margin: 0 auto 40px;
  }
}
@media (max-width: 750px) {
  .p-index__product__product-link .thumbnail {
    margin-bottom: 20px;
  }
}
@media (min-width: 993px) {
  .p-index__product__product-link .info {
    padding-bottom: 64px;
  }
}
@media (max-width: 992px) {
  .p-index__product__product-link .info {
    text-align: center;
  }
}
.p-index__product__product-link .copy {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 750px) {
  .p-index__product__product-link .copy {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 16px;
  }
}
.p-index__product__product-link .title .en,
.p-index__product__product-link .title .jp {
  display: block;
}
.p-index__product__product-link .title .en {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: 0.14em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
}
@media (max-width: 992px) {
  .p-index__product__product-link .title .en {
    padding-left: 0.14em;
  }
}
@media (max-width: 750px) {
  .p-index__product__product-link .title .en {
    font-size: 24px;
    line-height: 26px;
  }
}
.p-index__product__product-link .title .jp {
  font-size: 18px;
  line-height: 18px;
  font-weight: 500;
}
@media (max-width: 750px) {
  .p-index__product__product-link .title .jp {
    font-size: 12px;
    line-height: 12px;
  }
}
.p-index__product__product-link .yuzu {
  position: absolute;
  right: -20px;
  bottom: -20px;
}
@media (max-width: 750px) {
  .p-index__product__product-link .yuzu {
    right: -10px;
    bottom: -10px;
  }
}
.p-index__product__banner {
  display: block;
  max-width: 600px;
  margin: 0 auto;
}
.p-index__video-modal {
  visibility: hidden;
  position: fixed;
  inset: 0;
  z-index: 130;
}
.p-index__video-modal__bg {
  position: fixed;
  inset: 0;
  background-color: rgba(var(--color-text), 0.95);
}
.p-index__video-modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
}
@media (max-width: 750px) {
  .p-index__video-modal__close {
    width: 44px;
    height: 44px;
  }
}
.p-index__video-modal__close::before,
.p-index__video-modal__close::after {
  content: "";
  position: absolute;
  inset: 0;
  margin: auto;
  width: 60%;
  height: 1px;
  background-color: rgb(var(--color-bg));
}
.p-index__video-modal__close::before {
  transform: rotate(-45deg);
}
.p-index__video-modal__close::after {
  transform: rotate(45deg);
}
.p-index__video-modal__youtube {
  position: absolute;
  inset: 0;
  aspect-ratio: 1600/900;
  margin: auto;
  max-width: 1600px;
  max-height: 900px;
}
.p-index__video-modal__youtube iframe {
  width: 100%;
  height: 100%;
}
.p-index__loop-text {
  display: flex;
  width: 100%;
  color: rgb(var(--color-bg));
}
.p-index__loop-text.right {
  justify-content: flex-end;
}
.p-index__loop-text .loop {
  display: flex;
  flex-flow: nowrap;
}
.p-index__loop-text .sentence {
  font-size: 60px;
  line-height: 72px;
  letter-spacing: 0.05em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 300;
  padding-right: 0.266666em;
}
@media (max-width: 750px) {
  .p-index__loop-text .sentence {
    font-size: 40px;
    line-height: 40px;
  }
}
.p-header {
  z-index: 100;
}
@media (min-width: 751px) {
  .p-header {
    position: fixed;
    top: 20px;
    left: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 50px);
    height: 100px;
    padding: 0 30px;
    background-color: rgba(var(--color-bg), 0.7);
    backdrop-filter: blur(20px);
  }
}
@media (max-width: 750px) {
  .p-header {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    pointer-events: none;
    width: 100%;
    height: 60px;
    transition: opacity 0.3s, visibility 0s;
  }
}
@media (max-width: 750px) {
  .p-header.top {
    transition: opacity 0.3s, visibility 0s 0.3s;
    opacity: 0;
    visibility: hidden;
  }
}
.p-header-logo {
  flex-shrink: 0;
  width: 100px;
}
@media (max-width: 750px) {
  .p-header-logo {
    padding-top: 25px;
    width: 80px;
  }
}
.p-header-logo__link {
  display: block;
  pointer-events: auto;
}
.p-header-menu {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 750px) {
  .p-header-menu {
    display: none;
  }
}
.p-header-menu__page-list {
  display: flex;
}
.p-header-menu__page-list__item {
  margin-left: 20px;
}
@media (max-width: 992px) {
  .p-header-menu__page-list__item {
    margin-left: 14px;
  }
}
.p-header-menu__page-list__link {
  display: block;
  padding: 7px 0;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0.05em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 500;
}
.p-header-menu__online-store {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin-left: 140px;
}
@media (max-width: 992px) {
  .p-header-menu__online-store {
    margin-left: 40px;
  }
}
.p-header-menu__online-store::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -120px;
  margin: auto 0;
  display: block;
  width: 100px;
  height: 1px;
  background-color: rgba(var(--color-text), 0.15);
}
@media (max-width: 992px) {
  .p-header-menu__online-store::before {
    width: 20px;
    left: -30px;
  }
}
.p-header-menu__online-store .p-header-menu__online-store__toggle .icon svg {
  transition: transform 0.3s;
}
.p-header-menu__online-store.open
  .p-header-menu__online-store__toggle
  .icon
  svg {
  transform: rotate(180deg);
}
/*  画像に適用（下からスライド） */
.fade-in-image {
    opacity: 0;
    clip-path: inset(10% 0 10% 0);
    transition: opacity 1s ease-out, clip-path 1s ease-out;
}
.fade-in-image.visible {
    opacity: 1;
    clip-path: inset(0 0 0 0);
}
/*  文字に適用（ゆっくりフェードイン） */
/*
.fade-in-text {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s, 
                transform 1.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.fade-in-text.visible {
    opacity: 1;
    transform: translateY(0);
}
*/
.staff-shopimg {
    width: 438px;
}
@media (max-width: 991px) {
.staff-shopimg {
	width: 100%;
}
}
.point-text-grop{
	width: 500px;
	line-height: 2em;
}
@media (max-width: 991px) {
.point-text-grop{
	line-height: 1.2em;
	margin-top: -10px;
}
}
@media (max-width: 767px) {
.point-text-grop{
	width: 100%;
        line-height: 2em;
        margin-top: 0px;
  }
}
/*スムーススクロール*/
.smooth_scroll_content{
	height: 200vh;
	display: flex;
	justify-content: center;
	align-items: center;
}
/*パララックスアニメーション*/
.scroll-container {
	height: 200vh;
	overflow: hidden; /* Locomotive Scrollが動作するように設定 */
}
.parallax {
	position: absolute;
	top: 50vh;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
}
/*ーーーーーーーーーーーーコンテンツーーーーーーーーーーーー*/
.concept-bg{
	background-image: url("../img/point-bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
    padding: 1px 0px;
	z-index: 2; /* submain-img の上に表示 */
    margin-top: 0%;
}
@media screen and (max-width: 767px) {
.concept-bg{
    padding-bottom: 5%;
    padding: 0px;
}
}
/*ーーーーーーーーーーーー動画ーーーーーーーーーーーー*/
video {
  max-width: 100%;
  height: auto;
  display: block;
}
.video_wrapper {
  width: 100vw; /* ビューポートの幅いっぱいに設定 */
  margin: 0; /* 余白をリセット */
  padding: 0; /* 余白をリセット */
  overflow: hidden; /* 必要に応じてコンテンツを切り取る */
    position: relative;
    z-index: 4;
}
@media screen and (max-width: 767px) {
  .video_wrapper {
    max-width: 100%; /* モバイルでは最大幅をデバイスに合わせる */
    padding: 0; /* 余白をなくす */
  }
}
.responsive-video {
  width: 100%; /* 親要素いっぱいに広げる */
  height: auto; /* アスペクト比を保つ */
  display: block; /* 余分なスペースを防ぐ */
}
.video_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(75, 59, 54, 0.60); /* 半透明の背景色 */
  backdrop-filter: blur(2.45px); /* 背景のぼかし効果 */
  background-blend-mode: multiply; /* 背景との色の合成 */
  pointer-events: none; /* フィルターがクリックイベントを妨げないようにする */
}
/*ーーーーーーーーーーーーメニューーーーーーーーーーーーー*/
div#menu {
    padding-top: 250px;
    margin-top: -250px;
}
@media screen and (max-width: 767px) {
div#menu {
    padding-top: 250px;
    margin-top: -250px;
}
}
.menu-grop {
    display: flex;
}
@media screen and (max-width: 767px) {
.menu-grop {
	flex-direction: column;
  }
}
/*メニュー名*/
.menu-subtitle {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    background: rgba(255, 255, 255, 0.95);
    font-family: "Shippori Mincho";
    font-size: 1.15vw;
    font-weight: 600;
    padding: 11.212px 1.9px;
    letter-spacing: 0.1em;
    position: relative;
    right: -53%;
    z-index: 4;
    margin-top: 2%;
	opacity: 0;
	filter: blur(8px); /* ぼやけ効果 */
    transform: translateY(15px); /* 初期位置 */
    transition: none; /* 競合を防ぐために初期状態ではトランジションなし */}
.menu-subtitle.show {
	animation: fadeInBlur 0.5s ease-out forwards; /* 2秒間で動作、余韻を持たせる */
}
/* キーフレームを定義 */
@keyframes fadeInBlur {
  0% {
    opacity: 0; /* 完全に透明 */
    filter: blur(8px); /* 強くぼやけた状態 */
    transform: translateY(15px); /* 少し下から */
  }
  50% {
    opacity: 0.5; /* 半透明 */
    filter: blur(6px); /* 少しぼやけた状態を維持 */
    transform: translateY(10px); /* 途中で少し上に移動 */
  }
  100% {
    opacity: 1; /* くっきり表示 */
    filter: blur(0px); /* ぼやけを完全に解除 */
    transform: translateY(0); /* 元の位置 */
  }
}
@media screen and (max-width: 1199px) {
.menu-subtitle {
    right: -80%;
    font-size: 1.5vw;
}
}
@media screen and (max-width: 767px) {
.menu-subtitle {
	font-size: 5.3vw;
/*    margin-top: -85%;*/
}
}
/*担々麺*/
.tantan-grop {
	background-image: url("../img/tantan-bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
    padding-bottom: 4%;
}
@media screen and (max-width: 767px) {
.tantan-grop {
	padding-bottom: 35%;
}
}
.tantan-img-grop {
    position: absolute;
    z-index: 4;
    left: 37%;
    top: -25%;
    margin-right: 3%;
}
@media screen and (max-width: 1199px) {
.tantan-img-grop {
    left: 3%;
    top: -46%;
}
}
@media screen and (max-width: 767px) {
.tantan-img-grop {
    left: 0%;
    top: -36%;
    margin-right: 0%;
    width: 100%;
}
}
.white{
	color:#fff;
}
.menu-subtitle-tantan-grop{
    position: absolute;
    top: 3%;
    right: 15%;
    z-index: 4;
}
@media screen and (max-width: 1199px) {
.menu-subtitle-tantan-grop{
    right: 16%;
    top: -6%;
}
}
@media screen and (max-width: 767px) {
.menu-subtitle-tantan-grop{
	top: -8%;
}
}
@media screen and (max-width: 440px) {
.menu-subtitle-tantan-grop{
	top: -13%;
	right: 15%;
}
}
.menu-item-tantan {
    width: 59%;
    margin: 34% 0px 0px 36%;
}
@media screen and (max-width: 1199px) {
.menu-item-tantan {
	width: 95%;
	margin: 38% 0px 0px 2%;
}
}
@media screen and (max-width: 767px) {
.menu-item-tantan {
    width: 100%;
    margin: auto;
   margin: 53% 0px 0px 0%;
}
}
@media screen and (max-width: 393px) {
.menu-item-tantan {
    width: 100%;
    margin: auto;
   margin: 50% 0px 0px 0%;
}
}
.menu-title {
    font-family: "Shippori Mincho";
    font-size: 1.12vw;
    font-weight: 700;
    line-height: 2.2em;
}
@media screen and (max-width: 1199px) {
.menu-title {
    font-size: 1.8vw;
}
}
@media screen and (max-width: 767px) {
.menu-title {
    font-size: 5.2vw;
    font-weight: 700;
    line-height: 2.0em;
    width: 95%;
    margin: auto;
}
}
.menu-title.white span{
	border-bottom: solid 1px #fff;
    padding-bottom: 5px;
}
 
.menu-text {
    margin-top: 27px;
    line-height: 2em;
    font-family: 'Noto Sans JP';
}
@media screen and (max-width: 991px) {
.menu-text {
 font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.menu-text {
    width: 95%;
    margin: auto;
    margin-top: 15px;
	font-size: 16px;
}
}
/*ジャージャー麺*/
.ya-jya-img-grop {
    position: absolute;
    z-index: 4;
    right: 38%;
    top: -24%;
	margin-left: 3%;
}
@media screen and (max-width: 1199px) {
.ya-jya-img-grop {
    top: -45%;
    right: 3%;
}
}
@media screen and (max-width: 767px) {
.ya-jya-img-grop {
	top: -17%;
	right: 0%;
	margin-left: 0%;
}
}
.jya-jya-grop {
	background-image: url("../img/jya-jya-bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    position: relative;
    padding-bottom: 3.7%;
}
@media screen and (max-width: 767px) {
.jya-jya-grop {
	top: 16%;
	right: 0%;
	z-index: 4;
	padding-bottom: 10%;
}
}
.menu-subtitle-jya-jya-grop {
    position: absolute;
    top: 0%;
    right: 44%;
    z-index: 4;
}
@media screen and (max-width: 1199px) {
.menu-subtitle-jya-jya-grop {
    top: -7%;
    right: 17%;
}
}
@media screen and (max-width: 767px) {
.menu-subtitle-jya-jya-grop {
    position: absolute;
    top: 13%;
    right: 12%;
    z-index: 4;
}
}
.menu-title span{
	border-bottom: solid 1.5px #000;
    padding-bottom: 5px;
    font-weight: 500;
}
.menu-item-jya-jya {
    width: 56%;
    margin: 33.6% 0px 0px 6%;
}
@media screen and (max-width: 1199px) {
.menu-item-jya-jya {
	width: 95%;
	margin: 37.5% 0px 0px 3%;
}
}
@media screen and (max-width: 767px) {
.menu-item-jya-jya {
    width: 100%;
    margin: 95% 0px 0px 0%;
}
}
/*ーーーーーーーーーーーーFC加盟店募集中ーーーーーーーーーーーー*/
.fc-grop{
	background-image: url("../img/fc-bg.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
    padding: 111px;
    height: 514px;
}
@media screen and (max-width: 991px) {
.fc-grop{
    padding: 55px;
    height: auto;
}
}
@media screen and (max-width: 767px) {
.fc-grop{
	background-image: url("../img/fc-bg-sp.png");
	padding: 40px 11px 30px;
    height: auto;
}
}
.fc-left {
    position: absolute;
    right: 69%;
}
.fc-center {
    color: #fff;
    text-align: center;
    font-family: 'Shippori Mincho';
    position: relative;
}
.fc-center-title {
    font-size: 40.57px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
.fc-center-title {
	font-size: 7.1vw;
    margin-bottom: 0rem;
}
}
.fc-center-text {
    text-shadow: 2px 3px 7px rgba(69, 45, 11, 0.48);
    font-family: "Shippori Mincho";
    font-size: 4.35vw;
    font-weight: 600;
    line-height: 81px;
}
@media screen and (max-width: 767px) {
.fc-center-text {
	font-size: 10vw;
	line-height: 1.5em;
}
}
@media screen and (max-width: 767px) {
img.fc-icon{
    width: 75%;
    margin: auto;
}
}
.fc-center-subtext {
	font-size: 20px;
	font-family: 'Noto Sans JP';
    margin: 40px 0px;
}
@media screen and (max-width: 767px) {
.fc-center-subtext {
	text-align: left;
	line-height: 1.5em;
	margin: 23px 0px;
}
}
.fc-right {
    position: absolute;
    right: 2%;
}
/*詳しくはこちらボタン*/
.fc-btn-grop {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #000;
  background-color: #fff;
  position: relative;
  transition: color 0.5s ease;
	border-radius: 4px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
}
@media screen and (max-width: 767px) {
.fc-btn-grop {
  width: 100%;
  line-height: 45px;
}
}
.fc-btn-grop:hover {
  color: #000;
}
.fc-btn-grop:hover::before {
  transform: scaleY(1);
}
@media screen and (max-width: 767px) {
.fc-btn-grop:hover::before {
 	display: none;
}
}
.fc-btn-grop::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFDD53;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
.fc-btn-grop::before {
 	display: none;
}
}
.fc-btn {
  position: relative;
}
/*ーーーーーーーーーーーースタッフ募集中ーーーーーーーーーーーー*/ 
.contents-black { 
    background-color: #000;
}
@media screen and (max-width: 767px) {
.contents-black.contents-white { 
    background-color: #fff;
}
}
.staff-bg {
    padding-top: 94px;
}
@media screen and (max-width: 767px) {
.staff-bg {
    background-color: #fff;
    padding-top: 27px;
}
}
/*SP時、横幅１００％*/
@media screen and (max-width: 767px) {
.container.container-sp {
    max-width: 100%;
    padding-right: 0px;
    padding-left: 0px;
}
}
.staff-grop {
    border-radius: 4px;
    background: #FFF;
    padding: 60px 73px;
}
@media screen and (max-width: 767px) {
.staff-grop {
    padding: 0px;
}
}
.staff-grop-item{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 54px;
    margin-top: 40px;
}
@media screen and (max-width: 991px) {
.staff-grop-item{
    flex-direction: column;
    align-items: center;
}
}
@media screen and (max-width: 767px) {
.staff-grop-item{
	gap: 10px;
	margin-top: 0px;
}
}
.staff-e {
    text-align: center;
	font-weight: 600;
    font-family: Montserrat;
    font-size: 15px;
    margin-bottom: 0rem;
}
.staff-e span{
	background: #FFDD53;
}
.staff-j {
    font-size: 30px;
    margin-top: 9px;
    text-align: center;
	font-family: 'Noto Sans JP';
}
@media screen and (max-width: 767px) {
.staff-right {
    width: 95%;
    margin: auto;
}
}
.staff-title {
    font-size: 19px;
    font-weight: 600;
    font-family: 'Noto Sans JP';
}
@media screen and (max-width: 767px) {
.staff-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5em;
} 
}
.staff-text {
    margin-top: 29px;
    font-size: 15px;
    line-height: 1.7em;
    font-family: 'Noto Sans JP';
}
@media screen and (max-width: 767px) {
.staff-text {
    margin-top: 10px;
}
}
/*募集要項はこちらボタン*/
@media screen and (max-width: 991px) {
.staff-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
}
@media screen and (max-width: 767px) {
.staff-container {
  margin-bottom: 27px;
}
}
.staff-btn-grop {
  display: inline-block;
  width: 250px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
  color: #fff;
  background-color: #D23F00;
  position: relative;
  transition: color 0.5s ease;
	border-radius: 4px;
	font-family: 'Noto Sans JP';
	font-weight: 500;
}
@media screen and (max-width: 991px) {
.staff-btn-grop {
	margin: 0 auto; /* 横中央寄せ */
}
}
@media screen and (max-width: 767px) {
.staff-btn-grop {
  width: 100%;
  line-height: 45px;
}
}
.staff-btn-grop:hover {
  color: #000;
}
.staff-btn-grop:hover::before {
  transform: scaleY(1);
}
@media screen and (max-width: 767px) {
.staff-btn-grop:hover::before {
	display: none;
}
}
.staff-btn-grop::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #FFDD53;
  transform: scaleX(0);
  transition: all 0.5s ease;
  transition-property: transform;
	border-radius: 4px;
}
@media screen and (max-width: 767px) {
.staff-btn-grop::before {
	display: none;
}
}
.staff-btn {
  position: relative;
}
.staff--btn-container {
    text-align: center;
    margin-bottom: 76px;
}
@media screen and (max-width: 767px) {
.staff--btn-container {
	margin: 19px 0px 31px;
}
}
.staff--btn-container a.staff-btn-grop {
    width: 360px!important;
}
@media screen and (max-width: 767px) {
.staff--btn-container a.staff-btn-grop {
	width: 97% !important;
}
}
/*ーーーーーーーーーーーー店舗情報ーーーーーーーーーーーー*/ 
.store-grop {
    display: flex;
    margin-top: 56px;
    justify-content: space-between;
    padding-bottom: 44px;
	gap: 47px;
}
@media screen and (max-width: 991px) {
.store-grop {
    padding-bottom: 70px;
}
}
@media screen and (max-width: 767px) {
.store-grop {
    flex-direction: column;
    margin-top: 33px;
	padding-bottom: 50px;
	padding: 0px 11px 0px;
}
}

.store-left {
    color: #fff;
}
.staff-e.staff-e-left {
    color: #000;
   margin-top: 92px;
    font-family: 'Noto Sans JP';
}
@media screen and (max-width: 767px) {
.staff-e.staff-e-left {
	margin-top: 46px;
}
}
.staff-j.staff-j-left {
    text-align: center;
    color: #fff;
}
/*Googleマップ*/
.google_map{
	height: 0;
/*    padding-bottom: 56.25%;*/
	overflow: hidden;
	position: relative;
    height: 383px !important;
    width: 544px;
}
@media screen and (max-width: 1199px) {
.google_map{
	width: 400px;
	height: 350px !important;
}
}
@media screen and (max-width: 991px) {
.google_map{
	width: 300px;
}
}
@media (max-width: 767px){
.google_map{
	height: 200px!important;
	width: 100%;
	padding-bottom: 0%;
	margin-top: 35px;
}
}
.google_map iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 767px) {
.google_map.google_map_mt iframe{
    width: 100%!important;
    height: 220px;
}
}
.store-table {
    margin-top: 72px;
    font-family: 'Noto Sans JP';
}
@media screen and (max-width: 767px) {
.store-table {
    width: 95%;
    margin: auto;
    margin-top: 27px;
}
}
.store-table table th{
    color: #ADADAD;
    vertical-align: baseline;
    font-weight: 400;
	padding-right: 42px;
}
@media screen and (max-width: 991px) {
.store-table table th{
    width: 33%;
}
}
@media screen and (max-width: 414px) {
.store-table table th{
    padding-right: 34px;
}
}
@media screen and (max-width: 320px) {
.store-table table th{
	padding-right: 10px;
	width: 34%;
}
}
.store-table table td{
	padding-bottom: 32px;
}
@media screen and (max-width: 767px) {
.store-table table td{
	padding-bottom: 16px;
}
}
.store-name {
    border: 1px solid #FFF;
    text-align: center;
    padding: 6px 10px;
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 400;
	color: #fff;
}
@media screen and (max-width: 767px) {
.store-name {
    margin-bottom: 12px;
}
}
.store-table.store-table-top{
    margin-top: 18px;
    line-height: 1.7em;
}
@media screen and (max-width: 1199px) {
.store-table.store-table-top{
	font-size: 14px;
}
}
@media screen and (max-width: 767px) {
.store-table.store-table-top{
    margin-top: 12px;
	width: 100%;
	font-size: 16px;
}
}
.store-table.store-table-top table th {
       color: #fff;
}
.store-table.store-table-top table td {
    padding-bottom: 10px;
}
/*ーーーーーーーーーーーーfooterーーーーーーーーーーーー*/ 
footer {
    border-radius: 100px 100px 0px 0px;
    background: #FFF;
	position: relative;
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 767px) {
footer {
    border-radius: 0px;
    background: #FFD83C;
}
}
.footer-grop {
    display: flex;
    padding: 53px 0px 14px 0px;
    align-items: center;
    gap: 58px;
    justify-content: center;
}
@media screen and (max-width: 767px) {
.footer-grop {
    display: none;
}
}
.footer-sns-icon {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*Instagram*/
a.footer-instagram-link {
	font-size: 55px;
    color: #4f4f4f;
    margin-top: -5px;
}
i.fab.fa-instagram:hover {
	color: #9b01f7;
	color: transparent; /* アイコン自体の色を透明にする */
	background: linear-gradient(45deg, #FFD521, #F50000, #B900B4); /* グラデーション */
	-webkit-background-clip: text; /* 背景クリップをテキストに適用 */
	background-clip: text;
	font-size: 54px; /* ホバー時も同じサイズを維持 */
}
.footer-instagram {
  width: 56px; /* サイズを指定 */
  height: 56px;
  transition: all 0.3s ease; /* スムーズなアニメーション */
}
/*svgがホバーした時に変更*/
.footer-instagram-link .icon-hover {
  display: none; /* 初期状態では非表示 */
}
.footer-instagram-link:hover .icon-default {
  display: none; /* ホバー時に非表示 */
}
.footer-instagram-link:hover .icon-hover {
  display: block; /* ホバー時に表示 */
}
.footer-instagram-link svg {
  width: 55px;
  height: 55px;
  display: block;
  margin: auto;
}
.footer-instagram-link .icon-default pat{
  transform: scale(2.0); /* SVGを1.5倍に拡大 */
  transform-origin: center; /* 拡大の基準点を中央に設定 */
}
.footer-instagram-link .icon-hover pat{
  transform: scale(2.0); /* SVGを1.5倍に拡大 */
  transform-origin: center; /* 拡大の基準点を中央に設定 */
}
/*x*/
a.footer-logo-grop:hover .footer-logo-x path {
    fill: #000; /* SVGの色を白に */
}
/*Facebook*/
a.footer-logo-grop:hover .footer-logo-Instagram path {
    fill: #1877f2; /* SVGの色を白に */
}
svg.footer-logo-Instagram {
    margin-top: -2.5px;
}
i.fab.fa-instagram {
    font-size: 54px;
}
.copy-right_text.copy-right_text_red {
    color: #D23F00;
}
@media screen and (max-width: 767px) {
.copy-right_text.copy-right_text_red {
    color: #000;
    margin-bottom: 0rem;
}
}