@import"https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap";
@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Damion&display=swap";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}
html {
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    scroll-behavior: smooth;
    width: 100%;
    overflow-x: hidden;
    background: #fff;
    text-align: left
}
body {
    font-size: 1.6rem;
    word-break: break-all;
    width: 100%;
    line-height: 1.7
}
@media(max-width: 767px) {
    body {
        font-size: 1.4rem;
        width: 100%
    }
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5
}
main {
    display: block
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}
pre {
    font-family: monospace, monospace;
    font-size: 1em
}
a {
    display: inline;
    background-color: rgba(0, 0, 0, 0);
    color: #333
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}
b, strong {
    font-weight: bolder
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sub {
    bottom: -0.25em
}
sup {
    top: -0.5em
}
img {
    border-style: none;
    -webkit-backface-visibility: hidden;
    display: inline-block;
    font-size: 0;
    width: auto;
    height: auto;
    max-width: 100%
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    max-width: 100%
}
button, input {
    overflow: visible
}
button, select {
    border-color: #c5c7ce;
    text-transform: none;
    background: rgba(0, 0, 0, 0);
    background: rgba(255, 255, 255, .99)
}
select {
    max-width: 100%
}
[type=button], [type=reset], [type=submit], button {
    cursor: pointer;
    border: none
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}
fieldset {
    padding: .35em .75em .625em
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}
progress {
    vertical-align: baseline
}
textarea {
    overflow: auto;
    line-height: 1.35
}
[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}
[type=number] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-appearance: textfield
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}
details {
    display: block
}
summary {
    display: list-item
}
template {
    display: none
}
[hidden] {
    display: none
}
input[type=submit] {
    -webkit-appearance: none
}
input[type=text], input[type=email], input[type=password], input[type=submit], input[type=file], input[type=button], textarea {
    -moz-appearance: none !important;
    appearance: none !important;
    -webkit-appearance: none !important;
    border-radius: 0
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    padding-top: .5em;
    color: #ddd
}
input, textarea {
    border: 1px solid #c5c7ce;
    padding: 5.4px
}
table {
    width: 100%;
    border-collapse: collapse
}
li {
    list-style: none
}
.noto-sans {
    font-family: "Noto Sans JP", sans-serif !important
}
.noto-serif {
    font-family: "Noto Serif JP", serif !important
}
.roboto {
    font-family: "Roboto", sans-serif !important
}
.damion {
    font-family: "Damion", cursive !important
}
.yu-gothic {
    font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif
}
@font-face {
    font-family: "EB Garamond", serif;
    font-display: swap;
    font-style: normal;
    src: url("../../font/EBGaramond-VariableFont_wght.ttf") format("TrueType")
}
.btn, .btn--paint, .btn--border, .btn--sub, [class^=btn--main] {
    border: 1px solid #95969c;
    display: block;
    padding: 1.2rem;
    font-size: 1.4rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-align: center;
    max-width: 20.6rem;
    width: 20.6rem;
    min-height: 4rem;
    margin: 0 auto;
    background: rgba(255, 255, 255, .99);
    border-radius: 3px
}
@media(min-width: 768px) {
    .btn, .btn--paint, .btn--border, .btn--sub, [class^=btn--main] {
        font-size: 1.4rem
    }
}
.btn--main-left {
    margin-left: 0
}
@media(max-width: 768px) {
    .btn--sp-full {
        width: 100%;
        max-width: 100%
    }
}
.link--arrow {
    color: #31abbe;
    position: relative;
    font-size: 1.4rem;
    font-weight: 500
}
.link--arrow::after {
    position: absolute;
    content: url(../img/common/chevron_right.svg);
    top: 0;
    right: -0.8rem;
    width: .4rem;
    height: .8rem
}
.link--border {
    border-bottom: 1px solid #333;
    position: relative;
    font-size: 1.6rem;
    font-weight: 500;
    display: inline-block;
    padding: 0 2rem .6rem 0
}
.link--border::after {
    position: absolute;
    content: url(../img/common/chevron_right-black.svg);
    top: -3px;
    right: .2rem;
    width: .3rem;
    height: .8rem
}
.link--color {
    color: #31abbe;
    font-size: 1.4rem;
    font-weight: 500;
    text-decoration: underline;
    cursor: pointer
}
.container {
    max-width: 1128px;
    margin: 0 auto;
    padding: 0
}
.button-01 {
  font-family: 'Noto Serif JP', serif;
  font-size: 1.3rem;
  letter-spacing: 0.1em;
  color: #333;
  font-weight: 400;
  border: solid 1px #333;
  box-sizing: border-box;
  text-align: center;
  padding: 13px 64px;
  margin: 24px;
  margin-inline: auto;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}

.button-01:hover {
  color: #fff;
  background: #333;
  transition: all 0.3s;
}

.media-section .logos ul li img {
  max-height: 80px;
  width: auto;
}

@media(max-width: 1128px) {
    .container {
        width: 100%;
        padding: 0 20px
    }
}
.container--flex--large {
    width: 95.3%;
    margin: 0 auto
}
@media(max-width: 767px) {
    .container--flex--large {
        width: 100%;
        padding: 0 20px
    }
}

