@charset "utf-8";

/*
Theme Name: hikariagent
Author: DIGI ARK
Author URI: https://digi-ark.jp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: dgark
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


#side-global-menu {
    background: rgba(0, 0, 0, 0.377);
}

i {
    font-style: normal;
}

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
    /* 2 */
}

body {
    margin: 0;
    padding: 0;
    margin: 0;
    padding: 0;
    font-size: 14px;
    overflow-x: hidden;
    /* background-color: rgb(255, 255, 255); */
}

body.single-brands {
    background-color: rgb(255, 255, 255);
}

h1,
h2,
h3 {
    font-weight: bold;
}


/**
 * Remove the margin in all browsers.
 */


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
    color: #0a0a0a;
    text-decoration: none;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
    transition: all .6s;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 1 */
    font-size: 100%;
    /* 1 */
    line-height: 1.15;
    /* 1 */
    margin: 0;
    /* 2 */
}


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    /* 1 */
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    /* 1 */
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}


/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}


/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
}


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
optgroup,
textarea {
    color: #3b3b3b;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    /* font-style: italic; */
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


.nanum-myeongjo-regular {
    font-family: "Nanum Myeongjo", serif;
    font-weight: 400;
    font-style: normal;
}

/* 英語のキャッチフレーズのスタイル調整 */
.eng-catchphrase {
    font-family: 'Roboto', sans-serif;
    letter-spacing: -1px;
    margin: 0;
    line-height: 1;
    font-size: 6.5em;
    font-size: 5vw;
    font-weight: bold;
    mix-blend-mode: plus-lighter;
}

.eng-catchphrase::before {
    content: '';
}

/* 日本語のキャッチフレーズのスタイル調整 */
.jp-catchphrase {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 2.5vw;
    margin-bottom: 0;
    margin-top: 0;
    font-family: serif;
}

.dm-sans-700 {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
}

.slick-slider .slick-list {
    margin-bottom: 10px;
}

.sliders-container {
    display: flex;
    justify-content: space-between;
}

/* 各スライダーラッパーの幅を設定 */
.slider-wrapper {
    width: 32%;
    margin: 0 0.5%;
}

/* スライダー内の画像サイズを統一 */
.slider-item img {
    width: 100%;
    aspect-ratio: 3 / 6;
    object-fit: cover;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.center-slider {
    position: relative;
    top: -4em;
    overflow: hidden;
}

.right-slider {
    position: relative;
    top: -8em;
    overflow: hidden;
}

/* ↑↓テキストスライダー */
.slider-wrapper-txt {
    font-size: 2.5rem;
    font-family: 'Poppins', sans-serif;
    color: #3b3b3b;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 2.5em;
}

.slider-txt {
    margin-left: 1rem;
    font-weight: 700;
    height: 5rem;
    position: relative;
    overflow: hidden;
}

.slider-text-txt {
    height: 4.7rem;
    padding: 0.7rem;
    margin-bottom: 1.65rem;
    text-align: center;
    border-radius: 1rem;
    color: #3b3b3b;
    letter-spacing: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: none;
}

.slider-text-txt:first-child {
    animation: slide-up-txt 20s linear infinite;
}

@keyframes slide-up-txt {
    0% {
        margin-top: 0px;
    }

    29% {
        margin-top: 0px;
    }

    33% {
        margin-top: -100px;
    }

    62% {
        margin-top: -100px;
    }

    66% {
        margin-top: -200px;
    }

    95% {
        margin-top: -200px;
    }

    100% {
        margin-top: 0px;
    }
}

/* 会社説明文の微調整 */
.company-description p {
    line-height: 1.6;
    margin-bottom: 0;
    font-size: 1.05em;
}

/* キャッチフレーズの位置調整 */
.catchphrase {
    position: relative;
    top: -13vh;
}

/* View Transitions APIのスタイル */
@keyframes fade-in {
    from {
        opacity: 0;
    }
}

@keyframes fade-out {
    to {
        opacity: 0;
    }
}

@keyframes slide-from-right {
    from {
        transform: translateX(100%);
    }
}

@keyframes slide-to-left {
    to {
        transform: translateX(-100%);
    }
}

/* ブランドカードのトランジションスタイル */
.brand-card {
    view-transition-name: none;
}

.brand-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.brand-card a {
    display: flex;
    text-decoration: none;
    color: inherit;
    width: 100%;
    flex-direction: row-reverse;
    gap: 10px;
}

.text-br {
    display: block; 
    font-size: 18px;
}

/* 特定の要素のためのカスタムトランジション */
::view-transition-old(root) {
    animation: 300ms cubic-bezier(0.4, 0, 1, 1) both fade-out,
        500ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-left;
}

::view-transition-new(root) {
    animation: 300ms cubic-bezier(0, 0, 0.2, 1) 100ms both fade-in,
        500ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
}

.kv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-color: black;
}

.kv-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: all 0.5s ease;
}

.kv-wrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.kv-text {
    width: 100%;
    text-align: center;
    font-weight: bold;
    pointer-events: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: opacity 0.4s ease, transform 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;

    will-change: transform, opacity;
    transform-style: preserve-3d;
    backface-visibility: hidden;
}

.kv-text .subtitle {
    font-size: 2em;
    margin-bottom: 0.5em;
}

.kv-text h1 {
    font-size: 9em;
    line-height: 1;
    margin: 0;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

/* 背景内テキスト */
.kv-text.inside {
    color: #fff;
}

/* 背景外テキスト */
.kv-text.outside {
    color: #222;
    opacity: 0;
}

.next-section {
    padding: 50px 0;
    background-color: #fff;
    position: relative;
    z-index: 3;
    margin-top: 100vh;
}

.next-text {
    width: 80%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}

.kv {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.kv-image {
    position: absolute;
    width: 98%;
    height: 95vh;
    left: 1%;
    top: 2vh;
    border-radius: 20px;
    background-size: cover;
    background-position: center;
    transition: all 0.5s ease;
}

.kv-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none;
}

.kv-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease, opacity 0.4s ease;
    text-align: center;
    width: 100%;
}

.kv-text.inside {
    color: rgb(255, 255, 255);
    z-index: 2;
    opacity: 1;
}

.kv-text.outside {
    color: #222;
    z-index: 3;
    opacity: 0;
}

.kv-text.stopside {
    position: absolute;
    top: calc(100vh + 50px);
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    z-index: 4;
    transition: opacity 0.5s ease;
}

/* レストランカルーセルのスタイル */
.restaurant-carousel-section {
    padding-top: 60px;
    overflow: hidden;
}

.carousel-title {
    color: #fff;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
    font-family: serif;
}

