/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.c_txt01 {
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .c_txt01 {
        font-size: 1.125rem;
    }
}

.c_txt02 {
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .c_txt02 {
        font-size: 1.5rem;
    }
}

.c_ttl01 {
    font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
    .c_ttl01 {
        font-size: 1.875rem;
    }
}

.u_txt_white {
    color: #fff !important;
}

.u_txt_black {
    color: #000 !important;
}

.u_mt_0 {
    margin-top: 0px !important;
}

.u_mb_0 {
    margin-bottom: 0px !important;
}

.u_mb_10 {
    margin-bottom: 10px !important;
}

.u_ml_0 {
    margin-left: 0px !important;
}

.u_mr_0 {
    margin-right: 0px !important;
}

@media screen and (min-width: 769px) {
    .u_mt_md_0 {
        margin-top: 0px !important;
    }
    .u_mb_md_0 {
        margin-bottom: 0px !important;
    }
    .u_ml_md_0 {
        margin-left: 0px !important;
    }
    .u_mr_md_0 {
        margin-right: 0px !important;
    }
}
.u_pl_0 {
    padding-left: 0 !important;
}

.u_pr_0 {
    padding-right: 0 !important;
}

.u_pt_3 {
    padding-top: 3px !important;
}

.u_pb_3 {
    padding-bottom: 3px !important;
}

.u_pl_20 {
    padding-left: 20px !important;
}

@media screen and (min-width: 769px) {
    .u_pl_md_9 {
        padding-left: 9px !important;
    }
}
.u_txt_left {
    text-align: left !important;
}

.u_txt_right {
    text-align: right !important;
}

.u_txt_center {
    text-align: center !important;
}

.u_fw900 {
    font-weight: 900 !important;
}

.u_fw800 {
    font-weight: 800 !important;
}

.u_fw700 {
    font-weight: 700 !important;
}

.u_fw600 {
    font-weight: 600 !important;
}

.u_fw500 {
    font-weight: 500 !important;
}

.u_fw400 {
    font-weight: 400 !important;
}

.u_fw300 {
    font-weight: 300 !important;
}

.u_f_base {
    font-family: "Noto Serif JP", serif !important;
}

.u_cl_red {
    color: #e95037;
}

.u_cl_yellow {
    color: #fcd03e;
}

.u_cl_blue {
    color: #8bd1f4;
}

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 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 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    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: inherit; /* 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 {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    appearance: radio;
}

/**
 * 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"] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 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 {
    display: table; /* 1 */
    color: inherit; /* 2 */
    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;
}

/**
 * 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 outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*!
foundation > base
------------------------------
*/
body {
    line-height: 1.7;
    font-size: 1rem;
    font-weight: 400;
    color: #000000;
    font-family: "Noto Serif JP", serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
    body {
        font-size: 1.125rem;
    }
}

body.overflow_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

main {
    margin-top: 64px;
}
@media screen and (min-width: 768px) {
    main {
        margin-top: 62px;
    }
}

.body-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    width: 100%;
}

a {
    cursor: pointer;
    transition: 0.5s;
}
@media screen and (min-width: 768px) {
    a:hover {
        opacity: 0.8;
    }
}

.pc {
    display: none !important;
}
@media screen and (min-width: 768px) {
    .pc {
        display: block !important;
    }
}

.sp {
    display: block !important;
}
@media screen and (min-width: 768px) {
    .sp {
        display: none !important;
    }
}

/*!
component > Texts
------------------------------
*/
.c_txt01 {
    font-weight: 900;
    line-height: 1.6;
    letter-spacing: 0.1em;
}

.c_txt02 {
    font-weight: 700;
    line-height: 1.7;
}

.c_txt03 {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.7;
}
@media screen and (min-width: 768px) {
    .c_txt03 {
        font-size: 1.125rem;
    }
}

