@charset "UTF-8";
/* Base
----------------------------------------------------------- */
/* ============================================================ */
/* mediaquery */
/* ============================================================ */
/* ============================================================ */
/* utility */
/* ============================================================ */
/* circle
----------------------------------------------------------- */
/* transition
----------------------------------------------------------- */
/* centering
----------------------------------------------------------- */
/* ============================================================ */
/* settings */
/* ============================================================ */
/* colors
----------------------------------------------------------- */
/* $blue: #0066ba;
$green: #089b45; */
/* width
----------------------------------------------------------- */
/* box-shadow
----------------------------------------------------------- */
/* font
----------------------------------------------------------- */
/*----- base-font-family -----*/
/*----- base-font-family (serif) -----*/
/*$font-serif: 'Hiragino Mincho ProN', 'Yu Mincho', 游明朝, 'HGS明朝E', serif;*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -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;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
* 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: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* Remove the gray background on active links in IE 10.
*/
a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -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: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Remove the border on images inside links in IE 10.
*/
img {
  border-style: none;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* 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: button;
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* 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 odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* 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 */
}

/* 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;
}

/* Misc
========================================================================== */
/**
* Add the correct display in IE 10+.
*/
template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/
[hidden] {
  display: none;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    /* font-size: calc(100vw / 102.4); */
  }
}

body {
  color: #464646;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-size: 1.5rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

a {
  color: #464646;
  text-decoration: none;
  transition: 0.3s all;
}

a img {
  transition: 0.3s all;
}

p {
  line-height: 2;
}

p:last-child {
  margin-bottom: 0;
}

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dl,
dl dd {
  margin: 0;
}

table {
  border-collapse: collapse;
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: normal;
}

h5,
h6 {
  font-size: inherit;
}

fieldset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
}

button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0;
  border: none;
  background: inherit;
  cursor: pointer;
}

/* PC
----------------------------------------------------------- */
@media (min-width: 768px) {
  a {
    cursor: pointer;
    transition: 0.3s all;
  }
  .sp-view {
    display: none !important;
  }
}

/* SP
----------------------------------------------------------- */
@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
  .pc-view {
    display: none !important;
  }
}

/* Layout
----------------------------------------------------------- */
.l-breadcrumb {
  width: 100%;
  margin-bottom: 64px;
  background: #fff;
}

.l-breadcrumb__list {
  overflow-x: auto;
  -webkit-overflow-scroling: touch;
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  padding: 12px;
  white-space: nowrap;
}

.l-breadcrumb__item {
  position: relative;
  font-size: 1.4rem;
}

.l-breadcrumb__item:not(:first-child) {
  margin-left: 18px;
  padding-left: 20px;
}

.l-breadcrumb__item:not(:first-child)::before {
  position: absolute;
  top: 0;
  left: 0;
  color: #A0A0A0;
  content: "/";
}

.l-breadcrumb__item > span {
  color: #6f6f6f;
}

.l-breadcrumb__item > a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .l-breadcrumb {
    margin-bottom: 40px;
  }
  .l-breadcrumb__list {
    padding: 8px;
  }
  .l-breadcrumb__item {
    font-size: 1.2rem;
  }
  .l-breadcrumb__item:not(:first-child) {
    margin-left: 12px;
    padding-left: 12px;
  }
  .l-breadcrumb__item:not(:first-child)::before {
    top: 0px;
    left: -4px;
    width: 6px;
    height: 6px;
  }
}

.l-footer {
  padding: 80px 24px;
  background: #F8F8F8;
}

.l-footer__inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .l-footer__sub-nav {
    display: flex;
    justify-content: center;
    margin: 72px 0 48px;
  }
  .l-footer__sub-nav > li {
    position: relative;
    margin-left: 1.5em;
    padding-left: 1.5em;
    line-height: 1;
    font-size: 1.3rem;
  }
  .l-footer__sub-nav > li:not(:first-child) {
    border-left: 1px solid #707070;
  }
  .l-footer__sub-nav > li a {
    color: #707070;
  }
  .l-footer__sub-nav > li a:hover {
    text-decoration: underline;
  }
}

.l-footer__logo {
  margin-bottom: 20px;
  text-align: center;
}

.l-footer__copy {
  color: #707070;
  font-size: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .l-footer__sp-bnrs {
    display: none;
  }
}

@media (max-width: 767px) {
  .l-footer {
    padding: 48px 16px 40px;
  }
  .l-footer__logo img {
    width: 50%;
  }
  .l-footer__sub-nav {
    margin-top: 32px;
    text-align: center;
  }
  .l-footer__sub-nav > li {
    margin: 8px 0;
  }
  .l-footer__sp-bnrs > li:last-child {
    margin-top: 16px;
  }
  .l-footer__sp-bnrs > li a {
    display: block;
    width: 88%;
    margin: 0 auto;
  }
  .l-footer__sp-nav {
    margin-top: 32px;
    padding: 32px 12px 0;
    border-top: 1px solid #C7C7C7;
    font-size: 1.1rem;
  }
  .l-footer__logo {
    margin-top: 20px;
  }
}

.l-footer-nav {
  color: #707070;
  font-weight: 500;
}

.l-footer-nav__title {
  margin-bottom: 1.5em;
  font-size: 1.4rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: .2em;
}

.l-footer-nav__list > li {
  position: relative;
  margin-top: 1em;
  padding-left: 16px;
  line-height: 1.5;
}

.l-footer-nav__list > li::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 6px;
  height: 11px;
  background: url(/assets/img/common/ico_arrow_right_02.svg) no-repeat;
  background-size: contain;
  content: "";
}

.l-footer-nav__list > li a {
  color: #707070;
}

.l-footer-nav__list > li a:hover {
  text-decoration: underline;
}

.l-footer-nav__bnrs {
  margin: 20px 0 24px;
}

.l-footer-nav__bnrs li {
  margin-top: 10px;
}

.l-footer-nav__bnrs li > a {
  display: block;
}

.l-footer-nav__bnrs li > a:hover img {
  opacity: .7;
}

.l-footer-nav__sns {
  margin-top: 2em;
  display: flex;
  align-items: center;
}

.l-footer-nav__sns li:not(:first-child) {
  margin-left: 2em;
}

.l-footer-nav__sns li img {
  height: 40px;
}

@media (max-width: 767px) {
  .l-footer-nav__sns {
    justify-content: center;
    margin-top: 32px;
  }
}

@media (max-width: 767px) {
  .l-footer-nav {
    margin-top: 40px;
    margin-right: -16px;
    margin-bottom: -16px;
    margin-left: -16px;
  }
  .l-footer-nav.-sp-bottom {
    margin-top: 0;
    border-bottom: 1px solid #c7c7c7;
  }
  .l-footer-nav__title {
    margin-bottom: 0;
    padding: 6px;
    background: #d5c7ad;
    color: #fff;
    font-weight: 500;
    text-align: center;
  }
  .l-footer-nav__list {
    display: flex;
    flex-wrap: wrap;
  }
  .l-footer-nav__list > li {
    width: 50%;
    margin-top: 0;
  }
  .l-footer-nav__list > li::before {
    left: 12px;
  }
  .l-footer-nav__list > li:nth-child(n + 3) {
    border-top: 1px solid #c7c7c7;
  }
  .l-footer-nav__list > li:nth-child(even) {
    border-left: 1px solid #c7c7c7;
  }
  .l-footer-nav__list > li a {
    display: block;
    padding: 18px 12px;
  }
  .l-footer-nav__list > li a:hover {
    text-decoration: none;
  }
}

.l-gnav {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  height: 100vh;
}

.l-gnav__list {
  padding-top: 120px;
}

.l-gnav__item:not(:first-child) {
  margin-top: 4em;
}

@media (max-width: 767px) {
  .l-gnav__list {
    padding-top: 80px;
  }
  .l-gnav__item a {
    display: block;
    padding: 6px 16px;
  }
  .l-gnav__item a img {
    /*height: 16px;*/
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  background: #fff;
  text-align: center;
}

.l-header__inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  max-width: 1000px;
  height: 80px;
  margin: 0 auto;
  padding: 0 12px;
}

.l-header__logo {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  z-index: 5;
}

.l-header__btns {
  display: flex;
  align-items: center;
  margin-right: 310px;
}

.l-header__cart-btn {
  position: relative;
  margin-right: 32px;
  text-align: center;
}

.l-header__cart-btn img,
.l-header__cart-btn span {
  display: block;
}

.l-header__cart-btn img {
  height: 30px;
}

.l-header__cart-btn span {
  margin-top: 6px;
  font-size: 1rem;
}

.l-header__cart-badge {
  position: absolute;
  top: -12px;
  right: 0;
  width: 16px;
  height: 16px;
  border-radius: 10px;
  background: #d44141;
  color: #fff;
  line-height: 16px;
}

.l-header__mypage-btn {
  margin-right: 28px;
  text-align: center;
}

.l-header__mypage-btn img,
.l-header__mypage-btn span {
  display: block;
}

.l-header__mypage-btn img {
  height: 36px;
}

.l-header__mypage-btn span {
  font-size: 1rem;
}

.l-header__btns-item {
  display: flex;
  align-items: center;
}

.l-header__btns-item a {
  display: block;
}

@media (min-width: 768px) {
  .l-header__btns-item {
    position: fixed;
    top: 0;
    z-index: 15;
    height: 80px;
    padding-right: 80px;
    padding-left: 20px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background: #fff;
  }
}

.l-header__btns-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.l-header__search {
  position: relative;
}

@media (max-width: 767px) {
  .l-header__search {
    display: none;
  }
  .l-header__search::after {
    position: absolute;
    top: 55%;
    transform: translate(0, -40%);
    right: 16px;
    width: 60px;
    padding-top:2px;
    height: 26px;
    background: url(/assets/img/common/ico_searchnew.svg) no-repeat;
    background-size: contain;
    content: "";
    pointer-events:none;
  }
}
@media (min-width: 768px) {
.l-header__search::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 12px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/common/ico_search.svg) no-repeat;
  background-size: contain;
  content: "";
}
}
.l-header__search input {
  width: 236px;
  padding: 8px 12px;
  border: 1px solid #464646;
  border-radius: 5px;
}

.l-header__nav {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .l-header__sp-btn {
    display: none;
  }
  .l-header__menu-btn {
    display: none;
  }
  .l-header__sp-btn {
    display: none;
  }
  .l-header__cart-btn{
    overflow: visible;
  }

}

@media (max-width: 767px) {
  .l-header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .l-header__inner {
    height: 60px;
    padding: 10px 10px 12px;
  }
  .l-header__logo {
    left: 0;
    width: 130px;
    margin-left: 14px;
  }
  .l-header__sp-btn-wrap {
    position: fixed;
  }
  .l-header__sp-btn {
    display: flex;
    align-items: center;
    margin-right: 58px;
    background: #fff;
  }
  .l-header__sp-btn a{
    overflow: visible;
  }
  .l-header__search-btn {
    margin-right: 10px;
  }
  .l-header__cart-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 0;
  }
  .l-header__cart-btn img {
    height: 24px;
  }
  .l-header__mypage-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 6px;
  }
  .l-header__mypage-btn img {
    height: 26px;
    margin-top: 5px;
  }
  .l-header__mypage-btn span {
    margin-top: 2px;
    line-height: 1;
  }
  .l-header__cart-badge {
    right: 6px;
  }
}

.l-header__menu-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  z-index: 25;
  width: 80px;
  height: 80px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background: #fff;
  font-size: 1rem;
  text-align: center;
  cursor: pointer;
}

.l-header__menu-btn.-active span:nth-of-type(1) {
  transform: translateY(12px) rotate(45deg);
}

.l-header__menu-btn.-active span:nth-of-type(2) {
  opacity: 0;
}

.l-header__menu-btn.-active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(-45deg);
}

@media (max-width: 767px) {
  .l-header__menu-btn {
    width: 56px;
    height: 60px;
  }
  .l-header__menu-btn.-active span:nth-of-type(1) {
    transform: translateY(7px) rotate(45deg);
  }
  .l-header__menu-btn.-active span:nth-of-type(3) {
    transform: translateY(-7px) rotate(-45deg);
  }
}

.l-header__menu-text {
  display: block;
  width: 56px;
  margin-top: 10px;
}

.l-header__menu-icon {
  position: relative;
  width: 47px;
  height: 27px;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  cursor: pointer;
}

@media (max-width: 767px) {
  .l-header__menu-icon {
    width: 28px;
    height: 16px;
  }
}

.l-header__menu-icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #333;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
}

.l-header__menu-icon span:nth-of-type(1) {
  top: 0;
}

.l-header__menu-icon span:nth-of-type(2) {
  top: 12px;
}

@media (max-width: 767px) {
  .l-header__menu-icon span:nth-of-type(2) {
    top: 7px;
  }
}

.l-header__menu-icon span:nth-of-type(3) {
  bottom: 0;
}

@media (min-width: 768px) {
  .top .l-header {
    opacity: 0;
    position: fixed;
    background: #fff;
  }
  .top .l-clone-header {
    position: fixed;
    top: 0;
    left: 0;
    transition: .4s;
    transform: translateY(-100%);
  }
  .top .l-clone-header.-show {
    opacity: 1;
    transform: translateY(0);
  }
}