.restaurant-carousel-container {
    position: relative;
    overflow: hidden;
    width: 100%;
}

/* 一段目のカルーセル - 右から左へ */
.restaurant-carousel {
    display: flex;
    width: calc(200px * 12);
    animation: carousel-scroll-rtl 60s linear infinite;
}

/* 二段目のカルーセル - 左から右へ */
.restaurant-carousel2 {
    display: flex;
    width: calc(200px * 12);
    animation: carousel-scroll-ltr 60s linear infinite;
}

.carousel-item {
    flex: 0 0 auto;
    width: 200px;
    height: 200px;
    overflow: hidden;
}

.gallery-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.carousel-item:hover .gallery-image {
    transform: scale(1.05);
}

/* 右から左へのアニメーション */
@keyframes carousel-scroll-rtl {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(calc(-200px * 6));
    }
}

/* 左から右へのアニメーション */
@keyframes carousel-scroll-ltr {
    0% {
        transform: translateX(calc(-200px * 6));
    }

    100% {
        transform: translateX(0);
    }
}

/* モバイル対応 */
@media (max-width: 768px) {

    .restaurant-carousel,
    .restaurant-carousel2 {
        width: calc(150px * 12);
    }

    .carousel-item {
        width: 150px;
        height: 150px;
    }

    @keyframes carousel-scroll-rtl {
        0% {
            transform: translateX(0);
        }

        100% {
            transform: translateX(calc(-150px * 6));
        }
    }

    @keyframes carousel-scroll-ltr {
        0% {
            transform: translateX(calc(-150px * 6));
        }

        100% {
            transform: translateX(0);
        }
    }
}

.banner-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.two-column-banner-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.two-column-banner img {
    width: 100%;
    height: auto;
    display: block;
}

.four-column-banner-wrap {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.four-column-banner img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {
    .two-column-banner-wrap {
        grid-template-columns: 1fr;
    }

    .four-column-banner-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}


@keyframes gradientAnimation {
    from {
        background-position: 0% center;
    }

    to {
        background-position: 200% center;
    }
}

@keyframes glowAnimation {
    from {
        text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);
    }

    to {
        text-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid rgba(122, 111, 111, 0.50);
    width: 100%;
    padding: 10px;
    margin: 5px 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid rgba(122, 111, 111, 0.50);
    padding: 10px;
}

textarea {
    width: 100%;
}

.w50 {
    width: 100px !important;
    display: inline-block;
}


/*--------------------------------------------------------------
# Loading
--------------------------------------------------------------*/
#loading_mask {
    background: url(images/load_mark.svg) no-repeat center top;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-size: cover;
    top: 0;
    z-index: 99;
    animation: slideUp 0.6s ease-in-out forwards;
    animation-delay: 1.9s;
}

@keyframes moveLeftDown {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100vw, 100vh);
    }
}

@keyframes moveRightUp {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(100vw, -100vh);
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-100vh);
    }
}

.load_mask_l {
    background: url(images/load_mark_l.svg) no-repeat left top;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-size: cover;
    top: 0;
    left: 0;
    z-index: 100;
    animation: moveLeftDown 0.3s ease-in forwards;
    animation-delay: 0.2s;
}

.load_mask_r {
    background: url(images/load_mark_r.svg) no-repeat right top;
    width: 100vw;
    height: 100vh;
    position: fixed;
    background-size: cover;
    top: 0;
    right: 0;
    z-index: 100;
    animation: moveRightUp 0.3s ease-in forwards;
    animation-delay: 0.6s;
}

/* テキストアニメーション用スタイル */
.catchphrase {
    margin: 80px 0 0 80px;
    margin: 0;
    font-size: 64px;
    width: max-content;
    display: flex;
    flex-direction: column;
}

.catchphrase>div {
    overflow: hidden;
}

.catchphrase>div>p {
    width: max-content;
    white-space: nowrap;
    margin: 0;
    line-height: 117%;
}

.green {
    color: #32c267;
}

.catchphrase>div:nth-child(2)>p {
    animation-delay: 0.05s;
}

.catchphrase>div:nth-child(3)>p {
    animation-delay: 0.075s;
}

.slide-up {
    animation: slide-up 0.85s cubic-bezier(0.65, 0, 0.35, 1) both;
}

@keyframes slide-up {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .heading {
        margin: 40px 0 0 20px;
        /* margin: 0; */
        font-size: 36px;
    }
}

.heading>div {
    overflow: hidden;
}

.heading>div>h2,
.heading>div>div {
    transform: translateY(100px);
    animation: slide-up 0.9s cubic-bezier(0.65, 0, 0.35, 1) both;
    animation-play-state: paused;
}

/* 2つ目の要素は少し遅延 */
.heading>div:nth-child(2)>h2,
.heading>div:nth-child(2)>div {
    animation-delay: 0.075s;
}

/* アニメーション定義 */
@keyframes slide-up {
    0% {
        transform: translateY(100px);
    }

    100% {
        transform: translateY(0);
    }
}

/* 表示状態になったときのクラス */
.slide-up.is-visible {
    animation-play-state: running !important;
}

/* BRANDSセクション特有のスタイル調整（既存スタイルを維持） */
.brands-text-box.heading {
    padding-left: 7vw;
    /* 既存のパディングを維持 */
}

.brands-title {
    font-size: 7em;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
}

.brands-subtitle {
    font-size: 1.4em;
}

.information-title {
    font-size: 7em;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
}

.information-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {

    .brands-title,
    .information-title {
        font-size: 2em;
    }

    .brands-subtitle,
    .information-subtitle {
        font-size: 1.2em;
    }

    .brands-text-box.heading,
    .information-section-warap.heading {
        padding-left: 3vw;
        flex-direction: column;
        padding-left: 0;
        margin: 0;
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* メインメニューの現在のページハイライト */
.main-menu li.current-menu-item a,
.main-menu li.current_page_item a {
    color: #8e44ad;
    position: relative;
}

.main-menu li.current-menu-item a::after,
.main-menu li.current_page_item a::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #8e44ad;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

a:focus {
    outline: thin dotted;
}

a:hover,
a:active {
    outline: 0;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.sub-menu {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    background: white;
    z-index: -1;
    padding: 0;
    display: none;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
}


/* 子を持つ親メニューにマウスオーバーしたとき、サブメニューを表示する */

.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    z-index: 9999;
    display: block;
}

.sub-menu>.menu-item a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 10px;
    color: #333 !important;
    text-align: left;
    border-bottom: rgba(208, 208, 208, 0.00) 2px solid;
}

.main-navigation ul li {
    list-style-type: none;
}

#primary-menu li a::after {
    position: absolute;
    bottom: 0px;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#primary-menu li a:hover::after,
#primary-menu li:not(.sub-menu).current_page_item a::after {
    transform: scale(1, 1);
}

