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

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

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

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

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

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

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

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

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

address {
    font-style: inherit;
}

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

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: inherit;
    /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

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

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
    outline-offset: -2px;
    /* 1 */
}

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

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

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

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

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

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

caption {
    text-align: left;
}

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

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

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

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

html {
    overflow-y: scroll;
}

body {
    color: black;
    font-family: "Noto Sans JP", sans-serif;
    line-height: 1.625;
    font-weight: 400;
    font-size: 1rem;
}

#wrapper {
    overflow: hidden;
    padding-top: 121px;
}

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

.full {
    width: 100%;
}

.only_sp {
    display: none;
}

.container {
    max-width: 1160px;
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

.hover_opacity {
    cursor: pointer;
}

.hover_zoom {
    opacity: 1;
}

.js_inview {
    visibility: hidden;
    opacity: 0;
}

.fadeUp,
.fadeIn {
    animation-duration: 0.5s;
}

.fadeUp {
    animation-name: ani_fadeup;
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.fadeIn {
    animation-name: ani_fadein;
    animation-timing-function: ease-in-out;
}

@keyframes ani_fadeup {
    0% {
        transform: translateY(40px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes ani_fadein {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.header_menu_search .btn_search_all,
.header_menu_search_option .theme_list .item,
.header_menu_search_option .area_list .item {
    position: relative;
    border-radius: 5px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid;
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.2142857143;
    text-align: center;
    font-size: 0.875rem;
}

.header_menu_search .btn_search_all::after,
.header_menu_search_option .theme_list .item::after,
.header_menu_search_option .area_list .item::after {
    content: "";
    position: absolute;
    mask-image: url(../images/common/icon_arrow_thin.svg);
    mask-position: 50% 50%;
    mask-repeat: no-repeat;
    mask-size: contain;
    background-color: black;
    width: 6px;
    height: 100%;
    right: 10px;
}

.header_menu_search_option .theme_list .item img,
.header_menu_search_option .area_list .item img {
    width: 16px;
    position: absolute;
    left: 10px;
}

.header_menu_search_option .theme_list .item img.icon_w19,
.header_menu_search_option .area_list .item img.icon_w19 {
    width: 19px;
}

.header_menu_search_option .theme_list .item img.icon_w14,
.header_menu_search_option .area_list .item img.icon_w14 {
    width: 14px;
}

.btn_open_link,
.btn_archive_link,
.btn_more {
    display: table;
    margin: 0 auto;
    max-width: 285px;
    font-weight: 500;
    border-radius: 5px;
    font-family: "Shippori Mincho", sans-serif;
    line-height: 1.5em;
    font-size: 0.875rem;
    width: 100%;
    height: 48px;
    position: relative;
    left: 3px;
    z-index: 0;
    background-image: repeating-linear-gradient(-45deg, black 0 4.6px, transparent 0 6px);
}

.btn_open_link a,
.btn_archive_link a,
.btn_more a {
    border: 2px solid black;
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    border-radius: inherit;
    position: relative;
    transform: translate(-7px, -7px);
    background-color: white;
    opacity: 1;
}

.btn_open_link a::after,
.btn_archive_link a::after,
.btn_more a::after {
    position: absolute;
    right: 10px;
}

.footer_utility,
.header_nav_utility {
    font-weight: 500;
    line-height: 1;
    font-family: "Shippori Mincho", sans-serif;
    gap: 3px;
}

.footer_utility>*,
.header_nav_utility>* {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.footer_utility>*:first-child,
.header_nav_utility>*:first-child {
    border-left: none;
    padding-left: 0;
}

.footer_utility>*:last-child,
.header_nav_utility>*:last-child {
    border-right: none;
    padding-right: 0;
}

.footer_utility .search,
.header_nav_utility .search {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.footer_utility .search::before,
.header_nav_utility .search::before {
    flex-shrink: 0;
    content: "";
    width: 1em;
    height: 1em;
    background: url(../images/common/icon_search.svg) center/contain no-repeat;
}

.footer_utility .favorite,
.header_nav_utility .favorite {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_utility .favorite::before,
.header_nav_utility .favorite::before {
    flex-shrink: 0;
    content: "";
    width: 1.0714285714em;
    height: 1em;
    background: url(../images/common/icon_favorited.svg) center/contain no-repeat;
    position: relative;
    top: 1px;
    margin-right: 0.2142857143em;
}

.footer_utility .favorite .amount,
.header_nav_utility .favorite .amount {
    flex-shrink: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 0.875rem;
    width: 1.4285714286em;
    height: 1.4285714286em;
    font-weight: 700;
    color: white;
    border-radius: 50%;
    background-color: black;
    position: relative;
    left: 1px;
    font-family: "Noto Sans JP", sans-serif;
    padding-bottom: 1.5px;
}

.header_menu_search_option .theme_list .item {
    opacity: 1;
}

.header_menu_search_option .area_list .item {
    opacity: 1;
}

.header_menu_search .btn_search_all {
    opacity: 1;
}

.header_hamburger,
.header_nav_more .hamburger {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.header_hamburger>*,
.header_nav_more .hamburger>* {
    height: 2px;
    position: absolute;
    width: 31px;
    background-color: black;
    transform-origin: left center;
    transition: all 0.5s ease;
}

.header_hamburger>*:first-child,
.header_nav_more .hamburger>*:first-child {
    translate: 0 -10px;
    scale: 0.81 1;
}

.header_hamburger>*:last-child,
.header_nav_more .hamburger>*:last-child {
    translate: 0 10px;
    scale: 0.51 1;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: white;
}

.header.is_fixed {
    border-bottom: 1px solid black;
}

.header.is_fixed .header_bar {
    padding-top: 20px;
    padding-bottom: 20px;
}

.header::after {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-color: white;
}

.header_bar {
    max-width: 1346px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 31px 30px 37px;
    position: relative;
    background-color: white;
    z-index: 10;
    overflow: hidden;
    transition: padding 0.5s ease;
}

.header_logo {
    font-size: 0.8125rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    position: relative;
    z-index: 0;
    margin-left: 12px;
}

.header_logo::after {
    content: "";
    width: 18em;
    height: 8.8461538462em;
    background: url(../images/common/img_derco_season.svg) center/contain no-repeat;
    position: absolute;
    top: -3em;
    left: -3.3846153846em;
    z-index: -1;
}

.header_logo_link {
    display: block;
    width: 11.5384615385em;
}

.header_logo_link .image {
    width: 100%;
    display: block;
}

.header_logo_link .description {
    display: block;
    font-family: "Shippori Mincho", sans-serif;
    margin-top: 11px;
    position: relative;
    left: -0.3846153846em;
}

.header_nav {
    display: flex;
    align-items: center;
    position: relative;
    bottom: 2px;
}

.header_nav_utility {
    margin-right: 32px;
    display: flex;
    font-size: 0.875rem;
}

.header_nav_utility>* {
    padding: 4px 15px;
}

.header_nav_more {
    display: flex;
    align-items: center;
}

.header_nav_more .hamburger>* {
    transition: all 0.5s ease;
}

.header_nav_more .hamburger.is_active>* {
    translate: 0 !important;
    scale: 1.3 1 !important;
    transform-origin: center;
    rotate: 45deg;
}

.header_nav_more .hamburger.is_active>*:last-child {
    rotate: 135deg;
}

.header_nav_more .hamburger.is_active>*:nth-child(2) {
    opacity: 0 !important;
}

.header_nav_more .language {
    width: 79px;
    margin-right: 22px;
    position: relative;
    display: flex;
    align-items: center;
}

.header_nav_more .language::after {
    position: absolute;
    content: "";
    right: 7px;
    pointer-events: none;
    width: 7px;
    height: 100%;
    z-index: 1;
    background: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
    rotate: 90deg;
    transition: rotate 0.5s ease;
}

.header_nav_more .language:has(select:focus)::after {
    rotate: -90deg;
}

.header_nav_more .language select {
    color: black;
    border-radius: 50px;
    border: 1px solid black;
    font-size: 0.625rem;
    width: 100%;
    outline: none !important;
    padding: 2px 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.header_menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: -2;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    transition: -webkit-filter 0.5s ease;
    background-color: white;
    overflow: hidden;
    display: none;
}

.header_menu::before {
    content: "";
    display: block;
    height: 2px;
    background-color: #707070;
    z-index: 3;
    width: 100%;
}

.header_menu.is_open {
    filter: drop-shadow(0 3px 6px rgba(0, 0, 0, 0.12));
}

.header_menu_item {
    width: 100%;
    z-index: 2;
    display: none;
}

.header_menu_pages {
    display: flex;
    padding: 29px 0 20px;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px 98px;
    column-gap: clamp(2.5rem, 17.4698795181vw + -5.8855421687rem, 6.125rem);
}

.header_menu_pages .page_list {
    width: 100%;
}

.header_menu_pages .page_list_line {
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    font-family: "Shippori Mincho", sans-serif;
    gap: 23px 63px;
    flex: 410px;
    column-count: 2;
    column-gap: clamp(1.875rem, 16.5vw + -7.40625rem, 3.9375rem);
}

.header_menu_pages .page_list_line .item {
    border-bottom: 1px solid black;
    margin-bottom: 24px;
}

.header_menu_pages .page_list_line .item a {
    padding: 0 15px 15px 18px;
    justify-content: space-between;
    position: relative;
}

.header_menu_pages .page_list_line .item a::after {
    background: url(../images/common/icon_arrow_thin.svg) center/contain no-repeat;
    width: 6px;
    height: 10px;
    content: "";
    display: block;
    right: 0;
    position: relative;
}

.header_menu_pages .page_list_line .item a::before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-repeat: no-repeat;
    transition: opacity 0.5s ease;
    background-image: linear-gradient(to bottom, #FFEB03 0 1.7em, transparent 1.7em 100%);
}

.header_menu_pages .page_list_arrow {
    grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
    gap: 26px 43px;
    flex: 289px;
    column-gap: clamp(0.9375rem, 14vw + -6.9375rem, 2.6875rem);
    min-width: 310px;
    display: grid;
}

.header_menu_pages .page_list_arrow .item a {
    padding: 4px 0 4px;
}

.header_menu_pages .page_list_arrow .item .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
    width: 20px;
    flex-shrink: 0;
    margin-right: 10px;
    border: 1px solid black;
    background-color: black;
    border-radius: 50%;
    transition: background-color 0.5s ease;
}

.header_menu_pages .page_list_arrow .item .arrow::before {
    content: "";
    display: block;
    height: 100%;
    transition: inherit;
    background-color: white;
    width: 6px;
    mask: url(../images/common/icon_arrow_wh.svg) center/contain no-repeat;
    -webkit-mask: url(../images/common/icon_arrow_wh.svg) center/contain no-repeat;
}

.header_menu_pages .page_list_line .item,
.header_menu_pages .page_list_arrow .item {
    font-size: 0.875rem;
}

.header_menu_pages .page_list_line .item a,
.header_menu_pages .page_list_arrow .item a {
    display: flex;
    align-items: center;
    opacity: 1;
}

.header_menu_search {
    font-family: "Shippori Mincho", sans-serif;
    padding: 11px 0 19px;
}

.header_menu_search_title {
    font-size: 1.125rem;
    line-height: 1.4444444444;
    text-align: center;
}

.header_menu_search_option {
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}

.header_menu_search_option .theme_title,
.header_menu_search_option .area_title {
    font-size: 1rem;
    text-align: center;
    margin-bottom: 4px;
}

.header_menu_search_option .theme_list,
.header_menu_search_option .area_list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
    gap: 8px 10px;
}

.header_menu_search_option .theme {
    width: 64.5454545455%;
}

.header_menu_search_option .theme_title {
    color: #1B5808;
    padding-right: 10px;
}

.header_menu_search_option .area {
    width: 31.8181818182%;
}

.header_menu_search_option .area_title {
    color: #A52B2A;
}

.header_menu_search_option .line {
    width: 1px;
    background-image: url(../images/common/img_line_dot.svg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    bottom: -5px;
}

.header_menu_search .btn_search_all {
    border-width: 2px;
    max-width: 351px;
    width: 100%;
    margin: 19px auto 0;
    font-size: 1rem;
}

.header_hamburger {
    position: fixed;
    top: 15px;
    right: 15px;
    border-radius: 50%;
    border: 1px solid black;
    background-color: white;
    z-index: -1;
}

.footer {
    border-top: 1px solid black;
    position: relative;
    margin-top: 109px;
}

.footer::before {
    display: table;
    margin: -40px auto 0;
    content: "";
    width: 21.5625em;
    position: relative;
    right: 5px;
    height: 10.625em;
    background: url(../images/common/img_derco_season.svg) center/contain no-repeat;
}

.footer_logo {
    display: table;
    margin: 0 auto;
    font-size: 1.1875rem;
    line-height: 1;
    font-weight: 400;
    font-family: "Shippori Mincho", sans-serif;
    margin-top: -10px;
    padding-right: 5px;
    position: relative;
    z-index: 1;
}

.footer_logo_image {
    display: block;
    width: 12.3684210526em;
}

.footer_logo_txt {
    display: block;
    margin-top: 18px;
}

.footer_contact {
    background-color: #f8f8e7;
    margin-top: 16px;
    padding: 41px 0 34px;
    font-family: "Shippori Mincho", sans-serif;
}

.footer_contact_list {
    display: flex;
    align-items: center;
}

.footer_contact_list .item {
    width: 50%;
}

.footer_contact_list .item .description {
    display: table;
    margin-left: auto;
    padding-right: 51px;
}

.footer_contact_list .item .title {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.4444444444;
    color: #8e5039;
}

.footer_contact_list .item .address {
    font-size: 0.875rem;
    margin-top: 10px;
    font-weight: 400;
    line-height: 1.7142857143;
}

.footer_contact_list .btn_archive_link {
    margin-left: 30px;
    position: relative;
    top: 4px;
}

.footer_copyright {
    text-align: center;
    font-weight: 400;
    font-size: 0.75rem;
    padding: 14px 20px;
}

.footer_utility {
    border-radius: 5px 5px 0 0;
    border-width: 1px 1px 0px 1px;
    border-color: black;
    width: 95%;
    left: 50%;
    transform: translateX(-50%);
    position: fixed;
    bottom: 0;
    background-color: white;
    display: none;
    z-index: 50;
    padding: 5px 0;
    font-size: 0.8125rem;
    transition: transform 0.5s ease;
}

.footer_utility>* {
    width: 50%;
    height: 38px;
}

.footer_utility .favorite {
    min-width: 160px;
}

.footer_utility .favorite .amount {
    top: 1px;
}

.footer #totop {
    position: fixed;
    right: 40px;
    bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #E8C052;
    border: 2px solid white;
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    transition: all 0.5s ease;
    z-index: 50;
    opacity: 0;
    pointer-events: none;
}

.footer #totop.is_show {
    opacity: 1;
    pointer-events: all;
}

.footer #totop.is_stop {
    position: absolute;
    top: -30px;
}

.footer #totop::after {
    content: "";
    flex-shrink: 0;
    height: 100%;
    width: 12px;
    mask-size: contain;
    mask-position: center;
    mask-repeat: no-repeat;
    mask-image: url(../images/common/icon_arrow_link.svg);
    background-color: black;
    transform: rotate(-90deg);
    transition: background-color 0.5s ease;
}

.btn_more a::after {
    content: "+";
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
    transform: translateY(-2px);
}

.btn_archive_link a::after {
    content: "";
    width: 8px;
    height: 10px;
    background: url(../images/common/icon_arrow_link.svg) center/contain no-repeat;
}

.btn_open_link a::after {
    content: "";
    width: 29px;
    height: 21px;
    background: url(../images/common/icon_book.svg) center/contain no-repeat;
    position: relative;
    left: 9px;
}

html.is_loadding .c_loading {
    opacity: 1;
    pointer-events: all;
}

html.is_loadding body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}

.c_loading {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    height: 100vh;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    background-color: #231815;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.c_loading_body {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    animation: spin 2.75s infinite linear;
}

.c_loading_body_dot {
    position: absolute;
    height: 100%;
    width: 30%;
}

.c_loading_body_dot::after {
    content: "";
    position: absolute;
    height: 0%;
    width: 100%;
    padding-bottom: 100%;
    background-color: white;
    border-radius: 50%;
}

.c_loading_body_dot:nth-child(1) {
    bottom: 5%;
    left: 0;
    transform: rotate(60deg);
    transform-origin: 50% 85%;
}

.c_loading_body_dot:nth-child(1)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite ease-in-out;
    animation-delay: -0.33s;
}

.c_loading_body_dot:nth-child(2) {
    bottom: 5%;
    right: 0;
    transform: rotate(-60deg);
    transform-origin: 50% 85%;
}

.c_loading_body_dot:nth-child(2)::after {
    bottom: 0;
    left: 0;
    animation: wobble1 1.1s infinite -0.165s ease-in-out;
}

.c_loading_body_dot:nth-child(3) {
    bottom: -5%;
    left: 0;
    transform: translateX(116.666%);
}

.c_loading_body_dot:nth-child(3)::after {
    top: 0;
    left: 0;
    animation: wobble2 1.1s infinite ease-in-out;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes wobble1 {

    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(-66%) scale(0.65);
        opacity: 0.8;
    }
}

@keyframes wobble2 {

    0%,
    100% {
        transform: translateY(0%) scale(1);
        opacity: 1;
    }

    50% {
        transform: translateY(66%) scale(0.65);
        opacity: 0.8;
    }
}

@media screen and (max-width: 767px) {
    body {
        font-size: 0.875rem;
    }

    #wrapper {
        padding-top: 77px;
    }

    .only_sp {
        display: initial;
    }

    .only_pc {
        display: none !important;
    }

    .container {
        padding: 0 15px;
    }

    .btn_open_link,
    .btn_archive_link,
    .btn_more {
        left: 4px;
        background-image: repeating-linear-gradient(-45deg, black 0 3px, transparent 0 4px)
    }

    .header_hamburger>*,
    .header_nav_more .hamburger>* {
        width: 25px;
    }

    .header_hamburger>*:first-child,
    .header_nav_more .hamburger>*:first-child {
        translate: 0 -8px;
    }

    .header_hamburger>*:last-child,
    .header_nav_more .hamburger>*:last-child {
        translate: 0 8px;
    }

    .header {
        position: absolute;
        border: none !important;
    }

    .header_bar {
        overflow: unset;
        padding: 16px 10px !important;
    }

    .header_logo {
        font-size: 0.625rem;
        margin-left: 7px;
    }

    .header_logo::after {
        top: -2.6666666667em;
        left: -2.5555555556em;
        font-size: 0.9em;
    }

    .header_logo_link .description {
        margin-top: 7px;
        left: -2px;
    }

    .header_nav {
        bottom: 0;
    }

    .header_nav_utility {
        display: none;
    }

    .header_nav_more .hamburger.is_active>* {
        scale: 1 !important;
    }

    .header_nav_more .language {
        margin-right: 3px;
    }

    .header_menu::before {
        height: 10px;
        background-color: white;
        border-bottom: 2px solid #707070;
    }

    .header_menu_item {
        max-height: calc(100vh - 72px);
        max-height: calc(100dvh - 72px);
        overflow: auto;
    }

    .header_menu_item .container {
        padding: 0;
    }

    .header_menu_pages {
        padding: 0 0 20px;
        display: block;
    }

    .header_menu_pages .page_list_line {
        width: 100%;
        min-width: 0px;
        column-count: unset;
        gap: 0;
    }

    .header_menu_pages .page_list_line .item {
        margin-bottom: 0;
    }

    .header_menu_pages .page_list_line .item a {
        padding: 19px 40px 18px;
    }

    .header_menu_pages .page_list_line .item a {
        padding: 19px 40px 18px;
    }

    .header_menu_pages .page_list_line .item a::before {
        background-image: linear-gradient(to bottom, transparent 0 19px, #FFEB03 19px 42px, transparent 42px 100%);
    }

    .header_menu_pages .page_list_arrow {
        width: 100%;
        min-width: 0px;
        grid-template-columns: max-content max-content;
        padding: 22px 15px;
        gap: 20px;
        justify-content: space-around;
    }

    .header_menu_search {
        padding: 0 12px 20px;
    }

    .header_menu_search_title {
        margin: 0 -12px 5px;
        padding-bottom: 4px;
        border-bottom: 1px solid black;
    }

    .header_menu_search_option {
        flex-direction: column;
        gap: 0;
        margin-top: 0;
    }

    .header_menu_search_option .theme,
    .header_menu_search_option .area {
        width: 100%;
    }

    .header_menu_search_option .theme_title,
    .header_menu_search_option .area_title {
        margin-bottom: 5px;
    }

    .header_menu_search_option .theme_title {
        padding-right: 0;
    }

    .header_menu_search_option .theme_list .item:nth-child(3) {
        order: 3;
    }

    .header_menu_search_option .theme_list .item:nth-child(4) {
        order: 4;
    }

    .header_menu_search_option .theme_list .item:nth-child(5) {
        order: 1;
    }

    .header_menu_search_option .theme_list .item:nth-child(6) {
        order: 2;
    }

    .header_menu_search_option .theme_list .item:nth-child(7) {
        order: 5;
    }

    .header_menu_search_option .area {
        margin-top: 7px;
    }

    .header_menu_search_option .line {
        display: none;
    }

    .header_menu_search .btn_search_all {
        margin-top: 13px;
    }

    .footer {
        margin-top: 68px;
    }

    .footer::before {
        font-size: 0.8071428571em;
        right: 0;
        margin-top: -28px;
    }

    .footer_logo {
        font-size: 0.875rem;
        margin-top: -7px;
        position: relative;
        left: 3px;
    }

    .footer_logo_image {
        width: 11.9285714286em;
    }

    .footer_logo_txt {
        text-align: center;
        margin-top: 12px;
    }

    .footer_contact {
        margin-top: 22px;
        padding: 47px 0 20px;
        text-align: center;
    }

    .footer_contact_list {
        display: block;
    }

    .footer_contact_list .item {
        width: 100%;
    }

    .footer_contact_list .item .description {
        display: block;
        padding-right: 0;
    }

    .footer_contact_list .item .title {
        font-size: 1rem;
    }

    .footer_contact_list .item .address {
        margin-top: 6px;
    }

    .footer_contact_list .btn_archive_link {
        top: 0;
        margin: 16px auto 0;
    }

    .footer_copyright {
        font-family: "Shippori Mincho", sans-serif;
        font-size: 0.625rem;
        padding: 8px 20px;
    }

    .footer_utility {
        display: flex;
    }

    .footer_utility.is_hidden {
        transform: translateX(-50%) translateY(100%);
    }

    .footer #totop {
        right: 20px;
        bottom: 50px;
        width: 46px;
        height: 46px;
    }

    .footer #totop.is_stop {
        top: -23px;
    }

    .footer #totop::after {
        width: 8px;
    }
}