.l-wrap {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.l-main__inner {
  padding: 0 24px;
}

.l-main__row {
  display: flex;
  justify-content: space-between;
  max-width: 1048px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.l-main__col.-primary {
  width: 71%;
}

.l-main__col.-secondary {
  width: 25.4%;
}

@media (min-width: 768px) {
  .l-main {
    padding-top: 80px;
  }
}

@media (max-width: 767px) {
  .l-main {
    padding-top: 30px;
  }
  .l-main__inner {
    padding: 0 16px;
  }
  .l-main__row {
    flex-direction: column;
  }
  .l-main__col.-primary {
    width: 100%;
  }
  .l-main__col.-secondary {
    width: 100%;
  }
}

.l-search__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94%;
  margin: 24px auto 0;
  padding: 16px;
  border-radius: 7px;
  background: #e89322;
  color: #fff;
  font-size: 1.6rem;
}

.l-search__btn::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  background: url(/assets/img/common/ico_search_white.svg);
  width: 16px;
  height: 16px;
  content: "";
}

@media (max-width: 767px) {
  .l-search {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 19;
    width: 92%;
    height: 88%;
    padding: 2em 1em;
    background: #fff;
  }
  .l-search__inner {
    overflow-y: auto;
    height: 100%;
  }
}

.l-search-overlay {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  transition: 0.15s all;
}

.l-search-overlay.-visible {
  visibility: visible;
  opacity: 1;
  position: fixed;
}

.l-search-category {
  margin-bottom: 28px;
  padding: 18px 12px 14px;
  border-radius: 7px;
  background: #DEDCD0;
  word-break: unset;!important
}

.l-search-category__box {
  padding: 16px;
  border-radius: 4px;
  background: #fff;
  word-break: unset;
}

.l-search-category__list > li:not(:first-child) {
  margin-top: .75em;
}

.l-search-category__radio {
  display: flex;
}

.l-search-category__radio input[type="radio"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.l-search-category__radio label {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.4;
  cursor: pointer;
}

.l-search-category__radio label::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 50%;
  border: 1px solid #C3C3C3;
  background: #fff;
}

.l-search-category__radio input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #e89322;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 6px;
}

.l-search-accordion {
  padding: 18px 0;
  border-top: 1px solid #C3C3C3;
}

.l-search-accordion:last-of-type {
  border-bottom: 1px solid #C3C3C3;
}

.l-search-accordion__title {
  position: relative;
  cursor: pointer;
}

.l-search-accordion__title .l-search-heading {
  margin-bottom: 0;
}

.l-search-accordion__title.-disabled {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: default;
}

.l-search-accordion__title.-disabled .l-search-heading {
  color: #A0A0A0;
}

.l-search-accordion__no-select {
  padding: 4px 14px;
  border-radius: 2px;
  border: 1px solid #D6D6D6;
  background: #F4F3F8;
  color: #A0A0A0;
  font-size: 1.3rem;
  font-weight: 500;
}

.l-search-accordion__icon {
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all;
}

.l-search-accordion__icon > span {
  position: absolute;
  right: 6px;
  width: 11px;
  height: 2px;
  background: #707070;
  content: "";
}

.l-search-accordion__icon > span:last-child {
  transform: rotate(90deg);
}

.l-search-accordion__icon.-active > span:last-child {
  display: none;
}

.l-search-accordion__body {
  display: none;
}

.l-search-choice {
  padding-top: 1.25em;
}

.l-search-choice__heading {
  margin: 20px 0 14px;
  padding: 4px 6px;
  background: #707070;
  color: #fff;
}

.l-search-choice__list > li:not(:first-child) {
  margin-top: 1em;
}

.l-search-choice__checkbox {
  display: flex;
}

.l-search-choice__checkbox input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.l-search-choice__checkbox span {
  font-size: 1.3rem;
  line-height: 1.4;
}

.l-search-choice__checkbox label {
  display: flex;
  position: relative;
  font-size: 1.3rem;
  line-height: 1.4;
  cursor: pointer;
}

.l-search-choice__checkbox label::before {
  content: "";
  display: block;
  width: 20px;
  min-width: 20px;
  height: 20px;
  margin-right: 8px;
  border-radius: 3px;
  border: 1px solid #C3C3C3;
  background: #fff;
}

.l-search-choice__checkbox input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  width: 11px;
  height: 8px;
  border-bottom: 2px solid #2f99dd;
  border-left: 2px solid #2f99dd;
  transform: rotate(-45deg);
  position: absolute;
  top: 4px;
  left: 5px;
}

.l-search-heading {
  margin-bottom: 1em;
  color: #707070;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 960px) {
  .l-search-heading {
    font-size: 1.4rem;
  }
}

.l-search-price-range {
  margin-top: 40px;
  padding: 0 25px;
}

.l-search-price-range__input {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  font-size: 1.3rem;
}

.l-search-price-range__input span {
  margin-right: auto;
}

.l-search-price-range__input:first-of-type {
  margin-top: 24px;
}

.l-search-price-range__input:last-of-type {
  margin-bottom: 10px;
}

.l-search-price-range__input input {
  width: 124px;
  margin: 6px;
  padding: 6px;
  border: 1px solid #707070;
  border-radius: 3px;
}

.l-search-price-range__slider {
  height: 3px !important;
  border: 0 !important;
  background: #C3C3C3 !important;
}

.l-search-price-range__slider .ui-slider-handle {
  top: -.7em !important;
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  border: 1px solid #e89322 !important;
  background: #fff !important;
}

.l-search-price-range__slider .ui-widget-header {
  height: 3px !important;
  border: 0 !important;
  background: #e89322 !important;
}

.l-section {
  padding: 20px 24px;
}

.l-section__inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

.l-section__inner.-pt0 {
  padding-top: 0;
}

.l-section__inner + .l-section__inner {
  padding-top: 0;
}

.l-section__inner.-narrow {
  max-width: 800px;
}

@media (max-width: 767px) {
  .l-section {
    padding: 10px 16px 30px;
  }
  .l-section__inner {
    padding: 0px 0;
  }
}

@media (max-width: 767px) {
  .l-main__inner .l-section {
    padding: 0;
  }
}

.l-section-02 {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-02 {
    padding: 0 16px;
  }
}

.l-section-03 {
  max-width: 850px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-03 {
    padding: 0 16px;
  }
}

.l-section-04 {
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-04 {
    padding: 0 16px;
  }
}

.l-section-05 {
  max-width: 960px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-05 {
    padding: 0 16px;
  }
}

.l-section-06 {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .l-section-06 {
    padding: 0 16px;
  }
}

.l-title-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 195px;
  margin-bottom: 60px;
  background: #E0F6FA;
  text-align: center;
}

.l-title-01.-orange {
  background: #faf1e0;
}

.l-title-01__image {
  display: block;
  margin-bottom: 16px;
}

.l-title-01__text {
  font-size: 1.4rem;
  letter-spacing: .25em;
}

@media (max-width: 767px) {
  .l-title-01 {
    height: 125px;
    margin-bottom: 40px;
  }
  .l-title-01__text {
    font-size: 1.2rem;
  }
  .l-title-01__image {
    margin-bottom: 6px;
  }
  .l-title-01__image img {
    height: 15px;
  }
}

.l-title {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 195px;
  margin-bottom: 60px;
  background: #F2F2EF;
  text-align: center;
}

.l-title__text {
  font-size: 2.2rem;
  letter-spacing: .25em;
}

@media (max-width: 767px) {
  .l-title {
    height: 125px;
    margin-bottom: 40px;
  }
  .l-title__text {
    font-size: 1.6rem;
  }
}

/* Component ------------ */
.c-accordion {
  margin-top: -1px;
}

.c-accordion__button {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px 32px 16px 16px;
  position: relative;
  border-top: 1px solid #dbdcdf;
  font-size: 1.8rem;
  line-height: 1.8;
  cursor: pointer;
  transition: background-color .3s;
}

.c-accordion__button:hover, .c-accordion__button:focus {
  background: #eef0f3;
}

.c-accordion__button.-active {
  background: #eef0f3;
}

.c-accordion__icon {
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all;
}

.c-accordion__icon > span {
  position: absolute;
  right: 6px;
  width: 16px;
  height: 2px;
  content: "";
}

.c-accordion__icon > span:last-child {
  transform: rotate(90deg);
}

.c-accordion__icon.-active > span:last-child {
  display: none;
}

.c-accordion__item {
  display: none;
  padding: 24px 0;
  background: #fff;
}

@media (max-width: 767px) {
  .c-accordion__title {
    font-size: 1.4rem;
  }
}

.c-box {
  display: block;
  width: 100%;
  padding: 24px;
}

.c-box.-white {
  background: #fff;
}

.c-box.-gray {
  background: #eef0f3;
}

.c-box.-warning {
  background: #fffedf;
}

.c-box.-danger {
  background: #ffefef;
}

.c-box.-bordered {
  border: 1px solid #dbdcdf;
}

.c-box.-rounded {
  border-radius: 5px;
}

@media (max-width: 767px) {
  .c-box {
    padding: 12px;
  }
}

.c-btn {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #4D4D4D;
  font-size: 1.1rem;
  line-height: 1.4;
  letter-spacing: .15em;
}

.c-btn:hover {
  background: #f1f1f1;
}

.c-btn.-max {
  width: 100%;
}

.c-btn.-large {
  min-width: 300px;
  padding: 12px 16px;
  font-size: 1.4rem;
}

.c-btn.-large.-max {
  min-width: inherit;
}

.c-btn.-gray {
  background: #707070;
  color: #fff;
}

.c-btn.-gray:hover {
  background: #464646;
}

.c-btn.-disabled {
  cursor: default;
  pointer-events: none;
}

.c-btn.-disabled:hover {
  background: inherit;
}

.c-btn.-arrow-right::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  width: 5px;
  height: 9px;
  background: url(/assets/img/common/ico_arrow_right.svg) no-repeat;
  background-size: contain;
  content: "";
}

.c-btn.-arrow-right-white::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  width: 5px;
  height: 9px;
  background: url(/assets/img/common/ico_arrow_right_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

.c-btn.-arrow-bottom::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  width: 9px;
  height: 5px;
  background: url(/assets/img/common/ico_arrow_bottom.svg) no-repeat;
  background-size: contain;
  content: "";
}

.c-btn__icon img {
  vertical-align: middle;
}

.c-btn__icon.-left {
  margin-right: 16px;
}

.c-btn__icon.-fixed-left {
  position: absolute;
  left: 20px;
}