.container--flex {
    width: 90.63%;
    margin: 0 auto
}
@media(max-width: 767px) {
    .container--flex {
        width: 100%;
        padding: 0 20px
    }
}
.container--small {
    width: 937px;
    max-width: 100%;
    margin: 0 auto
}
@media(max-width: 767px) {
    .container--small {
        width: 100%;
        padding: 0 20px
    }
}
.column {
    display: flex
}
.column--main {
    max-width: 100%
}
@media(min-width: 1024px) {
    .column--main {
        width: calc(100% - 24rem);
        margin-left: 4.4rem
    }
}
.column--sidebar {
    max-width: 196px;
    width: 196px;
    height: -moz-fit-content;
    height: fit-content
}
@media(max-width: 1023px) {
    .column--sidebar {
        display: none
    }
}
.column .sidebar {
    display: none
}
@media(min-width: 1024px) {
    .column .sidebar {
        display: block;
        width: 19.6rem
    }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-pc, .col-pc-1, .col-pc-10, .col-pc-11, .col-pc-12, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-auto, .col-md, .col-tab-1, .col-tab-10, .col-tab-11, .col-tab-12, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8, .col-tab-9, .col-tab-auto, .col-sp, .col-sp-1, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-auto, .col-pc--lg, .col-pc--lg-1, .col-pc--lg-10, .col-pc--lg-11, .col-pc--lg-12, .col-pc--lg-2, .col-pc--lg-3, .col-pc--lg-4, .col-pc--lg-5, .col-pc--lg-6, .col-pc--lg-7, .col-pc--lg-8, .col-pc--lg-9, .col-pc--lg-auto {
    position: relative;
    width: 100%;
    padding-right: 12px;
    padding-left: 12px
}
@media(max-width: 767px) {
    .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-pc, .col-pc-1, .col-pc-10, .col-pc-11, .col-pc-12, .col-pc-2, .col-pc-3, .col-pc-4, .col-pc-5, .col-pc-6, .col-pc-7, .col-pc-8, .col-pc-9, .col-pc-auto, .col-md, .col-tab-1, .col-tab-10, .col-tab-11, .col-tab-12, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8, .col-tab-9, .col-tab-auto, .col-sp, .col-sp-1, .col-sp-10, .col-sp-11, .col-sp-12, .col-sp-2, .col-sp-3, .col-sp-4, .col-sp-5, .col-sp-6, .col-sp-7, .col-sp-8, .col-sp-9, .col-sp-auto, .col-pc--lg, .col-pc--lg-1, .col-pc--lg-10, .col-pc--lg-11, .col-pc--lg-12, .col-pc--lg-2, .col-pc--lg-3, .col-pc--lg-4, .col-pc--lg-5, .col-pc--lg-6, .col-pc--lg-7, .col-pc--lg-8, .col-pc--lg-9, .col-pc--lg-auto {
        padding-right: 10px;
        padding-left: 10px
    }
}
@media(max-width: 767px) {
    .container {
        width: 100%;
        margin-right: auto;
        margin-left: auto
    }
    .offset-container--sp {
        margin-inline: -2rem
    }
}
.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -12px;
    margin-left: -12px
}
.row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    width: 100%;
    max-width: 100%
}
.col-1 {
    flex: 0 0 auto;
    width: 8.3333333333%
}
.col-2 {
    flex: 0 0 auto;
    width: 16.6666666667%
}
.col-3 {
    flex: 0 0 auto;
    width: 25%
}
.col-4 {
    flex: 0 0 auto;
    width: 33.3333333333%
}
.col-5 {
    flex: 0 0 auto;
    width: 41.6666666667%
}
.col-6 {
    flex: 0 0 auto;
    width: 50%
}
.col-7 {
    flex: 0 0 auto;
    width: 58.3333333333%
}
.col-8 {
    flex: 0 0 auto;
    width: 66.6666666667%
}
.col-9 {
    flex: 0 0 auto;
    width: 75%
}
.col-10 {
    flex: 0 0 auto;
    width: 83.3333333333%
}
.col-11 {
    flex: 0 0 auto;
    width: 91.6666666667%
}
.col-12 {
    flex: 0 0 auto;
    width: 100%
}
@media(max-width: 767px) {
    .col-sp {
        flex: 1 0 0%
    }
    .col-sp-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-sp-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-sp-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-sp-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-sp-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-sp-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-sp-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-sp-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-sp-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-sp-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-sp-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-sp-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }
    .row-cols-md-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-md-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-md-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-md-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-md-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-md-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-md-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-tab-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-tab-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-tab-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-tab-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-tab-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-tab-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-tab-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-tab-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-tab-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-tab-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-tab-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-tab-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-tab-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media(min-width: 1200px) {
    .col-pc {
        flex: 1 0 0%
    }
    .row-cols-lg-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-lg-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-lg-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-lg-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-lg-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-lg-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-lg-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-pc-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-pc-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-pc-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-pc-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-pc-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-pc-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-pc-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-pc-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-pc-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-pc-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-pc-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-pc-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-pc-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
@media(min-width: 1920px) {
    .col-pc--lg {
        flex: 1 0 0%
    }
    .row-cols-xl-auto>* {
        flex: 0 0 auto;
        width: auto
    }
    .row-cols-xl-1>* {
        flex: 0 0 auto;
        width: 100%
    }
    .row-cols-xl-2>* {
        flex: 0 0 auto;
        width: 50%
    }
    .row-cols-xl-3>* {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .row-cols-xl-4>* {
        flex: 0 0 auto;
        width: 25%
    }
    .row-cols-xl-5>* {
        flex: 0 0 auto;
        width: 20%
    }
    .row-cols-xl-6>* {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-pc--lg-auto {
        flex: 0 0 auto;
        width: auto
    }
    .col-pc--lg-1 {
        flex: 0 0 auto;
        width: 8.3333333333%
    }
    .col-pc--lg-2 {
        flex: 0 0 auto;
        width: 16.6666666667%
    }
    .col-pc--lg-3 {
        flex: 0 0 auto;
        width: 25%
    }
    .col-pc--lg-4 {
        flex: 0 0 auto;
        width: 33.3333333333%
    }
    .col-pc--lg-5 {
        flex: 0 0 auto;
        width: 41.6666666667%
    }
    .col-pc--lg-6 {
        flex: 0 0 auto;
        width: 50%
    }
    .col-pc--lg-7 {
        flex: 0 0 auto;
        width: 58.3333333333%
    }
    .col-pc--lg-8 {
        flex: 0 0 auto;
        width: 66.6666666667%
    }
    .col-pc--lg-9 {
        flex: 0 0 auto;
        width: 75%
    }
    .col-pc--lg-10 {
        flex: 0 0 auto;
        width: 83.3333333333%
    }
    .col-pc--lg-11 {
        flex: 0 0 auto;
        width: 91.6666666667%
    }
    .col-pc--lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}
.flex {
    display: flex
}
.flex-row {
    flex-direction: row !important
}
.flex-column {
    flex-direction: column !important
}
.flex-row-reverse {
    flex-direction: row-reverse !important
}
.flex-column-reverse {
    flex-direction: column-reverse !important
}
.flex-wrap {
    flex-wrap: wrap !important
}
.flex-nowrap {
    flex-wrap: nowrap !important
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important
}
.justify-content-start {
    justify-content: flex-start !important
}
.justify-content-end {
    justify-content: flex-end !important
}
.justify-content-center {
    justify-content: center !important
}
.justify-content-between {
    justify-content: space-between !important
}
.justify-content-around {
    justify-content: space-around !important
}
.justify-content-evenly {
    justify-content: space-evenly !important
}
.align-center {
    align-items: center
}
.page-tit {
    font-size: 2.8rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    background: #eee;
    margin-bottom: 1.5rem;
    margin-top: 0;
    color: #000
}
@media(max-width: 768px) {
    .page-tit {
        font-size: 2rem
    }
}
@media(max-width: 767px) {
    .page-tit {
        display: none
    }
}
.page-tit-inner {
    margin-inline: auto;
    padding: 3.6rem 0 4.2rem
}
.main-tit {
    font-size: 2.6rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    margin: 0 1.5rem 3rem 0;
    display: inline-block
}

.main-tit .tit-en {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}

.main-tit .tit-sep {
  margin: 0 0.5rem;
  font-size: 1.7rem;
  color: #333;
}

.main-tit .tit-jp {
  font-size: 1.9rem;
  color: #666;
}

@media(max-width: 767px) {
    .main-tit {
        margin-bottom: 2rem;
        font-size: 2.4rem
    }
  .main-tit .tit-en {
    font-size: 2rem;
  }

  .main-tit .tit-sep {
    font-size: 1.2rem;
    margin: 0 0.3rem;
  }

  .main-tit .tit-jp {
    font-size: 1.7rem;
  }

}
.sub-tit--en {
    font-family: "EB Garamond", serif;
    font-size: 1.4rem;
    margin-bottom: 1.2rem
}
.l-tit {
    font-size: 1.8rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 2rem
}
.m-tit {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: "Noto Sans JP", sans-serif;
    margin-bottom: 1rem
}
.s-tit {
    font-size: 1.4rem;
    font-weight: 600
}
.xs-tit {
    font-size: 1.2rem;
    font-weight: 400
}
.border-tit {
    font-size: 1.8rem;
    font-weight: 500;
    border-bottom: 1px solid #6b6c70;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem
}
.breadcrumb--list {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    font-size: 1.2rem;
    font-weight: 500;
    color: #6b6c70
}
@media(max-width: 767px) {
    .breadcrumb--list {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
}
.breadcrumb--list-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}
.breadcrumb--list-item:first-child {
    flex-shrink: 0
}
.breadcrumb--list-item-link {
    text-decoration: underline;
    color: #6b6c70
}
body {
    font-family: "Roboto", "Noto Sans JP", sans-serif, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
    letter-spacing: .03rem;
    color: #333;
    font-size: 1.6rem;
    font-weight: 400
}
.d-flex {
    display: flex !important
}
.d-block {
    display: block !important
}
.d-inline {
    display: inline !important
}
.inline-block {
    display: inline-block !important
}
.d-none {
    display: none !important
}
.column {
    margin-top: 6rem
}
@media(max-width: 767px) {
    .column {
        margin-top: 0rem
    }
}
.icon-dots {
    position: relative;
    padding-left: 1.2rem
}
.icon-dots::before {
    position: absolute;
    content: "";
    top: 39%;
    left: 0;
    width: .6rem;
    height: .6rem;
    border-radius: 100px;
    background: #c3ae2e
}
.icon-dots-s {
    position: relative;
    padding-left: 1.2rem
}
.icon-dots-s::before {
    position: absolute;
    content: "";
    top: 39%;
    left: 0;
    width: .5rem;
    height: .5rem;
    border-radius: 100px;
    background: #c3ae2e
}
.item-section {
    background: #f5f5f5;
    padding: 6rem 0
}
@media(max-width: 767px) {
    .item-section {
        background: rgba(255, 255, 255, .99);
        padding-top: 4rem
    }
}
@media(max-width: 767px) {
    .item-section .item--list-item {
        margin-bottom: 2.4rem
    }
}
.item--list {
    margin-bottom: 7rem;
    gap: 3rem 0
}
@media(max-width: 767px) {
    .item--list {
        margin-bottom: 3rem
    }
}
.swiper-area .item--list {
    margin-bottom: 0
}
.item--img {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 3/2
}
.item--tit {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 1.5rem
}
.item--price {
    font-size: 1.4rem;
    font-weight: 600
}
.item--price-tax {
    font-size: 1.1rem
}
.item--price-sale {
    color: #ca2b2c
}
.item--price-sale del {
    color: #aaa
}
[class^=item--tag-] {
    color: rgba(255, 255, 255, .99);
    display: inline-block;
    font-size: 1.3rem;
    font-weight: 600;
    padding: .4rem .8rem;
    margin-top: 1.2rem
}
.item--tag-sale {
    background: #ca2b2c
}
.item--tag-soldout {
    background: #000
}
.item-soldout {
    opacity: .4
}
.recommend-section {
    margin-bottom: 4rem
}
@media(min-width: 768px) {
    .recommend-section {
        overflow: hidden;
        margin-bottom: 8rem
    }
}
.item-category {
    margin-bottom: 8rem
}
@media(max-width: 767px) {
    .item-category {
        margin-bottom: 4rem
    }
}
.mega-menu .item-category {
    margin-bottom: 0
}
@media(max-width: 767px) {
    .item-category .category--list {
        margin-bottom: 4rem;
        margin-inline: -5px
    }
}
.item-recommend, .item-related-product {
    margin-bottom: 8rem
}
.item-recommend .swiper-area, .item-related-product .swiper-area {
    padding-inline: 4.6rem
}
@media(max-width: 767px) {
    .item-recommend .swiper-area, .item-related-product .swiper-area {
        padding-inline: 0
    }
}
.swiper-button-prev, .swiper-button-next {
    width: -moz-fit-content;
    width: fit-content
}
.swiper-button-prev {
    left: 0
}
.swiper-button-next {
    right: 0
}
@media(max-width: 767px) {
    .category-section {
        margin-bottom: 4rem
    }
}
.category--list-item {
    margin-bottom: 3rem
}
@media(max-width: 767px) {
    .category--list-item {
        margin-bottom: .5rem;
        padding-left: 5px;
        padding-right: 5px
    }
}
.category--img {
    margin-bottom: 1.6rem
}
@media(max-width: 767px) {
    .category--img {
        margin-bottom: .5rem;
        aspect-ratio: 1 / 1;
        width: 100%;
        object-fit: cover;
    }
}
.category--tit {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1.5rem
}
@media(max-width: 767px) {
    .category--tit {
        font-size: 1.4rem
    }
}
.category--text {
    font-size: 1.3rem;
    font-weight: 500
}
@media(max-width: 767px) {
    .category--text {
        display: none
    }
}
.bnr-section {
  margin: 8rem 0;
}

.bnr--list {
    gap: 4rem 0
}
@media(max-width: 767px) {
    .bnr--list {
        flex-wrap: nowrap;
        overflow-x: scroll
    }
}
@media(max-width: 767px) {
    .bnr--list-item {
        width: 70vw
    }
}
.bnr--img {
    margin-bottom: 1.5rem
}
@media(max-width: 767px) {
    .bnr--img {
        margin-bottom: 1rem
    }
}
.bnr--tit {
    font-size: 2rem;
    font-weight: 600;
    margin: 0;
    margin-bottom: 1.2rem
}
@media(max-width: 767px) {
    .bnr--tit {
        font-size: 1.6rem
    }
}
.bnr--lead {
    font-size: 1.3rem
}

.shop-info-section {
  width: 100%;
  background-color: #f5f5f5;
  padding: 4rem 0;
}

.shop-info-section .container {
  max-width: 1128px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

@media(max-width: 767px) {
    .shop-info-section {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
}
@media(max-width: 767px) {
    .shop-info--list-item {
        margin-bottom: 3rem
    }
}
.shop-info--img {
    margin-bottom: 2.4rem
}
@media(max-width: 767px) {
    .shop-info--img {
        margin-bottom: 1.5rem
    }
}
.shop-info--tit {
    font-family: "Noto Serif JP", serif;
    font-size: 1.6rem;
    font-weight: 500;
    margin: 0;
    margin-bottom: 1.5rem
}
@media(max-width: 767px) {
    .shop-info--tit {
        font-weight: 800
    }
}
.shop-info--text {
    font-size: 1.3rem;
    font-weight: 500
}
.ec-layoutRole .ec-layoutRole__contents {
    max-width: 100%
}
.ec-blockTopBtn {
    display: none !important
}
.sp-only {
    display: none
}
@media(max-width: 767px) {
    .pc-only {
        display: none
    }
    .sp-only {
        display: block
    }
}
[class^=class-tag--] {
    display: inline-block;
    padding: 2px 6px;
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .99);
    background: #333;
    margin-right: 1.2rem
}
@media(max-width: 767px) {
    [class^=class-tag--] {
        margin-right: .8rem;
        font-size: 1.2rem
    }
}
.class-tag--refrigerated {
    background: #16519d
}
.class-tag--frozen {
    background: #7e839c
}
.class-tag--single {
    background: none;
    color: #be6f31;
    border: 1px solid #be6f31
}
.hover--opacity {
    transition: .1s
}
.hover--opacity:hover {
    opacity: .7;
    transition: .2s
}
.hover--scale {
    display: block
}
@media(min-width: 768px) {
    .hover--scale:hover {
        overflow: hidden
    }
    .hover--scale:hover img {
        transition: .25s;
        transform: scale(1.05)
    }
}
a {
    text-decoration: none
}
/*
@media(max-width: 1024px) {
    .header {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 101
    }
}
*/
.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 101
}
.header-top {
    background: #f5f5f5
}
@media(max-width: 1024px) {
    .header-top {
        display: none
    }
}
.header-top--flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.header-top--text {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 0
}
.header-top--right {
    display: flex;
    margin-right: calc(50vw - 55%)
}
.header-bottom {
    z-index: 51;
    position: relative;
    background: #fff
}
.header-bottom h1 {
    margin: 0;
    line-height: 0
}
.header-bottom a {
    display: inline-block
}
.member--list {
    display: flex;
    align-items: center;
    margin-right: 4rem;
    margin-bottom: 0;
    gap: 2.5rem
}
.member--list-item__link {
    display: flex;
    align-items: center
}
.member--list-item__link-icon {
    margin-right: .7rem
}
.member--list-item {
    font-size: 1.2rem;
    font-weight: 600
}
.company-link-list {
    display: flex !important;
    margin-bottom: 0 !important;
}
@media(max-width: 767px) {
    .company-link--list-item {
        width: 50%
    }
}
@media(min-width: 768px) {
    .company-link--list-item {
        border-bottom: 1px solid #333
    }
}
.link-namikata {
    background: #333;
    color: rgba(255, 255, 255, .99);
    padding: 1rem 4rem;
    border-top: 2px solid #c3ae2e;
    display: inline-block;
    position: relative;
    text-align: center
}
@media(max-width: 767px) {
    .link-namikata {
        font-size: 1.2rem;
        display: block;
        border-right: 1px solid rgba(255, 255, 255, .99)
    }
}
.icon-dots-namikata {
    position: relative;
    padding-left: 1.2rem
}
.icon-dots-namikata::before {
    position: absolute;
    content: "";
    top: 39%;
    left: 0;
    width: .6rem;
    height: .6rem;
    border-radius: 100px;
    background: #c3ae2e
}
.link-wan {
    background: #333;
    color: rgba(255, 255, 255, .99);
    padding: 1rem 4rem;
    border-top: 2px solid #c3ae2e;
    display: inline-block;
    opacity: .4;
    text-align: center
}
@media(max-width: 767px) {
    .link-wan {
        font-size: 1.2rem;
        display: block
    }
}
.link-wan--inner {
    opacity: .4
}
.header-bottom--flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 0
}
@media(max-width: 1024px) {
    .header-bottom--flex {
        padding: 2rem 6rem 1rem 1rem;
        justify-content: flex-start
    }
}
.header-logo {
    width: 20rem;
    height: 4.989rem
}
@media(max-width: 767px) {
    .header-logo {
        width: 15.7rem;
        height: 3.889rem
    }
}
.header-bottom--right {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-right: .7rem
}
.header-gnavi--list {
    font-size: 1.6rem;
    font-weight: 600;
    font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    display: flex;
    align-items: center
}
@media(max-width: 1024px) {
    .header-gnavi--list {
        display: none
    }
}
.header-gnavi--list-item {
    margin-right: 3rem
}
@media(max-width: 1200px) {
    .header-gnavi--list-item {
        margin-right: 1.5rem
    }
}
.header-gnavi--list-item label, .header-gnavi--list-item a {
    position: relative
}
.header-gnavi--list-item>label::after, .header-gnavi--list-item>a::after {
    content: "";
    display: block;
    height: 2px;
    width: 0;
    background: #a18f23;
    border-radius: 4px;
    position: absolute;
    bottom: -1.5rem;
    left: 50%;
    translate: -50%;
    transition: all .3s ease
}
.header-gnavi--list-item label:hover::after, .header-gnavi--list-item a:hover::after {
    width: 2rem
}
.header--search-wrap {
    margin-right: 2rem;
    margin-left: 1.5rem;
    position: relative;
    width: 30rem
}
@media(max-width: 1200px) {
    .header--search-wrap {
        margin: 0
    }
}
@media(max-width: 1024px) {
    .header--search-wrap {
        display: none;
        position: absolute;
        top: calc(100% + 1rem);
        right: 50%;
        translate: 50%;
        width: 37rem;
        max-width: 95%
    }
}
input[type=search].header--search {
    border: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    width: 30rem;
    height: 3.8rem
}
.header--shop-link-list {
    display: flex;
    align-items: center;
    justify-content: space-around
}
.header--shop-link-list-item {
    display: block;
    margin-left: 1.5rem;
    font-size: 1.2rem;
    font-weight: 600;
    font-family: YakuHanJP, "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic"
}
@media(max-width: 767px) {
    .header--shop-link-list-item {
        font-size: 1rem;
        font-weight: 500
    }
}
.icon-info {
    display: block;
    margin: 0 auto .5rem;
    width: 2.2rem;
    height: 2.2rem
}
.icon-cart {
    display: block;
    margin: 0 auto .5rem;
    width: 2.814rem;
    height: 2.345rem
}
@media(max-width: 767px) {
    .icon-cart {
        width: 2.256rem;
        height: 1.88rem
    }
}
.cart-num {
    position: absolute;
    content: "";
    top: -1rem;
    right: -0.6rem;
    background: #ca2b2c;
    text-align: center;
    font-size: 1.2rem;
    width: 2rem;
    height: 2rem;
    border-radius: 100px;
    color: rgba(255, 255, 255, .99)
}
.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 50;
    width: 100%;
    background: #f5f5f5;
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease;
    padding-top: 3.2rem
}
#megamenu:checked~.mega-menu {
    visibility: visible;
    opacity: 1
}
@media(max-width: 767px) {
    #megamenu:checked~.mega-menu {
        display: none
    }
}
#megamenu:checked~label::after {
    width: 2rem
}
@media(max-width: 1024px) {
    .search-bar--sp {
        display: block
    }
}
footer.ec-layoutRole__footer {
    margin-top: 0rem
}
.footer--bg {
    background: #181a17;
    padding: 9rem 0 4rem
}
.footer-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8.2rem
}
.footer-head-cat {
    width: 82.625%
}
.footer-head-img {
    padding: 0 1.2rem
}
.footer--sub-tit {
    color: rgba(255, 255, 255, .99);
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    margin: 0 1.5rem .5rem 0
}
.footer--sub-tit.other {
    font-size: 1.6rem
}
.footer--cat-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem
}
.footer--cat-list:not(:last-child) {
    margin-bottom: 4.2rem
}
.footer--cat-list-wrap {
    padding: 3rem;
    border: 1px solid #40443d
}
.footer--cat-list-item {
    font-size: 1.2rem;
    font-weight: 500;
    display: inline-block;
    position: relative
}
.footer--cat-list-item:not(:last-child)::after {
    content: "";
    display: block;
    width: 1px;
    height: 1rem;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: -1rem;
    background: #737672
}
.footer--cat-list-item-link {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, .99)
}
.footer--accent-tit {
    font-size: 1.8rem;
    font-weight: 500;
    color: rgba(255, 255, 255, .99);
    margin: 0 0 1.5rem
}
.footer--text {
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 1rem;
    display: block;
    color: rgba(255, 255, 255, .99);
    line-height: 2
}
.footer-middle {
    margin-bottom: 6rem;
    gap: 4rem 0
}
.footer--sns-list {
    display: flex;
    justify-content: center;
    gap: 7rem
}
@media(max-width: 1023px) {
    .footer--sns-list {
        gap: 4rem
    }
}
.footer--sns-list-item-link {
    color: rgba(255, 255, 255, .99);
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem
}
.footer-bottom-inner {
    height: 7.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}
