@charset "utf-8";

/* ==============================

    サイト設定　適宜変更箇所

============================== */

body,
html {
    font-size: 18px;
}

body {
    color: #212128;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    letter-spacing: 1px;
}


html {
    scroll-behavior: smooth;
}

a,
a img {
    color: #212128;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 50px 0 50px;
    text-align: center;
    color: #fff;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/about-v2.png);
    background-size: cover;
    background-position: center;
    padding: 164px 0 180px;
}

.under-v h1 {
    font-size: 36px;
    color: #3d3f63;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    position: relative;
}

.under-v h1:before {
    content: '';
    background-size: contain;
    display: inline-block;
    height: 28px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

.wrap.news-wrap .under-v {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/news-v-1.png);
}

.wrap.news-wrap .under-v h1:before {
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/NEWS-_-column.png);
}



h2 {
    font-size: 30px;
}

h2::before {
    font-size: 2.0em;
}

h2[data-name]::before {
    line-height: 0.6;
    font-size: 0.6em;
    font-weight: bold;
}

h3 {
    font-size: 24px;
}

.wp-block-button {
    font-size: 1.2rem;
}

.wp-block-button[data-name]::before {
    font-size: 0.8em;
    font-weight: bold;
}

/*PCでは不要な場合*/
.nav-wrapper {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    letter-spacing: 2px;
}

/* ==============================

    サイト設定

============================== */

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1300px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}

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


/* ==============================

　　固定メニュー

　============================== */
.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 9999999999999999999999;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk.jpg);
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #3d3f63;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid #3d3f63;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

/* ==============================

ヘッダーの設定

　============================== */

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}


/* ==============================
    
    メインビジュアル
    
　============================== */

/*メインビジュアル　relative*/

.mainv {
    z-index: 0;
    position: relative;
}

.slider-01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 100vh;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    /* 下記適宜変更*/
    max-width: 865px;
    height: 337px;
    width: 100%;
}


/* ==============================
    
    特定商取引に基づく表記・テーブル
    
　============================== */

.wp-block-group.tokusho-wrap {
    padding: 80px 0;
}

figure.wp-block-table td,
figure.wp-block-table th {
    border: none;
    padding: 18px 17px;
}

figure.wp-block-table {
    border: 1px solid #ccc;
}

.wp-block-table td:first-of-type {
    width: 50%;
    background-color: #373958;
    border-bottom: 1px solid #fff;
    color: #fff;
}

.wp-block-table tr td {
    border-bottom: 1px solid #373958;
    background-color: #fff;
}

.wp-block-table tr:last-of-type td {
    border-bottom: none;
}

.wp-block-table tr:last-of-type td:first-of-type {
    border-radius: 0 0 0 7px;
}

.wp-block-table tr:first-of-type td:first-of-type {
    border-radius: 7px 0 0 0;
}

.wp-block-table tr:last-of-type td:nth-of-type(2) {
    border-radius: 0 0 7px 0;
}

.wp-block-table tr:first-of-type td:nth-of-type(2) {
    border-radius: 0 7px 0 0;
}

figure.wp-block-table {
    border: none;
}

/* ==============================
    
    個人情報保護方針
    
　============================== */

.wp-block-group.policy-wrap {
    padding: 80px 0;
    font-size: 16px;
    line-height: 2;
}

.wp-block-group.policy-wrap p {
    margin-bottom: 35px;
}

.wp-block-group.policy-wrap li {
    margin-bottom: 26px;
}

figure.wp-block-image.size-full.img-hover.header-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
}

.nav-wrapper {
    display: block;
    top: 0;
    right: auto;
    z-index: 99999;
    left: 0;
}

nav.hamburger-menu {
    height: 100vh;
    background-color: #3d3f63;
}

/* ==============================

　　↓　PC版テーマ専用CSSは下記から記述　↓

　============================== */

body {
    width: calc(100% - 106px);
    margin: 0 0 0 auto;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk.jpg);
    background-position: top center;
}

.wp-block-group.headerwrap {
    background-color: #3d3f63;
    width: 106px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999999999;
}

figure.wp-block-image.size-full.img-hover.header-logo {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: fit-content;
    z-index: 9999999999999999;
    max-width: fit-content;
}

figure.wp-block-image.size-full.app-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 100000000000;
    transition: opacity 0.3s, visibility 0.3s;
    /* スムーズに消えるように */
    opacity: 1;
    visibility: visible;
    transition: transform 0.3s ease, opacity 0.3s, visibility 0.3s;
    /* 変化を滑らかに */
}

/* 消える時の設定（jQueryから制御） */
.app-fixed.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    /* 消えている間はクリックできないように */
}

/* ホバーした時に少し縮小 */
.app-fixed:hover {
    transform: scale(0.9);
    /* 0.95くらいにするとさらに控えめになります */
}




.hamburger-wrapper {
    width: 106px;
    height: 106px;
}

.hamburger__line {
    width: 60px;
    height: 1px;
    background-color: #fff;
}

.icon-style-2 .hamburger__line--1 {
    top: 32px;
}

.icon-style-2 .hamburger__line--2 {
    top: 46px;
}

.icon-style-2 .hamburger__line--3 {
    top: 60px;
}

.hamburger .wp-block-group__inner-container::after,
.hamburger .wp-block-group__inner-container::before {
    position: absolute;
    bottom: 12px;
    font-size: 14px;
    letter-spacing: 1px;
    color: #fff;
}

.open.nav-wrapper.icon-style-2 .hamburger__line--1 {
    top: 29px;
}

.open.icon-style-2 .hamburger__line--3 {
    top: 69px;
}

.wp-block-group.sp-nav-inner nav.hamburger-menu ul li a {
    color: #fff;
}

.wp-block-group.sp-nav-inner nav.hamburger-menu ul li {
    justify-content: center;
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

body#top .wrap {
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/mv-bk1-1.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/mv-bk2.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/mv-bk3-1.png);
    background-repeat: no-repeat;
    background-position: top left, top 678px right, top 202px right 44px;
}

/* =============================================
   斜めスライダー：左下突き抜け・オーバーラップ版
   ============================================= */

.mv-container {
    position: relative;
    width: 100%;
    height: 100vh;
    /* overflow: hidden; を解除して下のセクションへはみ出させる */
    overflow: visible;
    z-index: 20;
    /* 下のコンテンツより上に持ってくる */
}

/* 右側へのはみ出しによる横スクロールを防ぐ（重要） */
html,
body {
    overflow-x: hidden;
}

/* WPインナーリセット */
.mv-container>.wp-block-group__inner-container,
.diag-slider-wrap>.wp-block-group__inner-container,
.diag-slider-inner>.wp-block-group__inner-container {
    max-width: none !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.diag-slider-inner figure {
    position: absolute !important;
    width: 628px;
    height: 462px;
    margin: 0 !important;
    transition: all 1.5s cubic-bezier(0.25, 1, 0.5, 1);
    will-change: transform, opacity, top, left;
}

.diag-slider-inner figure.is-warping {
    transition: none !important;
}

.diag-slider-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* --- 各ポジション（左下を突き抜けさせる数値） --- */

/* 中央：100vhのど真ん中 */
.pos-center {
    top: 50%;
    left: 50%;
    z-index: 10;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.0);
}

/* 右上：少し控えめに配置 */
.pos-right-top {
    top: 7%;
    left: 87%;
    z-index: 5;
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
}

/* 左下：ここが次のセクションに重なる */
.pos-left-bottom {
    /* 100%以上にすることで、コンテナを突き破って下へはみ出す */
    top: 88%;
    left: 10%;
    z-index: 15;
    /* 中央(10)より上に出したければ数値を上げる */
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.8);
}

/* 待機位置：右側の画面外（bodyのoverflow-x:hiddenで隠れる） */
.pos-entry {
    top: -20%;
    left: 150%;
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, -50%) scale(0.6);
}


.wp-block-group.inner.news-flex {
    max-width: 696px;
    z-index: 100;
    position: relative;
    padding: 52px 0 77px;
}

p.news-more a {
    margin-top: 11px;
    display: block;
    padding-left: 42px;
    position: relative;
}

.wp-block-group.news-title {
    width: 265px;
}

p.news-more a:after {
    content: '';
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid;
    display: block;
    position: absolute;
    top: 0px;
    bottom: 0;
    margin: auto;
    left: 0;
}

p.news-more a:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #333;
    border-right: solid 1px #333;
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 0;
    margin: auto;
}


ul.top-news-list {
    width: 100%;
    margin-top: 8px;
}

.wp-block-group.mv-copy-overlay {
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 999;
}

figure.wp-block-image.size-full.maincopy-2 {
    max-width: 157px;
    position: absolute;
    top: 400px;
    right: 0;
}

figure.wp-block-image.size-full.maincopy-1 {
    max-width: 113px;
    position: absolute;
    top: 96px;
    left: 0;
}

figure.wp-block-image.size-full.maincopy-2:before {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k1-2.png);
    background-size: contain;
    display: inline-block;
    width: 139px;
    height: 149px;
    position: absolute;
    top: -167px;
    right: -154px;
    background-repeat: no-repeat;
}

figure.wp-block-image.size-full.maincopy-2:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k2-2.png);
    background-size: contain;
    display: inline-block;
    width: 139px;
    height: 143px;
    position: absolute;
    bottom: -73px;
    left: -212px;
    background-repeat: no-repeat;
}

.wp-block-group.top-about-wrap {
    background-color: black;
    color: #fff;
    padding: 89px 0 282px;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/sugar-1.png);
    background-repeat: no-repeat;
    background-position: bottom -25px center;
}

.wp-block-group.top-about-wrap figure.aligncenter.size-full {
    max-width: 417px;
    margin-bottom: 65px;
}

.wp-block-group.top-about-wrap p span {
    text-decoration: underline;
}

.wp-block-group.top-about-wrap p {
    writing-mode: vertical-rl;
    line-height: 2.8;
    margin: 0 auto 72px;
    max-width: fit-content;
    height: 285px;
}

.wp-block-group.btn-flex {
    max-width: 718px;
    justify-content: space-between;
    margin: 0 auto;
}

/* 親コンテナの幅調整 */
.wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    max-width: 331px;
    width: 100%;
    margin: 0 auto;
}

/* ボタン外枠の調整 */
.wp-block-buttons .wp-block-button,
.wp-block-buttons .wp-block-button a {
    width: 100%;
    max-width: 331px;
    border-radius: 0;
    padding: 0;
    display: block;
    position: relative;
}

/* ボタン本体（aタグ）の設定 */
.wp-block-buttons .wp-block-button a {
    background-color: #373958;
    color: #ffffff;
    padding: 24px 0;
    font-size: 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    overflow: hidden;
    transition: color 0.5s ease;
    padding-left: 25px;
    text-shadow: 0 0;
}