@media (min-width: 768px) {
  .c-btn.-pc-max {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .c-btn.-large {
    font-size: 1.3rem;
  }
}

@media (min-width: 768px) {
  .c-search-btn {
    display: none;
  }
}

@media (max-width: 767px) {
  .c-search-btn {
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 18;
    width: 88px;
    height: 88px;
  }
}

.c-faq + .c-faq {
  margin-top: 20px;
}

.c-faq__q {
  display: flex;
  position: relative;
  padding: 12px 18px;
  background: #EFEFEF;
  cursor: pointer;
}

.c-faq__q .c-faq__icon {
  padding-top: 6px;
}

.c-faq__q p {
  padding-right: 36px;
  line-height: 1.6;
}

.c-faq__a-body {
  display: none;
}

.c-faq__a {
  display: flex;
  padding: 18px;
}

.c-faq__a p {
  margin-top: 0;
}

.c-faq__a p a {
  text-decoration: underline;
}

.c-faq__a p a:hover {
  text-decoration: none;
}

.c-faq__icon {
  margin-right: 20px;
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1;
}

.c-faq__expand-icon {
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all;
}

.c-faq__expand-icon > span {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #707070;
  content: "";
}

.c-faq__expand-icon > span:last-child {
  transform: rotate(90deg);
}

.c-faq__expand-icon.-active > span:last-child {
  display: none;
}

@media (max-width: 767px) {
  .c-faq + .c-faq {
    margin-top: 10px;
  }
  .c-faq__q p {
    padding-right: 26px;
  }
  .c-faq__q, .c-faq__a {
    padding: 12px;
  }
  .c-faq__q p, .c-faq__a p {
    margin: 0;
  }
  .c-faq__icon {
    font-size: 1.6rem;
  }
  .c-faq__expand-icon {
    right: 0;
  }
  .c-faq__expand-icon > span {
    width: 10px;
  }
}

.c-faq-title {
  position: relative;
  margin: 40px 0 20px;
  padding: 16px 20px;
  background: #B7A281;
  color: #fff;
  font-size: 2rem;
}

.c-faq-title::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 32px;
  width: 18px;
  height: 10px;
  background: url(/assets/img/common/ico_arrow_bottom_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media (max-width: 767px) {
  .c-faq-title {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
  .c-faq-title::after {
    right: 20px;
    width: 12px;
    height: 6px;
  }
}

/* c-form
----------------------------------------------------------- */
.c-form {
  padding: 0;
}

.c-form:not(:first-child) {
  margin-top: 40px;
}

.c-form__title {
  margin-bottom: 16px;
  font-size: 1.8rem;
  font-weight: 700;
}

.c-form__required-label {
  margin-left: 8px;
  padding: 4px;
  background: #9F0000;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
}

.c-form__alert {
  margin-bottom: 8px;
  color: #9F0000;
  font-weight: 700;
}

/* c-input
----------------------------------------------------------- */
.c-input label {
  cursor: pointer;
}

.c-input__text {
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #A0A0A0;
}

.c-input__text::-moz-placeholder {
  color: #6f6f6f;
}

.c-input__text:-ms-input-placeholder {
  color: #6f6f6f;
}

.c-input__text::placeholder {
  color: #6f6f6f;
}

.c-input__text:focus {
  background: #fffedf;
}

.c-input__text.-small {
  width: 50%;
}

.c-input__textarea {
  resize: vertical;
  width: 100%;
  padding: 16px 18px;
  border: 1px solid #A0A0A0;
}

.c-input__textarea::-moz-placeholder {
  color: #6f6f6f;
}

.c-input__textarea:-ms-input-placeholder {
  color: #6f6f6f;
}

.c-input__textarea::placeholder {
  color: #6f6f6f;
}

.c-input__textarea:focus {
  background: #fffedf;
}

.c-input__btn-list > li {
  display: inline-block;
  margin-right: 32px;
  line-height: 2.4;
}

.c-input__radio {
  cursor: pointer;
}

.c-input__checkbox {
  cursor: pointer;
}

.c-input__select select {
  width: 50%;
  padding: 12px 18px;
  border: 1px solid #A0A0A0;
  background: #fff;
  cursor: pointer;
}

.c-input.-error * {
  background: #ffefef;
}

@media (max-width: 767px) {
  .c-input__text.-small {
    width: 100%;
  }
  .c-input__select select {
    width: 100%;
  }
}

.c-grid {
  display: flex;
  flex-wrap: wrap;
  margin: -1em -1em 0;
}

.c-grid.-narrow {
  margin: -5px -5px 0;
}

.c-grid.-narrow .c-grid__item {
  padding: 5px;
}

@media (min-width: 768px) {
  .c-grid.-wide {
    margin: -1.5em -1.5em 0;
  }
  .c-grid.-wide .c-grid__item {
    padding: 1.5em;
  }
}

.c-grid__item {
  padding: 12px;
}
.c-grid__item.-col-20 {
  width: 20%;
}
.c-grid__item.-col-1 {
  width: 8.33333%;
}

.c-grid__item.-col-2 {
  width: 16.66667%;
}

.c-grid__item.-col-3 {
  width: 25%;
}

.c-grid__item.-col-4 {
  width: 33.33333%;
}

.c-grid__item.-col-5 {
  width: 41.66667%;
}

.c-grid__item.-col-6 {
  width: 50%;
}

.c-grid__item.-col-7 {
  width: 58.33333%;
}

.c-grid__item.-col-8 {
  width: 66.66667%;
}

.c-grid__item.-col-9 {
  width: 75%;
}

.c-grid__item.-col-10 {
  width: 83.33333%;
}

.c-grid__item.-col-11 {
  width: 91.66667%;
}

.c-grid__item.-col-12 {
  width: 100%;
}

@media (max-width: 767px) {
  .c-grid {
    margin: -8px -8px 0;
  }
  .c-grid__item {
    padding: 8px;
  }
  .c-grid__item.-col-sp-20 {
    width: 20%;
  }
  .c-grid__item.-col-sp-1 {
    width: 8.33333%;
  }
  .c-grid__item.-col-sp-2 {
    width: 16.66667%;
  }
  .c-grid__item.-col-sp-3 {
    width: 25%;
  }
  .c-grid__item.-col-sp-4 {
    width: 33.33333%;
  }
  .c-grid__item.-col-sp-5 {
    width: 41.66667%;
  }
  .c-grid__item.-col-sp-6 {
    width: 50%;
  }
  .c-grid__item.-col-sp-7 {
    width: 58.33333%;
  }
  .c-grid__item.-col-sp-8 {
    width: 66.66667%;
  }
  .c-grid__item.-col-sp-9 {
    width: 75%;
  }
  .c-grid__item.-col-sp-10 {
    width: 83.33333%;
  }
  .c-grid__item.-col-sp-11 {
    width: 91.66667%;
  }
  .c-grid__item.-col-sp-12 {
    width: 100%;
  }
}

.c-heading {
  margin-bottom: 1em;
  font-weight: 400;
  line-height: 1.5;
}

.c-heading.-large {
  font-size: 2.4rem;
}

.c-heading.-medium {
  font-size: 2rem;
}

.c-heading.-small {
  font-size: 1.7rem;
}

.c-heading.-border {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #707070;
}

.c-heading.-center {
  text-align: center;
}

.c-heading.-bold {
  font-weight: 500;
}

@media (max-width: 767px) {
  .c-heading.-large {
    font-size: 1.9rem;
  }
  .c-heading.-medium {
    font-size: 1.7rem;
  }
  .c-heading.-small {
    font-size: 1.4rem;
  }
}

.c-image__caption {
  margin-top: 8px;
  font-size: 1.4rem;
}

.c-label {
  min-width: 78px;
  padding: 8px 12px;
  background: #eef0f3;
  font-size: 1.3rem;
  text-align: center;
  line-height: 1;
}

.c-link {
  text-decoration: underline;
}

.c-link:hover {
  text-decoration: none;
}

.c-list {
  list-style-type: disc;
  padding-left: 1.5em;
}

.c-list > li:not(:first-child) {
  margin-top: 1em;
}

.c-list.-m-s > li:not(:first-child) {
  margin-top: 4px;
}

.c-pagination {
  display: flex;
  margin-top: 24px;
}

.c-pagination__list {
  display: flex;
  margin: 0 auto 20px;
}

.c-pagination__item {
  margin: 0 5px;
}

.c-pagination__item.-current a {
  background: #ACDFD7;
  color: #fff;
  cursor: default;
}

.c-pagination__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #C2C2C2;
  color: #fff;
  font-size: 1.1rem;
}

.c-pagination__link:hover {
  background: #ACDFD7;
  text-decoration: none;
}

.c-pagination__link:focus {
  z-index: 2;
  outline: 0;
}

@media (max-width: 767px) {
  .c-pagination__link {
    width: 32px;
    height: 32px;
    font-size: 1.5rem;
  }
}

.c-section {
  max-width: 1056px;
  margin: 0 auto 56px;
  padding: 0 16px;
}

.c-section.-narrow {
  max-width: 800px;
}

.c-section.-small {
  margin-bottom: 48px;
}

.c-section.-medium {
  margin-bottom: 64px;
}

.c-section.-large {
  margin-bottom: 80px;
}

.c-section.-xlarge {
  margin-bottom: 96px;
}

@media (max-width: 767px) {
  .c-section.-small {
    margin-bottom: 32px;
  }
  .c-section.-medium {
    margin-bottom: 48px;
  }
  .c-section.-large {
    margin-bottom: 56px;
  }
  .c-section.-xlarge {
    margin-bottom: 72px;
  }
}

.c-tabs__list {
  display: flex;
}

.c-tabs__list-item {
  display: block;
  width: calc(100% / 3);
}

.c-tabs__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-align: center;
  line-height: 1.4;
  cursor: pointer;
  transition: background-color .3s;
}

.c-tabs__btn:hover {
  background: #eef0f3;
}

.c-tabs__btn.-active {
  margin-top: -1px;
  border-top: 1px solid #dbdcdf;
  background: #eef0f3;
  pointer-events: none;
}

.c-tabs__panel {
  padding: 32px 0;
  background: #fff;
}

.c-table {
  width: 100%;
}

.c-table th,
.c-table td {
  padding: 12px;
  border: 1px solid #D9D9D9;
  color: #707070;
  font-weight: 500;
  line-height: 1.8;
}

.c-table th {
  background: #F1EFF0;
  text-align: left;
}

.c-table td {
  background: #fff;
}

.c-table td a {
  text-decoration: underline;
}

.c-table td a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .c-table {
    border-bottom: 1px solid #D9D9D9;
  }
  .c-table tr {
    border-top: 1px solid #D9D9D9;
  }
  .c-table th,
  .c-table td {
    font-size: 1.3rem;
  }
}

.c-table-plane {
  width: 100%;
}

.c-table-plane th,
.c-table-plane td {
  padding: 16px;
  background: #fff;
  line-height: 1.8;
}

.c-table-plane th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}

.c-table-plane tbody th {
  width: 20%;
}

@media (max-width: 767px) {
  .c-table-plane tbody th,
  .c-table-plane tbody td {
    padding: 8px;
    font-size: 1.3rem;
  }
}

.c-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.c-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Pages ------------ */
.about-main {
  position: relative;
  margin-bottom: 80px;
}

.about-main__image {
  position: absolute;
}

@media (min-width: 768px) {
  .about-main__image.-img01 {
    top: -120px;
    left: 20px;
    width: 12vw;
  }
  .about-main__image.-img02 {
    top: 88%;
    left: 0;
    width: 20vw;
  }
  .about-main__image.-img03 {
    right: 8%;
    bottom: -26%;
    width: 20vw;
  }
}

@media (max-width: 767px) {
  .about-main__image {
    overflow: hidden;
  }
  .about-main__image.-img01 {
    display: none;
  }
  .about-main__image.-img02 {
    top: 88%;
    left: 0;
    width: 40%;
  }
  .about-main__image.-img03 {
    right: -20px;
    bottom: -10%;
    width: 30%;
  }
}

.about-illust-01 {
  position: absolute;
  top: 50vw;
  right: -80px;
}

@media (max-width: 767px) {
  .about-illust-01 {
    display: none;
  }
}

.about-illust-02 {
  width: 60%;
  margin-right: -50px;
  margin-bottom: 40px;
  margin-left: auto;
}

@media (min-width: 768px) {
  .about-illust-02 {
    display: none;
  }
}

.about-logo {
  position: relative;
  margin: auto;
  text-align: center;
}

@media (max-width: 767px) {
  .about-logo {
    width: 70%;
  }
  .about-logo__image {
    position: absolute;
    top: 50px;
    right: -80px;
    width: 44%;
    z-index: -1;
  }
}

.about-intro {
  margin: 60px 0 120px;
  position: relative;
}

.about-intro__title {
  margin-bottom: 40px;
  font-size: 2.6rem;
  text-align: center;
}

.about-intro__text {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.about-intro__image {
  position: absolute;
}

@media (min-width: 768px) {
  .about-intro__image.-img01 {
    top: -120px;
    right: -20px;
    width: 12vw;
  }
  .about-intro__image.-img02 {
    top: 40%;
    right: 30px;
    width: 10vw;
  }
}

@media (max-width: 767px) {
  .about-intro {
    margin-bottom: 0;
  }
  .about-intro__title {
    font-size: 1.8rem;
  }
  .about-intro__text {
    text-align: left;
    font-size: 1.4rem;
    font-weight: 400;
  }
}

.about-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.about-section p {
  margin-top: 0;
}

.about-section__text {
  width: 51%;
}

.about-section__image {
  width: 45%;
}

@media (max-width: 767px) {
  .about-section {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .about-section__text {
    width: 100%;
    margin: 12px 0;
  }
  .about-section__image {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .about-section.-sp-reverse {
    flex-direction: column-reverse;
  }
}

.about-video {
  max-width: 640px;
  margin: 0 auto 80px;
}

.article-main {
  background: #F4EEEA;
}

.article-main__inner {
  max-width: 1000px;
  margin: 60px auto 0;
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .article-main {
    background: #fff;
  }
  .article-main__inner {
    margin-top: 30px;
    padding-bottom: 60px;
  }
}

@media (min-width: 768px) {
  @supports (display: grid) {
    .article-list {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
      -ms-grid-rows: 280px 280px 280px;
      grid-template-rows: 280px 280px 280px;
      grid-gap: 20px;
    }
    .article-list > li:first-child {
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
      grid-column: 1 / 3;
      -ms-grid-row: 1;
      -ms-grid-row-span: 2;
      grid-row: 1 / 3;
    }
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .article-list {
    display: flex;
    flex-wrap: wrap;
  }
  .article-list > li {
    width: 24%;
  }
  .article-list > li:not(:first-child) {
    margin-left: 1%;
  }
  .article-list > li:nth-child(4n) {
    margin-left: 0;
  }
  .article-list > li:nth-child(n + 4) {
    margin-top: 1%;
  }
  .article-list > li:first-child {
    width: 49%;
  }
}

@media (max-width: 767px) {
  .article-list > li:not(:first-child) {
    margin-top: 16px;
  }
}

.article-list-header {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}

.article-list-header__select {
  position: relative;
}

.article-list-header__select::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 16px;
  background: url(/assets/img/common/ico_arrow_bottom.svg) no-repeat;
  width: 14px;
  height: 8px;
  content: "";
}

.article-list-header__select select {
  width: 246px;
  padding: 12px 16px;
  border-radius: 5px;
  border: 1px solid #707070;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.article-list-header__tags {
  display: flex;
  align-items: center;
}

.article-list-header__tag-list {
  display: flex;
  flex-wrap: wrap;
}

.article-list-header__tag-title {
  width: 184px;
  margin: 0 20px 0 26px;
  padding: 8px 16px;
  border-radius: 50px;
  background: #A2A2A2;
  color: #fff;
  font-size: 1.2rem;
}

.article-list-header__tag {
  margin-right: 2em;
  font-size: 1.2rem;
  text-decoration: underline;
}

.article-list-header__tag:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .article-list-header {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .article-list-header__tags {
    flex-direction: column;
    align-items: flex-start;
  }
  .article-list-header__tag-title {
    margin: 16px 0 8px;
  }
  .article-list-header__tag {
    margin: 4px 8px;
  }
}

.article-card {
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
}

.article-card a:hover .article-card__text {
  text-decoration: underline;
}

@media (min-width: 768px) {
  .article-card__image {
    height: 0;
    padding-bottom: 58.5%;
  }
  .article-card__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.article-card__image {
  display: block;
  overflow: hidden;
  position: relative;
}

.article-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
  transition: all 0.3s ease-in-out;
}

.article-card__summary {
  padding: 1.2em;
}

.article-card__summary p {
  color: #615346;
  line-height: 1.5;
}

.article-card__title {
  font-size: 1.6rem;
}

.article-card__text {
  font-size: 1.4rem;
}

.article-card__header {
  display: flex;
  justify-content: space-between;
}

.article-card__header span {
  color: #aa9581;
  font-size: 1.2rem;
  line-height: 1em;
}

@media (max-width: 767px) {
  .article-card__body {
    display: flex;
  }
  .article-card__image {
    width: 136px;
    min-width: 136px;
    height: 100px;
    min-height: 100px;
  }
}

.article-large-card {
  height: 100%;
  padding: 10px 13px;
}

.article-large-card .article-card__image {
  width: auto;
  min-width: auto;
  height: 0;
  min-height: 0;
  padding-bottom: 58.5%;
}

.article-large-card .article-card__image img {
  position: absolute;
  top: 0;
  left: 0;
}

.article-large-card__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 5px 5px 0 0;
  border: 1px solid #d5c599;
}

.article-large-card__inner::before, .article-large-card__inner::after {
  position: absolute;
  bottom: -8px;
}

.article-large-card__inner::before {
  left: 0;
  content: url(/assets/img/common/ico_bottomLeft.png);
}

.article-large-card__inner::after {
  right: 0;
  content: url(/assets/img/common/ico_bottomRight.png);
}

@media (max-width: 767px) {
  .article-large-card {
    padding: 0;
  }
}

.article-letter-item {
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  padding: 10px;
  border-radius: 0 0 5px 5px;
  background-color: #f3f2ee;
}

.article-letter-item:hover .article-letter-item__title {
  text-decoration: underline;
}

.article-letter-item__summary {
  color: #534132;
}

.article-letter-item__summary p {
  margin: 0;
}

.article-letter-item__title {
  position: relative;
  font-size: 1.6rem;
}

.article-letter-item__title::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -12px;
  width: 4px;
  height: 6px;
  background: url(/assets/img/common/ico_next.png) no-repeat;
  content: "";
}

.article-letter-item__sub-title {
  font-size: 1.2rem;
}

.article-letter-item__image {
  overflow: hidden;
  width: 20%;
}

@media (max-width: 767px) {
  .article-letter-item__summary {
    width: 60%;
    margin-right: 10px;
  }
  .article-letter-item__title {
    padding: 6px 6px 0 0;
    font-size: 1.5rem;
  }
  .article-letter-item__title::after {
    right: 0;
  }
  .article-letter-item__image {
    width: 40%;
  }
}

.article-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  padding: 3em 24px 100px;
}