@media(max-width: 767px) {
    .footer-bottom-inner {
        height: 3.5rem
    }
}
.copyright {
    font-family: "EB Garamond", serif;
    font-size: 1.2rem;
    color: #000
}
@media(max-width: 767px) {
    .copyright {
        text-align: center;
        font-size: 1.1rem;
        display: block;
        margin: 0 auto
    }
}
.footer-bottom--nav {
    font-size: 1.2rem;
    gap: 3rem
}
a {
    text-decoration: none
}
.border-gray-wrap {
    margin-bottom: 4rem;
    padding-left: 0
}
.border-gray {
    text-align: center;
    padding: 1.5rem 1.3rem;
    width: 100%;
    border: 5px solid #eee;
    margin-bottom: 1.5rem
}
.border-gray--xs-tit {
    font-size: 1.3rem;
    line-height: 1.7
}
.border-gray--s-tit {
    font-size: 1.35rem;
    line-height: 1.7
}
.border-gray--m-tit {
    font-size: 1.4rem
}
.border-gray--l-tit {
    font-size: 1.5rem
}
.border-gray--xl-tit {
    font-size: 1.7rem
}
.border-gray--xxl-tit {
    font-size: 2rem
}
.sidebar-calendar {
    margin-bottom: 4rem
}
.sidebar-product--list {
    border-left: 1px solid #dee0e8;
    margin-left: .5rem;
    padding-left: 1.5rem;
    font-size: 1.4rem;
    font-weight: 500
}
.sidebar-product--list-item {
    margin-bottom: 1rem
}
.sidebar-link--list {
    font-size: 1.4rem;
    font-weight: 500
}
.sidebar-link--list-item {
    margin-bottom: 1rem
}
.sidebar-product, .sidebar-beginners, .sidebar-feature, .sidebar-info {
    margin-bottom: 4rem
}
.sidebar-list .l-tit {
    margin-bottom: 0;
    padding-bottom: 1.8rem;
    border-bottom: 1px solid #dee0e8
}
.sidebar-list .sidebar-product--list-item {
    font-size: 1.4rem;
    font-weight: 500;
    border-bottom: 1px solid #dee0e8;
    margin-bottom: 0;
    transition: .3s;
    cursor: pointer
}
.sidebar-list .sidebar-product--list-item:hover {
    background-color: #f6f6f6
}
.sidebar-list .sidebar-product--list-item a {
    display: block;
    width: 100%;
    padding: 1.8rem 0;
    text-decoration: none;
    color: inherit;
}
.ec-calendar__month {
    margin-left: 0
}
.ec-calendar__month th, .ec-calendar__month td {
    padding: 6px;
    border: none;
    font-weight: 500
}
.ec-calendar .ec-calendar__sun {
    background: rgba(255, 255, 255, .99);
    color: #333
}
.ec-calendar .ec-calendar__mon, .ec-calendar .ec-calendar__tue, .ec-calendar .ec-calendar__wed, .ec-calendar .ec-calendar__thu, .ec-calendar .ec-calendar__fri {
    background: rgba(255, 255, 255, .99)
}
.ec-calendar .ec-calendar__sat {
    background: rgba(255, 255, 255, .99);
    color: #333
}
.nav--sp {
    display: none
}
@media(max-width: 1024px) {
    .header--sp--fix {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 50px;
        background-color: rgba(255, 255, 255, .99);
        z-index: 10
    }
}
.toggle, .toggle-btn {
    display: none
}
@media(max-width: 1024px) {
    .toggle-btn, .toggle {
        width: 53px;
        height: 45px;
        position: absolute;
        right: 1rem;
        top: 50%;
        transform: translateY(-50%)
    }
    .toggle {
        display: block;
        opacity: 0;
        z-index: 100
    }
    .toggle-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        z-index: 90;
        position: absolute;
        width: 53px;
        height: 45px;
        background: #302d2d;
        border-radius: 4px;
        padding: 1.5rem
    }
    .toggle-btn span {
        width: 100%;
        height: 1px;
        border-radius: 2px;
        background: #fff;
        transition: all 250ms ease-out;
        transform-origin: center center
    }
    .toggle:checked~.toggle-btn span:nth-last-child(1) {
        rotate: -45deg;
        translate: 0 -7px
    }
    .toggle:checked~.toggle-btn span:nth-last-child(2) {
        transform: rotate(0deg) scale(0.2, 0.2);
        opacity: 0
    }
    .toggle:checked~.toggle-btn span:nth-last-child(3) {
        rotate: 45deg;
        translate: 0 7px
    }
    .nav--sp {
        position: fixed;
        left: 0;
        top: 8rem;
        width: 100%;
        height: calc(100vh - 8rem);
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        z-index: 52;
        background: #f5f5f5;
        transition: all 250ms ease-out;
        transform: translateX(-100%)
    }
}
@media(max-width: 1024px)and (max-width: 767px) {
    .nav--sp {
        top: 7rem;
        height: calc(100vh - 7.2rem)
    }
}
@media(max-width: 1024px) {
    .nav--sp .container {
        overflow-y: scroll;
        padding-bottom: 3rem;
        -ms-overflow-style: none;
        scrollbar-width: none
    }
    .nav--sp .container::-webkit-scrollbar {
        display: none
    }
    .nav--sp .sidebar {
        display: block
    }
    .nav--sp .member--list {
        width: 100%;
        justify-content: center;
        margin-right: 0;
        padding: 1.6rem 0;
        background-color: rgba(255, 255, 255, .99)
    }
    .nav--sp .member--list-item {
        font-size: 1.4rem
    }
    .nav--sp .company-link--list {
        width: 100%
    }
    .nav--sp .company-link--list-item {
        width: 50%
    }
    .nav--sp .link-namikata, .nav--sp .link-wan {
        display: block
    }
    .toggle:checked~.nav--sp {
        transform: translateX(0%)
    }
}
@media(min-width: 768px) {
    .pc-none {
        display: none !important
    }
}
@media(max-width: 767px) {
    .sp-none {
        display: none !important
    }
}
.normal {
    font-weight: 400
}
.medium {
    font-weight: 500
}
.semi-bold {
    font-weight: 600
}
.bold {
    font-weight: bold
}
.black {
    color: #333
}
.red {
    color: #ca2b2c
}
.gold {
    color: #a18f23
}
.white {
    color: rgba(255, 255, 255, .99)
}
.bg--gray {
    background: #f5f5f5;
    padding: 6rem 0
}
.txt-center {
    text-align: center;
    display: block
}
@media(max-width: 767px) {
    .sp-txt-left {
        text-align: left
    }
}
.relative {
    position: relative
}
.m-0 {
    margin: 0 !important
}
.m-1 {
    margin: 10px !important
}
.m-2 {
    margin: 20px !important
}
.m-3 {
    margin: 30px !important
}
.m-4 {
    margin: 40px !important
}
.m-5 {
    margin: 50px !important
}
.m-auto {
    margin: auto !important
}
.mx-0 {
    margin-right: 0 !important;
    margin-left: 0 !important
}
.mx-1 {
    margin-right: 10px !important;
    margin-left: 10px !important
}
.mx-2 {
    margin-right: 20px !important;
    margin-left: 20px !important
}
.mx-3 {
    margin-right: 30px !important;
    margin-left: 30px !important
}
.mx-4 {
    margin-right: 40px !important;
    margin-left: 40px !important
}
.mx-5 {
    margin-right: 50px !important;
    margin-left: 50px !important
}
.mx-auto {
    margin-right: auto !important;
    margin-left: auto !important
}
.my-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}
.my-1 {
    margin-top: 10px !important;
    margin-bottom: 10px !important
}
.my-2 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}
.my-3 {
    margin-top: 30px !important;
    margin-bottom: 30px !important
}
.my-4 {
    margin-top: 40px !important;
    margin-bottom: 40px !important
}
.my-5 {
    margin-top: 50px !important;
    margin-bottom: 50px !important
}
.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important
}
.mt-0 {
    margin-top: 0 !important
}
.mt-1 {
    margin-top: 10px !important
}
.mt-2 {
    margin-top: 20px !important
}
.mt-3 {
    margin-top: 30px !important
}
.mt-4 {
    margin-top: 40px !important
}
.mt-5 {
    margin-top: 50px !important
}
.mt-auto {
    margin-top: auto !important
}
.me-0 {
    margin-right: 0 !important
}
.me-1 {
    margin-right: 10px !important
}
.me-2 {
    margin-right: 20px !important
}
.me-3 {
    margin-right: 30px !important
}
.me-4 {
    margin-right: 40px !important
}
.me-5 {
    margin-right: 50px !important
}
.me-auto {
    margin-right: auto !important
}
.mb-0 {
    margin-bottom: 0 !important
}
.mb-1 {
    margin-bottom: 10px !important
}
.mb-2 {
    margin-bottom: 20px !important
}
.mb-3 {
    margin-bottom: 30px !important
}
.mb-4 {
    margin-bottom: 40px !important
}
.mb-5 {
    margin-bottom: 50px !important
}
.mb-auto {
    margin-bottom: auto !important
}
.ms-0 {
    margin-left: 0 !important
}
.ms-1 {
    margin-left: 10px !important
}
.ms-2 {
    margin-left: 20px !important
}
.ms-3 {
    margin-left: 30px !important
}
.ms-4 {
    margin-left: 40px !important
}
.ms-5 {
    margin-left: 50px !important
}
.ms-auto {
    margin-left: auto !important
}
.p-0 {
    padding: 0 !important
}
.p-1 {
    padding: 10px !important
}
.p-2 {
    padding: 20px !important
}
.p-3 {
    padding: 30px !important
}
.p-4 {
    padding: 40px !important
}
.p-5 {
    padding: 50px !important
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important
}
.px-1 {
    padding-right: 10px !important;
    padding-left: 10px !important
}
.px-2 {
    padding-right: 20px !important;
    padding-left: 20px !important
}
.px-3 {
    padding-right: 30px !important;
    padding-left: 30px !important
}
.px-4 {
    padding-right: 40px !important;
    padding-left: 40px !important
}
.px-5 {
    padding-right: 50px !important;
    padding-left: 50px !important
}
.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important
}
.py-1 {
    padding-top: 10px !important;
    padding-bottom: 10px !important
}
.py-2 {
    padding-top: 20px !important;
    padding-bottom: 20px !important
}
.py-3 {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}
.py-4 {
    padding-top: 40px !important;
    padding-bottom: 40px !important
}
.py-5 {
    padding-top: 50px !important;
    padding-bottom: 50px !important
}
.pt-0 {
    padding-top: 0 !important
}
.pt-1 {
    padding-top: 10px !important
}
.pt-2 {
    padding-top: 20px !important
}
.pt-3 {
    padding-top: 30px !important
}
.pt-4 {
    padding-top: 40px !important
}
.pt-5 {
    padding-top: 50px !important
}
.pe-0 {
    padding-right: 0 !important
}
.pe-1 {
    padding-right: 10px !important
}
.pe-2 {
    padding-right: 20px !important
}
.pe-3 {
    padding-right: 30px !important
}
.pe-4 {
    padding-right: 40px !important
}
.pe-5 {
    padding-right: 50px !important
}
.pb-0 {
    padding-bottom: 0 !important
}
.pb-1 {
    padding-bottom: 10px !important
}
.pb-2 {
    padding-bottom: 20px !important
}
.pb-3 {
    padding-bottom: 30px !important
}
.pb-4 {
    padding-bottom: 40px !important
}
.pb-5 {
    padding-bottom: 50px !important
}
.ps-0 {
    padding-left: 0 !important
}
.ps-1 {
    padding-left: 10px !important
}
.ps-2 {
    padding-left: 20px !important
}
.ps-3 {
    padding-left: 30px !important
}
.ps-4 {
    padding-left: 40px !important
}
.ps-5 {
    padding-left: 50px !important
}
.swiper-slide img {
    height: auto;
    width: 100%
}
.swiper-area .swiper-button-next:after {
    content: url(../img/common/icon-arror__r.svg)
}
.swiper-area .swiper-button-prev:after {
    content: url(../img/common/icon-arror__l.svg)
}
.swiper-area {
    position: relative
}
.swiper--loop .swiper-wrapper {
    transition-timing-function: linear
}
.swiper--loop .swiper-slide {
    margin: 0 15px
}
.swiper--loop .swiper-slide img {
    height: auto;
    width: 100%
}
.swiper--loop--reverse .swiper-wrapper {
    transition-timing-function: linear
}
.swiper--loop--reverse .swiper-slide {
    margin: 0 15px
}
.swiper--loop--reverse .swiper-slide img {
    height: auto;
    width: 100%
}
.swiper-mv .swiper-slide {
    height: auto;
    width: 1200px
}
.swiper-mv .swiper-button-next, .swiper-mv .swiper-button-prev {
    width: auto;
    height: auto;
    margin: 0 auto;
    transform: translateY(-50%)
}
.swiper-mv .swiper-button-next {
    right: calc(50% - 62.4rem)
}
.swiper-mv .swiper-button-prev {
    left: calc(50% - 62.4rem)
}
.swiper-recommend__5 {
    overflow: hidden
}
@media(max-width: 767px) {
    .item-recommend .swiper-button-next, .item-recommend .swiper-button-prev, .item-related-product .swiper-button-next, .item-related-product .swiper-button-prev {
        display: none
    }
}
.related-product-prev, .related-product-next {
    width: 1.5rem;
    height: 5.4rem;
    background: url(../img/common/icon-arror__l.svg) no-repeat center;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    z-index: 10
}
@media(max-width: 767px) {
    .related-product-prev, .related-product-next {
        display: none
    }
}
.related-product-prev {
    left: 0
}
.related-product-next {
    background: url(../img/common/icon-arror__r.svg) no-repeat center;
    right: 0
}
.swiper-item-thumbnail-wrap {

    position: relative;
}
.swiper-item-thumbnail {
    overflow: hidden
}
@media(max-width: 767px) {
    .swiper-item-thumbnail {
        width: 100%
    }
}
.swiper-item-thumbnail-wrap .swiper-button-prev, .swiper-item-thumbnail-wrap .swiper-button-next {
    width: -moz-min-content;
    width: min-content;
    height: -moz-min-content;
    height: min-content;
    margin-top: 0;
    translate: 0 -50%
}
.swiper-item-thumbnail-wrap .swiper-button-prev::after, .swiper-item-thumbnail-wrap .swiper-button-next::after {
    font-size: 3.6rem;
    scale: .5 1;
    color: #666
}
.swiper-item-thumbnail-wrap .swiper-button-prev {
    left: 0
}
@media(max-width: 767px) {
    .swiper-item-thumbnail-wrap .swiper-button-prev {
        left: -2rem
    }
}
.swiper-item-thumbnail-wrap .swiper-button-next {
    right: 0
}
@media(max-width: 767px) {
    .swiper-item-thumbnail-wrap .swiper-button-next {
        right: -2rem
    }
}
.js-loading-icon {
    margin: 100px auto 0;
    width: auto;
    text-align: center;
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -40%);
    z-index: 2
}
.js-loading-icon>div {
    width: 12px;
    height: 12px;
    background-color: #c5c7ce;
    margin: 0 3px;
    border-radius: 100%;
    display: inline-block;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}