/* 流れる背景（擬似要素）の初期状態 */
.wp-block-buttons .wp-block-button a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #242642;
    /* ホバー時の背景色 */
    z-index: -1;
    /* テキストの背面に配置 */

    /* アニメーションの核となる設定 */
    transform: scaleX(0);
    /* 横幅を0にする */
    transform-origin: left;
    /* 左端を起点にする */
    transition: transform 0.5s ease;
    /* 0.5秒かけて変化 */
}

/* ホバー時の動作 */
.wp-block-buttons .wp-block-button a:hover::before {
    transform: scaleX(1);
    /* 横幅を100%に広げる */
}

/* ホバー時に文字色も変えたい場合はここを調整 */
.wp-block-buttons .wp-block-button a:hover {
    color: #ffffff;
}

.wp-block-button:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    left: 29px;
    bottom: 0;
    margin: auto;
    z-index: 10;
    transition: .6s;
}

.wp-block-button:hover:before {
    left: 35px;
}

.wp-block-button:after {
    content: '';
    width: 29px;
    height: 29px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: block;
    position: absolute;
    top: 1px;
    bottom: 0;
    margin: auto;
    left: 19px;
    z-index: 100;
    transition: .6s;
}

.wp-block-button:hover:after {
    left: 24px;
}

.wp-block-group.top-pickup {
    padding: 82px 0 89px;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk1.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk2.png);
    background-repeat: no-repeat;
    background-position: top right, top 530px left;
}

.wp-block-image.en-title,
.wp-block-image.en-title figure {
    /* display: inline-block !important; */
    width: auto !important;
    height: auto !important;
    margin: 0 auto 8px !important;
    max-width: fit-content;
}

.wp-block-image.en-title img {
    /* 18pxを強制し、幅は比率を維持して自動計算 */
    height: 18px !important;
    width: auto !important;
    /* object-fitはheightとwidthが固定の時に使うものなので、
       今回のような比率維持なら不要ですが、念のためリセット */
    object-fit: contain !important;

    /* iPadのデフォルトスタイル（max-width: 100%など）を上書き */
    max-width: none !important;
    min-height: 18px !important;
}

.wp-block-image.en-title {
    margin-bottom: 8px;
}

.wp-block-group.top-pick-inner h2 {
    margin-bottom: 53px;
}

.wp-block-group.slider-05 {
    width: 94%;
    margin: 0 auto 75px;
}

figure.wp-block-image.size-full.pick-img {
    margin-right: 33px;
    position: relative;
}

.wp-block-group.pick-txt h3 {
    margin-bottom: 25px;
    font-size: 30px;
    color: #373958;
}

.wp-block-group.pick-txt h4 {
    font-size: 24px;
    background-color: #fbfaff;
    max-width: fit-content;
    padding: 2px 14px;
    color: #373958;
    margin-bottom: 9px;
}

.wp-block-group.slider-05 p.prev {
    left: -31px;
}

.wp-block-group.slider-05 p.next {
    right: -31px;
}

.wp-block-group.ookuchi-box p {
    font-size: 24px;
    margin-bottom: 45px;
    line-height: 1.6;
}

.wp-block-group.ookuchi-box:before {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #fff;
    display: block;
    opacity: .5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.ookuchi-box:after {
    content: '';
    width: 100%;
    height: 8px;
    background-color: #fff;
    display: block;
    opacity: .5;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wp-block-group.ookuchi-box {
    padding: 77px 0 69px;
    margin-top: 74px;
    position: relative;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/boxbottom.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/boxtop.png);
    background-repeat: no-repeat;
    background-position: bottom 19px left 40px, top 19px right 40px;
}

.wp-block-group.about-wrap .wp-block-group.ookuchi-box {
    padding: 58px 0 39px;
}

.wp-block-group.ookuchi-box>.wp-block-group__inner-container:before {
    content: '';
    width: 8px;
    height: 110%;
    display: block;
    position: absolute;
    left: 18px;
    top: -18px;
    background-color: #fff;
    opacity: .5;
}

.wp-block-group.ookuchi-box>.wp-block-group__inner-container:after {
    content: '';
    width: 8px;
    height: 110%;
    display: block;
    position: absolute;
    right: 18px;
    top: -18px;
    background-color: #fff;
    opacity: .5;
}

.wp-block-group.recommended-wrap .inner {
    position: relative;
    padding: 85px 0 94px;
}

.wp-block-group.recommended-wrap .inner:before,
.wp-block-group.company-prof-wrap.white-bk .inner:before {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k1-1.png);
    background-size: contain;
    display: inline-block;
    width: 139px;
    height: 149px;
    position: absolute;
    top: -24px;
    right: -118px;
    background-repeat: no-repeat;
}

.wp-block-group.recommended-wrap .inner:after,
.wp-block-group.company-prof-wrap.white-bk .inner:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k2-2.png);
    background-size: contain;
    display: inline-block;
    width: 139px;
    height: 143px;
    position: absolute;
    bottom: -30px;
    left: -155px;
    background-repeat: no-repeat;
}

.white-bk {
    background-color: rgba(255, 255, 255, 0.35);
}

.wp-block-group.recommended-wrap h2 {
    margin-bottom: 67px;
}

.wp-block-group.rec-flex {
    flex-wrap: wrap;
}

.wp-block-group.rec-box {
    max-width: 430px;
    width: 100%;
}

.wp-block-group.rec-box h3 {
    padding: 31px 0 29px;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/en.png);
    background-repeat: no-repeat;
    background-position: center;
}

p.has-text-align-center.rec-txt {
    margin-top: 40px;
}

.wp-block-group.top-feat-wrap h2 {
    margin-bottom: 54px;
}

.wp-block-group.top-feat-wrap {
    padding: 82px 0 140px;
}

.wp-block-group.feat-box figure.aligncenter.size-full {
    height: 97px;
}

.wp-block-group.feat-box {
    width: 31%;
}

.wp-block-group.feat-box h3 {
    writing-mode: vertical-rl;
    max-width: fit-content;
    margin: 20px auto 25px;
    height: 182px;
    color: #373958;
}

ul.wp-block-list.list-2 li a {
    text-decoration: underline;
}

p {
    line-height: 2;
}

.wp-block-group.top-feat-wrap {
    padding: 82px 0 140px;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo1.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo2.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo3.png);
    background-repeat: no-repeat;
    background-position: bottom 58px right, top 125px left, bottom 89px left 42px;
}

.wp-block-group.top-feat-wrap {
    padding: 82px 0 140px;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo1.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo2.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo3.png);
    background-repeat: no-repeat;
    background-position: bottom 58px right, top 125px left, bottom 89px left 42px;
    background-size: 395px, 408px, 265px;
}

.wp-block-group.top-sugar-wrap h2 {
    writing-mode: vertical-rl;
    line-height: 1.7;
    max-width: fit-content;
    margin: 0 auto;
    height: 260px;
    margin-bottom: 75px;
}

.wp-block-group.top-sugar-wrap p {
    margin-bottom: 65px;
}

.wp-block-group.top-sugar-wrap {
    padding: 136px 0 125px;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/hitosazi-bk-1.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/hitosazi-bk.png);
    background-repeat: no-repeat;
    background-position: bottom 43px right 0px, top left;
    text-shadow: 0 0 5px #ece7fa, 0 0 5px #ece7fa, 0 0 5px #ece7fa, 0 0 5px #ece7fa;
}

.wp-block-group.top-sugar-wrap h2 {
    writing-mode: vertical-rl;
    line-height: 1.7;
    max-width: fit-content;
    margin: 0 auto;
    height: 291px;
    margin-bottom: 57px;
    font-size: 34px;
}

.wp-block-group.column-wrap {
    padding: 76px 0;
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk3.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk4.png);
    background-repeat: no-repeat;
    background-position: top 53px right, bottom 20px left;
}

.wp-block-group.column-wrap.white-bk h2 span {
    font-size: 24px;
}

.wp-block-group.column-wrap.white-bk h2 {
    margin-bottom: 65px;
    line-height: 1.4;
}

.top-news-list-thumbnail {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
}

.top-news-thumbnail img {
    max-width: 290px;
    height: 180px;
    object-fit: cover;
    width: 100%;
    vertical-align: top;
    border-radius: 20px;
}

li.top-news-item {
    width: 50%;
    margin-bottom: 19px;
}

.wp-block-group.inner.insta-wrap h2 {
    margin-bottom: 34px;
}

.wp-block-group.inner.insta-wrap {
    padding: 79px 0 93px;
}

.wp-block-group.inner.insta-wrap .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    margin-top: 44px;
}

.wp-block-group.foot-contact-wrap {
    padding: 95px 0 98px;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/contaxt-v.png);
    background-size: cover;
    color: #fff;
}

.wp-block-group.foot-contact-wrap p {
    margin: 41px 0 57px;
}

.wp-block-group.foot-flex-wrap {
    background-color: black;
    color: #fff;
}

.wp-block-group.foot-flex {
    padding: 54px 0;
    width: 90%;
    margin: 0 auto;
}

.wp-block-group.foot-menu nav {
    font-size: 16px;
}

p.site-link a {
    max-width: 235px;
    width: 100%;
    display: block;
    border: 1px solid #fff;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 13px 0;
    margin: 20px 0 0 auto;
}

figure.wp-block-image.size-full.pick-img,
.wp-block-group.pick-txt {
    width: 50%;
}

figure.wp-block-image.size-full.pick-img.arabino-img:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/can2-1.png);
    background-size: contain;
    display: inline-block;
    width: 184px;
    height: 192px;
    position: absolute;
    bottom: -47px;
    right: -6px;
    background-repeat: no-repeat;
}

figure.wp-block-image.size-full.pick-img.wasan-img:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/wasan2.png);
    background-size: contain;
    display: inline-block;
    width: 173px;
    height: 173px;
    position: absolute;
    bottom: -32px;
    right: -1px;
    background-repeat: no-repeat;
}

figure.wp-block-image.size-full.pick-img.nodoame-img:after {
    content: '';
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/nodoame-2.png);
    background-size: contain;
    display: inline-block;
    width: 120px;
    height: 117px;
    position: absolute;
    left: 29px;
    bottom: 4px;
}

li.top-news-item img {
    transition: .6s;
}

li.top-news-item:hover img {
    opacity: .6;
}

.slider-dots {
    bottom: 0;
}

.entry_meta-flex,
article.entry_item {
    align-items: center;
}

.slider-dots {
    display: none;
}

.wp-block-group.app-fixed-sp.has-link p {
    height: fit-content;
    max-width: fit-content;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff;
    line-height: 1.5;
}

.wp-block-group.app-fixed-sp.has-link {
    display: block;
    width: 106px;
    height: 106px;
    position: fixed;
    top: 106px;
    font-size: 16px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    color: #fff;
    transition: .6s;
    z-index: 9999999999999999999999999999999;
}

.wp-block-group.app-fixed-sp.has-link:hover {
    background-color: #373958;
}

.wp-block-group.app-fixed-sp.has-link,
.wp-block-group.contact-fixed-sp {
    display: none;
}

p.maincopy-p {
    display: none;
}

.under-wrap.shop-wrap .under-v {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/pro-v.png);
}