.article-wrap__main {
  width: 70.5%;
}

.article-wrap__sub {
  align-self: flex-start;
  width: 26%;
  padding: 1.5em;
  background: #fff;
}

@media (max-width: 767px) {
  .article-wrap {
    flex-direction: column;
    padding: 0;
  }
  .article-wrap__main {
    width: 100%;
  }
  .article-wrap__sub {
    width: 100%;
    padding-bottom: 40px;
  }
}

.article-page-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.article-page-nav a {
  position: relative;
}

.article-page-nav a::before, .article-page-nav a::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 6px;
  height: 12px;
}

.article-page-nav__prev {
  padding-left: 16px;
}

.article-page-nav__prev::before {
  left: 0;
  background: url(/assets/img/common/ico_arrow_left_02.svg) no-repeat;
  content: "";
}

.article-page-nav__next {
  padding-right: 16px;
}

.article-page-nav__next::after {
  right: 0;
  background: url(/assets/img/common/ico_arrow_right_02.svg) no-repeat;
  content: "";
}

@media (max-width: 767px) {
  .article-page-nav {
    padding: 0 20px 40px;
  }
}

.article {
  padding: 3.3em;
  background: #fff;
}

.article__header {
  margin-bottom: 2em;
}

.article__info {
  display: flex;
  align-items: center;
  margin-bottom: 1.5em;
}

.article__date {
  margin-right: 2em;
  font-size: 1.2rem;
}

.article__category {
  margin-right: 6px;
  padding: 6px 12px;
  border-radius: 2px;
  background: #B7A281;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
}

.article__title {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4;
}

.article__body a {
  text-decoration: underline;
}

.article__body a:hover {
  text-decoration: none;
}

.article__body h2,
.article__body h3,
.article__body h4,
.article__body h5 {
  margin: 2.5em 0 1.5em;
  font-weight: 500;
  line-height: 1.4;
}

.article__body h2 {
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
  font-size: 2.4rem;
}

.article__body h3 {
  font-size: 2rem;
}

.article__body h4 {
  font-size: 1.7rem;
}

.article__body h5 {
  font-size: 1.5rem;
}

.article__body p {
  margin: 2em 0;
}

.article__body b,
.article__body strong {
  font-weight: 700;
}

.article__body ul li {
  position: relative;
  padding-left: 24px;
}

.article__body ul li:not(:first-child) {
  margin-top: 1.25em;
}

.article__body ul li::before {
  position: absolute;
  top: .65em;
  left: 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #B7A281;
  content: "";
}

.article__body ol {
  counter-reset: orderedlist;
}

.article__body ol li {
  position: relative;
  padding-left: 24px;
}

.article__body ol li:not(:first-child) {
  margin-top: 1.25em;
}

.article__body ol li::before {
  position: absolute;
  top: -2px;
  left: 0;
  color: #B7A281;
  font-size: 1.8rem;
  font-weight: 700;
  counter-increment: orderedlist;
  content: counter(orderedlist) ".";
}

.article__body table th,
.article__body table td {
  padding: 12px 16px;
  border: 1px solid #d6d0bd;
  font-size: 1.4rem;
  line-height: 1.6;
  vertical-align: top;
}

.article__body table th h3,
.article__body table th h4,
.article__body table th h5,
.article__body table td h3,
.article__body table td h4,
.article__body table td h5 {
  margin-top: 8px;
}

.article__body table th {
  background: #F2F2EF;
  font-weight: 500;
}

.article__body table td {
  background: #fff;
}

.article__body table tbody th {
  width: 25%;
}

@media (max-width: 767px) {
  .article__body table tbody th,
  .article__body table tbody td {
    padding: 8px;
    font-size: 1.2rem;
  }
}

@media (max-width: 767px) {
  .article {
    padding: 40px 20px 20px;
  }
  .article__title {
    font-size: 1.8rem;
  }
  .article__category {
    font-size: 1.1rem;
  }
  .article__body h2 {
    font-size: 1.8rem;
  }
  .article__body h3 {
    font-size: 1.6rem;
  }
  .article__body h4 {
    font-size: 1.4rem;
  }
  .article__body h5 {
    font-size: 1.2rem;
  }
  .article__body ul li {
    padding-left: 14px;
  }
  .article__body ul li::before {
    width: 6px;
    height: 6px;
  }
  .article__body ol li {
    padding-left: 20px;
  }
  .article__body ol li::before {
    font-size: 1.5rem;
  }
}

.article-sub__recent-list > li:not(:first-child) {
  margin-top: 20px;
}

.article-sub__card {
  display: flex;
}

.article-sub__card p {
  margin-top: 0;
  line-height: 1.5;
}

.article-sub__card:hover {
  text-decoration: underline;
}

.article-sub__image {
  width: 98px;
  min-width: 98px;
  margin-right: 16px;
}

.article-sub__title {
  margin-bottom: 1em;
  padding-bottom: 6px;
  border-bottom: 1px solid #707070;
  font-size: 1.7rem;
  font-weight: 500;
}

.article-category {
  margin: 3em 0;
}

.article-category__title {
  margin-bottom: 0;
}

.article-category__item {
  display: flex;
  align-items: center;
  padding-left: 4px;
  border-bottom: 1px solid #B9B9B9;
}

.article-category__item a {
  display: block;
  position: relative;
  width: 100%;
  padding: 16px;
  line-height: 1.4;
}

.article-category__item a:hover {
  text-decoration: underline;
}

.article-category__item a::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 6px;
  height: 12px;
  background: url(/assets/img/common/ico_arrow_right_02.svg) no-repeat;
  content: "";
}

.article-bnrs {
  text-align: center;
}

.article-bnrs a {
  display: block;
}

.article-bnrs a:not(:first-child) {
  margin-top: 16px;
}

.atelier-title {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 945px;
  margin: 40px auto;
  background: url(/assets/img/atelier/img_atelier_01.png) no-repeat;
  height: 200px;
  text-align: center;
}

@media (max-width: 767px) {
  .atelier-title {
    align-items: flex-end;
    height: 140px;
    margin: 20px auto;
    background-size: contain;
  }
  .atelier-title .c-heading {
    margin-bottom: 0;
  }
}

.atelier-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px;
}

.atelier-section p {
  margin-top: 0;
}

.atelier-section__text {
  width: 51%;
}

.atelier-section__image {
  width: 45%;
}

@media (max-width: 767px) {
  .atelier-section {
    flex-direction: column;
    margin-bottom: 50px;
  }
  .atelier-section__text {
    width: 100%;
    margin: 12px 0;
  }
  .atelier-section__image {
    width: 100%;
  }
}

.atelier-large-image {
  margin-bottom: 90px;
}

@media (max-width: 767px) {
  .atelier-large-image {
    margin: 0 -16px 50px -16px;
  }
}

@media (min-width: 768px) {
  .atelier-img-01 {
    margin-left: -18%;
  }
}

@media (min-width: 768px) {
  .atelier-img-02 {
    margin-left: -20%;
  }
}

@media (min-width: 768px) {
  .atelier-img-03 {
    margin-right: -10%;
  }
}

.atelier-profile {
  padding: 70px 24px;
  background: #EFF8F6;
}

.atelier-profile__inner {
  display: flex;
  max-width: 850px;
  margin: auto;
}

.atelier-profile__image {
  min-width: 235px;
  margin-left: 20px;
}

.atelier-profile__position {
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .atelier-profile {
    padding: 40px 16px;
  }
  .atelier-profile__inner {
    flex-direction: column;
  }
  .atelier-profile__sp-profile {
    display: flex;
    margin-bottom: 20px;
  }
  .atelier-profile__image {
    width: 112px;
    min-width: 112px;
    margin-left: 20px;
  }
  .atelier-profile__position {
    font-size: 1.1rem;
  }
  .atelier-profile__btn {
    text-align: center;
  }
}

.collabo-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  margin-bottom: 4em;
  background: url(/assets/img/collaboration/bg_main.png) no-repeat center/cover;
  text-align: center;
}

.collabo-title__inner {
  padding: 24px;
}

.collabo-title h1 {
  margin-bottom: 48px;
}

.collabo-title h1 img {
  width: 54%;
}

.collabo-title p {
  text-align: center;
}

.collabo-title__illust {
  position: absolute;
  bottom: -24%;
  left: 4%;
}

@media (max-width: 767px) {
  .collabo-title {
    background: url(/assets/img/collaboration/bg_main_sp.png) no-repeat center/cover;
    height: 460px;
  }
  .collabo-title p {
    text-align: left;
  }
  .collabo-title__illust {
    display: none;
  }
}

.collabo-main {
  background: url(/assets/img/collaboration/bg_illust.png) no-repeat center;
  background-position-y: 780px;
}

.collabo-title-01 {
  max-width: 480px;
  margin: 0 auto;
  padding: 10px;
  background: #707070;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .2em;
}

.collabo-title-01.-small {
  max-width: 380px;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .collabo-title-01 {
    font-size: 1.3rem;
  }
}

.collabo-list {
  margin: 4em 0;
}

.collabo-list__item:not(:first-child) {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .collabo-list__item:not(:first-child) {
    margin-top: 50px;
  }
}

.collabo-item {
  display: flex;
  justify-content: space-between;
}

.collabo-item__image {
  width: 37%;
}

.collabo-item__main {
  width: 60%;
}

.collabo-item__title {
  margin-bottom: 1em;
  padding-bottom: 12px;
  border-bottom: 1px solid #707070;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

.collabo-item__date {
  margin: 2em 0;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .collabo-item {
    flex-direction: column;
  }
}

.collabo-item__title {
  font-size: 1.5rem;
}

.collabo-item__image {
  width: 100%;
  margin-bottom: 20px;
  text-align: center;
}

.collabo-item__image img {
  width: 60%;
}

.collabo-item__main {
  width: 100%;
}

.collabo-item__main a {
  margin: auto;
}

.collabo-item__btn {
  text-align: center;
}

.flow-wrap {
  overflow: inherit;
}

.flow-section {
  display: flex;
}

.flow-section__main-title {
  margin-bottom: 1em;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
  font-size: 4.2rem;
  line-height: 1.5;
}

.flow-section__main-title span {
  font-size: 2.8rem;
}

.flow-section__title {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  margin-bottom: 1.3em;
  background: #fff;
  font-size: 2.6rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .flow-section__image {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 42.8%;
    min-width: 368px;
    height: 100vh;
    overflow: hidden;
  }
  .flow-section__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: 'object-fit: cover;';
  }
  .flow-section__text {
    max-width: 575px;
    min-height: 105vh;
    margin-left: 3%;
    padding: 40px 24px 40px 0;
    background: #fff;
  }
  .flow-section__text p {
    margin: 2em 0;
  }
}