@media (any-hover: hover) and (pointer: fine) {
    .hover_zoom .zoom_image {
        overflow: hidden;
        position: relative;
        z-index: 0;
    }

    .hover_zoom .zoom_image img {
        transition: transform 0.5s ease;
        position: relative;
        z-index: 0;
    }

    .hover_zoom:hover .zoom_image img {
        transform: scale(1.1);
    }

    :where(a, .hover_opacity) {
        transition: opacity 0.5s ease;
    }

    :where(a:hover, .hover_opacity:hover) {
        opacity: 0.7;
    }

    a[href^=tel] {
        pointer-events: none;
    }

    .btn_open_link a,
    .btn_archive_link a,
    .btn_more a {
        transition: all 0.3s ease;
    }

    .btn_open_link:hover a,
    .btn_archive_link:hover a,
    .btn_more:hover a {
        background-color: #FFEB03;
        transform: translate3d(-4px, -4px, 0);
    }

    .btn_open_link,
    .btn_archive_link,
    .btn_more {
        opacity: 1;
        transition: transform 0.5s ease;
    }

    .btn_open_link:hover,
    .btn_archive_link:hover,
    .btn_more:hover {
        transform: translate(0);
    }

    .btn_open_link:hover::after,
    .btn_archive_link:hover::after,
    .btn_more:hover::after {
        transform: translate(0);
    }

    .header_menu_search_option .theme_list .item {
        transition: background-color 0.5s ease;
    }

    .header_menu_search_option .theme_list .item:hover {
        background-color: #D4F2BA;
    }

    .header_menu_search_option .area_list .item {
        transition: background-color 0.5s ease;
    }

    .header_menu_search_option .area_list .item:hover {
        background-color: #F7D7D7;
    }

    .header_menu_search .btn_search_all {
        transition: background-color 0.5s ease;
    }

    .header_menu_search .btn_search_all:hover {
        background-color: #FFEB03;
    }

    .header_nav_more .hamburger:hover>* {
        scale: 1;
    }

    .header_menu_pages .page_list_line .item a:hover::before {
        opacity: 1;
    }

    .header_menu_pages .page_list_arrow .item a:hover .arrow {
        background-color: #FFEB03;
    }

    .header_menu_pages .page_list_arrow .item a:hover .arrow::before {
        background-color: black;
    }

    .footer #totop:hover {
        opacity: 0.7 !important;
    }
}
