@charset "UTF-8";
/* ==========================================================================
   setting
   ========================================================================== */
/* breakpoint
   ----------------------------------------------------------------- */
/* color
   ----------------------------------------------------------------- */
/**
 * palette
 */
/* font
   ----------------------------------------------------------------- */
/**
 * font style
 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
/**
 * size
 */
/* function
   ----------------------------------------------------------------- */
/* mixin
   ----------------------------------------------------------------- */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/* ==========================================================================
   base
   ========================================================================== */
/* Reset（Add original）
   ----------------------------------------------------------------- */
html {
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

dt {
  font-weight: normal;
}

input[type=radio],
input[type=checkbox],
label {
  cursor: pointer;
}

/* Base
   ----------------------------------------------------------------- */
body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 2;
  color: #333;
}
body.is-fixed {
  overflow-y: hidden;
  height: 100vh;
  height: 100svh;
}
@media screen and (min-width: 768px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: normal;
  }
}

label {
  line-height: 24px;
}

input[type=radio], input[type=checkbox] {
  margin-right: 7px;
}
input[type=text], input[type=tel], input[type=email], input[type=password] {
  background: #fff;
  padding: 3.4666666667vw 4.8vw;
  border: solid 1px #efeae2;
}
input[type=text]:disabled, input[type=tel]:disabled, input[type=email]:disabled, input[type=password]:disabled {
  border-color: rgba(215, 202, 183, 0.5);
  background: rgba(215, 202, 183, 0.4);
}
input[type=text].errorPart, input[type=tel].errorPart, input[type=email].errorPart, input[type=password].errorPart {
  border: solid 2px #9C7A4C !important;
  background: #f4eede !important;
}
input[type=radio] {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: relative;
}
input[type=radio]:before {
  content: "";
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #9C7A4C;
  border-radius: 50%;
}
input[type=radio]:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: inherit;
  border-radius: 50%;
}
input[type=radio]:checked:after {
  background: #9C7A4C;
}
input[type=radio]:checked:before {
  border: 1px solid #9C7A4C;
}
input[type=checkbox] {
  width: 24px;
  height: 24px;
  position: relative;
  border: solid 1px #9C7A4C;
}
input[type=checkbox]:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 6px;
  height: 14px;
  z-index: 100;
  margin: auto;
  transform: rotate(45deg) translate(-1px, -1px);
}
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
}
input[type=checkbox]:checked:before {
  border-right: 2px solid #9C7A4C;
  border-bottom: 2px solid #9C7A4C;
}
@media screen and (min-width: 768px) {
  input {
    font-size: 1.125rem;
  }
  input[type=text], input[type=tel], input[type=email], input[type=password] {
    padding: 11px 18px;
  }
  input[type=radio] {
    width: 18px;
    height: 18px;
    top: 2px;
  }
  input[type=radio]:before {
    width: 18px;
    height: 18px;
  }
  input[type=radio]:after {
    width: 10px;
    height: 10px;
  }
  input[type=checkbox] {
    width: 18px;
    height: 18px;
  }
  input[type=checkbox]:before {
    width: 6px;
    height: 11px;
  }
  input[type=checkbox]:after {
    content: "";
    width: 18px;
    height: 18px;
  }
}

textarea {
  background: #fff;
  padding: 3.4666666667vw 4.8vw;
  border: solid 1px #efeae2;
}
textarea:disabled {
  border-color: rgba(215, 202, 183, 0.5);
  background: rgba(255, 255, 255, 0.3);
}
textarea.errorPart {
  border: solid 2px #9C7A4C !important;
  background: #f4eede !important;
}
@media screen and (min-width: 768px) {
  textarea {
    padding: 11px 18px;
  }
}

::-webkit-input-placeholder {
  color: #AFAEAD;
}

:-ms-input-placeholder {
  color: #AFAEAD;
}

::placeholder {
  color: #AFAEAD;
}

select {
  background: #fff url(/ec/premium/images/icon/icon-select-arrow.svg) no-repeat right center;
  background-position: right 30px center;
  padding: 3.4666666667vw 4.8vw;
  border: solid 1px #efeae2;
}
select.errorPart {
  border: solid 2px #9C7A4C !important;
  background-color: #f4eede !important;
}
@media screen and (min-width: 768px) {
  select {
    padding: 11px 18px;
  }
}

input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
select:focus,
textarea:focus {
  outline: 1px solid rgba(156, 122, 76, 0.8);
  outline-offset: -1px;
  box-shadow: 0 0 5px 1px rgba(156, 122, 76, 0.3);
}