.main-navigation {
    text-align: center;
    display: flex;
    margin-right: auto;
    padding: 2em;
    padding-top: 0;
    padding-bottom: 0;
}

.main-navigation-other {
    margin-left: auto;
    margin-right: unset
}

.main-navigation ul:not(.sub-menu) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding-left: 0;
    z-index: 1;
}

.main-navigation ul.sub-menu li a::after {
    background: none !important;
}

.menu-item-has-children:before {
    top: 8px;
    right: 5px;
    position: absolute;
    font-family: 'Font Awesome 5 Free';
    content: "\f078";
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.main-navigation ul.sub-menu li a {
    font-weight: normal;
}

.main-navigation ul li a {
    font-size: 14px;
    margin: 0 2px;
    display: block;
    text-decoration: none;
    text-align: left;
    padding: 20px 5px;
    line-height: 1.4em;
    position: relative;
    font-weight: bold;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
}

.main-navigation ul ul {
    margin: 0;
}

.main-navigation li a span {
    font-size: 11px;
    font-weight: normal;
    display: block;
    font-family: Noto Sans JP, 游ゴシック, YuGothic, Hiragino Kaku Gothic ProN, Hiragino Sans, BIZ UDPGothic, Meiryo, Helvetica Neue, Arial, sans-serif;
}


.button_column a,
input[type="submit"] {
    display: inline-block;
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin: 50px auto;
    transition: all .6s;
    background: #7e1a91;
}

input[type="submit"] {
    cursor: pointer;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.text-right {
    text-align: right;
}

/*breadcrumb*/
.breadcrumbs {
    font-size: 12px;
}

#breadcrumb {
    width: 100%;
    /* clear: both; */
    display: flex;
    margin-bottom: 2em;
}

#breadcrumb ul li {
    float: left;
    margin-right: 5px;
    font-size: 12px;
}

#breadcrumb ul li a {
    text-decoration: none;
}

ul.breadcrumb-list {
    margin: 0;
    padding: 0;
}

#page-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 9998;
}

#page-top p {
    margin: 0;
    padding: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    background: #000000c5;
}

#page-top p:hover {
    background: #000000;
}

#move-page-top {
    padding: 15px 20px;
    display: block;
    cursor: pointer;
}

#page-top a {
    color: #fff;
}

th,
tr,
td {
    border-bottom: rgba(87, 71, 71, 0.3) 1px solid;
    padding: 10px;
}

.require {
    background-color: rgba(167, 0, 2, 1.00);
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    padding: 3px;
    margin-left: 5px;
}

th td:nth-of-type(1) {
    width: 30%;
}

strong {
    font-weight: bold;
}

.menu-toggle {
    display: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

.row {
    /* width: 960px; */
    width: 1200px;
    margin: 0 auto;
    position: relative;
}


/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget {
    margin: 0 0 0.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}


/*--------------------------------------------------------------
# header
--------------------------------------------------------------*/

.header-content-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

/* 微調整：エッジから少し余白を持たせる */
.header-left {
    position: relative;
}

.logo {
    width: 150px;
    margin: 0 auto;
    font-size: 0;
}

.logo-wrap-box {
    width: 22vw;
}

.home-link .logo-gradient {
    width: 17vw;
}

.logo-wrap-other {
    margin-left: 1em;
    margin-top: 1em;
}

.logo-gradient {
    margin-top: 30px;
    aspect-ratio: 2040 / 584;

    background: linear-gradient(to right, rgb(74, 0, 81) 0%, rgb(249, 184, 255) 6%, rgb(252 160 106) 7%, rgb(255, 159, 0) 13%, rgb(185, 128, 0) 14%, rgb(169, 172, 0) 13%, rgb(214, 40, 255) 25%, rgb(74, 0, 81) 56%, rgb(249, 184, 255) 63%, rgb(247, 209, 161) 70%, rgb(255, 159, 0) 77%, rgb(185, 128, 0) 85%, rgb(169, 172, 0) 92%, rgb(214, 40, 255) 100%);
    background-repeat: no-repeat;
    animation: hueShift 30s linear infinite;
    filter: hue-rotate(0deg);
    mask-image: url('images/logo-wt.png');
    mask-repeat: no-repeat;
    mask-size: contain;
    mask-position: center;
    -webkit-mask-image: url('images/logo-wt.png');
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    -webkit-mask-position: center;
    display: block;
}

@keyframes hueShift {
    0% {
        filter: hue-rotate(0deg);
    }

    100% {
        filter: hue-rotate(360deg);
    }
}

.logo-gradient {
    background-size: 400% 100%;
    animation: gradientMove 20s ease-in-out infinite;
}

@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
        filter: hue-rotate(0deg);
    }

    50% {
        background-position: 100% 50%;
        filter: hue-rotate(180deg);
    }

    100% {
        background-position: 0% 50%;
        filter: hue-rotate(360deg);
    }
}

/* 横スクロールセクションのスタイル */
.horizontal-scroll-section {
    position: relative;
    overflow: hidden;
    padding: 60px 0;
    background-color: #121212;
    color: #fff;
}

/* スクロールガイドの表示/非表示トランジション */
.scroll-guide {
    transition: opacity 0.3s ease;
}

/* 水平スクロール中のカーソル */
.horizontal-scroll-section {
    cursor: grab;
}

.horizontal-scroll-section:active {
    cursor: grabbing;
}

/* 水平スクロール中のカーソル */
.horizontal-scroll-inn {
    cursor: grab;
}

.horizontal-scroll-inn:active {
    cursor: grabbing;
}

/* スムーズなトランジション */
.horizontal-scroll-container {
    transition: transform 0.1s ease-out;
}

.brands-text-box {
    text-align: left;
    margin-bottom: 40px;
    margin-top: 40px;
    position: relative;
    padding-left: 7vw;
}

.brands-title {
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;
}

.brands-subtitle {
    font-size: 1.4em;
}

.scroll-container-wrapper {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 24em;
}

#brands-horizontal-scroll {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none
}

#brands-horizontal-scroll::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari, Edge（新）用 */
}

.horizontal-scroll-container {
    height: 100%;
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
}