.under-wrap.shop-wrap .under-v h1:before {
    background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/PRODUCTS.png);
}

/* カートページ・メンバーページの場合、ヘッダー内の「特定の要素」を非表示にする */
.usces-cart header .overlap-element,
.usces-member header .overlap-element {
    display: none !important;
}

body.wc figure.wp-block-image.size-full.app-fixed.img-hover {
    display: none;
}

.wp-block-group.abouttxt-inner {
    padding: 95px 0;
}

.wp-block-group.abouttxt-inner h2 {
    color: #3d3f63;
    writing-mode: vertical-rl;
    max-width: fit-content;
    margin: 0 auto 53px;
    height: 320px;
    position: relative;
}

.wp-block-group.abouttxt-inner p {
    line-height: 2.5;
}

body#about {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/about-bk.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk.jpg);
    background-repeat: no-repeat, repeat;
    background-position: top 379px left, top center;
}

.wp-block-group.about-d-flex p {
    max-width: 600px;
}

.wp-block-group.about-d-flex {
    margin-bottom: 90px;
}

.wp-block-group.ookuchi-box-inner-flex {
    width: 90%;
    margin: 0 auto;
}

.wp-block-group.ookuchi-box-inner-flex figure.wp-block-image.size-full {
    width: 46%;
}

.wp-block-group.miryoku-txt p {
    font-size: 18px;
    line-height: 2;
}

.wp-block-group.miryoku-txt {
    width: 90%;
    margin: 0 auto;
}

.wp-block-group.miryoku-txt h2 {
    color: #373958;
    margin-bottom: 24px;
    font-size: 26px;
    text-align: center;
}

.wp-block-group.about-wrap {
    padding-bottom: 93px;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/mv-bk2.png), url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo2.png);
    background-repeat: no-repeat;
    background-position: top 59px right, top 637px left;
    background-size: 428px, 300px;
}

.wp-block-group.abouttxt-inner h2:before {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k1-1.png);
    background-size: contain;
    display: inline-block;
    width: 96px;
    height: 102px;
    position: absolute;
    top: -44px;
    right: -123px;
    background-repeat: no-repeat;
}

.wp-block-group.abouttxt-inner h2:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k2-2.png);
    background-size: contain;
    display: inline-block;
    width: 96px;
    height: 100px;
    position: absolute;
    bottom: -61px;
    left: -129px;
    background-repeat: no-repeat;
}


.wp-block-group.pickup-wrap h2 {
    margin-bottom: 63px;
}

.wp-block-group.candy-wrap .wp-block-group.pick-txt h4 {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group.candy-wrap .wp-block-group.pick-flex {
    justify-content: space-between;
}

.wp-block-group.pickup-wrap .wp-block-group.pick-txt {
    width: 49%;
}

.wp-block-group.candy-box {
    margin: 75px auto 100px;
    background-color: rgba(255, 255, 255, 0.4);
    padding: 50px 0 65px;
    border-radius: 10px;
}

.wp-block-group.candy-box h3 {
    margin-bottom: 15px;
    color: #373958;
    font-size: 30px;
}

.wp-block-group.candy-flex>.wp-block-group__inner-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3%;
    width: 96%;
    margin: 0 auto;
    align-items: flex-start;
}

.wp-block-group.candy {
    width: 22%;
    margin-top: 55px;
}

.wp-block-group.candy h4 {
    margin: 26px 0 14px;
    font-size: 24px;
}

.wp-block-group.pickup-wrap figure.wp-block-image.size-full.pick-img {
    width: 47%;
}

.wp-block-group.pickup-wrap .wp-block-group.pick-flex {
    margin-bottom: 100px;
    justify-content: space-between;
}

.wp-block-group.pickup-wrap figure.wp-block-image.size-full.pick-img {
    margin: 0;
}

.wp-block-group.pickup-wrap .wp-block-group.pick-txt h4 {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.wp-block-group.pickup-wrap .wp-block-group.pick-txt h5 {
    font-size: 22px;
    color: #373958;
    margin-bottom: 20px;
}

.wp-block-group.pickup-wrap .wp-block-group.pick-txt h3 {
    margin-bottom: 15px;
}

.wp-block-group.candy figure.aligncenter.size-full {
    height: 97px;
}

body#about .under-v h1:before {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/ABOUT-1.png);
}

.wp-block-group.pickup-wrap {
    padding: 78px 0 100px;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/mv-bk2.png), url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo2.png);
    background-position: top 1758px right, bottom 91px left;
    background-repeat: no-repeat;
    background-size: 400px, 300px;
}

.wp-block-group.guidebtn-flex {
    max-width: 1100px;
    margin-top: 75px;
    margin-bottom: 105px;
}

body#guide .inner h2.wp-block-heading.has-text-align-center {
    margin-bottom: 45px;
}

.wp-block-group.flow-box {
    margin-bottom: 44px;
}

.wp-block-group.flow-box h3 {
    padding-left: 53px;
    position: relative;
    margin-bottom: 14px;
}

.wp-block-group.flow-box h3:before {
    content: '1';
    font-size: 22px;
    width: 41px;
    height: 41px;
    background-color: #fff;
    display: block;
    text-align: center;
    line-height: 1.7;
    color: #373958;
    position: absolute;
    left: 0;
    top: 0;
}

.wp-block-group.flow-box:nth-of-type(2) h3:before {
    content: '2';
}

.wp-block-group.flow-box:nth-of-type(3) h3:before {
    content: '3';
}

.wp-block-group.flow-box:nth-of-type(4) h3:before {
    content: '4';
}

.wp-block-group.flow-box:nth-of-type(5) h3:before {
    content: '5';
}

.wp-block-group.flow-box:nth-of-type(6) h3:before {
    content: '6';
}

.wp-block-group.flow-box:nth-of-type(7) h3:before {
    content: '7';
}

.wp-block-group.list-box h3 {
    border-bottom: 1px solid #373958;
    padding-bottom: 14px;
    margin-bottom: 35px;
}

.wp-block-group.list-box ul.wp-block-list li {
    /* margin-bottom: 45px; */
    line-height: 2;
}

.wp-block-group.list-box {
    margin-bottom: 104px;
}

div#attention {
    padding-bottom: 160px;
}

ul.wp-block-list {
    margin-bottom: 48px;
}

ul.wp-block-list.list-2 li {
    margin-bottom: 45px;
}

.wp-block-group.list-box-wrap.inner {
    margin-bottom: 134px;
}

div#law figure.wp-block-table {
    margin-top: 60px;
}

body#guide .under-v h1:before {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/SHOPPING-GUIDE-1.png);
}

body#guide .under-v {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/guide-v-1.png);
}

.wp-block-group.about-company {
    padding: 97px 0 100px;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo1.png), url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo2.png);
    background-repeat: no-repeat;
    background-position: top 56px right, bottom 83px left;
    background-size: 402px, 250px;
}

.wp-block-group.about-company h2 {
    margin-bottom: 52px;
}

.wp-block-group.about-company p {
    line-height: 2.5;
}

.wp-block-group.company-prof-wrap.white-bk .inner {
    position: relative;
    padding: 73px 0 91px;
}

p.prof-title {
    color: #373958;
    width: 128px;
}

.wp-block-group.prof-flex {
    margin-bottom: 16px;
}

.wp-block-group.company-prof-wrap.white-bk h2 {
    margin-bottom: 48px;
}

.wp-block-group.company-txt {
    width: 50%;
}

iframe {
    width: 48%;
}

.wp-block-group.inner.contact-wrap {
    padding: 68px 0 110px;
}

.wp-block-group.inner.contact-wrap h2 {
    margin-bottom: 60px;
}

.wp-block-group.inner.contact-wrap {
    padding: 85px 0 110px;
}

body#privacy .under-v h1:before {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/privacy-policy.png);
}

body#info .under-v h1:before {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/information.png);
}

body#info .under-v {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/company-v.png);
}

.wp-block-snow-monkey-forms-item.smf-item {
    align-items: flex-start !important;
}

.smf-item__col.smf-item__col--label {
    max-width: 366px !important;
    width: 100% !important;
    margin-right: 40px !important;
    position: relative;
    flex: auto !important;
    padding: 10px !important;
}

.smf-item__col.smf-item__col--label .smf-item__label {
    width: 366px !important;
}

.smf-item__col.smf-item__col--controls input.smf-text-control__control,
.smf-item__col.smf-item__col--controls textarea.smf-textarea-control__control {
    padding: 10px !important;
    border: none !important;
    width: 100% !important;
}

span.smf-checkbox-control input.smf-checkbox-control__control,
span.smf-radio-button-control input.smf-radio-button-control__control {
    border: none !important;
}

.smf-item__col.smf-item__col--label:after {
    content: '必須';
    font-size: 16px;
    color: #373958;
    border: 1px solid;
    line-height: 1;
    display: block;
    max-width: 74px;
    width: 100%;
    text-align: center;
    padding: 3px 0 4px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: fit-content;
}

.smf-item__col.smf-item__col--label a {
    text-decoration: underline;
}

body#info .wp-block-group.foot-contact-wrap {
    display: none;
}

span.smf-checkbox-control {
    padding: 10px 0 !important;
}

.smf-action button.smf-button-control__control {
    width: 400px !important;
    border: none !important;
    font-size: 18px !important;
    background: #373958 !important;
    color: #fff !important;
    padding: 21px 0 !important;
    font-family: "Shippori Mincho B1", serif;
    font-weight: 600;
    letter-spacing: 1px;
    display: block !important;
    margin: 0 auto !important;
}

body#usage .wp-block-group.top-sugar-wrap,
.wp-block-group.types-wrap.white-bk,
.wp-block-group.tips-wrap {
    position: relative;
    top: -40px;
    z-index: 0;
}

.wp-block-group.types-wrap .inner {
    position: relative;
}

figure.wp-block-image.size-full.types-title {
    max-width: 302px;
    position: absolute;
    top: -80px;
    left: 72px;
}

.wp-block-group.sugar-box.s-1 {
    max-width: 339px;
}

/* 1. 全体のコンテナ */
.sugar-box {
    position: relative;
    width: fit-content;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
}

/* 2. 画像：PNGの透過部分を維持して暗くする */
.sugar-box .wp-block-image img {
    display: block;
    transition: filter 0.3s ease;
}

.sugar-box:hover .wp-block-image img {
    filter: brightness(60%);
}

/* 3. テキスト全体の配置（ここが重要） */
.sugarbox-txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 常にこの「塊全体」を中央に */
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    transition: all 0.3s ease;
    /* 動きを滑らかに */
}

/* 4. 上白糖（タイトル） */
.sugarbox-txt h3 {
    margin: 0;
    padding: 0;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
    line-height: 1.2;
    font-size: 30px;
    color: #373958;
    letter-spacing: 0;
}

/* 5. 説明文：高さと不透明度で制御 */
.sugarbox-txt p {
    color: #fff;
    /* font-size: 0.85em; */
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
    padding: 0;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, opacity 0.3s ease, margin-top 0.3s ease;
}