.js-loading-icon .bounce1 {
    animation-delay: -0.32s
}
.js-loading-icon .bounce2 {
    animation-delay: -0.16s
}
@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        transform: scale(0)
    }
    40% {
        transform: scale(1)
    }
}

.js-loaded-contents {
    opacity: 0
}
.js-accordion+* {
    display: none
}
.accordion--parent, .js-accordion--parent--plus {
    cursor: pointer
}
.js-accordion--parent--plus {
    position: relative
}
.js-accordion--parent--plus::before, .js-accordion--parent--plus::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    background: #333
}
.js-accordion--parent--plus::before {
    width: 1px;
    height: 13px;
    top: 50%;
    right: 6.5px;
    transition: .3s
}
.js-accordion--parent--plus::after {
    width: 13px;
    height: 1px;
    top: 50%;
    right: -5px
}
.js-accordion--minus {
    cursor: pointer;
    position: relative
}
.js-accordion--minus::before, .js-accordion--minus::after {
    content: "";
    position: absolute;
    transform: translate(-50%, -50%);
    background: #333
}
.js-accordion--minus::before {
    width: 1px;
    height: 13px;
    top: calc(50% - 7px);
    right: 6.5px;
    transform: rotate(90deg);
    transition: .3s
}
.js-accordion--minus::after {
    width: 13px;
    height: 1px;
    top: 50%;
    right: -5px
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5
}
.ec-heading-bold {
    margin: 0
}
@media(max-width: 767px) {
    .ec-blockBtn--action {
        font-size: 1.4rem;
        height: 4.8rem;
        line-height: 4.8rem
    }
}
.ec-blockBtn--action:hover, .ec-blockBtn--action:active, .ec-blockBtn--action:focus {
    background-color: #000;
    border: none;
    box-shadow: none
}
.ec-blockBtn--action:hover {
    opacity: .7
}
.ec-blockBtn--action:disabled {
    background: #95969c;
    color: rgba(255, 255, 255, .99)
}
ol, ul {
    padding: 0;
    margin: 0
}
.ec-inlineBtn--action {
    font-size: 1.4rem;
    padding: 1rem 2.6rem;
    color: #333;
    border: 1px solid #95969c;
    border-radius: 4px;
    background: rgba(255, 255, 255, .99);
    font-weight: 400;
    transition: all .3s linear;
    width: -moz-fit-content;
    width: fit-content;
    display: block
}
@media(max-width: 767px) {
    .ec-inlineBtn--action {
        margin-inline: auto
    }
}
.ec-inlineBtn--action:active, .ec-inlineBtn--action:focus, .ec-inlineBtn--action:hover {
    background: #333;
    color: rgba(255, 255, 255, .99);
    border-color: #333
}
#product_review_area {
    padding: 3.2rem 3rem 3rem;
    margin-bottom: 6rem
}
@media(max-width: 767px) {
    #product_review_area {
        margin-bottom: 5rem;
        padding: 3.2rem 2rem 2rem
    }
}
#product_review_area .ec-rectHeading h4 {
    padding: 0;
    margin: 0;
    font-weight: 300;
    font-size: 2.8rem
}
@media(max-width: 767px) {
    #product_review_area .ec-rectHeading h4 {
        font-size: 2.4rem
    }
}
#product_review_area .ec-rectHeading {
    cursor: pointer;
    margin-bottom: 3rem
}
@media(max-width: 767px) {
    #product_review_area .ec-rectHeading {
        margin-bottom: 2.6rem
    }
}
.ec-headerSearch__category {
    display: none
}
.ec-headerSearch .ec-headerSearch__keyword {
    width: 100%;
    border: none;
    background: none
}
.ec-headerSearch .ec-headerSearch__keyword input[type=search] {
    background: rgba(255, 255, 255, .99);
    border: 1px solid #ccc;
    padding: 0 2rem 0 1rem;
    height: 4rem
}
@media(max-width: 1024px) {
    .ec-headerSearch .ec-headerSearch__keyword input[type=search] {
        opacity: .7
    }
}
.ec-headerSearch .ec-headerSearch__keywordBtn {
    transform: none;
    right: 0;
    top: 0;
    width: 4rem;
    height: 4rem
}
@media(max-width: 1024px) {
    .ec-headerSearch .ec-headerSearch__keywordBtn {
        border: 1px solid rgba(204, 204, 204, .7);
        border-left: none;
        border-radius: 0 4px 4px 0;
        background: #000
    }
}
.ec-headerSearch .ec-headerSearch__keyword .ec-icon {
    width: 1.6rem;
    height: 1.6rem;
    margin-inline: auto
}
.ec-icon img {
    width: 100%
}
figure {
    margin: 0
}
.ec-numberInput input[type=number], .quantity-box input[type=number] {
    width: 10rem;
    height: 4rem;
    margin: 0;
    text-align: center;
    font-size: 1.4rem
}
@media(max-width: 767px) {
    .ec-numberInput input[type=number], .quantity-box input[type=number] {
        width: 8rem
    }
}
.quantity-box .quantity-btn {
    position: absolute;
    background: none;
    cursor: pointer;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    height: auto;
    display: flex;
    justify-content: center;
    width: 2rem;
    margin: 0  3px;
    font-size: 1.5rem
}
#quantityMinus {
    left: 0
}
.ec-input p, .ec-birth p, .ec-select p, .ec-halfInput p, .ec-numberInput p, .ec-zipInput p, .ec-telInput p {
    line-height: 1.5
}
.ec-modal.modal-cartin {
    height: auto
}
.modal-cartin .ec-modal-overlay {
    position: relative;
    background-color: unset
}
.modal-cartin .ec-modal-wrap {
    border: none;
    background: #000;
    border-radius: 4px;
    color: rgba(255, 255, 255, .99);
    position: absolute;
    margin: 0;
    padding: 2.4rem 4rem;
    width: -moz-fit-content;
    width: fit-content;
    top: 1.6rem;
    right: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2.4rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    transition: all 2s linear
}
@media(max-width: 767px) {
    .modal-cartin .ec-modal-wrap {
        top: 0;
        right: 0;
        width: 100%;
        padding: 2.4rem;
        border-radius: 0;
        justify-content: space-between
    }
}
.modal-cartin .slide-in {
    animation: modal-slide-in .3s linear forwards
}
.modal-cartin .slide-out {
    animation: modal-slide-out .3s linear 2s forwards
}
@keyframes modal-slide-in {
    0% {
        translate: 105% 0
    }
    100% {
        translate: 0 0
    }
}
@keyframes modal-slide-out {
    0% {
        translate: 0 0
    }
    100% {
        translate: 105% 0
    }
}
@media(max-width: 767px) {
    @keyframes modal-slide-in {
        0% {
            translate: 0 -105%
        }
        100% {
            translate: 0 0
        }
    }
}
.modal-cartin .ec-modal-close {
    position: static;
    width: 1rem;
    height: 1rem
}
.modal-cartin .ec-modal-close img {
    width: 100%;
    vertical-align: top
}
.modal-cartin__link .ec-inlineBtn--action {
    padding: 0;
    border: none
}
.modal-cartin__txt {
    font-size: 1.4rem
}
@media(max-width: 767px) {
    .modal-cartin__link {
        margin-left: auto
    }
}