@media (max-width: 767px) {
  .flow-section {
    flex-direction: column;
    margin-bottom: 20px;
    padding: 0 16px 40px;
  }
  .flow-section__main-title {
    display: flex;
    justify-content: center;
    font-size: 2.1rem;
  }
  .flow-section__main-title span {
    font-size: 1.4rem;
  }
  .flow-section__title {
    font-size: 1.5rem;
    text-align: center;
  }
  .flow-section__image {
    margin-right: -16px;
    margin-left: -16px;
  }
  .flow-section__text {
    margin-top: 24px;
  }
  .flow-section__text p {
    margin: 1.5em 0;
  }
}

.gift-check {
  max-width: 730px;
  margin: 0 auto 80px;
}

.gift-check__list > li {
  position: relative;
  padding-left: 30px;
  font-size: 1.6rem;
}

.gift-check__list > li:not(:first-child) {
  margin-top: 1em;
}

.gift-check__list > li::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  width: 17px;
  height: 16px;
  background: url(/assets/img/giftwrapping/ico_check_pink.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media (max-width: 767px) {
  .gift-check {
    margin-bottom: 40px;
  }
  .gift-check__list > li {
    font-size: 1.4rem;
  }
}

.gift-item__name {
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
}

.gift-item__description {
  margin-top: 4px;
  font-size: 1.3rem;
}

.gift-item__btn {
  margin-top:15px;
  text-align: center;
}

@media (max-width: 767px) {
  .gift-item {
    padding-top: 16px;
    border-top: 1px solid #707070;
  }
  .gift-item__name {
    font-size: 1.4rem;
    text-align: left;
  }
  .gift-item__description {
    font-size: 1.2rem;
  }
}

.gift-container {
  padding: 80px;
  background: #F3F2ED;
}

@media (max-width: 767px) {
  .gift-container {
    padding: 32px 0;
  }
}

.gift-section {
  padding: 3em;
  background: #fff;
}

.gift-section + .gift-section {
  margin-top: 40px;
}

.gift-section__body {
  display: flex;
  justify-content: space-between;
}

.gift-section__body + .gift-section__body {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #707070;
}

.gift-section__body.-noshi {
  margin-top: 3em;
  padding-top: 3em;
  border-top: 1px solid #707070;
}

.gift-section__header {
  margin-bottom: 2em;
  padding-bottom: 1.5em;
  border-bottom: 1px solid #707070;
}

.gift-section__main-title {
  font-size: 2.3rem;
  font-weight: 500;
  text-align: center;
}

.gift-section__category {
  padding: 6px 16px;
  background: #F4EEC0;
  font-size: 1.5rem;
  font-weight: 500;
  margin-right: 8px;
}

.gift-section__choice {
  margin-top: 16px;
  text-align: center;
}

.gift-section__choice strong {
  margin-right: 8px;
  font-size: 1.8rem;
  font-weight: 500;
}

.gift-section__image {
  width: 61%;
}

.gift-section__text {
  width: 34%;
}

.gift-section__title {
  max-width: 212px;
  padding: 6px 16px;
  background: #F4EEC0;
  font-size: 1.5rem;
  font-weight: 500;
}

.gift-section__copy {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
}

.gift-section__price {
  margin-top: 1.5em;
}

.gift-section__price p {
  line-height: 1.5;
}

.gift-section__price span {
  font-size: 1.2rem;
}

.gift-section__price strong {
  font-size: 1.9rem;
  font-weight: 400;
}

.gift-section__description {
  font-size: 1.4rem;
  line-height: 1.6;
}

.gift-section__housou {
  max-width: 700px;
  margin: auto;
}

.gift-section__housou .c-grid p {
  margin-top: 0;
}

@media (max-width: 767px) {
  .gift-section {
    padding: 32px 16px;
  }
  .gift-section__body {
    flex-direction: column;
  }
  .gift-section__choice {
    margin-top: 12px;
    line-height: 1.8;
  }
  .gift-section__choice strong {
    margin-right: 4px;
    font-size: 1.4rem;
  }
  .gift-section__category {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .gift-section__main-title {
    font-size: 1.8rem;
  }
  .gift-section__title {
    width: 100%;
    max-width: inherit;
    font-size: 1.3rem;
    text-align: center;
  }
  .gift-section__copy {
    font-size: 1.5rem;
  }
  .gift-section__image {
    width: 100%;
    margin-bottom: 24px;
  }
  .gift-section__text {
    width: 100%;
  }
}

.gift-noshi {
  margin-bottom: 80px;
  padding: 50px 24px;
}

.gift-noshi__inner {
  max-width: 700px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .gift-noshi {
    padding: 32px 16px;
  }
}

.guide-nav-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.guide-nav-link__item {
  width: 49%;
}

.guide-nav-link__item a {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 16px;
  background: #B7A281;
  color: #fff;
  font-size: 1.9rem;
  font-weight: 500;
}

.guide-nav-link__item a::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 20px;
  width: 14px;
  height: 7px;
  background: url(/assets/img/common/ico_arrow_bottom_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

.guide-nav-link__icon {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .guide-nav-link__item:nth-child(n + 3) {
    margin-top: 2%;
  }
  .guide-nav-link__icon {
    margin-right: 12px;
  }
  .guide-nav-link__icon.-cart {
    height: 28px;
  }
  .guide-nav-link__icon.-cart img {
    width: 28px;
    height: 28px;
  }
}

@media (max-width: 767px) {
  .guide-nav-link {
    flex-direction: column;
  }
  .guide-nav-link__icon {
    width: 20px;
    height: 20px;
    margin-right: 12px;
  }
  .guide-nav-link__item {
    width: 100%;
  }
  .guide-nav-link__item:not(:first-child) {
    margin-top: 14px;
  }
  .guide-nav-link__item a {
    font-size: 1.4rem;
  }
}

.guide-heading {
  position: relative;
  display: flex;
  align-items: center;
  margin: 40px 0 20px;
  padding: 16px 20px;
  background: #B7A281;
  color: #fff;
}

.guide-heading__icon {
  margin-right: 12px;
}

.guide-heading__icon.-cart {
  height: 28px;
}

.guide-heading__icon.-cart img {
  width: 28px;
  height: 28px;
}

.guide-heading__text {
  font-size: 2rem;
}

@media (max-width: 767px) {
  .guide-heading {
    padding: 12px 16px;
  }
  .guide-heading__icon {
    width: 20px;
    height: 20px;
  }
  .guide-heading__text {
    font-size: 1.4rem;
  }
}

.guide-content h3 {
  margin-top: 2.5em;
}

.guide-content p {
  margin: 1.5em 0;
}

.guide-content p a {
  text-decoration: underline;
}

.guide-content p a:hover {
  text-decoration: none;
}

.news-list {
  border-top: 1px solid #dbdcdf;
}

.point-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 640px;
  margin: 3em auto;
}

.point-link__item {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32%;
  text-align: center;
}

.point-link__item::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 10px;
  background: url(/assets/img/common/ico_arrow_bottom.svg) no-repeat;
  width: 16px;
  height: 8px;
  content: "";
}

.point-link__item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 200px;
  padding: 20px;
  border: 1px solid #707070;
  font-weight: 500;
}

.point-link__item a:hover {
  background: #F9F8F1;
}

.point-link__item a img {
  display: block;
  margin: 0 auto 10px;
}

.point-link__item a p {
  line-height: 1.5;
}

.point-link__item.-current {
  background: #F9F8F1;
}

@media (max-width: 767px) {
  .point-link {
    flex-direction: column;
  }
  .point-link__item {
    width: 100%;
    margin-top: 16px;
  }
  .point-link__item::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 16px;
    left: unset;
  }
  .point-link__item a {
    min-height: 70px;
    padding: 12px 20px;
  }
  .point-link__item a div {
    width: 100%;
  }
  .point-link__item a p {
    margin-top: 0;
  }
  .point-link__item a img {
    width: 30px;
    margin: 0;
    float: left;
  }
}

.point-app {
  display: flex;
  justify-content: center;
  margin-bottom: 4em;
}

.point-app__title {
  position: relative;
  margin-bottom: 10px;
  padding: 0 16px;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}

.point-app__title::before, .point-app__title::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 7px 0 7px;
  border-color: #464646 transparent transparent transparent;
  content: "";
}

.point-app__title::before {
  left: 0;
}

.point-app__title::after {
  right: 0;
}

.point-section {
  margin-bottom: 72px;
}

.point-section__title {
  margin: 2.5em 0 1.5em;
  padding: 12px;
  background: #F9F8F1;
  font-size: 2.3rem;
  text-align: center;
}

@media (max-width: 767px) {
  .point-section {
    margin-bottom: 40px;
  }
  .point-section__title {
    font-size: 1.5rem;
  }
}

.point-faq-title {
  position: relative;
  margin: 40px 0 20px;
  padding: 16px 20px;
  background: #B7A281;
  color: #fff;
  font-size: 2rem;
}

.point-faq-title::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 32px;
  width: 18px;
  height: 10px;
  background: url(/assets/img/common/ico_arrow_bottom_white.svg) no-repeat;
  background-size: contain;
  content: "";
}

@media (max-width: 767px) {
  .point-faq-title {
    padding: 12px 16px;
    font-size: 1.4rem;
  }
  .point-faq-title::after {
    right: 20px;
    width: 12px;
    height: 6px;
  }
}

.point-faq + .point-faq {
  margin-top: 20px;
}

.point-faq__q {
  display: flex;
  position: relative;
  padding: 18px;
  background: #EFEFEF;
  cursor: pointer;
}

.point-faq__q p {
  padding-right: 36px;
  line-height: 1.6;
}

.point-faq__a-body {
  display: none;
}

.point-faq__a {
  display: flex;
  padding: 18px;
}

.point-faq__icon {
  margin-right: 20px;
  font-size: 3.5rem;
  font-weight: 300;
}

.point-faq__expand-icon {
  right: 12px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: 0.3s all;
}

.point-faq__expand-icon > span {
  position: absolute;
  right: 20px;
  width: 20px;
  height: 1px;
  background: #707070;
  content: "";
}

.point-faq__expand-icon > span:last-child {
  transform: rotate(90deg);
}

.point-faq__expand-icon.-active > span:last-child {
  display: none;
}

@media (max-width: 767px) {
  .point-faq + .point-faq {
    margin-top: 10px;
  }
  .point-faq__q p {
    padding-right: 26px;
  }
  .point-faq__q, .point-faq__a {
    padding: 12px;
  }
  .point-faq__q p, .point-faq__a p {
    margin: 0;
  }
  .point-faq__icon {
    font-size: 1.6rem;
  }
  .point-faq__expand-icon {
    right: 0;
  }
  .point-faq__expand-icon > span {
    width: 10px;
  }
}

.faq-contact-btn {
  position: relative;
  height: 56px;
}

.faq-contact-btn::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 16px;
  width: 18px;
  height: 13px;
  background: url(/assets/img/common/ico_email.svg) no-repeat;
  background-size: contain;
  content: "";
}

.products-main {
  max-width: 1048px;
  margin: 0 auto 36px;
}
@media (max-width: 767px) {
.products-main {
  margin: 0 auto 0;
}
}

.products-heading {
  margin-bottom: 1em;
  font-size: 1.5rem;
}

.products-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding: .5em 1em;
  background: #8F8F8F;
}

.products-header__search {
  display: flex;
  align-items: center;
}

.products-header__count {
  color: #fff;
  font-size: 1.2rem;
}

.products-header__count span {
  font-size: 1.6rem;
}

.products-header__select select {
  padding: 4px 8px;
  border: 0;
  border-radius: 100px;
  background: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.products-header__check {
  margin-right: 18px;
}

.products-header__check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.products-header__check label {
  display: flex;
  align-items: center;
  position: relative;
  margin-right: 16px;
  color: #fff;
  font-size: 1.2rem;
  cursor: pointer;
}

.products-header__check label::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  border-radius: 50%;
  background: #fff;
}

.products-header__check input[type="checkbox"]:checked + label::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background: #ACDFD7;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 5px;
}

.products-item-list {
  margin-bottom: 48px;
}

.products-item__link {
  display: block;
  padding-bottom: 1em;
}

.products-item__link img {
  width: 100%;
}

.products-item__link:hover img {
  opacity: .7;
}

.products-item__link p {
  font-size: 1.2rem;
  line-height: 1.5;
}

.products-item__link > div {
  position: relative;
}

.products-item__link > div .soldout {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  top: 50%;
  left: 0%;
  z-index: 2;
  width: 100%;
  height: 26px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
}

.products-item .c-btn:hover {
  background: #e89322;
  border: 1px solid #e89322;
  color: #fff;
}