/* 6. ホバー時：説明文に高さを与えて表示 */
.sugar-box:hover .sugarbox-txt p {
    max-height: 100px;
    opacity: 1;
    margin-top: 19px;
}

.wp-block-group.sugar-box:hover .sugarbox-txt h3 {
    color: #fff;
    text-shadow: 0 0 0px black;
}

.wp-block-group.types-wrap .inner {
    padding: 200px 0 105px;
}

.wp-block-group.sugar-box.s-1 {
    margin-top: 92px;
}

.wp-block-group.sugar-box.s-2 {
    max-width: 284px;
}

.wp-block-group.sugar-box.s-3 {
    margin-top: 54px;
    max-width: 302px;
}

.wp-block-group.sugar-box.s-4 {
    max-width: 290px;
    margin-top: 103px;
}

.wp-block-group.sugar-flex {
    justify-content: space-between;
}

.wp-block-group.sugar-box.s-5,
.wp-block-group.sugar-box.s-7 {
    margin-top: 42px;
}

.wp-block-group.sugar-box.s-6 {
    bottom: 92px;
}

.wp-block-group.sugar-flex:nth-of-type(2) {
    max-width: 1217px;
    margin: 0 auto;
}

p.has-text-align-center.cursor-txt {
    margin: 26px 0 65px;
    font-size: 16px;
}

.wp-block-group.sugarbox-txt p {
    width: 85%;
    margin: 0 auto;
    line-height: 1.5;
    text-align: left;
    max-width: fit-content;
    font-size: 15px;
}

.wp-block-group.tips-wrap {
    padding: 86px 0 0;
}

.wp-block-group.tips-wrap h2 {
    margin-bottom: 88px;
}

.wp-block-group.tips-txtbox {
    width: 45%;
}

.wp-block-group.tips-flex {
    justify-content: space-between;
}

.wp-block-group.tips-flex figure.wp-block-image.size-full {
    width: 50%;
    position: relative;
}

.wp-block-group.tips-txtbox h4 {
    color: #373958;
    font-size: 24px;
}

.wp-block-group.tips-inner {
    margin-bottom: 120px;
}

.wp-block-group.tips-txtbox h3 {
    margin-bottom: 27px;
    color: #373958;
    margin-top: 8px;
    font-size: 30px;
}

.wp-block-group.tips-items p {
    margin-bottom: 55px;
}

.wp-block-group.tips-items {
    margin: 58px 0 58px;
}

.wp-block-buttons.column-btn a {
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 15px;
}

.wp-block-group.tips-flex:nth-of-type(1) figure.wp-block-image.size-full:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/s7.png);
    background-size: contain;
    display: inline-block;
    width: 217px;
    height: 216px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -39px;
    left: -12px;
}

.wp-block-group.tips-flex:nth-of-type(2) figure.wp-block-image.size-full:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/s6-optimized.png);
    background-size: contain;
    display: inline-block;
    width: 217px;
    height: 216px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -39px;
    right: -12px;
}

.wp-block-group.tips-flex:nth-of-type(3) figure.wp-block-image.size-full:after {
    content: '';
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/s1.png);
    background-size: contain;
    display: inline-block;
    width: 217px;
    height: 216px;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -39px;
    left: -12px;
}

.wp-block-group.tips-flex {
    margin-bottom: 45px;
}

.wp-block-group.tips-wrap {
    padding: 96px 0 0;
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo1.png), url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo2.png), url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo3.png);
    background-repeat: no-repeat;
    background-position: top 146px right, top 1669px left, top 1202px right 145px;
    background-size: 450px, 300px, 300px;
}

.entry_category {
    background: #3d3f63;
    color: #fff;
}

.post-title,
article.entry_item {
    border-bottom: 1px dotted #3d3f63;
}

.wp-block-group.about-company p.has-text-align-right.owner-name {
    text-align: center;
    margin-top: 30px;
}

br.sp2 {
    display: none;
}

.tab-panel.panel-b a {
    text-decoration: underline;
}

#usage .under-v h1:before {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/How-to-use-sugar.png);
}

#usage .under-v {
    background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/about-v-1.png);
    position: relative;
    z-index: 10;
}

figure.wp-block-image.size-full.is-resized.img-hover.foot-logo img {
    width: 100% !important;
}

figure.wp-block-image.size-full.is-resized.img-hover.foot-logo {
    max-width: 115px;
    width: 100%;
}

#customer-info td,
#delivery-info td,
#customer-info select,
#customer-info .customer_form input,
#customer-info th,
#delivery-info th,
#confirm_table th,
#newmember table th {
    font-size: 16px !important;
}

.wp-block-group.tips-txtbox p {
    margin-bottom: 27px;
}

.pagination {
    display: flex;
    margin: 40px 0;
}

#inside-cart .no_cart {
    color: inherit !important;
}

/* ==============================

    タブレット縦横

============================== */

@media only screen and (max-width:1650px) {
    .wp-block-group.about-d-flex p {
        width: 70%;
        margin-right: 30px;
    }

    .wp-block-group.candy {
        width: 43%;
    }

    .wp-block-group.ookuchi-box-inner-flex figure.wp-block-image.size-full {
        width: 100%;
        max-width: 500px;
        margin: 0 auto 35px;
    }

    .wp-block-group.ookuchi-box {
        padding: 72px 0 50px;
        margin-top: 61px;
    }

    .wp-block-group.miryoku-txt h2 {
        text-align: center;
    }

    .wp-block-group.ookuchi-box-inner-flex {
        display: block;
    }

    body#about {
        background-size: 750px;
    }

    .pos-left-bottom {
        top: 83%;
    }

    .pos-center {
        top: 45%;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .mv-container {
        overflow: hidden;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

    .diag-slider-inner figure img {
        object-fit: cover;
        border-radius: 20px;
    }

    .diag-slider-inner figure {
        width: 500px;
        height: 347px;
    }

    .wp-block-group.mv-copy-overlay {
        width: 90%;
        max-width: 1100px;
    }

    .mv-container {
        height: 900px;
    }

    figure.wp-block-image.size-full.app-fixed {
        display: none;
    }

    figure.wp-block-image.size-full.maincopy-2 {
        max-width: 132px;
    }

    figure.wp-block-image.size-full.maincopy-1 {
        max-width: 89px;
        top: 96px;
        left: 27px;
    }

    figure.wp-block-image.size-full.maincopy-2:before {
        width: 103px;
        height: 111px;
        top: -135px;
        right: -43px;
    }

    figure.wp-block-image.size-full.maincopy-2:after {
        width: 103px;
        height: 105px;
        bottom: -65px;
        left: -93px;
    }

    .wp-block-group.inner.news-flex {
        max-width: 696px;
        padding: 100px 0 68px;
    }

    body#top .wrap {
        background-position: top left, top 678px right, top 202px right 44px;
        background-size: 1015px, 500px, 263px;
    }

    .wp-block-group.top-pickup {
        background-position: top right, top 413px left;
        background-size: 450px, 400px;
    }

    .wp-block-group.recommended-wrap .inner:before,
    .wp-block-group.company-prof-wrap.white-bk .inner:before {
        width: 128px;
        height: 119px;
        position: absolute;
        top: -24px;
        right: -28px;
        background-repeat: no-repeat;
    }

    .wp-block-group.recommended-wrap .inner:after,
    .wp-block-group.company-prof-wrap.white-bk .inner:after {
        width: 120px;
        height: 140px;
        position: absolute;
        bottom: -30px;
        left: -25px;
    }

    .wp-block-group.rec-box h3 {
        padding: 24px 0 0;
    }

    .wp-block-group.rec-box {
        margin-bottom: 46px;
    }

    .wp-block-group.rec-box:nth-of-type(3),
    .wp-block-group.rec-box:nth-of-type(4),
    .wp-block-group.rec-box:nth-of-type(5) {
        margin-bottom: 22px;
    }

    .wp-block-group.recommended-wrap .inner {
        padding: 85px 0 67px;
    }

    .wp-block-group.feat-box {
        width: 47%;
    }

    .wp-block-group.feat-flex {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5% !important;
    }

    .wp-block-group.feat-box:last-of-type {
        margin-top: 35px;
    }

    .wp-block-group.top-feat-wrap {
        background-position: bottom 58px right, top 87px left, bottom 89px left 42px;
        background-size: 348px, 334px, 246px;
    }

    .wp-block-group.top-sugar-wrap {
        padding: 136px 0 125px;
        background-position: bottom 30px right, top left;
        text-shadow: 0 0 5px #ece7fa, 0 0 5px #ece7fa, 0 0 5px #ece7fa, 0 0 5px #ece7fa;
        background-size: 323px, 695px;
        padding: 107px 0 77px;
    }

    .wp-block-group.column-wrap {
        padding: 76px 0;
        background-position: top 37px right, bottom 9px left;
        background-size: 349px, 231px;
    }

    .top-news-thumbnail img {
        max-width: 249px;
        height: 149px;
    }

    .smf-item__col.smf-item__col--label {
        max-width: 330px !important;
    }

    .wp-block-group.foot-contact-wrap {
        padding: 63px 0 70px;
        background-position: center;
    }

    .wp-block-group.app-fixed-sp.has-link {
        display: block;
    }

    .smf-item__col.smf-item__col--label .smf-item__label {
        width: auto !important;
    }

    .wp-block-group.company-flex {
        display: block;
    }

    .wp-block-group.company-txt {
        width: 100%;
        max-width: 700px;
        margin: 0 auto 46px;
    }

    iframe {
        width: 100%;
    }

    .wp-block-group.about-company p.has-text-align-right.owner-name {
        text-align: right;
        margin-top: 14px;
    }

    .wp-block-group.guidebtn-flex {
        gap: 10px !important;
    }

    div#attention {
        padding-bottom: 122px;
    }

    .wp-block-group.pickup-wrap {
        background-position: top 2245px right, bottom 59px left;
        background-size: 350px, 250px;
    }

    figure.wp-block-image.size-full.types-title {
        left: 0;
        top: -66px;
    }

    /* 1. 画像のホバーフィルターを無効化（明るさをそのままに） */
    .sugar-box .wp-block-image img,
    .sugar-box:hover .wp-block-image img {
        filter: none !important;
    }

    /* 2. 説明文を最初から表示状態にする */
    .sugarbox-txt p {
        max-height: none !important;
        opacity: 1 !important;
        margin-top: 8px !important;
        /* タイトルとの間隔 */
        visibility: visible !important;
    }

    /* 3. タイトルと説明文をセットで中央に配置 */
    .sugarbox-txt {
        /* すでに中央配置の記述がある前提ですが、
           「塊全体」を確実に中央へ固定します */
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) !important;

        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    /* 4. 文字色の指定（#373958） */
    .sugarbox-txt h3,
    .sugarbox-txt p {
        color: #373958 !important;
        text-shadow: none !important;
        /* 背景が暗くないので影を消す */
    }

    .wp-block-group.sugarbox-txt h3,
    .wp-block-group.sugarbox-txt p,
    .wp-block-group.sugar-box:hover .sugarbox-txt h3 {
        text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff !important;
    }

    .wp-block-group.sugarbox-txt h3 {
        font-size: 22px;
    }

    .wp-block-group.types-wrap .inner {
        padding: 146px 0 86px;
    }

    p.has-text-align-center.cursor-txt {
        display: none;
    }

    figure.wp-block-image.size-full.pick-img.wasan-img:after {
        width: 130px;
        height: 130px;
        position: absolute;
        bottom: -10px;
        right: -1px;
    }

    figure.wp-block-image.size-full.pick-img.arabino-img:after {
        width: 150px;
        height: 157px;
        position: absolute;
        bottom: -27px;
        right: -20px;
        background-repeat: no-repeat;
    }
}



