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

/* 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-tap-highlight-color: transparent;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* 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;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

/* Image */
/* ============================================ */
img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
  width: 100%;
}

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

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

dd {
  margin-left: 0;
}

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace;
  /* 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;
  color: inherit;
  text-decoration: none;
}

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

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

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

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

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

u {
  text-decoration: underline;
}

/* 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;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

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

[type=radio] {
  -webkit-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] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

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.
 */
/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 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 */
}

::-ms-clear {
  visibility: hidden;
}

/**
 * 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 {
  padding: 0;
  vertical-align: top;
}

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

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

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

/**
 * remove placeholder color
 */
:focus::-moz-placeholder {
  color: transparent;
}
:focus:-ms-input-placeholder {
  color: transparent;
}
:focus::placeholder {
  color: transparent;
}

.hide {
  display: none;
}

.hide-text {
  position: absolute;
  text-indent: -150vw;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}

/* 透明度 */
.opac-0 {
  opacity: 0;
}

.opac-01 {
  opacity: 0.1;
}

.opac-02 {
  opacity: 0.2;
}

.opac-03 {
  opacity: 0.3;
}

.opac-04 {
  opacity: 0.4;
}

.opac-05 {
  opacity: 0.5;
}

.opac-06 {
  opacity: 0.6;
}

.opac-065 {
  opacity: 0.65;
}

.opac-07 {
  opacity: 0.7;
}

.opac-075 {
  opacity: 0.75;
}

.opac-08 {
  opacity: 0.8;
}

.opac-085 {
  opacity: 0.85;
}

.opac-09 {
  opacity: 0.9;
}

.opac-095 {
  opacity: 0.95;
}

/* フォント */
/* ============================================ */
/* line-height */
.lh24 {
  line-height: 2.4 !important;
}

.lh23 {
  line-height: 2.3 !important;
}

.lh22 {
  line-height: 2.2 !important;
}

.lh21 {
  line-height: 2.1 !important;
}

.lh20 {
  line-height: 2 !important;
}

.lh19 {
  line-height: 1.9 !important;
}

.lh18 {
  line-height: 1.8 !important;
}

.lh17 {
  line-height: 1.7 !important;
}

.lh16 {
  line-height: 1.6 !important;
}

.lh15 {
  line-height: 1.5 !important;
}

.lh14 {
  line-height: 1.4 !important;
}

.lh13 {
  line-height: 1.3 !important;
}

.lh12 {
  line-height: 1.2 !important;
}

.lh11 {
  line-height: 1.1 !important;
}

.lh1 {
  line-height: 1 !important;
}

.lh09 {
  line-height: 0.9 !important;
}

.lh08 {
  line-height: 0.8 !important;
}

.lh0 {
  line-height: 0 !important;
}

/* font-size */
.fns30 {
  font-size: 3em;
}

.fns25 {
  font-size: 2.5em;
}

.fns20 {
  font-size: 2em;
}

.fns195 {
  font-size: 1.95em;
}

.fns19 {
  font-size: 1.9em;
}

.fns185 {
  font-size: 1.85em;
}

.fns18 {
  font-size: 1.8em;
}

.fns175 {
  font-size: 1.75em;
}

.fns17 {
  font-size: 1.7em;
}

.fns165 {
  font-size: 1.65em;
}

.fns16 {
  font-size: 1.6em;
}

.fns155 {
  font-size: 1.55em;
}

.fns15 {
  font-size: 1.5em;
}

.fns145 {
  font-size: 1.45em;
}

.fns14 {
  font-size: 1.4em;
}

.fns135 {
  font-size: 1.35em;
}

.fns13 {
  font-size: 1.3em;
}

.fns125 {
  font-size: 1.25em;
}

.fns12 {
  font-size: 1.2em;
}

.fns115 {
  font-size: 1.15em;
}

.fns11 {
  font-size: 1.1em;
}

.fns105 {
  font-size: 1.05em;
}

.fns10 {
  font-size: 1em;
}

.fns095 {
  font-size: 0.95em;
}

.fns09 {
  font-size: 0.9em;
}

.fns085 {
  font-size: 0.85em;
}

.fns08 {
  font-size: 0.8em;
}

.fns075 {
  font-size: 0.75em;
}

.fns07 {
  font-size: 0.7em;
}

.fns058 {
  font-size: 0.58em;
}

/* font-weight */
.bold,
.fn-bold {
  font-weight: bold !important;
}

.fn-normal {
  font-weight: normal !important;
}

.fn-w100 {
  font-weight: 100 !important;
}

.fn-w200 {
  font-weight: 200 !important;
}

.fn-w300 {
  font-weight: 300 !important;
}

/*light*/
.fn-w400 {
  font-weight: 400 !important;
}

/*regurer*/
.fn-w500 {
  font-weight: 500 !important;
}

/*medium*/
.fn-w600 {
  font-weight: 600 !important;
}

/*semibold*/
.fn-w700 {
  font-weight: 700 !important;
}

/*bold*/
.fn-w800 {
  font-weight: 800 !important;
}

/* letter-spacing */
.lesp-n,
.lesp-normal {
  letter-spacing: normal !important;
}

.lesp-00 {
  letter-spacing: 0;
}

.lesp-001 {
  letter-spacing: 0.01em;
}

.lesp-0025 {
  letter-spacing: 0.025em;
}

.lesp-005 {
  letter-spacing: 0.05em;
}

.lesp-01 {
  letter-spacing: 0.1em;
}

.lesp-015 {
  letter-spacing: 0.15em;
}

.lesp-02 {
  letter-spacing: 0.2em;
}

.lesp-025 {
  letter-spacing: 0.25em;
}

.lesp-03 {
  letter-spacing: 0.3em;
}

.lesp-075 {
  letter-spacing: 0.075em;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.fn-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
}

.indent {
  padding-left: 2em;
}

@media screen and (max-width: 660px) {
  .indent {
    padding-left: -2em;
  }
}
/* img
==========================================================*/
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  vertical-align: bottom;
}

a {
  outline: none;
}

a:focus,
img:focus,
:focus {
  outline: 0;
}

/* link / hover
==========================================================*/
@media screen and (min-width: 768px) {
  .cshover button,
.cshover input,
.cshover a,
a.cshover {
    transition: all 0.3s;
  }

  .cshover button:hover,
.cshover input:hover,
.cshover a:hover,
a.cshover:hover {
    -webkit-opacity: 0.6;
    opacity: 0.6;
  }

  .hover_imgscale {
    overflow: hidden;
  }

  a .imgscale {
    transition: all 0.4s;
  }

  a:hover .imgscale {
    transform: scale(1.05);
  }
}
.tellink {
  pointer-events: none;
}

@media screen and (max-width: 750px) {
  .tellink {
    pointer-events: auto;
  }
}
/* common
==========================================================*/
body {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.h-100vh {
  height: 100vh;
  height: 100dvh;
}

.h-min100vh {
  min-height: 100vh;
  min-height: 100dvh;
}

.txc {
  text-align: center;
}

.txr {
  text-align: right;
}

.txl {
  text-align: left;
}

.txjus {
  text-align: justify;
  text-justify: inter-ideograph;
}

.txt {
  display: inline-block;
  text-align: left;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.va-b {
  vertical-align: bottom;
}

.va-m {
  vertical-align: middle;
}

.col-l {
  float: left;
}

.col-r {
  float: right;
}

.mrg-l {
  margin-left: auto;
}

.mrg-r {
  margin-right: auto;
}

.mrg-c {
  margin: 0 auto;
}

.box-sizing {
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.text-tategaki {
  -ms-writing-mode: tb-rl;
      writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  -o-writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
}

.pore {
  position: relative;
}

.poab {
  position: absolute;
}

.table-row {
  display: table;
  width: 100%;
}

.table-cell {
  display: table-cell;
  vertical-align: top;
}

.centerposi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.centertate {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.centeryoko {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-nowrap {
  display: flex;
  flex-wrap: nowrap;
}

.flex_jc_c {
  justify-content: center;
}

.flex_jc_s {
  justify-content: space-between;
}

.flex_ai_c {
  align-items: center;
}

.flex-jcc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.flex-jcs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flex-jcend {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.flex-aic {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.disp-ib {
  display: inline-block;
}

/* layout
==========================================================*/
@media screen and (min-width: 1501px) {
  .show-1500 {
    display: none;
  }

  .hide-1500 {
    display: block;
  }
}
@media screen and (max-width: 1500px) {
  .show-1500 {
    display: block;
  }

  .hide-1500 {
    display: none;
  }
}
@media screen and (min-width: 1201px) {
  .show-1200 {
    display: none;
  }

  .hide-1200 {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .show-1200 {
    display: block;
  }

  .hide-1200 {
    display: none;
  }
}
@media screen and (min-width: 1101px) {
  .show-1100 {
    display: none;
  }

  .hide-1100 {
    display: block;
  }
}
@media screen and (max-width: 1100px) {
  .show-1100 {
    display: block;
  }

  .hide-1100 {
    display: none;
  }
}
@media screen and (min-width: 1001px) {
  .show-1000 {
    display: none;
  }

  .hide-1000 {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .show-1000 {
    display: block;
  }

  .hide-1000 {
    display: none;
  }
}
@media screen and (min-width: 961px) {
  .show-960 {
    display: none;
  }

  .hide-960 {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .show-960 {
    display: block;
  }

  .hide-960 {
    display: none;
  }
}
@media screen and (min-width: 901px) {
  .show-900 {
    display: none;
  }

  .hide-900 {
    display: block;
  }
}
@media screen and (max-width: 900px) {
  .show-900 {
    display: block;
  }

  .hide-900 {
    display: none;
  }
}
@media screen and (min-width: 801px) {
  .show-800 {
    display: none;
  }

  .hide-800 {
    display: block;
  }
}
@media screen and (max-width: 800px) {
  .show-800 {
    display: block;
  }

  .hide-800 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .show-768 {
    display: none;
  }

  .hide-768 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .show-768 {
    display: block;
  }

  .hide-768 {
    display: none;
  }

  .sp-br-none br {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .show-600 {
    display: none;
  }

  .hide-600 {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .show-600 {
    display: block;
  }

  .hide-600 {
    display: none;
  }
}
@media screen and (min-width: 501px) {
  .show-500 {
    display: none;
  }

  .hide-500 {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .show-500 {
    display: block;
  }

  .hide-500 {
    display: none;
  }
}
@media screen and (min-width: 401px) {
  .show-400 {
    display: none;
  }

  .hide-400 {
    display: block;
  }
}
@media screen and (max-width: 400px) {
  .show-400 {
    display: block;
  }

  .hide-400 {
    display: none;
  }
}
@media screen and (min-width: 375px) {
  .show-374 {
    display: none;
  }

  .hide-374 {
    display: block;
  }
}
@media screen and (max-width: 374px) {
  .show-374 {
    display: block;
  }

  .show-800.rehide-374,
.show-750.rehide-374,
.show-600.rehide-374,
.show-500.rehide-374,
.show-500.rehide-374,
.show-400.rehide-374,
.hide-374 {
    display: none;
  }
}
/* margin + padding
==========================================================*/
.mt00 {
  margin-top: 0 !important;
}

.mt01 {
  margin-top: 1px !important;
}

.mt02 {
  margin-top: 2px !important;
}

.mt03 {
  margin-top: 3px !important;
}

.mt04 {
  margin-top: 4px !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt06 {
  margin-top: 6px !important;
}

.mt07 {
  margin-top: 7px !important;
}

.mt08 {
  margin-top: 8px !important;
}

.mt09 {
  margin-top: 9px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt11 {
  margin-top: 11px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt13 {
  margin-top: 13px !important;
}

.mt14 {
  margin-top: 14px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt16 {
  margin-top: 16px !important;
}

.mt17 {
  margin-top: 17px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt19 {
  margin-top: 19px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt28 {
  margin-top: 28px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt32 {
  margin-top: 32px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt44 {
  margin-top: 44px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt48 {
  margin-top: 48px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt52 {
  margin-top: 52px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt56 {
  margin-top: 56px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mt110 {
  margin-top: 110px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt130 {
  margin-top: 130px !important;
}

.mt140 {
  margin-top: 140px !important;
}

.mt150 {
  margin-top: 150px !important;
}

.mt160 {
  margin-top: 160px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb01 {
  margin-bottom: 1px !important;
}

.mb02 {
  margin-bottom: 2px !important;
}

.mb03 {
  margin-bottom: 3px !important;
}

.mb04 {
  margin-bottom: 4px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb06 {
  margin-bottom: 6px !important;
}

.mb07 {
  margin-bottom: 7px !important;
}

.mb08 {
  margin-bottom: 8px !important;
}

.mb09 {
  margin-bottom: 9px !important;
}

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

.mb11 {
  margin-bottom: 11px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb13 {
  margin-bottom: 13px !important;
}

.mb14 {
  margin-bottom: 14px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb16 {
  margin-bottom: 16px !important;
}

.mb17 {
  margin-bottom: 17px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb19 {
  margin-bottom: 19px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb28 {
  margin-bottom: 28px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb32 {
  margin-bottom: 32px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb44 {
  margin-bottom: 44px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb48 {
  margin-bottom: 48px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb52 {
  margin-bottom: 52px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb56 {
  margin-bottom: 56px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb130 {
  margin-bottom: 130px !important;
}

.mb140 {
  margin-bottom: 140px !important;
}

.mb150 {
  margin-bottom: 150px !important;
}

.mb160 {
  margin-bottom: 160px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt01 {
  padding-top: 1px !important;
}

.pt02 {
  padding-top: 2px !important;
}

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

.pt04 {
  padding-top: 4px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt06 {
  padding-top: 6px !important;
}

.pt07 {
  padding-top: 7px !important;
}

.pt08 {
  padding-top: 8px !important;
}

.pt09 {
  padding-top: 9px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt11 {
  padding-top: 11px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt13 {
  padding-top: 13px !important;
}

.pt14 {
  padding-top: 14px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt16 {
  padding-top: 16px !important;
}

.pt17 {
  padding-top: 17px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt19 {
  padding-top: 19px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt28 {
  padding-top: 28px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt32 {
  padding-top: 32px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt44 {
  padding-top: 44px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt48 {
  padding-top: 48px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt52 {
  padding-top: 52px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt56 {
  padding-top: 56px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb01 {
  padding-bottom: 1px !important;
}

.pb02 {
  padding-bottom: 2px !important;
}

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

.pb04 {
  padding-bottom: 4px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb06 {
  padding-bottom: 6px !important;
}

.pb07 {
  padding-bottom: 7px !important;
}

.pb08 {
  padding-bottom: 8px !important;
}

.pb09 {
  padding-bottom: 9px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb11 {
  padding-bottom: 11px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb13 {
  padding-bottom: 13px !important;
}

.pb14 {
  padding-bottom: 14px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb16 {
  padding-bottom: 16px !important;
}

.pb17 {
  padding-bottom: 17px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb19 {
  padding-bottom: 19px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb28 {
  padding-bottom: 28px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb32 {
  padding-bottom: 32px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb44 {
  padding-bottom: 44px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb48 {
  padding-bottom: 48px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb52 {
  padding-bottom: 52px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb56 {
  padding-bottom: 56px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl01 {
  padding-left: 1px !important;
}

.pl02 {
  padding-left: 2px !important;
}

.pl03 {
  padding-left: 3px !important;
}

.pl04 {
  padding-left: 4px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl06 {
  padding-left: 6px !important;
}

.pl07 {
  padding-left: 7px !important;
}

.pl08 {
  padding-left: 8px !important;
}

.pl09 {
  padding-left: 9px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

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

.pr01 {
  padding-right: 1px !important;
}

.pr02 {
  padding-right: 2px !important;
}

.pr03 {
  padding-right: 3px !important;
}

.pr04 {
  padding-right: 4px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr06 {
  padding-right: 6px !important;
}

.pr07 {
  padding-right: 7px !important;
}

.pr08 {
  padding-right: 8px !important;
}

.pr09 {
  padding-right: 9px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/*  plugin
==========================================================*/
/*  button
==========================================================*/
/*  hover image
==========================================================*/
.hover_imgChange {
  width: 100%;
}
.hover_imgChange .hover_imgChange-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.hover_imgChange:hover .hover_imgChange-img {
  opacity: 1;
}

/*  gsap
==========================================================*/
/* 横スクロールセクション */
/*  JS
==========================================================*/
/* AOSなど */
/* Header
==========================================================*/
.l-header {
  height: 120px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 900;
  padding: 0 !important;
  background: #f2efea !important;
}
.l-header::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.25);
  z-index: 2;
  pointer-events: none;
}
@media screen and (max-width: 1250px) {
  .l-header {
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .l-header {
    height: 65px;
  }
}

.l-headerWrap {
  height: 100%;
  padding: 0 2%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .l-headerWrap {
    justify-content: flex-start;
    padding: 0 3%;
    -webkit-padding-end: 0;
            padding-inline-end: 0;
  }
}

.l-header_nav {
  position: relative;
  z-index: 99999;
}
@media screen and (min-width: 1251px) {
  .l-header_nav {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_nav {
    width: 100px;
    height: 100%;
  }
  .l-header_nav span {
    display: block;
    width: 26px;
    height: 1px;
    background-color: #000;
    position: absolute;
    top: calc(50% - 7px);
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-header_nav span:nth-of-type(1) {
    top: calc(50% - 17px);
  }
  .l-header_nav span:nth-of-type(3) {
    top: calc(50% + 3px);
  }
  .l-header_nav p {
    font-size: 10px;
    position: absolute;
    left: 50%;
    top: calc(50% + 14px);
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }
  .l-header_nav .menu-trigger.active span:nth-of-type(1) {
    top: calc(50% - 7px);
    transform: translateX(-50%) rotate(45deg);
  }
  .l-header_nav .menu-trigger.active span:nth-of-type(2) {
    width: 0;
  }
  .l-header_nav .menu-trigger.active span:nth-of-type(3) {
    top: calc(50% - 7px);
    transform: translateX(-50%) rotate(-45deg);
  }
}
@media screen and (max-width: 768px) {
  .l-header_nav {
    width: 65px;
  }
  .l-header_nav span {
    width: 24px;
    top: calc(50% - 6px);
  }
  .l-header_nav span:nth-of-type(1) {
    top: calc(50% - 13px);
  }
  .l-header_nav span:nth-of-type(3) {
    top: calc(50% + 1px);
  }
  .l-header_nav p {
    top: calc(50% + 9px);
  }
  .l-header_nav .menu-trigger.active span:nth-of-type(1) {
    top: calc(50% - 6px);
  }
  .l-header_nav .menu-trigger.active span:nth-of-type(3) {
    top: calc(50% - 6px);
  }
}

.l-header_logo {
  width: 27.3611111111%;
}
.l-header_logo > a {
  display: block;
  width: 100%;
  max-width: min(21.5333333333vw, 323px);
}
@media screen and (max-width: 1350px) {
  .l-header_logo {
    width: 19.2901234568%;
  }
  .l-header_logo > a {
    max-width: min(18.6666666667vw, 280px);
  }
}
@media screen and (max-width: 1250px) {
  .l-header_logo {
    width: 220px;
  }
  .l-header_logo > a {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-header_logo {
    width: 170px;
  }
}

.l-headerPC_wrap {
  display: flex;
  width: 72.6388888889%;
  max-width: 1046px;
  height: 100%;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .l-headerPC_wrap {
    width: 76.8518518519%;
    max-width: 860px;
  }
}
@media screen and (max-width: 1250px) {
  .l-headerPC_wrap {
    justify-content: flex-end;
    width: 220px;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
  }
}
@media screen and (max-width: 768px) {
  .l-headerPC_wrap {
    width: 100px;
  }
}

.l-header_menuSP_inner {
  width: 74.1873804971%;
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}
@media screen and (min-width: 1251px) {
  .l-header_menuSP_inner {
    display: flex !important;
  }
}
@media screen and (max-width: 1350px) {
  .l-header_menuSP_inner {
    width: 75.5813953488%;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_menuSP_inner {
    display: none;
    width: 100%;
    max-width: 325px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 120px 20px 20px;
    background-color: #f8f8f5;
    overflow-y: scroll;
  }
  .l-header_menuSP_inner::after {
    content: "";
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 325px;
    height: 100px;
    background-color: #f8f8f5;
    z-index: 2;
  }
}
@media screen and (max-width: 768px) {
  .l-header_menuSP_inner {
    padding: 85px 20px 20px;
  }
  .l-header_menuSP_inner::after {
    height: 65px;
  }
}

@media screen and (min-width: 1251px) {
  .l-header_inl-indCoreNav {
    display: none !important;
  }
}
.l-header_menu {
  height: 100%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1250px) {
  .l-header_menu {
    flex-flow: column;
    height: auto;
    align-items: flex-start;
    background-color: #f2efea;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }
}

.l-header_menuItem {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .l-header_menuItem {
    width: 100%;
  }
  .l-header_menuItem:last-of-type .l-header_menuItem_link::after {
    display: none;
  }
}

@media screen and (min-width: 1251px) {
  .l-header_inc-navSome {
    display: none;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_inc-navSome .c-sideBySideList_itemLink {
    padding-inline: 0;
  }
}

.l-header_menuItem_link {
  padding: 0 min(1.8vw, 27px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.l-header_menuItem_link p {
  position: relative;
}
.l-header_menuItem_link p::after {
  content: "";
  width: 120%;
  height: 1px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
@media screen and (max-width: 1350px) {
  .l-header_menuItem_link {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_menuItem_link {
    padding: 30px 20px;
    width: 100%;
    font-size: 16px;
    position: relative;
  }
}
@media screen and (max-width: 1250px) and (min-width: 769px) and (max-width: 1000px) {
  .l-header_menuItem_link {
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) and (max-width: 768px) {
  .l-header_menuItem_link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_menuItem_link::after {
    content: "";
    display: block;
    width: calc(100% - 40px);
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1250px) {
  .l-header_menuItem_link span {
    display: block;
    position: relative;
    width: 14px;
    height: 14px;
  }
  .l-header_menuItem_link span::before, .l-header_menuItem_link span::after {
    content: "";
    display: block;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .l-header_menuItem_link span::before {
    width: 100%;
    height: 1px;
  }
  .l-header_menuItem_link span::after {
    width: 1px;
    height: 100%;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_menuItem_link.open span::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
}
@media screen and (min-width: 1251px) {
  .l-header_menuItem_link:hover p::after {
    transform: translateX(-50%) scaleX(100%);
  }
}
@media screen and (max-width: 768px) {
  .l-header_menuItem_link {
    padding: 25px 20px;
  }
}

.l-header_menuItem_drop {
  z-index: 100;
  position: fixed;
  max-width: 750px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 10px 30px;
  background-color: #f2efea;
  top: 120px;
}
@media screen and (max-width: 1250px) {
  .l-header_menuItem_drop {
    position: initial;
    padding: 0 20px;
  }
}

.l-header_menuItem_dropItem {
  width: 230px;
}
.l-header_menuItem_dropItem .c-sideBySideList_itemLink {
  padding: 15px 20px;
}
@media screen and (max-width: 1250px) {
  .l-header_menuItem_dropItem {
    width: 100%;
    border-right: transparent !important;
    border-bottom: 1px solid #fff;
  }
  .l-header_menuItem_dropItem .c-sideBySideList_itemLink {
    padding: 10px 0;
    width: 205px;
    margin: 0 auto;
  }
}

.l-header_menuItem--product .l-header_menuItem_dropItem:not(:nth-of-type(3n)) {
  border-right: 1px solid #fff;
}
.l-header_menuItem--product .l-header_menuItem_dropItem:not(:nth-of-type(n+4)) {
  border-bottom: 1px solid #fff;
}

.l-header_menuItem--read .l-header_menuItem_dropItem:not(:last-of-type) {
  border-right: 1px solid #fff;
}

.l-header_search {
  height: 50px;
  background-color: #fff;
  border: 1px solid #000;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1350px) {
  .l-header_search {
    height: 45px;
  }
}

.l-header_searchInput {
  display: flex;
  align-items: center;
  width: min(19vw, 285px);
  height: 100%;
  padding-inline: 20px;
  font-size: 1.0666666667em;
}
.l-header_searchInput::-moz-placeholder {
  color: #a4a4a4;
  font-size: 0.875em;
}
.l-header_searchInput:-ms-input-placeholder {
  color: #a4a4a4;
  font-size: 0.875em;
}
.l-header_searchInput::placeholder {
  color: #a4a4a4;
  font-size: 0.875em;
}
@media screen and (max-width: 1350px) {
  .l-header_searchInput {
    width: 215px;
    padding-inline: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_searchInput {
    width: calc(100% - 50px);
  }
}

.l-header_searchButton {
  width: 50px;
  height: 100%;
  background-color: #b2b2b3;
  position: relative;
}
.l-header_searchButton::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: url(/assets_ec_gokan/images/common/search.svg) no-repeat center/contain;
  width: 19px;
  height: 19px;
}

.l-header_other {
  display: flex;
  gap: 22px;
  -webkit-padding-end: 25px;
          padding-inline-end: 25px;
  position: relative;
  z-index: 9999;
}
@media screen and (max-width: 1350px) {
  .l-header_other {
    -webkit-padding-end: 0;
            padding-inline-end: 0;
    gap: 12px;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_other {
    gap: 22px;
  }
}
@media screen and (max-width: 768px) {
  .l-header_other {
    gap: 18px;
    -webkit-padding-end: 3px;
            padding-inline-end: 3px;
  }
}

.l-header_otherItem_links {
  font-size: 10px;
  display: flex;
  flex-flow: column;
  row-gap: 8px;
  align-items: center;
}
.l-header_otherItem_links::before {
  content: "";
  display: block;
  width: 42px;
  height: 36px;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .l-header_otherItem_links {
    row-gap: 5px;
    position: relative;
    top: 2px;
  }
  .l-header_otherItem_links::before {
    width: 24px;
    height: 20px;
  }
}

.l-header_otherItem--myPage .l-header_otherItem_links::before {
  background-image: url(/assets_ec_gokan/images/common/account.svg);
}

.l-header_otherItem--cart .l-header_otherItem_links::before {
  background-image: url(/assets_ec_gokan/images/common/cart.svg);
}

.l-header_otherItem--contact .l-header_otherItem_links::before {
  background-image: url(/assets_ec_gokan/images/common/contact.svg);
}
@media screen and (max-width: 768px) {
  .l-header_otherItem--contact {
    display: none;
  }
}

/* footer
==========================================================*/
footer {
  padding: 60px 0 50px;
  background: #504b47;
  position: relative;
  z-index: 1;
  color: #fff;
}

.foot-c {
  border-bottom: 1px solid #CFCDCB;
}

.foot-bul {
  letter-spacing: 0;
}

.foot-bul > li {
  width: 33.3333333333%;
}

.foot-bul > li:last-child {
  width: calc(33.3333333333% - 70px);
}

.foot-bdl {
  margin-bottom: 40px;
}

.foot-bdl dt {
  font-size: 18px;
  padding-bottom: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #CFCDCB;
}

.foot-bdl dd {
  font-size: 12px;
  line-height: 1.5;
}

.footnavSns {
  display: flex;
  justify-content: flex-end;
  gap: 10px 23px;
  -webkit-padding-before: 40px;
          padding-block-start: 40px;
}

.footnavSns li a img {
  width: 33px;
  display: flex;
  height: 100%;
}

.footinul li {
  margin-bottom: 10px;
}

.foot-card {
  width: 150px;
  margin-left: 60px;
  margin-top: 10px;
}

.footinulmid {
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: bold;
}

.footmtwrap {
  margin-top: 20px;
  max-width: 290px;
  width: 100%;
}

.footmtwrap div {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #CFCDCB;
}

.footmtwrap div:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.footnavul {
  margin-top: 50px;
  font-size: 15px;
  font-weight: bold;
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  flex-flow: wrap;
}

.foot-b {
  padding-top: 30px;
  flex-direction: row-reverse;
}

.copy {
  font-size: 12px;
  font-family: "Lato", sans-serif;
}

.footlogo {
  width: 323px;
}

.foot-otherLinksPC {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.foot-otherLinks {
  margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .foot-b {
    flex-direction: column;
    align-items: flex-end;
  }

  .copy {
    margin-top: 40px;
  }

  .foot-bul > li {
    width: 100% !important;
  }

  .foot-bdl dt {
    margin-bottom: 20px;
  }

  .footnavSns {
    -webkit-padding-before: 20px;
            padding-block-start: 20px;
  }

  .footnavul {
    margin-left: -20px;
    display: flex;
    flex-wrap: wrap;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 30px 0 20px;
  }

  .foot-bdl dt {
    font-size: 16px;
  }

  .foot-bdl dd {
    font-size: 11px;
  }

  .footmtwrap {
    max-width: 200px;
  }

  .footnavSns {
    justify-content: center;
    align-items: center;
  }

  .footnavul {
    font-size: 12px;
    justify-content: center;
  }

  .foot-b {
    padding-top: 20px;
    display: block;
  }

  .foot-b-r {
    flex-direction: column-reverse;
  }

  .footlogo {
    width: 240px;
    margin: 0 auto 40px;
  }

  .copy {
    font-size: 9px;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .footsnsul {
    margin-left: -20px;
  }

  .footsnsul li {
    margin-left: 20px;
  }

  .footsnstxt {
    display: none;
  }

  .footsnsimg img {
    height: 22px;
    width: auto;
  }
}
.hdNotices {
  background-color: #e60012;
  font-size: 0.9em;
}

.hdNotices a {
  color: #fff;
  padding: 1.4em 2em;
  display: block;
}

@media screen and (max-width: 600px) {
  .hdNotices {
    font-size: 0.8em;
  }

  .hdNotices a {
    padding: 0.8em 0.8em;
  }

  .hdNotices span {
    display: none;
  }
}
/* common
==========================================================*/
body {
  font-size: 15px;
  line-height: 2;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
  color: #000;
  -webkit-text-size-adjust: 100%;
  font-family: "YakuHanJP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  font-feature-settings: "palt";
}

@media screen and (max-width: 1000px) {
  body {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
    line-height: 1.8;
  }
}
/* -------------- commonラップ -------------- */
#wrapper {
  overflow: hidden;
}

.Container {
  overflow: hidden;
}

.wrap {
  padding: 0 5%;
  margin: 0 auto;
  box-sizing: border-box;
}

.Inner1700 {
  width: 100%;
  margin: 0 auto;
  max-width: 1700px;
}

.Inner1500 {
  width: 100%;
  margin: 0 auto;
  max-width: 1500px;
}

.Inner1165 {
  width: 100%;
  margin: 0 auto;
  max-width: 1165px;
}

.Inner1000 {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
}

.Inner750 {
  width: 100%;
  margin: 0 auto;
  max-width: 750px;
}

/* -------------- common文字カラー -------------- */
.c_b {
  color: #000;
}

.c_w,
.c_w a {
  color: #fff;
}

.c_navy {
  color: #0f384d;
}

/* -------------- common文字サイズ -------------- */
/* -------------- common背景カラー -------------- */
.bg_w {
  background-color: #fff;
}

.bg_beige01 {
  background-color: #f2efea;
}

.bg_beige02 {
  background-color: #f8f8f5;
}

/* -------------- common擬似要素 -------------- */
.after,
.before {
  position: relative;
}

.after:after,
.before:before {
  content: "";
  position: absolute;
}

/* -------------- Fonts -------------- */
.fn-gotham_L {
  font-family: gotham, sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fn-gotham_R {
  font-family: gotham, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fn-gotham_M {
  font-family: gotham, sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fn-gotham_B {
  font-family: gotham, sans-serif;
  font-weight: 600;
  font-style: normal;
}

/* Custum Style Setting
----------------------------------------------------------------------------------------------*/
.post-body strong {
  font-weight: bold;
}

.post-body em {
  font-style: italic;
}

.post-body del {
  text-decoration: line-through;
}

.post-body ul {
  list-style: disc;
  margin: 0 1em 1.5em;
}

.post-body ol {
  list-style: decimal;
  margin: 0 1em 1.5em;
}

.post-body li {
  list-style: inherit;
  margin-bottom: 0.3em;
}

.post-body blockquote {
  margin: 1.2em 1.2em;
}

.post-body h1 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 0em;
  margin-bottom: 0.5em;
}

.post-body h2 {
  font-size: 2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 0.5em;
}

.post-body h3 {
  font-size: 1.5em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 2em;
  margin-bottom: 0.5em;
}

.post-body h4 {
  font-size: 1.2em;
  line-height: 1.4em;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.post-body img {
  margin: 1.5em auto;
  max-width: 100%;
  height: auto;
}

.post-body p {
  margin: 0px 0 1.5em;
}

.post-body a {
  text-decoration: underline;
}

/* -------------- commonH1 -------------- */
.h1tt {
  position: absolute;
  text-indent: -999em;
  white-space: nowrap;
  overflow: hidden;
}

/* カラーミー hack
==========================================================*/
a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

/* assets_ecから流用
==========================================================*/
.c-productItemDetails_title {
  font-size: 1em;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

.c-productItemDetails_price {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-productItemDetails_title {
    font-size: 0.9230769231em;
    -webkit-margin-before: 10px;
            margin-block-start: 10px;
  }

  .c-productItemDetails_price {
    font-size: 0.8461538462em;
    -webkit-margin-before: 15px;
            margin-block-start: 15px;
  }
}
.prodcolorul {
  gap: 8px;
  -webkit-margin-before: 12px;
          margin-block-start: 12px;
}

.prodcolorul li {
  width: 13px;
  height: 13px;
  border-radius: 100px;
  border: 1px solid #e4e4e4;
}

@media screen and (max-width: 1350px) {
  .prodcolorul {
    gap: 10px;
  }
}
.c-splideArrows {
  width: min(4vw, 40px);
  height: min(4vw, 40px);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-splideArrows::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  position: absolute;
  top: 50%;
}

.c-splideArrows.splide__arrow--prev {
  left: max(-5vw, -50px);
}
.c-splideArrows.splide__arrow--prev::before {
  transform: translate(-50%, -50%) rotate(45deg);
  left: 55%;
}

.c-splideArrows.splide__arrow--next {
  right: max(-5vw, -50px);
}
.c-splideArrows.splide__arrow--next::before {
  transform: translate(-50%, -50%) rotate(-135deg);
  left: 45%;
}

.c-splideArrows:disabled {
  pointer-events: none;
}
.c-splideArrows:disabled::before {
  opacity: 0.3;
}

@media screen and (max-width: 1250px) {
  .c-splideArrows.splide__arrow--prev {
    left: max(-4.3vw, -43px);
  }

  .c-splideArrows.splide__arrow--next {
    right: max(-4.3vw, -43px);
  }
}
@media screen and (max-width: 768px) {
  .c-splideArrows.splide__arrow--prev {
    left: min(-3.2552083333vw, -25px);
  }

  .c-splideArrows.splide__arrow--next {
    right: min(-3.2552083333vw, -25px);
  }
}
@media screen and (max-width: 550px) {
  .c-splideArrows::before {
    width: 10px;
    height: 10px;
  }

  .c-splideArrows.splide__arrow--prev {
    left: min(-4vw, -20px);
  }

  .c-splideArrows.splide__arrow--next {
    right: min(-4vw, -20px);
  }
}
@media screen and (max-width: 430px) {
  .c-splideArrows.splide__arrow--prev {
    left: min(-3vw, -15px);
  }

  .c-splideArrows.splide__arrow--next {
    right: min(-3vw, -15px);
  }
}
@media screen and (min-width: 769px) {
  .c-splideArrows {
    transition: 0.4s cubic-bezier(0.22, 1, 0.36, 1);
  }
  .c-splideArrows:hover {
    opacity: 0.5;
  }
}
.l-productList_pagination {
  padding: 80px 0;
  margin: 0 auto;
  border-bottom: 1px solid rgb(217, 217, 217);
}

.l-productList_pagination--display {
  gap: 15px;
}

.l-productList_pagination--num {
  gap: 15px;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.l-productList_pagination--num a {
  opacity: 0.4;
}

.l-productList_pagination--numCurrent a {
  opacity: 1 !important;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .l-productList_pagination {
    padding: 40px 0;
  }

  .l-productList_pagination--display {
    gap: 13px;
  }

  .l-productList_pagination--num {
    gap: 13px;
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
.c-menuBottomMBS {
  -webkit-padding-before: 180px;
          padding-block-start: 180px;
}

@media screen and (max-width: 1250px) {
  .c-menuBottomMBS {
    -webkit-padding-before: 180px;
            padding-block-start: 180px;
  }
}
@media screen and (max-width: 768px) {
  .c-menuBottomMBS {
    -webkit-padding-before: 120px;
            padding-block-start: 120px;
  }
}
.c-h1ttl {
  font-size: 1.8em;
  letter-spacing: 0.01em;
  line-height: 1.2;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
  font-weight: bold;
  color: #0f384d;
}

/* component
==========================================================*/
.c-nearHeader {
  -webkit-padding-before: 120px;
          padding-block-start: 120px;
}
@media screen and (max-width: 1250px) {
  .c-nearHeader {
    -webkit-padding-before: 100px;
            padding-block-start: 100px;
  }
}
@media screen and (max-width: 768px) {
  .c-nearHeader {
    -webkit-padding-before: 65px;
            padding-block-start: 65px;
  }
}

.c-btn_normal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 44px;
  border: 1px solid rgba(0, 0, 0, 0.5);
}

.c-btn_normal--w200 {
  max-width: 200px;
  margin: 44px auto 0;
}
@media screen and (max-width: 768px) {
  .c-btn_normal--w200 {
    margin: 34px auto 0;
  }
}

.c-btn_normal--w165 {
  max-width: 165px;
}

.c-sideBySide {
  background-color: #f2efea;
  padding: 10px 20px;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  position: relative;
}
.c-sideBySide::after {
  content: "";
  display: block;
  background: #fff;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: 10px;
}

.c-sideBySide:has(.c-sideBySide_ttl) {
  -webkit-padding-before: 20px;
          padding-block-start: 20px;
}
.c-sideBySide:has(.c-sideBySide_ttl) .c-sideBySideList {
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
}

.c-sideBySide:not(:has(.c-sideBySide_ttl)) .c-sideBySideList_item:first-of-type {
  border-top: transparent;
}

.c-sideBySide:not(:has(.c-sideBySide_ttl)) .c-sideBySideList_item:first-of-type .c-sideBySideList_itemLink {
  -webkit-padding-before: 0;
          padding-block-start: 0;
}

.c-sideBySideList_item:last-of-type .c-sideBySideList_itemLink {
  -webkit-padding-after: 0;
          padding-block-end: 0;
}

.c-sideBySide_ttl {
  width: 100%;
  height: 60px;
  font-size: 1.1333333333em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: url(/assets_ec_gokan/images/common/arrow_bg.png) no-repeat center/calc(100% + 10px);
}
.c-sideBySide_ttl h3 {
  position: relative;
  bottom: 4px;
}

.c-sideBySideList_item {
  border-top: 1px solid #fff;
}

.c-sideBySideList_other {
  background-color: #fff;
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  padding: 20px 15px;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

.c-sideBySideList_other_ttl {
  font-size: 18px;
  text-align: center;
}

.c-sideBySideList_other_list {
  -webkit-margin-before: 13px;
          margin-block-start: 13px;
  display: grid;
  row-gap: 10px;
}

.c-sideBySideList_other_listItem {
  font-size: 11px;
  background-color: #f2efea;
  border-radius: 100px;
  padding: 10px 0;
  text-align: center;
  position: relative;
}
.c-sideBySideList_other_listItem p {
  position: relative;
}
.c-sideBySideList_other_listItem::before {
  content: "";
  display: block;
  width: 20px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
}

.c-sideBySideList_other_listItem--instagram p {
  left: 10px;
}
.c-sideBySideList_other_listItem--instagram::before {
  background: url(/assets_ec_gokan/images/common/nav_insta.svg) no-repeat center/contain;
}

.c-sideBySideList_other_listItem--youtube p {
  left: 12px;
}
.c-sideBySideList_other_listItem--youtube::before {
  background: url(/assets_ec_gokan/images/common/nav_youtube.svg) no-repeat center/contain;
}

.c-sideBySideList_itemLink {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 7px 10px 10px;
}

.c-sideBySideList_itemLink_ttl {
  width: 135px;
}

.c-sideBySideList_itemLink_img {
  width: calc(100% - 135px);
  border: 1px solid #fff;
  border-radius: 100px;
}
@media screen and (max-width: 1250px) {
  .c-sideBySideList_itemLink_img {
    width: 70px;
  }
}
@media screen and (max-width: 768px) {
  .c-sideBySideList_itemLink_img {
    width: 60px;
  }
}

/* Store Detail Test Page CSS */
.onlineshop-section {
  background: #E8E8E8;
  margin-bottom: 40px;
  padding: 25px;
}
.onlineshop-section .wrap {
  max-width: 1066px;
}

.onlineshop-grid {
  margin-left: -5px;
}
.onlineshop-grid li {
  float: left;
  width: 33%;
  width: calc(33.33% - 5px);
  margin-left: 5px;
  margin-bottom: 5px;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.onlineshop-grid li a {
  display: block;
}
.onlineshop-grid li a:hover .osgrid-hover {
  opacity: 1;
}
.onlineshop-grid li .osgrid-hover {
  position: absolute;
  top: 0%;
  left: 0;
  z-index: 1;
  line-height: 1.6;
  width: 100%;
  height: 100%;
  background-color: rgba(232, 232, 232, 0.8);
  transition: all 0.3s;
  opacity: 0;
}
.onlineshop-grid li .osgrid-hover dt {
  padding: 10% 10% 10px;
  font-size: 1.1em;
}
.onlineshop-grid li .osgrid-hover dd {
  padding: 0% 10% 10px;
}
.onlineshop-grid li .osgrid-hover dd.osgrid-ja {
  padding-bottom: 20px;
}
.item-section {
  background: #f8f8f5;
  margin-bottom: 100px;
  line-height: 1.8;
  padding: 40px 25px 80px;
}
.item-section .wrap {
  max-width: 930px;
  margin: 0 auto;
  padding: 0;
}
.item-section .slick-prev,
.item-section .slick-next {
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: -25px;
  display: block;
  padding: 0;
  cursor: pointer;
  color: #717071;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9;
  font-family: "PT Sans", sans-serif;
}
.item-section .slick-prev {
  right: 65px;
}
.item-section .slick-prev:before {
  position: absolute;
  top: 0;
  right: -11px;
  content: "|";
  text-align: center;
}

#itempage-alpha {
  float: left;
  max-width: 600px;
}

.shop-tumb-ul {
  margin-top: 35px;
  margin-left: -1.5%;
}
.shop-tumb-ul li {
  margin-left: 1.5%;
  float: left;
  margin-bottom: 1.5%;
  width: 20%;
  width: -webkit-calc(20% - 1.5%);
  width: 18.5%;
}
.contents {
  overflow: hidden;
  padding-top: 120px;
}

.page-store-detail {
  background: #e8e7e3;
}

.contents.page-store-detail.type2502 {
  overflow: visible;
}
.contents.page-store-detail.type2502 .item-section {
  margin-bottom: 0;
}
.contents.page-store-detail.type2502 .shop-tumb-box {
  margin-bottom: 45px;
}
.contents.page-store-detail.type2502 .shop-tumb-main li {
  aspect-ratio: 1/1;
  overflow: hidden;
  background-color: #fff;
}
.contents.page-store-detail.type2502 .shop-tumb-main li img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.contents.page-store-detail.type2502 .shop-tumb-ulv2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-left: -1%;
  align-items: flex-start;
}
.contents.page-store-detail.type2502 .shop-tumb-ulv2 li {
  margin-left: 1%;
  margin-bottom: 1%;
  width: 13.285%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.contents.page-store-detail.type2502 .shop-tumb-ulv2 li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.contents.page-store-detail.type2502 .thumbnail-current {
  opacity: 0.5;
}
.contents.page-store-detail.type2502 .itempage-bodyInner {
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  border: none;
  background-color: #fff;
  padding: 1.2em 0.8em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .itempage-spec:first-child {
  font-size: 0.9em;
  border-top: none;
  padding: 0;
  padding-bottom: 1.2em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .itempage-spec:not(:first-child) {
  font-size: 0.9em;
  padding: 0;
  padding-block: 1.2em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description h3.h3-ct,
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description h2 {
  font-size: 1.2em;
  margin-bottom: 0.5em;
  font-weight: bold;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description h3 {
  margin-bottom: 0.5em;
  font-size: 1.1em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description p,
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ol,
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ul {
  margin-block: 0.6em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description p:empty, .contents.page-store-detail.type2502 .itempage-bodyInner .sub_description p[data-empty],
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ol:empty,
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ol[data-empty],
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ul:empty,
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ul[data-empty] {
  margin-block: 0;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ol {
  list-style: decimal;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .sub_description ol li {
  margin-left: 1.4em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .ProductMeta__Description {
  padding-top: 2em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .ProductMeta__Description p {
  margin-block: 0.6em;
}
.contents.page-store-detail.type2502 .itempage-bodyInner .ProductMeta__Description p:empty, .contents.page-store-detail.type2502 .itempage-bodyInner .ProductMeta__Description p[data-empty] {
  margin-block: 0;
}
.contents.page-store-detail.type2502 #InsertVariation .itempage-bodyInner {
  border-bottom: none;
}
.contents.page-store-detail.type2502 .cartinInner {
  margin-top: 60px;
}

.panwrap {
  padding: 30px 0;
}

.inner930 {
  max-width: 930px;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.panul {
  display: flex;
}
.panul li {
  padding-right: 20px;
  position: relative;
}
.panul li:after {
  content: "";
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
  width: 6px;
  height: 6px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
}
.panul li:last-child {
  font-weight: bold;
}
.panul li:last-child:after {
  display: none;
}

.flex-jcs {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both;
}

.shop-tumb-box .slick-track {
  transform: translate3d(0px, 0px, 0px) !important;
  margin-left: 0;
}

.shop-tumb-ulv2 {
  display: flex;
  flex-wrap: wrap;
  margin-top: 45px;
  margin-left: -1.5%;
}
.shop-tumb-ulv2 li {
  margin-left: 1.5%;
  margin-bottom: 1.5%;
  width: 20%;
  width: 18.5%;
}

#itempage-beta {
  width: calc(100% - 640px);
}

.itempage-spec {
  font-size: 13px;
  border-top: 1px solid #999;
  padding: 10px 6px;
}

.itempage-name-en {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 6px 10px;
}

.itempage-price {
  font-size: 19px;
  border-top: 1px solid #999;
  border-bottom: 1px solid #999;
  padding: 10px 6px;
  margin-bottom: 30px;
}

.item-section_sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 150px;
}

.input-product_num input {
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  box-sizing: border-box;
  height: 40px;
  padding: 10px;
  margin-top: 0px;
}

.input-product_num-l {
  float: left;
  width: 54px;
  line-height: 40px;
  font-size: 13px;
  padding-left: 6px;
}

.input-product_num-r {
  float: right;
  width: 60%;
  width: calc(100% - 60px);
}

.cartinInner {
  margin-top: 100px;
}

.cartin button.submit-button {
  width: 150px;
  padding: 10px;
  padding-left: 20px;
  background: url("../images/common/headcart.png") no-repeat 10px center #848280;
  background-size: 20px 20px;
  text-align: center;
  color: #fff;
  border: none;
  font-size: 13px;
  font-weight: bold;
  transition: all 0.3s;
}
.cartin button.submit-button:hover {
  cursor: pointer;
  background: url("../images/common/headcart.png") no-repeat 10px center #A3A1A0;
  background-size: 20px 20px;
}

.prduct-option select {
  box-sizing: border-box;
  height: 50px;
  padding: 10px;
  min-width: 50%;
  background-color: #fff;
  font-size: 14px;
}

.itempage-infolist {
  font-size: 12px;
  margin-top: 10px;
}

.stock_error {
  padding: 25px;
  color: #ff0000;
  border: 1px solid #ff0000;
  margin-bottom: 20px;
}

.hide {
  display: none;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.itempage-other {
  margin-top: 50px;
  font-size: 12px;
}

.itempage-otherul {
  border-top: 1px solid #BAB1AC;
}
.itempage-otherul li {
  border-bottom: 1px solid #BAB1AC;
}
.itempage-otherul li a {
  display: flex;
  align-items: center;
}
.itempage-otherul li a:hover {
  background: #fff;
}

.itempage-otherimg {
  width: 75px;
}

.itempage-othertxtwrap {
  padding: 0 30px 0 10px;
  width: calc(100% - 75px);
  box-sizing: border-box;
  position: relative;
}
.itempage-othertxtwrap:after {
  content: "";
  right: 10px;
  top: calc(50% - 5px);
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #999;
}

.cshover button,
.cshover a {
  transition: all 0.3s;
}
.cshover button:hover,
.cshover a:hover {
  opacity: 0.6;
}

.sp-fixedBnr {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
.sp-fixedBnr li {
  width: 50%;
  height: 60px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.sp-fixedBnr li:nth-of-type(1) {
  background-color: #06c755;
}
.sp-fixedBnr li:nth-of-type(1) a::before {
  content: "";
  background: url(/assets_ec_gokan/images/common/foot-line.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 32px;
  height: 32px;
}
.sp-fixedBnr li:nth-of-type(1) p {
  font-size: min(3.2vw, 12px);
}
.sp-fixedBnr li:nth-of-type(1) span {
  font-size: min(4vw, 15px);
}
.sp-fixedBnr li:nth-of-type(2) {
  background-color: #848280;
}
.sp-fixedBnr li:nth-of-type(2) a::before {
  content: "";
  background: url(/assets_ec_gokan/images/common/headcart.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 25px;
  height: 25px;
}
.sp-fixedBnr li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #fff;
  width: 100%;
  height: 100%;
  gap: 5px;
  letter-spacing: 0;
  position: relative;
}
.sp-fixedBnr li p {
  display: flex;
  flex-flow: column;
  font-size: min(4vw, 15px);
}

@media screen and (max-width: 1250px) {
  .contents {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .onlineshop-section {
    padding: 6% 0;
  }

  .onlineshop-grid {
    margin-left: -5px;
  }
  .onlineshop-grid li {
    width: 50%;
    width: calc(50% - 5px);
  }
  .onlineshop-grid li .osgrid-hover {
    line-height: 1.4;
  }
  .onlineshop-grid li .osgrid-hover dt {
    padding: 6% 6% 10px;
    font-size: 1.1em;
  }
  .onlineshop-grid li .osgrid-hover dd {
    padding: 0% 6% 10px;
  }

  .item-section {
    padding: 6% 0 !important;
    background: #f8f3ef;
  }
  .item-section .wrap {
    width: -webkit-calc(100% - 12%);
    width: 88%;
  }

  #itempage-alpha {
    float: none;
    width: 100%;
    margin-bottom: 20px;
    margin-inline: auto;
  }

  #itempage-beta {
    float: none;
    width: 100%;
    max-width: 100%;
    display: block !important;
  }

  .cartinInner {
    margin-top: 50px;
  }

  .itempage-infolist {
    font-size: 13px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contents {
    padding-top: 65px;
  }
  .contents.page-store-detail.type2502 #itempage-alpha {
    margin-bottom: 0;
  }
  .contents.page-store-detail.type2502 .shop-tumb-box {
    margin-bottom: 25px;
  }
  .contents.page-store-detail.type2502 .cartinInner {
    margin-top: 30px;
  }

  .panwrap {
    padding: 10px 0;
    font-size: 11px;
    letter-spacing: normal;
  }

  .inner930 {
    width: calc(100% - 30px);
  }

  .item-section {
    margin-bottom: 50px;
  }

  .itempage-other {
    margin-top: 25px;
  }

  .sp-fixedBnr {
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .item-section_sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 150px;
  }
}
/* index
==========================================================*/
/* -------------- キービジュアル -------------- */
.p-indKv_splide_listItem {
  position: relative;
}

.p-indKv_splide_listItem_main {
  display: block;
}
.p-indKv_splide_listItem_main picture, .p-indKv_splide_listItem_main img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.p-indKv_splide_listItem_bnr--01 {
  display: block;
  width: 30%;
  max-width: 352px;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  .p-indKv_splide_listItem_bnr--01 {
    width: 55%;
  }
}

/* -------------- トップ メインコンテンツ -------------- */
/* ------- 左 サブメニュー */
.l-indCoreWrap {
  -webkit-margin-before: 5px;
          margin-block-start: 5px;
  display: grid;
  grid-template-columns: 265px calc(100% - 285px);
  justify-content: space-between;
}
@media screen and (max-width: 1250px) {
  .l-indCoreWrap {
    grid-template-columns: 100%;
  }
}

.l-indCoreNav {
  background-color: #f2efea;
}
@media screen and (max-width: 1250px) {
  .l-indCoreNav {
    display: none;
  }
}

/* ------- 右 メインコンテンツ */
.l-coreMain {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
}
@media screen and (max-width: 768px) {
  .l-coreMain {
    -webkit-margin-before: 5px;
            margin-block-start: 5px;
  }
}

.l-coreMainChild:nth-of-type(odd) {
  background-color: #f8f8f5;
}

.l-coreMainChildWrap {
  padding: 40px min(5.3333333333vw, 80px) 40px min(4vw, 60px);
}
@media screen and (max-width: 1250px) {
  .l-coreMainChildWrap {
    padding: 40px 5%;
  }
}

.l-coreMainChild_ttl {
  -webkit-padding-after: 10px;
          padding-block-end: 10px;
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.l-coreMainChild_ttl::before {
  content: "";
  display: block;
  position: relative;
}
.l-coreMainChild_ttl::after {
  content: "";
  display: block;
  width: 123px;
  height: 3px;
  background: url(/assets_ec_gokan/images/index/ttl_border.svg) no-repeat center/contain;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .l-coreMainChild_ttl {
    font-size: 1.6923076923em;
  }
}

.l-coreMainChild--ranking {
  position: relative;
}
.l-coreMainChild--ranking .p-indCoreMainChild_time {
  position: absolute;
  right: min(5.3333333333vw, 80px);
  top: 75px;
}
@media screen and (max-width: 1250px) {
  .l-coreMainChild--ranking .p-indCoreMainChild_time {
    right: 5%;
  }
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--ranking .p-indCoreMainChild_time {
    top: 100px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
}
.l-coreMainChild--ranking .l-coreMainChild_ttl::before {
  width: 78px;
  height: 44px;
  background: url(/assets_ec_gokan/images/index/icon_ranking.svg) no-repeat center/contain;
  top: -8px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--ranking .l-coreMainChild_ttl {
    gap: 10px;
  }
  .l-coreMainChild--ranking .l-coreMainChild_ttl::before {
    width: 56px;
    height: 31px;
    top: -6px;
  }
}
.l-coreMainChild--ranking .l-coreMainChild_list {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: min(1.3333333333vw, 20px);
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--ranking .l-coreMainChild_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: min(9.3333333333vw, 35px) min(4vw, 15px);
  }
}
@media screen and (max-width: 500px) {
  .l-coreMainChild--ranking .l-coreMainChild_list {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 5px;
         column-gap: 5px;
    row-gap: 40px;
  }
}
.l-coreMainChild--ranking .l-coreMainChild_listItem {
  position: relative;
}
.l-coreMainChild--ranking .l-coreMainChild_listItem a {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.l-coreMainChild--ranking .l-coreMainChild_listItem::before {
  content: "";
  display: block;
  width: min(3.9333333333vw, 59px);
  height: min(3vw, 45px);
  position: absolute;
  z-index: 0;
  top: max(-2.8666666667vw, -43px);
  left: 50%;
  transform: translateX(-50%);
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(1)::before {
  background: url(/assets_ec_gokan/images/index/rank_gold.svg) no-repeat center/contain;
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(1) .l-coreMainChild_listItem_rank::before {
  background: url(/assets_ec_gokan/images/index/icon_no1.svg);
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(2)::before {
  background: url(/assets_ec_gokan/images/index/rank_silver.svg) no-repeat center/contain;
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(2) .l-coreMainChild_listItem_rank::before {
  background: url(/assets_ec_gokan/images/index/icon_no2.svg);
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(3)::before {
  background: url(/assets_ec_gokan/images/index/rank_bronze.svg) no-repeat center/contain;
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(3) .l-coreMainChild_listItem_rank::before {
  background: url(/assets_ec_gokan/images/index/icon_no3.svg);
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(4) .l-coreMainChild_listItem_rank::before {
  background: url(/assets_ec_gokan/images/index/icon_no4.svg);
}
.l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(5) .l-coreMainChild_listItem_rank::before {
  background: url(/assets_ec_gokan/images/index/icon_no5.svg);
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--ranking .l-coreMainChild_listItem {
    flex: 0 0 calc(33.333% - 12px);
    max-width: calc(33.333% - 12px);
    box-sizing: border-box;
  }
  .l-coreMainChild--ranking .l-coreMainChild_listItem::before {
    width: 26px;
    height: 20px;
    top: -18px;
  }
}
@media screen and (max-width: 500px) {
  .l-coreMainChild--ranking .l-coreMainChild_listItem {
    flex: 0 calc(50% - 3px);
    max-width: calc(50% - 3px);
  }
  .l-coreMainChild--ranking .l-coreMainChild_listItem:nth-of-type(5) {
    display: none;
  }
}
.l-coreMainChild--ranking .l-coreMainChild_listItem_img {
  position: relative;
  z-index: 1;
}
.l-coreMainChild--ranking .l-coreMainChild_listItem_rank::before {
  -webkit-margin-before: 10px;
          margin-block-start: 10px;
  content: "";
  display: block;
  width: min(3.5333333333vw, 53px);
  height: min(3.5333333333vw, 53px);
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--ranking .l-coreMainChild_listItem_rank::before {
    width: 35px;
    height: 35px;
  }
}

.l-coreMainChild--new {
  position: relative;
  padding-block: 10px 20px;
}
.l-coreMainChild--new .l-coreMainChild_ttl::before {
  width: 53px;
  height: 44px;
  background: url(/assets_ec_gokan/images/index/icon_new.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--new .l-coreMainChild_ttl {
    gap: 10px;
  }
  .l-coreMainChild--new .l-coreMainChild_ttl::before {
    width: 38px;
    height: 31px;
  }
}
.l-coreMainChild--new .l-coreMainChild_slide {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.l-coreMainChild--special .l-coreMainChild_ttl {
  gap: 15px;
}
.l-coreMainChild--special .l-coreMainChild_ttl::before {
  width: 52px;
  height: 45px;
  background: url(/assets_ec_gokan/images/index/icon_special.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--special .l-coreMainChild_ttl {
    gap: 10px;
  }
  .l-coreMainChild--special .l-coreMainChild_ttl::before {
    width: 38px;
    height: 31px;
  }
}
.l-coreMainChild--special .l-coreMainChild_slide {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.c-coreMainChild--product {
  -webkit-margin-after: 10px;
          margin-block-end: 10px;
}
.c-coreMainChild--product .l-coreMainChild_ttl {
  gap: 10px;
}
.c-coreMainChild--product .l-coreMainChild_ttl::before {
  width: 68px;
  height: 44px;
  background: url(/assets_ec_gokan/images/index/icon_pickup.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .c-coreMainChild--product .l-coreMainChild_ttl::before {
    width: 49px;
    height: 31px;
  }
}
.c-coreMainChild--product .l-coreMainChild_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: min(2vw, 30px) min(1.6666666667vw, 25px);
}
@media screen and (max-width: 1000px) {
  .c-coreMainChild--product .l-coreMainChild_list {
    gap: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-coreMainChild--product .l-coreMainChild_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 10px;
  }
}
.c-coreMainChild--product .l-coreMainChild_list {
  -webkit-margin-before: 40px;
          margin-block-start: 40px;
}

.l-coreMainChild--category .l-coreMainChild_ttl::before {
  width: 53px;
  height: 44px;
  background: url(/assets_ec_gokan/images/index/icon_category.svg) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--category .l-coreMainChild_ttl {
    gap: 10px;
  }
  .l-coreMainChild--category .l-coreMainChild_ttl::before {
    width: 38px;
    height: 31px;
  }
}
.l-coreMainChild--category .l-coreMainChild_slide {
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}

.l-coreMainChild--sns {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}

.l-coreMainChild--instagramWrap .l-coreMainChild_ttl {
  gap: 10px;
}
.l-coreMainChild--instagramWrap .l-coreMainChild_ttl::before {
  width: 69px;
  height: 32px;
  background: url(/assets_ec_gokan/images/index/icon_insta.svg) no-repeat center/contain;
  top: 2px;
}
.l-coreMainChild--instagramWrap .l-coreMainChild_ttl span {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 0.6296296296em;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--instagramWrap .l-coreMainChild_ttl::before {
    width: 50px;
    height: 23px;
  }
}
.l-coreMainChild--instagramWrap .l-coreMainChild_list {
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--instagramWrap .l-coreMainChild_list {
    -webkit-margin-before: 40px;
            margin-block-start: 40px;
  }
}

.l-coreMainChild--tiktokWrap {
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.l-coreMainChild--tiktokWrap .l-coreMainChild_ttl {
  gap: 10px;
}
.l-coreMainChild--tiktokWrap .l-coreMainChild_ttl::before {
  width: 71px;
  height: 40px;
  background: url(/assets_ec_gokan/images/index/icon_tiktok.svg) no-repeat center/contain;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--tiktokWrap .l-coreMainChild_ttl::before {
    width: 51px;
    height: 28px;
  }
}
.l-coreMainChild--tiktokWrap .l-coreMainChild_list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  gap: min(3.3333333333vw, 50px);
  max-width: 1100px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1520px) {
  .l-coreMainChild--tiktokWrap .l-coreMainChild_listItem:last-of-type {
    display: none;
  }
}
@media screen and (min-width: 1190px) and (max-width: 1250px) {
  .l-coreMainChild--tiktokWrap .l-coreMainChild_listItem:last-of-type {
    display: block;
  }
}

.l-coreMainChild--post .l-coreMainChild_ttl {
  gap: 10px;
}
.l-coreMainChild--post .l-coreMainChild_ttl::before {
  width: 74px;
  height: 44px;
  background: url(/assets_ec_gokan/images/index/icon_post.svg) no-repeat center/contain;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--post .l-coreMainChild_ttl::before {
    width: 53px;
    height: 31px;
  }
}
.l-coreMainChild--post .l-coreMainChild_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: min(1.2vw, 18px);
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
@media screen and (max-width: 500px) {
  .l-coreMainChild--post .l-coreMainChild_list {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-coreMainChild--post .l-coreMainChild_listItem a {
  background-color: #fff;
  display: flex;
  flex-flow: column;
  padding: 10px 10px 15px 10px;
}
.l-coreMainChild--post .l-coreMainChild_listItem:nth-of-type(n+4) {
  display: none;
}
@media screen and (max-width: 500px) {
  .l-coreMainChild--post .l-coreMainChild_listItem:nth-of-type(n+3) {
    display: none;
  }
}
.l-coreMainChild--post .l-coreMainChild_listItem_img {
  aspect-ratio: 392/357;
}
.l-coreMainChild--post .l-coreMainChild_listItem_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.l-coreMainChild--blog {
  margin-block: 20px 40px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog {
    margin-block: 20px 30px;
  }
}
.l-coreMainChild--blog .l-coreMainChild_ttl::before {
  width: 72px;
  height: 39px;
  background: url(/assets_ec_gokan/images/index/icon_blog.svg) no-repeat center/contain;
  top: -4px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog .l-coreMainChild_ttl {
    gap: 10px;
  }
  .l-coreMainChild--blog .l-coreMainChild_ttl::before {
    width: 52px;
    height: 28px;
    top: -3px;
  }
}
.l-coreMainChild--blog .l-coreMainChild--blogWrap {
  display: flex;
  -webkit-margin-before: 45px;
          margin-block-start: 45px;
  align-items: flex-end;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog .l-coreMainChild--blogWrap {
    flex-flow: column;
    align-items: flex-start;
  }
}
.l-coreMainChild--blog .l-coreMainChild_list {
  width: calc(100% - 215px);
  display: grid;
  row-gap: 20px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog .l-coreMainChild_list {
    width: 100%;
    row-gap: 25px;
  }
}
.l-coreMainChild--blog .l-coreMainChild_listItem a {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog .l-coreMainChild_listItem a {
    flex-flow: column;
    row-gap: 5px;
  }
}
.l-coreMainChild--blog .l-coreMainChild_listItem_data {
  width: 130px;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog .l-coreMainChild_listItem_data {
    width: 100%;
  }
}
.l-coreMainChild--blog .c-productItemDetails_title {
  width: calc(100% - 130px);
  -webkit-margin-before: 0;
          margin-block-start: 0;
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog .c-productItemDetails_title {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .l-coreMainChild--blog .c-btn_normal {
    margin: 30px auto 0;
  }
}

/* 特集記事
==========================================================*/
.p-specialCase_message {
  background-color: #f8f8f5;
  padding-inline: 5%;
}

.p-specialCase_messageWrap {
  max-width: 890px;
  display: flex;
  margin: 0 auto;
  padding-block: 60px 40px;
  align-items: flex-start;
}
@media screen and (max-width: 1000px) {
  .p-specialCase_messageWrap {
    max-width: 500px;
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-specialCase_messageWrap {
    padding-block: 40px;
  }
}

.p-specialCase_message_txt {
  width: calc(100% - 310px);
  position: relative;
  padding: 35px 130px 40px 50px;
}
.p-specialCase_message_txt dt, .p-specialCase_message_txt dd {
  position: relative;
  z-index: 1;
}
.p-specialCase_message_txt dt {
  font-size: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  -webkit-margin-after: 20px;
          margin-block-end: 20px;
}
.p-specialCase_message_txt dt h2 {
  font-size: 1.4em;
  font-weight: bold;
}
.p-specialCase_message_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets_ec_gokan/images/special/person_messageFrame01.svg) no-repeat left top/contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .p-specialCase_message_txt {
    width: 100%;
    padding: 30px 40px;
    border: 2px solid #0f384d;
    border-radius: 8px;
    background-color: #fff;
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
  }
  .p-specialCase_message_txt::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-specialCase_message_txt {
    padding: 25px 8%;
  }
  .p-specialCase_message_txt dt {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}

.p-specialCase_message_person {
  width: 310px;
}
@media screen and (max-width: 1000px) {
  .p-specialCase_message_person {
    width: 250px;
    -webkit-margin-start: auto;
            margin-inline-start: auto;
    -webkit-margin-end: 15px;
            margin-inline-end: 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-specialCase_message_person {
    width: 200px;
    -webkit-margin-end: 0;
            margin-inline-end: 0;
  }
}

.p-specialCase_message_illust {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-specialCase_message_illust img:nth-of-type(1) {
  position: absolute;
  width: 128px;
  right: -108px;
  top: 80px;
}
.p-specialCase_message_illust img:nth-of-type(2) {
  position: absolute;
  width: 87px;
  left: -120px;
  bottom: 50px;
}
@media screen and (max-width: 1200px) {
  .p-specialCase_message_illust img:nth-of-type(1) {
    width: 100px;
    right: -50px;
  }
  .p-specialCase_message_illust img:nth-of-type(2) {
    width: 60px;
    left: -30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .p-specialCase_message_illust img:nth-of-type(1) {
    width: 100px;
    top: 150px;
    right: auto;
    left: 130px;
  }
  .p-specialCase_message_illust img:nth-of-type(2) {
    width: 60px;
    left: 30px;
    bottom: auto;
    top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-specialCase_message_illust img:nth-of-type(1) {
    width: 70px;
    top: 110px;
    right: auto;
    left: 70px;
  }
  .p-specialCase_message_illust img:nth-of-type(2) {
    width: 40px;
    left: 20px;
    bottom: auto;
    top: 70px;
  }
}

.p-specialCase_list {
  margin-block: 50px 70px;
}
.p-specialCase_list ul {
  display: grid;
  row-gap: 100px;
}
@media screen and (max-width: 1000px) {
  .p-specialCase_list {
    margin-block: 40px 60px;
  }
  .p-specialCase_list ul {
    display: grid;
    row-gap: 30px;
  }
}

.p-specialConn {
  background-color: #f8f8f5;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}
@media screen and (max-width: 768px) {
  .p-specialConn {
    -webkit-padding-after: 40px;
            padding-block-end: 40px;
  }
}

.p-specialConn_messageWrap {
  max-width: 890px;
  display: flex;
  margin: 0 auto;
  padding-block: 60px 40px;
  align-items: flex-start;
  flex-flow: row-reverse;
}
@media screen and (max-width: 1000px) {
  .p-specialConn_messageWrap {
    max-width: 500px;
    flex-flow: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .p-specialConn_messageWrap {
    padding-block: 40px;
  }
}

.p-specialConn_message_txt {
  width: calc(100% - 310px);
  position: relative;
  padding: 30px 45px 30px 70px;
  -webkit-margin-before: 20px;
          margin-block-start: 20px;
}
.p-specialConn_message_txt p {
  position: relative;
  z-index: 1;
}
.p-specialConn_message_txt::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(/assets_ec_gokan/images/special/person_messageFrame02.svg) no-repeat left top/contain;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1000px) {
  .p-specialConn_message_txt {
    width: 100%;
    padding: 30px 40px;
    border: 2px solid #0f384d;
    border-radius: 8px;
    background-color: #fff;
    -webkit-margin-before: -40px;
            margin-block-start: -40px;
  }
  .p-specialConn_message_txt::before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-specialConn_message_txt {
    padding: 25px 8%;
  }
  .p-specialConn_message_txt dt {
    flex-flow: column;
    align-items: flex-start;
    row-gap: 10px;
  }
}

.p-specialConn_message_person {
  width: 310px;
}
@media screen and (max-width: 1000px) {
  .p-specialConn_message_person {
    width: 250px;
    -webkit-margin-end: auto;
            margin-inline-end: auto;
  }
}
@media screen and (max-width: 768px) {
  .p-specialConn_message_person {
    width: 200px;
  }
}

.p-specialConn_message_illust {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.p-specialConn_message_illust img:nth-of-type(1) {
  position: absolute;
  width: 119px;
  left: -95px;
  top: 170px;
}
.p-specialConn_message_illust img:nth-of-type(2) {
  position: absolute;
  width: 33px;
  left: 240px;
  top: 80px;
}
.p-specialConn_message_illust img:nth-of-type(3) {
  position: absolute;
  width: 83px;
  right: -125px;
  top: 40px;
}
@media screen and (max-width: 1200px) {
  .p-specialConn_message_illust img:nth-of-type(1) {
    width: 80px;
    left: -30px;
  }
  .p-specialConn_message_illust img:nth-of-type(2) {
    width: 25px;
  }
  .p-specialConn_message_illust img:nth-of-type(3) {
    width: 45px;
    right: 0;
    top: auto;
    bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .p-specialConn_message_illust img:nth-of-type(1) {
    width: 60px;
    left: 0;
    top: 80px;
  }
  .p-specialConn_message_illust img:nth-of-type(2) {
    width: 20px;
    top: 130px;
    left: 220px;
  }
  .p-specialConn_message_illust img:nth-of-type(3) {
    width: 55px;
    right: 10px;
    bottom: auto;
    top: 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-specialConn_message_illust img:nth-of-type(2) {
    width: 20px;
    top: 90px;
    left: 180px;
  }
  .p-specialConn_message_illust img:nth-of-type(3) {
    top: 50px;
  }
}

.p-specialConn_product .l-coreMainChild_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 25px;
}
@media screen and (max-width: 768px) {
  .p-specialConn_product .l-coreMainChild_list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 20px;
  }
}
@media screen and (max-width: 500px) {
  .p-specialConn_product .l-coreMainChild_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 10px;
  }
}

.p-specialCate {
  margin-block: 80px 150px;
}
@media screen and (max-width: 768px) {
  .p-specialCate {
    margin-block: 60px 100px;
  }
}

.p-specialCate_ttl {
  -webkit-margin-after: 30px;
          margin-block-end: 30px;
}

.p-specialCate_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 35px;
}
@media screen and (max-width: 1000px) {
  .p-specialCate_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 35px 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-specialCate_list {
    gap: 20px 25px;
  }
}
@media screen and (max-width: 550px) {
  .p-specialCate_list {
    gap: 15px;
    grid-template-columns: 1fr;
    max-width: 285px;
    margin: 0 auto;
  }
}

.p-specialCate_list_item {
  background-color: #f2efea;
}
.p-specialCate_list_item a {
  padding: 10px min(2.3333333333vw, 35px) 10px min(3.3333333333vw, 50px);
}
.p-specialCate_list_item .c-sideBySideList_itemLink_img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  .p-specialCate_list_item a {
    padding: 10px 20px;
  }
  .p-specialCate_list_item .c-sideBySideList_itemLink_img {
    width: 60px;
  }
}
@media screen and (max-width: 550px) {
  .p-specialCate_list_item a {
    padding: 10px 30px;
  }
}

/* 特定商取引法 一覧
==========================================================*/
.p-tokusho {
  background: #e8e7e3;
  -webkit-margin-before: 50px;
          margin-block-start: 50px;
  -webkit-padding-after: 60px;
          padding-block-end: 60px;
}

.p-tokushoDl {
  display: flex;
  flex-flow: wrap;
  -webkit-margin-before: 100px;
          margin-block-start: 100px;
}

.p-tokushoDl span {
  font-weight: bold;
  display: block;
}

.p-tokushoDl dt {
  width: 40%;
}
.p-tokushoDl dt:not(:first-of-type) {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}

.p-tokushoDl ul {
  width: calc(50% - 20px);
  display: flex;
  flex-flow: column;
  row-gap: 30px;
  align-items: flex-start;
}

.p-tokushoDl dd {
  width: 60%;
}
.p-tokushoDl dd:not(:first-of-type) {
  -webkit-margin-before: 80px;
          margin-block-start: 80px;
}

@media screen and (max-width: 768px) {
  .p-tokusho {
    -webkit-margin-before: 30px;
            margin-block-start: 30px;
    -webkit-padding-after: 60px;
            padding-block-end: 60px;
  }

  .p-tokushoDl {
    -webkit-margin-before: 50px;
            margin-block-start: 50px;
  }

  .p-tokushoDl dt {
    width: 100%;
    -webkit-margin-after: 20px;
            margin-block-end: 20px;
    font-size: 1.2em;
    font-weight: bold;
  }
  .p-tokushoDl dt:not(:first-of-type) {
    -webkit-margin-before: 60px;
            margin-block-start: 60px;
  }

  .p-tokushoDl ul {
    width: 100%;
  }

  .p-tokushoDl dd {
    width: 100%;
  }
  .p-tokushoDl dd:not(:first-of-type) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
  }
}
/* 個人情報保護方針
==========================================================*/
.p-policyMain {
  margin-block: 220px 150px;
}
@media screen and (max-width: 1000px) {
  .p-policyMain {
    margin-block: 200px 130px;
  }
}
@media screen and (max-width: 768px) {
  .p-policyMain {
    margin-block: 120px 80px;
  }
}

.p-policy ol li {
  display: block;
  -webkit-margin-before: 30px;
          margin-block-start: 30px;
}
@media screen and (max-width: 768px) {
  .p-policy ol li {
    -webkit-margin-before: 20px;
            margin-block-start: 20px;
  }
}
/*# sourceMappingURL=base.css.map */