.c_price {
    color: #ffffff;
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.c_price_txt {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06em;
}
@media screen and (min-width: 768px) {
    .c_price_txt {
        font-size: 1.25rem;
    }
}
.c_price_unit {
    font-size: 0.75rem;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: 0.06em;
}

/*!
component > title
------------------------------
*/
.c_ttl01 {
    font-weight: 700;
    line-height: 1.6;
}

.c_ttl02 {
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .c_ttl02 {
        font-size: 1.5rem;
        line-height: 1.6;
    }
}

/*!
component > btn
------------------------------
*/
.c_totop {
    position: fixed;
    right: 20px;
    bottom: 60px;
    display: block;
    font-size: 0;
    width: 45px;
    height: 45px;
    transform: translateY(150px);
    transition: 0.5s;
    font-size: 0;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 1;
    z-index: 9;
    background: #333;
    border-radius: 40px;
    border: 2px solid #fff;
}
@media screen and (min-width: 768px) {
    .c_totop {
        right: 60px;
        bottom: 69px;
        width: 60px;
        height: 60px;
        border-radius: 60px;
        border: 3px solid #fff;
    }
}
.c_totop::before {
    position: absolute;
    top: 50%;
    left: 11px;
    content: "";
    width: 12px;
    height: 3px;
    background: #fff;
    transform: translateY(-50%) rotate(-45deg);
    pointer-events: none;
}
@media screen and (min-width: 768px) {
    .c_totop::before {
        left: 15px;
        width: 15px;
    }
}
.c_totop::after {
    position: absolute;
    top: 50%;
    right: 11px;
    content: "";
    width: 12px;
    height: 3px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
    background: #fff;
}
@media screen and (min-width: 768px) {
    .c_totop::after {
        right: 15px;
        width: 15px;
    }
}
@media screen and (min-width: 768px) {
    .c_totop:hover {
        transform: translateY(-20px) !important;
    }
}

.c_language {
    font-family: "Kufam", sans-serif;
    position: absolute;
    top: 14px;
    right: 10px;
    z-index: 90;
    background-color: #fff;
    border-radius: 25px;
}
@media screen and (min-width: 768px) {
    .c_language {
        top: 20px;
        right: 30px;
    }
}
.c_language_btn {
    width: 70px;
    height: 24px;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    position: relative;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
    line-height: 1;
    padding-top: 1px;
}
.c_language_btn.show::after {
    rotate: 315deg;
    top: calc(50% + 2px);
}
@media screen and (min-width: 768px) {
    .c_language_btn:hover {
        opacity: 0.7;
    }
}
.c_language_btn::before {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: url(../../assets/images/common/icon_nav_language.svg) no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 8px;
    translate: 0 -50%;
}
.c_language_btn::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000000;
    border-right: 2px solid #000000;
    rotate: 135deg;
    position: absolute;
    top: calc(50% - 2px);
    right: 10px;
    translate: 0 -50%;
    transition: 0.4s all ease-in-out;
}
.c_language_list {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s all ease-in-out;
}
.c_language_list.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.c_language_item {
    background-color: #fff;
    border-radius: 25px;
}
.c_language_item_link {
    width: 70px;
    height: 24px;
    border: 1px solid #000000;
    background-color: #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8125rem;
    font-weight: 700;
    line-height: 1;
    position: relative;
    cursor: pointer;
    transition: 0.4s all ease-in-out;
    padding-top: 1px;
}
@media screen and (min-width: 768px) {
    .c_language_item_link:hover {
        opacity: 0.7;
    }
}

/*!
component > Links
------------------------------
*/
/*!
component > List
------------------------------
*/
/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
.c_header_custom {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 64px;
    background-color: #ffffff;
    z-index: 99;
}
@media screen and (min-width: 768px) {
    .c_header_custom {
        height: 62px;
    }
}

/*!
component > footer
------------------------------
*/
/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
    opacity: 1;
    pointer-events: all;
}

.c_loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #dd0012;
    z-index: 100;
    opacity: 0;
    pointer-events: none;
}
.c_loading__content {
    position: relative;
    -webkit-transform: translate(-15px, -15px);
    transform: translate(-15px, -15px);
}
.c_loading__item {
    background-color: #ffffff;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
}
.c_loading__item:first-child {
    -webkit-animation: ball-zig 0.7s 0s infinite linear;
    animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
    -webkit-animation: ball-zag 0.7s 0s infinite linear;
    animation: ball-zag 0.7s 0s infinite linear;
}

@-webkit-keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes ball-zig {
    33% {
        -webkit-transform: translate(-15px, -30px);
        transform: translate(-15px, -30px);
    }
    66% {
        -webkit-transform: translate(15px, -30px);
        transform: translate(15px, -30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@-webkit-keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}
@keyframes ball-zag {
    33% {
        -webkit-transform: translate(15px, 30px);
        transform: translate(15px, 30px);
    }
    66% {
        -webkit-transform: translate(-15px, 30px);
        transform: translate(-15px, 30px);
    }
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes slide-skew {
    0% {
        transform: translate(180px, 30px);
        opacity: 0;
    }
    100% {
        transform: translate(0, 0);
    }
    20%,
    100% {
        opacity: 1;
    }
}
@keyframes steam-pc {
    0% {
        filter: blur(1px);
        transform: scale(1, 1);
        opacity: 0;
        bottom: 30px;
    }
    20% {
        opacity: 1;
    }
    80% {
        filter: blur(4px);
        transform: scale(1.8, 1.8);
        bottom: 80px;
    }
    100% {
        opacity: 0;
    }
}
@keyframes steam-sp {
    0% {
        filter: blur(1px);
        transform: scale(1, 1);
        opacity: 0;
        bottom: 20px;
    }
    20% {
        opacity: 1;
    }
    80% {
        filter: blur(4px);
        transform: scale(1.1, 1.1);
        bottom: 90px;
    }
    100% {
        opacity: 0;
        bottom: 90px;
    }
}
/*!
layout > container
------------------------------
*/
.l_container {
    width: unset;
    padding: 0 20px;
}

@media screen and (min-width: 768px) {
    .l_container {
        box-sizing: border-box;
        margin: 0 auto;
        width: auto;
    }
    .l_container {
        max-width: 1280px;
        padding: 0 40px;
        margin: 0 auto;
    }
}