.products-choice-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .products-choice-list__item {
    width: 48%;
  }
  .products-choice-list__item:nth-child(2n) {
    margin-left: 4%;
  }
  .products-choice-list__item:nth-child(n + 3) {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .products-choice-list__item {
    width: 100%;
  }
  .products-choice-list__item:not(:first-child) {
    margin-top: 16px;
  }
}

.c-pagination + .products-choice-list {
  margin: 60px 0 0;
}

.products-choice__body {
  display: none;
}

.products-choice__image {
  min-width: 128px;
  min-height: 120px;
}

@media (max-width: 960px) {
  .products-choice__image {
    min-width: 100px;
    min-height: 100px;
  }
  .products-choice__image img {
    width: 100px;
  }
}

.products-choice__title {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  height: 120px;
  background: #D3C4AD;
  color: #fff;
  cursor: pointer;
}

@media (max-width: 960px) {
  .products-choice__title {
    height: 90px;
  }
}

.products-choice__title p {
  position: relative;
  margin: 0;
  padding: 20px;
  padding-right: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}

@media (max-width: 960px) {
  .products-choice__title p {
    padding-top: 12px;
    font-size: 1.5rem;
  }
}

.products-choice__title p::after {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 20px;
  height: 10px;
  background: url(/assets/img/common/ico_arrow_bottom_white.svg) no-repeat;
  background-size: contain;
  transition: 0.3s all;
  content: "";
}

.products-choice__title.-active p::after {
  transform: rotate(180deg);
}

.products-choice__list {
  padding: 8px 0 0 6px;
}

.products-choice__list > li {
  position: relative;
  margin-top: 1em;
  padding-left: 1em;
}

.products-choice__list > li::before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  background: url(/assets/img/common/ico_arrow_right.svg) no-repeat;
  width: 6px;
  height: 12px;
  content: "";
}

@media (max-width: 767px) {
  .products-choice__title {
    overflow: hidden;
    align-items: center;
    height: 88px;
  }
  .products-choice__title p {
    padding-left: 40px;
    font-size: 1.7rem;
  }
  .products-choice__title p::after {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    left: 14px;
    width: 14px;
    height: 8px;
  }
  .products-choice__image {
    max-width: 90px;
    max-height: 100px;
    min-height: 100px;
  }
}

.products-detail {
  padding: 60px 0 40px;
  color: #5e4132;
}

@media (max-width: 767px) {
  .products-detail {
    padding: 20px 0;
  }
}

.products-detail__description {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #5e4132;
}

.products-detail__description p {
  font-size: 1.2rem;
}

.products-detail__price {
  margin-bottom: 2em;
  font-size: 1.3rem;
}

.products-detail__price .price {
  font-size: 2rem;
}

.products-detail__price .point {
  color: #D73310;
}

.products-detail__image {
  width: 45%;
}

@media (max-width: 767px) {
  .products-detail__image {
    width: 100%;
  }
}

.products-detail__wrapping {
  margin-bottom: 2em;
  padding: 10px 10px 10px 20px;
  background: #F2F2F2;
}

.products-detail__wrapping-select {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.2rem;
}

.products-detail__wrapping-select a {
  margin-left: 20px;
  text-decoration: underline;
}

.products-detail__wrapping-select a:hover {
  text-decoration: none;
}

.products-detail__wrapping-select:not(:first-child) {
  margin-top: 4px;
}

.products-detail__wrapping-select dt {
  width: 45%;
}

.products-detail__wrapping-select dd {
  width: 55%;
}

.products-detail__wrapping-select .select {
  position: relative;
}

.products-detail__wrapping-select .select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 10px;
  border: 0;
  background: #E5DFDA;
  cursor: pointer;
}

.products-detail__wrapping-select .select::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  border-color: #000 transparent transparent transparent;
  content: "";
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-detail__wrapping-select .select::after {
    content: none;
  }
}

.products-detail__wrapping-select input[type="text"] {
  width: 100%;
  padding: 10px;
  border: 0;
}

@media (max-width: 767px) {
  .products-detail__wrapping-select {
    flex-direction: column;
    align-items: flex-start;
  }
  .products-detail__wrapping-select + .products-detail__wrapping-select {
    margin-top: 14px;
  }
  .products-detail__wrapping-select dt,
  .products-detail__wrapping-select dd {
    width: 100%;
  }
  .products-detail__wrapping-select dt {
    margin-bottom: 6px;
  }
  .products-detail__wrapping-select input[type="text"] {
    padding: 12px;
  }
}

.products-detail__wrapping-select .select select {
  padding: 14px;
}

.products-detail__text {
  width: 50%;
}

@media (max-width: 767px) {
  .products-detail__text {
    width: 100%;
  }
}

.products-detail__heading {
  margin-bottom: 1.5em;
  font-size: 2.1rem;
  line-height: 1.4;
}

@media (max-width: 767px) {
  .products-detail__heading {
    font-size: 1.7rem;
  }
}

@media (min-width: 768px) {
  .products-detail__item-count {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 20px 20px;
    grid-template-rows: 20px 20px;
    place-items: center;
    width: 140px;
  }
  .products-detail__item-count span,
  .products-detail__item-count input {
    -ms-grid-row-span: 2;
    grid-row: span 2;
  }
  .products-detail__item-count input {
    margin: 0 8px 0 18px;
    -ms-grid-column: 2;
        grid-column-start: 2;
  }
}

.products-detail__item-count span {
  font-size: 1.2rem;
}

.products-detail__item-count .plus,
.products-detail__item-count .minus {
  -ms-grid-column: 3;
      grid-column-start: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .products-detail__item-count .plus,
  .products-detail__item-count .minus {
    width: auto;
  }
}

.products-detail__item-count .plus img,
.products-detail__item-count .minus img {
  min-height: 1px;
}

.products-detail__item-count .plus:disabled svg,
.products-detail__item-count .minus:disabled svg {
  opacity: .3;
}

.products-detail__item-count .minus {
  -ms-grid-row: 2;
      grid-row-start: 2;
}

.products-detail__item-count .number {
  width: 40px;
  height: 40px;
  padding: 6px;
  border-radius: 3px;
  border: 1px solid #464646;
  text-align: center;
}

@media (max-width: 767px) {
  .products-detail__item-count {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 32px;
  }
  .products-detail__item-count input {
    margin: 0 8px 0 18px;
  }
  .products-detail__item-count .plus,
  .products-detail__item-count .minus {
    width: 32px;
    height: 32px;
    margin: 0 6px;
    background: #CABCB0;
    border-radius: 100%;
  }
  .products-detail__item-count .plus svg line,
  .products-detail__item-count .minus svg line {
    stroke: #fff !important;
    stroke-width: 2px !important;
  }
  .products-detail__item-count .plus:disabled svg,
  .products-detail__item-count .minus:disabled svg {
    opacity: 1;
  }
}

.products-detail__add {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

@media (max-width: 767px) {
  .products-detail__add {
    flex-direction: column;
  }
}

.products-detail__cart-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /*width: calc(100% - 160px);*/
  padding: 16px;
  background: #e89322;
  color: #fff;
  letter-spacing: .2em;
  transition: 0.3s all;
}

.products-detail__cart-btn img {
  margin-right: 24px;
}

.products-detail__cart-btn:hover {
  background: #f9a73b;
}

@media (max-width: 767px) {
  .products-detail__cart-btn {
    width: 100%;
  }
}

.products-detail__links .quest,
.products-detail__links .mail {
  display: block;
  padding-left: 20px;
  text-decoration: underline;
  font-size: 1.3rem;
  color: #534132;
}

.products-detail__links .quest:hover,
.products-detail__links .mail:hover {
  text-decoration: none;
}

.products-detail__links .quest {
  background: url(/assets/img/common/ico_quest.png) left center no-repeat;
}

.products-detail__links .mail {
  background: url(/assets/img/common/ico_mail.png) left center no-repeat;
}

.products-detail__sns {
  display: flex;
  margin-top: 2em;
}

.products-detail__sns > li {
  margin-right: 12px;
}

.products-detail__sns > li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 6px;
  background: #B7A281;
}

.products-detail__sns > li a.favorite:hover {
  background: #F37D85;
}

.slide-item img {
  width: 100%;
}

.products-detail-slider-thumbnail {
  margin: 10px auto 0;
  display: flex;
  flex-wrap: wrap;
}

.products-detail-slider-thumbnail .thumbnail-item {
  cursor: pointer;
  width: 17%;
  margin: 0 3.75% 20px 0;
}

@media (min-width: 768px) {
  .products-detail-slider-thumbnail .thumbnail-item:nth-of-type(5n) {
    margin-right: 0;
  }
}