/* ==============================

    スマホ・タブレット縦

============================== */

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

    .wp-block-group.contact-fixed-sp.has-link p {
        line-height: 4.1;
        font-size: 21px;
    }

    .wp-block-group.contact-fixed-sp.has-link p.has-text-align-center.header-contact-txt {
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: fit-content;
        text-align: center;
        letter-spacing: 0;
        line-height: 1;
        font-size: 14px;
    }

    .wp-block-group.contact-fixed-sp.has-link {
        display: block;
        width: 104px;
        height: 104px;
        position: fixed !important;
        top: 0;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
        color: #fff;
        transition: .6s;
        z-index: 9999999999999999999999999999999;
        right: 212px;
        border-left: 1px solid;
    }

    .wp-block-group.contact-fixed-sp.has-link p.has-text-align-center.header-contact-txt {
        position: absolute;
        bottom: 13px;
        left: 0;
        right: 0;
        margin: auto;
        max-width: fit-content;
        text-align: center;
        letter-spacing: 0;
    }

    p.prev:before,
    p.next:before,
    p.next,
    p.prev {
        width: 20px;
        height: 20px;
    }

    .wp-block-group.miryoku-txt {
        width: 85%;
        margin: 0 auto;
    }

    .wp-block-group.top-sugar-wrap {
        background-position: bottom 10px right, top left;
        background-size: 223px, 695px;
        padding: 107px 0 88px;
    }

    .wp-block-group.top-sugar-wrap h2 {
        margin-bottom: 21px;
    }

    .pagination {
        display: flex;
        margin: 25px 0 0;
        font-size: 14px;
    }

    .welcart-sidemenu {
        margin-top: 23px;
    }

    body#usage .wp-block-group.top-sugar-wrap,
    .wp-block-group.types-wrap.white-bk,
    .wp-block-group.tips-wrap {
        top: -43px;
    }

    ul.ec_item-list li a img {
        height: 354px;
    }

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .is-layout-flex>nav.header-inner-menu {
        display: none;
    }

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

    .diag-slider-inner figure {
        width: 400px;
        height: 283px;
    }

    figure.wp-block-image.size-full.maincopy-1 {
        max-width: 89px;
        top: 46px;
        left: 27px;
    }

    .mv-container {
        height: 745px;
    }

    figure.wp-block-image.size-full.maincopy-2 {
        max-width: 157px;
        top: 532px;
        right: 22px;
    }

    .wp-block-group.inner.news-flex {
        padding: 142px 0 68px;
    }

    .wp-block-group.headerwrap {
        width: 100%;
        height: 106px;
    }

    body {
        width: 100%;
        padding-top: 106px;
    }

    .nav-wrapper {
        display: block;
        top: -3px;
        z-index: 99999;
        left: auto;
        right: 0;
    }

    .wp-block-group.app-fixed-sp.has-link {
        display: block;
        width: 106px;
        height: 106px;
        position: fixed;
        top: 0;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
        color: #fff;
        transition: .6s;
        z-index: 9999999999999999999999999999999;
        right: 106px;
        border-right: 1px solid;
        border-left: 1px solid;
    }

    .wp-block-group.mv-copy-overlay {
        width: 100%;
    }

    figure.wp-block-image.size-full.maincopy-2 {
        right: 63px;
        top: 347px;
        max-width: 135px;
    }

    .date-category-wrap {
        width: 100%;
    }

    figure.wp-block-image.size-full.img-hover.header-logo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        right: auto;
    }

    .wp-block-group.btn-flex {
        display: block;
    }

    .wp-block-group.btn-flex .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
        margin-top: 13px;
    }

    br.pc {
        display: block;
    }

    .wp-block-group.top-about-wrap {
        padding: 89px 0 136px;
        background-position: bottom 0 center;
        background-size: 792px;
    }

    .wp-block-group.pick-txt h3 {
        margin-bottom: 18px !important;
    }

    .wp-block-group.slider-05 {
        margin: 0 auto 42px;
    }

    .wp-block-group.rec-box h3 {
        font-size: 18px;
        background-size: 59px;
        letter-spacing: 0;
    }

    .wp-block-group.feat-flex {
        gap: 5% !important;
    }

    .wp-block-group.feat-box h3 {
        max-width: fit-content;
        margin: 20px auto 18px;
        height: fit-content;
    }

    .wp-block-group.top-feat-wrap {
        padding: 76px 0 73px;
    }

    li.top-news-item {
        width: 100%;
    }

    ul.top-news-list-thumbnail {
        max-width: 500px;
        margin: 0 auto;
    }

    footer ul.wp-block-navigation__container.items-justified-right.wp-block-navigation {
        justify-content: center;
        max-width: 500px;
    }

    .open.menu-style-6 .sp-nav-wrap {
        transform: translateY(0);
    }

    .menu-style-6 .sp-nav-wrap {
        transform: translateY(-100%);
    }

    .wp-block-group.ookuchi-box p {
        font-size: 20px;
        width: 100%;
        margin: 0 auto 32px;
    }

    .wp-block-group.feat-flex {
        display: block;
    }

    .wp-block-group.feat-box {
        width: 100% !important;
        max-width: 500px;
        margin: 0 auto 41px;
    }

    .wp-block-group.top-feat-wrap {
        padding: 65px 0 52px;
    }

    .wp-block-group.about-company p.has-text-align-center {
        text-align: left;
        max-width: fit-content;
        margin: 0 auto;
    }

    .wp-block-snow-monkey-forms-item.smf-item {
        display: block !important;
    }

    .smf-item__col.smf-item__col--label,
    .smf-item__col.smf-item__col--controls input.smf-text-control__control,
    .smf-item__col.smf-item__col--controls textarea.smf-textarea-control__control {
        width: 100% !important;
        max-width: 100% !important;
    }

    .smf-form--simple-table .smf-item__col--controls {
        max-width: 100% !important;
    }

    .smf-item__col.smf-item__col--label {
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .wp-block-group.about-company {
        padding: 92px 0 84px;
        background-position: top 20px right, bottom 35px left;
        background-size: 302px, 200px;
    }

    .wp-block-group.inner.contact-wrap {
        padding: 77px 0 74px;
    }

    .wp-block-group.inner.contact-wrap h2 {
        margin-bottom: 47px;
    }

    .wp-block-group.tokusho-wrap {
        padding: 62px 0;
    }

    .wp-block-group.list-box {
        margin-bottom: 84px;
    }

    body#about {
        background-size: 550px;
        background-position: top 483px left, top center;
    }

    .wp-block-group.abouttxt-inner p {
        text-align: left;
        max-width: fit-content;
        margin: 0 auto;
    }

    .wp-block-group.abouttxt-inner {
        padding: 76px 0 63px;
    }

    .wp-block-group.about-d-flex {
        margin-bottom: 63px;
        display: block;
    }

    .wp-block-group.about-d-flex figure.wp-block-image.size-full {
        max-width: 500px;
        margin: 0 auto 34px;
    }

    .wp-block-group.about-d-flex p {
        width: 100%;
        margin: 0 auto;
    }

    .wp-block-group.about-wrap {
        padding-bottom: 93px;
        background-position: top 145px right, top 774px left;
        background-size: 293px, 207px;
    }

    .wp-block-group.ookuchi-box-inner-flex figure.wp-block-image.size-full {
        max-width: 358px;
        margin: 0 auto 35px;
    }

    .wp-block-group.ookuchi-box-inner-flex {
        width: 98%;
    }

    body#about .wp-block-group.ookuchi-box>.wp-block-group__inner-container:before,
    body#about .wp-block-group.ookuchi-box>.wp-block-group__inner-container:after {
        height: 103%;
    }

    .wp-block-group.pickup-wrap figure.wp-block-image.size-full.pick-img {
        width: 100%;
        margin: 0 auto 28px !important;
    }

    .wp-block-group.pickup-wrap .wp-block-group.pick-txt {
        width: 100%;
    }

    .wp-block-group.pickup-wrap .wp-block-group.pick-flex {
        margin-bottom: 65px;
    }

    .wp-block-group.candy-flex>.wp-block-group__inner-container {
        gap: 8%;
    }

    body#about .wp-block-group.ookuchi-box p {
        font-size: 18px;
        margin-bottom: 34px;
    }

    .wp-block-group.tips-flex {
        margin-bottom: 40px;
        display: block;
    }

    .wp-block-group.tips-flex figure.wp-block-image.size-full {
        width: 100%;
        position: relative;
        max-width: 450px;
        margin: 0 auto 28px;
    }

    .wp-block-group.tips-txtbox {
        width: 100%;
        max-width: 650px;
        margin: 0 auto;
    }

    .wp-block-group.tips-flex:nth-of-type(1) figure.wp-block-image.size-full:after {
        width: 154px;
        height: 156px;
        bottom: -24px;
        left: -12px;
    }

    .wp-block-group.tips-flex:nth-of-type(2) figure.wp-block-image.size-full:after {
        width: 154px;
        height: 154px;
        bottom: -20px;
        right: -12px;
    }

    .wp-block-group.tips-flex:nth-of-type(3) figure.wp-block-image.size-full:after {
        width: 154px;
        height: 153px;
        bottom: -25px;
        left: -29px;
    }

    .wp-block-group.tips-txtbox h3 {
        margin-bottom: 6px;
        margin-top: 0px;
    }

    .wp-block-group.tips-items p {
        margin: 0 auto 40px;
        text-align: left;
        max-width: fit-content;
    }

    body#usage .wp-block-group.top-sugar-wrap p {
        text-align: left;
    }

    .wp-block-group.tips-inner {
        margin-bottom: 77px;
    }

    .wp-block-group.tips-wrap {
        padding: 65px 0 0;
        background-position: top 146px right, top 2031px left, top 838px right 39px;
        background-size: 343px, 200px, 250px;
    }

    p.has-text-align-center.sugar-setumei {
        text-align: left;
        max-width: fit-content;
        margin: 0 auto;
    }

    .wp-block-group.sugar-flex {
        flex-wrap: wrap;
    }

    .wp-block-group.sugar-box.s-1 {
        margin-top: 92px;
        max-width: 297px;
    }

    .wp-block-group.sugar-box.s-2 {
        margin-top: 127px;
        top: -78px;
    }

    .wp-block-group.sugar-box.s-3 {
        margin-top: 0;
        max-width: 285px;
    }

    .wp-block-group.sugar-box.s-4 {
        margin-top: 0;
        bottom: 55px;
    }

    .wp-block-group.sugar-box.s-5 {
        margin: 0 auto;
        top: -35px;
        right: 0;
        max-width: 305px;
        left: 24px;
    }

    .wp-block-group.sugar-box.s-7 {
        top: -61px;
        margin: 0;
    }

    .wp-block-group.sugar-box.s-6 {
        bottom: 21px;
        max-width: 290px;
    }

    .wp-block-group.sugar-box.s-8 {
        bottom: 64px;
        left: 11%;
        right: 0;
        margin: auto;
    }

    .wp-block-group.sugars {
        max-width: 587px;
        margin: 0 auto;
    }

    .wp-block-group.tips-items {
        margin: 51px 0 24px;
    }

    .wp-block-group.abouttxt-inner br.pc {
        display: none;
    }


}