.brand-card {
    flex: 0 0 auto;
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
    background: #ffffff;
    border-radius: 20px;
    padding-right: 2em;
    padding-left: 2em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.brand-image-container {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-radius: 8px;
}

.brand-image {
    width: 100%;
    height: auto;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.brand-card:hover .brand-image {
    transform: scale(1.05);
}

.brand-content {
    width: 50%;
    color: #121212;
}

.brand-name {
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 0;
    color: #121212;
    white-space: pre-wrap;
}
.home h3.brand-name .text-br {
    white-space: pre-wrap; 
}
.home .brand-name {
    white-space: unset;
}

.brand-address,
.brand-tel,
.brand-hours,
.brand-map {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0;
    color: #121212;
    line-height: 1.4;
}

.brand-hours {
    display: flex;
    align-items: flex-start;
    /* ラベルと本文の隙間 */
    column-gap: 0.5em;
    /* 行間が気になる場合 */
    line-height: 1.5;
    white-space: pre-wrap;
}

.brand-hours .label {
    /* ラベル部の固定幅 */
    flex: none;
    width: 5em;

}

.single-brands .brand-hours .label {
    padding-left: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
    background: rgb(22, 22, 22);
    text-align: center;
    color: rgb(255, 255, 255);
}

.brand-hours .value br {
    display: none;
}

.brand-hours .value {
    /* 折り返し時もラベル分だけ左に余白が維持される */
    flex: 1;
}

/* スクロールプログレスバーのスタイル */
.scroll-progress {
    position: relative;
    width: 80%;
    height: 4px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 30px auto 0;
    border-radius: 2px;
}

.scroll-progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background-color: #8e44ad;
    border-radius: 2px;
    transition: width 0.1s ease;
}

/* スクロールガイドのスタイル */
.scroll-guide {
    text-align: center;
    margin-top: 20px;
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
}

.scroll-arrow {
    margin: 10px auto;
    width: 20px;
    height: 20px;
    border-right: 2px solid rgba(255, 255, 255, 0.6);
    border-bottom: 2px solid rgba(255, 255, 255, 0.6);
    transform: rotate(-45deg);
    animation: arrow-bounce 2s infinite;
}

@keyframes arrow-bounce {

    0%,
    100% {
        transform: rotate(-45deg) translate(0, 0);
    }

    50% {
        transform: rotate(-45deg) translate(10px, 10px);
    }
}

.shop-link_sup {
    z-index: 99999;
    position: relative;
    color: #3F51B5;
}

#global-drawer-nav .sub-menu {
    position: relative;
    display: block;
    opacity: 1;
    width: 100%;
}

/* Drawer menu. */
section.drawer-menu {
    position: absolute;
    top: 50px;
    right: 30px;
    width: 50px;
    text-align: center;
    box-sizing: border-box;
    z-index: 997;
}

section.drawer-menu:after {
    position: absolute;
    top: 1.5em;
    left: 1.5em;
    width: 40px;
    height: 40px;
    text-align: center;
}

.drawer-wrap {
    background-color: rgb(255, 255, 255);
    position: fixed;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 996;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
    padding: 100px;
}

#drawer-menu {
    columns: 3;
}

.drawer-wrap #drawer-menu li {
    margin: 0 0 20px 0;
}

.drawer-wrap #drawer-menu li a {
    text-decoration: none;
    color: #333;
}

.drawer-wrap #drawer-menu li .menu_description {
    font-size: 12px;
    color: #fff;
    letter-spacing: 0em;
}

.drawer-wrap.open {
    animation: drawer_wrap 1.0s cubic-bezier(.94, .01, .25, 1) forwards;
}

@keyframes drawer_wrap {
    0% {
        left: -100%;
        opacity: 0;
    }

    50% {
        opacity: 0.4;
    }

    100% {
        left: 0;
        opacity: 1.0;
    }
}

.menu_description {
    font-size: 9px;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 50px;
    height: 50px;
}

.menu-trigger:focus {
    outline: none;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
}

.menu-trigger span:nth-of-type(1) {
    top: 5px;
}

.menu-trigger span:nth-of-type(2) {
    top: 18px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 16px;
    width: 30px;
}

#menu07 span:nth-of-type(1) {
    -webkit-animation: menu07-bar01 .6s forwards;
    animation: menu07-bar01 .6s forwards;
}

@keyframes menu07-bar01 {
    0% {
        transform: translateY(20px) rotate(45deg);
    }

    50% {
        transform: translateY(20px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

#menu07 span:nth-of-type(2) {
    transition: all .25s .25s;
    opacity: 1;
}

#menu07 span:nth-of-type(3) {
    -webkit-animation: menu07-bar03 .6s forwards;
    animation: menu07-bar03 .6s forwards;
}

@keyframes menu07-bar03 {
    0% {
        transform: translateY(-20px) rotate(-45deg);
    }

    50% {
        transform: translateY(-20px) rotate(0);
    }

    100% {
        transform: translateY(0) rotate(0);
    }
}

#menu07.active span:nth-of-type(1) {
    -webkit-animation: active-menu07-bar01 .6s forwards;
    animation: active-menu07-bar01 .6s forwards;
}

@keyframes active-menu07-bar01 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(20px) rotate(0);
        top: 0px;
    }

    100% {
        transform: translateY(20px) rotate(45deg);
        top: 0px;
    }
}

#menu07.active span:nth-of-type(2) {
    opacity: 0;
}

#menu07.active span:nth-of-type(3) {
    -webkit-animation: active-menu07-bar03 .6s forwards;
    animation: active-menu07-bar03 .6s forwards;
}

@keyframes active-menu07-bar03 {
    0% {
        transform: translateY(0) rotate(0);
    }

    50% {
        transform: translateY(-20px) rotate(0);
        bottom: 10px;
        width: 50px;
    }

    100% {
        transform: translateY(-20px) rotate(-45deg);
        bottom: 10px;
        width: 50px;
    }
}


/*--------------------------------------------------------------
# section
--------------------------------------------------------------*/

section h2 {
    font-size: 28px;
    padding: 0;
    margin: 0;
}

section .sub_title {
    font-size: 16px;
}


/*--------------------------------------------------------------
# news-section 
--------------------------------------------------------------*/

.news_columns {
    display: flex;
    gap: 16px;
    padding: 10px 0;
    border-top: #000 1px solid;
}

.news_bloc li:last-child {
    border-bottom: #000 1px solid;
}

h3.news-title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

h3.news-title a {
    text-decoration: none;
}

h3.news-title a:hover {
    text-decoration: underline;
}

.news_column_date {
    font-size: 16px;
    font-family: Century Gothic;
}

.news_bloc {
    padding: 30px 0;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
    margin: 5px 0;
}

.button_large a {
    display: inline-block;
    text-decoration: none;
    padding: 20px 40px 20px 40px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    margin: 20px auto;
    transition: all .6s;
    background: #7e1a91;
}

.button_large a:hover {
    background: #611370;
}