input[type=radio]:focus:not(:focus-visible),
input[type=checkbox]:focus:not(:focus-visible) {
  outline: none;
}

.errorPart label {
  background: #f4eede !important;
}

.sp {
  display: block;
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
}
/* Base Animation
   ----------------------------------------------------------------- */
.effect-fade {
  opacity: 0;
  transform: translateY(30px);
  transition: transform 2s ease, opacity 0.5s ease;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translateY(0);
}

.effect-fades-slide .swiper-slide {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 2s ease, opacity 2s ease;
}
.effect-fades-slide.effect-scroll .swiper-slide {
  opacity: 1;
  transform: translateY(0);
}
.effect-fades-slide .swiper-slide:nth-child(1) {
  transition-delay: 0;
}
.effect-fades-slide .swiper-slide:nth-child(2) {
  transition-delay: 0.3s;
}
.effect-fades-slide .swiper-slide:nth-child(3) {
  transition-delay: 0.6s;
}
.effect-fades-slide .swiper-slide:nth-child(4) {
  transition-delay: 0.9s;
}
.effect-fades-slide .swiper-slide:nth-child(5) {
  transition-delay: 1.2s;
}

/* ==========================================================================
   l-header
   ========================================================================== */
.l-header {
  position: relative;
  background: #222;
  color: #fff;
  padding: 7.4666666667vw 0;
}
.l-header__logo {
  margin: 0 auto;
  width: 48vw;
  text-align: center;
}
.l-header__logo img {
  width: 100%;
}
.l-header__logo-lead {
  margin-bottom: 4vw;
}
.l-header__logo-premium img {
  width: 38.6666666667vw;
}
.l-header__menu {
  position: fixed;
  top: 55px;
  right: 0;
  z-index: 2;
  width: 85vw;
  height: 100vh;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  padding: 20vw 8vw;
  transform: translateX(85vw);
  transition: transform 0.4s ease-out, opacity 0.4s;
  overflow: auto;
}
.l-header__menu.is-header-active {
  transform: translateX(0);
  opacity: 1;
}
.l-header__menu-btn {
  position: absolute;
  top: 23px;
  right: 14px;
  z-index: 1;
  width: 25px;
  height: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #AFAEAD;
}
.l-header__menu-btn::before {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  top: -9px;
  background: #AFAEAD;
}
.l-header__menu-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 25px;
  height: 2px;
  left: 0;
  top: 9px;
  background: #AFAEAD;
}
.l-header__list {
  margin-top: 35px;
}
.l-header__list a {
  display: block;
  margin: 20px 0;
  border: solid 1px #AFAEAD;
  padding: 4.8vw;
  text-align: center;
  color: #333;
}
.l-header__official a {
  padding: 4.8vw;
  font-size: 4.8vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  background: #333;
  color: #fff;
}
.l-header__close {
  display: block;
  width: 25px;
  height: 25px;
  position: fixed;
  top: 55px;
  left: 4vw;
  z-index: 500;
}
.l-header__close::before, .l-header__close::after {
  content: "";
  display: block;
  width: 100%; /*バツ線の長さ*/
  height: 3px; /*バツ線の太さ*/
  background: #AFAEAD;
  transform: rotate(45deg);
  transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}
.l-header__close::after {
  transform: rotate(-45deg);
  transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}
.l-header__back {
  background: #0C0802;
  opacity: 0.7;
  width: 100vh;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .l-header {
    padding: 47px 0 50px;
  }
  .l-header__logo {
    width: 30%;
    max-width: 240px;
  }
  .l-header__logo-lead {
    margin-bottom: 20px;
  }
  .l-header__logo-premium img {
    width: 98.5%;
  }
  .l-header__menu {
    opacity: 1;
    position: absolute;
    top: 25px;
    right: 30px;
    width: auto;
    max-width: 237px;
    height: auto;
    transform: inherit;
    background: inherit;
    padding: 0 0 10px;
  }
  .l-header__menu a {
    color: #F0EDEC;
  }
  .l-header__menu-btn {
    display: none;
  }
  .l-header__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
    line-height: 16px;
    font-size: min(1.6vw, 0.84375rem);
  }
  .l-header__list li:first-child {
    margin-right: 22px;
    padding-right: 22px;
    border-right: solid 1px #AFAEAD;
  }
  .l-header__list li:last-child {
    margin-top: 18px;
    text-align: center;
    width: 100%;
  }
  .l-header__list a {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
  }
  .l-header__list a::after {
    bottom: -5px;
  }
  .l-header__official a {
    padding: 0;
    background: inherit;
    border: solid 1px #7f7e7d;
    line-height: 58px;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: min(1.8666666667vw, 1rem);
  }
  .l-header__official a:hover {
    background: #404040;
  }
}