/* ==============================

    PC・タブレット横 

============================== */

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}



/* ==============================

    タブレット縦のみ

============================== */

@media (max-width: 1100px) and (min-width: 710px) {

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .wp-block-group.pick-flex.is-nowrap.is-layout-flex {
        display: block;
    }

    figure.wp-block-image.size-full.pick-img,
    .wp-block-group.pick-txt {
        width: 100%;
    }

    figure.wp-block-image.size-full.pick-img {
        margin: 0 auto 25px;
        max-width: 450px;
    }

    .wp-block-group.pick-txt h3 {
        margin-bottom: 16px;
    }

    .wp-block-group.pick-txt h4,
    .wp-block-group.pick-txt h3 {
        max-width: fit-content;
        margin: 0 auto 7px;
    }

    .wp-block-group.pick-txt {
        max-width: 700px;
        margin: 0 auto;
    }



    figure.wp-block-image.size-full.pick-img.nodoame-img:after {
        width: 104px;
        height: 101px;
        position: absolute;
        left: 6px;
        bottom: -2px;
        background-repeat: no-repeat;
    }

    .wp-block-group.ookuchi-box p {
        font-size: 20px;
        margin-bottom: 34px;
    }

    .wp-block-group.ookuchi-box {
        padding: 60px 0 66px;
    }

    .wp-block-group.slider-05 p.prev {
        left: 0;
    }

    .wp-block-group.slider-05 p.prev,
    .wp-block-group.slider-05 p.next {
        bottom: auto;
        top: -109px;
        margin: auto;
    }

    .wp-block-group.slider-05 p.next {
        right: 0;
    }

    .wp-block-group.rec-box {
        width: 46%;
    }

    .wp-block-group.rec-flex {
        gap: 5% !important;
    }

    .wp-block-group.rec-box h3 {
        padding: 16px 0 0;
        font-size: 20px;
        background-size: 59px;
    }

    p.has-text-align-center.rec-txt {
        margin-top: 19px;
    }

    .wp-block-group.top-feat-wrap {
        padding: 65px 0 87px;
    }

    .wp-block-group.column-wrap {
        padding: 59px 0;
    }

    .wp-block-group.foot-flex {
        padding: 48px 0 35px;
        display: block;
    }

    figure.wp-block-image.size-full.is-resized.img-hover.foot-logo {
        max-width: fit-content;
        margin: 0 auto 29px;
    }

    footer nav.items-justified-right.wp-block-navigation {
        max-width: fit-content;
        margin: 0 auto;
    }

    p.site-link a {
        margin: 26px auto 0;
    }

    body#about .wp-block-group.ookuchi-box {
        padding: 52px 0 1px;
    }

}