@media screen and (min-width: 1024px) {
    .ec-layoutRole {
        overflow-x: initial;
    }

    /* 修正ポイント：display: contentsを削除し、fixedに変更 */
    .header {
        display: block !important; 
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        transition: transform 0.3s ease-in-out; /* スムーズな動き */
        transform: translateY(0);
    }

    /* 修正ポイント：Bottomのstickyを解除（親のfixedに任せる） */
    .header-bottom {
        position: static !important;
        background: #fff; /* 背景を白で固定 */
    }

    /* 下にスクロールした時にJSで付与するクラス：Top（約50px）を隠す */
    .header.is-top-hidden {
        transform: translateY(-50px) !important;
    }

    /* ヘッダーが浮いた分、コンテンツが潜り込まないよう余白を確保 */
    body {
        padding-top: 160px !important; /* Top(50) + Bottom(110) の合計 */
    }
}

@media screen and (min-width: 1024px) {
    /* 1. 親要素を「動かせる箱」にする */
    .header {
        display: block !important; 
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1000;
        transition: transform 0.3s ease-in-out; /* 動くスピード */
        transform: translateY(0); /* 初期位置 */
    }

    /* 2. 下にスクロールした時、JSでこのクラスが付くとTOPが隠れる */
    .header.is-top-hidden {
        transform: translateY(-50px) !important;
    }

    /* 3. 中身の固定設定を解除して親に合わせる */
    .header-bottom {
        position: static !important;
        background: #fff;
    }

    /* 4. ヘッダーが浮いた分、コンテンツが上に重ならないように調整 */
    body {
        padding-top: 140px !important; 
    }
}

