@charset "UTF-8";
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*::-moz-selection {
    background-color: color(selection);
}
*::selection {
    background-color: color(selection);
}

html {
    font-size: 62.5%;
}

body {
    font-family: "Noto Serif JP", serif;
}

a {
    text-decoration: none;
}
@media (min-width: 769px) {
    a a[href^="tel:"] {
        pointer-events: none;
    }
}

ol,
ul {
    list-style-position: inside;
}

img,
svg,
video {
    width: 100%;
    max-width: 100%;
    height: auto;
}

picture img {
    width: 100%;
    height: auto;
}

table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
}
table th,
table td {
    word-break: break-all;
}

input::-ms-clear {
    display: none;
}

[data-js-focus-visible]:focus:not([data-focus-visible-added]) {
    outline: none;
}

[aria-hidden="false"] {
    visibility: visible;
}

/* [aria-hidden=true] {
  display: none;
  visibility: hidden;
} */

/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    /* Prevent adjustments of font size after orientation changes in iOS */
    word-break: normal;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

*,
::before,
::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    background-repeat: no-repeat;
    /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
    text-decoration: inherit;
    /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
    vertical-align: inherit;
}

* {
    padding: 0;
    /* Reset `padding` and `margin` of all elements */
    margin: 0;
}
*:focus {
    outline: none;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
    height: 0;
    /* Add the correct box sizing in Firefox */
    overflow: visible;
    /* Show the overflow in Edge and IE */
}

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

summary {
    display: list-item;
    /* Add the correct display in all browsers */
}

small {
    font-size: 80%;
    /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
    /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: none;
    /* Remove the bottom border in Chrome 57 */
}

a {
    background-color: transparent;
    /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
    outline-width: 0;
    /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    /* Specify the font family of code elements */
}

pre {
    font-size: 1em;
    /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
    font-weight: bolder;
    /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
    border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
    cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
    /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
    -webkit-appearance: textfield;
    /* Correct the odd appearance in Chrome and Safari */
    outline-offset: -2px;
    /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
    overflow: auto;
    /* Internet Explorer 11+ */
    resize: vertical;
    /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
    font: inherit;
    /* Specify font inheritance of form elements */
}

optgroup {
    font-weight: bold;
    /* Restore the font weight unset by the previous rule */
}

button {
    overflow: visible;
    /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
    text-transform: none;
    /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
    color: inherit;
    cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}

/* Style select like a standard input */
select {
    -moz-appearance: none;
    /* Firefox 36+ */
    -webkit-appearance: none;
    /* Chrome 41+ */
}

select::-ms-expand {
    display: none;
    /* Internet Explorer 11+ */
}

select::-ms-value {
    color: currentColor;
    /* Internet Explorer 11+ */
}

legend {
    display: table;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge and IE */
    max-width: 100%;
    /* Correct the text wrapping in Edge 18- and IE */
    color: inherit;
    /* Correct the color inheritance from `fieldset` elements in IE */
    white-space: normal;
    /* Correct the text wrapping in Edge and IE */
    border: 0;
    /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
    font: inherit;
    /* Change font properties to `inherit` in Chrome and Safari */
    color: inherit;
    /* Correct the inability to style clickable types in iOS and Safari */
    -webkit-appearance: button;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
    border-style: none;
    /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
    vertical-align: baseline;
}

svg:not([fill]) {
    fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
    [hidden~="screen"] {
        display: inherit;
    }

    [hidden~="screen"]:not(:active):not(:focus):not(:target) {
        position: absolute !important;
        clip: rect(0 0 0 0) !important;
    }
}
/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
    cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
    cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
    cursor: default;
}

ol,
ul {
    list-style: none;
}

input[type="submit"],
input[type="button"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}
input[type="submit"]:focus,
input[type="button"]:focus {
    outline-offset: -2px;
}

input,
textarea {
    -webkit-appearance: none;
    border-radius: 0;
}
input:focus,
textarea:focus {
    outline: none;
}

body {
    color: #434748;
}
body.is-active {
    overflow: hidden;
}

h1,
h2,
h3,
h4 {
    font-family: "Noto Serif JP", serif;
}

p,
input,
textarea {
    font-family: "Noto Serif JP", serif;
}

a {
    font-family: "Noto Serif JP", serif;
    color: #434748;
    text-decoration: none;
}

img {
    display: block;
}

.lazyload-img {
    opacity: 0;
    -webkit-transition: 0.3s opacity;
    transition: 0.3s opacity;
}
.lazyload-img.lazyloaded {
    opacity: 1;
}

.is-pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .is-pc {
        display: none;
    }
}

.is-tab {
    display: none;
}
@media screen and (max-width: 768px) {
    .is-tab {
        display: block;
    }
}

@media (min-width: 768px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}
.js-fade {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
}
.js-fade.is-active {
    opacity: 1;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.under-page-section {
    padding: calc(82px + 80px) 0 120px;
}
@media screen and (max-width: 768px) {
    .under-page-section {
        padding: calc(55px + 40px) 0 50px;
    }
}
.under-page-section__container {
    max-width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .under-page-section__container {
        padding: 0 40px;
    }
}
.under-page-section__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .under-page-section__ttl {
        font-size: 3.6rem;
        line-height: 1.1111111111;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.under-page-section__sub-ttl {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 22px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .under-page-section__sub-ttl {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 14px;
    }
}

.grecaptcha-badge {
    visibility: hidden;
}

/**
* @file _l-footer.scss
**/
.l-footer {
    padding: 95px 0;
    background-color: #434748;
}
@media screen and (max-width: 768px) {
    .l-footer {
        padding: 50px 0;
    }
}
.l-footer__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .l-footer__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 35px;
    }
}
.l-footer__list-wrapper {
    width: 100%;
    max-width: 528px;
}
@media screen and (max-width: 1024px) {
    .l-footer__list-wrapper {
        max-width: 440px;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__list-wrapper {
        max-width: none;
    }
}
.l-footer__nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    .l-footer__nav-box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.l-footer__logo {
    width: 47px;
}
.l-footer__logo img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.l-footer__nav {
    margin-left: 66px;
}
@media screen and (max-width: 768px) {
    .l-footer__nav {
        margin-left: 35px;
    }
}
.l-footer .lists__item:not(:first-of-type) {
    margin-top: 52px;
}
@media screen and (max-width: 768px) {
    .l-footer .lists__item:not(:first-of-type) {
        margin-top: 19px;
    }
}
.l-footer .item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .l-footer .item__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.l-footer .item__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.l-footer .item__en-ttl {
    font-size: 4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: inline-block;
    width: 240px;
    font-family: "Marcellus", serif;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .l-footer .item__en-ttl {
        width: 200px;
        font-size: 3.3rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
@media screen and (max-width: 768px) {
    .l-footer .item__en-ttl {
        width: auto;
    }
}
.l-footer .item__ttl {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-left: 30px;
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .l-footer .item__ttl {
        padding-left: 15px;
    }
}
@media screen and (max-width: 768px) {
    .l-footer .item__ttl {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 400;
        letter-spacing: 0.1em;
        padding-left: 0;
        margin-top: 9px;
    }
}
.l-footer__sub-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 93px;
    padding-left: 128px;
}
@media screen and (max-width: 768px) {
    .l-footer__sub-lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 40px;
        padding-left: 0;
    }
}
@media screen and (max-width: 768px) {
    .l-footer__sub-lists.is-pc {
        display: none;
    }
}
.l-footer__sub-lists.is-tab {
    display: none;
}
@media screen and (max-width: 768px) {
    .l-footer__sub-lists.is-tab {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (max-width: 768px) {
    .l-footer .sub-lists__sub-item:not(:first-of-type) {
        margin-top: 16px;
    }
}
.l-footer .sub-item__link {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    padding: 0 20px;
    color: #fff;
    white-space: nowrap;
    border-left: 1px solid #fff;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 1024px) {
    .l-footer .sub-item__link {
        font-size: 1.1rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        padding: 0 10px;
    }
}
@media screen and (max-width: 768px) {
    .l-footer .sub-item__link {
        font-size: 1rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        padding: 0;
        border-left: none;
    }
}
.l-footer .sub-item__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.l-footer .sub-lists__sub-item:first-of-type .sub-item__link {
    padding-left: 0;
    border-left: none;
}
.l-footer .sub-lists__sub-item:last-of-type .sub-item__link {
    padding-right: 0;
}
.l-footer__corp-info {
    width: calc(100% - 528px);
    max-width: 400px;
    margin-left: 20px;
}
@media screen and (max-width: 1024px) {
    .l-footer__corp-info {
        width: calc(100% - 440px);
    }
}
@media screen and (max-width: 768px) {
    .l-footer__corp-info {
        width: 100%;
        margin: 50px auto 0;
    }
}
.l-footer .corp-info__ttl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
    color: #fff;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    .l-footer .corp-info__ttl {
        font-size: 3.3rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        white-space: normal;
    }
}
@media screen and (max-width: 768px) {
    .l-footer .corp-info__ttl {
        font-size: 2.7rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
.l-footer .corp-info__address,
.l-footer .corp-info__access {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 18px;
    font-style: normal;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .l-footer .corp-info__address,
    .l-footer .corp-info__access {
        font-size: 1rem;
        line-height: 2.1;
        font-weight: 300;
        letter-spacing: 0.1em;
        margin-top: 16px;
    }
}
.l-footer .corp-info__map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 13px;
}
@media screen and (max-width: 768px) {
    .l-footer .corp-info__map {
        margin-top: 6px;
    }
}
.l-footer .corp-info__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.l-footer .copyright {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: 300;
    letter-spacing: 0.1em;
    margin-top: 20px;
    color: #fff;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .l-footer .copyright {
        font-size: 1rem;
        line-height: 2.1;
        font-weight: 300;
        letter-spacing: 0.1em;
        margin-top: 10px;
    }
}

/**
* @file _l-header.scss
**/
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.l-header.is-open {
    position: fixed;
    background-color: rgba(230, 230, 230, 0.4);
}
.l-header.is-down {
    top: -100%;
    -webkit-transition: top 0.6s;
    transition: top 0.6s;
}
.l-header.is-over {
    background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 768px) {
    .l-header .c-content-width {
        max-width: 100%;
    }
}
.l-header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 80px;
}
@media screen and (max-width: 768px) {
    .l-header__container {
        height: 40px;
    }
}
.l-header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 140px;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.l-header__logo svg {
    fill: #fff;
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}
@media screen and (max-width: 1024px) {
    .l-header__logo {
        max-width: 100px;
    }
}
@media screen and (max-width: 768px) {
    .l-header__logo {
        z-index: 1;
        max-width: 75px;
    }
}
.l-header.is-open .l-header__logo svg,
.l-header.is-over .l-header__logo svg {
    fill: #434748;
    -webkit-transition: fill 0.6s;
    transition: fill 0.6s;
}
.l-header__link {
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 16px;
    color: #fff;
    border: 1px solid rgba(230, 230, 230, 0.4);
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
@media screen and (max-width: 768px) {
    .l-header__link {
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: 0.1em;
        z-index: 1;
        padding: 5px 8px;
    }
}
.l-header__link:hover {
    color: #434748;
    background-color: #fff;
    border-color: #434748;
    -webkit-transition: color 0.6s, border-color 0.6s, background-color 0.6s;
    transition: color 0.6s, border-color 0.6s, background-color 0.6s;
}
.l-header.is-open .l-header__link,
.l-header.is-over .l-header__link {
    color: #434748;
    background-color: #fff;
    border-color: #434748;
}
.l-header__nav {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100vw;
    height: 100%;
    background-color: #fff;
    background-image: url(../images/common/nav-bg-pc.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
}
.l-header__nav.is-open {
    left: 0;
    -webkit-transition: left 0.6s;
    transition: left 0.6s;
}
.l-header .nav__bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 0 35px;
    overflow: scroll;
    background-color: rgba(230, 230, 230, 0.4);
}
@media screen and (max-width: 768px) {
    .l-header__nav {
        background-image: url(../images/common/nav-bg-sp.png);
    }
    .l-header .nav__bg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 95px 25px 50px 25px;
    }
}
.l-header .nav__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .l-header .nav__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media screen and (max-width: 768px) {
    .l-header .nav__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .l-header .nav__lists {
        width: 50%;
    }
}
.l-header .nav__lists:not(:first-of-type) {
    margin-top: 56px;
}
@media screen and (max-width: 768px) {
    .l-header .nav__lists:not(:first-of-type) {
        margin-top: 0;
    }
}
@media screen and (max-width: 768px) {
    .l-header .nav .lists__item {
        width: 50%;
        margin-top: 32px;
    }
}
.l-header .nav .lists__item:not(:first-of-type) {
    margin-top: 54px;
}
@media screen and (max-width: 768px) {
    .l-header .nav .lists__item:not(:first-of-type) {
        margin-top: 32px;
    }
}
.l-header .nav .item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.l-header .nav .item__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .l-header .nav .item__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.l-header .nav .item__en-ttl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: inline-block;
    width: 230px;
    font-family: "Marcellus", serif;
    white-space: nowrap;
}
@media screen and (max-width: 1024px) {
    .l-header .nav .item__en-ttl {
        font-size: 3rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        width: 175px;
    }
}
@media screen and (max-width: 768px) {
    .l-header .nav .item__en-ttl {
        font-size: 2.45rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        width: 100%;
    }
}
.l-header .nav .item__ttl {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: inline-block;
    padding-left: 30px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .l-header .nav .item__ttl {
        padding-left: 0;
        margin-top: 11px;
    }
}
.l-header .nav__content {
    width: 100%;
    max-width: 530px;
    margin-left: 40px;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .l-header .nav__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        max-width: none;
        margin-left: 0;
    }
}
@media screen and (max-width: 1024px) {
    .l-header .nav__content-box {
        margin-top: 50px;
    }
}
@media screen and (max-width: 768px) {
    .l-header .nav__content-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding-left: 20px;
        padding-right: 15%;
    }
}
.l-header .nav__banner {
    display: block;
    width: 100%;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.l-header .nav__banner:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .l-header .nav__banner {
        width: 100%;
        margin-top: 50px;
    }
}
.l-header .nav__banner img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.l-header .nav__logo {
    margin: 0 0 48px 146px;
}
@media screen and (max-width: 768px) {
    .l-header .nav__logo {
        margin: 0;
        position: absolute;
        top: 140px;
        right: 80px;
    }
}
.l-header .nav__logo svg {
    width: 50px;
}
@media screen and (max-width: 768px) {
    .l-header .nav__logo svg {
        width: 40px;
    }
}
.l-header .nav__icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.l-header .nav__icon {
    display: block;
    width: 45px;
    height: 45px;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.l-header .nav__icon:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .l-header .nav__icon {
        width: 32.5px;
        height: 32.5px;
    }
}
.l-header .nav__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.l-header .nav__line {
    margin-left: 20px;
}
@media screen and (max-width: 768px) {
    .l-header .nav__line {
        margin-left: 14px;
    }
}
.l-header .nav__sub-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
}
@media screen and (max-width: 1024px) {
    .l-header .nav__sub-lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px) {
    .l-header .nav__sub-lists {
        margin-top: 0;
    }
}
@media screen and (max-width: 1024px) {
    .l-header .nav .sub-lists__sub-item:not(:first-of-type) {
        margin-top: 20px;
    }
}
.l-header .nav .sub-item__link {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    padding: 0 20px;
    white-space: nowrap;
    border-left: 1px solid #434748;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.l-header .nav .sub-item__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 1024px) {
    .l-header .nav .sub-item__link {
        padding: 0;
        border-left: none;
    }
}
.l-header .nav .sub-lists__sub-item:first-of-type .sub-item__link {
    padding-left: 0;
    border-left: none;
}
.l-header .nav .sub-lists__sub-item:last-of-type .sub-item__link {
    padding-right: 0;
}
.l-header .nav__toggle {
    position: relative;
    z-index: 5;
    width: 50px;
    height: 40px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .l-header .nav__toggle {
        width: 40px;
        margin-top: 10px;
    }
}
.l-header .nav__menu-line {
    position: absolute;
    right: 0;
    z-index: 10;
    width: 100%;
    height: 1px;
    background-color: #fff;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}
.l-header .nav__menu-text {
    font-size: 1.2rem;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.52em;
    position: absolute;
    left: 0;
    font-family: "Marcellus", serif;
    color: #fff;
}
@media screen and (max-width: 768px) {
    .l-header .nav__menu-text {
        font-size: 1rem;
        line-height: 1.3;
        font-weight: 500;
        letter-spacing: 0.4em;
    }
}
.l-header.is-over .nav__menu-line {
    background-color: #434748;
}
.l-header.is-over .nav__menu-text {
    color: #434748;
}
.l-header .menu-line1 {
    top: 0;
}
@media screen and (max-width: 768px) {
    .l-header .menu-line1 {
        top: 4px;
    }
}
.l-header .menu-line2 {
    top: 12px;
}
.l-header .menu-line3 {
    top: 24px;
}
@media screen and (max-width: 768px) {
    .l-header .menu-line3 {
        top: 20px;
    }
}
.l-header #js-nav-menu.is-open .menu-line1 {
    position: absolute;
    top: 50%;
    background-color: #434748;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.l-header #js-nav-menu.is-open .menu-line2 {
    position: absolute;
    top: 50%;
    background-color: #434748;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.l-header #js-nav-menu.is-open .menu-line3 {
    opacity: 0;
}
.l-header #js-nav.is-open .nav__lists {
    top: 0;
}