.products-detail-slider-thumbnail .thumbnail-item img {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .products-detail-slider-thumbnail {
    margin-bottom: 32px;
  }
  .products-detail-slider-thumbnail .thumbnail-item {
    width: 22%;
    margin: 0 4% 20px 0;
  }
  .products-detail-slider-thumbnail .thumbnail-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

.products-detail-introduction {
  max-width: 800px;
  margin: 0 auto;
  color: #5e4132;
}

.products-detail-introduction h2,
.products-detail-introduction h3,
.products-detail-introduction h4 {
  font-weight: 500;
}

.products-detail-introduction h2 {
  margin-bottom: 1em;
  padding: 8px;
  background: #aa9581;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

.products-detail-introduction h3 {
  margin: 1.5em 0 2em;
  font-size: 2.4rem;
}

.products-detail-introduction h4 {
  margin: 2em 0 1em;
  font-size: 2rem;
}

.products-detail-introduction p {
  margin: 1em  0 2em;
}

.products-detail-introduction dl {
  display: flex;
  flex-wrap: wrap;
  margin: 2em 0;
}

.products-detail-introduction dl dt,
.products-detail-introduction dl dd {
  margin-bottom: 1.5em;
}

.products-detail-introduction dl dt {
  width: 20%;
}

.products-detail-introduction dl dd {
  width: 80%;
}

@media (max-width: 767px) {
  .products-detail-introduction h2 {
    font-size: 1.6rem;
  }
  .products-detail-introduction h3 {
    font-size: 1.3rem;
  }
  .products-detail-introduction h4 {
    font-size: 1.5rem;
    font-weight: 500;
  }
  .products-detail-introduction dl {
    flex-direction: column;
  }
  .products-detail-introduction dl dt {
    margin-bottom: 1em;
    font-weight: 500;
  }
  .products-detail-introduction dl dd:last-of-type {
    margin-bottom: 0;
  }
}

.products-ranking-label {
  padding: 2px 8px;
  background: #9F0000;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1;
}

.shop-search {
  margin-bottom: 48px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  background: #F1EFF0;
}

.shop-search__inner {
  display: flex;
  align-items: center;
}

.shop-search__area {
  display: flex;
  align-items: center;
}

.shop-search__area-title {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.shop-search__area-title img {
  margin-right: 8px;
}

.shop-search__select {
  margin-right: 32px;
}

.shop-search__select select {
  width: 180px;
  padding: 4px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
}

.shop-search__result {
  margin-right: 32px;
}

.shop-search__result span {
  color: #4dcab6;
  font-weight: 500;
  font-size: 1.6rem;
}

.shop-search__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 200px;
  padding: 8px;
  padding-right: 28px;
  border-radius: 6px;
  background: #4dcab6;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
  transition: 0.3s all;
}

.shop-search__btn img {
  width: 13px;
  margin-right: 12px;
}

.shop-search__btn:hover {
  background: #7cd6c8;
}

@media (max-width: 767px) {
  .shop-search__inner {
    flex-direction: column;
  }
  .shop-search__area {
    margin-bottom: 16px;
  }
  .shop-search__area-title {
    margin-right: 16px;
  }
  .shop-search__select {
    margin-right: 0;
  }
  .shop-search__result {
    margin-right: 0;
    margin-bottom: 16px;
  }
}

.shop-table {
  width: 100%;
  margin-bottom: 48px;
}

.shop-table th,
.shop-table td {
  padding: 12px;
  color: #707070;
  font-weight: 500;
}

.shop-table th {
  background: #F1EFF0;
}

.shop-table td {
  background: #fff;
}

@media (min-width: 768px) {
  .shop-table th,
  .shop-table td {
    border: 1px solid #D9D9D9;
  }
}

.shop-table__links div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-table__link {
  color: #4F8BB3;
}

.shop-table__link:hover {
  text-decoration: underline;
}

.shop-table__btn {
  display: inline-block;
  position: relative;
  width: 92px;
  padding: 8px;
  padding-right: 28px;
  border-radius: 6px;
  background: #4dcab6;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.3;
}

.shop-table__btn::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 12px;
  background: url(/assets/img/common/ico_arrow_right_white.svg);
  background-size: contain;
  width: 5px;
  height: 9px;
  content: "";
}

.shop-table__btn:hover {
  background: #7cd6c8;
}

@media (max-width: 767px) {
  .shop-table {
    border-bottom: 1px solid #D9D9D9;
  }
  .shop-table tr {
    border-top: 1px solid #D9D9D9;
  }
  .shop-table th,
  .shop-table td {
    display: block;
    padding: 4px;
    font-size: 1.3rem;
  }
  .shop-table td:first-child {
    padding-top: 12px;
  }
  .shop-table td:last-child {
    padding-bottom: 12px;
  }
  .shop-table__btn {
    width: auto;
    font-size: 1.2rem;
  }
}

.staff-title {
  position: relative;
}

.staff-title__illust {
  position: absolute;
  left: -100px;
  bottom: -40%;
}

@media (max-width: 767px) {
  .staff-title__illust {
    bottom: -24%;
    left: -46px;
    width: 50%;
  }
}

.staff-top-lead {
  position: relative;
  margin-bottom: 100px;
}

.staff-top-lead__main {
  max-width: 480px;
}

.staff-top-lead__title {
  margin-bottom: 1.2em;
  font-size: 2.5rem;
  font-weight: 500;
}

@media (min-width: 768px) {
  .staff-top-lead__illust {
    position: absolute;
    top: -65%;
    right: 0;
    width: 45%;
  }
}

@media (max-width: 767px) {
  .staff-top-lead {
    margin-bottom: 40px;
  }
  .staff-top-lead__main {
    width: 100%;
    margin-bottom: 32px;
  }
  .staff-top-lead__title {
    font-size: 1.5rem;
    text-align: center;
  }
  .staff-top-lead__illust {
    text-align: center;
  }
}

.staff-top-item__lead {
  margin-bottom: 30px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.5;
}

.staff-top-item__image {
  text-align: center;
}

@media (min-width: 768px) {
  .staff-top-item__image {
    display: flex;
    align-items: flex-end;
    height: 280px;
  }
}

@media (max-width: 767px) {
  .staff-top-item__lead {
    margin-bottom: 20px;
    font-size: 1.5rem;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .staff-section-01 {
    padding-right: 75px;
  }
}

@media (min-width: 768px) {
  .staff-section-02 {
    padding-left: 75px;
  }
}

.staff-comment {
  display: flex;
  justify-content: space-between;
  margin-top: 120px;
}

.staff-comment__image {
  position: relative;
}

.staff-comment__main {
  position: relative;
  width: 524px;
  min-width: 524px;
}

.staff-comment__title {
  font-size: 2.2rem;
  font-weight: 500;
}

.staff-comment__name {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .15em;
}

@media (max-width: 767px) {
  .staff-comment {
    flex-direction: column;
    margin-top: 60px;
  }
  .staff-comment.-sp-reverse {
    flex-direction: column-reverse;
  }
  .staff-comment__main {
    width: 100%;
    min-width: 100%;
  }
  .staff-comment__title {
    font-size: 1.5rem;
  }
  .staff-comment__image {
    margin-bottom: 16px;
  }
  .staff-comment__name {
    font-size: 1.2rem;
  }
}

.staff-comment-deco {
  position: absolute;
  width: 100%;
}

@media (max-width: 767px) {
  .staff-comment-deco {
    display: none;
  }
}

.staff-comment-deco.-img-01-01 {
  top: -10%;
  right: 0;
  width: auto;
}

@media (max-width: 767px) {
  .staff-comment-deco.-img-01-01 {
    display: block;
  }
  .staff-comment-deco.-img-01-01 img {
    width: 100px;
  }
}

@media (max-width: 767px) {
  .staff-comment-deco.-img-03-01 {
    display: block;
    right: -85px;
    bottom: 0;
    width: auto;
  }
}

.staff-comment-deco.-img-02-01 {
  top: -48%;
  right: 37%;
  z-index: -1;
}

.staff-comment-deco.-img-02-02 {
  bottom: -19%;
  right: 19%;
}

.staff-comment-deco.-img-05-01 {
  top: -40%;
  left: 60%;
}

.staff-comment-deco.-img-06-01 {
  top: -20%;
  right: 38%;
}

.staff-comment-deco.-img-07-01 {
  top: -15%;
  left: 90%;
  z-index: -1;
}

.staff-comment-deco.-img-08-01 {
  top: -20%;
  right: 38%;
  z-index: -1;
}

.staff-president-comment {
  display: flex;
  align-items: center;
  margin-top: 32px;
  padding: 18px 24px;
  background: #EBE1D2;
}

.staff-president-comment__image {
  margin-right: 20px;
}

.staff-president-comment__name {
  display: block;
  width: 120px;
  padding: 6px;
  border-radius: 50px;
  background: #B7A281;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

@media (max-width: 767px) {
  .staff-president-comment {
    padding: 16px;
  }
  .staff-president-comment__name {
    padding: 4px;
    font-size: 1.1rem;
  }
  .staff-president-comment__image {
    min-width: 46px;
    margin-right: 14px;
  }
  .staff-president-comment__text {
    font-size: 1.1rem;
  }
}

.store-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 460px;
  margin-bottom: 4em;
  background: url(/assets/img/store/img_shop_main.jpg) no-repeat center/cover;
}

.store-title__image {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 0;
  width: 100%;
}

.store-title__inner {
  color: #fff;
  text-align: center;
}

.store-title__crown {
  display: block;
  margin-bottom: 16px;
}

.store-title__main {
  padding-top: 40px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .3em;
}

.store-title__sub {
  display: block;
  position: relative;
  font-size: 3.9rem;
  text-transform: uppercase;
  line-height: 1.6;
  letter-spacing: .2em;
}

.store-title__sub::after {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: -20px;
  width: 100px;
  height: 1px;
  background: #fff;
  content: "";
}

@media (max-width: 767px) {
  .store-title {
    height: 240px;
  }
  .store-title__crown {
    width: 32px;
    margin: 0 auto 16px;
  }
  .store-title__sub {
    font-size: 2rem;
  }
}

.store-lower-title {
  margin-top: 4em;
  text-align: center;
}

.store-lower-title__main {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .3em;
}

.store-lower-title__sub {
  display: block;
  margin-bottom: 8px;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: .2em;
}

@media (max-width: 767px) {
  .store-lower-title {
    margin-top: 2.5em;
  }
  .store-lower-title__main {
    font-size: 1.2rem;
  }
  .store-lower-title__sub {
    font-size: 1.8rem;
  }
}

.store-info {
  margin-top: 4em;
}

.store-info__title {
  margin: 1em 0 .5em;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
}

.store-info__detail {
  max-width: 480px;
  margin: 0 auto;
}

.store-info__note {
  max-width: 480px;
  margin: 1em auto 0;
  font-size: 1.2rem;
  line-height: 1.6;
}

.store-info__btn {
  margin-top: 2em;
  text-align: center;
}

@media (max-width: 767px) {
  .store-info__title {
    font-size: 1.5rem;
  }
}

.store-tsuhan {
  margin-top: 80px;
  padding: 80px 0 100px;
  border-top: 1px solid #707070;
}

.store-tsuhan__title {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}

.store-tsuhan__btn {
  max-width: 410px;
  margin: 2em auto 0;
}

@media (max-width: 767px) {
  .store-tsuhan {
    margin-top: 40px;
    padding: 40px 0 50px;
  }
  .store-tsuhan__title {
    font-size: 1.5rem;
  }
}

.store-detail-info__title {
  margin-top: 2.5em;
  text-align: left;
  letter-spacing: .1em;
}

.store-detail-info p {
  margin-bottom: 2.5em;
}

.store-detail-info__gallery {
  margin-top: 4em;
}

.store-detail-info__map {
  margin-top: 4em;
}

.store-detail-info__map iframe {
  width: 100%;
  height: 400px;
}

@media (max-width: 767px) {
  .store-detail-info {
    margin-top: 2em;
  }
  .store-detail-info__image {
    margin-right: -16px;
    margin-left: -16px;
  }
  .store-detail-info__map iframe {
    height: 280px;
  }
  .store-detail-info__map-link {
    text-align: center;
  }
}

.store-others {
  margin-top: 80px;
  padding: 60px 24px;
  background: #EFF8F6;
}

.store-others__inner {
  max-width: 750px;
  margin: 0 auto;
}

.store-others__title {
  margin-bottom: 1.75em;
  font-size: 3rem;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: .2em;
}

.store-others__list p {
  margin-top: .5em;
  font-size: 1.4rem;
  line-height: 1.4;
}

.store-others__list a:hover img {
  opacity: .7;
}

@media (min-width: 768px) {
  .store-others__list + .store-others__list {
    margin-top: 2.5em;
  }
}

@media (max-width: 767px) {
  .store-others {
    margin-top: 40px;
    padding: 40px 16px;
  }
  .store-others__list + .store-others__list {
    margin-top: 20px;
  }
  .store-others__title {
    font-size: 1.8rem;
  }
  .store-others p {
    font-size: 1.1rem;
  }
}

.top .l-wrap {
  padding-top: 0px;
}
@media (max-width: 767px) {
  .top .l-wrap {
    padding-top: 20px;
  }
}
.top-hero {
  position: relative;
  height: 34vw;
  background: url(/assets/img/top/img_hero_01.png) no-repeat center/cover;
}

@media (min-width: 768px) {
  .top-hero{
    margin-top:80px;
  }
}


.top-hero__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top-hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.top-hero__image img {
  width: 100%;
}

@media (max-width: 767px) {
  .top-hero {
    height: 400px;
    background: url(/assets/img/top/img_hero_01.jpg) no-repeat center/cover;
    margin-top: 60px;
  }
}

.top-shopping {
  padding-top: 0px;
}

@media(max-width:767px){
  .top-shopping {
    padding-top: 0px;
  }
}

.top-bnr-slide {
  margin-bottom: 3em;
}

.top-bnr-slide__item {
  display: block;
  position: relative;
}

.top-bnr-slide__label {
  position: absolute;
  top: 0;
  left: 20px;
}

.top-bnr-slide .slick-dots {
  display: flex;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 20px;
}

.top-bnr-slide .slick-dots > li {
  margin: 0 7px;
}

.top-bnr-slide .slick-dots > li button {
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 3px;
  background: #fff;
  text-indent: -9999px;
}

.top-bnr-slide .slick-dots > li.slick-active button {
  background: #FFDA00;
}

@media (max-width: 767px) {
  .top-bnr-slide {
    margin-bottom: 16px;
  }
  .top-bnr-slide__label {
    width: 60px;
  }
  .top-bnr-slide .slick-dots {
    bottom: 10px;
  }
}

.top-heading {
  margin-bottom: 2em;
  font-weight: 400;
  text-align: center;
}

@media (min-width: 768px) {
  .top-heading.-pc-left {
    text-align: left;
  }
}

.top-heading__text {
  display: block;
  margin-bottom: 2em;
  font-size: 1.3rem;
  letter-spacing: .25em;
}

@media (max-width: 767px) {
  .top-heading {
    margin-bottom: 1.5em;
  }
  .top-heading__text {
    margin-bottom: 1em;
    font-size: 1.1rem;
  }
  .top-heading__image {
    height: 18px;
  }
  .top-heading__image img {
    height: 18px;
  }
}

.top-item-list.-col-2 {
  margin-top: 1.5em;
}

@media (max-width: 767px) {
  .top-item-list .c-grid__item {
    margin-top: 16px;
  }
}

.top-media {
  display: block;
  position: relative;
}

.top-media.-center {
  text-align: center;
}

.top-media__label {
  position: absolute;
  top: 0;
  left: 20px;
  z-index: 5;
}

.top-media__image img {
  width: 100%;
}

.top-media__title {
  font-size: 1.9rem;
  font-weight: 500;
  margin: 1em 0 0;
  line-height: 1.5;
  text-align: center;
}

.top-media__text {
  margin-top: .5em;
  line-height: 1.6;
  text-align: center;
}

.top-media:hover {
  text-decoration: none;
}

.top-media:hover .top-media__image img {
  opacity: .7;
}

@media (max-width: 767px) {
  .top-media__title {
    font-size: 1.4rem;
  }
  .top-media__label {
    width: 60px;
  }
  .top-media__text {
    font-size: 1.1rem;
  }
}

.top-topics {
  position: relative;
  background: #FFF9E5;
}

.top-topics__illust01 {
  position: absolute;
  top: -120px;
  left: -60px;
  width: 30%;
}

.top-topics__illust02 {
  position: absolute;
  top: -80px;
  right: -80px;
  width: 30%;
}

@media (max-width: 767px) {
  .top-topics__illust01 {
    top: -62px;
    left: -18px;
    width: 36%;
  }
  .top-topics__illust02 {
    top: -32px;
    right: -46px;
    width: 33%;
  }
}
@media (min-width: 768px) {
  .top-topics-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 12px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-rows: 400px 300px 0;
    grid-template-rows: 400px 300px 0;
  }
  .top-topics-grid__item.-item01 {
    -ms-grid-column: 1;
        grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3;
  }
  .top-topics-grid__item.-item02 {
    -ms-grid-column: 3;
    grid-column: 3;
  }
  .top-topics-grid__item.-item03 {
    -ms-grid-column: 4;
    grid-column: 4;
  }
  .top-topics-grid__item.-item04 {
    -ms-grid-column: 5;
    grid-column: 5;
  }
  .top-topics-grid__item.-item05 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .top-topics-grid__item.-item06 {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .top-topics-grid__item.-item08, .top-topics-grid__item.-item09 {
    -ms-grid-row: 2;
    grid-row: 2;
  }
	.top-topics-grid__item.-item08 {
    -ms-grid-column: 4;
    grid-column: 4;
	}
  .top-topics-grid__item.-item09 {
    -ms-grid-column: 5;
    grid-column: 5;
  }
  .top-topics-grid__item.-item07 {
    -ms-grid-column: 3;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  /* .top-topics-grid__item.-item05 {
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-column: 3;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .top-topics-grid__item.-item06 {
    -ms-grid-column: 5;
    grid-column: 5;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  .top-topics-grid__item.-item08, .top-topics-grid__item.-item09 {
    -ms-grid-row: 2;
        grid-row-start: 2;
  }
  .top-topics-grid__item.-item09 {
    -ms-grid-column: 2;
    grid-column: 2;
  }
  .top-topics-grid__item.-item07 {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
  } */
}

@media (max-width: 767px) {
  .top-topics-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 24px 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .top-topics-grid .-item01 {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1 / span 2;
  }
}

.top-topics-item p {
  margin: .5em 0;
  line-height: 1.5;
}

.top-topics-item a:hover img {
  opacity: .7;
}

.top-topics-item__header {
  display: flex;
  justify-content: space-between;
  margin-top: .5em;
  font-size: 1.2rem;
}

.top-topics-item__date {
  text-decoration: underline;
}

.top-topics-item__description {
  margin-top: 1em;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  .top-topics-item__description {
    display: none;
  }
  .top-topics-item img {
    width: 100%;
  }
}

.top-concept {
  display: flex;
}

.top-concept__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: 30px;
  padding: 12px;
  border: 1px solid #000;
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: .1em;
}

.top-concept__btn:hover {
  background: #f1f1f1;
}

.top-concept__btn::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 24px;
  width: 6px;
  height: 11px;
  background: url(/assets/img/common/ico_arrow_right.svg);
  background-size: contain;
  content: "";
}

.top-concept__text {
  min-width: 340px;
}

.top-concept__lead {
  margin-bottom: 1em;
  font-size: 2.8rem;
  line-height: 1.6;
}

.top-concept__image {
  margin-right: -10%;
}

@media (min-width: 768px) {
  .top-concept__text {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .top-concept {
    flex-direction: column;
  }
  .top-concept__image {
    margin-right: -27%;
    margin-left: -11%;
  }
  .top-concept__text {
    width: 100%;
    min-width: inherit;
  }
  .top-concept__introduction {
    width: 300px;
    margin-top: -80px;
  }
  .top-concept__btn {
    width: 86%;
    margin: 32px auto 0;
  }
}

.top-about {
  position: relative;
  padding-bottom: 70px;
}

.top-about__image {
  position: absolute;
  top: -6vw;
  left: 5vw;
  width: 30%;
}

.top-about__illust {
  position: absolute;
  right: 15vw;
  bottom: -60px;
}

@media (min-width: 768px) {
  .top-about {
    margin-top: -5vw;
  }
}

@media (max-width: 767px) {
  .top-about__image {
    top: -20px;
    left: -100px;
    width: 190px;
  }
  .top-about__illust {
    right: 20px;
    bottom: -26px;
    width: 20%;
  }
}

.top-about-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2em;
}

.top-about-nav .top-about-btn {
  width: 260px;
  margin: 0 16px;
}

.top-about-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 68px;
  border: 1px solid #464646;
  background: #fff;
  letter-spacing: .2em;
}

.top-about-btn:hover {
  background: #f1f1f1;
}

.top-about-btn::after {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.5em;
  width: 6px;
  height: 12px;
  background: url(/assets/img/common/ico_arrow_right.svg) no-repeat;
  background-size: contain;
  content: "";
}

.top-instagram {
  position: relative;
  background: #F8F8F8;
}

.top-instagram .l-section__inner {
  padding-bottom: 0;
}

.top-instagram__illust {
  position: absolute;
  top: -80px;
  left: 5vw;
}

.top-instagram__illust img {
  width: 80%;
}

.top-instagram__title {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-instagram__title img {
  align-self: baseline;
}

.top-instagram__title span {
  margin-left: 20px;
}

@media (max-width: 767px) {
  .top-instagram__illust {
    top: -52px;
    width: 30%;
  }
  .top-instagram .l-section__inner {
    padding-bottom: 0;
  }
}

.top-instagram-list .slick-list {
  overflow: visible;
}
.top-instagram-list img{max-width: 244px;}

.top-instagram-list .slick-slide {
  margin: 12px;
}

@media (max-width: 767px) {
  .top-instagram-list .slick-slide {
    margin: 6px;
  }
  .top-instagram-list img{max-width: 74px;}
}

/* Utility ------------ */
/* text-align
----------------------------------------------------------- */
.u-ta-c {
  text-align: center !important;
}

@media (min-width: 768px) {
  .u-pc-ta-c {
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  .u-sp-ta-c {
    text-align: center !important;
  }
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-l {
  text-align: left !important;
}

/* font
----------------------------------------------------------- */
.u-font-medium {
  font-weight: 500;
}

.u-font-bold {
  font-weight: 700;
}

.u-font-semibold {
  font-weight: 500;
}

.u-font-red {
  color: #9F0000;
}

.u-font-xxxs {
  font-size: 1rem !important;
}

.u-font-xxs {
  font-size: 1.2rem !important;
}

.u-font-xs {
  font-size: 1.4rem !important;
}

.u-font-s {
  font-size: 1.6rem !important;
}

.u-font-m {
  font-size: 1.8rem !important;
}

.u-font-l {
  font-size: 2rem !important;
}

.u-font-xl {
  font-size: 2.4rem !important;
}

.u-font-xxl {
  font-size: 2.6rem !important;
}

.u-font-xxxl {
  font-size: 3rem !important;
}

@media (max-width: 767px) {
  .u-font-xxxs {
    font-size: 1rem !important;
  }
  .u-font-xxs {
    font-size: 1.1rem !important;
  }
  .u-font-xs {
    font-size: 1.2rem !important;
  }
  .u-font-s {
    font-size: 1.4rem !important;
  }
  .u-font-m {
    font-size: 1.6rem !important;
  }
  .u-font-l {
    font-size: 1.8rem !important;
  }
  .u-font-xl {
    font-size: 2rem !important;
  }
  .u-font-xxl {
    font-size: 2.2rem !important;
  }
  .u-font-xxxl {
    font-size: 2.4rem !important;
  }
}

.u-font-green {
  color: #00B900 !important;
}

/* border
----------------------------------------------------------- */
.u-bd-top {
  border-top: 1px solid;
}

.u-bd-gray {
  border-color: #dbdcdf;
}

/* margin
----------------------------------------------------------- */
.u-mb-0 {
  margin-bottom: 0 !important;
}

.u-mb-xxxs {
  margin-bottom: 8px !important;
}

.u-mb-xxs {
  margin-bottom: 16px !important;
}

.u-mb-xs {
  margin-bottom: 24px !important;
}

.u-mb-s {
  margin-bottom: 32px !important;
}

.u-mb-m {
  margin-bottom: 40px !important;
}

.u-mb-l {
  margin-bottom: 56px !important;
}

.u-mb-xl {
  margin-bottom: 72px !important;
}

.u-mb-xxl {
  margin-bottom: 80px !important;
}

.u-mb-xxxl {
  margin-bottom: 96px !important;
}

@media (max-width: 767px) {
  .u-mb-xxxs {
    margin-bottom: 4px !important;
  }
  .u-mb-xxs {
    margin-bottom: 8px !important;
  }
  .u-mb-xs {
    margin-bottom: 12px !important;
  }
  .u-mb-s {
    margin-bottom: 16px !important;
  }
  .u-mb-m {
    margin-bottom: 20px !important;
  }
  .u-mb-l {
    margin-bottom: 28px !important;
  }
  .u-mb-xl {
    margin-bottom: 36px !important;
  }
  .u-mb-xxl {
    margin-bottom: 40px !important;
  }
  .u-mb-xxxl {
    margin-bottom: 48px !important;
  }
}

.u-mt-xxxs {
  margin-top: 8px !important;
}

.u-mt-xxs {
  margin-top: 16px !important;
}

.u-mt-xs {
  margin-top: 24px !important;
}

.u-mt-s {
  margin-top: 32px !important;
}

.u-mt-m {
  margin-top: 40px !important;
}

.u-mt-l {
  margin-top: 56px !important;
}

.u-mt-xl {
  margin-top: 72px !important;
}

.u-mt-xxl {
  margin-top: 80px !important;
}

.u-mt-xxxl {
  margin-top: 96px !important;
}

@media (max-width: 767px) {
  .u-mt-xxxs {
    margin-top: 4px !important;
  }
  .u-mt-xxs {
    margin-top: 8px !important;
  }
  .u-mt-xs {
    margin-top: 12px !important;
  }
  .u-mt-s {
    margin-top: 16px !important;
  }
  .u-mt-m {
    margin-top: 20px !important;
  }
  .u-mt-l {
    margin-top: 28px !important;
  }
  .u-mt-xl {
    margin-top: 36px !important;
  }
  .u-mt-xxl {
    margin-top: 40px !important;
  }
  .u-mt-xxxl {
    margin-top: 48px !important;
  }
}

/* flex
-------------------------------------------------- */
.u-d-f {
  display: flex !important;
}

.u-fxd-r {
  flex-direction: row !important;
}

.u-fxd-rr {
  flex-direction: row-reverse !important;
}

.u-fxd-c {
  flex-direction: column !important;
}

.u-fxd-cr {
  flex-direction: column-reverse !important;
}

.u-fxw-n {
  flex-wrap: nowrap !important;
}

.u-fxw-w {
  flex-wrap: wrap !important;
}

.u-fxw-wr {
  flex-wrap: wrap-reverse !important;
}

.u-jc-fs {
  justify-content: flex-start !important;
}

.u-jc-fe {
  justify-content: flex-end !important;
}

.u-jc-c {
  justify-content: center !important;
}

.u-jc-sb {
  justify-content: space-between !important;
}

.u-jc-sa {
  justify-content: space-around !important;
}

.u-ai-fs {
  align-items: flex-start !important;
}

.u-ai-fe {
  align-items: flex-end !important;
}

.u-ai-c {
  align-items: center !important;
}

.u-ai-b {
  align-items: baseline !important;
}

.u-ai-s {
  align-items: stretch !important;
}

.u-ac-fs {
  align-content: flex-start !important;
}

.u-ac-fe {
  align-content: flex-end !important;
}

.u-ac-c {
  align-content: center !important;
}

.u-ac-sb {
  align-content: space-between !important;
}

.u-ac-sa {
  align-content: space-around !important;
}

.u-ac-s {
  align-content: stretch !important;
}

.u-fx-n {
  flex: none !important;
}

.u-as-a {
  -ms-grid-row-align: auto !important;
      align-self: auto !important;
}

.u-as-fs {
  align-self: flex-start !important;
}

.u-as-fe {
  align-self: flex-end !important;
}

.u-as-c {
  -ms-grid-row-align: center !important;
      align-self: center !important;
}

.u-as-b {
  align-self: baseline !important;
}

.u-as-s {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important;
}

@media (max-width: 767px) {
  .u-sp-d-f {
    display: flex !important;
  }
  .u-sp-fxd-r {
    flex-direction: row !important;
  }
  .u-sp-fxd-rr {
    flex-direction: row-reverse !important;
  }
  .u-sp-fxd-c {
    flex-direction: column !important;
  }
  .u-sp-fxd-cr {
    flex-direction: column-reverse !important;
  }
  .u-sp-fxw-n {
    flex-wrap: nowrap !important;
  }
  .u-sp-fxw-w {
    flex-wrap: wrap !important;
  }
  .u-sp-fxw-wr {
    flex-wrap: wrap-reverse !important;
  }
  .u-sp-jc-fs {
    justify-content: flex-start !important;
  }
  .u-sp-jc-fe {
    justify-content: flex-end !important;
  }
  .u-sp-jc-c {
    justify-content: center !important;
  }
  .u-sp-jc-sb {
    justify-content: space-between !important;
  }
  .u-sp-jc-sa {
    justify-content: space-around !important;
  }
  .u-sp-ai-fs {
    align-items: flex-start !important;
  }
  .u-sp-ai-fe {
    align-items: flex-end !important;
  }
  .u-sp-ai-c {
    align-items: center !important;
  }
  .u-sp-ai-b {
    align-items: baseline !important;
  }
  .u-sp-ai-s {
    align-items: stretch !important;
  }
  .u-sp-ac-fs {
    align-content: flex-start !important;
  }
  .u-sp-ac-fe {
    align-content: flex-end !important;
  }
  .u-sp-ac-c {
    align-content: center !important;
  }
  .u-sp-ac-sb {
    align-content: space-between !important;
  }
  .u-sp-ac-sa {
    align-content: space-around !important;
  }
  .u-sp-ac-s {
    align-content: stretch !important;
  }
  .u-sp-fx-n {
    flex: none !important;
  }
  .u-sp-as-a {
    -ms-grid-row-align: auto !important;
        align-self: auto !important;
  }
  .u-sp-as-fs {
    align-self: flex-start !important;
  }
  .u-sp-as-fe {
    align-self: flex-end !important;
  }
  .u-sp-as-c {
    -ms-grid-row-align: center !important;
        align-self: center !important;
  }
  .u-sp-as-b {
    align-self: baseline !important;
  }
  .u-sp-as-s {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important;
  }
}

@media (max-width: 767px) {
  .u-sp-w-110 {
    width: 110px !important;
    min-width: 110px;
  }
  .u-sp-mr-12 {
    margin-right: 12px !important;
  }
}

/*# sourceMappingURL=maps/common.css.map */