.shop-map-full {
    width: 100%;
    margin-top: 56px;
    line-height: 0;
}

.shop-map-full iframe {
    display: block;
    width: 100%;
    height: 450px;
}

@media screen and (max-width: 767px) {
    .shop-map-full {
        margin-top: 32px;
    }

    .shop-map-full iframe {
        height: 260px;
    }
}

/* ================================
   ふるさと納税
================================ */

.furusato-section {
    position: relative;
    padding: 80px 0;
    margin: 7rem 0;
    overflow: hidden;
    background:
        linear-gradient(
            to bottom,
            rgba(0,0,0,.42) 0%,
            rgba(0,0,0,.28) 35%,
            rgba(0,0,0,.12) 60%,
            rgba(0,0,0,0) 100%
        ),
        url('/html/user_data/assets/img/top/furusato-bg.webp') right center / cover no-repeat;
}

.furusato-wrap {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 60px;
    align-items: center;
}

.furusato-left {
    position: relative;
    z-index: 2;
    max-width: 560px;
}

.furusato-title {
    margin: 0;
    color: #fff;
}

.furusato-title__en {
    display: block;
    margin-bottom: 12px;
    font-size: 12px;
    line-height: 1;
    letter-spacing: .18em;
    font-weight: 500;
}

.furusato-title__jp {
    display: block;
    font-size: 34px;
    line-height: 1.3;
    letter-spacing: .08em;
    color: #fff;
    font-weight: 500;
}