/**
* @file _block-product.scss
**/
@media screen and (max-width: 1024px) {
    .block-product__content-box {
        padding: 0 32.5px;
    }
}
.block-product__tag {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.025em;
    padding: 8px 20px;
    border: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .block-product__tag {
        font-size: 1rem;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: 0.025em;
        padding: 5px 10px;
    }
}
.block-product__ttl-en {
    font-size: 3.5rem;
    line-height: 1.4285714286;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 18px;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .block-product__ttl-en {
        font-size: 2.3rem;
        line-height: 1.7391304348;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.block-product__ttl-ja {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
    .block-product__ttl-ja {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.05em;
    }
}
.block-product__info {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.05em;
    display: block;
    margin-top: 35px;
}
@media screen and (max-width: 768px) {
    .block-product__info {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.05em;
        margin-top: 21px;
    }
}
.block-product__explain {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: normal;
    letter-spacing: 0.05em;
    margin-top: 38px;
}
@media screen and (max-width: 768px) {
    .block-product__explain {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 22.5px;
    }
}
.block-product__video {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.05em;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 35px;
    padding-left: 50px;
    /* margin-top: 115px; */
    margin-top: 50px;
}
@media screen and (max-width: 1024px) {
    .block-product__video {
        margin-top: 33px;
    }
}
@media screen and (max-width: 768px) {
    .block-product__video {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.05em;
        height: 30px;
        padding-left: 43px;
    }
}
.block-product__video::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 35px;
    content: "";
    background: url("../images/product/youtube.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
    .block-product__video::before {
        width: 30px;
        height: 30px;
    }
}
.block-product__lists {
    margin-top: 13px;
}
.block-product__lists.no-link {
    /* margin-top: 115px; */
    margin-top: 50px;
}
@media screen and (max-width: 1024px) {
    .block-product__lists.no-link {
        margin-top: 33px;
    }
}
.block-product .lists__item:not(:first-of-type) {
    border-top: none;
}
.block-product .item__ttl-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 50px;
    padding: 0 25px;
    cursor: pointer;
    border: 1px solid #f5f5f5;
}
@media screen and (max-width: 1024px) {
    .block-product .item__ttl-box {
        padding: 0 32.5px;
    }
}
.block-product .item__ttl-box::before,
.block-product .item__ttl-box::after {
    position: absolute;
    content: "";
    background-color: #434748;
    border-radius: 999px;
}
.block-product .item__ttl-box::before {
    top: 50%;
    right: 25px;
    width: 14px;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .block-product .item__ttl-box::before {
        right: 32.5px;
        width: 10px;
    }
}
.block-product .item__ttl-box::after {
    top: 50%;
    right: 32px;
    width: 1px;
    height: 14px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .block-product .item__ttl-box::after {
        right: 37px;
        height: 10px;
    }
}
.block-product .item__ttl-box.is-open::after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.block-product .item__ttl {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.block-product .item__content {
    display: none;
    padding: 25px;
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}
.block-product .item__content p {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: normal;
    letter-spacing: 0.05em;
}
.block-product .lists__item:not(:first-of-type) .item__ttl-box {
    border-top: none;
}

.banner {
    position: fixed;
    bottom: 40px;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 1070px;
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.banner.display-none {
    display: none !important;
}
.banner.is-active {
    opacity: 1;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.banner.is-close {
    display: none;
}
.banner__container {
    position: relative;
    width: 100%;
}
.banner__wrapper {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 100%;
    max-width: 400px;
}
@media screen and (max-width: 768px) {
    .banner__wrapper {
        right: 50%;
        max-width: 325px;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }
}
.banner__img {
    position: relative;
    width: 100%;
}
.banner__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.banner__link {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.banner .close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 1;
    width: 35px;
    height: 35px;
}
.banner .close-btn__box {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner .line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 1px;
    background-color: #434748;
}
.banner .line01 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.banner .line02 {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.c-btn {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 0 84px 11px 0;
    font-family: "Marcellus", serif;
    border-bottom: 1px solid #434748;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .c-btn {
        font-size: 1.3rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        padding: 0 60px 10px 0;
    }
}
.c-btn:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

.c-contact {
    position: relative;
}
.c-contact__bg-img {
    width: 100%;
    height: 500px;
}
@media screen and (max-width: 768px) {
    .c-contact__bg-img {
        height: 530px;
    }
}
.c-contact__bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
@media screen and (max-width: 1024px) {
    .c-contact__bg-img img {
        -o-object-position: -400px;
        object-position: -400px;
    }
}
@media screen and (max-width: 768px) {
    .c-contact__bg-img img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
}
.c-contact__container {
    position: absolute;
    top: 82px;
    left: 49.5%;
    width: 100%;
    max-width: 1130px;
    padding: 0 30px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .c-contact__container {
        top: 42px;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    .c-contact__container {
        padding: 0 50px;
    }
}
.c-contact__wrapper {
    max-width: 400px;
    margin-right: auto;
}
@media screen and (max-width: 768px) {
    .c-contact__wrapper {
        margin: 0 auto;
    }
}
.c-contact__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .c-contact__ttl {
        font-size: 3.6rem;
        line-height: 1.2777777778;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
.c-contact__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 22px;
}
@media screen and (max-width: 768px) {
    .c-contact__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 400;
        letter-spacing: 0.1em;
        margin-top: 6px;
    }
}
.c-contact__link {
    margin-top: 26px;
}
@media screen and (max-width: 768px) {
    .c-contact__link {
        margin-top: 25px;
    }
}

.c-content-width {
    max-width: 1070px;
    margin: auto;
}

.c-content-padding {
    padding: 0 40px;
}
@media screen and (max-width: 768px) {
    .c-content-padding {
        padding: 0 10px;
    }
}

.cosmetic {
    position: relative;
}
.cosmetic__bg-img {
    width: 100%;
    height: 500px;
}
@media screen and (max-width: 768px) {
    .cosmetic__bg-img {
        height: 530px;
    }
}
.cosmetic__bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cosmetic__container {
    position: absolute;
    top: 82px;
    left: 49.5%;
    width: 100%;
    max-width: 1070px;
    margin: 0 auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .cosmetic__container {
        top: 42px;
        -webkit-transform: translateX(-50%) translateY(0);
        transform: translateX(-50%) translateY(0);
    }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
    .cosmetic__container {
        padding: 0 50px;
    }
}
.cosmetic__wrapper {
    max-width: 400px;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .cosmetic__wrapper {
        margin: 0 auto;
    }
}
.cosmetic__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .cosmetic__ttl {
        font-size: 3.6rem;
        line-height: 1.2777777778;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
.cosmetic__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.1em;
    margin-top: 22px;
}
@media screen and (max-width: 768px) {
    .cosmetic__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 400;
        letter-spacing: 0.1em;
        margin-top: 6px;
    }
}
.cosmetic__link {
    margin-top: 26px;
}
@media screen and (max-width: 768px) {
    .cosmetic__link {
        margin-top: 23px;
    }
}

.fade {
    opacity: 0;
    -webkit-transition: 0.6s ease;
    transition: 0.6s ease;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}
.fade.is-active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.step {
    padding: 100px 0;
}
@media screen and (max-width: 768px) {
    .step {
        padding: 25px 0;
    }
}
.step__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    .step__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 35px;
    }
}
.step__content {
    width: 100%;
    max-width: 211px;
}
@media screen and (max-width: 768px) {
    .step__content {
        max-width: none;
    }
}
.step__ttl {
    font-size: 6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: -12px;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .step__ttl {
        font-size: 3.6rem;
        line-height: 2.2222222222;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
.step__sub-ttl {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 30px;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .step__sub-ttl {
        margin-top: 0;
        font-size: 1rem;
        line-height: 1;
        font-weight: 400;
        letter-spacing: 0.1em;
    }
}
.step__flow-box {
    margin-top: 77px;
}
@media screen and (max-width: 768px) {
    .step__flow-box {
        max-width: 225px;
        margin: 35px auto 0;
    }
}
.step .flow-box__ttl {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: 300;
    letter-spacing: 0.1em;
    padding-left: 7px;
}
@media screen and (max-width: 768px) {
    .step .flow-box__ttl {
        font-size: 1rem;
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0.1em;
        padding-left: 8px;
    }
}
@media screen and (max-width: 768px) {
    .step .flow-box__lists {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-top: 10px;
    }
}
.step .flow-box .lists__item {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: "Marcellus", serif;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .step .flow-box .lists__item {
        font-size: 1.2rem;
        line-height: 1.5;
        font-weight: 400;
        letter-spacing: 0.1em;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 40px;
        text-align: center;
    }
}
.step .flow-box .lists__item:not(:first-of-type) {
    position: relative;
    margin-top: 87px;
}
@media screen and (max-width: 768px) {
    .step .flow-box .lists__item:not(:first-of-type) {
        margin-top: 0;
    }
}
.step .flow-box .lists__item:not(:first-of-type)::before {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: -1;
    width: 1px;
    height: 131px;
    content: "";
    background-color: #434748;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}
@media screen and (max-width: 768px) {
    .step .flow-box .lists__item:not(:first-of-type)::before {
        top: 15px;
        left: 15px;
        width: 90px;
        height: 1px;
        -webkit-transform: translateX(-100%) translateY(-100%);
        transform: translateX(-100%) translateY(-100%);
    }
}
.step .flow-box .number {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 44px;
    min-width: 44px;
    height: 44px;
    margin-right: 15px;
    font-family: "Marcellus", serif;
    color: #434748;
    background-color: #fff;
    border: 1px solid #434748;
    border-radius: 50%;
}
@media screen and (max-width: 768px) {
    .step .flow-box .number {
        font-size: 1.1rem;
        line-height: 1;
        font-weight: 300;
        letter-spacing: 0.1em;
        width: 30px;
        min-width: 30px;
        height: 30px;
        margin: 0 auto 10px;
    }
}
.step .flow-box .number.is-active {
    color: #fff;
    background-color: #434748;
}
.step__slider {
    width: calc(100% - 211px);
    margin-left: 65px;
}
@media screen and (max-width: 768px) {
    .step__slider {
        width: 100%;
        margin: 40px 0 0 0;
    }
}
.step__lists {
    width: 100%;
}
.step .lists__item {
    width: 100%;
}
.step .item__img {
    overflow: hidden;
}
.step .item__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.step .item__link:hover .item__img img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.step .item__ttl {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 24px;
}
@media screen and (max-width: 768px) {
    .step .item__ttl {
        font-size: 1rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 20px;
    }
}
.step .item__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: 500;
    letter-spacing: 0.1em;
    min-height: 112px;
    margin-top: 13px;
}
@media screen and (max-width: 768px) {
    .step .item__txt {
        font-size: 1.3rem;
        line-height: 1.7692307692;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 17px;
    }
}
.step .item__category-lists {
    margin: 11px 0 0 -6px;
}
@media screen and (max-width: 768px) {
    .step .item__category-lists {
        margin-top: 0;
    }
}
.step .item .category-lists__category {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    padding: 0 10px;
    margin: 7px 0 0 6px;
    background-color: #fff;
    border: 2px solid #e6e6e6;
}
@media screen and (max-width: 768px) {
    .step .item .category-lists__category {
        padding: 0 6px;
        margin: 5px 0 0 4px;
    }
}
.step .item .category-lists__category span {
    font-size: 1rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #434748;
}
.step .swiper-button-prev,
.step .swiper-button-next {
    top: 33%;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .step .swiper-button-prev,
    .step .swiper-button-next {
        top: 50%;
    }
}
.step .swiper-button-prev.swiper-button-disabled,
.step .swiper-button-next.swiper-button-disabled {
    display: none;
}
.step .swiper-button-prev {
    left: 242px;
}
@media screen and (max-width: 768px) {
    .step .swiper-button-prev {
        left: -5px;
    }
}
.step .swiper-button-prev::after {
    width: 15px;
    height: 30px;
    content: "";
    background: url("../images/common/arrow.svg") center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.step .swiper-button-next {
    right: -39px;
}
@media screen and (max-width: 768px) {
    .step .swiper-button-next {
        right: 0;
    }
}
.step .swiper-button-next::after {
    width: 15px;
    height: 30px;
    content: "";
    background: url("../images/common/arrow.svg") center/contain no-repeat;
}

.p-404 {
    height: 100vh;
    padding: 150px 40px 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-404 {
        height: 100vh;
        padding: 100px 20px 0;
    }
}
.p-404 h2 {
    font-size: 3.6rem;
    line-height: 1.5;
}
@media screen and (max-width: 768px) {
    .p-404 h2 {
        font-size: 2.4rem;
    }
}
.p-404 p {
    margin-top: 50px;
    font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
    .p-404 p {
        margin-top: 25px;
    }
}
.p-404 a {
    display: inline-block;
    margin-top: 50px;
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .p-404 a {
        margin-top: 25px;
    }
}

/**
* @file _p-archive-download.scss
**/
.p-archive-download {
    padding-bottom: 100px;
}
.p-archive-download .download__btn,
.p-archive-download .download__btn--white {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 186px;
    height: 51px;
    padding-left: 17px;
    cursor: pointer;
    background-color: #f2f2f2;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .p-archive-download .download__btn,
    .p-archive-download .download__btn--white {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.p-archive-download .download__btn:hover,
.p-archive-download .download__btn--white:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.p-archive-download .download__btn::before,
.p-archive-download .download__btn--white::before {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 15px;
    height: 17px;
    content: "";
    background: url("../images/common/download-icon.svg") center/contain
        no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.p-archive-download .download__btn--white {
    font-size: 1.3rem;
    line-height: 1.5384615385;
    background-color: #fff;
    border: 1px solid #f2f2f2;
}
.p-archive-download .head {
    padding-top: calc(82px + 80px);
}
@media screen and (max-width: 768px) {
    .p-archive-download .head {
        padding-top: calc(55px + 40px);
    }
}
.p-archive-download .head__txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 50px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-archive-download .head__txt {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 30px;
    }
}
.p-archive-download .category {
    padding: 100px 22.5px 0;
}
@media screen and (max-width: 768px) {
    .p-archive-download .category {
        padding-top: 50px;
    }
}
.p-archive-download .category__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-archive-download .category .lists__item {
    width: calc((100% - 40px) / 2);
    border-bottom: 5px solid #f2f2f2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media screen and (max-width: 768px) {
    .p-archive-download .category .lists__item {
        border-width: 2.5px;
    }
}
.p-archive-download .category .lists__item.is-active {
    border-color: #a2a2a2;
}
.p-archive-download .category .lists__item:hover {
    cursor: pointer;
    border-color: #fafafa;
    opacity: 0.6;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.p-archive-download .category .item__link {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.025em;
    display: block;
    padding-bottom: 22px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-archive-download .category .item__link {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.025em;
        padding-bottom: 10px;
    }
}
.p-archive-download .content {
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content {
        padding-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    .p-archive-download .content__container {
        padding: 0 22.5px;
    }
}
.p-archive-download .content__all-image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content__all-image-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.p-archive-download .content__wrapper {
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content__wrapper {
        margin-top: 60px;
    }
}
.p-archive-download .content .wrapper__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content .wrapper__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
.p-archive-download .content .wrapper__ttl {
    font-size: 5.4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content .wrapper__ttl {
        font-size: 3.6rem;
        line-height: 1.1111111111;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.p-archive-download .content .wrapper__sub-ttl {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    margin-left: 38px;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content .wrapper__sub-ttl {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 14px;
        margin-left: 0;
    }
}
.p-archive-download .content__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -37px 0 0 -35px;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content__lists {
        margin: 0 0 0 -10px;
    }
}
.p-archive-download .content .lists__item {
    width: calc(20% - 36.5px);
    margin: 64px 0 0 35px;
}
@media screen and (max-width: 1024px) {
    .p-archive-download .content .lists__item {
        width: calc(25% - 36.5px);
    }
}
@media screen and (max-width: 768px) {
    .p-archive-download .content .lists__item {
        width: calc(50% - 10px);
        margin: 30px 0 0 10px;
    }
}
.p-archive-download .content .item__img {
    width: 100%;
    background-color: #f2f2f2;
}
.p-archive-download .content .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.p-archive-download .content .item__ttl {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    min-height: 50px;
    margin-top: 11px;
}
@media screen and (max-width: 768px) {
    .p-archive-download .content .item__ttl {
        font-size: 1rem;
        line-height: 1.9;
        font-weight: normal;
        letter-spacing: 0.1em;
        min-height: 40px;
        margin-top: 17.5px;
    }
}
.p-archive-download .content .item__link {
    max-width: none;
    margin-top: 11px;
}
.p-archive-download .no-article {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 40px;
    text-align: center;
}

/**
* @file _p-archive-product.scss
**/
.p-archive-product {
    padding-bottom: 100px;
}
.p-archive-product .under-fv {
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
    .p-archive-product .under-fv {
        padding-top: 40px;
    }
}
.p-archive-product .under-fv__container {
    position: relative;
}
.p-archive-product .under-fv__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: absolute;
    top: 50%;
    left: 50%;
    font-family: "Marcellus", serif;
    color: #434748;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
@media screen and (max-width: 768px) {
    .p-archive-product .under-fv__ttl {
        font-size: 3.6rem;
        line-height: 1.1111111111;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.p-archive-product .category {
    padding: 100px 22.5px 0;
}
@media screen and (max-width: 768px) {
    .p-archive-product .category {
        padding-top: 50px;
    }
}
.p-archive-product .category__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.p-archive-product .category .lists__item {
    width: calc((100% - 40px) / 3);
    border-bottom: 5px solid #f2f2f2;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
@media screen and (max-width: 768px) {
    .p-archive-product .category .lists__item {
        border-width: 2.5px;
    }
}
.p-archive-product .category .lists__item.is-active {
    border-color: #a2a2a2;
}
.p-archive-product .category .lists__item:hover {
    cursor: pointer;
    border-color: #fafafa;
    opacity: 0.6;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.p-archive-product .category .item__link {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.025em;
    display: block;
    padding-bottom: 22px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-archive-product .category .item__link {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.025em;
        display: none;
        padding-bottom: 10px;
    }
}
.p-archive-product .category .item__btn {
    display: none;
}
@media screen and (max-width: 768px) {
    .p-archive-product .category .item__btn {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.025em;
        display: block;
        padding-bottom: 10px;
        text-align: center;
    }
}
.p-archive-product .tag {
    padding-top: 40px;
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag {
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 10;
        width: 100%;
        height: 100vh;
        padding-top: 10px;
        background-color: #f5f5f5;
        -webkit-transition: left 0.6s;
        transition: left 0.6s;
    }
    .p-archive-product .tag.is-open {
        left: 0;
        overflow: auto;
        -webkit-transition: left 0.6s;
        transition: left 0.6s;
    }
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag__container {
        padding-bottom: 50px;
    }
}
.p-archive-product .tag .sp-head {
    display: none;
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag .sp-head {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 40px;
    }
}
.p-archive-product .tag .sp-head__close {
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
}
.p-archive-product .tag .sp-head__close::before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 1px;
    content: "";
    background-color: #434748;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.p-archive-product .tag .sp-head__close::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 1px;
    content: "";
    background-color: #434748;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.p-archive-product .tag .sp-head__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 75px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.p-archive-product .tag__ttl-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag__ttl-sp {
        font-size: 1.4rem;
        line-height: 0.9285714286;
        font-weight: normal;
        letter-spacing: 0.025em;
        display: block;
        margin-bottom: 8px;
        text-align: center;
    }
}
.p-archive-product .tag__lists {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -18px 0 0 -20px;
}
.p-archive-product .tag__lists.is-this-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag__lists.is-this-page {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag__lists {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 45px 0 0 0;
    }
    .p-archive-product .tag__lists.is-active {
        display: block;
    }
}
.p-archive-product .tag .lists__item {
    position: relative;
    width: calc(20% - 20px);
    margin: 18px 0 0 20px;
}
.p-archive-product .tag .lists__item::before {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    content: "";
    border-top: 1px solid #434748;
    border-right: 1px solid #434748;
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag .lists__item::before {
        width: 8px;
        height: 8px;
    }
}
.p-archive-product .tag .lists__item.is-active {
    background-color: #f5f5f5;
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag .lists__item.is-active {
        border: 1px solid #d5d5d5;
    }
}
@media screen and (max-width: 768px) {
    .p-archive-product .tag .lists__item {
        width: 100%;
        margin: 10px 0 0 0;
        background-color: #fff;
    }
}
.p-archive-product .tag .item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 46px;
    padding-left: 22px;
    border: 1px solid #f5f5f5;
}
@media screen and (max-width: 1024px) {
    .p-archive-product .tag .item__link {
        padding-left: 10px;
    }
}
.p-archive-product .tag .item__txt {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: normal;
    letter-spacing: 0.025em;
}
@media screen and (max-width: 1024px) {
    .p-archive-product .tag .item__txt {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.025em;
    }
}
.p-archive-product .tag .item__img {
    width: 46px;
    height: 46px;
}
@media screen and (max-width: 1024px) {
    .p-archive-product .tag .item__img {
        width: 30px;
        height: 30px;
    }
}
.p-archive-product .tag .item__img img {
    display: block;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .p-archive-product .product__container {
        padding: 0 22.5px;
    }
}
.p-archive-product .product__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -16px 0 0 -36.5px;
}
@media screen and (max-width: 768px) {
    .p-archive-product .product__lists {
        margin: 0 0 0 -10px;
    }
}
.p-archive-product .product .lists__item {
    width: calc(25% - 36.5px);
    margin: 56px 0 0 36.5px;
}
@media screen and (max-width: 768px) {
    .p-archive-product .product .lists__item {
        width: calc(50% - 10px);
        margin: 30px 0 0 10px;
    }
}
.p-archive-product .product .item__ttl {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 30px;
}
@media screen and (max-width: 768px) {
    .p-archive-product .product .item__ttl {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 17.5px;
    }
}
.p-archive-product .product .item__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 14px;
    word-break: break-all;
}
@media screen and (max-width: 768px) {
    .p-archive-product .product .item__txt {
        font-size: 1rem;
        line-height: 1.75;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 6px;
    }
}
.p-archive-product .product .item__sub-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px 0 0 -6px;
}
@media screen and (max-width: 768px) {
    .p-archive-product .product .item__sub-lists {
        margin-top: 10px;
    }
}
.p-archive-product .product .item .sub-lists__sub-item {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 4px 10px;
    margin: 7px 0 0 6px;
    border: 1px solid #e6e6e6;
}
.p-archive-product .no-article {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin: 40px;
    text-align: center;
}

/**
* @file _p-archive.scss
**/
.p-archive .archive__lists {
    margin-top: 36px;
}
.p-archive .archive .lists__item {
    border-bottom: 1px solid #f5f5f5;
}
.p-archive .archive .lists__item:first-of-type {
    border-top: 1px solid #f5f5f5;
}
.p-archive .archive .item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    padding: 18px 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .p-archive .archive .item__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
    }
}
.p-archive .archive .item__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.p-archive .archive .item__date {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 110px;
}
@media screen and (max-width: 768px) {
    .p-archive .archive .item__date {
        font-size: 1rem;
        line-height: 1.3;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
    }
}
.p-archive .archive .item__ttl {
    font-size: 1.2rem;
    line-height: 2.1666666667;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: calc(100% - 110px);
    word-break: break-all;
}
@media screen and (max-width: 768px) {
    .p-archive .archive .item__ttl {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        margin-top: 12px;
    }
}
.p-archive .archive .pagination {
    margin: 30px auto 0;
    text-align: center;
}
.p-archive .archive .pagination .page-numbers {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0em;
    display: inline-block;
    padding-bottom: 5px;
    margin: 0 10px;
    border-bottom: 1px solid #f5f5f5;
}
.p-archive .archive .pagination .page-numbers.current {
    color: #c8c8c8;
}

/**
* @file _p-company.scss
**/
.page-company .company__data {
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .page-company .company__data {
        margin-top: 28px;
    }
}
.page-company .company .data__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 50px;
    padding: 12px 0;
    border-bottom: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .page-company .company .data__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px 0;
    }
}
.page-company .company .data__box:first-of-type {
    border-top: 1px solid #f5f5f5;
}
.page-company .company .data__ttl {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 600;
    letter-spacing: 0.1em;
    width: 110px;
}
@media screen and (max-width: 768px) {
    .page-company .company .data__ttl {
        font-size: 1.1rem;
        line-height: 1.5454545455;
        font-weight: 600;
        letter-spacing: 0.1em;
        width: 100%;
    }
}
.page-company .company .data__content {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: calc(100% - 110px);
    padding-left: 29px;
}
@media screen and (max-width: 768px) {
    .page-company .company .data__content {
        font-size: 1.1rem;
        line-height: 1.5454545455;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        padding-left: 0;
    }
}

.page-contact-complete .complete {
    padding: calc(100px + 80px) 0 100px 0;
}
.page-contact-complete .complete__ttl {
    font-size: 2rem;
    line-height: 1.3;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
}
.page-contact-complete .complete__txt {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 10px;
    text-align: center;
}
.page-contact-complete .complete__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    padding: 0 0 20px 0;
    margin: 60px auto 0;
    text-align: center;
}

.page-contact .contact__container {
    padding: 0 30px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact__container {
        padding: 0;
    }
}
.page-contact .contact__content {
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
}
.page-contact .contact .form__lists {
    margin-top: 86px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form__lists {
        margin-top: 27px;
    }
}
.page-contact .contact .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 40px;
    }
}
.page-contact .contact .form__item:last-of-type {
    border-bottom: 1px solid #f5f5f5;
}
.page-contact .contact .form-item__label {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 260px;
    min-height: 60px;
    padding: 0 24px;
    background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__label {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        min-height: 40px;
        padding: 0 32.5px 0 51px;
    }
}
.page-contact .contact .form-item__label-textarea,
.page-contact .contact .form-item__label-how {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 23px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__label-textarea,
    .page-contact .contact .form-item__label-how {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
    }
}
.page-contact .contact .form-item__input,
.page-contact .contact .form-item__select {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    padding: 5px 15px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__input,
    .page-contact .contact .form-item__select {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-contact .contact .form-item__input::-webkit-input-placeholder,
.page-contact .contact .form-item__select::-webkit-input-placeholder {
    color: #c8c8c8;
}
.page-contact .contact .form-item__input::-moz-placeholder,
.page-contact .contact .form-item__select::-moz-placeholder {
    color: #c8c8c8;
}
.page-contact .contact .form-item__input:-ms-input-placeholder,
.page-contact .contact .form-item__select:-ms-input-placeholder {
    color: #c8c8c8;
}
.page-contact .contact .form-item__input::-ms-input-placeholder,
.page-contact .contact .form-item__select::-ms-input-placeholder {
    color: #c8c8c8;
}
.page-contact .contact .form-item__input::placeholder,
.page-contact .contact .form-item__select::placeholder {
    color: #c8c8c8;
}
.page-contact .contact .form-item__textarea {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    height: 195px;
    padding: 10px 15px;
    overflow: auto;
    resize: none;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__textarea {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-contact .contact .form-item__txt {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 260px);
    padding: 12.5px 0 12.5px 20px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__txt {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        padding: 7.5px 32.5px;
    }
}
.page-contact .contact .form-item__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }
}
.page-contact .contact .form-item__submit,
.page-contact .contact .form-item__submit-confirm {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.2em;
    display: block;
    max-width: 146px;
    padding: 12px 26px;
    margin: 60px auto 0;
    border: 1px solid #e6e6e6;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
.page-contact .contact .form-item__submit:hover,
.page-contact .contact .form-item__submit-confirm:hover {
    color: #fff;
    background: #434748;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__submit,
    .page-contact .contact .form-item__submit-confirm {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.2em;
        min-width: 110px;
        padding: 9px 15px;
        margin-top: 30px;
    }
}
.page-contact .contact .form-item__submit-confirm {
    margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__submit-confirm {
        margin: 0 auto;
    }
}
.page-contact .contact .form-item__box {
    width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__box {
        width: 100%;
    }
}
.page-contact .contact .form-item__box .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 20px;
}
.page-contact .contact .form-item__box .wpcf7-list-item {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
}
.page-contact .contact .form-item__box .wpcf7-list-item input {
    width: 0;
    height: 0;
    border: none;
}
.page-contact .contact .form-item__box .wpcf7-list-item input::before {
    position: absolute;
    top: 3px;
    left: -13px;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid #c8c8c8;
    border-radius: 999px;
}
.page-contact .contact .form-item__box .wpcf7-list-item input::after {
    position: absolute;
    top: 5px;
    left: -11px;
    display: none;
    width: 6px;
    height: 6px;
    content: "";
    background: #434748;
    border: 1px solid #c8c8c8;
    border-radius: 999px;
}
.page-contact .contact .form-item__box .wpcf7-list-item input:checked::after {
    display: block;
}
.page-contact .contact .form-item__box .wpcf7-list-item-label::before,
.page-contact .contact .form-item__box .wpcf7-list-item-label::after {
    display: none;
}
.page-contact .contact .form-item__box .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.page-contact .contact .form-item__box .wpcf7-form-control-wrap textarea {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    overflow: auto;
    resize: none;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .form-item__box .wpcf7-form-control-wrap textarea {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-contact .contact input,
.page-contact .contact select,
.page-contact .contact textarea {
    border: 1px solid #e6e6e6;
}
.page-contact .contact .required {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 3px 6px;
    margin-left: auto;
    color: #fff;
    background-color: #434748;
}
.page-contact .contact .wpcf7-form-control-wrap {
    width: calc(100% - 260px);
    padding: 12.5px 0 12.5px 20px;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .wpcf7-form-control-wrap {
        width: 100%;
        padding: 7.5px 32.5px;
    }
}
.page-contact .contact .wpcf7-previous {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid #e6e6e6;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
.page-contact .contact .wpcf7-previous:hover {
    color: #fff;
    background: #434748;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
@media screen and (max-width: 768px) {
    .page-contact .contact .wpcf7-previous {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.2em;
        min-width: 155px;
        padding: 9px 15px;
    }
}
.page-contact .contact .wpcf7-spinner {
    display: none;
}
.page-contact .contact .wpcf7-not-valid-tip {
    display: block !important;
    visibility: visible !important;
}

@media screen and (max-width: 768px) {
    .page-dairiten .c-content-padding {
        padding: 0 25px;
    }
}
.page-dairiten .section__ttl {
    font-size: 4rem;
    line-height: 1.375;
    font-weight: 500;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-dairiten .section__ttl {
        font-size: 2.3rem;
        line-height: 1.3043478261;
    }
}
.page-dairiten .section__ttl span {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 10px;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .page-dairiten .section__ttl span {
        font-size: 1.2rem;
        line-height: 1;
    }
}
.page-dairiten .under-fv {
    position: relative;
    padding-bottom: 80px;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .under-fv {
        padding-bottom: 50px;
        margin-top: 40px;
    }
}
.page-dairiten .under-fv__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 770px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .under-fv__img {
        min-height: 370px;
        max-height: 485px;
    }
}
.page-dairiten .under-fv__img picture,
.page-dairiten .under-fv__img source,
.page-dairiten .under-fv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-dairiten .under-fv__container {
    position: relative;
    z-index: 1;
    padding-top: 60px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .under-fv__container {
        padding-top: 50px;
    }
}
.page-dairiten .under-fv__ttl {
    font-size: 5rem;
    line-height: 1.36;
    font-weight: normal;
    letter-spacing: 0.4em;
    color: #fff;
    text-align: center;
    text-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
    .page-dairiten .under-fv__ttl {
        font-size: 2.7rem;
        line-height: 1.5925925926;
    }
}
.page-dairiten .under-fv__sub-ttl {
    font-size: 2.6rem;
    line-height: 1.4615384615;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-top: 550px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-dairiten .under-fv__sub-ttl {
        font-size: 1.6rem;
        line-height: 1.375;
        margin-top: 280px;
    }
}
.page-dairiten .under-fv__txt {
    font-size: 1.8rem;
    line-height: 2.1111111111;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 20px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-dairiten .under-fv__txt {
        font-size: 1.2rem;
        line-height: 1.8333333333;
    }
}
.page-dairiten .under-fv__link {
    display: block;
    width: 100%;
    min-width: 260px;
    max-width: 260px;
    padding: 0;
    padding-bottom: 11px;
    margin: 60px auto 0;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-dairiten .under-fv__link {
        min-width: 130px;
        max-width: 130px;
        margin-top: 45px;
    }
}
.page-dairiten .policy {
    position: relative;
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .page-dairiten .policy {
        padding: 50px 0 25px;
    }
}
.page-dairiten .policy__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.page-dairiten .policy__bg-img picture,
.page-dairiten .policy__bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-dairiten .policy__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 45px;
}
@media screen and (max-width: 900px) {
    .page-dairiten .policy__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-dairiten .policy__sub-ttl {
    font-size: 2.4rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .page-dairiten .policy__sub-ttl {
        font-size: 1.5rem;
        line-height: 1.3333333333;
    }
}
.page-dairiten .policy__txt {
    font-size: 1.6rem;
    line-height: 2.125;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .policy__txt {
        font-size: 1.2rem;
        line-height: 1.8333333333;
        margin-top: 20px;
    }
}
.page-dairiten .policy__img {
    width: 100%;
    max-width: 530px;
}
@media screen and (max-width: 1024px) {
    .page-dairiten .policy__img {
        max-width: 400px;
    }
}
@media screen and (max-width: 900px) {
    .page-dairiten .policy__img {
        max-width: 450px;
    }
}
@media screen and (max-width: 768px) {
    .page-dairiten .policy__img {
        width: 100vw;
        margin: 0 -25px;
    }
}
.page-dairiten .policy__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-dairiten .strong {
    padding: 100px 0 80px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong {
        padding: 50px 0 40px;
    }
}
.page-dairiten .strong__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
    margin-top: 50px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong__lists {
        gap: 40px;
        margin-top: 40px;
    }
}
.page-dairiten .strong .lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 55px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong .lists__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 25px;
    }
}
.page-dairiten .strong .lists__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong .lists__item:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-dairiten .strong .item__img {
    width: 100%;
    max-width: 580px;
}
@media screen and (max-width: 1024px) {
    .page-dairiten .strong .item__img {
        max-width: 350px;
        margin: 0 auto;
    }
}
.page-dairiten .strong .item__content {
    width: calc(100% - 580px);
}
@media screen and (max-width: 1024px) {
    .page-dairiten .strong .item__content {
        width: calc(100% - 350px);
    }
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong .item__content {
        width: 100%;
    }
}
.page-dairiten .strong .item__num {
    font-size: 2.4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong .item__num {
        font-size: 1.6rem;
        line-height: 1;
    }
}
.page-dairiten .strong .item__num strong {
    font-size: 4.5rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-left: 5px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong .item__num strong {
        font-size: 3.2rem;
        line-height: 1;
    }
}
.page-dairiten .strong .item__ttl {
    font-size: 2.2rem;
    line-height: 1.8181818182;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 40px;
    color: #968b42;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong .item__ttl {
        font-size: 1.7rem;
        line-height: 1.6470588235;
        margin-top: 15px;
    }
}
.page-dairiten .strong .item__txt {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .strong .item__txt {
        font-size: 1.3rem;
        line-height: 1.6153846154;
        margin-top: 15px;
    }
}
.page-dairiten .achievements {
    padding: 80px 0;
    background: #efeee3;
}
@media screen and (max-width: 768px) {
    .page-dairiten .achievements {
        padding: 40px 0;
    }
}
.page-dairiten .achievements__txt {
    font-size: 1.8rem;
    line-height: 2.1111111111;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
    margin-top: 30px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-dairiten .achievements__txt {
        font-size: 1.2rem;
        line-height: 1.8333333333;
        padding-bottom: 30px;
        margin-top: 20px;
    }
}
.page-dairiten .achievements__txt::before {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0;
    bottom: 0;
    content: "※2023年10月現在";
}
@media screen and (max-width: 768px) {
    .page-dairiten .achievements__txt::before {
        font-size: 1rem;
        line-height: 1.3;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}
.page-dairiten .voice {
    position: relative;
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice {
        padding: 40px 0;
    }
}
.page-dairiten .voice__bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.page-dairiten .voice__bg-img picture,
.page-dairiten .voice__bg-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-dairiten .voice__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 35px;
    margin-top: 100px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice__lists {
        gap: 25px;
        margin-top: 25px;
    }
}
.page-dairiten .voice .lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    padding: 40px 60px;
    background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice .lists__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 20px;
    }
}
.page-dairiten .voice .lists__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice .lists__item:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-dairiten .voice .item__img {
    width: 240px;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice .item__img {
        width: 100%;
        max-width: 215px;
        margin: 0 auto;
    }
}
.page-dairiten .voice .item__img picture,
.page-dairiten .voice .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-dairiten .voice .item__content {
    width: calc(100% - 240px - 30px);
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice .item__content {
        width: 100%;
    }
}
.page-dairiten .voice .item__ttl {
    font-size: 2.2rem;
    line-height: 1.6363636364;
    font-weight: normal;
    letter-spacing: 0.15em;
    color: #968b42;
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice .item__ttl {
        font-size: 1.6rem;
        line-height: 1.6875;
    }
}
.page-dairiten .voice .item__name {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: inline-block;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice .item__name {
        font-size: 1.2rem;
        line-height: 1.9166666667;
    }
}
.page-dairiten .voice .item__txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .voice .item__txt {
        font-size: 1.1rem;
        line-height: 2;
    }
}
.page-dairiten .flow {
    padding: 80px 0;
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow {
        padding: 40px 0;
    }
}
.page-dairiten .flow__ttl {
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow__ttl {
        font-size: 2.1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-dairiten .flow__lists {
    margin-top: 48px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow__lists {
        margin-top: 25.5px;
    }
}
.page-dairiten .flow .lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding: 0 30px;
    border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow .lists__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 9.5px 0;
    }
}
.page-dairiten .flow .lists__item:last-of-type {
    border-bottom: 1px solid #f5f5f5;
}
.page-dairiten .flow .item__ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 340px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow .item__ttl-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
.page-dairiten .flow .item__ttl {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 150px;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow .item__ttl {
        font-size: 2.4rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        text-align: center;
    }
}
.page-dairiten .flow .item__ttl .font-small {
    font-size: 2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow .item__ttl .font-small {
        font-size: 1.4rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-dairiten .flow .item__ja-ttl {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow .item__ja-ttl {
        font-size: 1.35rem;
        line-height: 1.3333333333;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        margin: 13px 0 0 0;
        text-align: center;
    }
}
.page-dairiten .flow .item__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
    .page-dairiten .flow .item__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        margin-top: 11.5px;
        text-align: center;
    }
}
.page-dairiten .contact {
    padding: 80px 0;
    background: #efeee3;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact {
        padding: 40px 0 0;
    }
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .c-content-padding {
        padding: 0;
    }
}
.page-dairiten .contact__container {
    padding: 0 30px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact__container {
        padding: 0;
    }
}
.page-dairiten .contact__txt {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-dairiten .contact__content {
    width: 100%;
    padding: 50px;
    margin: 60px auto 0;
    background: #fff;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact__content {
        padding: 10px 25px 40px;
        margin-top: 50px;
    }
}
.page-dairiten .contact .form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 60px;
    border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-height: 40px;
    }
}
.page-dairiten .contact .form__item:last-of-type {
    border-bottom: 1px solid #f5f5f5;
}
.page-dairiten .contact .form-item__label {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 260px;
    min-height: 60px;
    padding: 0 24px;
    background-color: #fbfbfb;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__label {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        min-height: 40px;
        padding: 0;
    }
}
.page-dairiten .contact .form-item__label-textarea {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 23px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__label-textarea {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-top: 0;
    }
}
.page-dairiten .contact .form-item__input,
.page-dairiten .contact .form-item__select {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    padding: 5px 15px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__input,
    .page-dairiten .contact .form-item__select {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-dairiten .contact .form-item__input::-webkit-input-placeholder,
.page-dairiten .contact .form-item__select::-webkit-input-placeholder {
    color: #c8c8c8;
}
.page-dairiten .contact .form-item__input::-moz-placeholder,
.page-dairiten .contact .form-item__select::-moz-placeholder {
    color: #c8c8c8;
}
.page-dairiten .contact .form-item__input:-ms-input-placeholder,
.page-dairiten .contact .form-item__select:-ms-input-placeholder {
    color: #c8c8c8;
}
.page-dairiten .contact .form-item__input::-ms-input-placeholder,
.page-dairiten .contact .form-item__select::-ms-input-placeholder {
    color: #c8c8c8;
}
.page-dairiten .contact .form-item__input::placeholder,
.page-dairiten .contact .form-item__select::placeholder {
    color: #c8c8c8;
}
.page-dairiten .contact .form-item__textarea {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    height: 195px;
    padding: 10px 15px;
    overflow: auto;
    resize: none;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__textarea {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-dairiten .contact .form-item__txt {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: calc(100% - 260px);
    padding: 12.5px 0 12.5px 20px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__txt {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        padding: 7.5px 0;
    }
}
.page-dairiten .contact .form-item__btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__btn-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 30px;
    }
}
.page-dairiten .contact .form-item__submit,
.page-dairiten .contact .form-item__submit-confirm {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.2em;
    display: block;
    max-width: 146px;
    padding: 12px 26px;
    margin: 60px auto 0;
    border: 1px solid #e6e6e6;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
.page-dairiten .contact .form-item__submit:hover,
.page-dairiten .contact .form-item__submit-confirm:hover {
    color: #fff;
    background: #434748;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__submit,
    .page-dairiten .contact .form-item__submit-confirm {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.2em;
        min-width: 110px;
        padding: 9px 15px;
        margin-top: 30px;
    }
}
.page-dairiten .contact .form-item__submit-confirm {
    margin: 0 0 0 40px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__submit-confirm {
        margin: 0 auto;
    }
}
.page-dairiten .contact input,
.page-dairiten .contact select,
.page-dairiten .contact textarea {
    border: 1px solid #e6e6e6;
}
.page-dairiten .contact .required {
    font-size: 1rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: inline-block;
    padding: 3px 6px;
    margin-left: auto;
    color: #fff;
    background-color: #434748;
}
.page-dairiten .contact .wpcf7-form-control-wrap {
    width: calc(100% - 260px);
    padding: 12.5px 0 12.5px 20px;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .wpcf7-form-control-wrap {
        width: 100%;
        padding: 7.5px 0;
    }
}
.page-dairiten .contact .wpcf7-previous {
    font-size: 1.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.2em;
    display: inline-block;
    padding: 12px 26px;
    border: 1px solid #e6e6e6;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
.page-dairiten .contact .wpcf7-previous:hover {
    color: #fff;
    background: #434748;
    -webkit-transition: color 0.6s, background 0.6s;
    transition: color 0.6s, background 0.6s;
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .wpcf7-previous {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.2em;
        min-width: 155px;
        padding: 9px 15px;
    }
}
.page-dairiten .contact .wpcf7-spinner {
    display: none;
}
.page-dairiten .contact .wpcf7-not-valid-tip {
    display: block !important;
    visibility: visible !important;
}

/**
* @file _p-deal.scss
**/
.page-deal .section__ttl {
    font-size: 5rem;
    line-height: 1.6;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .page-deal .section__ttl {
        font-size: 3.6rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-deal .section__sub-ttl {
    font-size: 1.8rem;
    line-height: 1.5555555556;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .page-deal .section__sub-ttl {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-deal .head {
    padding: calc(102px + 80px) 0 92px;
}
@media screen and (max-width: 768px) {
    .page-deal .head {
        padding: calc(66.5px + 40px) 0 50px;
    }
}
.page-deal .head__ttl {
    font-size: 4.4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-deal .head__ttl {
        font-size: 2.4rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-deal .head__txt {
    font-size: 1.6rem;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 37px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-deal .head__txt {
        font-size: 1.2rem;
        line-height: 1.5833333333;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 24px;
    }
}
.page-deal .policy {
    padding: 40px 0 61px;
    background: url("../images/deal/policy-bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
    .page-deal .policy {
        padding: 48px 40px 38px;
    }
}
.page-deal .policy__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 37px;
}
@media screen and (max-width: 768px) {
    .page-deal .policy__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 10px;
    }
}
.page-deal .policy .content__ttl {
    font-size: 2rem;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 265px;
}
@media screen and (max-width: 768px) {
    .page-deal .policy .content__ttl {
        font-size: 1.4rem;
        line-height: 1.7142857143;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
    }
}
.page-deal .policy .content__txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: calc(100% - 265px);
    padding-left: 142px;
}
@media screen and (max-width: 768px) {
    .page-deal .policy .content__txt {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.08em;
        width: 100%;
        padding-left: 0;
        margin-top: 25px;
    }
}
.page-deal .strong {
    padding: 98px 0 100px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong {
        padding: 48.5px 40px 49px;
    }
}
.page-deal .strong__lists {
    margin-top: 62.5px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong__lists {
        margin-top: 30px;
    }
}
.page-deal .strong .lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-deal .strong .lists__item:not(:first-of-type) {
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .lists__item:not(:first-of-type) {
        margin-top: 50px;
    }
}
.page-deal .strong .item__img {
    width: 70%;
    max-width: 580px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .item__img {
        width: 100%;
        max-width: none;
    }
}
.page-deal .strong .item__img img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.page-deal .strong .item__content {
    width: 490px;
    padding-top: 38px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .item__content {
        width: 100%;
        padding-top: 0;
    }
}
.page-deal .strong .item__ttl {
    font-size: 1.8rem;
    line-height: 1.6666666667;
    font-weight: normal;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .item__ttl {
        font-size: 1.4rem;
        line-height: 1.7142857143;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 11px;
    }
}
.page-deal .strong .item__txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 20px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .item__txt {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.08em;
        margin-top: 11px;
    }
}
@media screen and (max-width: 768px) {
    .page-deal .strong .lists__item:nth-of-type(odd) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-deal .strong .lists__item:nth-of-type(odd) .item__content {
    padding-left: 58px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .lists__item:nth-of-type(odd) .item__content {
        padding-left: 0;
    }
}
.page-deal .strong .lists__item:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .lists__item:nth-of-type(even) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.page-deal .strong .lists__item:nth-of-type(even) .item__content {
    padding-right: 58px;
}
@media screen and (max-width: 768px) {
    .page-deal .strong .lists__item:nth-of-type(even) .item__content {
        padding-right: 0;
    }
}
.page-deal .voice {
    position: relative;
    padding: 80px 0 100px;
    background: url("../images/deal/voice-bg@2x.png") center/cover no-repeat;
}
@media screen and (max-width: 768px) {
    .page-deal .voice {
        padding: 44px 40px;
    }
}
.page-deal .voice__slider {
    position: relative;
    margin-top: 42.5px;
}
@media screen and (max-width: 768px) {
    .page-deal .voice__slider {
        margin-top: 28.5px;
    }
}
.page-deal .voice .swiper-voice {
    overflow: hidden;
}
.page-deal .voice .lists__item {
    padding: 53px 0 22px;
    background-color: #fff;
}
@media screen and (max-width: 768px) {
    .page-deal .voice .lists__item {
        padding: 38px 0;
    }
}
.page-deal .voice .item__img {
    width: 230px;
    height: 230px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .page-deal .voice .item__img {
        width: 186px;
        height: 186px;
    }
}
.page-deal .voice .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-deal .voice .item__ttl {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    padding: 0 30px;
    margin-top: 46px;
}
@media screen and (max-width: 768px) {
    .page-deal .voice .item__ttl {
        font-size: 1.1rem;
        line-height: 1.9090909091;
        font-weight: normal;
        letter-spacing: 0.1em;
        padding: 0 25px;
        margin-top: 41px;
    }
}
.page-deal .voice .item__txt {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.1em;
    min-height: 265px;
    padding: 0 30px;
    margin-top: 17px;
}
@media screen and (max-width: 768px) {
    .page-deal .voice .item__txt {
        font-size: 1rem;
        line-height: 1.95;
        font-weight: normal;
        letter-spacing: 0.1em;
        min-height: 215px;
        padding: 0 21px;
        margin-top: 14px;
    }
}
.page-deal .voice .swiper-button-prev,
.page-deal .voice .swiper-button-next {
    top: 50%;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .page-deal .voice .swiper-button-prev,
    .page-deal .voice .swiper-button-next {
        top: 48%;
    }
}
.page-deal .voice .swiper-button-prev {
    left: -37px;
}
.page-deal .voice .swiper-button-prev::after {
    width: 15px;
    height: 30px;
    content: "";
    background: url("../images/common/arrow.svg") center/contain no-repeat;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
    .page-deal .voice .swiper-button-prev::after {
        width: 10px;
        height: 20px;
    }
}
.page-deal .voice .swiper-button-next {
    right: -37px;
}
.page-deal .voice .swiper-button-next::after {
    width: 15px;
    height: 30px;
    content: "";
    background: url("../images/common/arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 768px) {
    .page-deal .voice .swiper-button-next::after {
        width: 10px;
        height: 20px;
    }
}
.page-deal .flow {
    padding: 100px 0 120px;
}
@media screen and (max-width: 768px) {
    .page-deal .flow {
        padding: 50px 22px 51px;
    }
}
.page-deal .flow__ttl {
    font-size: 3rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-deal .flow__ttl {
        font-size: 2.1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-deal .flow__lists {
    margin-top: 48px;
}
@media screen and (max-width: 768px) {
    .page-deal .flow__lists {
        margin-top: 25.5px;
    }
}
.page-deal .flow .lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 100px;
    padding: 0 30px;
    border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .page-deal .flow .lists__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        padding: 9.5px 0;
    }
}
.page-deal .flow .lists__item:last-of-type {
    border-bottom: 1px solid #f5f5f5;
}
.page-deal .flow .item__ttl-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 340px;
}
@media screen and (max-width: 768px) {
    .page-deal .flow .item__ttl-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
    }
}
.page-deal .flow .item__ttl {
    font-size: 3.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: 150px;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .page-deal .flow .item__ttl {
        font-size: 2.4rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        text-align: center;
    }
}
.page-deal .flow .item__ttl .font-small {
    font-size: 2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .page-deal .flow .item__ttl .font-small {
        font-size: 1.4rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-deal .flow .item__ja-ttl {
    font-size: 1.8rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
    .page-deal .flow .item__ja-ttl {
        font-size: 1.35rem;
        line-height: 1.3333333333;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        margin: 13px 0 0 0;
        text-align: center;
    }
}
.page-deal .flow .item__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: normal;
    letter-spacing: 0.1em;
    width: calc(100% - 340px);
}
@media screen and (max-width: 768px) {
    .page-deal .flow .item__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 100%;
        margin-top: 11.5px;
        text-align: center;
    }
}
.page-deal .flow__txt {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 49.5px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-deal .flow__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 25px;
    }
}
.page-deal .flow__link {
    font-size: 2.6rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: 260px;
    padding: 0 43px 13.5px;
    margin: 58px auto 0;
    text-align: center;
    border-bottom: 1px solid #434748;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .page-deal .flow__link {
        font-size: 1.85rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
        width: 193px;
        padding: 0 30px 10px;
        margin-top: 36px;
    }
}
.page-deal .flow__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}

/**
* @file _p-message.scss
**/
.page-faq .faq {
    padding: calc(82px + 80px) 0 120px;
}
@media screen and (max-width: 768px) {
    .page-faq .faq {
        padding: calc(55px + 40px) 0 50px;
    }
}
.page-faq .faq__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-faq .faq__ttl {
        font-size: 3.6rem;
        line-height: 1.1111111111;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-faq .faq__lists {
    margin-top: 45px;
}
@media screen and (max-width: 768px) {
    .page-faq .faq__lists {
        margin-top: 32px;
    }
}
.page-faq .faq__lists:not(:first-of-type) {
    margin-top: 58px;
}
@media screen and (max-width: 768px) {
    .page-faq .faq__lists:not(:first-of-type) {
        margin-top: 41px;
    }
}
.page-faq .faq .lists__item {
    min-height: 50px;
    padding: 10px 0;
    border-bottom: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .lists__item {
        padding: 15px 0;
    }
}
.page-faq .faq .lists__item:first-of-type {
    margin-top: 14px;
    border-top: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .lists__item:first-of-type {
        margin-top: 13px;
    }
}
.page-faq .faq .lists__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-weight: normal;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .lists__ttl {
        font-size: 1.3rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-faq .faq .item__question {
    position: relative;
    padding-right: 30px;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .item__question {
        padding-right: 13px;
    }
}
.page-faq .faq .item__question::before,
.page-faq .faq .item__question::after {
    position: absolute;
    content: "";
    background-color: #434748;
    border-radius: 999px;
}
.page-faq .faq .item__question::before {
    top: 15px;
    right: 0;
    width: 14px;
    height: 1px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .page-faq .faq .item__question::before {
        top: 8px;
        width: 10px;
    }
}
.page-faq .faq .item__question::after {
    top: 15px;
    right: 6.5px;
    width: 1px;
    height: 14px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .page-faq .faq .item__question::after {
        top: 8px;
        right: 4.5px;
        height: 10px;
    }
}
.page-faq .faq .item__question.is-open::after {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
}
.page-faq .faq .item__answer {
    display: none;
    padding: 15px 30px 0 0;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .item__answer {
        padding: 10px 13px 0 0;
    }
}
.page-faq .faq .item__txt {
    padding-left: 27px;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .item__txt {
        padding-left: 21px;
    }
}
.page-faq .faq .question__txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .question__txt {
        font-size: 1.1rem;
        line-height: 1.4545454545;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-faq .faq .question__txt::before {
    position: absolute;
    top: 15px;
    left: 0;
    width: 12px;
    height: 13px;
    content: "";
    background: url("../images/faq/q.svg") center/contain no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .page-faq .faq .question__txt::before {
        top: 10px;
    }
}
.page-faq .faq .answer__txt {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
}
@media screen and (max-width: 768px) {
    .page-faq .faq .answer__txt {
        font-size: 1rem;
        line-height: 1.5;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-faq .faq .answer__txt::before {
    position: absolute;
    top: 11px;
    left: 0;
    width: 10px;
    height: 10px;
    content: "";
    background: url("../images/faq/a.svg") center/contain no-repeat;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
    .page-faq .faq .answer__txt::before {
        top: 8px;
    }
}

/**
* @file _p-index.scss
**/
.p-index .fv {
    position: relative;
}
.p-index .fv__video {
    width: 100vw;
    height: 100vh;
}
@media screen and (max-width: 768px) {
    .p-index .fv__video {
        height: calc(var(--fv-sp-height, 1vh) * 100);
    }
}
.p-index .fv__video video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.p-index .fv__ttl-box {
    position: absolute;
    top: 46%;
    left: 50%;
    width: 100%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.p-index .fv__ttl {
    font-size: 3.6rem;
    line-height: 2.5;
    font-weight: 500;
    letter-spacing: 0.08em;
    font-family: "Marcellus", serif;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-index .fv__ttl {
        font-size: 3rem;
        line-height: 1.4166666667;
        font-weight: 500;
        letter-spacing: 0.08em;
    }
}
.p-index .fv__txt {
    font-size: 1.8rem;
    line-height: 1.8888888889;
    font-weight: 500;
    letter-spacing: 0.1em;
    color: #fff;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .p-index .fv__txt {
        font-size: 1.3rem;
        line-height: 1.5384615385;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 29px;
    }
}
.p-index .fv__scroll-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding-bottom: 52px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.p-index .fv__scroll-txt {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: relative;
    font-family: "Marcellus", serif;
    color: #fff;
}
@-webkit-keyframes scroll {
    0% {
        height: 0;
    }
    100% {
        height: 38px;
    }
}
@keyframes scroll {
    0% {
        height: 0;
    }
    100% {
        height: 38px;
    }
}
.p-index .fv__scroll-txt::before {
    position: absolute;
    bottom: -14px;
    left: 50%;
    width: 1px;
    height: 0;
    content: "";
    background-color: #fff;
    -webkit-transform: translateX(-50%) translateY(100%);
    transform: translateX(-50%) translateY(100%);
    -webkit-animation: scroll 1.5s ease-out 0s infinite;
    animation: scroll 1.5s ease-out 0s infinite;
}
.p-index .message {
    padding: 100px 0;
    position: relative;
    height: 494px;
}
@media screen and (max-width: 768px) {
    .p-index .message {
        padding: 45px 0;
    }
}
.p-index .message__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .p-index .message__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.p-index .message__content {
    width: 100%;
    max-width: 280px;
}
@media screen and (max-width: 768px) {
    .p-index .message__content {
        max-width: 400px;
        padding: 0 80px;
        margin: 0 auto;
    }
}
.p-index .message__title {
    width: 37.5%;
    position: absolute;
    top: 156px;
    left: 0;
    img {
        width: clamp(128px, calc(600 / 1440 * 100vw), 158px);
        position: absolute;
        top: -56px;
        right: 20px;
    }
}
.p-index .message__text {
    width: 62.5%;
    height: 266px;
    position: absolute;
    top: 140px;
    right: 0;
    display: flex;
    justify-content: flex-start;
    align-items: end;
    font-size: 1.4rem;
    line-height: 2;
    padding-left: clamp(10px, 14vw, 280px);
    .message__text__inner {
        display: inline-flex;
        flex-direction: column;
        align-items: flex-start;
        a {
            margin: 45px 0 12px;
        }
    }
}
.p-index .message__attention {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: absolute;
    top: 65%;
    left: 50%;
    display: none;
    color: #fff;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
    .p-index .message {
        height: auto;
    }
    .p-index .message__container {
        display: block;
        & > div {
            width: 100%;
            height: auto;
            background: none;
            position: static;
            h2 {
                text-align: center;
                margin-bottom: 40px;
                img {
                    position: static;
                    width: 128px;
                    display: inline-block;
                }
            } 
        }
        .message__text {
            display: flex;
            margin: 0 auto;
            width: 210px;
            padding-left: 0;
            .message__text__inner {
                display: inline-flex;
                flex-direction: column;
                align-items: flex-start;
                p {
                    font-size: 1.4rem;
                    letter-spacing: 1.4px;
                }
                a {
                    position: static;
                    margin-top: 42px;
                }
            }
        }
    }
}
@media screen and (max-width: 768px) {
    .p-index .message__attention {
        font-size: 1.2rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.p-index .message__video.is-pause::before,
.p-index .message__video.is-pause::after,
.p-index .message__video.is-pause .message__attention {
    display: block;
}
.p-index .message__ttl {
    font-size: 6rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: -10px;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .p-index .message__ttl {
        font-size: 3.6rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 0;
    }
}
.p-index .message__sub-ttl {
    font-size: 1.8rem;
    line-height: 1.8888888889;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 46px;
}
@media screen and (max-width: 768px) {
    .p-index .message__sub-ttl {
        font-size: 1.4rem;
        line-height: 1.7142857143;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 25px;
    }
}
.p-index .message__txt {
    font-size: 1.2rem;
    line-height: 2;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 16px;
}
@media screen and (max-width: 768px) {
    .p-index .message__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 20px;
    }
}
.p-index .message__link {
    margin-top: 64px;
}
@media screen and (max-width: 768px) {
    .p-index .message__link {
        margin-top: 42.5px;
    }
}
.p-index .product {
    padding: 83px 0 100px;
    background-color: rgba(230, 230, 230, 0.4);
}
@media screen and (max-width: 768px) {
    .p-index .product {
        padding: 25px 0;
    }
}
@media screen and (max-width: 768px) {
    .p-index .product__container {
        max-width: 500px;
        padding: 0 35px;
        margin: 0 auto;
    }
}
.p-index .product__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .p-index .product__ttl {
        font-size: 3.6rem;
        line-height: 2.2222222222;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
.p-index .product__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    margin-top: 40px;
    gap: 58px;
}
@media screen and (max-width: 768px) {
    .p-index .product__lists {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 16px;
    }
}
.p-index .product .lists__item {
    width: calc((100%) / 3);
}
@media screen and (max-width: 768px) {
    .p-index .product .lists__item {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .p-index .product .lists__item:not(:first-of-type) {
        margin-top: 50px;
    }
}
.p-index .product .item__img {
    display: block;
    width: 100%;
    overflow: hidden;
}
.p-index .product .item__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
}
.p-index .product .item__img:hover img {
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.p-index .product .item__ttl {
    font-size: 4rem;
    line-height: 1;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-top: 30px;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .p-index .product .item__ttl {
        font-size: 2.7rem;
        line-height: 1.4814814815;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 20px;
    }
}
.p-index .product .item__sub-ttl {
    font-size: 1.4rem;
    line-height: 2.4285714286;
    font-weight: 300;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .p-index .product .item__sub-ttl {
        font-size: 1.1rem;
        line-height: 1.5454545455;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
.p-index .product .item__txt {
    font-size: 1.7rem;
    line-height: 1.9;
    font-weight: 300;
    letter-spacing: 0.1em;
    max-width: 368px;
    margin-top: 10px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
    .p-index .product .item__txt {
        font-size: 1rem;
        line-height: 1.8;
        font-weight: 500;
        letter-spacing: 0.1em;
        margin-top: 15px;
    }
}
.p-index .product .item__link {
    margin-top: 40px;
}
@media screen and (max-width: 768px) {
    .p-index .product .item__link {
        margin-top: 30px;
    }
}
.p-index .info {
    padding: 80px 0 120px;
}
@media screen and (max-width: 768px) {
    .p-index .info {
        padding: 45px 0 50px;
    }
}
@media screen and (max-width: 768px) {
    .p-index .info__container {
        padding: 0 35px;
    }
}
.p-index .info__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .p-index .info__ttl {
        font-size: 3.6rem;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 0.1em;
    }
}
.p-index .info__lists {
    margin-top: 32px;
}
@media screen and (max-width: 768px) {
    .p-index .info__lists {
        margin-top: 30px;
    }
}
.p-index .info .lists__item {
    width: 100%;
    border-bottom: 1px solid rgba(230, 230, 230, 0.4);
}
.p-index .info .lists__item:first-of-type {
    border-top: 1px solid rgba(230, 230, 230, 0.4);
}
.p-index .info .item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
@media screen and (max-width: 768px) {
    .p-index .info .item__link {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 15px 0;
    }
}
.p-index .info .item__link:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.p-index .info .item__date {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.1em;
    width: 110px;
    margin-top: 3px;
}
@media screen and (max-width: 768px) {
    .p-index .info .item__date {
        width: 100%;
        margin-top: 0;
    }
}
.p-index .info .item__ttl {
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0.1em;
    width: calc(100% - 110px);
    word-break: break-all;
}
@media screen and (max-width: 768px) {
    .p-index .info .item__ttl {
        width: 100%;
        margin-top: 10px;
    }
}
.p-index .info__link {
    display: block;
    max-width: 157px;
    margin: 53px 0 0 auto;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .p-index .info__link {
        max-width: 100px;
        margin: 30px auto 0 0;
    }
}

/**
* @file _p-list.scss
**/
@media screen and (max-width: 768px) {
    .page-list .shop {
        padding-top: 80px;
    }
}
.page-list .shop__txt {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 44px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-list .shop__txt {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 25px;
    }
}
.page-list .shop__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 80px;
}
@media screen and (max-width: 768px) {
    .page-list .shop__wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: 40px;
    }
}
.page-list .shop__box {
    width: 50%;
}
@media screen and (max-width: 768px) {
    .page-list .shop__box {
        width: 100%;
    }
}
.page-list .shop__category-box,
.page-list .shop__category-box-sp {
    max-width: 480px;
    margin-right: 50px;
    margin-left: auto;
}
@media screen and (max-width: 768px) {
    .page-list .shop__category-box,
    .page-list .shop__category-box-sp {
        display: none;
    }
}
.page-list .shop__category-box-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .page-list .shop__category-box-sp {
        display: block;
        max-width: 310px;
        margin: 40px auto 0;
    }
}
.page-list .shop__select-box {
    position: relative;
    width: 330px;
}
@media screen and (max-width: 768px) {
    .page-list .shop__select-box {
        width: 310px;
        margin: 0 auto;
    }
}
.page-list .shop__select-box::before {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    content: "";
    border-right: 2px solid #434748;
    border-bottom: 2px solid #434748;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
}
.page-list .shop__select-box select {
    font-size: 1.4rem;
    line-height: 1.5;
    font-weight: 400;
    letter-spacing: 0.1em;
    width: 100%;
    height: 100%;
    padding: 15px;
    color: #434748;
    border: 1px solid #434748;
}
@media screen and (max-width: 768px) {
    .page-list .shop__select-box select {
        font-size: 1rem;
        line-height: 1.8;
        padding: 10px;
    }
}
.page-list .shop__lists {
    width: 100%;
    margin-top: 60px;
}
@media screen and (max-width: 768px) {
    .page-list .shop__lists {
        height: 100%;
        max-height: 330px;
        margin-top: 0;
        overflow: auto;
    }
}
.page-list .shop .lists__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 45px 50px 60px 20px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
@media screen and (max-width: 768px) {
    .page-list .shop .lists__item {
        padding: 15px 30px 40px;
    }
}
.page-list .shop .lists__item:nth-of-type(odd) {
    background: #f5f5f5;
}
.page-list .shop .lists__item.clicked,
.page-list .shop .lists__item:hover {
    background: #434748;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.page-list .shop .lists__item.clicked h2,
.page-list .shop .lists__item.clicked address,
.page-list .shop .lists__item.clicked span,
.page-list .shop .lists__item.clicked a,
.page-list .shop .lists__item:hover h2,
.page-list .shop .lists__item:hover address,
.page-list .shop .lists__item:hover span,
.page-list .shop .lists__item:hover a {
    color: #fff;
    border-color: #fff;
}
.page-list .shop .item__box {
    position: relative;
    width: 100%;
    max-width: 480px;
    min-height: 120px;
}
@media screen and (max-width: 768px) {
    .page-list .shop .item__box {
        max-width: none;
        min-height: 80px;
    }
}
.page-list .shop .item__ttl {
    font-size: 2.2rem;
    line-height: 1.1818181818;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
    .page-list .shop .item__ttl {
        font-size: 1.5rem;
        line-height: 1.2;
        margin-bottom: 10px;
    }
}
.page-list .shop .item__address,
.page-list .shop .item__tel,
.page-list .shop .item__webpage {
    font-size: 1.4rem;
    line-height: 1.4285714286;
    font-weight: 400;
    letter-spacing: 0.1em;
    display: block;
    margin-top: 5px;
    font-style: normal;
}
@media screen and (max-width: 768px) {
    .page-list .shop .item__address,
    .page-list .shop .item__tel,
    .page-list .shop .item__webpage {
        font-size: 1rem;
        line-height: 1.8;
        margin-top: 0;
    }
}
.page-list .shop .item__link {
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
    letter-spacing: 0.1em;
    position: absolute;
    right: 0;
    bottom: -30px;
    display: block;
    padding: 0 20px 5px 0;
    border-bottom: 1px solid #434748;
}
@media screen and (max-width: 768px) {
    .page-list .shop .item__link {
        bottom: -25px;
    }
}
.page-list .shop__map-box {
    position: sticky;
    top: 80px;
    width: 50%;
    height: 800px;
}
@media screen and (max-width: 768px) {
    .page-list .shop__map-box {
        position: static;
        width: 100%;
        height: auto;
        aspect-ratio: 750/500;
    }
}
.page-list .shop__map {
    width: 100%;
    height: 100%;
}

/**
* @file _p-message.scss
**/
.page-message {
    background-image: url("../images/message/bg_pc.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
@media screen and (max-width: 768px) {
    .page-message {
        background-image: url("../images/message/bg_sp.webp");
    }
}
.page-message .message {
    padding-bottom: 0;
}
.page-message .message__ttl {
    font-size: 6rem;
    line-height: 1.3333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-message .message__ttl {
        font-size: 3.6rem;
        line-height: 1.1111111111;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-message .message__lead {
    font-size: 2.2rem;
    line-height: 1.75;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 44px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-message .message__lead {
        font-size: 1.7rem;
        line-height: 1.7142857143;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 32px;
    }
}
.page-message .message__txt {
    font-size: 1.4rem;
    line-height: 2.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 50px;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-message .message__txt {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 15px;
    }
}
.page-message .message__box {
    margin-top: 34px;
    font-size: 1.8rem;
    text-align: center;
    padding-bottom: 160px;
}
@media screen and (max-width: 768px) {
    .page-message .message__box {
        font-size: 1.4rem;
        margin-top: 15px;
        padding-bottom: 54px;
    }
}
.page-message .message__position {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-message .message__position {
        font-size: 1.1rem;
        line-height: 1.7727272727;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-message .message__name {
    font-size: 1.6rem;
    line-height: 1.625;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    text-align: center;
}
@media screen and (max-width: 768px) {
    .page-message .message__name {
        font-size: 1.25rem;
        line-height: 1.56;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.page-message .message__img {
    width: 100%;
    max-width: 700px;
    padding-left: 80px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .page-message .message__img {
        padding-left: 26px;
    }
}
.page-message .message__img img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

/**
* @file _p-policy.scss
**/
.page-policy .policy__content {
    margin-top: 44px;
}
@media screen and (max-width: 768px) {
    .page-policy .policy__content {
        margin-top: 0;
    }
}
.page-policy .policy__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 28px;
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 768px) {
    .page-policy .policy__txt {
        font-size: 1.1rem;
        line-height: 1.4545454545;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 26px;
    }
}
.page-policy .policy__lists {
    margin-top: 25px;
}
@media screen and (max-width: 768px) {
    .page-policy .policy__lists {
        margin-top: 22px;
    }
}
.page-policy .policy .lists__item:not(:first-of-type) {
    margin-top: 24px;
}
@media screen and (max-width: 768px) {
    .page-policy .policy .lists__item:not(:first-of-type) {
        margin-top: 16px;
    }
}
.page-policy .policy .item__ttl {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: 600;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .page-policy .policy .item__ttl {
        font-size: 1.1rem;
        line-height: 1.4545454545;
        font-weight: 600;
        letter-spacing: 0.1em;
    }
}
.page-policy .policy .item__txt {
    font-size: 1.4rem;
    line-height: 1.7142857143;
    font-weight: normal;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 768px) {
    .page-policy .policy .item__txt {
        font-size: 1.1rem;
        line-height: 1.4545454545;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}

/**
* @file _p-single-product.scss
**/
/* .p-single-product {
  padding: calc(100px + 80px) 0 20px;
} */
/* 20260202_step項目がなくなったことによる余白の調節戻す場合は上の記述のみ有効にしtください */
.p-single-product {
    padding: calc(100px + 80px) 0;
}
@media screen and (max-width: 1024px) {
    /* .p-single-product {
    padding: calc(61px + 40px) 0 25px;
  } */
    /* 20260202_step項目がなくなったことによる余白の調節戻す場合は上の記述のみ有効にしtください */
    .p-single-product {
        padding: calc(61px + 40px) 0;
    }
}
.p-single-product .product {
    padding: 0 20px;
}
@media screen and (max-width: 768px) {
    .p-single-product .product {
        padding: 0;
    }
}
.p-single-product .product__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1024px) {
    .p-single-product .product__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
.p-single-product .product__img-box {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .p-single-product .product__img-box {
        padding: 0 32.5px;
    }
}
.p-single-product .product__img {
    width: 100%;
    max-width: 470px;
    height: 470px;
    /* background-color: #f5f5f5; */
}
@media screen and (max-width: 1024px) {
    .p-single-product .product__img {
        width: 100%;
        max-width: 550px;
        height: 400px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 768px) {
    .p-single-product .product__img {
        height: 310px;
        overflow: hidden;
    }
}
.p-single-product .product__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media screen and (max-width: 768px) {
    .p-single-product .product__img img {
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1);
    }
}
.p-single-product .product__content {
    width: 100%;
    max-width: calc(100% - 470px);
    padding-left: 50px;
}
@media screen and (max-width: 1024px) {
    .p-single-product .product__content {
        max-width: none;
        padding-left: 0;
        margin: 30px auto 0;
    }
}

/**
* @file _p-single.scss
**/
.p-single .article {
    padding: calc(82px + 80px) 0 120px;
}
@media screen and (max-width: 768px) {
    .p-single .article {
        padding: calc(55px + 40px) 0 50px;
    }
}
.p-single .article__container {
    max-width: 750px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .p-single .article__container {
        padding: 0 40px;
    }
}
.p-single .article__date {
    font-size: 1.2rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
    .p-single .article__date {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.p-single .article__ttl {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 22px;
}
@media screen and (max-width: 768px) {
    .p-single .article__ttl {
        font-size: 1.3rem;
        line-height: 1.6153846154;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 12px;
    }
}
.p-single .article__content {
    padding-bottom: 40px;
    margin-top: 28px;
    border-bottom: 1px solid #f5f5f5;
}
@media screen and (max-width: 768px) {
    .p-single .article__content {
        padding-bottom: 20px;
        margin-top: 20px;
    }
}
.p-single .article__content p,
.p-single .article__content a {
    font-size: 1.4rem;
    line-height: 1.8571428571;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-bottom: 15px;
    word-break: break-all;
}
@media screen and (max-width: 768px) {
    .p-single .article__content p,
    .p-single .article__content a {
        font-size: 1.1rem;
        line-height: 1.7272727273;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.p-single .article__content a {
    text-decoration: underline;
}
.p-single .article__link {
    display: block;
    width: 100%;
    max-width: 100px;
    margin: 40px 0 0 auto;
}
@media screen and (max-width: 768px) {
    .p-single .article__link {
        max-width: 80px;
        margin: 30px 0 0 auto;
    }
}

/**
* @file _p-taxonomy-download_cat-promotional-item.scss
**/
.p-taxonomy-download_cat-promotional-item .content-promotional-item {
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item .content-promotional-item {
        padding-top: 60px;
    }
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item
        .content-promotional-item__container {
        padding: 0 22.5px;
    }
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .wrapper__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .wrapper__ttl {
    font-size: 5.4rem;
    line-height: 1;
    font-weight: normal;
    letter-spacing: 0.1em;
    font-family: "Marcellus", serif;
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item
        .content-promotional-item
        .wrapper__ttl {
        font-size: 3.6rem;
        line-height: 1.1111111111;
        font-weight: normal;
        letter-spacing: 0.1em;
    }
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .wrapper__sub-ttl {
    font-size: 1.4rem;
    line-height: 2;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    margin-left: 38px;
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item
        .content-promotional-item
        .wrapper__sub-ttl {
        font-size: 1.1rem;
        line-height: 1.6363636364;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 14px;
    }
}
.p-taxonomy-download_cat-promotional-item .content-promotional-item__lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -70px 0 0 -35px;
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item .content-promotional-item__lists {
        margin: -50 0 0 0;
        margin-top: -50px;
        margin-right: auto;
        margin-left: auto;
    }
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .lists__item {
    width: calc(33.3333333333% - 36.5px);
    margin: 70px 0 0 35px;
}
@media screen and (max-width: 1024px) {
    .p-taxonomy-download_cat-promotional-item
        .content-promotional-item
        .lists__item {
        width: calc(50% - 36.5px);
    }
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item
        .content-promotional-item
        .lists__item {
        width: 100%;
        margin: 50px auto 0;
    }
}
.p-taxonomy-download_cat-promotional-item .content-promotional-item .item__img {
    position: relative;
    width: 100%;
    padding-top: 100%;
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .item__img
    img {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .item__img
    .zoom-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .item__img
    .zoom-icon
    img {
    top: 50%;
    left: 50%;
    display: block;
    width: 22px;
    height: 22px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -o-object-fit: contain;
    object-fit: contain;
}
.p-taxonomy-download_cat-promotional-item .content-promotional-item .item__ttl {
    font-size: 1.2rem;
    line-height: 2.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    margin-top: 11px;
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item
        .content-promotional-item
        .item__ttl {
        font-size: 1rem;
        line-height: 1;
        font-weight: normal;
        letter-spacing: 0.1em;
        margin-top: 17.5px;
    }
}
.p-taxonomy-download_cat-promotional-item
    .content-promotional-item
    .item__link {
    max-width: none;
    margin-top: 11px;
}
.p-taxonomy-download_cat-promotional-item .modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    display: none;
    width: 100%;
    height: 100%;
    padding: 50px;
    overflow: auto;
    background-color: rgba(67, 71, 72, 0.8);
}
.p-taxonomy-download_cat-promotional-item .modal.is-active {
    display: block;
}
.p-taxonomy-download_cat-promotional-item .modal__container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    max-width: 610px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
@media screen and (max-width: 1600px) {
    .p-taxonomy-download_cat-promotional-item .modal__container {
        max-width: 400px;
    }
}
@media screen and (max-width: 768px) {
    .p-taxonomy-download_cat-promotional-item .modal__container {
        width: 100%;
        padding: 0 54px;
    }
}
.p-taxonomy-download_cat-promotional-item .modal__icon-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.p-taxonomy-download_cat-promotional-item .modal__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    background-color: #f2f2f2;
    border-radius: 50%;
}
.p-taxonomy-download_cat-promotional-item .modal__icon img {
    display: block;
    width: 22px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}
.p-taxonomy-download_cat-promotional-item .modal__icon.close-btn {
    cursor: pointer;
}
.p-taxonomy-download_cat-promotional-item .modal__icon.close-btn img {
    width: 16px;
    height: 16px;
}
.p-taxonomy-download_cat-promotional-item .modal__thumbnail {
    margin-top: 30px;
}
.p-taxonomy-download_cat-promotional-item .modal__ttl {
    font-size: 1.6rem;
    line-height: 2.125;
    font-weight: normal;
    letter-spacing: 0em;
    margin-top: 20px;
    color: #fff;
}

/* -----------231011ベリッシマ追記----*/

.page-dairiten .contact .form-item__box {
    width: calc(100% - 260px);
}
@media screen and (max-width: 768px) {
    .page-dairiten .contact .form-item__box {
        width: 100%;
    }
}
.page-dairiten .contact .form-item__box .wpcf7-radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px 20px;
}
.page-dairiten .contact .form-item__box .wpcf7-list-item {
    font-size: 1.2rem;
    line-height: 1.3333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    position: relative;
}
.page-dairiten .contact .form-item__box .wpcf7-list-item input {
    width: 0;
    height: 0;
    border: none;
}
.page-dairiten .contact .form-item__box .wpcf7-list-item input::before {
    position: absolute;
    top: 3px;
    left: -13px;
    width: 10px;
    height: 10px;
    content: "";
    border: 1px solid #c8c8c8;
    border-radius: 999px;
}
.page-dairiten .contact .form-item__box .wpcf7-list-item input::after {
    position: absolute;
    top: 5px;
    left: -11px;
    display: none;
    width: 6px;
    height: 6px;
    content: "";
    background: #434748;
    border: 1px solid #c8c8c8;
    border-radius: 999px;
}
.page-dairiten .contact .form-item__box .wpcf7-list-item input:checked::after {
    display: block;
}
.page-dairiten .contact .form-item__box .wpcf7-list-item-label::before,
.page-contact .contact .form-item__box .wpcf7-list-item-label::after {
    display: none;
}
.page-dairiten .contact .form-item__box .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}
.page-dairiten .contact .form-item__box .wpcf7-form-control-wrap textarea {
    font-size: 1.2rem;
    line-height: 1.8333333333;
    font-weight: normal;
    letter-spacing: 0.1em;
    display: block;
    width: 100%;
    height: 100px;
    padding: 10px 15px;
    overflow: auto;
    resize: none;
}

/* ---------------*/
.product-detail-lp-container {
    margin-top: 60px;
}