.entry-content {
    padding: 30px 0;
}

.entry-content h3 {
    font-size: 28px;
    color: #000;
    margin: 20px 0 0 0;
    padding: 0;
    padding: 10px 0;
}

.entry-content h4 {
    font-size: 24px;
    color: #000;
    margin: 20px 0 0 0;
    padding: 0;
    font-weight: bold;
}

#footer-navigation {
    padding: 25px 0;
}

.footer-nav {
    position: relative;
    z-index: 9999;
}

#primary {
    width: 100%;
    width: 1200px;
}

body:not(.home) #primary {
    padding: 0 0 50px 0;
}

.content-area {
    margin-top: 10em;
}


.home #primary {
    width: 100%;
}

#secondary {
    width: 320px;
    margin-left: 50px;
}

.page_title {
    font-size: 24px;
    display: block;
    width: 100%;
}

/*--------------------------------------------------------------
# footer
--------------------------------------------------------------*/
/* フッタースタイルの更新 */
.site-footer {
    background-color: rgb(255, 255, 255);
    padding: 40px 10px;
    margin-top: 70px;
    color: #333;
}

.footer_columns {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
}

.footer_logo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.footer_logo img {
    width: 200px;
    height: auto;
    margin-bottom: 15px;
}

.company-info {
    font-size: 14px;
    line-height: 1.6;
}

.company-info p {
    margin: 0 0 5px 0;
}

.footer-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

.footer-menu li {
    margin-right: 20px;
}

.footer-menu li:last-child {
    margin-right: 0;
}

.footer-menu li a {
    color: #333;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
}

.site-info {
    text-align: center;
    font-size: 12px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
    .footer_columns {
        flex-direction: column;
    }

    .footer_logo,
    .footer_navigation {
        width: 100%;
        margin-bottom: 20px;
    }

    .footer-menu {
        flex-wrap: wrap;
    }

    .footer-menu li {
        margin-right: 15px;
        margin-bottom: 10px;
    }
}

#footer-menu {
    text-align: left;
}

.site-info {
    text-align: center;
    font-size: 12px;
    border-top: rgba(255, 255, 255, 0.15) 1px solid;
    padding: 10px 0;
}

.footer_logo img {
    width: 260px;
    height: auto;
}

.footer_navigation {
    text-align: left;
    width: 50%;
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.sticky {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

.section1_thumb.on::after {
    animation: fadeBlind_ltr_on .5s forwards ease-in-out;
}

@keyframes fadeBlind_ltr_on {
    0% {
        transform: scaleX(100%);
    }

    100% {
        transform: scaleX(0);
    }
}

h1.site-branding a {
    align-items: center;
    display: flex;
}

.slide-brand-logo {
    width: 60px;
}

.slide-brand-detail {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.slide-brand-text .brand-name {
    margin-bottom: 1em;

}

.slide-brand-text li {
    white-space: pre-wrap;
    line-height: 1.6;
    font-weight: bold;
}

.view_more {
    margin: 0 auto;
}

.view_more a {
    text-align: center;
    display: inline-block;
    font-weight: bold;
    margin: 50px auto;
    padding: 10px 30px 10px 30px;
    transition: all .3s ease;
    background-color: #000;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 350px;
    position: relative;
    gap: 10px;
    align-items: baseline;
}

.arrow {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 15px;
    background: url(images/arrow_icon.svg) no-repeat center right;
    background-size: 24px auto;
    width: 30px;
    height: 24px;
    transition: all .2s ease-in;
    margin-left: 5px;
}

.view_more a:hover .arrow {
    right: 10px;
}

section {
    position: relative;
    padding: 60px 0;
}


/* INFORMATIONセクションのスタイル */
.information-section {
    padding: 100px 0;
    margin: 0 auto;
    background-color: #fff;
}

.information-section .row {
    width: 780px;
}

.information-title {
    font-size: 7em;
    font-weight: normal;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 1;

}

.information-subtitle {
    font-size: 1.4em;
    margin-bottom: 30px;
}

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

.information-item {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}

.information-date {
    width: 150px;
    font-size: 14px;
    color: #333;
    flex-shrink: 0;
}

.information-content {
    flex: 1;
}

.information-content a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.information-content a:hover {
    color: #666;
}

.information-icon {
    width: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.circle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    display: inline-block;
}

.information-view-more {
    text-align: center;
    margin-top: 30px;
}

.view-more-button {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
    position: relative;
}

.view-more-button .fa-chevron-right {
    margin-left: 1em;
}

.view-more-button:hover {
    background-color: #333;
}

.arrow {
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    margin-left: 10px;
    position: relative;
    top: -1px;
}

.archive-wrap {
    display: flex;
    align-items: baseline;
    gap: 25px;
}

.archive-wrap-oth {
    flex-direction: column;
}

.archive-wrap-oth article {
    width: 100%;
}

.archive-wrap-oth h3 {
    margin-bottom: -15px;
    font-size: 2em;
}

.archive-cat {
    margin: 0;
}

.archive-bg {
    background: rgb(33, 33, 33);
    border-radius: 30px;
    padding: 4em;
    display: flex;
    flex-direction: column;
    gap: 23px;
}

.archive-bg .entry-title {
    margin: 0;
}

.archive-bg .cat {
    margin: 0;
}

.archive-h1 {
    font-size: 7em;
    line-height: 1;
    margin-top: 0;
    padding: 0;
}

.archive-h1-sup {
    font-size: 35px;
}

.archive-excerpt {
    border-bottom: 1px solid #1e1e1e;
}

.archive-excerpt-oth {
    display: inline-block;
    border-bottom: 1px solid #1e1e1e;
    width: 100%;
    padding-bottom: 5px;
}

.nav-links .page-numbers {
    background: #757575;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 5px;
    font-style: normal;
}

.nav-links .current {
    color: #ffffff;
}

.nav-links a.page-numbers {
    background: #b7b7b7;
    color: #2e2e2e;
}

.page_navi {
    display: flex;
    justify-content: center;
    justify-content: space-between;
    margin-top: 2em;
}

.blog .page_navi {
    justify-content: center;
}

.archive .page_navi {
    justify-content: center;
}

.page_navi_inner {}

.home-link {
    z-index: 9999;
    position: relative;
}

.archive-bg {
    color: #ffffff;
}

.archive-bg a {
    color: #e58c17;
}

/* パネル画像のエフェクト */
.panel img {
    transition: transform 0.5s ease;
}

.panel:hover img {
    transform: scale(1.05);
}

/* バック遷移用のスタイル */
.back-transition .brand-card {
    animation: fade-in 0.5s ease-in forwards;
}

.bnr_wrap {
    display: flex;
    justify-content: center;
    margin-bottom: 5em;
}

.bnr_wrap a {
    border: 1px solid rgb(255, 255, 255);
    font-size: 0;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

/* View Transitions API のカスタマイズ */
@keyframes -ua-view-transition-fade-in {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes -ua-view-transition-fade-out {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}


.acf-map {
    width: 100%;
    height: 400px;
    position: relative;
    background-color: transparent;
    /* 背景色を透明にする */
}

.acf-map img {
    /* max-width: inherit !important; */
}


/* .acf-map {
    width: 100%;
    height: 400px;
    position: relative;
  }
  .marker {
    position: absolute;
    width: 30px;
    height: 30px;
    background: red;
  } */

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}

.acf-map img {
    max-width: inherit !important;
}


/* スライダー画像のデフォルト高さを設定 */
.slider-item img {
    height: 400px;
    /* デスクトップのデフォルト値 */
    width: auto;
    max-width: 100%;
    object-fit: cover;
}

.information-section .information-item a {
    display: block;
    width: 100%;
}


@media screen and (min-width: 48.1em) {
    .information-item .fa-circle-chevron-right {
        position: absolute;
        right: 0;
        top: 50%;
    }
    
    .information-section-warap {
        padding-left: 7vw;
    }

    .company .information-section-warap {
        padding-left: 0;
    }

    .main-navigation {
        padding-left: 6em;
        z-index: 9999;
        position: relative;
    }

    #masthead.masthead-other {
        z-index: 9999 !important;
    }

    .horizontal-scroll-container {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        display: flex;
        flex-wrap: nowrap;
        left: 500px;
        gap: 10px;
    }

    #brands-horizontal-scroll {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        scroll-behavior: smooth;
        scrollbar-width: none;
        -ms-overflow-style: none
    }


    .brands-title {
        font-size: 7em;
    }

    .header-left {
        padding: 0 2.5vw 0 7vw;
    }

    .logo-container {
        width: 36%;
        margin-top: 6em;
    }

    .logo-container-other {
        margin-top: 0;
    }

    .logo-container-other a {
        display: flex;
        align-items: flex-end;
        gap: 5px;
    }

    .logo-container-other img {
        width: 4vw;
        margin-bottom: 8px;
    }

    .logo-gradient {
        width: 22vw;
    }

    .logo-gradient-sup {
        width: 14vw;
    }

    .sliders-container {
        width: 60%;
    }

    #footer-menu .atr_subtitle {
        display: none;
    }

    #footer-menu li a:hover {
        text-decoration: none;
    }

    .footer_columns {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    #main_section {
        height: 100vh;
        margin-bottom: 130px;
    }

    h1.site-branding a {
        background-size: 300px auto;
        width: 300px;
        height: auto;
        transition: all .6s ease-in-out;
    }

    h1.site-branding {
        padding: 0;
        margin: 0;
    }

    header#masthead {
        z-index: 2;
        width: 100%;
        display: flex;
        justify-content: space-between;
        justify-content: space-between;
        padding: 20px;
        display: flex;
        align-items: center;
        position: fixed;
        top: 0;
        transition: all .6s ease-in-out;
        z-index: 1;
    }

    header#masthead.header_fixed {
        padding: 0px 30px;
        background-color: rgba(255, 255, 255, 0.658);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(12px);
        align-items: center;
        display: flex;
    }

    .hide-for-large {
        display: none !important;
    }

    .header_fixed h1.site-branding a {
        background-size: 200px auto;
        width: 200px;
        height: auto;
    }
}

@media screen and (max-width: 48em) {
    .bnr_wrap {
        width: 95%;
        margin: 0 auto;
    }
    .single-brands header#masthead {
        z-index: 9999;
        position: relative;
    }

    .brands-text-box.heading {
        margin-left: 10px;
    }
    .brand-card a {
        flex-direction: column;
    }

    .information-subtitle {
        font-size: .7em;
        margin-bottom: 17px;
    }

    .brands-subtitle {
        font-size: .7em;
        margin-bottom: 17px;
    }

    .archive-wrap-oth h3 {
        font-size: 1.6em;
    }

    .restaurant-carousel-section {
        padding: 0;
    }

    .information-section {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .single-post .archive-bg h1 {
        font-size: 1.4em;
        margin-bottom: .5em;
    }

    .archive-bg {
        padding-top: 1em;
    }

    .single-post .entry-content {
        padding-top: 0;
    }

    .content-area-other {
        margin-top: 0;
    }

    .archive-excerpt {}

    .archive-excerpt p {
        margin-top: 1.8em;
        margin-bottom: 1em;
    }

    .logo-wrap-box-sp {
        width: 50px;
    }

    .logo-wrap-box-sp .logo-gradient {
        left: 60px;
        margin-top: 0;
    }

    .archive-bg .entry-title {
        font-size: 16px;
        line-height: 1.2;
        padding-bottom: 10px;
    }

    .company .archive-bg .entry-title {
        padding-bottom: 0;
        line-height: 1.4;
    }

    .archive-wrap {
        position: relative;
        line-height: 1.2;
    }
    .company .archive-wrap {
        line-height: unset;
    }

    .archive-bg .cat {
        position: absolute;
        top: 1.5em;
    }

    .slide-brand-text .brand-name {
        margin-bottom: .5em;
        font-size: 20px;
        line-height: 1.2;
    }

    .logo {
        width: 50px;
    }

    .logo-box.logo {
        margin: 0;
        position: relative;
    }

    .horizontal-scroll-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    #loading_mask {
        background: url(images/load_mark_sp1.png) no-repeat center top;
        width: 100vw;
        height: 100vh;
        position: fixed;
        background-size: cover;
        top: 0;
        z-index: 9999;
        animation: slideUp 0.6s ease-in-out forwards;
        animation-delay: 1.9s;
    }

    .header-wrapper-other {
        position: relative;
        z-index: 9999;
        width: 80%;
    }

    .logo-wrap-box-sp a {
        display: flex;
    }

    #primary {
        width: 95%;
    }

    .archive-wrap-oth h3 {
        margin-top: 0;
    }

    .archive-bg {
        padding: 1em;
        padding-top: 1.5em;
        padding-bottom: 1.5em;
    }

    .archive-h1-sup {
        font-size: 20px;
    }

    .archive-h1 {
        font-size: 3em;
        overflow-wrap: break-word;
        margin-bottom: 16px;
        font-size: 1em;
        margin-bottom: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 1.2;
        margin: 0;
    }
    .single .archive-h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .blog .archive-h1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .archive .content-area {
        margin-top: 0;
    }

    .archive-bg .type-post {
        line-height: 1.4;
    }

    .archive-bg .entry-title {
        margin-bottom: 0;
    }

    .view_more a {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .single-post .entry-content {
        padding-bottom: 0;
    }

    .view_more {
        width: 100%;
    }

    .content-area-other {
        margin-top: 0;
    }

    .brands-text-box,
    .information-section-warap {
        padding-left: 3vw;
    }
    .information-section-warap.heading {
        margin-left: 10px;
        margin-top: 20px;
    }

    .content-area-other .information-section-warap.heading {
        margin-left: 0;
    }

    .information-content {
        position: relative;
    }

    .news-chevron-right {
        position: absolute;
        right: 0;
        transform: translateY(-50%);
    }

    .sp-none {
        display: none;
    }

    .information-list {
        width: 95%;
        margin: 0 auto;
    }

    .information-section .row {
        width: 100%;
    }

    .brand-card {
        width: 90%;
        margin: 0 auto;
        padding-left: 0;
        padding-right: 0;
    }

    .brands-text-box {
        display: flex;
        gap: 0;
    }

    .slider-wrapper-txt {
        margin-bottom: 2em;
    }

    .horizontal-scroll-section {
        padding-top: 0;
    }

    .brands-text-box {
        margin-top: 0;
        margin-bottom: 0;
    }

    .eng-catchphrase {
        font-size: 7.5vw;
    }

    .slider-wrapper-txt {
        font-size: 1.5rem;
    }

    .jp-catchphrase {
        font-size: 5.5vw;
    }

    br.br-none {
        display: none;
    }

    .brands-title,
    .information-title {
        font-size: 1em;
    }

    .catchphrase {
        top: unset;
        display: none;
    }

    .slider-item img {
        height: 20em;
        object-fit: cover;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

    .slider-wrapper .slick-slide {
        padding: 5px;
    }

    .header-left {
        padding: 0 2vw 0 2vw;
    }

    .sliders-container {
        width: 100%;
    }

    .header-content-wrap {
        flex-direction: column;
    }

    .logo-gradient {
        width: 50vw;
        margin: 0;

        position: absolute;
        top: 0;
        left: 50px;
    }

    .brand-content-container {
        padding-top: 0;
    }

    .scroll-container-wrapper {

        height: auto
    }

    .brand-card {
        flex-direction: column;
        padding: 20px;
    }

    .brand-image-container,
    .brand-content {
        width: 100%;
    }

    .brand-content {
        padding: 20px 0 0;
        padding-top: 0;
    }

    .sliders-container {
        flex-direction: column;
        /* モバイルでは縦並びに */
    }

    .slider-wrapper {
        width: 100%;
        margin: 10px 0;
        /* 上下の余白を追加 */
    }

    #breadcrumb {
        padding-top: 0px;
        margin-bottom: 1em;
    }

    .view_more a {
        width: 100%;
    }

    .loading_logo {
        width: 300px;
        height: 118px;
        background-size: 300px 118px;
    }

    #main_section {
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .header_bg {
        background-size: auto 100% !important;
        background-position: center top;
    }

    input[type="submit"] {
        width: 100%;
        margin: 20px 0;
    }

    .header_bg {
        background-size: auto 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
        height: 200px;
        position: absolute;
        color: #fff;
        padding: 20px;
        z-index: 1;
    }

    .footer_navigation {
        width: 100%;
    }

    #footer-menu ul li a {
        background-color: #181818;
        text-decoration: none;
        padding: 10px;
        border-top: #353535 1px solid;
        display: block;
    }

    #footer-menu {
        border-bottom: #353535 1px solid;
        width: 100%;
    }

    .footer_logo {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    h1.site-branding {
        width: 100%;
        display: flex;
        justify-content: center;
        margin: 20px 0;
    }

    body:not(.home) #primary {
        padding: 0;
    }

    .site-content {
        padding: 16px;
    }

    .site-footer {
        margin-top: 0px;
    }

    h1.site-branding a {
        background-size: 300px auto;
        width: 300px;
        height: auto;
    }

    ul#footer-menu {
        display: block;
    }

    ul#footer-menu li a {
        font-size: 16px;
        padding: 10px 0;
        text-decoration: none;
        width: 100%;
        display: block;
        border-top: rgba(255, 255, 255, 0.377) 1px solid;
    }

    .atr_subtitle {
        display: block;
        font-size: 12px;
    }

    .drawer-menu>li {
        border-bottom: 1px solid rgba(255, 255, 255, .2) !important;
        border-top: 1px solid rgba(255, 255, 255, .2) !important;
    }

    #drawer-wrap {
        background-color: #000000;
    }

    tr,
    th,
    td {
        display: block;
        width: 100%;
    }

    #primary {
        padding: 10px;
    }

    .home #primary {
        padding: 0px;
    }

    #content {
        display: block;
    }

    #secondary {
        width: 100%;
        margin: 0 auto;
    }

    #secondary {
        padding: 10px;
    }

    .row {
        width: 100%;
    }

    header#masthead {
        width: 100%;
        height: auto;
        padding: 10px;
        display: flex;
        background: #ffffff;
    }

    #site-navigation,
    .smart_hide {
        display: none;
    }

    #responsive-menu-search-box {
        display: none !important;
    }

    #responsive-menu-container #responsive-menu li.responsive-menu-item a {
        border-bottom: rgba(79, 79, 79, 1.00) 1px solid !important;
        text-align: left;
    }

    .page-content,
    .entry-content,
    .entry-summary {
        margin: 0;
    }

    .information-item {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px 0;
    }

    .information-date {
        width: 100%;
        margin-bottom: 5px;
    }

    .information-content {
        width: 100%;
        margin-bottom: 10px;
    }

    .information-icon {
        position: absolute;
        top: 15px;
        right: 0;
    }

    .banner-wrap {
        width: 95%;
        padding-top: 60px;
        padding-bottom: 30px;
    }

    /* モバイルメニュースタイル */
    .mobile-menu-container {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1;
    }

    /* トグル機能 */
    .menu-toggle {
        display: none;
    }

    /* トグルボタン */
    .button-toggle {
        position: fixed;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin: 15px;
        top: 10px;
        right: 10px;
        background-color: transparent;
        border: none;
        cursor: pointer;
        border-radius: 100%;
        transition: 0.6s;
        z-index: 10000;
    }

    /* ハンバーガーアイコンの作成 */
    .button-toggle:before,
    .button-toggle:after {
        position: absolute;
        content: '';
        top: 50%;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #ff8803;
        border-radius: 5px;
        transition: 0.5s;
    }

    .button-toggle:before {
        transform: translateY(-6px);
    }

    .button-toggle:after {
        transform: translateY(6px);
    }

    /* メニュー本体 */
    .main-navigation-sp {
        position: fixed;
        top: 0;
        right: -300px;
        width: 300px;
        height: 100vh;
        background-color: rgb(13, 13, 13);
        padding-top: 80px;
        transition: 0.5s;
        overflow-y: auto;
        z-index: 9999;
    }

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

    .nav-menu li {
        opacity: 0;
        transform: translateX(20px);
        transition: 0.5s;
    }

    .nav-menu li a {
        display: block;
        padding: 15px 25px;
        color: #fff;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        transition: 0.3s;
    }

    .nav-menu li a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: #EC7263;
    }

    /* サブメニューのスタイル */
    .nav-menu .sub-menu {
        list-style: none;
        padding: 0;
        margin: 0;
        background-color: rgba(0, 0, 0, 0.2);
        overflow: hidden;
        max-height: 0;
        transition: max-height 0.5s ease-out;
    }

    .nav-menu .sub-menu li a {
        padding-left: 40px;
        font-size: 14px;
    }

    /* メニューオープン時のスタイル */
    .menu-toggle:checked~.menu-toggle-container .button-toggle {
        box-shadow: 0 0 0 550px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .menu-toggle:checked~.menu-toggle-container .button-toggle:before {
        transform: translateY(0) rotate(45deg) scale(1);
        background-color: #EC7263;
    }

    .menu-toggle:checked~.menu-toggle-container .button-toggle:after {
        transform: translateY(0) rotate(-45deg) scale(1);
        background-color: #EC7263;
    }

    /* メニューオープン時のナビゲーション */
    .menu-toggle:checked~.main-navigation-sp {
        right: 0;
        box-shadow: -5px 0 15px rgba(0, 0, 0, 0.2);
    }

    .menu-toggle:checked~.main-navigation-sp .nav-menu li {
        opacity: 1;
        transform: translateX(0);
    }

    /* 各メニュー項目のアニメーションディレイ設定 */
    .menu-toggle:checked~.main-navigation-sp .nav-menu>li:nth-child(1) {
        transition-delay: 0.05s;
    }

    .menu-toggle:checked~.main-navigation-sp .nav-menu>li:nth-child(2) {
        transition-delay: 0.1s;
    }

    .menu-toggle:checked~.main-navigation-sp .nav-menu>li:nth-child(3) {
        transition-delay: 0.15s;
    }

    .menu-toggle:checked~.main-navigation-sp .nav-menu>li:nth-child(4) {
        transition-delay: 0.2s;
    }

    .menu-toggle:checked~.main-navigation-sp .nav-menu>li:nth-child(5) {
        transition-delay: 0.25s;
    }

    .menu-toggle:checked~.main-navigation-sp .nav-menu>li:nth-child(6) {
        transition-delay: 0.3s;
    }

    /* サブメニューの開閉機能（JavaScriptで操作） */
    .menu-item-has-children {
        position: relative;
    }

    .menu-item-has-children:after {
        content: '+';
        position: absolute;
        right: 25px;
        top: 15px;
        color: #fff;
        font-size: 18px;
        transition: 0.3s;
    }

    .menu-item-has-children.submenu-open:after {
        transform: rotate(45deg);
    }

    .menu-item-has-children.submenu-open>.sub-menu {
        max-height: 1000px;
        transition: max-height 1s ease-in;
    }

    .sliders-container {
        width: 100%;
        max-width: 600px;
        margin: 0 auto;
    }

    .slider-wrapper.left-slider {
        width: 100%;
        max-width: 600px;
    }

    .slider-item img {
        height: 280px;
    }

    /* スライダー内の画像サイズ */
    .slider-wrapper .slider-item img {
        width: 100%;
        max-width: 600px;
        object-fit: cover;
    }


    .sliders-container .slick-slide img {
        height: 22em;
    }

    .sliders-container .slider-item {

    }


    /* モバイル表示条件 */
    @media (min-width: 769px) {
        .mobile-menu-container {
            display: none;
        }
    }
}

@media screen and (max-width: 812px) and (orientation: landscape) {
    .company-description {
        margin-top: 15px;
    }

    .logo-gradient {
        width: 30vw;
    }
}

/* タブレット用（1024px〜1200px） */
@media screen and (min-width: 64.1em) and (max-width: 75em) {
    .slider-item img {
        aspect-ratio: 3 / 11;
    }

    .catchphrase {
        top: -7vh;
    }
}

/* タブレット用（1024px〜1540px） */
@media screen and (min-width: 75.1em) and (max-width: 96.25em) {
    .slider-item img {
        aspect-ratio: 3 / 10;
    }

    .catchphrase {
        top: -11vh;
    }
}

/* タブレット用（768px〜1024px） */
@media screen and (min-width: 48em) and (max-width: 64em) {
    .sliders-container {
        max-width: 700px;
    }
    .slider-wrapper.left-slider {
        width: 33%;
    }
    .sliders-container {
        /* margin: 0; */
    }
    .tab-none {
        display: none;
    }

    .information-content a {
        display: block;
    }

    .information-item .tab-none {
        display: none;

    }
    .catchphrase {
        top: 0em;
    }

    header#masthead {
        z-index: 9999;
        position: relative;
        padding-top: 0;
    }

    header#masthead.masthead-other {
        padding-top:10px;
    }

    .horizontal-scroll-container {
        flex-direction: row;
    }

    .brand-card {
        width: 50%;
    }

    .slider-wrapper {
        width: 32%;
        margin: 0 0.5%;
    }

    .sliders-container {
        flex-direction: row;
        margin-top: 1em;
    }

    .center-slider {
        top: unset;
    }

    .right-slider {
        top: unset;
    }

    .slider-wrapper-txt {
        margin-bottom: 1em;
    }

    .main-navigation {
        position: absolute;
        right: 0;
    }

    .logo-gradient {
        width: 12em;
        left: 4.1em;
    }

    #site-navigation,
    .smart_hide {
        display: block;
        z-index: 10;
    }

    .slider-item img {
        width: 100%;
        aspect-ratio: 4 / 13;
        object-fit: cover;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

    .horizontal-scroll-container {
        left: 1vw;
    }

    .row {
        width: 98%;
        margin-left: 1%;
        margin-right: 1%;
    }

    .information-section .row {
        margin: 0 auto;
    }

}

@media screen and (max-width: 1540px) {
    .slider-item img {
        height: 380px;
    }
}

@media screen and (max-width: 1200px) {
    .slider-item img {
        height: 350px;
    }
}

@media screen and (max-width: 1024px) {
    .slider-item img {
        height: 320px;
    }
}