/* ==========================================================================
   l-footer
   ========================================================================== */
/* l-footer
   ----------------------------------------------------------------- */
.l-footer {
  background: #222;
  color: #fff;
  text-align: center;
}
.l-footer__inner {
  padding: 12vw 10.1333333333vw 6.6666666667vw;
}
.l-footer__logo {
  margin: 0 auto;
  width: 24.5333333333vw;
}
.l-footer__logo img {
  width: 100%;
}
.l-footer__menu {
  margin-top: 5.3333333333vw;
  font-size: 3.7333333333vw;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  color: #D9D9D9;
}
.l-footer__list {
  margin-bottom: 5.3333333333vw;
}
.l-footer__item {
  display: inline-block;
  margin: 5px 0;
  padding: 0 20px;
  line-height: 1;
}
.l-footer__item:not(:last-child) {
  border-right: solid 1px #D9D9D9;
}
.l-footer__item:first-child {
  padding-left: 0;
}
.l-footer__shop span {
  display: block;
}
.l-footer__shop + .l-footer__shop {
  margin-top: 2.1333333333vw;
}
.l-footer__info a {
  margin: 8vw 0;
  padding: 3.7333333333vw 2.6666666667vw;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 4vw;
}
.l-footer__info a:hover {
  border: solid 1px #9C7A4C;
  background: #9C7A4C;
}
.l-footer__copyright {
  display: block;
  margin-top: 2.1333333333vw;
  font-family: "Century Gothic", "Didact Gothic", sans-serif;
  font-size: 2.9333333333vw;
  color: #AFAEAD;
}
@media screen and (min-width: 768px) {
  .l-footer__inner {
    padding: 3.5% 4%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .l-footer__logo {
    margin: 0 3% 0 0;
    width: 13%;
    max-width: 120px;
  }
  .l-footer__menu {
    width: 49%;
    margin-top: 0;
    font-size: inherit;
    font-weight: inherit;
    text-align: left;
  }
  .l-footer__list {
    margin-bottom: 20px;
  }
  .l-footer__item {
    margin: 0;
    padding: 0 2.5%;
    font-size: min(1.6vw, 1rem);
  }
  .l-footer__shop {
    font-size: min(1.6vw, 0.9375rem);
  }
  .l-footer__unit {
    margin-left: auto;
    padding-left: 2%;
    text-align: right;
    width: 38%;
  }
  .l-footer__info a {
    margin: 0;
    padding: 18px 3%;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: min(1.7333333333vw, 1rem);
  }
  .l-footer__copyright {
    margin-top: 15px;
    text-align: right;
    font-size: 0.6875rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-footer__inner {
    padding: 45px 50px;
  }
  .l-footer__logo {
    margin: 0 50px 0 0;
  }
  .l-footer__shop span {
    display: inline-block;
    margin-right: 15px;
  }
  .l-footer__shop + .l-footer__shop {
    margin-top: 0;
  }
  .l-footer__address {
    width: 155px;
  }
  .l-footer__info a {
    width: 340px;
  }
}
@media screen and (min-width: 1200px) {
  .l-footer__item {
    padding: 0 20px;
  }
}

/* l-pagetop
   ----------------------------------------------------------------- */
.l-pagetop {
  display: none;
  z-index: 999;
}
.l-pagetop__link {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #D7CAB7;
  opacity: 1;
  color: #fff;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.l-pagetop__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  margin: auto;
  width: 2px;
  height: 45%;
  background: #fff;
  transition: 0.3s ease 0s;
}
.l-pagetop__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 32%;
  right: 0;
  left: 0;
  margin: auto;
  width: 31%;
  height: 31%;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(135deg);
  transition: 0.3s ease 0s;
}
.l-pagetop__link:hover {
  background-color: #9C7A4C;
}
.l-pagetop__link:hover::before {
  top: 24%;
  height: 51%;
}
.l-pagetop__link:hover::after {
  top: 26%;
}
.l-pagetop.is-pagetop-active {
  position: fixed;
  right: 20px;
  bottom: 40px;
}
@media screen and (min-width: 768px) {
  .l-pagetop__link {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  .l-pagetop.is-pagetop-active {
    right: 40px;
    bottom: 40px;
  }
}

/* ==========================================================================
   l-main
   ========================================================================== */
/* l-main
   ----------------------------------------------------------------- */
.l-main--alternately {
  background: #F0EDEC;
}
/* l-section
   ----------------------------------------------------------------- */
.l-section {
  overflow: hidden;
}
.l-section__inner {
  width: 85.3333333333vw;
  margin: 0 auto;
}
.l-section__inner--wide {
  width: 100%;
}
.l-section--alternately {
  background: rgba(240, 237, 236, 0.8);
}
.l-section--alternately + .l-section--alternately {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-section__inner {
    width: calc(100% - 60px);
    max-width: 1200px;
  }
  .l-section__inner--wide {
    max-width: 1428px;
  }
  .l-section__inner--small {
    max-width: 1005px;
  }
}

/* l-breadcrumb
   ----------------------------------------------------------------- */
.l-breadcrumb {
  margin: 2.6666666667vw;
}
.l-breadcrumb__list {
  font-size: 2.6666666667vw;
  color: #444;
}
.l-breadcrumb__list > span {
  color: #AFAEAD;
}
.l-breadcrumb__list > span a {
  color: #444;
  transition: 0.3s ease 0s;
}
.l-breadcrumb__list > span a:hover {
  opacity: 0.7;
}
.l-breadcrumb__button {
  margin-top: 10px;
}
.l-breadcrumb__button a {
  padding: 1.0666666667vw;
  font-size: 2.6666666667vw;
  border-color: #AFAEAD;
  color: #5E5E5E;
}
.l-breadcrumb__button a:hover {
  background: #AFAEAD;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .l-breadcrumb {
    margin: 15px 30px;
    position: relative;
  }
  .l-breadcrumb__list {
    font-size: 0.875rem;
    margin-right: 190px;
  }
  .l-breadcrumb__button {
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .l-breadcrumb__button a {
    padding: 5px 17px;
    font-size: 1rem;
  }
}

/* ==========================================================================
   _c-button
   ========================================================================== */
/* c-button
   ----------------------------------------------------------------- */
.c-button {
  display: inline-block;
  text-align: center;
  transition: 0.6s ease 0s;
}
.c-button:hover {
  text-decoration: none;
}
.c-button:disabled {
  opacity: 0.3;
}
.c-button--fill {
  background: #9C7A4C;
  color: #fff;
  outline: 1px solid #9c7a4c;
  outline-offset: -1px;
}
.c-button--fill:hover:not(:disabled) {
  background: #000;
  outline: 1px solid rgba(156, 122, 76, 0.7);
}
.c-button--line {
  background: inherit;
  border: solid 1px #9C7A4C;
  color: #9C7A4C;
}
.c-button--line:hover {
  background: #000;
  color: #fff;
}
.c-button--size100pct {
  width: 100%;
}
.c-button--size280, .c-button--size320, .c-button--size400 {
  width: 100%;
}
.c-button--blank span {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.c-button--blank span svg {
  width: 17px;
  height: 17px;
  position: absolute;
  top: 47%;
  right: 0;
  transform: translateY(-50%);
  fill: #F0EDEC;
  transition: 0.6s ease 0s;
}
@media screen and (min-width: 768px) {
  .c-button--size280 {
    max-width: 280px;
  }
  .c-button--size320 {
    width: 320px;
  }
  .c-button--size400 {
    width: 400px;
  }
}

/* c-link
   ----------------------------------------------------------------- */
.c-link {
  position: relative;
  display: inline-block;
}
.c-link::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.5s;
}
.c-link:hover::after {
  transform: scale(1, 1);
}
.c-link--footer::after {
  background: #D9D9D9;
}
.c-link--header::after {
  background: rgba(240, 237, 236, 0.7);
}
.c-link--line {
  display: inline;
  transition: opacity 0.6s ease 0s;
}
.c-link--line:link {
  text-decoration: underline;
  text-underline-offset: 0.3rem;
}
.c-link--line:hover {
  opacity: 0.7;
}

/* c-heading
   ----------------------------------------------------------------- */
.c-heading {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 6.4vw;
  margin: 4vw 0 8vw;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .c-heading {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    font-weight: 400;
    margin: 12px 0 50px;
    text-align: center;
  }
}

/* c-heading-middle
   ----------------------------------------------------------------- */
.c-heading-middle {
  font-family: "Noto Serif JP", serif;
  font-weight: 300;
  font-size: 6.9333333333vw;
  color: #000;
  margin: 10.6666666667vw 0;
  line-height: 1.4;
  text-align: center;
}
.c-heading-middle__sub {
  display: block;
  color: #9C7A4C;
  font-family: "Century Gothic", "Didact Gothic", sans-serif;
  font-size: 3.4666666667vw;
  margin-top: 3.2vw;
}
@media screen and (min-width: 768px) {
  .c-heading-middle {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
    margin: 55px 0;
  }
  .c-heading-middle__sub {
    font-size: 0.9375rem;
    margin-top: 8px;
  }
}

/* c-transition
   ----------------------------------------------------------------- */
.c-transition {
  margin: 16vw 0 26.6666666667vw;
  text-align: center;
}
.c-transition a,
.c-transition input {
  font-size: 4.8vw;
  margin: 0 auto;
  padding: 4.2666666667vw 2.6666666667vw;
}
.c-transition__button + .c-transition__button {
  margin-top: 8vw;
}
@media screen and (min-width: 768px) {
  .c-transition {
    margin: 100px 0 200px;
    display: flex;
    justify-content: center;
  }
  .c-transition--pc-reverse {
    flex-direction: row-reverse;
  }
  .c-transition a,
  .c-transition input {
    font-size: 1.25rem;
    padding: 20px 70px;
  }
  .c-transition__button {
    margin: 0 30px;
  }
  .c-transition__button + .c-transition__button {
    margin-top: 0;
  }
}

/* c-banner
   ----------------------------------------------------------------- */
.c-banner a {
  transition: 0.6s ease 0s;
}
.c-banner a:hover {
  opacity: 0.8;
}

/* c-input-error
   ----------------------------------------------------------------- */
.c-input-error {
  margin-bottom: 8vw;
}
.c-input-error__list {
  border: solid 1px #9C7A4C;
  padding: 2.6666666667vw;
}
.c-input-error__list li {
  color: #9C7A4C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 4vw;
  line-height: 1.4;
  text-align: left;
  padding: 0.8vw 0;
  text-indent: -15px;
  margin-left: 15px;
}
.c-input-error__list li:before {
  content: "・";
}
@media screen and (min-width: 768px) {
  .c-input-error {
    margin-bottom: 50px;
  }
  .c-input-error__list {
    padding: 14px 22px;
  }
  .c-input-error__list li {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: min(2.4vw, 1.25rem);
    padding: 5px 0;
    text-indent: -20px;
    margin-left: 20px;
  }
}

/* c-list-disc
   ----------------------------------------------------------------- */
.c-list-disc li {
  padding-left: 4vw;
  text-indent: -4vw;
}
.c-list-disc li::before {
  content: "・";
}

/* ==========================================================================
   _c-form
   ========================================================================== */
/* c-form-input
   ----------------------------------------------------------------- */
.c-form-input {
  padding-bottom: 5.3333333333vw;
}
.c-form-input__group {
  margin: 10.6666666667vw 0;
}
.c-form-input__group2 {
  margin: 16vw 0 10.6666666667vw;
}
.c-form-input__group2 label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-form-input__heading {
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 4.5333333333vw;
}
.c-form-input__icon {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 3.2vw;
  background: #9C7A4C;
  line-height: 1;
  margin-right: 10px;
  padding: 4px 5px;
}
.c-form-input__content {
  margin-top: 15px;
}
.c-form-input__content--row {
  display: flex;
  align-items: center;
}
.c-form-input__radio {
  display: table;
  padding-top: 3px;
  margin-bottom: 15px;
}
.c-form-input__radio input[type=radio],
.c-form-input__radio span {
  display: table-cell;
}
.c-form-input__radio input[type=radio] {
  width: 31px;
}
.c-form-input__title {
  margin-right: 10px;
  white-space: nowrap;
}
.c-form-input__subtitle {
  margin: 0 10px;
}
.c-form-input__selectbox label {
  display: flex;
  align-items: center;
  width: 70%;
  margin-right: 10px;
}
.c-form-input__selectbox label span {
  width: 90%;
}
.c-form-input__selectbox input[type=text],
.c-form-input__selectbox input[type=tel] {
  width: 25%;
  margin-right: 7px;
}
.c-form-input__selectbox input[type=radio] {
  width: 24px;
}
.c-form-input__selectbox + .c-form-input__selectbox {
  margin-top: 20px;
}
.c-form-input__selectbox .c-form-input__selectbox-unit {
  white-space: nowrap;
}
.c-form-input__address {
  margin-left: 20px;
}
.c-form-input__address dl + dl {
  margin-top: 30px;
}
.c-form-input__zipcode {
  display: flex;
  align-items: center;
}
.c-form-input__zipcode input[type=button] {
  margin-left: 20px;
  padding: 3.7333333333vw 4.8vw;
}
.c-form-input--normal, .c-form-input--size-m {
  width: 100%;
}
.c-form-input--size-s {
  width: 29.8%;
}
.c-form-input--size-ss {
  width: 25%;
}
@media screen and (min-width: 768px) {
  .c-form-input {
    padding-top: 20px;
    padding-bottom: 25px;
    font-size: 1.125rem;
  }
  .c-form-input__group {
    margin: 60px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-form-input__group2 {
    margin: 80px 0 30px;
    text-align: center;
  }
  .c-form-input__heading {
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 1.125rem;
    width: 24%;
    max-width: 225px;
    position: relative;
  }
  .c-form-input__icon {
    display: inline-block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 0.75rem;
    font-weight: bold;
    margin: 4px 0;
    position: absolute;
    top: 0;
    right: 0;
  }
  .c-form-input__content {
    margin-top: 0;
    width: 72%;
    max-width: 700px;
  }
  .c-form-input__radio {
    margin-bottom: 20px;
  }
  .c-form-input__selectbox label {
    width: 82%;
  }
  .c-form-input__selectbox input[type=text] {
    width: 90px;
    margin-right: 10px;
  }
  .c-form-input__selectbox input[type=radio] {
    width: 18px;
    top: 0;
  }
  .c-form-input__selectbox + .c-form-input__selectbox {
    margin-top: 20px;
  }
  .c-form-input__address {
    margin: 0;
  }
  .c-form-input__address dl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .c-form-input__address dd + dt {
    margin-top: 30px;
  }
  .c-form-input__address dt {
    width: 20%;
    max-width: 115px;
    margin-right: 0;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
  .c-form-input__address dd {
    width: 78%;
    max-width: 585px;
  }
  .c-form-input__zipcode input[type=button] {
    margin-left: 25px;
    padding: 12px 14px;
  }
  .c-form-input--size-m {
    max-width: 460px;
  }
  .c-form-input--size-s {
    max-width: 150px;
  }
  .c-form-input--size-ss {
    max-width: 150px;
  }
}

/* p-input-comfirm
   ----------------------------------------------------------------- */
.p-input-comfirm.c-form-input {
  padding-top: 4vw;
  padding-bottom: 0;
}
.p-input-comfirm .c-form-input__group {
  margin: 6.6666666667vw 0;
  padding-bottom: 8vw;
}
.p-input-comfirm .c-form-input__group:not(:last-child) {
  border-bottom: solid 1px rgba(215, 202, 183, 0.5);
}
.p-input-comfirm .c-form-input__content {
  margin-left: 2.6666666667vw;
}
@media screen and (min-width: 768px) {
  .p-input-comfirm.c-form-input {
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .p-input-comfirm .c-form-input__group {
    margin: 40px 0;
    padding-bottom: 40px;
    justify-content: center;
  }
  .p-input-comfirm .c-form-input__heading {
    width: 50%;
    max-width: 50%;
    padding-left: 10%;
    padding-right: 3%;
  }
  .p-input-comfirm .c-form-input__content {
    margin-left: 0;
    width: 50%;
    padding-left: 3%;
    padding-right: 3%;
  }
}
@media screen and (min-width: 1024px) {
  .p-input-comfirm .c-form-input__heading {
    padding-left: 25%;
  }
}

/* c-complete
   ----------------------------------------------------------------- */
.c-complete {
  margin: 20vw 0;
}
.c-complete__heading {
  margin-bottom: 6.6666666667vw;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 5.8666666667vw;
  color: #9C7A4C;
}
.c-complete__text {
  margin-bottom: 6.6666666667vw;
  text-align: center;
}
.c-complete__list {
  margin-bottom: 6.6666666667vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .c-complete {
    margin: 95px 0;
  }
  .c-complete__heading {
    margin-bottom: 25px;
    font-family: "游明朝体", "Yu Mincho", "YuMincho", serif;
    font-size: 2rem;
  }
  .c-complete__text {
    margin-bottom: 20px;
    font-size: 1.125rem;
  }
  .c-complete__text + .c-complete__list {
    margin-top: -10px;
  }
  .c-complete__list {
    margin-bottom: 20px;
    font-size: 0.875rem;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */