@charset "UTF-8";
/*dy
Theme Name: 
Theme URI: 
Author: COMLAB
*/
/* font
  ========================================================================== */
/*Import font data*/
@font-face {
  font-family: "Zen Old Mincho";
  src: url("./fonts/ZenOldMincho-Regular.ttf") format("truetype"), url("./fonts/ZenOldMincho-Regular.woff") format("woff"), url("./fonts/ZenOldMincho-Regular.svg") format("svg");
  font-weight: 400;
}
@font-face {
  font-family: "Zen Old Mincho";
  src: url("./fonts/ZenOldMincho-Bold.ttf") format("truetype"), url("./fonts/ZenOldMincho-Bold.woff") format("woff"), url("./fonts/ZenOldMincho-Bold.svg") format("svg");
  font-weight: 700;
}
/*font family settings*/
/* mixin
  ========================================================================== */
/* !このファイルは制作時に書き換えを行わないでください! */
/* base
  ========================================================================== */
body {
  font-size: 16px;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.4px;
  color: #222;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

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

::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

a {
  text-decoration: none;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
}
a:hover {
  opacity: 0.5;
}

a:focus {
  outline: none;
}

section {
  position: relative;
}

textarea {
  padding: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input {
  padding-left: 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

input::-ms-reveal {
  visibility: hidden;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
}

select::-ms-expand {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

.slick-slide {
  outline: none;
}

li {
  list-style-type: none;
}

/*Safariでplaceholderの位置がずれるのを修正*/
body.js_isSafari input::-webkit-input-placeholder {
  position: relative;
  top: 0.18em;
}

/*Firefoxでplaceholdertextのopacityが小さくなるのを修正*/
input:-moz-placeholder,
input::-moz-placeholder {
  opacity: 1;
}

/* Android系で出るタップ時の青い枠を出さない */
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* フォーカスインジケーターの表示 */
/*
*:focus-visible {
  outline: 2px solid #33568A;
  outline-offset:2px;
}
*/
/* header
   ========================================================================== */
/* block skip */
.c-skip_nav a {
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}
.c-skip_nav a:focus, .c-skip_nav a a:active {
  display: block;
  width: 15em;
  height: auto;
  top: 5px;
  left: 5px;
  clip: auto;
  z-index: 1000;
  font-size: 1.8rem;
  padding: 5px;
  background-color: #FFF;
  border: #CCC solid 1px;
  text-align: center;
}

/* 404(notfound)
   ========================================================================== */
.p-notfound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 400px;
}
@media screen and (max-width: 840px) {
  .p-notfound {
    height: 330px;
  }
}

.p-notfound__text {
  padding-top: 3em;
}

.p-notfound__button {
  padding-top: 3em;
}
.p-notfound__button > a {
  text-decoration: underline;
}

/* common
  	========================================================================== */
body {
  color: #333333;
  font-family: "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
body.js-humburgerOpen {
  overflow: hidden;
}

a:hover {
  opacity: 0.6;
}

main {
  margin-top: 10em;
}
@media screen and (max-width: 375px) {
  main {
    margin-top: 6.5em;
  }
}

body#index main {
  margin-top: 2.5em;
}

/* .p-section__title */
.p-section__title {
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  text-align: center;
}
.p-section__title .__jp {
  color: #000000;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 840px) {
  .p-section__title .__jp {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
    font-weight: 300;
  }
}
@media screen and (max-width: 540px) {
  .p-section__title .__jp {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2.05;
    font-weight: 300;
  }
}
.p-section__title .__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #777777;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  margin-top: -2px;
}
@media screen and (max-width: 540px) {
  .p-section__title .__en {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    margin-top: -3px;
  }
}
.p-section__title .__en:before, .p-section__title .__en:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #777777;
  border-radius: 50%;
  margin-top: 2px;
}
.p-section__title .__en:before {
  margin-right: 8px;
}
.p-section__title .__en:after {
  margin-left: 8px;
}

/* .p-breadcrumb */
.p-breadcrumb {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 1.5em;
}
@media screen and (max-width: 540px) {
  .p-breadcrumb {
    padding-top: 1.4375em;
  }
}
.p-breadcrumb.__products {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
}

.p-common_breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 3px;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .p-common_breadcrumbs__list {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
.p-common_breadcrumbs__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}
.p-common_breadcrumbs__list li:last-child {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  white-space: normal;
}
.p-common_breadcrumbs__list li:not(:last-child) {
  margin-right: 7px;
}
.p-common_breadcrumbs__list li a {
  white-space: nowrap;
}
.p-common_breadcrumbs__list li img {
  width: 5px;
  height: 8.5px;
  -o-object-fit: contain;
     object-fit: contain;
}

/* .p-part-hero */
.p-part-hero {
  padding-top: 0.5em;
}
@media screen and (max-width: 540px) {
  .p-part-hero {
    padding-top: 0.375em;
  }
}
.p-part-hero.__black .p-part-hero__title {
  color: #000000;
}
.p-part-hero.__black .p-part-hero__title .__en {
  color: #777777;
}
.p-part-hero.__black .p-part-hero__title .__en:before, .p-part-hero.__black .p-part-hero__title .__en:after {
  background-color: #777777;
}

.p-part-hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  max-width: 1260px;
  height: 240px;
  margin: 0 auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("./img/common/img-hero__pc.jpg");
}
@media screen and (max-width: 540px) {
  .p-part-hero__wrapper {
    height: 42.6667vw;
  }
}

.p-part-hero__title {
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 0.625em;
}
@media screen and (max-width: 540px) {
  .p-part-hero__title {
    margin-bottom: 0.375em;
  }
}
.p-part-hero__title .__jp {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  .p-part-hero__title .__jp {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 2.05;
    font-weight: 300;
  }
}
.p-part-hero__title .__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  margin-top: -2px;
}
@media screen and (max-width: 540px) {
  .p-part-hero__title .__en {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
  }
}
.p-part-hero__title .__en:before, .p-part-hero__title .__en:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-top: 2px;
}
@media screen and (max-width: 540px) {
  .p-part-hero__title .__en:before, .p-part-hero__title .__en:after {
    margin-top: -1px;
  }
}
.p-part-hero__title .__en:before {
  margin-right: 8px;
}
.p-part-hero__title .__en:after {
  margin-left: 8px;
}

/* .p-more */
.p-more > a {
  width: 180px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #879A89;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 400;
  background-color: #FFFFFF;
  border: solid 1px #879A89;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 375px) {
  .p-more > a {
    width: 156px;
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
.p-more > a:hover {
  color: #FFFFFF;
  background-color: #879A89;
  opacity: 1;
}

.__sp_only {
  display: none;
}
@media screen and (max-width: 375px) {
  .__sp_only {
    display: block;
  }
}

@media screen and (max-width: 375px) {
  .__pc_only {
    display: none;
  }
}

/* header
  	========================================================================== */
.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* .p-header__message */
.p-header__message {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 40px;
  background-color: #8FA391;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-header__message {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.4;
    font-weight: 700;
  }
}
@media screen and (max-width: 5400px) {
  .p-header__message .__sp_only {
    display: block;
  }
}

.p-header__message__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 0;
  right: 0;
  margin-right: 8px;
}
@media screen and (max-width: 980px) {
  .p-header__message__nav {
    display: none;
  }
}
.p-header__message__nav .__item:first-child {
  position: relative;
}
.p-header__message__nav .__item:first-child:after {
  content: "";
  display: block;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 11px;
  right: -1px;
  background-color: #FFFFFF;
}
.p-header__message__nav .__item > a {
  display: inline-block;
  padding: 0.9583em 1.3333em;
}

.p-header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 120px;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
@media screen and (max-width: 980px) {
  .p-header__wrapper {
    height: 64px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

/* .p-header__logo */
.p-header__logo {
  margin-left: 1.5em;
}
@media screen and (max-width: 980px) {
  .p-header__logo {
    margin-left: 1em;
    margin-right: auto;
  }
}
@media screen and (max-width: 540px) {
  .p-header__logo {
    margin-left: 1em;
  }
}
.p-header__logo > a {
  display: inline-block;
  width: 166px;
  height: 48px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/logo__white.png");
  -webkit-transition: background 0.25s, opacity 0.25s;
  transition: background 0.25s, opacity 0.25s;
}
@media screen and (max-width: 1040px) {
  .p-header__logo > a {
    width: 132px;
    height: 45px;
  }
}
@media screen and (max-width: 375px) {
  .p-header__logo > a {
    width: 118px;
    height: 33px;
    background-image: url("./img/common/logo__white__sp.png");
  }
}

/* .p-header__nav */
.p-header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -0.125em;
}
@media screen and (max-width: 980px) {
  .p-header__nav__list {
    display: none;
  }
}
.p-header__nav__list .__item.__parent.is-active > .p-nav__child {
  top: 132px;
  opacity: 1;
  pointer-events: auto;
}
.p-header__nav__list .__item .__link,
.p-header__nav__list .__item .p-nav__dropdown__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  -webkit-transition: color 0.25s, opacity 0.25s;
  transition: color 0.25s, opacity 0.25s;
  padding: 1.25em 1em;
}
@media screen and (max-width: 1140px) {
  .p-header__nav__list .__item .__link,
  .p-header__nav__list .__item .p-nav__dropdown__link {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
.p-header__nav__list .__item .p-nav__dropdown__link {
  position: relative;
  cursor: pointer;
}
.p-header__nav__list .__item .p-nav__dropdown__link.__about:after {
  width: 9px;
  height: 5.29px;
}
.p-header__nav__list .__item .p-nav__dropdown__link:after {
  display: inline-block;
  content: "";
  width: 8.5px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__white.png");
  margin-top: 0.1875em;
  margin-left: 0.375em;
}

/* .p-nav__child */
.p-nav__child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 142px;
  left: 50%;
  height: 196px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #FFFFFF;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: top 0.3s, opacity 0.25s;
  transition: top 0.3s, opacity 0.25s;
}
.p-nav__child.__products {
  width: 1000px;
}
.p-nav__child.__products .p-nav__child__list {
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 1.5625em;
  padding-left: 3em;
  padding-right: 1.5em;
}
.p-nav__child.__products .p-nav__child__image {
  width: 112px;
  height: 112px;
}
.p-nav__child.__products .p-nav__child__text {
  margin-top: -0.5em;
}
.p-nav__child.__about {
  width: 644px;
}
@media screen and (min-width: 1701px) {
  .p-nav__child.__about {
    left: 60%;
  }
}
.p-nav__child.__about .p-nav__child__title {
  width: 220px;
}
.p-nav__child.__about .p-nav__child__list {
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  margin-top: 0.5em;
  padding: 0 3em;
}
.p-nav__child.__about .p-nav__child__image {
  width: 88px;
  height: 88px;
}
.p-nav__child.__about .p-nav__child__text {
  margin-top: 0.57143em;
}

.p-nav__child__title {
  width: 200px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  background-color: #879A89;
}
.p-nav__child__title .__jp {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 2.05;
  font-weight: 300;
  margin-top: -6px;
}
.p-nav__child__title .__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
}
.p-nav__child__title .__en:before, .p-nav__child__title .__en:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #FFFFFF;
  border-radius: 50%;
  margin-top: 2px;
}
.p-nav__child__title .__en:before {
  margin-right: 8px;
}
.p-nav__child__title .__en:after {
  margin-left: 8px;
}

.p-nav__child__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.p-nav__child__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav__child__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-nav__child__text {
  color: #333333;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 300;
}

.p-header__utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: 1.5em;
}
@media screen and (max-width: 980px) {
  .p-header__utility {
    margin-right: 0.5em;
  }
}

.p-header__utility__item .__icon {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  -webkit-transition: background 0.25s, opacity 0.25s;
  transition: background 0.25s, opacity 0.25s;
  margin-left: 1em;
}
@media screen and (max-width: 1140px) {
  .p-header__utility__item .__icon {
    margin-left: 0.5em;
  }
}
@media screen and (max-width: 375px) {
  .p-header__utility__item .__icon {
    width: 30px;
    height: 30px;
    margin-left: 0.5em;
  }
}
.p-header__utility__item .__search {
  cursor: pointer;
  background-image: url("./img/common/icon-search__white.png");
}
.p-header__utility__item .__search:hover {
  opacity: 0.6;
}
.p-header__utility__item .__user {
  background-image: url("./img/common/icon-user__white.png");
}
.p-header__utility__item .__cart {
  background-image: url("./img/common/icon-cart__white.png");
}

/* .p-header__nav_sp */
.p-header__nav_sp {
  position: fixed;
  width: 100%;
  height: calc(100% - 104px);
  top: 104px;
  left: 0;
  background-color: #FFFFFF;
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  overflow: auto;
}
@media screen and (min-width: 981px) {
  .p-header__nav_sp {
    display: none;
  }
}

.p-header__nav_sp__list {
  margin: 0 10.1%;
  padding: 1.4375em 0 1.5em;
  border-bottom: solid 1px #777777;
}
.p-header__nav_sp__list .__link,
.p-header__nav_sp__list .p-nav_sp__dropdown__link {
  display: block;
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2.1875;
  font-weight: 300;
  padding: 6.5px 0;
}

.p-nav_sp__dropdown__link {
  position: relative;
}
.p-nav_sp__dropdown__link:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 8.5px;
  height: 5px;
  top: 50%;
  right: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__black.png");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.p-nav_sp__dropdown__link.is-open:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}

.p-nav_sp__child__list {
  display: none;
}
.p-nav_sp__child__list.__products {
  margin-top: 0.0625em;
  margin-bottom: 0.9375em;
}
.p-nav_sp__child__list.__products .p-nav_sp__child__image {
  width: 44px;
  height: 44px;
  margin-right: 1em;
}
.p-nav_sp__child__list.__products .p-nav_sp__child__item:not(:first-child) {
  margin-top: 0.5em;
}
.p-nav_sp__child__list.__about {
  margin-top: 0.3125em;
  margin-bottom: 0.9375em;
}
.p-nav_sp__child__list.__about .p-nav_sp__child__image {
  width: 40px;
  height: 40px;
  margin-right: 1em;
}
.p-nav_sp__child__list.__about .p-nav_sp__child__item:not(:first-child) {
  margin-top: 1em;
}

.p-nav_sp__child__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-nav_sp__child__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-nav_sp__child__text {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}

.p-header__nav_sp__siteinfo {
  margin: 0 10.1%;
  padding: 1.75em 0 2.75em;
}
.p-header__nav_sp__siteinfo .__item > a {
  display: block;
  color: #879A89;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 400;
  padding: 12px 0;
}

.js-humburgerOpen .p-header__nav_sp {
  opacity: 1;
  pointer-events: auto;
}

/* .c-humburger */
.c-humburger {
  display: none;
}
@media screen and (max-width: 980px) {
  .c-humburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 38px;
    height: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .c-humburger {
    margin-right: 0.5em;
  }
}

.c-humburger__wrapper {
  width: 22px;
}

.c-humburger__bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.c-humburger__bar.__middle {
  margin-top: 5.5px;
}
.c-humburger__bar.__bottom {
  margin-top: 5.5px;
}

#index.js-oneScroll .p-header__logo > a,
body:not(#index) .p-header__logo > a,
.js-humburgerOpen .p-header__logo > a {
  background-image: url("./img/common/logo__black.png");
}
@media screen and (max-width: 375px) {
  #index.js-oneScroll .p-header__logo > a,
  body:not(#index) .p-header__logo > a,
  .js-humburgerOpen .p-header__logo > a {
    background-image: url("./img/common/logo__black__sp.png");
  }
}
#index.js-oneScroll .p-header__nav__list .__item .__link,
#index.js-oneScroll .p-header__nav__list .__item .p-nav__dropdown__link,
body:not(#index) .p-header__nav__list .__item .__link,
body:not(#index) .p-header__nav__list .__item .p-nav__dropdown__link,
.js-humburgerOpen .p-header__nav__list .__item .__link,
.js-humburgerOpen .p-header__nav__list .__item .p-nav__dropdown__link {
  color: #000000;
}
#index.js-oneScroll .p-header__nav__list .__item.__parent .p-nav__dropdown__link:after,
body:not(#index) .p-header__nav__list .__item.__parent .p-nav__dropdown__link:after,
.js-humburgerOpen .p-header__nav__list .__item.__parent .p-nav__dropdown__link:after {
  background-image: url("./img/common/icon-arrow__black.png");
}
#index.js-oneScroll .p-header__utility__item .__search,
body:not(#index) .p-header__utility__item .__search,
.js-humburgerOpen .p-header__utility__item .__search {
  background-image: url("./img/common/icon-search__black.png");
}
#index.js-oneScroll .p-header__utility__item .__user,
body:not(#index) .p-header__utility__item .__user,
.js-humburgerOpen .p-header__utility__item .__user {
  background-image: url("./img/common/icon-user__black.png");
}
#index.js-oneScroll .p-header__utility__item .__cart,
body:not(#index) .p-header__utility__item .__cart,
.js-humburgerOpen .p-header__utility__item .__cart {
  background-image: url("./img/common/icon-cart__black.png");
}
#index.js-oneScroll .c-humburger__bar,
body:not(#index) .c-humburger__bar,
.js-humburgerOpen .c-humburger__bar {
  background-color: #000000;
}

#index.js-oneScroll:not(.js-humburgerOpen) .p-header__wrapper,
body:not(#index):not(.js-humburgerOpen) .p-header__wrapper {
  background-color: rgba(255, 255, 255, 0.95);
}

.js-humburgerOpen .p-header__wrapper {
  background-color: #FFFFFF;
}
.js-humburgerOpen .c-humburger__bar {
  background-color: #000000;
}
.js-humburgerOpen .c-humburger__bar.__top {
  -webkit-transform: translateY(7px) rotate(-45deg);
          transform: translateY(7px) rotate(-45deg);
}
.js-humburgerOpen .c-humburger__bar.__middle {
  opacity: 0;
}
.js-humburgerOpen .c-humburger__bar.__bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
          transform: translateY(-6px) rotate(45deg);
}

/* .p-search */
.p-search {
  width: 100%;
  height: 78px;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #879A89;
  z-index: 9999;
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.3s;
  transition: opacity 0.25s, -webkit-transform 0.3s;
  transition: opacity 0.25s, transform 0.3s;
  transition: opacity 0.25s, transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 540px) {
  .p-search {
    height: 88px;
  }
}
.p-search.is-active {
  opacity: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.p-search__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-search_form {
  width: 400px;
  height: 40px;
}
@media screen and (max-width: 540px) {
  .p-search_form {
    width: 69.6%;
  }
}

.p-search_form__wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 2px;
}

.p-search_input {
  width: 100%;
  height: 100%;
  background-color: #FFFFFF;
  padding: 8px 16px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-search_input {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}

.p-search_icon {
  position: absolute;
  top: 4px;
  right: 8px;
  width: 32px;
  height: 32px;
  background-image: url("./img/common/icon-search__gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-search__close {
  position: absolute;
  top: 31px;
  left: calc(50% + 216px);
  width: 14.14px;
  height: 14.14px;
  background-image: url("./img/common/icon-close__white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 540px) {
  .p-search__close {
    top: 36px;
    left: auto;
    right: 6.667%;
    width: 16px;
    height: 16px;
  }
}

.p-search__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0.18);
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-search__overlay.is-active {
  display: block;
  opacity: 1;
}

.p-no_result {
  text-align: center;
}

/* main
  ========================================================================== */
/* index
========================================================================== */
/*---- .p-index_kv ----*/
.p-index_kv .swiper-slide {
  -webkit-filter: brightness(0.75);
          filter: brightness(0.75);
}
.p-index_kv .swiper-pagination {
  bottom: 19px;
}
@media screen and (max-width: 540px) {
  .p-index_kv .swiper-pagination {
    bottom: 11px;
  }
}
.p-index_kv .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  background-color: transparent;
  border: solid 1px #FFFFFF;
  margin: 0 6px;
}
@media screen and (max-width: 375px) {
  .p-index_kv .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.p-index_kv .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
}

.p-index_kv__wrapper {
  position: relative;
}

.p-index_kv__logo {
  width: 140px;
  position: absolute;
  top: calc(50% + 1px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}
@media screen and (max-width: 840px) {
  .p-index_kv__logo {
    width: 100px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_kv__logo {
    width: 23.4667%;
    min-width: 88px;
    top: calc(50% + 2px);
  }
}
.p-index_kv__logo img {
  width: 100%;
}

/*---- .p-index_category ----*/
.p-index_category__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 9.25em 0 5.375em;
}
@media screen and (max-width: 375px) {
  .p-index_category__wrapper {
    padding: 5.75em 0 3.625em;
  }
}
.p-index_category__wrapper .p-more {
  margin-top: 3em;
}
@media screen and (max-width: 375px) {
  .p-index_category__wrapper .p-more {
    margin-top: 2.5em;
  }
}
.p-index_category__wrapper .p-more > a {
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 840px) {
  .p-index_category__wrapper .p-more > a {
    margin-right: auto;
  }
}

.p-index_category__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 840px) {
  .p-index_category__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-index_category__list .p-section__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 31.9842%;
  max-width: 403px;
  height: 18.5715vw;
  max-height: 260px;
  padding-bottom: 0.75em;
}
@media screen and (max-width: 1140px) {
  .p-index_category__list .p-section__title {
    height: 18.5719vw;
  }
}
@media screen and (max-width: 840px) {
  .p-index_category__list .p-section__title {
    width: 47.407%;
    max-width: 100%;
    height: 27.5268vw;
    min-height: 180px;
    padding-top: 1.5em;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-index_category__list .p-section__title {
    height: 0.48vw;
  }
}

.p-index_category__box {
  width: 31.9842%;
  max-width: 403px;
  height: 18.5715vw;
  max-height: 260px;
}
@media screen and (max-width: 1140px) {
  .p-index_category__box {
    height: 18.5719vw;
  }
}
@media screen and (max-width: 840px) {
  .p-index_category__box {
    width: 47.4075%;
    max-width: 100%;
    height: 27.5268vw;
    min-height: 180px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_category__box {
    height: 48vw;
  }
}
@media screen and (min-width: 841px) {
  .p-index_category__box:nth-child(n+4) {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_category__box:nth-child(n+2) {
    margin-top: 1em;
  }
}
.p-index_category__box:not(:nth-child(3n+1)) {
  margin-left: 1.9842%;
}
@media screen and (max-width: 840px) {
  .p-index_category__box:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
}

.p-index_category__link {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.p-index_category__link.__gift {
  background-image: url("./img/index/img-category01.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_category__link.__gift {
    background-image: url("./img/index/img-category__sp01.jpg");
  }
}
.p-index_category__link.__koji {
  background-image: url("./img/index/img-category02.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_category__link.__koji {
    background-image: url("./img/index/img-category__sp02.jpg");
  }
}
.p-index_category__link.__soysauce {
  background-image: url("./img/index/img-category03.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_category__link.__soysauce {
    background-image: url("./img/index/img-category__sp03.jpg");
  }
}
.p-index_category__link.__pickles {
  background-image: url("./img/index/img-category04.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_category__link.__pickles {
    background-image: url("./img/index/img-category__sp04.jpg");
  }
}
.p-index_category__link.__others {
  background-image: url("./img/index/img-category05.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_category__link.__others {
    background-image: url("./img/index/img-category__sp05.jpg");
  }
}
.p-index_category__link:hover {
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: lighten;
  -webkit-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}

.p-index_category__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100px;
  height: 100%;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.2222222222;
  font-weight: 400;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  background-color: rgba(255, 255, 255, 0.75);
  margin-left: auto;
}
@media screen and (max-width: 840px) {
  .p-index_category__title {
    width: 80px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_category__title {
    width: 30%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 400;
  }
}
.p-index_category__title span {
  letter-spacing: -0.23em;
  margin-top: -0.23em;
}

.js-isSafari .p-index_category__title span, .js-isFirefox .p-index_category__title span {
  letter-spacing: 0.09em;
}

/*---- .p-index_pickup ----*/
.p-index_pickup {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/index/bg-pick_up.jpg");
}

.p-index_pickup__wrapper {
  position: relative;
  margin: 0 auto;
  padding-top: 4.4375em;
  padding-bottom: 5.8125em;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__wrapper {
    padding-top: 2.9375em;
    padding-bottom: 3.8125em;
  }
}
.p-index_pickup__wrapper .p-section__title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-index_pickup__list {
  position: relative;
  width: 95%;
  margin-top: 2.8125em;
  margin-right: 0;
  padding-bottom: 4.875em;
  overflow: hidden;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__list {
    width: 100%;
    margin-top: 1.25em;
    margin-right: auto;
    padding-bottom: 3.8125em;
  }
}
.p-index_pickup__list .swiper-button-prev,
.p-index_pickup__list .swiper-button-next {
  width: 40px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 104px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 0;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__list .swiper-button-prev,
  .p-index_pickup__list .swiper-button-next {
    width: 24px;
    height: 64px;
    top: 62px;
  }
}
.p-index_pickup__list .swiper-button-prev:after,
.p-index_pickup__list .swiper-button-next:after {
  color: #333333;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__list .swiper-button-prev:after,
  .p-index_pickup__list .swiper-button-next:after {
    font-size: 16px;
  }
}
.p-index_pickup__list .swiper-button-prev:hover,
.p-index_pickup__list .swiper-button-next:hover {
  opacity: 0.6;
}
.p-index_pickup__list .swiper-button-prev {
  left: 16px;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__list .swiper-button-prev {
    left: 8vw;
  }
}
.p-index_pickup__list .swiper-button-next {
  right: 16px;
}
@media screen and (max-width: 1140px) {
  .p-index_pickup__list .swiper-button-next {
    right: 32px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_pickup__list .swiper-button-next {
    right: 8vw;
  }
}
.p-index_pickup__list .swiper-pagination {
  bottom: 0px;
  text-align: left;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__list .swiper-pagination {
    width: 90%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
.p-index_pickup__list .swiper-pagination .swiper-pagination-bullet {
  width: 56px;
  height: 1px;
  background-color: #777777;
  margin-left: 0;
  margin-right: 8px;
  border-radius: 0;
  opacity: 1;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__list .swiper-pagination .swiper-pagination-bullet {
    width: 32px;
  }
}
.p-index_pickup__list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #333333;
}

.p-index_pickup__item {
  width: 480px;
}
@media screen and (max-width: 840px) {
  .p-index_pickup__item {
    width: 300px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_pickup__item {
    width: 299px;
  }
}

.p-index_pickup__link {
  width: 100%;
  height: 100%;
}

.p-index_pickup__img {
  width: 100%;
  height: 280px;
  background-color: #F5F5F5;
}
@media screen and (max-width: 840px) {
  .p-index_pickup__img {
    height: 175px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_pickup__img {
    height: 188px;
  }
}
.p-index_pickup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-index_pickup__texts .__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88px;
  height: 24px;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 700;
  background-color: #879A89;
  margin-top: 17px;
  padding-bottom: 2px;
}
@media screen and (max-width: 840px) {
  .p-index_pickup__texts .__cat {
    padding-bottom: 1px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_pickup__texts .__cat {
    width: 72px;
    height: 20px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 0.9em;
  }
}
.p-index_pickup__texts .__name {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.25em;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__texts .__name {
    margin-top: 0.125em;
  }
}
.p-index_pickup__texts .__price {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.2857em;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__texts .__price {
    margin-top: 0.14286em;
  }
}
.p-index_pickup__texts .__price .__tax {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0.2em;
}
.p-index_pickup__texts .__details {
  max-width: 360px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
  overflow: hidden;
  color: #777777;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.3333333333;
  font-weight: 400;
  margin-top: 0.6667em;
}
@media screen and (max-width: 540px) {
  .p-index_pickup__texts .__details {
    margin-top: 0.4167em;
  }
}

/*---- .p-index_ranking ----*/
.p-index_ranking__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 5.25em 0 9.25em;
}
@media screen and (max-width: 375px) {
  .p-index_ranking__wrapper {
    padding: 3.5em 0 6.625em;
  }
}

.p-index_ranking__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2.8125em;
}
@media screen and (max-width: 1340px) {
  .p-index_ranking__list {
    width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-index_ranking__list {
    width: 100%;
    max-width: 600px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_ranking__list {
    width: 100%;
  }
}

.p-index_ranking__item {
  width: 220px;
}
@media screen and (max-width: 1340px) {
  .p-index_ranking__item:nth-child(n+4) {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_ranking__item {
    width: 47.4075%;
  }
  .p-index_ranking__item:nth-child(n+3) {
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_ranking__item:nth-child(n+3) {
    margin-top: 2em;
  }
}
@media screen and (max-width: 375px) {
  .p-index_ranking__item:nth-child(n+3) {
    margin-top: 1.5em;
  }
}
.p-index_ranking__item:not(:first-child) {
  margin-left: 2.5em;
}
@media screen and (max-width: 1400px) {
  .p-index_ranking__item:not(:first-child) {
    margin-left: calc((100% - 1100px) / 4);
  }
}
@media screen and (max-width: 1340px) {
  .p-index_ranking__item:not(:first-child) {
    margin-left: 2.5em;
  }
}
@media screen and (max-width: 840px) {
  .p-index_ranking__item:not(:first-child) {
    margin-left: 0;
  }
}

.p-index_ranking__link {
  width: 100%;
  height: 100%;
}

.p-index_ranking__img {
  position: relative;
  width: 100%;
  height: 220px;
}
@media screen and (max-width: 840px) {
  .p-index_ranking__img {
    height: 33.8096vw;
  }
}
@media screen and (max-width: 540px) {
  .p-index_ranking__img {
    height: 42.6667vw;
  }
}
.p-index_ranking__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_ranking__num {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #879A89;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.9545454545;
  font-weight: 300;
  background-color: #FFFFFF;
}
@media screen and (max-width: 540px) {
  .p-index_ranking__num {
    width: 32px;
    height: 32px;
    font-size: 21px;
    letter-spacing: 0.05em;
    line-height: 1.9047619048;
    font-weight: 300;
  }
}

.p-index_ranking__texts .__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88px;
  height: 24px;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 700;
  background-color: #879A89;
  margin-top: 1.3333em;
  padding-bottom: 1px;
}
@media screen and (max-width: 540px) {
  .p-index_ranking__texts .__cat {
    width: 72px;
    height: 20px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
    margin-top: 0.8em;
  }
}
.p-index_ranking__texts .__name {
  display: block;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 0.25em;
}
@media screen and (max-width: 540px) {
  .p-index_ranking__texts .__name {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 0.2857em;
  }
}
.p-index_ranking__texts .__price {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.2857em;
}
.p-index_ranking__texts .__price .__tax {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0.2em;
}

/*---- .p-index_gift ----*/
.p-index_gift__wrapper {
  width: 90%;
  max-width: 1080px;
  margin: 0 auto;
  padding-bottom: 9.25em;
}
@media screen and (max-width: 540px) {
  .p-index_gift__wrapper {
    padding-bottom: 3.625em;
  }
}

.p-index_gift__banner {
  position: relative;
  display: block;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/index/bnr-gift.jpg");
  border: solid 4px #879A89;
  padding: 3.6875em 1.875em 0.9375em;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
@media screen and (max-width: 1400px) {
  .p-index_gift__banner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 1260px) {
  .p-index_gift__banner {
    position: relative;
  }
}
@media screen and (max-width: 1140px) {
  .p-index_gift__banner {
    background-position: center right;
  }
}
@media screen and (max-width: 840px) {
  .p-index_gift__banner {
    padding-top: 2em;
  }
}
@media screen and (max-width: 640px) {
  .p-index_gift__banner {
    background-position-x: 93%;
  }
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner {
    height: auto;
    background-image: url("./img/index/bnr-gift__sp.jpg");
    border-width: 3px;
    padding: 15px 17px 6px;
  }
}
@media screen and (max-width: 1260px) {
  .p-index_gift__banner::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.48);
  }
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner::after {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .p-index_gift__banner .__sub_title,
  .p-index_gift__banner .__title,
  .p-index_gift__banner .__text,
  .p-index_gift__banner .__link {
    position: relative;
    z-index: 1;
  }
}
.p-index_gift__banner .__sub_title {
  color: #879A89;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner .__sub_title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.9285714286;
    font-weight: 300;
  }
}
.p-index_gift__banner .__title {
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 32px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  margin-top: -11px;
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner .__title {
    font-size: 22px;
    letter-spacing: 0.05em;
    line-height: 1.9545454545;
    font-weight: 300;
    margin-top: -10px;
  }
}
.p-index_gift__banner .__text {
  max-width: 695px;
  background-color: rgba(255, 255, 255, 0.75);
  margin-top: 10px;
  padding: 1.0625em 1em;
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner .__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 99px;
    padding: 12px 8px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner .__text .__pc_only {
    display: none;
  }
}
.p-index_gift__banner .__link {
  display: block;
  color: #333333;
  text-align: right;
  margin-top: 1.0625em;
  padding-right: 0.4375em;
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner .__link {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 400;
    margin-top: 0.75em;
    margin-right: -5px;
    padding-right: 0;
  }
}
.p-index_gift__banner .__link:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__triangle__black.png");
  margin-left: 0.5625em;
  margin-bottom: 0.0625em;
}
@media screen and (max-width: 540px) {
  .p-index_gift__banner .__link:after {
    margin-left: 0.5em;
    margin-bottom: 0;
  }
}

/*---- .p-index_recipes ----*/
.p-index_recipes {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/index/bg-recipe.jpg");
}

.p-index_recipes__wrapper {
  padding: 4.5em 0 6.125em;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__wrapper {
    padding: 2.9375em 0 4.125em;
  }
}
.p-index_recipes__wrapper .p-section__title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.p-index_recipes__wrapper .p-more {
  width: 90%;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__wrapper .p-more {
    margin-top: 2em;
  }
}

.p-index_recipes__list {
  position: relative;
  max-width: 1276px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1340px) {
  .p-index_recipes__list {
    width: 90%;
  }
}
@media screen and (max-width: 540px) {
  .p-index_recipes__list {
    width: 95%;
    margin-right: 0;
  }
}
.p-index_recipes__list .swiper-button-prev,
.p-index_recipes__list .swiper-button-next {
  width: 40px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 134px;
  background-color: rgba(255, 255, 255, 0.6);
  margin-top: 0;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__list .swiper-button-prev,
  .p-index_recipes__list .swiper-button-next {
    width: 24px;
    height: 64px;
    top: 92px;
  }
}
.p-index_recipes__list .swiper-button-prev:after,
.p-index_recipes__list .swiper-button-next:after {
  color: #333333;
  font-size: 24px;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__list .swiper-button-prev:after,
  .p-index_recipes__list .swiper-button-next:after {
    font-size: 16px;
  }
}
.p-index_recipes__list .swiper-button-prev:hover,
.p-index_recipes__list .swiper-button-next:hover {
  opacity: 0.6;
}
.p-index_recipes__list .swiper-button-prev {
  left: -12px;
}
@media screen and (max-width: 1300px) {
  .p-index_recipes__list .swiper-button-prev {
    left: 0px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_recipes__list .swiper-button-prev {
    left: -11px;
  }
}
.p-index_recipes__list .swiper-button-next {
  right: -12px;
}
@media screen and (max-width: 1300px) {
  .p-index_recipes__list .swiper-button-next {
    right: 0px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_recipes__list .swiper-button-next {
    right: 8px;
  }
}

.p-index_recipes__list__wrapper {
  margin-top: 2.8125em;
  padding: 0 0.5em 0.5em;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__list__wrapper {
    margin-top: 1.3125em;
    padding-left: 0;
    padding-right: 0;
  }
}

.p-index_recipes__item {
  width: 285px !important;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__item {
    width: 200px !important;
  }
}

.p-index_recipes__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
}

.p-index_recipes__img {
  position: relative;
  width: 100%;
  height: 200px;
}
@media screen and (max-width: 1340px) {
  .p-index_recipes__img {
    height: 200px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_recipes__img {
    height: 140px;
  }
}
.p-index_recipes__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_recipes__cat {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 540px) {
  .p-index_recipes__cat {
    min-width: 76px;
    height: 36px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.5714285714;
    font-weight: 400;
  }
}

.p-index_recipes__texts {
  background-color: #FFFFFF;
  padding: 0.9375em 0.75em 0.625em;
}
@media screen and (max-width: 375px) {
  .p-index_recipes__texts {
    padding: 0.75em 0.5em 0.25em;
  }
}
.p-index_recipes__texts .__catch {
  display: block;
  color: #777777;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.4166666667;
  font-weight: 400;
  border-top: solid 1px #879A89;
  padding-top: 0.6667em;
}
@media screen and (max-width: 375px) {
  .p-index_recipes__texts .__catch {
    padding-top: 0.5834em;
  }
}
.p-index_recipes__texts .__name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
  margin-top: 0.2222em;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__texts .__name {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 0.1429em;
  }
}
.p-index_recipes__texts .__link {
  display: block;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
  text-align: right;
  margin-top: 2.5em;
}
@media screen and (max-width: 540px) {
  .p-index_recipes__texts .__link {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 400;
    margin-top: 1.75em;
  }
}
.p-index_recipes__texts .__link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__triangle.svg");
  margin-left: 0.4286em;
  margin-right: 0.2857em;
  margin-bottom: 0.1429em;
}

/*---- .p-index_about ----*/
.p-index_about__wrapper {
  padding-top: 5.25em;
}
@media screen and (max-width: 375px) {
  .p-index_about__wrapper {
    padding-top: 3.4375em;
  }
}
.p-index_about__wrapper .p-section__title {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.p-index_about__top {
  margin-top: 2.6875em;
  background-color: #879A89;
}
@media screen and (max-width: 375px) {
  .p-index_about__top {
    margin-top: 1.1875em;
  }
}

.p-index_about__top__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .p-index_about__top__wrapper {
    display: block;
    width: 100%;
    padding-top: 24px;
  }
}

.p-index_about__img {
  width: 46.8254%;
}
@media screen and (max-width: 540px) {
  .p-index_about__img {
    width: 100%;
  }
}
.p-index_about__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-index_about__text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 47.6191%;
  color: #FFFFFF;
  margin-left: 5.556%;
  padding: 20px 0;
}
@media screen and (max-width: 840px) {
  .p-index_about__text {
    padding: 40px 0;
  }
}
@media screen and (max-width: 540px) {
  .p-index_about__text {
    width: 90%;
    margin: 0 auto;
    padding: 2.5625em 0 3em;
  }
}
.p-index_about__text:after {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  content: "";
  width: 214px;
  height: 214px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/dec-logo.png");
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 540px) {
  .p-index_about__text:after {
    width: 148px;
    height: 148px;
    top: calc(50% - 4px);
  }
}
.p-index_about__text .__main {
  position: relative;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-top: -1px;
  z-index: 10;
}
@media screen and (max-width: 1040px) {
  .p-index_about__text .__main {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5555555556;
    font-weight: 400;
  }
  .p-index_about__text .__main .__pc_only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-index_about__text .__main {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}
.p-index_about__text .__sub {
  position: relative;
  margin-top: 1.375em;
  z-index: 10;
}
@media screen and (max-width: 540px) {
  .p-index_about__text .__sub {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 16px;
  }
}

.p-index_about__bottom {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/index/bg-about.jpg");
}

.p-index_about__bottom__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 6.25em 0;
}
@media screen and (max-width: 840px) {
  .p-index_about__bottom__wrapper {
    padding: 4em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-index_about__bottom__wrapper {
    padding: 3.5em 0;
  }
}

.p-index_about__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 540px) {
  .p-index_about__list {
    display: block;
  }
}

.p-index_about__item {
  width: 31.1905%;
  height: 20vw;
  max-height: 280px;
}
@media screen and (max-width: 540px) {
  .p-index_about__item {
    width: 100%;
    height: 160px;
  }
  .p-index_about__item:not(:first-child) {
    margin-top: 1em;
  }
}

.p-index_about__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px rgba(0, 0, 0, 0.16);
}
.p-index_about__link:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.48);
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
}
.p-index_about__link:hover {
  opacity: 1;
}
.p-index_about__link:hover:after {
  background-color: rgba(135, 154, 137, 0.48);
}
.p-index_about__link.__company {
  background-image: url("./img/index/bg-company.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_about__link.__company {
    background-image: url("./img/index/bg-company__sp.jpg");
  }
}
.p-index_about__link.__service {
  background-image: url("./img/index/bg-service.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_about__link.__service {
    background-image: url("./img/index/bg-service__sp.jpg");
  }
}
.p-index_about__link.__commitment {
  background-image: url("./img/index/bg-commitment.jpg");
}
@media screen and (max-width: 540px) {
  .p-index_about__link.__commitment {
    background-image: url("./img/index/bg-commitment__sp.jpg");
  }
}
.p-index_about__link .__title {
  position: relative;
  color: #FFFFFF;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  font-weight: 400;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .p-index_about__link .__title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
    font-weight: 400;
  }
}

/*---- .p-index_news ----*/
.p-index_news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1120px;
  margin: 0 auto;
  padding: 9.25em 0;
}
@media screen and (max-width: 840px) {
  .p-index_news__wrapper {
    display: block;
    padding: 6.0625em 0 6.75em;
  }
}

.p-index_news__title {
  width: 218px;
  padding-bottom: 6.5em;
}
@media screen and (max-width: 1040px) {
  .p-index_news__title {
    width: 150px;
  }
}
@media screen and (max-width: 840px) {
  .p-index_news__title {
    width: 100%;
    padding-bottom: 0px;
  }
}

.p-index_news__content {
  max-width: 761px;
  width: calc(100% - 218px);
}
@media screen and (max-width: 1040px) {
  .p-index_news__content {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 840px) {
  .p-index_news__content {
    width: 100%;
    margin-top: 2.5em;
  }
}
@media screen and (max-width: 375px) {
  .p-index_news__content {
    margin-top: 1.1875em;
  }
}
.p-index_news__content .p-more {
  margin-top: 3em;
}
@media screen and (max-width: 540px) {
  .p-index_news__content .p-more {
    margin-top: 2.4375em;
  }
}
.p-index_news__content .p-more > a {
  margin-right: 0;
}
@media screen and (max-width: 540px) {
  .p-index_news__content .p-more > a {
    margin-right: auto;
  }
}

.p-index_news__item {
  border-top: solid 1px #879A89;
}
.p-index_news__item:last-child {
  border-bottom: solid 1px #879A89;
}

.p-index_news__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.5em 3em 1.4375em 2.5em;
}
@media screen and (max-width: 1040px) {
  .p-index_news__link {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_news__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1em 0.5em;
  }
}
.p-index_news__link:after {
  position: absolute;
  top: 50%;
  right: 40px;
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__triangle.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1040px) {
  .p-index_news__link:after {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-index_news__link:after {
    display: inline-block;
    right: 8px;
  }
}
.p-index_news__link .__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (max-width: 1040px) {
  .p-index_news__link .__date {
    min-width: 81px;
  }
}
@media screen and (max-width: 540px) {
  .p-index_news__link .__date {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    font-weight: 400;
  }
}
.p-index_news__link .__cat {
  min-width: 73.81px;
  color: #879A89;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-left: 2.2143em;
}
@media screen and (max-width: 1040px) {
  .p-index_news__link .__cat {
    min-width: 59px;
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_news__link .__cat {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    font-weight: 400;
    margin-left: 1.1667em;
  }
}
.p-index_news__link .__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-left: 16px;
}
@media screen and (max-width: 1040px) {
  .p-index_news__link .__title {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-index_news__link .__title {
    width: 100%;
    margin-top: 0.5em;
    margin-left: 0;
  }
}

/* company
  ========================================================================== */
.p-part-hero.__company .p-part-hero__wrapper {
  background-image: url("./img/company/img-hero__pc.jpg");
}
@media screen and (max-width: 540px) {
  .p-part-hero.__company .p-part-hero__wrapper {
    background-image: url("./img/company/img-hero__sp.jpg");
  }
}

/*---- .p-company_message ----*/
.p-company_message {
  position: relative;
  z-index: 1;
  margin-top: 9.25em;
}
@media screen and (max-width: 540px) {
  .p-company_message {
    margin-top: 61px;
  }
}

.p-company_message__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding-left: 5%;
  padding-bottom: 384px;
}
@media screen and (max-width: 840px) {
  .p-company_message__wrapper {
    display: block;
    padding-bottom: 196px;
    padding-left: 0;
  }
}

.p-company_message__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 308px;
  margin-top: -0.875em;
}
@media screen and (max-width: 840px) {
  .p-company_message__title {
    width: 90%;
    margin: 0 auto;
  }
}

.p-company_message__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 71.579%;
  max-width: 952px;
  height: 600px;
  color: #FFFFFF;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/company/img-company_message01.jpg");
  padding: 6.25em 6.5625em;
}
@media screen and (max-width: 1040px) {
  .p-company_message__texts {
    width: 75.5556%;
    padding: 50px;
  }
}
@media screen and (max-width: 840px) {
  .p-company_message__texts {
    margin-top: 21px;
    margin-left: auto;
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media screen and (max-width: 540px) {
  .p-company_message__texts {
    width: 90%;
    height: 424px;
    padding: 24px 24px 25px;
  }
}

.p-company_message__intro__title {
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  margin-top: -0.5em;
}
@media screen and (max-width: 1040px) {
  .p-company_message__intro__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 300;
  }
}
@media screen and (max-width: 540px) {
  .p-company_message__intro__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
  }
}
@media screen and (max-width: 1040px) {
  .p-company_message__intro__title .__pc_only {
    display: none;
  }
}

.p-company_message__intro__text {
  margin-top: 2.375em;
}
@media screen and (max-width: 540px) {
  .p-company_message__intro__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 25px;
  }
}
@media screen and (max-width: 840px) {
  .p-company_message__intro__text.__pc {
    display: none;
  }
}
.p-company_message__intro__text.__sp {
  display: none;
}
@media screen and (max-width: 840px) {
  .p-company_message__intro__text.__sp {
    display: block;
  }
}

.p-company_message__shop_img {
  position: absolute;
  left: 0;
  top: 544px;
  width: 52.8572%;
  height: 31.4286vw;
  -webkit-transition: 1.6s;
  transition: 1.6s;
}
@media screen and (max-width: 540px) {
  .p-company_message__shop_img {
    width: 320px;
    height: 220px;
    top: 479px;
  }
}
.p-company_message__shop_img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*---- .p-company_history ----*/
.p-company_history {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/company/bg-company_history.jpg");
  margin-top: -44.6875em;
}
@media screen and (max-width: 540px) {
  .p-company_history {
    margin-top: -412px;
  }
}

.p-company_history__wrapper {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  padding: 53.0625em 0 9.25em;
}
@media screen and (max-width: 540px) {
  .p-company_history__wrapper {
    padding: 31.8125em 0 6.75em;
  }
}

.p-company_history__list {
  position: relative;
  margin-top: 2.8125em;
}
@media screen and (max-width: 540px) {
  .p-company_history__list {
    margin-top: 21px;
  }
}
.p-company_history__list:before {
  position: absolute;
  top: 0px;
  left: 212px;
  display: block;
  content: "";
  width: 0;
  height: 100%;
  border-left: dashed 1px rgba(119, 119, 119, 0.8);
}
@media screen and (max-width: 540px) {
  .p-company_history__list:before {
    left: 5px;
  }
}

.p-company_history__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 540px) {
  .p-company_history__item {
    display: block;
  }
}
.p-company_history__item:not(:first-child) {
  padding-top: 0.5em;
}
@media screen and (max-width: 540px) {
  .p-company_history__item:not(:first-child) {
    padding-top: 1em;
  }
}

.p-company_history__year {
  position: relative;
  padding-right: 4em;
}
@media screen and (max-width: 540px) {
  .p-company_history__year {
    padding-right: 0;
  }
}
.p-company_history__year:before {
  position: absolute;
  top: 24px;
  left: 204px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background-color: #879A89;
  border-radius: 50%;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .p-company_history__year:before {
    top: 10px;
    left: 0px;
    width: 12px;
    height: 12px;
  }
}
.p-company_history__year .__year {
  display: block;
  width: 180px;
  text-align: center;
  background-color: rgba(159, 174, 160, 0.35);
  padding: 1.25em;
}
@media screen and (max-width: 540px) {
  .p-company_history__year .__year {
    width: 91.5556%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    text-align: left;
    margin-left: auto;
    padding: 6px 9.0615% 6px 4.8543%;
  }
}
@media screen and (max-width: 375px) {
  .p-company_history__year .__year {
    padding: 6px 28px 6px 15px;
  }
}

.p-company_history__text {
  width: 70.96%;
  max-width: 596px;
  background-color: rgba(135, 154, 137, 0.09);
  padding: 1.25em 1.5em 1.25em 1em;
}
@media screen and (max-width: 540px) {
  .p-company_history__text {
    width: 91.5556%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-left: auto;
    padding: 6px 9.0615% 6px 4.8543%;
  }
}
@media screen and (max-width: 375px) {
  .p-company_history__text {
    padding: 8px 28px 8px 15px;
  }
}

/*---- .p-company_store ----*/
.p-company_store__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 8.375em 0 9.25em;
}
@media screen and (max-width: 540px) {
  .p-company_store__wrapper {
    padding: 97px 0 108px;
  }
}

.p-company_store__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.6875em;
}
@media screen and (max-width: 840px) {
  .p-company_store__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 19px;
  }
}

.p-company_store__img {
  width: 46.83%;
  max-width: 590px;
}
@media screen and (max-width: 840px) {
  .p-company_store__img {
    width: 100%;
  }
}
.p-company_store__img img {
  width: 100%;
  height: auto;
}

.p-company_store__text {
  width: 46.83%;
  max-width: 590px;
}
@media screen and (max-width: 840px) {
  .p-company_store__text {
    width: 100%;
    margin-top: 28px;
  }
}

.p-company_store__info .__name {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  border-bottom: solid 1px #8FA391;
  padding: 0.75em 0 1.1em;
}
@media screen and (max-width: 540px) {
  .p-company_store__info .__name {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 1em;
  }
}

.p-company_store__info__list {
  margin-top: 1.4375em;
}
@media screen and (max-width: 540px) {
  .p-company_store__info__list {
    margin-top: 15px;
  }
}

.p-company_store__info__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 540px) {
  .p-company_store__info__item {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-company_store__info__item:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (max-width: 540px) {
  .p-company_store__info__item:not(:first-child) {
    margin-top: 8px;
  }
}
.p-company_store__info__item .__title {
  width: 139px;
}
@media screen and (max-width: 540px) {
  .p-company_store__info__item .__title {
    width: 38.2223%;
  }
}

.p-company_store__map {
  margin-top: 40px;
}

.p-company_store__map__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 54.2373%;
  overflow: hidden;
  -webkit-filter: brightness(0.9);
          filter: brightness(0.9);
}
@media screen and (max-width: 540px) {
  .p-company_store__map__wrapper {
    padding-top: 65.1852%;
  }
}
.p-company_store__map__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 320px);
  margin-top: -170px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.p-company_store__map__link {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.5714em;
}
.p-company_store__map__link:after {
  display: inline-block;
  content: "";
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/company/icon-link.png");
  margin-left: 0.1429em;
  margin-bottom: -0.1429em;
}

/* services
  ========================================================================== */
.p-part-hero.__services .p-part-hero__wrapper {
  background-image: url("./img/services/img-hero__pc.jpg");
}
@media screen and (max-width: 540px) {
  .p-part-hero.__services .p-part-hero__wrapper {
    background-image: url("./img/services/img-hero__sp.jpg");
  }
}

/*---- .p-services ----*/
.p-services__intro {
  width: 90%;
  margin: 5.625em auto 0;
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-services__intro {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    margin-top: 4em;
  }
}

.p-services__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 9.25em;
}
@media screen and (max-width: 840px) {
  .p-services__wrapper {
    max-width: 600px;
  }
}
@media screen and (max-width: 540px) {
  .p-services__wrapper {
    padding-bottom: 6.75em;
  }
}

.p-services__content {
  margin-top: 9.25em;
}
@media screen and (max-width: 840px) {
  .p-services__content {
    margin-top: 6.75em;
  }
}
.p-services__content:first-child {
  margin-top: 8.5625em;
}
@media screen and (max-width: 840px) {
  .p-services__content:first-child {
    margin-top: 4em;
  }
}

.p-services__content__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 840px) {
  .p-services__content__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-services__content__img {
  width: 50%;
}
@media screen and (max-width: 840px) {
  .p-services__content__img {
    width: 100%;
  }
}
.p-services__content__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-services__content__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/services/bg-services.jpg");
  padding: 1.875em 6.5625em;
}
@media screen and (max-width: 1040px) {
  .p-services__content__text {
    padding: 1.875em 50px;
  }
}
@media screen and (max-width: 840px) {
  .p-services__content__text {
    width: 100%;
    padding: 45px 5.6% 48px;
  }
}

.p-services__title {
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 2.0357142857;
  font-weight: 300;
  text-align: center;
  margin-top: -0.5714em;
}
@media screen and (max-width: 1040px) {
  .p-services__title {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 300;
  }
}
@media screen and (max-width: 540px) {
  .p-services__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 300;
  }
}
.p-services__title:before, .p-services__title:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  margin-bottom: 0.3214em;
}
@media screen and (max-width: 540px) {
  .p-services__title:before, .p-services__title:after {
    margin-bottom: 6px;
  }
}
.p-services__title:before {
  margin-right: 0.3929em;
}
@media screen and (max-width: 540px) {
  .p-services__title:before {
    margin-right: 11px;
  }
}
.p-services__title:after {
  margin-left: 0.3929em;
}
@media screen and (max-width: 540px) {
  .p-services__title:after {
    margin-left: 11px;
  }
}

.p-services__text {
  margin-top: 1.625em;
}
@media screen and (max-width: 540px) {
  .p-services__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 18px;
  }
}
@media screen and (max-width: 540px) {
  .p-services__text .__pc_only {
    display: none;
  }
}

.p-services__content__detail {
  max-width: 1120px;
  margin: 8.375em auto 0;
}
@media screen and (max-width: 1040px) {
  .p-services__content__detail {
    margin-top: 6.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-services__content__detail {
    margin-top: 3.8125em;
  }
}

.p-services__detail__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .p-services__detail__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-services__detail__block:not(:first-child) {
  margin-top: 5.875em;
}
@media screen and (max-width: 840px) {
  .p-services__detail__block:not(:first-child) {
    margin-top: 2.8125em;
  }
}

.p-services__detail__left {
  width: 27.1428%;
  max-width: 304px;
}
@media screen and (max-width: 840px) {
  .p-services__detail__left {
    width: 88.59%;
    max-width: none;
  }
}
.p-services__detail__left .__title {
  display: inline-block;
  min-width: 194px;
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.9545454545;
  font-weight: 300;
  text-align: center;
  border-bottom: solid 1px #879A89;
  padding: 0.0909em 1.818em;
}
@media screen and (max-width: 1040px) {
  .p-services__detail__left .__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 300;
  }
}
@media screen and (max-width: 840px) {
  .p-services__detail__left .__title {
    display: block;
    width: 100%;
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    text-align: left;
    padding: 2px 0;
  }
}

.p-services__detail__right {
  width: 70.1786%;
  max-width: 786px;
  margin-top: 0.8125em;
}
@media screen and (max-width: 840px) {
  .p-services__detail__right {
    width: 88.59%;
    margin-top: 24px;
  }
}
.p-services__detail__right .__name {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-services__detail__right .__name {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}
.p-services__detail__right .__name:not(:first-child) {
  margin-top: 3.15em;
}
@media screen and (max-width: 540px) {
  .p-services__detail__right .__name:not(:first-child) {
    margin-top: 40px;
  }
}
.p-services__detail__right .__text {
  margin-top: 14px;
}
@media screen and (max-width: 540px) {
  .p-services__detail__right .__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 8px;
  }
}
.p-services__detail__right .__link {
  text-decoration: underline;
}
@media screen and (max-width: 540px) {
  .p-services__detail__right .__link {
    text-decoration: none;
  }
}

.p-services__detail__list {
  margin-top: 0.875em;
}
@media screen and (max-width: 540px) {
  .p-services__detail__list {
    margin-top: 8px;
  }
}

.p-services__list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .p-services__list__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-services__list__item:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-services__list__item:not(:first-child) {
    margin-top: 16px;
  }
}
.p-services__list__item .__list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 218px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
  text-align: center;
  background-color: rgba(135, 154, 137, 0.35);
}
@media screen and (max-width: 840px) {
  .p-services__list__item .__list_title {
    display: block;
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    text-align: left;
    padding: 8px 5.35%;
  }
}
@media screen and (max-width: 840px) {
  .p-services__list__item .__list_title .__pc_only {
    display: none;
  }
}
.p-services__list__item .__list_text {
  width: 560px;
  background-color: rgba(135, 154, 137, 0.09);
  padding: 1.5em;
}
@media screen and (max-width: 840px) {
  .p-services__list__item .__list_text {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 4px;
    padding: 16px 5.35%;
  }
}

/* commitment
========================================================================== */
.p-part-hero.__commitment .p-part-hero__wrapper {
  background-image: url("./img/commitment/img-hero__pc.jpg");
}

/*---- .p-commitment ----*/
.p-commitment__intro {
  width: 90%;
  margin: 0 auto;
  padding: 6.2917em 0 5.7083em;
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  text-align: center;
  background-size: 214px 214px;
  background-repeat: no-repeat;
  background-position: center 93px;
  background-image: url("./img/common/dec-logo__green.png");
}
@media screen and (max-width: 840px) {
  .p-commitment__intro {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    background-size: 150px 150px;
    background-position-y: center;
  }
}
@media screen and (max-width: 540px) {
  .p-commitment__intro {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    background-size: 100px 100px;
    background-position-y: center;
    margin-top: 46px;
    margin-bottom: 46px;
    padding: 17px 0 19px;
  }
}
@media screen and (max-width: 840px) {
  .p-commitment__intro rt {
    display: none;
  }
}

.p-commitment__wrapper {
  padding-bottom: 3.875em;
}

.p-commitment__content {
  padding: 5.375em 0;
}
@media screen and (max-width: 840px) {
  .p-commitment__content {
    padding-top: 61px;
    padding-bottom: 150px;
  }
}
.p-commitment__content:nth-child(odd) {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./img/commitment/bg-commitment01.jpg");
  padding-bottom: 6.125em;
}
.p-commitment__content:nth-child(even) {
  padding-top: 6.125em;
}
@media screen and (max-width: 1240px) {
  .p-commitment__content:nth-child(even) {
    padding-top: 69px;
  }
}
@media screen and (max-width: 1240px) {
  .p-commitment__content.__koji {
    padding-bottom: 171px;
  }
}
@media screen and (max-width: 1240px) {
  .p-commitment__content.__soysauce {
    padding-bottom: 162px;
  }
}
@media screen and (max-width: 1240px) {
  .p-commitment__content.__pickles {
    padding-bottom: 154px;
  }
}
@media screen and (max-width: 1240px) {
  .p-commitment__content.__hakusan {
    padding-bottom: 223px;
  }
}

.p-commitment__content__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .p-commitment__content__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-commitment__content__left {
  width: 24.4445%;
  max-width: 308px;
  width: 308px;
}
@media screen and (max-width: 1240px) {
  .p-commitment__content__left {
    width: 100%;
    max-width: none;
  }
}

.p-commitment__content__right {
  width: 70%;
  max-width: 882px;
}
@media screen and (max-width: 1240px) {
  .p-commitment__content__right {
    width: 75%;
    margin-top: 3em;
  }
}
@media screen and (max-width: 1140px) {
  .p-commitment__content__right {
    width: 100%;
    margin-top: 2em;
  }
}
@media screen and (max-width: 840px) {
  .p-commitment__content__right {
    margin-top: 17px;
  }
}

.p-commitment__title {
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 22px;
  letter-spacing: 0.05em;
  line-height: 1.9545454545;
  font-weight: 300;
  text-align: center;
  margin-top: -0.5455em;
}
@media screen and (max-width: 840px) {
  .p-commitment__title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7777777778;
    font-weight: 300;
  }
}
.p-commitment__title:before, .p-commitment__title:after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  background-color: #000000;
  border-radius: 50%;
  margin-bottom: 0.2727em;
}
.p-commitment__title:before {
  margin-right: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-commitment__title:before {
    margin-right: 11px;
  }
}
.p-commitment__title:after {
  margin-left: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-commitment__title:after {
    margin-left: 11px;
  }
}

.p-commitment__content__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .p-commitment__content__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-commitment__content__block:not(:first-child) {
  margin-top: 4em;
}
@media screen and (max-width: 840px) {
  .p-commitment__content__block:not(:first-child) {
    margin-top: 55px;
  }
}

.p-commitment__content__img {
  width: 40.8162%;
  width: 360px;
  height: 360px;
}
@media screen and (max-width: 840px) {
  .p-commitment__content__img {
    width: 100%;
    max-width: 600px;
    height: auto;
  }
}
.p-commitment__content__img picture {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-commitment__content__text {
  width: 49.2064%;
  max-width: 434px;
  margin-top: -0.875em;
}
@media screen and (max-width: 840px) {
  .p-commitment__content__text {
    width: 100%;
    max-width: 600px;
    margin-top: 10px;
  }
}
.p-commitment__content__text .__point {
  color: #879A89;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 2.0357142857;
  font-weight: 300;
}
@media screen and (max-width: 840px) {
  .p-commitment__content__text .__point {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 300;
  }
}
.p-commitment__content__text .__text {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-top: 7px;
}
@media screen and (max-width: 840px) {
  .p-commitment__content__text .__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 6px;
  }
}

.p-commitment__content__dec {
  position: absolute;
  width: 24.4445%;
  width: auto;
  max-width: 308px;
  left: 0;
  bottom: -55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #879A89;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 120px;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 300;
  opacity: 0.25;
}
@media screen and (max-width: 1240px) {
  .p-commitment__content__dec {
    max-width: none;
    bottom: -161px;
    font-size: 90px;
    letter-spacing: 0em;
    line-height: 2.2222222222;
    font-weight: 300;
  }
}
@media screen and (max-width: 840px) {
  .p-commitment__content__dec {
    left: 0%;
    bottom: -141px;
    font-size: 80px;
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 300;
  }
}
.p-commitment__content__dec.__pickles {
  bottom: -33px;
  font-size: 72px;
  letter-spacing: 0em;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 1240px) {
  .p-commitment__content__dec.__pickles {
    bottom: -130px;
  }
}
@media screen and (max-width: 840px) {
  .p-commitment__content__dec.__pickles {
    bottom: -117px;
    font-size: 64px;
    letter-spacing: 0em;
    line-height: 2;
    font-weight: 300;
  }
}
.p-commitment__content__dec.__hakusan {
  bottom: -11px;
  font-size: 72px;
  letter-spacing: 0em;
  line-height: 1.3888888889;
  font-weight: 300;
}
@media screen and (max-width: 1240px) {
  .p-commitment__content__dec.__hakusan {
    bottom: -220px;
  }
}
@media screen and (max-width: 840px) {
  .p-commitment__content__dec.__hakusan {
    bottom: -186px;
    font-size: 64px;
    letter-spacing: 0em;
    line-height: 1.375;
    font-weight: 300;
  }
}

/* products
  ========================================================================== */
.p-single_main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding: 1.5em 0 9.1875em;
}
@media screen and (max-width: 1040px) {
  .p-single_main__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 375px) {
  .p-single_main__inner {
    padding: 1.4375em 0 6.75em;
  }
}

.p-single_main__wrapper {
  width: 71.4286%;
  max-width: 900px;
}
@media screen and (max-width: 1040px) {
  .p-single_main__wrapper {
    width: 100%;
    max-width: 720px;
  }
}

.products .p-single_main__inner {
  padding-bottom: 7.9375em;
}
@media screen and (max-width: 375px) {
  .products .p-single_main__inner {
    padding-bottom: 6.75em;
  }
}

/* 商品一覧 */
.p-single_products__hero {
  width: 100%;
  height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("./img/products/img-category01.jpg");
  margin-top: 0.5em;
}
@media screen and (max-width: 1040px) {
  .p-single_products__hero {
    background-position: calc(50% + 50px) center;
  }
}
@media screen and (max-width: 540px) {
  .p-single_products__hero {
    height: 160px;
    height: 42.6667vw;
    background-position-x: 40%;
    margin-top: 0.375em;
  }
}
.p-single_products__hero.__gift {
  background-image: url("./img/products/img-category02.jpg");
}
@media screen and (max-width: 540px) {
  .p-single_products__hero.__gift {
    background-position-x: 38%;
  }
}
.p-single_products__hero.__koji {
  background-image: url("./img/products/img-category03.jpg");
}
@media screen and (max-width: 540px) {
  .p-single_products__hero.__koji {
    background-image: url("./img/index/img-category02.jpg");
    background-size: 120%;
    background-position-x: 11%;
    background-position-y: 59%;
  }
}
.p-single_products__hero.__soysauce {
  background-image: url("./img/products/img-category04.jpg");
}
.p-single_products__hero.__pickles {
  background-image: url("./img/products/img-category05.jpg");
}
.p-single_products__hero.__others {
  background-image: url("./img/products/img-category06.jpg");
}
.p-single_products__hero .__cat {
  width: 100px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  color: #FFFFFF;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.1538461538;
  font-weight: 300;
  background-color: #8FA391;
}
@media screen and (max-width: 540px) {
  .p-single_products__hero .__cat {
    width: 64px;
    font-size: 20px;
    letter-spacing: 0.2em;
    line-height: 1.3;
    font-weight: 300;
    padding-top: 5px;
  }
}

.p-single_products__wrapper {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 4.5% 1fr 4.5% 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 4.5%;
     -moz-column-gap: 4.5%;
          column-gap: 4.5%;
  row-gap: 56px;
  margin-top: 5em;
}
@media screen and (max-width: 840px) {
  .p-single_products__wrapper {
    -ms-grid-columns: 1fr 5.1852% 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.1852%;
       -moz-column-gap: 5.1852%;
            column-gap: 5.1852%;
    row-gap: 24px;
    margin-top: 3em;
  }
}
.p-single_products__wrapper.__none {
  display: block;
}

.p-single_products__list {
  width: 100%;
}

.p-single_products__img {
  width: 100%;
  height: 17.1429vw;
  max-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1040px) {
  .p-single_products__img {
    height: 192.01px;
    max-height: none;
  }
}
@media screen and (max-width: 840px) {
  .p-single_products__img {
    height: auto;
    aspect-ratio: 1/1;
  }
}

.p-single_products__ttl {
  margin-top: 1em;
}
@media screen and (max-width: 375px) {
  .p-single_products__ttl {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 0.5715em;
  }
}

.p-single_products__price .__price {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
.p-single_products__price .__tax {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 0.2em;
}

/* 商品詳細 */
.p-article_products__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 0.5em;
}
@media screen and (max-width: 540px) {
  .p-article_products__wrapper {
    display: block;
    margin-top: 0.375em;
  }
}

.p-article_products__slider {
  width: 49.7778%;
  max-width: 448px;
}
@media screen and (max-width: 540px) {
  .p-article_products__slider {
    width: 100%;
    max-width: 100%;
  }
}
.p-article_products__slider .p-article_products__slider__main {
  width: 100%;
  height: auto;
}
.p-article_products__slider .p-article_products__slider__main:not(.slick-initialized) {
  display: none;
}
.p-article_products__slider .p-article_products__slider__main .slick-list.draggable {
  width: 100%;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 840px) {
  .p-article_products__slider .p-article_products__slider__main .slick-list.draggable {
    aspect-ratio: 337/300;
  }
}
.p-article_products__slider .p-article_products__slider__main .slick-list.draggable .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 100%;
}
.p-article_products__slider .p-article_products__slider__main .slick-list.draggable .slick-track .__item {
  max-width: 100%;
  max-height: 100%;
}
.p-article_products__slider .p-article_products__slider__main .slick-list.draggable .slick-track .__item .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1/1;
}
.p-article_products__slider .p-article_products__slider__nav {
  margin-top: 1em;
}
.p-article_products__slider .p-article_products__slider__nav:not(.slick-initialized) {
  display: none;
}
@media screen and (max-width: 540px) {
  .p-article_products__slider .p-article_products__slider__nav {
    margin-top: 0.5em;
  }
}
.p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 100%;
  min-width: 100%;
  -webkit-transform: unset !important;
          transform: unset !important;
  row-gap: 1em;
}
@media screen and (max-width: 540px) {
  .p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track {
    row-gap: 0.5em;
  }
}
.p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 23.112% !important;
  aspect-ratio: 1/1;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 540px) {
  .p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item {
    width: 23.112% !important;
  }
}
.p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item:not(:nth-of-type(4n + 1)) {
  margin-left: 2.5184%;
}
@media screen and (max-width: 540px) {
  .p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item:not(:nth-of-type(4n + 1)) {
    margin-left: 0.53125em;
  }
}
.p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item:not(.slick-current) {
  opacity: 0.6;
}
.p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item:hover {
  opacity: 1;
}
.p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item .__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-article_products__slider .p-article_products__slider__nav .slick-list.draggable .slick-track .__item.slick-cloned {
  display: none;
}

.p-article_products__info {
  width: 44%;
  max-width: 396px;
}
@media screen and (max-width: 540px) {
  .p-article_products__info {
    width: 100%;
    max-width: 100%;
    margin-top: 3em;
  }
}

.p-article_products__num {
  color: #777777;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  border-bottom: solid 1px #879A89;
  padding-bottom: 0.5714em;
}
@media screen and (max-width: 375px) {
  .p-article_products__num {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    font-weight: 400;
  }
}

.p-article_products__name {
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.4583333333;
  font-weight: 400;
  margin-top: 1.625em;
}
@media screen and (max-width: 375px) {
  .p-article_products__name {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 400;
    margin-top: 2em;
  }
}

.p-article_products__price {
  margin-top: 0.5em;
}
.p-article_products__price .__price {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.45;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .p-article_products__price .__price {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.4444444444;
    font-weight: 400;
  }
}
.p-article_products__price .__tax {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  margin-left: 0.375em;
}
@media screen and (max-width: 375px) {
  .p-article_products__price .__tax {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-left: 0.5em;
  }
}

.p-article_products__about {
  margin-top: 1em;
}
@media screen and (max-width: 375px) {
  .p-article_products__about {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 1.1429em;
  }
}

/* .p-article_products__detail */
.p-article_products__detail {
  margin-top: 6.6875em;
}
@media screen and (max-width: 540px) {
  .p-article_products__detail {
    margin-top: 56px;
  }
}

.p-article_products__detail__title {
  color: #879A89;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  border-bottom: solid 1px #879A89;
  padding: 0 2em 1.05em;
}
@media screen and (max-width: 540px) {
  .p-article_products__detail__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    padding: 0 1.1875em 0.9375em;
  }
}

.p-article_products__list__title {
  font-weight: bold;
  padding: 1.5em 2.5em 0;
}
@media screen and (max-width: 540px) {
  .p-article_products__list__title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 700;
    padding: 1.1429em 1.3572em 0;
  }
}

.p-article_products__list__text {
  border-bottom: solid 1px #879A89;
  margin-top: 4px;
  padding: 0 2.5em 1.4375em;
}
@media screen and (max-width: 540px) {
  .p-article_products__list__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    padding: 0 1.3572em 1.0715em;
  }
}

/* p-products_related */
.p-products_related__wrapper {
  padding-top: 8.375em;
}
@media screen and (max-width: 540px) {
  .p-products_related__wrapper {
    padding-top: 97px;
  }
}

.p-products_related__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.6875em;
  row-gap: 2em;
}
@media screen and (max-width: 540px) {
  .p-products_related__list {
    margin-top: 19px;
    padding-bottom: 49px;
    overflow-x: auto;
  }
  .p-products_related__list::-webkit-scrollbar-track {
    background-color: #777777;
  }
  .p-products_related__list::-webkit-scrollbar-thumb {
    background-color: #333333;
  }
}

.p-products_related__item {
  width: 23.6667%;
}
@media screen and (max-width: 1040px) {
  .p-products_related__item {
    width: 30%;
  }
}
@media screen and (max-width: 540px) {
  .p-products_related__item {
    width: auto;
    max-width: 220px;
    min-width: 220px;
  }
}
.p-products_related__item:not(:first-child) {
  margin-left: 1.7773333333%;
}

.p-products_related__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-products_related__img {
  width: 100%;
  height: 15.2143vw;
  max-height: 213px;
}
@media screen and (max-width: 1040px) {
  .p-products_related__img {
    height: 21.3vw;
    max-height: 170.41px;
  }
}
@media screen and (max-width: 540px) {
  .p-products_related__img {
    height: 220px;
    max-height: none;
  }
}
.p-products_related__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-products_related__texts {
  margin-top: 1em;
}
@media screen and (max-width: 540px) {
  .p-products_related__texts {
    margin-top: 0.5em;
  }
}
.p-products_related__texts .__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88px;
  height: 24px;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 700;
  background-color: #879A89;
}
@media screen and (max-width: 540px) {
  .p-products_related__texts .__cat {
    width: 72px;
    height: 20px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
  }
}
.p-products_related__texts .__name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.25em;
}
.p-products_related__texts .__price {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.25em;
}
.p-products_related__texts .__price .__tax {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0.125em;
}

/* .p-products_checked */
@media screen and (max-width: 540px) {
  .p-products_checked {
    width: calc(100vw - 5%);
  }
}

.p-products_checked__wrapper {
  padding-top: 8.4375em;
}
@media screen and (max-width: 540px) {
  .p-products_checked__wrapper {
    padding-top: 6.0625em;
  }
}
@media screen and (max-width: 540px) {
  .p-products_checked__wrapper .p-section__title {
    margin-left: -5%;
  }
}

.p-products_checked__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2.8125em;
  row-gap: 2em;
}
@media screen and (max-width: 540px) {
  .p-products_checked__list {
    margin-top: 1.3125em;
    padding-bottom: 48px;
    overflow-x: auto;
  }
  .p-products_checked__list::-webkit-scrollbar-track {
    background-color: #777777;
  }
  .p-products_checked__list::-webkit-scrollbar-thumb {
    background-color: #333333;
  }
}

.p-products_checked__item {
  width: 18%;
}
@media screen and (max-width: 540px) {
  .p-products_checked__item {
    width: auto;
    max-width: 140px;
    min-width: 140px;
  }
}
.p-products_checked__item:not(:first-child) {
  margin-left: 2.5%;
}

.p-products_checked__link {
  display: block;
  width: 100%;
  height: 100%;
}

.p-products_checked__img {
  width: 100%;
  height: 167px;
}
@media screen and (max-width: 1040px) {
  .p-products_checked__img {
    height: 16.2vw;
  }
}
@media screen and (max-width: 540px) {
  .p-products_checked__img {
    height: 140px;
  }
}
.p-products_checked__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-products_checked__texts {
  margin-top: 1em;
}
@media screen and (max-width: 540px) {
  .p-products_checked__texts {
    margin-top: 0.5em;
  }
}
.p-products_checked__texts .__cat {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88px;
  height: 24px;
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 700;
  background-color: #879A89;
}
@media screen and (max-width: 540px) {
  .p-products_checked__texts .__cat {
    width: 72px;
    height: 20px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 700;
  }
}
.p-products_checked__texts .__name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.25em;
}
.p-products_checked__texts .__price {
  display: block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 0.25em;
}
.p-products_checked__texts .__price .__tax {
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  padding-left: 0.125em;
}

.p-article_products__cart {
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-article_products__cart.__active {
  opacity: 1;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form {
  position: relative;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 2em;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table {
    margin-top: 31px;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-top: 2em;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table {
    margin-top: 32px;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tr td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table thead,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table thead th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table thead td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table thead tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table thead tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table thead tr td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody tr td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tfoot,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tfoot th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tfoot td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tfoot tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tfoot tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tfoot tr td {
  display: block;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_sales_price {
  display: none;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num th {
  display: none;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td {
  border: 1px solid rgba(135, 154, 137, 0.6);
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td {
    height: 44px;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td .c-volume_change {
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: 400;
  height: 48px;
  width: 41px;
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  color: #879A89;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 840px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td .c-volume_change {
    width: 38px;
  }
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td .c-volume_change {
    height: 44px;
    width: 43px;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td .c-volume_change:hover {
  opacity: 0.5;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td .c-volume_change.__down {
  padding-left: 7px;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td .c-volume_change.__up {
  padding-right: 7px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td input.cartjs_product_input_txt {
  padding: 0;
  text-align: center;
  width: 20px;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_product_table > table tbody .cartjs_product_num td input.cartjs_product_input_txt {
    width: 1.5em;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl {
  border: 0;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tr td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead tr td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot td,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot tr,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot tr th,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot tr td {
  display: block;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl td,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tr,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tr th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tr td,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead td,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead tr,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead tr th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead tr td,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody td,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot td,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot tr,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot tr th,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tfoot tr td {
    font-size: 12px;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl caption,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl thead {
  display: none;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr {
  padding: 0;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr th {
  display: none;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td {
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  padding: 0.4286em 0;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td:before {
  display: inline-block;
  content: "";
  width: 1.1429em;
  height: 1.1429em;
  border-radius: 50%;
  border: solid 1px #333333;
  margin-right: 10px;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.4286em;
  height: 0.4286em;
  top: 13px;
  left: 5px;
  border-radius: 50%;
  background-color: #FFFFFF;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td.__active:after {
  background-color: #333333;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td {
    padding: 0.45em 0;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td:hover {
  opacity: 0.6;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td input {
  display: none;
  width: 1em;
  height: 1em;
  margin-right: 0.5em;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .colorme-option-box .colorme-option-tbl tbody tr td input {
    width: 1.35em;
    height: 1.35em;
    margin-right: 0.65em;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_sk_link {
  margin-top: 1em;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in > input, .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in > a,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_sk_link > input,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_sk_link > a {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #879A89;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 300;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in > input, .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in > a,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_sk_link > input,
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_sk_link > a {
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 300;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in > br,
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_sk_link > br {
  display: none;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in {
  position: absolute;
  width: calc(100% - 128px);
  right: 0;
  bottom: 64px;
}
@media screen and (max-width: 1240px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 840px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in {
    width: calc(100% - 108px);
  }
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in {
    width: calc(100% - 126px);
    bottom: 60px;
  }
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in input {
  padding: 0;
  color: #fff;
  background: #879A89;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  text-align: center;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_cart_in input:hover {
  opacity: 0.5;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .cartjs_sk_link a {
  color: #879A89;
}
.p-article_products__cart > div .cartjs_box .cartjs_product_form .__sold_out {
  width: 100%;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background: #879A89;
  border: 1px solid #879A89;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 300;
  margin-top: 2em;
}
@media screen and (max-width: 540px) {
  .p-article_products__cart > div .cartjs_box .cartjs_product_form .__sold_out {
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 300;
    margin-top: 31px;
  }
}

/*---- p-sidenav ----*/
.p-sidenav {
  width: 240px;
  background-image: url("./img/common/bg-sidenav.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 2.9375em 1.875em 3.5em;
}
@media screen and (max-width: 1040px) {
  .p-sidenav {
    width: 100%;
    max-width: 540px;
    margin-top: 108px;
  }
}
@media screen and (max-width: 375px) {
  .p-sidenav {
    padding: 31px 11.2593% 40px;
  }
}
.p-sidenav.__products {
  padding-top: 3.5em;
}
@media screen and (max-width: 1040px) {
  .p-sidenav.__products {
    margin-top: 108px;
  }
}
@media screen and (max-width: 375px) {
  .p-sidenav.__products {
    padding: 40px 11.2593%;
  }
}
.p-sidenav.__news .p-sidenav__list__item .__link {
  height: 51px;
}

.p-sidenav__block:not(:first-child) {
  margin-top: 3.4375em;
}
@media screen and (max-width: 375px) {
  .p-sidenav__block:not(:first-child) {
    margin-top: 39px;
  }
}

/* .p-search */
.p-products_search {
  position: relative;
  width: 100%;
}

.p-products_search_input {
  width: 100%;
  height: 100%;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  border-bottom: solid 1px #333333;
  padding: 0px 4px 7px;
}
@media screen and (max-width: 375px) {
  .p-products_search_input {
    height: 32px;
  }
}

.p-products_search_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url("./img/common/icon-search__gray.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.p-sidenav__title {
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  text-align: center;
  padding-bottom: 11px;
  border-bottom: solid 1px #879A89;
}
.p-sidenav__title .__jp {
  color: #000000;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
}
@media screen and (max-width: 375px) {
  .p-sidenav__title .__jp {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
  }
}
.p-sidenav__title .__en {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  color: #777777;
  font-size: 11px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  margin-top: -7px;
}
@media screen and (max-width: 375px) {
  .p-sidenav__title .__en {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    margin-top: -5px;
  }
}
.p-sidenav__title .__en:before, .p-sidenav__title .__en:after {
  display: inline-block;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #777777;
  border-radius: 50%;
  margin-top: 2px;
}
.p-sidenav__title .__en:before {
  margin-right: 8px;
}
.p-sidenav__title .__en:after {
  margin-left: 8px;
}

.p-sidenav__list {
  margin-top: 0.5em;
}
.p-sidenav__list.__products_cat {
  margin-top: 0.75em;
}

.p-sidenav__list__item {
  border-bottom: solid 1px rgba(119, 119, 119, 0.3);
}
.p-sidenav__list__item.__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  font-family: "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
}
@media screen and (max-width: 375px) {
  .p-sidenav__list__item.__price {
    height: 52px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-sidenav__list__item .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
}
@media screen and (max-width: 375px) {
  .p-sidenav__list__item .__link {
    height: 47px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-sidenav__list__item .__icon {
  width: 48px;
  height: 48px;
  margin-right: 0.5em;
}
@media screen and (max-width: 375px) {
  .p-sidenav__list__item .__icon {
    width: 40px;
    height: 40px;
  }
}

.bl_sidenav_select {
  position: relative;
  margin-top: 24px;
}
@media screen and (max-width: 540px) {
  .bl_sidenav_select {
    text-align: center;
  }
}
.bl_sidenav_select:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7.07px;
  height: 3.54px;
  background-image: url("img/common/icon-arrow__green.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 540px) {
  .bl_sidenav_select:after {
    right: calc(9% + 16px);
  }
}
.bl_sidenav_select .el_monthSelect {
  display: inline-block;
  width: 100%;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #879A89;
  color: #879A89;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 400;
  padding: 0 16px;
  cursor: pointer;
}
@media screen and (max-width: 540px) {
  .bl_sidenav_select .el_monthSelect {
    width: 81.4532%;
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
    text-align: left;
  }
}

/*---- .p-acv_pager ----*/
.p-acv_pager {
  margin-top: 6.5em;
}
@media screen and (max-width: 540px) {
  .p-acv_pager {
    margin-top: 3.25em;
  }
}
.p-acv_pager.__products {
  margin-top: 6.375em;
}
@media screen and (max-width: 540px) {
  .p-acv_pager.__products {
    margin-top: 3.25em;
  }
}

ul.page-numbers {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.page-numbers:not(ul) {
  padding: 4px 16px;
}
@media screen and (max-width: 375px) {
  .page-numbers:not(ul) {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.page-numbers:not(ul).current {
  position: relative;
  color: #879A89;
}
.page-numbers:not(ul).current:after {
  position: absolute;
  display: inline-block;
  content: "";
  width: 10px;
  height: 1px;
  left: 16px;
  bottom: 0;
  background-color: #879A89;
}
.page-numbers:not(ul).prev {
  position: absolute;
  top: 0;
  left: -16px;
}
.page-numbers:not(ul).next {
  position: absolute;
  top: 0;
  right: -16px;
}

/* gift
  ========================================================================== */
.p-part-hero.__gift .p-part-hero__wrapper {
  background-image: url("./img/gift/img-hero__pc.jpg");
}
@media screen and (max-width: 540px) {
  .p-part-hero.__gift .p-part-hero__wrapper {
    background-image: url("./img/gift/img-hero__sp.jpg");
  }
}

/*---- .p-gift ----*/
.p-gift__intro {
  width: 90%;
  margin: 8.4375em auto 0;
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-gift__intro {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.9;
    font-weight: 300;
    margin-top: 90px;
  }
}
@media screen and (max-width: 540px) {
  .p-gift__intro {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    margin-top: 63px;
  }
}

.p-gift__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
}
@media screen and (max-width: 840px) {
  .p-gift__wrapper {
    max-width: 600px;
  }
}

.p-gift__content {
  margin-top: 9.21875em;
}
@media screen and (max-width: 1040px) {
  .p-gift__content {
    margin-top: 5.625em;
  }
}
@media screen and (max-width: 540px) {
  .p-gift__content {
    margin-top: 4.0625em;
  }
}
.p-gift__content:first-child {
  margin-top: 8.5625em;
}
@media screen and (max-width: 540px) {
  .p-gift__content:first-child {
    margin-top: 4.0625em;
  }
}

.p-gift__content__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-gift__content__left {
  position: sticky;
  width: 50%;
  height: 440px;
  top: calc((100vh - 440px) / 2);
  top: 160px;
  left: 0;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__left {
    position: static;
    width: 100%;
    max-width: 756px;
    height: auto;
    margin: 0 auto;
  }
}
@media screen and (max-width: 840px) {
  .p-gift__content__left {
    height: 58.6667vw;
  }
}
.p-gift__content__left .p-gift__content__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-gift__content__right {
  width: 50%;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__right {
    width: 100%;
    max-width: 756px;
    margin: 0 auto;
  }
}

.p-gift__content__texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  min-height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/services/bg-services.jpg");
  padding: 10% 16.6667%;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__texts {
    min-height: auto;
    padding: 2.5em 5.5% 3em;
  }
}

.p-gift__content__name {
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 28px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 300;
  margin-top: -0.2857em;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__name {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 300;
  }
}

.p-gift__content__price {
  margin-top: 1.3125rem;
}
@media screen and (max-width: 540px) {
  .p-gift__content__price {
    margin-top: 0.6875em;
  }
}
.p-gift__content__price .__price {
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 2.0384615385;
  font-weight: 300;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__price .__price {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7777777778;
    font-weight: 300;
  }
}
.p-gift__content__price .__shipping {
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  margin-left: 0.6875em;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__price .__shipping {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 2.0833333333;
    font-weight: 300;
  }
}

.p-gift__content__about {
  margin-top: 1.6875em;
}
@media screen and (max-width: 840px) {
  .p-gift__content__about {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 17px;
  }
}

.p-gift__content__detail {
  width: 93.6508%;
  max-width: 590px;
  margin-top: 5.4375em;
  margin-left: auto;
}
@media screen and (max-width: 1040px) {
  .p-gift__content__detail {
    width: 100%;
    max-width: 756px;
    margin-top: 56px;
    margin-right: auto;
  }
}

.p-gift__detail__title {
  color: #879A89;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  padding: 0 1.2em 1.05em;
}
@media screen and (max-width: 1040px) {
  .p-gift__detail__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    padding-bottom: 1em;
  }
}
.p-gift__detail__title:not(:first-child) {
  margin-top: 3.1em;
}
@media screen and (max-width: 1040px) {
  .p-gift__detail__title:not(:first-child) {
    margin-top: 3em;
  }
}

.p-gift__detail__set {
  border-top: solid 1px #879A89;
  border-bottom: solid 1px #879A89;
  padding: 1.5em;
}
@media screen and (max-width: 1040px) {
  .p-gift__detail__set {
    padding: 0.9375em 1.1875em 1em;
  }
}
.p-gift__detail__set .__item {
  position: relative;
  font-weight: bold;
  padding-left: 1.0625em;
}
@media screen and (max-width: 840px) {
  .p-gift__detail__set .__item {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-gift__detail__set .__item:not(:first-child) {
  margin-top: 0.25em;
}
.p-gift__detail__set .__item:before {
  position: absolute;
  display: inline-block;
  content: "・";
  top: 0;
  left: 0;
}

.p-gift__detail__info {
  border-top: solid 1px #879A89;
}
.p-gift__detail__info .__title {
  font-weight: bold;
  padding: 1.5em 1.5em 0;
}
@media screen and (max-width: 840px) {
  .p-gift__detail__info .__title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 700;
    padding: 15px 19px 0;
  }
}
.p-gift__detail__info .__text {
  margin-top: 0.25em;
  padding: 0 1.5em 1.4375em;
  border-bottom: solid 1px #879A89;
}
@media screen and (max-width: 840px) {
  .p-gift__detail__info .__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 4px;
    padding: 0 19px 16px;
  }
}

.p-gift__btn {
  margin-top: 3em;
  margin-left: 4em;
}
@media screen and (max-width: 1040px) {
  .p-gift__btn {
    margin-top: 2.4375em;
    margin-left: 0;
  }
}
.p-gift__btn > a {
  width: 268px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFFFFF;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  background-color: #879A89;
  border: solid 1px #879A89;
}
@media screen and (max-width: 540px) {
  .p-gift__btn > a {
    width: 213px;
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
    margin: 0 auto;
  }
}

/* .p-gift__free_layout */
@media screen and (max-width: 540px) {
  .p-gift__free_layout {
    padding-top: 53px;
  }
}

.p-gift__free_layout__img {
  width: 100%;
  height: auto;
}

.p-gift__free_layout__caption {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  margin-top: 16px;
}
@media screen and (max-width: 540px) {
  .p-gift__free_layout__caption {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.4166666667;
    font-weight: 400;
    margin-top: 8px;
  }
}

.p-gift__free_layout__single,
.p-gift__free_layout__double,
.p-gift__free_layout__triple {
  margin-top: 148px;
}
@media screen and (max-width: 540px) {
  .p-gift__free_layout__single,
  .p-gift__free_layout__double,
  .p-gift__free_layout__triple {
    margin-top: 56px;
  }
}

.p-gift__single__text,
.p-gift__double__text,
.p-gift__triple__text {
  max-width: 840px;
  margin: 64px auto 0;
}
@media screen and (max-width: 540px) {
  .p-gift__single__text,
  .p-gift__double__text,
  .p-gift__triple__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 56px;
  }
}

.p-gift__single__img {
  max-width: 840px;
  margin: 0 auto 64px;
}
@media screen and (max-width: 540px) {
  .p-gift__single__img {
    margin-bottom: 0;
  }
}

.p-gift__double__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-gift__double__img figure {
  width: 46.8254%;
  max-width: 590px;
}
@media screen and (max-width: 540px) {
  .p-gift__double__img figure {
    width: 47.4075%;
  }
}

.p-gift__triple__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40.5px;
     -moz-column-gap: 40.5px;
          column-gap: 40.5px;
}
@media screen and (max-width: 540px) {
  .p-gift__triple__img {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 1.5em;
  }
}
.p-gift__triple__img figure {
  width: 31.1905%;
  max-width: 393px;
}
@media screen and (max-width: 540px) {
  .p-gift__triple__img figure {
    width: 100%;
    max-width: 100%;
  }
}

.p-gift__free_layout__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 148px;
}
@media screen and (max-width: 1040px) {
  .p-gift__free_layout__flex {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 540px) {
  .p-gift__free_layout__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 56px;
  }
}

.p-gift__flex___img {
  width: 46.8254%;
  max-width: 590px;
}
@media screen and (max-width: 540px) {
  .p-gift__flex___img {
    width: 100%;
    max-width: auto;
  }
}

.p-gift__flex___text {
  width: 36.1112%;
  max-width: 455px;
  margin: 0 5.556%;
}
@media screen and (max-width: 1040px) {
  .p-gift__flex___text {
    width: 40%;
    margin-left: 10%;
    margin-right: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-gift__flex___text {
    width: 100%;
    max-width: none;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin: 24px 0 0;
  }
}

/* .p-gift_shipping */
.p-gift_shipping {
  margin-top: 134px;
  padding-bottom: 9.25em;
}
@media screen and (max-width: 540px) {
  .p-gift_shipping {
    margin-top: 97px;
    padding-bottom: 6.75em;
  }
}
.p-gift_shipping .p-gift__content__main {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1040px) {
  .p-gift_shipping .p-gift__content__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 840px) {
  .p-gift_shipping .p-gift__content__main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1.5em;
  }
}
.p-gift_shipping .p-gift__content__left {
  width: 46.8254%;
  max-width: 590px;
  height: 460px;
}
@media screen and (max-width: 1040px) {
  .p-gift_shipping .p-gift__content__left {
    height: auto;
  }
}
@media screen and (max-width: 840px) {
  .p-gift_shipping .p-gift__content__left {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 540px) {
  .p-gift_shipping .p-gift__content__left {
    width: 100%;
    max-width: none;
    height: 61.3334vw;
  }
}
.p-gift_shipping .p-gift__content__right {
  width: 47.6191%;
  max-width: 600px;
  margin-left: 4.375em;
  background-repeat: no-repeat;
  background-size: 214px 214px;
  background-position: center;
  background-image: url("./img/common/dec-logo__green.png");
}
@media screen and (max-width: 1040px) {
  .p-gift_shipping .p-gift__content__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 840px) {
  .p-gift_shipping .p-gift__content__right {
    width: 90%;
    margin: 0 auto;
    background-size: 148px 148px;
  }
}
.p-gift_shipping .p-gift__content__texts {
  padding-left: 0;
  padding-right: 0;
  background-image: none;
}
@media screen and (max-width: 840px) {
  .p-gift_shipping .p-gift__content__texts {
    padding-bottom: 3.875em;
  }
}
@media screen and (max-width: 540px) {
  .p-gift_shipping .p-gift__content__texts {
    min-height: 236px;
  }
}
.p-gift_shipping .p-gift__content__title {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.9em;
}
@media screen and (max-width: 1040px) {
  .p-gift_shipping .p-gift__content__title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.7777777778;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .p-gift_shipping .p-gift__content__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0.875em;
  }
}
.p-gift_shipping .p-gift__content__about {
  margin-top: 1.375em;
}
@media screen and (max-width: 540px) {
  .p-gift_shipping .p-gift__content__about {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 1.1429em;
  }
}

.p-gift_shipping__wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/gift/bg-gift_shipping.jpg");
}

.p-gift_shipping__content {
  width: 90%;
  max-width: 1260px;
  margin: 2.875em auto 0;
}
@media screen and (max-width: 840px) {
  .p-gift_shipping__content {
    width: 100%;
    margin-top: 2em;
  }
}

/* news
 ========================================================================== */
.p-part-hero.__news .p-part-hero__wrapper {
  background-image: url("./img/news/img-hero__pc.jpg");
}
@media screen and (max-width: 540px) {
  .p-part-hero.__news .p-part-hero__wrapper {
    background-image: url("./img/news/img-hero__sp.jpg");
  }
}

.p-single_main__inner.__news {
  padding-top: 148px;
}
@media screen and (max-width: 540px) {
  .p-single_main__inner.__news {
    padding-top: 72px;
  }
}

.p-single_posts {
  border-bottom: solid 1px #879A89;
}
.p-single_posts.__none {
  border-bottom: none;
}

.p-single_posts__wrapper {
  border-top: solid 1px #879A89;
}

.p-single_posts__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 70px 39px 24px;
}
@media screen and (max-width: 1260px) {
  .p-single_posts__link {
    padding-right: 24px;
  }
}
@media screen and (max-width: 840px) {
  .p-single_posts__link {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__link {
    width: 77.3334%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
    padding: 24px 0 23px;
  }
}
.p-single_posts__link:after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  display: inline-block;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__triangle.svg");
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1260px) {
  .p-single_posts__link:after {
    display: none;
  }
}

.p-single_posts__date {
  min-width: 91px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: 400;
}
@media screen and (max-width: 1260px) {
  .p-single_posts__date {
    min-width: 94px;
  }
}
@media screen and (max-width: 840px) {
  .p-single_posts__date {
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__date {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}

.p-single_posts__img {
  width: 200px;
  height: 128px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: 39px;
}
@media screen and (max-width: 1260px) {
  .p-single_posts__img {
    margin-left: 24px;
  }
}
@media screen and (max-width: 840px) {
  .p-single_posts__img {
    margin-left: 0;
    margin-top: 8px;
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__img {
    width: 100%;
    height: 37.3334vw;
  }
}
.p-single_posts__img.__dummy {
  border: solid 1px #879A89;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 540px) {
  .p-single_posts__img.__dummy {
    margin-top: 7px;
  }
}

.p-single_posts__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 40px;
}
@media screen and (max-width: 1260px) {
  .p-single_posts__main {
    width: calc(100% - 342px);
    margin-left: 24px;
  }
}
@media screen and (max-width: 840px) {
  .p-single_posts__main {
    width: calc(100% - 224px);
  }
}
@media screen and (max-width: 540px) {
  .p-single_posts__main {
    width: 100%;
    margin-left: 0;
  }
}

.p-single_posts__cat {
  color: #879A89;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-single_posts__cat {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    margin-top: 8px;
  }
}

.el_blogCat_item {
  display: inline-block;
}
.el_blogCat_item:not(:first-child) {
  margin-left: 0.5em;
}

.p-single_posts__ttl {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  color: #000000;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-top: 0.8em;
}
@media screen and (max-width: 540px) {
  .p-single_posts__ttl {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0.25em;
  }
}

/* .p-article */
.p-single_main__inner.__news_single {
  padding-top: 3em;
}
@media screen and (max-width: 540px) {
  .p-single_main__inner.__news_single {
    padding-top: 0.1875em;
  }
}

.p-article__head {
  padding-top: 0.1875em;
  padding-bottom: 1.4375em;
  border-bottom: solid 1px #879A89;
}
@media screen and (max-width: 540px) {
  .p-article__head {
    padding-bottom: 1.1875em;
  }
}

.p-article_ttl {
  color: #000000;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-article_ttl {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 400;
  }
}

.p-article__head__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.875em;
}
@media screen and (max-width: 540px) {
  .p-article__head__info {
    margin-top: 0.375em;
  }
}

.p-article__head__info__date {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-article__head__info__date {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}

.c-blogCat {
  color: #879A89;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
  margin-left: 0.8889em;
}
@media screen and (max-width: 540px) {
  .c-blogCat {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}

.p-article_content {
  border-bottom: solid 1px #879A89;
  padding: 4em 0 1em;
}
@media screen and (max-width: 540px) {
  .p-article_content {
    padding: 2.5em 0 0.9375em;
  }
}

.p-article__thumbnail__wrapper {
  max-width: 720px;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 540px) {
  .p-article__thumbnail__wrapper {
    margin-bottom: 2em;
  }
}

.p-article__thumbnail {
  width: 100%;
}

.p-article_content__wrapper {
  max-width: 720px;
}
@media screen and (max-width: 540px) {
  .p-article_content__wrapper {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-article_content__wrapper p {
  margin-top: 0;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 540px) {
  .p-article_content__wrapper p {
    margin-bottom: 32px;
  }
}
.p-article_content__wrapper figure.wp-block-gallery.has-nested-images {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-bottom: 3.5em;
}
@media screen and (max-width: 540px) {
  .p-article_content__wrapper figure.wp-block-gallery.has-nested-images {
    margin-bottom: 32px;
  }
}
.p-article_content__wrapper figure.wp-block-gallery.has-nested-images .wp-block-image {
  max-width: 340px;
}
.p-article_content__wrapper .wp-block-image {
  max-width: 720px;
  text-align: left;
}

/* recipes
  ========================================================================== */
.p-part-hero.__recipes .p-part-hero__wrapper {
  background-image: url("./img/recipes/img-hero__pc.jpg");
}
@media screen and (max-width: 540px) {
  .p-part-hero.__recipes .p-part-hero__wrapper {
    background-image: url("./img/recipes/img-hero__sp.jpg");
  }
}

/*---- .p-recipes ----*/
.p-recipes__wrapper {
  width: 90%;
  max-width: 1260px;
  margin: 0 auto;
  padding-bottom: 9.25em;
}
@media screen and (max-width: 540px) {
  .p-recipes__wrapper {
    padding-bottom: 6.875em;
  }
}

.p-recipes__intro {
  width: 90%;
  margin: 135px auto 0;
  color: #000000;
  font-family: fot-tsukuaoldmin-pr6n, "Zen Old Mincho", Yu Mincho, YuMincho, "Hiragino Mincho ProN", "MS PMincho", sans-serif;
  font-style: normal;
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 2;
  font-weight: 300;
  text-align: center;
}
@media screen and (max-width: 1040px) {
  .p-recipes__intro {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.9;
    font-weight: 300;
    margin-top: 6.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__intro {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 2;
    font-weight: 300;
    margin-top: 3.9375em;
  }
}

/* .p-recipes__search */
.p-recipes__search {
  margin-top: 8.5625em;
}
@media screen and (max-width: 1040px) {
  .p-recipes__search {
    margin-top: 6.75em;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__search {
    margin-top: 4.0625em;
  }
}

.p-recipes__search__wrapper {
  width: 100%;
  max-width: 1120px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/recipes/bg-recipe_search.jpg");
  margin: 0 auto;
  padding: 48px 84px 72px 84px;
}
@media screen and (max-width: 1200px) {
  .p-recipes__search__wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 1040px) {
  .p-recipes__search__wrapper {
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 840px) {
  .p-recipes__search__wrapper {
    width: 88.5926%;
    padding: 32px 0 40px;
  }
}

.p-recipes__search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 1040px) {
  .p-recipes__search__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 840px) {
  .p-recipes__search__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.p-recipes__search__item.__keyword {
  position: relative;
}
.p-recipes__search__item.__keyword:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  background-image: url("img/common/icon-search__gray.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-recipes__search__item.__select {
  position: relative;
}
@media screen and (max-width: 1040px) {
  .p-recipes__search__item.__select {
    margin-left: 50px;
  }
}
@media screen and (max-width: 840px) {
  .p-recipes__search__item.__select {
    margin-top: 23px;
    margin-left: 0;
  }
}
.p-recipes__search__item.__select:after {
  display: inline-block;
  content: "";
  position: absolute;
  top: calc(50% + 16px);
  right: 16px;
  width: 8.5px;
  height: 5px;
  background-image: url("img/common/icon-arrow__green.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 840px) {
  .p-recipes__search__item.__select:after {
    top: calc(50% + 12px);
  }
}
@media screen and (max-width: 840px) {
  .p-recipes__search__item .__select_title {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__search__item .__select_title {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}

.p-recipes__search_input {
  width: 220px;
  height: 48px;
  background-color: #FFFFFF;
  padding: 14px 32px 14px 16px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (max-width: 840px) {
  .p-recipes__search_input {
    width: 350px;
    padding-top: 0;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__search_input {
    width: 213px;
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}

.p-recipes__search__select {
  display: inline-block;
  width: 180px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #879A89;
  color: #879A89;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 400;
  margin-top: 8px;
  padding: 0 16px;
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .p-recipes__search__select {
    width: 350px;
    margin-top: 2px;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__search__select {
    width: 213px;
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}

.p-recipes__search__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 48px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 300;
  background-color: #879A89;
}
@media screen and (max-width: 1040px) {
  .p-recipes__search__btn {
    margin-top: 24px;
  }
}
@media screen and (max-width: 840px) {
  .p-recipes__search__btn {
    width: 350px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__search__btn {
    width: 213px;
    height: 44px;
  }
}

/* .p-recipes__list */
.p-recipes__list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr 3.1746% 1fr 3.1746% 1fr 3.1746% 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 3.1746%;
     -moz-column-gap: 3.1746%;
          column-gap: 3.1746%;
  row-gap: 80px;
  margin-top: 108px;
}
@media screen and (max-width: 1040px) {
  .p-recipes__list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__list {
    -ms-grid-columns: 1fr 5.0371% 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 5.0371%;
       -moz-column-gap: 5.0371%;
            column-gap: 5.0371%;
    row-gap: 40px;
    margin-top: 56px;
  }
}
.p-recipes__list.__none {
  display: block;
}

.p-recipes__link {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
          box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.16);
}

.p-recipes__img {
  position: relative;
  width: 100%;
  height: 14.2858vw;
}
@media screen and (max-width: 1040px) {
  .p-recipes__img {
    height: 19.7156vw;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__img {
    height: 32vw;
  }
}
.p-recipes__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-recipes__cat {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 100px;
  height: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.375;
  font-weight: 400;
  background-color: rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 840px) {
  .p-recipes__cat {
    min-width: 80px;
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__cat {
    min-width: 56px;
    height: 29px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}

.p-recipes__texts {
  position: relative;
  height: calc(100% - 14.2858vw);
  background-color: #FFFFFF;
  padding: 0.9375em 0.75em 69px;
}
@media screen and (max-width: 1040px) {
  .p-recipes__texts {
    height: calc(100% - 19.7156vw);
  }
}
@media screen and (max-width: 540px) {
  .p-recipes__texts {
    height: calc(100% - 32vw);
    padding: 0.75em 0.5em 45px;
  }
}
.p-recipes__texts .__catch {
  display: block;
  color: #777777;
  font-size: 12px;
  letter-spacing: 0.025em;
  line-height: 1.4166666667;
  font-weight: 400;
  border-top: solid 1px #879A89;
  padding-top: 0.6667em;
}
@media screen and (max-width: 540px) {
  .p-recipes__texts .__catch {
    font-size: 10px;
    letter-spacing: 0.025em;
    line-height: 1.6;
    font-weight: 400;
  }
}
.p-recipes__texts .__name {
  display: block;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
  margin-top: 0.2222em;
}
@media screen and (max-width: 540px) {
  .p-recipes__texts .__name {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
    margin-top: 0;
  }
}
.p-recipes__texts .__link {
  position: absolute;
  display: block;
  right: 16px;
  bottom: 10px;
  color: #777777;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.7142857143;
  font-weight: 400;
  text-align: right;
}
@media screen and (max-width: 840px) {
  .p-recipes__texts .__link {
    right: 10px;
    bottom: 3px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 2.4;
    font-weight: 400;
    margin-top: 1.8em;
  }
}
.p-recipes__texts .__link:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__triangle.svg");
  margin-left: 0.4286em;
  margin-bottom: 0.1429em;
}
@media screen and (max-width: 540px) {
  .p-recipes__texts .__link:after {
    margin-left: 0.5em;
    margin-bottom: 0;
  }
}

/* contact
========================================================================== */
/*---- .p-contact ----*/
.p-contact__wrapper {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 9.25em;
}
@media screen and (max-width: 540px) {
  .p-contact__wrapper {
    padding-bottom: 6.75em;
  }
}

.p-contact__intro {
  text-align: center;
  margin-top: 6.75em;
}
@media screen and (max-width: 540px) {
  .p-contact__intro {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
    text-align: left;
    margin-top: 56px;
  }
}
@media screen and (max-width: 540px) {
  .p-contact__intro .__pc_only {
    display: none;
  }
}

.p-contact-form {
  margin-top: 6.625em;
}
@media screen and (max-width: 540px) {
  .p-contact-form {
    margin-top: 56px;
  }
}
.p-contact-form .wpcf7 .wpcf7-form .wpcf7-response-output {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2em auto 0;
}

.p-form_list {
  border-top: solid 1px #879A89;
}

.p-form_list__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 45.1021%;
  max-width: 442px;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
  padding-right: 88px;
}
@media screen and (max-width: 1040px) {
  .p-form_list__title {
    width: 35%;
    padding-right: 0;
  }
}
@media screen and (max-width: 840px) {
  .p-form_list__title {
    width: 100%;
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}
.p-form_list__title .__require {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88px;
  height: 26px;
  margin-left: auto;
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
  font-style: normal;
  background-color: #879A89;
}
@media screen and (max-width: 840px) {
  .p-form_list__title .__require {
    margin-left: 1.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-form_list__title .__require {
    width: 72px;
    height: 20px;
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 0.2em;
    margin-left: 1.5em;
  }
}

.p-form_list__box {
  border-bottom: solid 1px #879A89;
  padding: 2.4375em 0 2.5em;
}
@media screen and (max-width: 540px) {
  .p-form_list__box {
    padding: 23px 0 24px;
  }
}
.p-form_list__box:not(.__checkbox) > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-form_list__box:not(.__checkbox) > p {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 840px) {
  .p-form_list__box:not(.__checkbox) > p {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap {
  width: 54.898%;
  max-width: 538px;
}
@media screen and (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap {
    width: 100%;
    max-width: none;
    margin-top: 1em;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 24px;
  -webkit-column-gap: 47px;
     -moz-column-gap: 47px;
          column-gap: 47px;
}
@media screen and (max-width: 1040px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
  }
}
@media screen and (max-width: 840px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio {
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 15px;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item {
  margin-left: 0;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label {
  cursor: pointer;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label:hover {
  opacity: 0.5;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio] {
  display: none;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label input[type=radio]:checked + .wpcf7-list-item-label:after {
  border-color: #879A89;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before, .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  display: block;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
  width: 26px;
  height: 26px;
  background-color: #ffffff;
  border: 1px solid #879A89;
  margin-right: 0.625em;
}
@media screen and (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:before {
    width: 18px;
    height: 18px;
    margin-right: 0.25em;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
  position: absolute;
  top: 5px;
  left: 9px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
  z-index: 1;
}
@media screen and (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item label .wpcf7-list-item-label:after {
    top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
  }
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  width: 100% !important;
  background-color: rgba(119, 119, 119, 0.08);
  padding-left: 1.4375em;
  letter-spacing: 0.05em;
  line-height: 1.4375;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-text,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-tel,
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-email {
  height: 40px;
}
.p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
  height: 260px;
}
@media screen and (max-width: 540px) {
  .p-form_list__box > p .wpcf7-form-control-wrap .wpcf7-textarea {
    height: 180px;
  }
}
.p-form_list__box.__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1040px) {
  .p-form_list__box.__checkbox {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 840px) {
  .p-form_list__box.__checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 841px) {
  .p-form_list__box.__checkbox .p-form_list__title {
    margin-top: 0.1em;
  }
}
.p-form_list__box.__checkbox > p {
  width: 54.898%;
  max-width: 538px;
}
@media screen and (max-width: 840px) {
  .p-form_list__box.__checkbox > p {
    width: 100%;
    margin-top: 1em;
  }
}
@media screen and (min-width: 841px) {
  .p-form_list__box.__your-subject .p-form_list__title {
    margin-top: 0.1em;
  }
}

.p-form_list__pp {
  width: 54.898%;
  margin-left: auto;
  margin-top: 2.4375em;
}
@media screen and (max-width: 1040px) {
  .p-form_list__pp {
    margin-top: 5.3em;
  }
}
@media screen and (max-width: 840px) {
  .p-form_list__pp {
    width: 100%;
    text-align: center;
    margin-top: 4.3em;
    margin-left: 0;
  }
}
@media screen and (max-width: 540px) {
  .p-form_list__pp {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
    margin-top: 38px;
  }
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 0;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox] {
  display: none;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  border-color: #879A89;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label {
  font-weight: 700;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  display: block;
  content: "";
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 540px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before, .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
    width: 18px;
    height: 18px;
  }
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
  background-color: #ffffff;
  border: 1px solid #879A89;
  margin-right: 0.625em;
}
@media screen and (max-width: 1040px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    margin-right: 0.6em;
  }
}
@media screen and (max-width: 840px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 540px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:before {
    margin-right: 7px;
  }
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
  z-index: 1;
  position: absolute;
  top: 5px;
  left: 9px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 8px;
  height: 12px;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  -webkit-transition: border 0.25s;
  transition: border 0.25s;
}
@media screen and (max-width: 540px) {
  .p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label .wpcf7-list-item-label:after {
    top: 4px;
    left: 6px;
    width: 6px;
    height: 10px;
  }
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label a {
  text-decoration: underline;
  padding-right: 0.3125em;
}
.p-form_list__pp p .wpcf7-form-control-wrap .wpcf7-acceptance .wpcf7-list-item label a:hover {
  opacity: 0.5;
}

.p-form_list__submit {
  margin-top: 43px;
}
@media screen and (max-width: 1040px) {
  .p-form_list__submit {
    margin-top: 2.6em;
  }
}
@media screen and (max-width: 840px) {
  .p-form_list__submit {
    margin-top: 2.1em;
  }
}
@media screen and (max-width: 540px) {
  .p-form_list__submit {
    margin-top: 2.6875em;
  }
}
.p-form_list__submit p {
  position: relative;
  width: 280px;
  margin: 0 auto;
}
@media screen and (max-width: 540px) {
  .p-form_list__submit p {
    width: 213px;
  }
}
.p-form_list__submit p .__btn {
  width: 280px;
  height: 48px;
  color: #fff;
  background: #879A89;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 400;
  text-align: center;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
@media screen and (max-width: 540px) {
  .p-form_list__submit p .__btn {
    width: 213px;
    height: 44px;
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.6666666667;
    font-weight: 400;
  }
}
.p-form_list__submit p .__btn:not(:disabled):hover {
  opacity: 0.5;
}
.p-form_list__submit p .__btn:disabled {
  background-color: #888888;
  cursor: auto;
}
.p-form_list__submit p .wpcf7-spinner {
  position: absolute;
  right: -72px;
  bottom: 0;
  margin-top: 1em;
}

/* shopping guide
========================================================================== */
/*---- .p-guide ----*/
.p-guide__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1260px;
  max-width: 90%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0 auto;
  padding: 6.75em 0 9.25em;
}
@media screen and (max-width: 1040px) {
  .p-guide__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.5em 0 6.8125em;
  }
}

.p-guide__nav {
  width: 30%;
}
@media screen and (max-width: 1040px) {
  .p-guide__nav {
    width: 100%;
    max-width: 825px;
  }
}

.p-guide__nav__item:not(:first-child) .__link {
  margin-top: 1.3334em;
}
@media screen and (max-width: 840px) {
  .p-guide__nav__item:not(:first-child) .__link {
    margin-top: 1em;
  }
}
.p-guide__nav__item .__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-guide__nav__item .__link {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}
.p-guide__nav__item .__link:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("./img/common/icon-arrow__triangle.svg");
  margin-right: 1.2223em;
}
@media screen and (max-width: 840px) {
  .p-guide__nav__item .__link:before {
    margin-right: 22px;
  }
}

.p-guide__content {
  width: 65.4762%;
  max-width: 825px;
  margin-top: 0.1875em;
}
@media screen and (max-width: 1040px) {
  .p-guide__content {
    width: 100%;
    margin-top: 3.5em;
  }
}

.p-guide__content__wrapper:not(:first-child) {
  margin-top: 6.9375em;
}
@media screen and (max-width: 840px) {
  .p-guide__content__wrapper:not(:first-child) {
    margin-top: 3.5em;
  }
}

.p-guide__content__title {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  font-weight: 400;
  padding-bottom: 0.9615em;
  border-bottom: solid 1px #879A89;
}
@media screen and (max-width: 840px) {
  .p-guide__content__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 400;
    padding-bottom: 23px;
  }
}

.p-guide__content__block {
  margin-top: 2em;
}

.p-guide__content__sub {
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1.4444444444;
  font-weight: 400;
}
@media screen and (max-width: 840px) {
  .p-guide__content__sub {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}
.p-guide__content__sub:not(:first-child) {
  margin-top: 1.3334em;
}
@media screen and (max-width: 840px) {
  .p-guide__content__sub:not(:first-child) {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 540px) {
  .p-guide__content__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
.p-guide__content__text:not(:first-child) {
  margin-top: 0.5em;
}
@media screen and (max-width: 840px) {
  .p-guide__content__text:not(:first-child) {
    margin-top: 8px;
  }
}

.p-guide__content__table {
  width: 100%;
  max-width: 704px;
  border-top: solid 1px rgba(119, 119, 119, 0.25);
  border-bottom: solid 1px rgba(119, 119, 119, 0.25);
}
@media screen and (max-width: 540px) {
  .p-guide__content__table {
    max-width: none;
  }
}
.p-guide__content__table:not(:first-child) {
  margin-top: 1.5em;
}
@media screen and (max-width: 840px) {
  .p-guide__content__table:not(:first-child) {
    margin-top: 1.875em;
  }
}
.p-guide__content__table th, .p-guide__content__table td {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  border: solid 1px rgba(119, 119, 119, 0.25);
  padding-bottom: 0.125em;
}
@media screen and (max-width: 540px) {
  .p-guide__content__table th, .p-guide__content__table td {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.6;
    font-weight: 400;
  }
}
.p-guide__content__table th {
  min-width: 90px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/shopping-guide/bg-shopping_table.jpg");
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 840px) {
  .p-guide__content__table th {
    width: 15%;
    min-width: auto;
    padding: 3px 6px;
  }
}
@media screen and (max-width: 540px) {
  .p-guide__content__table th {
    height: 47px;
  }
}
.p-guide__content__table th.__wide {
  width: 160px;
  text-align: left;
}
@media screen and (max-width: 840px) {
  .p-guide__content__table th.__wide {
    width: 15%;
  }
}
.p-guide__content__table th.__middle {
  text-align: left;
}
@media screen and (max-width: 540px) {
  .p-guide__content__table th .__pc_only {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .p-guide__content__table th .__sp_only {
    display: inline-block;
  }
}
.p-guide__content__table .__left {
  border-left: none;
}
.p-guide__content__table .__right {
  border-right: none;
}

.p-guide__content__img {
  margin-top: 1.5em;
}
@media screen and (max-width: 840px) {
  .p-guide__content__img {
    margin-top: 23px;
  }
}
.p-guide__content__img.__credit {
  width: 333px;
}
@media screen and (max-width: 840px) {
  .p-guide__content__img.__credit {
    width: 266.4px;
  }
}
@media screen and (max-width: 840px) and (max-width: 540px) {
  .p-guide__content__img.__credit {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}

.p-guide__content__bank {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 704px;
}
.p-guide__content__bank:not(:first-child) {
  margin-top: 2em;
}
@media screen and (max-width: 840px) {
  .p-guide__content__bank:not(:first-child) {
    margin-top: 1.875em;
  }
}
.p-guide__content__bank .__title {
  min-width: 70px;
  font-weight: bold;
  margin-right: 50px;
  margin-bottom: 3px;
}
@media screen and (max-width: 540px) {
  .p-guide__content__bank .__title {
    min-width: 60px;
    margin-right: 40px;
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 700;
  }
}
.p-guide__content__bank .__text {
  width: calc(100% - 120px);
  margin-bottom: 3px;
}
@media screen and (max-width: 540px) {
  .p-guide__content__bank .__text {
    width: calc(100% - 100px);
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .p-guide__content__bank .__text .__pc_only {
    display: none;
  }
}
.p-guide__content__bank .__option {
  width: 100%;
  margin-top: 8px;
  margin-bottom: 4px;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  font-weight: 400;
}
@media screen and (max-width: 540px) {
  .p-guide__content__bank .__option {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 400;
  }
}

/* privacy policy
========================================================================== */
/*---- .p-privacy ----*/
.p-privacy__wrapper {
  width: 90%;
  max-width: 840px;
  margin: 0 auto;
  padding: 6.75em 0 9.3125em;
}
@media screen and (max-width: 540px) {
  .p-privacy__wrapper {
    padding: 4.5625em 0 6.75em;
  }
}

@media screen and (max-width: 540px) {
  .p-privacy__intro {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}

.p-privacy__content {
  margin-top: 6.6875em;
}
@media screen and (max-width: 540px) {
  .p-privacy__content {
    margin-top: 3.5em;
  }
}

.p-privacy__content__wrapper:not(:first-child) {
  margin-top: 5.4375em;
}
@media screen and (max-width: 540px) {
  .p-privacy__content__wrapper:not(:first-child) {
    margin-top: 3emx;
  }
}

.p-privacy__title {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 540px) {
  .p-privacy__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
    margin-bottom: 0.5em;
  }
}

@media screen and (max-width: 540px) {
  .p-privacy__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}

/* tokushoho
========================================================================== */
/*---- .p-tokushoho ----*/
.p-tokushoho__wrapper {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
  padding: 6.9375em 0 9.25em;
}
@media screen and (max-width: 540px) {
  .p-tokushoho__wrapper {
    padding: 3.5em 0 6.75em;
  }
}

.p-tokushoho__title {
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.2307692308;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 840px) {
  .p-tokushoho__title {
    font-size: 24px;
    letter-spacing: 0.05em;
    line-height: 1.25;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .p-tokushoho__title {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.45;
    font-weight: 400;
  }
}

.p-tokushoho__list {
  border-top: solid 1px #879A89;
  margin-top: 6.8125em;
}
@media screen and (max-width: 540px) {
  .p-tokushoho__list {
    margin-top: 3.5em;
  }
}

.p-tokushoho__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: solid 1px #879A89;
}
@media screen and (max-width: 840px) {
  .p-tokushoho__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-tokushoho__item .__title {
  width: 37.8572%;
  max-width: 371px;
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.6;
  font-weight: 400;
  padding: 1.95em 0 1.85em;
}
@media screen and (max-width: 1040px) {
  .p-tokushoho__item .__title {
    font-size: 18px;
    letter-spacing: 0.05em;
    line-height: 1.5555555556;
    font-weight: 400;
  }
}
@media screen and (max-width: 840px) {
  .p-tokushoho__item .__title {
    width: 100%;
    max-width: none;
    padding: 1.4375em 0 0;
  }
}
@media screen and (max-width: 540px) {
  .p-tokushoho__item .__title {
    font-size: 16px;
    letter-spacing: 0.05em;
    line-height: 1.5;
    font-weight: 400;
  }
}
.p-tokushoho__item .__text {
  width: 62.1429%;
  max-width: 609px;
  padding: 2.5em 0 2.4375em;
}
@media screen and (max-width: 840px) {
  .p-tokushoho__item .__text {
    width: 100%;
    max-width: none;
    padding: 8px 0 24px;
  }
}
@media screen and (max-width: 540px) {
  .p-tokushoho__item .__text {
    font-size: 14px;
    letter-spacing: 0.05em;
    line-height: 1.4285714286;
    font-weight: 400;
  }
}
@media screen and (max-width: 540px) {
  .p-tokushoho__item .__text .__pc_only {
    display: none;
  }
}

/* footer
  ========================================================================== */
.l-footer {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url("./img/common/bg-footer.jpg");
}

.p-footer__wrapper {
  width: 1120px;
  max-width: 90%;
  margin: 0 auto;
  padding: 4.9375em 0 4em;
}
@media screen and (max-width: 840px) {
  .p-footer__wrapper {
    width: 79.734%;
    padding: 48px 0 40px;
  }
}

/* .p-footer__nav */
.p-footer__nav {
  padding-bottom: 1.625em;
  border-bottom: solid 1px #879A89;
}
@media screen and (max-width: 840px) {
  .p-footer__nav {
    padding-bottom: 2em;
  }
}

.p-footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-left: -1.75em;
}
@media screen and (max-width: 840px) {
  .p-footer__nav__list {
    display: block;
    margin-left: 0;
  }
}
.p-footer__nav__list .__item > a {
  display: inline-block;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 400;
  padding: 1.4286em 1.9857em;
}
@media screen and (max-width: 840px) {
  .p-footer__nav__list .__item > a {
    width: 100%;
    padding: 0.4584em 0;
  }
}
@media screen and (max-width: 540px) {
  .p-footer__nav__list .__item > a {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
    font-weight: 400;
  }
}

/* .p-footer__info */
.p-footer__info {
  margin-top: 3.0625em;
}
@media screen and (max-width: 840px) {
  .p-footer__info {
    margin-top: 2.375em;
  }
}

.p-footer__logo {
  width: 185px;
}
@media screen and (max-width: 840px) {
  .p-footer__logo {
    width: 150px;
  }
}

.p-footer__logo__link {
  display: block;
}

.p-footer__info__address {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.5714285714;
  font-weight: 400;
  margin-top: 1.6429em;
}
@media screen and (max-width: 540px) {
  .p-footer__info__address {
    font-size: 12px;
    letter-spacing: 0.05em;
    line-height: 1.8333333333;
    font-weight: 400;
    margin-top: 1em;
  }
}

.p-footer__info__tell {
  font-size: 12px;
  letter-spacing: 0.05em;
  line-height: 1.4166666667;
  font-weight: 400;
  margin-top: 0.25em;
}
@media screen and (max-width: 540px) {
  .p-footer__info__tell {
    font-size: 10px;
    letter-spacing: 0.05em;
    line-height: 1.7;
    font-weight: 400;
    margin-top: 0;
  }
}

.p-footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  font-weight: 700;
  background-color: #879A89;
}
@media screen and (max-width: 540px) {
  .p-footer__copy {
    height: 40px;
  }
}