.furusato-title__line {
    display: block;
    width: 48px;
    height: 2px;
    margin-top: 20px;
    background: #fff;
}

.furusato-text {
    margin-top: 28px;
    font-size: 14px;
    line-height: 2.1;
    color: rgba(255,255,255,.92);
    letter-spacing: .04em;
    max-width: 460px;
}

.furusato-logo-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid rgba(0,0,0,.10);
    border-left: 1px solid rgba(0,0,0,.10);
    background: rgba(255,255,255,.76);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.furusato-logo-list li {
    margin: 0;
    padding: 0;
    list-style: none;
    border-right: 1px solid rgba(0,0,0,.10);
    border-bottom: 1px solid rgba(0,0,0,.10);
}

.furusato-logo-list a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 170px;
    padding: 28px;
    transition: opacity .25s ease;
}

.furusato-logo-list a:hover {
    opacity: .72;
}

.furusato-logo-list img {
    display: block;
    width: auto;
    max-width: 68%;
    height: auto;
}


/* ================================
   SP
================================ */

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

    .furusato-section {
        padding: 56px 0;
        margin: 5rem 0;
        background: url('/html/user_data/assets/img/top/furusato-bg.webp') center center / cover no-repeat;
    }

    .furusato-wrap {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .furusato-left {
        max-width: none;
    }

    .furusato-title__en {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .furusato-title__jp {
        font-size: 26px;
    }

    .furusato-title__line {
        width: 36px;
        margin-top: 14px;
    }

    .furusato-text {
        margin-top: 20px;
        font-size: 12px;
        line-height: 1.9;
        max-width: none;
    }

    .furusato-logo-list {
        grid-template-columns: repeat(2, 1fr);
        background: rgba(255,255,255,.84);
    }

    .furusato-logo-list a {
        min-height: 120px;
        padding: 18px;
    }

    .furusato-logo-list img {
        max-width: 72%;
    }

}