/* ==============================

    スマホ　

============================== */

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


    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 1.7;
    }

    /* ==============================
    
    特定商取引に基づく表記・テーブル
    
　============================== */
    .wp-block-table tr td {
        display: block;
        width: 100%;
    }

    .wp-block-table td:first-of-type {
        width: 100%;
    }

    figure.wp-block-table td,
    figure.wp-block-table th {
        border: none;
        padding: 10px 13px;
    }

    figure.wp-block-table {
        font-size: 14px;
    }

    .wp-block-group.tokusho-wrap {
        padding: 59px 0 94px;
    }


    /* ==============================
    
    個人情報保護方針
    
　============================== */
    .wp-block-group.policy-wrap {
        font-size: 14px;
        padding: 59px 0 94px;
    }

    .wp-block-group.policy-wrap p {
        margin-bottom: 23px;
    }

    .wp-block-group.policy-wrap li {
        margin-bottom: 20px;
    }

    /* ==============================
    
        以下テーマ専用CSS
    
    ============================== */
    figure.wp-block-image.size-full.app-fixed.img-hover {
        display: none;
    }

    .mv-container {
        overflow: hidden;
        /* モバイルでは突き抜けさせず、横並びを強調 */
    }

    .diag-slider-inner figure {
        /* スマホサイズに合わせて画像サイズを調整（画面幅の70%など） */
        width: 70vw;
        height: auto;
        aspect-ratio: 500 / 327;
        /* 元の比率を維持 */
    }

    /* 全ての画像を垂直方向の中央に揃える */
    .pos-center,
    .pos-right-top,
    .pos-left-bottom,
    .pos-entry {
        top: 50% !important;
    }

    /* 中央の画像 */
    .pos-center {
        left: 50% !important;
        z-index: 10;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.0);
    }

    /* 右側に見切れる画像 */
    .pos-right-top {
        left: 105% !important;
        /* 右端に少し見切れる */
        z-index: 5;
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(0.8);
    }

    /* 左側に見切れる画像 */
    .pos-left-bottom {
        left: -5% !important;
        /* 左端に少し見切れる */
        z-index: 5;
        opacity: 0.6;
        transform: translate(-50%, -50%) scale(0.8);
    }

    /* 待機位置（右側遠くに隠す） */
    .pos-entry {
        left: 150% !important;
        opacity: 0;
    }

    .wp-block-group.headerwrap {
        height: 63px;
    }

    .hamburger-wrapper {
        width: 63px;
        height: 63px;
    }

    .wp-block-group.app-fixed-sp.has-link {
        display: block;
        width: 63px;
        height: 63px;
        right: 63px;
    }

    .icon-style-2 .hamburger__line--1,
    .icon-style-3 .hamburger__line--1 {
        top: 19px;
    }

    .icon-style-2 .hamburger__line--2,
    .icon-style-3 .hamburger__line--2 {
        top: 29px;
    }

    .icon-style-2 .hamburger__line--3,
    .icon-style-3 .hamburger__line--3 {
        top: 39px;
    }

    .hamburger__line {
        width: 35px;
    }

    .hamburger .wp-block-group__inner-container::after,
    .hamburger .wp-block-group__inner-container::before {
        bottom: 1px;
        font-size: 11px;
    }

    .open.icon-style-2 .hamburger__line--3 {
        top: 52px;
    }

    .open.nav-wrapper.icon-style-2 .hamburger__line--1 {
        top: 12px;
    }

    figure.wp-block-image.size-full.img-hover.header-logo {
        left: 10px;
        max-width: 155px;
        bottom: 2px;
    }

    .wp-block-group.recommended-wrap .inner:before,
    .wp-block-group.company-prof-wrap.white-bk .inner:before {
        width: 61px;
        height: 74px;
        top: -24px;
        right: 0;
    }

    .top-news-thumbnail img {
        max-width: 164px;
        height: 105px;
        width: 100%;
        vertical-align: top;
        border-radius: 10px;
    }

    p.maincopy-p {
        display: block;
    }

    body {
        padding-top: 63px;
    }

    .pos-center,
    .pos-right-top,
    .pos-left-bottom,
    .pos-entry {
        top: 22% !important;
    }

    .pos-right-top {
        left: 118% !important;
        top: 13% !important;
    }

    .pos-left-bottom {
        left: -18% !important;
        top: 13% !important;
    }

    figure.wp-block-image.size-full.maincopy-2 {
        display: none;
    }

    figure.wp-block-image.size-full.maincopy-1 {
        max-width: 67px;
        top: 274px;
        left: 0;
        right: 0;
        margin: auto;
    }

    p.has-text-align-center.maincopy-p {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        max-width: fit-content;
        font-size: 18px;
        line-height: 1.8;
        top: 556px;
        letter-spacing: 3px;
        color: #3d3f63;
    }

    body#top .wrap {
        background-position: top 289px left -38px, top 425px right, top 228px right 44px;
        background-size: 530px, 199px, 129px;
    }

    .mv-container {
        height: 688px;
    }

    .wp-block-group.inner.news-flex {
        display: block;
        padding: 21px 14px 33px;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 5px;
        margin-bottom: 41px;
        position: relative;
    }

    .wp-block-group.news-title {
        width: auto;
        margin-bottom: 14px;
    }

    .wp-block-group.news-title h2 {
        font-size: 20px;
        text-align: center;
    }

    p.news-more a {
        margin-top: 0;
        display: block;
        padding-left: 27px;
        position: absolute;
        bottom: 7px;
        right: 12px;
        font-size: 12px;
    }

    p.news-more a:after {
        content: '';
        width: 22px;
        height: 22px;
        top: 0px;
        bottom: 0;
        margin: auto;
        left: 0;
    }

    p.news-more a:before {
        content: '';
        width: 5px;
        height: 5px;
        left: 8px;
        bottom: 0;
    }

    ul.top-news-list li a {
        font-size: 14px;
    }

    ul.top-news-list li a {
        font-size: 14px;
    }

    figure.wp-block-image.size-full.maincopy-1:before {
        content: "";
        background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k1-2.png);
        background-size: contain;
        display: inline-block;
        width: 58px;
        height: 60px;
        position: absolute;
        top: -50px;
        right: -73px;
    }

    figure.wp-block-image.size-full.maincopy-1:after {
        content: "";
        background-image: url(https://gion-abeya-market.com/wp/wp-content/uploads/2026/01/k2-2.png);
        background-size: contain;
        display: inline-block;
        width: 60px;
        height: 66px;
        position: absolute;
        bottom: -33px;
        left: -93px;
        background-repeat: no-repeat;
    }

    .wp-block-group.top-about-wrap p {
        writing-mode: lr;
        line-height: 2;
        margin: 0 auto 37px;
        max-width: fit-content;
        height: auto;
    }

    .wp-block-group.top-about-wrap figure.aligncenter.size-full {
        margin-bottom: 31px;
    }

    .wp-block-buttons .wp-block-button a {
        padding: 16px 0;
        font-size: 14px;
        padding-left: 17px;
        text-shadow: 0 0;
    }

    .wp-block-buttons .wp-block-button,
    .wp-block-buttons .wp-block-button a {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }

    .wp-block-button:hover:after {
        left: 19px;
    }

    .wp-block-button:after {
        width: 20px;
        height: 20px;
        display: block;
        position: absolute;
        top: 1px;
        bottom: 0;
        margin: auto;
        left: 14px;
        z-index: 100;
        transition: .6s;
    }

    .wp-block-button:hover:before {
        left: 26px;
    }

    .wp-block-button:before {
        content: '';
        width: 5px;
        height: 5px;
        top: 2px;
        left: 21px;
    }

    .wp-block-group.top-about-wrap {
        padding: 49px 0 129px;
        background-position: bottom 0 center;
        background-size: 600px;
    }

    .wp-block-image.en-title,
    .wp-block-image.en-title figure {
        margin: 0 auto 4px !important;
    }

    br.pc2 {
        display: none;
    }

    .wp-block-image.en-title img {
        height: 10px !important;
        min-height: 10px !important;
    }

    h2 {
        font-size: 22px;
    }

    .wp-block-group.top-pick-inner h2 {
        margin-bottom: 31px;
    }

    .wp-block-group.pick-flex {
        display: block;
    }

    figure.wp-block-image.size-full.pick-img,
    .wp-block-group.pick-txt {
        width: 100%;
    }

    figure.wp-block-image.size-full.pick-img {
        max-width: 400px;
        margin: 0 auto;
    }

    figure.wp-block-image.size-full.pick-img.arabino-img:after {
        width: 99px;
        height: 104px;
        position: absolute;
        bottom: -25px;
        right: 0;
        background-repeat: no-repeat;
    }

    figure.wp-block-image.size-full.pick-img.wasan-img:after {
        width: 90px;
        height: 90px;
        position: absolute;
        bottom: -10px;
        right: -1px;
    }

    .wp-block-group.pick-txt h4 {
        font-size: 16px;
        background-color: #fbfaff;
        max-width: fit-content;
        padding: 3px 14px;
        color: #373958;
        margin: 36px auto 5px !important;
    }

    .wp-block-group.pick-txt h3 {
        font-size: 20px;
        color: #373958;
        text-align: center;
        margin-bottom: 15px !important;
    }

    .wp-block-group.slider-05 {
        margin: 0 auto 32px;
    }

    .wp-block-group.slider-05 p.prev,
    .wp-block-group.slider-05 p.next {
        bottom: auto;
        top: -124px;
    }

    .wp-block-group.slider-05 p.prev {
        left: -17px;
    }

    .wp-block-group.slider-05 p.next {
        right: -17px;
    }

    .wp-block-group.top-pickup {
        padding: 48px 0 69px;
        background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/bk1.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo2.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/kumo3.png);
        background-repeat: no-repeat;
        background-position: top right, top 645px left -33px, left -32px top 120px;
        background-size: 276px, 162px, 134px;
    }

    .wp-block-group.ookuchi-box p {
        font-size: 16px;
        width: 80%;
        margin: 0 auto 25px;
    }

    .wp-block-group.ookuchi-box {
        padding: 39px 0 42px;
        margin-top: 49px;
        background-position: bottom 13px left 25px, top 13px right 25px;
        background-size: 30px;
    }

    .wp-block-group.ookuchi-box:before,
    .wp-block-group.ookuchi-box:after {
        height: 6px;
    }

    .wp-block-group.ookuchi-box>.wp-block-group__inner-container:before {
        width: 6px;
        height: 109%;
        left: 10px;
        top: -10px;
    }

    .wp-block-group.ookuchi-box>.wp-block-group__inner-container:after {
        width: 6px;
        height: 109%;
        right: 10px;
        top: -10px;
    }

    .wp-block-group.rec-box h3 {
        font-size: 16px;
        background-size: 59px;
        letter-spacing: 0px;
        padding: 14px 0 39px;
        background-position: top 11px center;
    }

    .wp-block-group.rec-box {
        max-width: 250px;
        width: 100%;
    }

    .wp-block-group.recommended-wrap h2 {
        margin-bottom: 42px;
    }

    p.has-text-align-center.rec-txt br {
        display: none;
    }

    p.has-text-align-center.rec-txt {
        margin-top: 5px;
        text-align: left;
    }

    .wp-block-group.recommended-wrap .inner {
        padding: 42px 0 68px;
    }

    .wp-block-group.recommended-wrap .inner:before,
    .wp-block-group.company-prof-wrap.white-bk .inner:before {
        width: 71px;
        height: 74px;
        top: -7px;
        right: -10px;
    }

    .wp-block-group.recommended-wrap .inner:after,
    .wp-block-group.company-prof-wrap.white-bk .inner:after {
        width: 71px;
        height: 75px;
        position: absolute;
        bottom: -22px;
        left: -9px;
        background-repeat: no-repeat;
    }

    .wp-block-group.top-feat-wrap {
        padding: 40px 0 32px;
        background-position: bottom -24px right, top 36px left -34px, bottom 89px left 42px;
        background-size: 180px, 185px, 0;
    }

    .wp-block-group.feat-box h3 {
        max-width: fit-content;
        margin: 15px auto 19px;
        height: fit-content;
        font-size: 18px;
    }

    .wp-block-group.feat-box figure.aligncenter.size-full {
        height: auto;
        max-width: 71px;
    }

    .wp-block-group.feat-box:first-of-type figure.aligncenter.size-full {
        max-width: 107px;
    }

    .wp-block-group.top-feat-wrap h2 {
        margin-bottom: 39px;
    }

    .wp-block-group.feat-box {
        margin: 0 auto 37px;
    }

    .img_parallax-wrap {
        height: 236px;
    }

    .wp-block-group.top-sugar-wrap h2 {
        line-height: 1.6;
        max-width: fit-content;
        margin: 0 auto;
        height: 209px;
        margin-bottom: 20px;
        font-size: 24px;
    }

    .wp-block-group.top-sugar-wrap p {
        margin-bottom: 36px;
        text-align: left;
    }

    .wp-block-group.top-sugar-wrap {
        padding: 100px 0 53px;
        /* background-image: url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/hitosazi-img-1.png), url(http://gion-abeya-market.com/wp/wp-content/uploads/2026/01/hitosazi-bk.png); */
        background-repeat: no-repeat;
        background-position: right bottom 19px, top left;
        text-shadow: 0 0 5px #ece7fa, 0 0 5px #ece7fa, 0 0 5px #ece7fa, 0 0 5px #ece7fa;
        background-size: 123px, 392px;
    }

    .wp-block-group.column-wrap {
        padding: 48px 0;
        background-position: top 28px right, bottom 20px left;
        background-size: 170px, 119px;
    }

    .wp-block-group.column-wrap.white-bk h2 span {
        font-size: 17px;
    }

    .wp-block-group.column-wrap.white-bk h2 {
        margin-bottom: 30px;
    }

    li.top-news-item {
        margin-bottom: 9px;
    }

    .top-news-thumbnail img {
        max-width: 161px;
        height: 97px;
    }

    .top-news-text {
        font-size: 14px;
    }

    .wp-block-group.inner.insta-wrap {
        padding: 39px 0 54px;
    }

    .wp-block-group.foot-contact-wrap {
        padding: 31px 0 50px;
        background-position: right center;
    }

    .wp-block-group.foot-contact-wrap p {
        margin: 24px 0 32px;
    }

    .wp-block-group.foot-flex {
        padding: 33px 0 45px;
        display: block;
    }

    figure.wp-block-image.size-full.is-resized.img-hover.foot-logo {
        max-width: 70px;
        margin: 0 auto 23px;
    }

    .wp-block-group.foot-menu nav {
        font-size: 12px;
        max-width: 300px;
        justify-content: center;
        margin: 0 auto;
    }

    p.site-link a {
        max-width: 202px;
        width: 100%;
        text-align: center;
        line-height: 1;
        padding: 14px 0;
        margin: 23px auto 0;
        font-size: 12px;
    }

    .wp-block-group.fix_nav.sp_disp.sp_disp-4.sp p.has-text-align-center {
        font-size: 12px;
    }

    .wp-block-group.sp-nav-inner nav.hamburger-menu ul li {
        font-size: 14px;
        margin-bottom: 21px;
    }

    .wp-block-group.app-fixed-sp.has-link p span {
        font-size: 10px;
    }

    .wp-block-group.app-fixed-sp.has-link p {
        line-height: 1.2;
        top: 2px;
    }

    .under-v {
        padding: 79px 0 64px;
    }

    .under-v h1:before {
        height: 18px;
        top: -18px;
    }

    .under-v h1 {
        font-size: 22px;
        text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
    }

    nav.breadcrumb {
        font-size: 12px;
    }

    article.entry_item {
        font-size: 14px;
    }

    p.news-entry-title {
        font-size: 16px;
        margin-bottom: 0;
    }

    .wp-block-group.about-company {
        padding: 27px 0 38px;
        background-position: top 8px right, bottom 35px left;
        background-size: 186px, 157px;
    }

    .wp-block-group.about-company h2 {
        margin-bottom: 25px;
    }

    .wp-block-group.company-prof-wrap.white-bk h2 {
        margin-bottom: 27px;
    }

    .wp-block-group.company-prof-wrap.white-bk .inner {
        padding: 37px 0 49px;
    }

    .wp-block-group.prof-flex {
        margin-bottom: 15px;
        display: block;
    }

    p.prof-title {
        width: 100%;
        margin-bottom: 5px;
    }

    iframe {
        height: 300px;
    }

    .wp-block-group.inner.contact-wrap {
        padding: 41px 0 35px;
    }

    .wp-block-group.inner.contact-wrap h2 {
        margin-bottom: 20px;
    }

    .wp-block-snow-monkey-forms-item.smf-item {
        font-size: 14px !important;
        padding: 0 !important;
        margin-bottom: 20px !important;
    }

    .smf-item__col.smf-item__col--label:after {
        font-size: 12px;
        max-width: 53px;
        padding: 3px 0 4px;
    }

    .smf-item__col.smf-item__col--label {
        margin-bottom: 9px;
    }

    .smf-item__col.smf-item__col--controls input.smf-text-control__control,
    .smf-item__col.smf-item__col--controls textarea.smf-textarea-control__control {
        padding: 5px !important;
    }

    .smf-action button.smf-button-control__control {
        width: 250px !important;
        font-size: 16px !important;
        padding: 16px 0 !important;
    }

    br.sp2 {
        display: block;
    }

    ul.ec_item-list li a img {
        height: 162px;
    }

    ul.welcart_sub_menu {
        flex-wrap: wrap;
        max-width: 300px;
        margin: 0 0 0 auto;
    }

    .wc_ubmenu-wrap {
        background: none;
        padding: 0;
        font-size: 12px;
        max-width: 159px;
        width: 100%;
        margin: 0 0 10px auto;
    }

    ul.welcart_sub_menu li {
        max-width: 140px;
        margin-left: 10px;
    }

    ul.welcart_sub_menu li a {
        display: block;
        width: 100%;
        border: 1px solid #3d3f63;
        padding: 9px 1px;
        font-size: 12px;
        display: flex;
        align-items: center;
        color: #fff;
        justify-content: center;
        max-width: 100%;
    }

    .welcart-container.inner {
        display: block;
        padding-bottom: 56px;
        margin-top: 33px;
    }

    ul.ec_item-list li a img {
        border-radius: 5px;
    }

    p.ec_price span {
        font-size: 12px;
    }

    .wp-block-group.guidebtn-flex {
        flex-wrap: wrap;
    }

    .wp-block-group.guidebtn-flex .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
        width: 48%;
    }

    .wp-block-group.guidebtn-flex .wp-block-buttons .wp-block-button a {
        padding: 14px 0 15px 17px;
        font-size: 14px;
    }

    .wp-block-group.guidebtn-flex {
        margin-top: 36px;
        margin-bottom: 38px;
        max-width: 400px;
    }

    body#guide .inner h2.wp-block-heading.has-text-align-center {
        margin-bottom: 27px;
    }

    .wp-block-group.flow-box h3 {
        padding-left: 36px;
        margin-bottom: 8px;
        font-size: 16px;
    }

    .wp-block-group.flow-box h3:before {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 1.75;
    }

    .wp-block-group.flow-box {
        margin-bottom: 30px;
    }

    div#law figure.wp-block-table {
        margin-top: 27px;
    }

    .wp-block-group.tokusho-wrap {
        padding: 27px 0 43px;
    }

    .wp-block-table tr:last-of-type td:first-of-type {
        border-radius: 0;
    }

    .wp-block-table tr:first-of-type td:first-of-type {
        border-radius: 4px 4px 0 0;
    }

    .wp-block-table tr:last-of-type td:nth-of-type(2) {
        border-radius: 0 0 4px 4px;
    }

    .wp-block-group.list-box h3 {
        padding-bottom: 8px;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .wp-block-group.list-box ul.wp-block-list li {
        font-size: 14px;
        margin-left: 24px;
    }

    ul.wp-block-list.list-2 li {
        margin-bottom: 21px;
    }

    .wp-block-group.list-box {
        margin-bottom: 42px;
    }

    ul.wp-block-list {
        margin-bottom: 26px;
    }

    .wp-block-group.list-box-wrap.inner {
        margin-bottom: 47px;
    }

    div#attention {
        padding-bottom: 62px;
    }

    body#about {
        background-size: 242px;
        background-position: top 240px left, top center;
    }

    .wp-block-group.abouttxt-inner {
        padding: 57px 0 54px;
    }

    .wp-block-group.abouttxt-inner h2 {
        margin: 0 auto 34px;
        height: 248px;
    }

    .wp-block-group.abouttxt-inner p {
        line-height: 2;
    }

    .wp-block-group.about-d-flex figure.wp-block-image.size-full {
        margin: 0 auto 26px;
    }

    .wp-block-group.abouttxt-inner h2:before {
        width: 63px;
        height: 68px;
        top: -39px;
        right: -77px;
    }

    .wp-block-group.abouttxt-inner h2:after {
        width: 66px;
        height: 68px;
        bottom: -31px;
        left: -78px;
    }

    .wp-block-group.about-d-flex {
        margin-bottom: 41px;
    }

    .wp-block-group.about-wrap {
        padding-bottom: 59px;
        background-position: top 181px right, top 599px left;
        background-size: 197px, 147px;
    }

    .wp-block-group.ookuchi-box-inner-flex figure.wp-block-image.size-full {
        max-width: 250px;
        margin: 0 auto 28px;
        width: 74%;
    }

    .wp-block-group.miryoku-txt h2 {
        font-size: 18px;
        width: 100%;
        margin: 0 auto 16px;
    }

    body#about .wp-block-group.ookuchi-box p {
        font-size: 14px;
        margin-bottom: 1px;
        width: 97%;
    }

    .wp-block-group.ookuchi-box {
        padding: 35px 0 25px;
        margin-top: 42px;
    }

    body#about .wp-block-group.ookuchi-box>.wp-block-group__inner-container:before,
    body#about .wp-block-group.ookuchi-box>.wp-block-group__inner-container:after {
        height: 102%;
    }

    .wp-block-group.rec-box {
        margin-bottom: 0;
    }

    .wp-block-group.rec-box:nth-of-type(3),
    .wp-block-group.rec-box:nth-of-type(4),
    .wp-block-group.rec-box:nth-of-type(5) {
        margin-bottom: 0;
    }

    .wp-block-group.pickup-wrap h2 {
        margin-bottom: 45px;
    }

    #info .wp-block-group.pick-txt h3 {
        margin-bottom: 11px !important;
    }

    .wp-block-group.pickup-wrap .wp-block-group.pick-txt h5 {
        font-size: 16px;
        margin-bottom: 12px;
        text-align: left;
    }

    .wp-block-group.pickup-wrap .wp-block-group.pick-flex {
        margin-bottom: 36px;
    }

    .wp-block-group.pickup-wrap figure.wp-block-image.size-full.pick-img {
        width: 100%;
        margin: 0 auto 0 !important;
        max-width: 400px;
    }

    .wp-block-group.candy-box {
        margin: 43px auto 57px;
        padding: 27px 0 34px;
        border-radius: 6px;
    }

    .wp-block-group.candy-box h3 {
        margin-bottom: 15px;
        font-size: 18px;
    }

    .wp-block-group.candy figure.aligncenter.size-full {
        height: 46px;
        max-width: 46px;
    }

    .wp-block-group.candy h4 {
        margin: 16px 0 7px;
        font-size: 16px;
    }

    .wp-block-group.candy {
        width: 47%;
        margin-top: 20px;
    }

    .wp-block-group.candy h4 {
        margin: 14px 0 7px;
        font-size: 15px;
    }

    .wp-block-group.candy p {
        line-height: 1.5;
        font-size: 13px;
    }

    .wp-block-group.candy-flex>.wp-block-group__inner-container {
        gap: 4%;
        width: 90%;
    }

    .wp-block-group.pickup-wrap {
        background-position: top 1717px right, bottom 8px left;
        background-size: 201px, 150px;
        padding: 40px 0 64px;
    }

    .fix_nav.sp_disp.sp {
        display: block;
    }

    figure.wp-block-image.size-full.pick-img.nodoame-img:after {
        width: 79px;
        height: 77px;
        left: 6px;
        bottom: -12px;
    }

    .wp-block-buttons.column-btn a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    body#usage .wp-block-group.top-sugar-wrap,
    .wp-block-group.types-wrap.white-bk,
    .wp-block-group.tips-wrap {
        position: relative;
        top: -42px;
        z-index: 0;
    }

    .wp-block-group.sugarbox-txt h3 {
        font-size: 16px;
    }

    .wp-block-group.sugarbox-txt p {
        font-size: 13px;
        line-height: 1.2;
    }

    .wp-block-group.sugar-box.s-1 {
        margin-top: 86px;
        max-width: 164px;
    }

    .wp-block-group.sugar-box.s-2 {
        margin-top: 0;
        top: 120px;
        max-width: 168px;
    }

    .wp-block-group.sugar-box.s-3 {
        margin-top: 0;
        max-width: 173px;
    }

    .wp-block-group.sugar-box.s-4 {
        margin-top: 0;
        bottom: -56px;
        max-width: 157px;
    }

    .wp-block-group.sugar-box.s-5 {
        margin: 0 auto;
        top: 3px;
        right: 0;
        max-width: 170px;
        left: 24px;
    }

    .wp-block-group.sugar-box.s-6 {
        bottom: 0;
        max-width: 158px;
        margin-top: 73px;
        left: 11px;
    }

    .wp-block-group.sugar-box.s-7 {
        top: -61px;
        margin: 0;
        max-width: 202px;
    }

    .wp-block-group.sugar-box.s-8 {
        bottom: 152px;
        left: 24%;
        right: 0;
        margin: auto;
        max-width: 189px;
    }

    .wp-block-group.sugars {
        max-width: 333px;
        margin: 0 auto 35px;
        height: 886px;
    }

    .wp-block-group.types-wrap .inner {
        padding: 63px 0 42px;
    }

    figure.wp-block-image.size-full.types-title {
        left: 0;
        top: -13px;
        max-width: 190px;
    }

    .wp-block-group.tips-wrap h2 {
        margin-bottom: 43px;
    }

    .wp-block-group.tips-flex:nth-of-type(1) figure.wp-block-image.size-full:after {
        width: 100px;
        height: 100px;
        bottom: -19px;
        left: 4px;
    }

    .wp-block-group.tips-txtbox h4 {
        font-size: 16px;
    }

    .wp-block-group.tips-txtbox h3 {
        font-size: 20px;
    }

    .wp-block-group.tips-flex {
        margin-bottom: 30px;
    }

    .wp-block-group.tips-inner {
        margin-bottom: 31px;
    }

    .wp-block-group.tips-items {
        margin: 45px 0 0;
    }

    .wp-block-group.tips-wrap {
        padding: 38px 0 16px;
        background-position: top 107px right, top 1617px left, top 659px right 9px;
        background-size: 223px, 200px, 154px;
    }

    .wp-block-group.tips-flex:nth-of-type(2) figure.wp-block-image.size-full:after {
        width: 100px;
        height: 101px;
        bottom: -17px;
        right: 0px;
    }

    .wp-block-group.tips-flex:nth-of-type(3) figure.wp-block-image.size-full:after {
        width: 100px;
        height: 103px;
        bottom: -24px;
        left: -6px;
    }

    #itempage .item_R .c-box .cart-button input {
        background-color: #3d3f63;
    }

    nav.hamburger-menu ul {
        top: -7%;
    }

    span.top-news-date {
        max-width: 97px;
    }

    .entry_category {
        font-size: 12px;
    }

    br.pc {
        display: none;
    }

    .wp-block-group.contact-fixed-sp.has-link {
        display: block;
        width: 63px;
        height: 63px;
        position: fixed !important;
        top: 0;
        font-size: 16px;
        border-top: none;
        border-bottom: none;
        color: #fff;
        transition: .6s;
        z-index: 9999999999999999999999999999999;
        right: 126px;
        border-left: 1px solid;
    }

    .wp-block-group.contact-fixed-sp.has-link p.has-text-align-center.header-contact-txt {
        position: absolute;
        bottom: 10px;
        font-size: 10px !important;
        letter-spacing: -1px;
        text-align: center;
        left: 0;
        right: 0;
        margin: auto;
        max-width: fit-content;
        line-height: 1;
    }

    .wp-block-group.contact-fixed-sp.has-link p {
        font-size: 15px;
        line-height: 3.2;
    }

    .wp-block-group.about-wrap .wp-block-group.ookuchi-box {
        padding: 34px 0 27px;
    }

    .wp-block-group.inner.insta-wrap h2 {
        margin-bottom: 17px;
    }

    .wp-block-group.inner.insta-wrap .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
        margin-top: 20px;
    }

    #customer-info td,
    #delivery-info td,
    #customer-info select,
    #customer-info .customer_form input,
    #customer-info th,
    #delivery-info th,
    #confirm_table th,
    #newmember table th {
        font-size: 14px !important;
    }

    .cart-page {
        width: 90%;
    }

    p.prev:before,
    p.next:before,
    p.next,
    p.prev {
        width: 12px;
        height: 12px;
    }


}


/* ==============================

  その他適宜追加する場合は下記に記述

============================== */