@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.0.0/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
.c-button.--main {
  background-color: #ae7c00;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.c-button.--sub {
  background-color: #f7f8f8;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

/*
 * 基本
 */
html {
  font-family: sans-serif;
}

body {
  margin: 0;
  color: #252525;
  font-family: sans-serif;
  line-height: 1.83;
  word-break: normal;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a:active,
a:hover {
  outline: 0;
}

p {
  word-wrap: break-word;
}

/*
 * 文字の基本設定
 */
h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

.strong {
  font-weight: bold;
}

.em {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  margin: 0;
  white-space: pre-wrap;
}

code,
pre {
  font-family: "Menlo", "Consolas", "monaco", "monospace", "ＭＳ ゴシック", sans-serif;
  font-size: 1em;
}

/*このクラス指定によりWebフォントを使用*/
.dfont {
  font-family: "Quicksand", "Avenir", "Arial", "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "メイリオ", Meiryo, sans-serif;
}

/*
 *リストの基本設定
 */
dl,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

ol,
ul {
  list-style-type: none;
  padding: 0;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  vertical-align: middle;
}

iframe {
  max-width: 100%;
}

figure {
  margin: 0;
}

@media print {
  body {
    width: 1060px;
    margin-left: auto;
    margin-right: auto;
    background-color: transparent;
    background-image: none;
  }
  .tab_only,
  .sp_only {
    display: none;
  }
  .pc_none {
    display: none;
  }
}
.none {
  display: none !important;
}

.event-none {
  pointer-events: none;
}

/* テキスト処理
-------------------------------------------------------*/
.u-line_clamp {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.u-visually_hidden {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  border: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
}

.u-justify {
  word-break: normal;
  overflow-wrap: normal;
  line-break: auto;
  -ms-hyphens: none;
      hyphens: none;
}

.u-nowrap {
  white-space: nowrap;
}

/* ul li ol dl dt dd
-------------------------------------------------------*/
dd:empty::before {
  content: "-";
}

/* リンク
-------------------------------------------------------*/
.list__image-hover li a {
  display: block;
  position: relative;
}
.list__image-hover li:not(:hover) a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

/* 角丸
-------------------------------------------------------*/
.radius3 {
  border-radius: 3px;
}

.radius5 {
  border-radius: 5px;
}

.radius7 {
  border-radius: 7px;
}

.radius10 {
  border-radius: 10px;
}

.radius15 {
  border-radius: 15px;
}

.radius20 {
  border-radius: 20px;
}

.radius50 {
  border-radius: 50px;
}

/* gmap
------------------------------------------------------------------------*/
.gmap {
  position: relative;
  height: 450px;
}

.gmap iframe,
.gmap #gmap {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* youtube
------------------------------------------------------------------------*/
.youtube,
.video {
  position: relative;
  padding-bottom: 56.25%;
}

.youtube iframe,
.video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100% !important;
  height: 100% !important;
  pointer-events: all !important;
}

/* align
------------------------------------------------------------------------*/
.u-align--left {
  text-align: left;
}

.u-align--center {
  text-align: center;
}

.u-align--right {
  text-align: right;
}

/**/
@media screen and (min-width: 1201px) {
  .pcWidth_none {
    display: none;
  }
}
@media all and (min-width: 1001px) {
  .sp_only,
  .tab_only {
    display: none;
  }
  .pcWidth_only {
    display: none;
  }
  /**/
  .pc_none {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .sp_only {
    display: none;
  }
  .pc_only,
  .pcWidth_only {
    display: none;
  }
  /**/
  .tab_none {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  .tab_only,
  .pc_only,
  .pcWidth_only,
  .sp_none {
    display: none !important;
  }
  /**/
}
.c-main {
  color: #ae7c00;
}

.c-main2 {
  color: #7f6b55;
}

.c-sub {
  color: #f7f8f8;
}

.c-sub2 {
  color: #000;
}

.c-gold {
  color: #7a6338;
}

.c-gold__light {
  color: #ac7f43;
}

.c-red {
  color: #dc143c;
}

.c-blue {
  color: #0067c0;
}

.c-green {
  color: #4db56a;
}

.c-yellow {
  color: #f8b400;
}

.c-black {
  color: #000;
}

.c-gray {
  color: #ddd;
}

.c-white {
  color: #fff;
}

.c-ivory {
  color: #f3ecd8;
}

.u-bg_white {
  background-color: #ffffff;
}
.u-bg_blue__light {
  background-color: #f3fafd;
}
.u-bg_yellow__light {
  background-color: #f8f6e7;
}
.u-bg_pink__light {
  background-color: #fdf5f9;
}
.u-bg_green__light {
  background-color: #f3f7e8;
}
.u-bg_green2__light {
  background-color: #ebf6f0;
}
.u-bg_orange__light {
  background-color: #fcf4ea;
}

.u-bg__img {
  background-repeat: repeat;
  background-position: calc(50% - 365px);
  background-size: 970px;
}
@media screen and (max-width: 767.98px) {
  .u-bg__img {
    background-size: 400px;
  }
}
.u-bg__img.--color {
  background-image: url(../../assets/images/common/bg_repeat_color.png);
}
.u-bg__img.--color_s {
  background-image: url(../../assets/images/common/bg_repeat_color_s.png);
}
.u-bg__img.--color_s.--norepeat {
  background-repeat: repeat-x;
  background-image: url(../../assets/images/common/bg_norepeat_color_s.png);
  background-size: 916px;
  background-position: calc(50% - 346px);
}
.u-bg__img.--blue {
  background-image: url(../../assets/images/common/bg_repeat_blue.png);
}
.u-bg__img.--yellow {
  background-image: url(../../assets/images/common/bg_repeat_yellow.png);
}
.u-bg__img.--green {
  background-image: url(../../assets/images/common/bg_repeat_green.png);
}
.u-bg__img.--green__light {
  background-image: url(../../assets/images/common/bg_repeat_green_light.png);
}
.u-bg__img.--green2 {
  background-image: url(../../assets/images/common/bg_repeat_green2.png);
}
.u-bg__img.--pink {
  background-image: url(../../assets/images/common/bg_repeat_pink.png);
}
.u-bg__img.--orange {
  background-image: url(../../assets/images/common/bg_repeat_orange.png);
}

.u-bg__book {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
}
.u-bg__book.--blue {
  background-image: url(../../assets/images/common/book_blue.png);
}
.u-bg__book.--yellow {
  background-image: url(../../assets/images/common/book_yellow.png);
}
.u-bg__book.--green {
  background-image: url(../../assets/images/common/book_green.png);
}
.u-bg__book.--green2 {
  background-image: url(../../assets/images/common/book_green2.png);
}
.u-bg__book.--pink {
  background-image: url(../../assets/images/common/book_pink.png);
}
.u-bg__book.--orange {
  background-image: url(../../assets/images/common/book_orange.png);
}

.u-bg__dot {
  background-repeat: repeat;
  background-position: top center;
  background-size: 165px;
}
@media screen and (max-width: 767.98px) {
  .u-bg__dot {
    background-size: 50px;
  }
}
.u-bg__dot.--color {
  background-image: url(../../assets/images/common/bg_dot_color.png);
}
.u-bg__dot.--blue {
  background-image: url(../../assets/images/common/bg_dot_blue.png);
}
.u-bg__dot.--yellow {
  background-image: url(../../assets/images/common/bg_dot_yellow.png);
}
.u-bg__dot.--green {
  background-image: url(../../assets/images/common/bg_dot_green.png);
}
.u-bg__dot.--pink {
  background-image: url(../../assets/images/common/bg_dot_pink.png);
}

.u-bg__stripe {
  background-size: auto auto;
  background-color: #fff;
}
.u-bg__stripe.--blue {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #f3fafd 8px, #f3fafd 16px);
}
@media screen and (max-width: 767.98px) {
  .u-bg__stripe.--blue {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #f3fafd 4px, #f3fafd 8px);
  }
}
.u-bg__stripe.--yellow {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #f8f6e7 8px, #f8f6e7 16px);
}
@media screen and (max-width: 767.98px) {
  .u-bg__stripe.--yellow {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #f8f6e7 4px, #f8f6e7 8px);
  }
}
.u-bg__stripe.--green {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #f3f7e1 8px, #f3f7e1 16px);
}
@media screen and (max-width: 767.98px) {
  .u-bg__stripe.--green {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #f3f7e1 4px, #f3f7e1 8px);
  }
}
.u-bg__stripe.--pink {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #fdf1f6 8px, #fdf1f6 16px);
}
@media screen and (max-width: 767.98px) {
  .u-bg__stripe.--pink {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #fdf1f6 4px, #fdf1f6 8px);
  }
}
.u-bg__stripe.--orange {
  background-image: repeating-linear-gradient(0deg, transparent, transparent 8px, #fef4df 8px, #fef4df 16px);
}
@media screen and (max-width: 767.98px) {
  .u-bg__stripe.--orange {
    background-image: repeating-linear-gradient(0deg, transparent, transparent 4px, #fef4df 4px, #fef4df 8px);
  }
}

/* flex
-------------------------------------------------------*/
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex.flex--alignStart {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.flex.flex--alignCenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex.flex--alignEnd {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.flex.flex--justStart {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex.flex--justCenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex.flex--justEnd {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.flex.flex--nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.flex.inner:after {
  content: none;
}

/* 3・4列の最後を左寄せにする
 .flex::after, .flex::before {
  content: "";
  display: block;
  width: 21%;
  height: 0;
 }
 .flex::before {
  order: 1;
 }
 */
/* col
-------------------------------------------------------*/
.col1 {
  width: 100%;
}

.col2 {
  width: 50%;
}

.col3 {
  width: 33.333%;
}

.col4 {
  width: 25%;
}

.grid {
  display: grid;
}
.grid.--grid2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .grid.--grid2 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .grid.--grid2 {
    grid-gap: 15px;
  }
}
.grid.--grid3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .grid.--grid3 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .grid.--grid3 {
    grid-gap: 15px;
  }
}
.grid.--grid4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .grid.--grid4 {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .grid.--grid4 {
    grid-gap: 15px;
  }
}

/* margin
-------------------------------------------------------*/
.u3 {
  margin-bottom: 3px;
}

.u5 {
  margin-bottom: 5px;
}

.u7 {
  margin-bottom: 7px;
}

.u10 {
  margin-bottom: 10px;
}

.u15 {
  margin-bottom: 15px;
}

.u20 {
  margin-bottom: 20px;
}

.u25 {
  margin-bottom: 25px;
}

.u30 {
  margin-bottom: 30px;
}

.u35 {
  margin-bottom: 35px;
}

.u40 {
  margin-bottom: 40px;
}

.u45 {
  margin-bottom: 45px;
}

.u50 {
  margin-bottom: 50px;
}

.u55 {
  margin-bottom: 55px;
}

.u60 {
  margin-bottom: 60px;
}

.u70 {
  margin-bottom: 70px;
}

.u80 {
  margin-bottom: 80px;
}

.u90 {
  margin-bottom: 90px;
}

.u100 {
  margin-bottom: 100px;
}

.u110 {
  margin-bottom: 110px;
}

.u120 {
  margin-bottom: 120px;
}

.u130 {
  margin-bottom: 130px;
}

.u140 {
  margin-bottom: 140px;
}

.u150 {
  margin-bottom: 150px;
}

.u160 {
  margin-bottom: 160px;
}

@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .u3 {
    margin-bottom: 3px;
  }
  .u5 {
    margin-bottom: 5px;
  }
  .u7 {
    margin-bottom: 7px;
  }
  .u10 {
    margin-bottom: 10px;
  }
  .u15 {
    margin-bottom: 15px;
  }
  .u20 {
    margin-bottom: 20px;
  }
  .u25 {
    margin-bottom: 25px;
  }
  .u30 {
    margin-bottom: 30px;
  }
  .u35 {
    margin-bottom: 35px;
  }
  .u40 {
    margin-bottom: 40px;
  }
  .u45 {
    margin-bottom: 45px;
  }
  .u50 {
    margin-bottom: 50px;
  }
  .u55 {
    margin-bottom: 55px;
  }
  .u60 {
    margin-bottom: 60px;
  }
  .u70 {
    margin-bottom: 70px;
  }
  .u80 {
    margin-bottom: 80px;
  }
  .u90 {
    margin-bottom: 90px;
  }
  .u100 {
    margin-bottom: 100px;
  }
  .u110 {
    margin-bottom: 110px;
  }
  .u120 {
    margin-bottom: 120px;
  }
  .u130 {
    margin-bottom: 130px;
  }
  .u140 {
    margin-bottom: 140px;
  }
  .u150 {
    margin-bottom: 150px;
  }
  .u160 {
    margin-bottom: 160px;
  }
}
@media screen and (max-width: 767.98px) {
  .u3 {
    margin-bottom: 1.5px;
  }
  .u5 {
    margin-bottom: 2.5px;
  }
  .u7 {
    margin-bottom: 3.5px;
  }
  .u10 {
    margin-bottom: 5px;
  }
  .u15 {
    margin-bottom: 7.5px;
  }
  .u20 {
    margin-bottom: 10px;
  }
  .u25 {
    margin-bottom: 12.5px;
  }
  .u30 {
    margin-bottom: 15px;
  }
  .u35 {
    margin-bottom: 17.5px;
  }
  .u40 {
    margin-bottom: 20px;
  }
  .u45 {
    margin-bottom: 22.5px;
  }
  .u50 {
    margin-bottom: 25px;
  }
  .u55 {
    margin-bottom: 27.5px;
  }
  .u60 {
    margin-bottom: 30px;
  }
  .u70 {
    margin-bottom: 35px;
  }
  .u80 {
    margin-bottom: 40px;
  }
  .u90 {
    margin-bottom: 45px;
  }
  .u100 {
    margin-bottom: 50px;
  }
  .u110 {
    margin-bottom: 55px;
  }
  .u120 {
    margin-bottom: 60px;
  }
  .u130 {
    margin-bottom: 65px;
  }
  .u140 {
    margin-bottom: 70px;
  }
  .u150 {
    margin-bottom: 75px;
  }
  .u160 {
    margin-bottom: 80px;
  }
}
/* -------------------------------------------------------*/
.u-10 {
  position: relative;
  margin-bottom: -10px;
}

.u-20 {
  position: relative;
  margin-bottom: -20px;
}

.u-30 {
  position: relative;
  margin-bottom: -30px;
}

.u-40 {
  position: relative;
  margin-bottom: -40px;
}

.u-50 {
  position: relative;
  margin-bottom: -50px;
}

.u-60 {
  position: relative;
  margin-bottom: -60px;
}

@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .u-10 {
    margin-bottom: -10px;
  }
  .u-20 {
    margin-bottom: -20px;
  }
  .u-30 {
    margin-bottom: -30px;
  }
  .u-40 {
    margin-bottom: -40px;
  }
  .u-50 {
    margin-bottom: -50px;
  }
  .u-60 {
    margin-bottom: -60px;
  }
}
@media screen and (max-width: 767.98px) {
  .u-10 {
    position: relative;
    margin-bottom: -5px;
  }
  .u-20 {
    position: relative;
    margin-bottom: -10px;
  }
  .u-30 {
    position: relative;
    margin-bottom: -15px;
  }
  .u-40 {
    position: relative;
    margin-bottom: -20px;
  }
  .u-50 {
    position: relative;
    margin-bottom: -25px;
  }
  .u-60 {
    position: relative;
    margin-bottom: -30px;
  }
}
/* -------------------------------------------------------*/
.t5 {
  margin-top: 5px;
}

.t7 {
  margin-top: 7px;
}

.t10 {
  margin-top: 10px;
}

.t15 {
  margin-top: 15px;
}

.t20 {
  margin-top: 20px;
}

.t25 {
  margin-top: 25px;
}

.t30 {
  margin-top: 30px;
}

.t40 {
  margin-top: 40px;
}

.t50 {
  margin-top: 50px;
}

.t60 {
  margin-top: 60px;
}

.t70 {
  margin-top: 70px;
}

@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .t5 {
    margin-top: 5px;
  }
  .t7 {
    margin-top: 7px;
  }
  .t10 {
    margin-top: 10px;
  }
  .t15 {
    margin-top: 15px;
  }
  .t20 {
    margin-top: 20px;
  }
  .t25 {
    margin-top: 25px;
  }
  .t30 {
    margin-top: 30px;
  }
  .t40 {
    margin-top: 40px;
  }
  .t50 {
    margin-top: 50px;
  }
  .t60 {
    margin-top: 60px;
  }
  .t70 {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .t5 {
    margin-top: 2.5px;
  }
  .t7 {
    margin-top: 3.5px;
  }
  .t10 {
    margin-top: 5px;
  }
  .t15 {
    margin-top: 7.5px;
  }
  .t20 {
    margin-top: 10px;
  }
  .t25 {
    margin-top: 12.5px;
  }
  .t30 {
    margin-top: 15px;
  }
  .t40 {
    margin-top: 20px;
  }
  .t50 {
    margin-top: 25px;
  }
  .t60 {
    margin-top: 30px;
  }
  .t70 {
    margin-top: 35px;
  }
}
/* -------------------------------------------------------*/
.t-5,
.t-10,
.t-15,
.t-20,
.t-25,
.t-30 {
  position: relative;
}

.t-5 {
  margin-top: -5px;
}

.t-10 {
  margin-top: -10px;
}

.t-15 {
  margin-top: -15px;
}

.t-20 {
  margin-top: -20px;
}

.t-25 {
  margin-top: -25px;
}

.t-30 {
  margin-top: -30px;
}

@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .t-5 {
    margin-top: -5px;
  }
  .t-10 {
    margin-top: -10px;
  }
  .t-15 {
    margin-top: -15px;
  }
  .t-20 {
    margin-top: -20px;
  }
  .t-25 {
    margin-top: -25px;
  }
  .t-30 {
    margin-top: -30px;
  }
}
@media screen and (max-width: 767.98px) {
  .t-5 {
    margin-top: -2.5px;
  }
  .t-10 {
    margin-top: -5px;
  }
  .t-15 {
    margin-top: -7.5px;
  }
  .t-20 {
    margin-top: -10px;
  }
  .t-25 {
    margin-top: -12.5px;
  }
  .t-30 {
    margin-top: -15px;
  }
}
/* -------------------------------------------------------*/
.l10 {
  margin-left: 10px;
}

.l20 {
  margin-left: 20px;
}

.l30 {
  margin-left: 30px;
}

@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .l10 {
    margin-left: 10px;
  }
  .l20 {
    margin-left: 20px;
  }
  .l30 {
    margin-left: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .l10 {
    margin-left: 5px;
  }
  .l20 {
    margin-left: 10px;
  }
  .l30 {
    margin-left: 15px;
  }
}
/* -------------------------------------------------------*/
.t0 {
  margin-top: 0 !important;
}

.l0 {
  margin-left: 0 !important;
}

.r0 {
  margin-right: 0 !important;
}

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

.u0 img {
  vertical-align: bottom;
}

/* section
-------------------------------------------------------*/
.section--pt {
  padding-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pt {
    padding-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt {
    padding-top: 60px;
  }
}

.section--pt_xs {
  padding-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pt_xs {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_xs {
    padding-top: 24px;
  }
}

.section--pt_sm {
  padding-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pt_sm {
    padding-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_sm {
    padding-top: 42px;
  }
}

.section--pt_lg {
  padding-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pt_lg {
    padding-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pt_lg {
    padding-top: 84px;
  }
}

.section--pb {
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pb {
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb {
    padding-bottom: 60px;
  }
}

.section--pb_xs {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pb_xs {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_xs {
    padding-bottom: 24px;
  }
}

.section--pb_sm {
  padding-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pb_sm {
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_sm {
    padding-bottom: 42px;
  }
}

.section--pb_lg {
  padding-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--pb_lg {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--pb_lg {
    padding-bottom: 84px;
  }
}

.section--mt {
  margin-top: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mt {
    margin-top: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt {
    margin-top: 60px;
  }
}

.section--mt_xs {
  margin-top: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mt_xs {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_xs {
    margin-top: 24px;
  }
}

.section--mt_sm {
  margin-top: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mt_sm {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_sm {
    margin-top: 42px;
  }
}

.section--mt_lg {
  margin-top: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mt_lg {
    margin-top: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mt_lg {
    margin-top: 84px;
  }
}

.section--mb {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mb {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb {
    margin-bottom: 60px;
  }
}

.section--mb_xs {
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mb_xs {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_xs {
    margin-bottom: 24px;
  }
}

.section--mb_sm {
  margin-bottom: 70px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mb_sm {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_sm {
    margin-bottom: 42px;
  }
}

.section--mb_lg {
  margin-bottom: 140px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .section--mb_lg {
    margin-bottom: 140px;
  }
}
@media screen and (max-width: 767.98px) {
  .section--mb_lg {
    margin-bottom: 84px;
  }
}

.underLine--yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #ffee00));
  background: linear-gradient(transparent 70%, #ffee00 70%);
}

.underLine--yellow__border {
  position: relative;
}
.underLine--yellow__border::before {
  content: "";
  position: absolute;
  bottom: -11px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 4px;
  border-radius: 4px;
  background-color: #ffee00;
}
@media screen and (max-width: 767.98px) {
  .underLine--yellow__border::before {
    bottom: -1px;
    height: 3px;
  }
}

.underLine--blue {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ccff));
  background: linear-gradient(transparent 40%, #66ccff 40%);
}

.underLine--green {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #66ffcc));
  background: linear-gradient(transparent 40%, #66ffcc 40%);
}

.underLine--red {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff9494));
  background: linear-gradient(transparent 40%, #ff9494 40%);
}

.underLine--pink {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #f0aeeb));
  background: linear-gradient(transparent 40%, #f0aeeb 40%);
}

.u-zoomLink a {
  display: block;
}
.u-zoomLink a figure {
  overflow: hidden;
  background-color: #fff;
}
.u-zoomLink a figure img {
  width: 100%;
}
@media screen and (min-width: 1101px), print {
  .u-zoomLink a figure img {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .u-zoomLink a:hover figure img {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    opacity: 0.5;
  }
}

/*
-------------------------------------------------------*/
.c-wrap {
  width: 94%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-wrap {
    width: 90%;
  }
}
.c-wrap.--lg {
  max-width: 1400px !important;
}
.c-wrap.--md2 {
  max-width: 1200px !important;
}
.c-wrap.--md {
  max-width: 1100px !important;
}
.c-wrap.--sm {
  max-width: 980px !important;
}
.c-wrap.--xs {
  max-width: 800px !important;
}

.c-block .c-block__imgArea {
  width: 47.5510204082%;
}
.c-block .c-block__imgArea .c-border {
  padding: 10px;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block__imgArea .c-border {
    padding: 7px;
  }
}
.c-block .c-block__txtArea {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
  width: 48.9795918367%;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block__txtArea {
    margin-top: 1.3em;
  }
}
.c-block .c-block__txtArea h3 + p {
  margin-top: 1.3em;
  margin-bottom: 1.35em;
}
@media screen and (max-width: 767.98px) {
  .c-block .c-block__txtArea h3 + p {
    margin-top: 0.8em;
    margin-bottom: 1.2em;
  }
}
.c-block.--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .c-block.--row .c-block__imgArea,
  .c-block.--row .c-block__txtArea {
    width: 100% !important;
  }
}

.c-block.--product .c-block__imgArea {
  width: 47.5510204082%;
}
.c-block.--product .c-block__imgArea .c-border {
  padding: 10px;
}
.c-block.--product .c-block__txtArea {
  width: 48.9795918367%;
}
@media screen and (max-width: 767.98px) {
  .c-block.--product .c-block__txtArea {
    margin-top: 1.4em;
  }
}
.c-block.--product .c-block__txtArea h3 + p {
  margin-top: 1.3em;
}
.c-block__btn {
  display: none !important;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 767.98px) {
  .c-block__btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.c-block__btn .c-button {
  width: 47.4489795918%;
}
@media screen and (max-width: 767.98px) {
  .c-block__btn .c-button {
    width: 100%;
    max-width: 430px;
    margin-top: 40px;
    margin-top: 4vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.c-block__btn.grid {
  display: grid;
}
.c-block__btn.grid > * {
  width: 100%;
}
.c-block__btn.grid.--grid2 {
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .c-block__btn.grid.--grid2 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__btn.grid.--grid2 {
    grid-gap: 15px;
  }
}
.c-block__btn.grid.--grid3 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .c-block__btn.grid.--grid3 {
    grid-gap: 25px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__btn.grid.--grid3 {
    grid-gap: 10px;
  }
}
.c-block__btn.grid.--grid3 a {
  font-size: 1.625em;
}
@media screen and (max-width: 767.98px) {
  .c-block__btn.grid.--grid3 a {
    font-size: 1em;
  }
}
.c-block__btn.grid.--grid4 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .c-block__btn.grid.--grid4 {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-block__btn.grid.--grid4 {
    grid-gap: 15px;
  }
}
.c-wrap .c-block__btn:first-child {
  margin-top: 0;
}
.c-block__header .c-block__header__txtArea {
  width: 100%;
}
.c-block__header .c-block__header__txtArea h3 + p {
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .c-block__header .c-block__header__txtArea h3 + p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
.c-block__header .c-block__header__txtArea p {
  text-align: left;
  word-break: keep-all;
  overflow-wrap: break-word;
}

.entry-content .c-spec__wrap,
.p-pickuplist .c-spec__wrap {
  padding: 5%;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec__wrap,
  .p-pickuplist .c-spec__wrap {
    padding: 4.5%;
    margin-top: 10px;
  }
}
.entry-content .c-spec__wrap.--blue,
.p-pickuplist .c-spec__wrap.--blue {
  background-color: #a7d2e8;
}
.entry-content .c-spec__wrap.--yellow,
.p-pickuplist .c-spec__wrap.--yellow {
  background-color: #e6d157;
}
.entry-content .c-spec__wrap.--pink,
.p-pickuplist .c-spec__wrap.--pink {
  background-color: #f9dbe8;
}
.entry-content .c-spec__wrap.--green,
.p-pickuplist .c-spec__wrap.--green {
  background-color: #dae5af;
}
.entry-content .c-spec__wrap.--green2,
.p-pickuplist .c-spec__wrap.--green2 {
  background-color: #afdcc3;
}
.entry-content .c-spec__wrap.--orange,
.p-pickuplist .c-spec__wrap.--orange {
  background-color: #f5d2aa;
}
.entry-content .c-spec__wrap.--gold,
.p-pickuplist .c-spec__wrap.--gold {
  background-color: #c0b481;
}
.entry-content .c-spec,
.p-pickuplist .c-spec {
  background-color: #fff;
  padding: 4.5% 6% 4.5% 6%;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec,
  .p-pickuplist .c-spec {
    font-size: 90%;
    padding: 4.5% 6% 4.5% 6%;
  }
}
.entry-content .c-spec p,
.entry-content .c-spec ul li,
.p-pickuplist .c-spec p,
.p-pickuplist .c-spec ul li {
  font-weight: 600 !important;
  line-height: 1.45;
  margin: 0;
}
.entry-content .c-spec .c-spec__shop,
.p-pickuplist .c-spec .c-spec__shop {
  font-size: 1em;
  line-height: 1.15;
  margin-bottom: 5px;
}
.entry-content .c-spec .c-spec__shop .shop-floor,
.p-pickuplist .c-spec .c-spec__shop .shop-floor {
  font-size: 0.8125em;
}
.entry-content .c-spec .c-spec__shop .shop-name,
.p-pickuplist .c-spec .c-spec__shop .shop-name {
  font-size: 1em;
}
.entry-content .c-spec .c-spec__item,
.p-pickuplist .c-spec .c-spec__item {
  line-height: 1.3157894737;
}
.entry-content .c-spec .c-spec__item + .c-spec__item,
.p-pickuplist .c-spec .c-spec__item + .c-spec__item {
  margin-top: 0.6em !important;
}
.entry-content .c-spec .c-spec__item .item-name,
.p-pickuplist .c-spec .c-spec__item .item-name {
  font-size: 1.1875em;
  display: block;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec .c-spec__item .item-name,
  .p-pickuplist .c-spec .c-spec__item .item-name {
    font-size: 1.125em;
    display: inline-block;
  }
}
.entry-content .c-spec .c-spec__item .item-name small,
.p-pickuplist .c-spec .c-spec__item .item-name small {
  font-size: 80%;
}
.entry-content .c-spec .c-spec__item .item-name + .item-price,
.p-pickuplist .c-spec .c-spec__item .item-name + .item-price {
  margin-top: 3px;
}
.entry-content .c-spec .c-spec__item .item-name.--inline,
.p-pickuplist .c-spec .c-spec__item .item-name.--inline {
  margin-right: 0.4em;
}
.entry-content .c-spec .c-spec__item .item-price,
.p-pickuplist .c-spec .c-spec__item .item-price {
  font-size: 1.125em;
  letter-spacing: 0.04em;
  display: inline-block;
}
.entry-content .c-spec .c-spec__item .item-price.--right,
.p-pickuplist .c-spec .c-spec__item .item-price.--right {
  display: block;
  text-align: right;
}
.entry-content .c-spec .c-spec__item .item-price small,
.p-pickuplist .c-spec .c-spec__item .item-price small {
  position: relative;
}
.entry-content .c-spec .c-spec__etc,
.p-pickuplist .c-spec .c-spec__etc {
  font-weight: 600;
  font-size: 0.79375em;
  letter-spacing: 0.015em;
  padding-left: 0;
  margin-top: 11px;
  border-top: 1px solid #ccc;
  padding-top: 9px;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec .c-spec__etc,
  .p-pickuplist .c-spec .c-spec__etc {
    font-size: 0.75em;
  }
}
.entry-content .c-spec .c-spec__etc ul,
.p-pickuplist .c-spec .c-spec__etc ul {
  list-style: none;
  padding-left: 0;
}
.entry-content .c-spec .c-spec__etc ul li,
.p-pickuplist .c-spec .c-spec__etc ul li {
  line-height: 1.45;
}
.entry-content .c-spec .c-spec__etc ul li + li,
.p-pickuplist .c-spec .c-spec__etc ul li + li {
  padding-top: 3px;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec .c-spec__etc ul li + li,
  .p-pickuplist .c-spec .c-spec__etc ul li + li {
    padding-top: 2px;
    letter-spacing: -0.02em;
  }
}
.entry-content .c-spec .c-spec__etc dl,
.p-pickuplist .c-spec .c-spec__etc dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  line-height: 1.45;
}
.entry-content .c-spec .c-spec__etc dl + dl,
.p-pickuplist .c-spec .c-spec__etc dl + dl {
  padding-top: 3px;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec .c-spec__etc dl + dl,
  .p-pickuplist .c-spec .c-spec__etc dl + dl {
    padding-top: 2px;
    letter-spacing: -0.02em;
  }
}
.entry-content .c-spec .c-spec__etc dl dt,
.p-pickuplist .c-spec .c-spec__etc dl dt {
  min-width: 4em;
}
.entry-content .c-spec .c-spec__etc dl dt:empty,
.p-pickuplist .c-spec .c-spec__etc dl dt:empty {
  min-width: auto;
}
.entry-content .c-spec .c-spec__etc dl dt:empty + dd:before,
.p-pickuplist .c-spec .c-spec__etc dl dt:empty + dd:before {
  content: none !important;
}
.entry-content .c-spec .c-spec__etc dl dd,
.p-pickuplist .c-spec .c-spec__etc dl dd {
  padding-left: 1em;
  text-indent: -1em;
}
.entry-content .c-spec .c-spec__etc dl dd::before,
.p-pickuplist .c-spec .c-spec__etc dl dd::before {
  content: "／";
}
.entry-content .c-spec .c-spec__capt,
.p-pickuplist .c-spec .c-spec__capt {
  margin-top: 1em;
  font-size: 0.6875em;
  padding-left: 1em;
  text-indent: -1em;
}
.entry-content .c-spec.--chart,
.p-pickuplist .c-spec.--chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry-content .c-spec.--chart .c-spec__txtArea,
.p-pickuplist .c-spec.--chart .c-spec__txtArea {
  width: 48.0519480519%;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec.--chart .c-spec__txtArea,
  .p-pickuplist .c-spec.--chart .c-spec__txtArea {
    width: 45.4545454545%;
  }
}
.entry-content .c-spec.--chart .c-spec__txtArea .c-spec__price,
.p-pickuplist .c-spec.--chart .c-spec__txtArea .c-spec__price {
  text-align: right;
}
.entry-content .c-spec.--chart .c-spec__imgArea,
.p-pickuplist .c-spec.--chart .c-spec__imgArea {
  width: 49.3506493506%;
  max-width: 190px;
}
@media screen and (max-width: 767.98px) {
  .entry-content .c-spec.--chart .c-spec__imgArea,
  .p-pickuplist .c-spec.--chart .c-spec__imgArea {
    margin-top: 10px;
  }
}
.entry-content .c-spec.--chart .c-spec__imgArea img,
.p-pickuplist .c-spec.--chart .c-spec__imgArea img {
  display: block;
  margin: auto;
}
.entry-content .c-spec__wrap.--row,
.p-pickuplist .c-spec__wrap.--row {
  padding: 5.2083333333%;
}
.entry-content .c-spec.--row,
.p-pickuplist .c-spec.--row {
  background-color: #fff;
}
.entry-content .c-spec.--row .c-spec__txtArea,
.p-pickuplist .c-spec.--row .c-spec__txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.entry-content .c-spec.--row .c-spec__shop,
.p-pickuplist .c-spec.--row .c-spec__shop {
  width: 100%;
}
.entry-content .c-spec.--row .c-spec__item,
.p-pickuplist .c-spec.--row .c-spec__item {
  width: 100%;
  padding-right: 2.5641025641%;
}
.entry-content .c-spec.--row .c-spec__etc,
.p-pickuplist .c-spec.--row .c-spec__etc {
  width: 100%;
  padding-top: 7px;
  border-top: none;
  border-top: 1px solid #ccc;
}
.entry-content .c-spec.--item,
.p-pickuplist .c-spec.--item {
  background-color: transparent;
}
.entry-content .c-spec.--item .c-spec__txtArea,
.p-pickuplist .c-spec.--item .c-spec__txtArea {
  width: 100%;
  font-weight: 600;
  padding-top: 10px;
  border-top: 1px solid #000;
  margin-top: 10px;
}
.entry-content .c-spec.--item .c-spec__shop,
.p-pickuplist .c-spec.--item .c-spec__shop {
  font-size: 1.25em;
}
.entry-content .c-spec.--item .c-spec__item,
.p-pickuplist .c-spec.--item .c-spec__item {
  font-size: 1.4375em;
}

.c-spec__border {
  padding: 2.5% 5.1% 2.5% 5.1%;
  border: 1px solid var(--features-color--main);
  margin-bottom: 35px;
}
.c-spec__border .ttl {
  font-size: 1.25em;
  line-height: 1.5;
  font-weight: 600 !important;
  color: var(--features-color--main);
  margin-bottom: 3px !important;
}
.c-spec__border p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767.98px) {
  .c-spec__border p {
    line-height: 1.7;
  }
}

.c-heading .c-heading__eng {
  line-height: 1.2;
}
.c-heading.--center {
  text-align: center;
}
.c-heading.--left {
  text-align: left;
}
.c-heading.--right {
  text-align: right;
}

.c-heading.--section {
  text-align: center;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .c-heading.--section {
    padding-bottom: 20px;
  }
}
.c-heading.--section .c-heading__eng {
  width: 70%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-heading.--section .c-heading__eng {
    width: 75%;
  }
}
.c-heading.--section .c-heading__copy {
  font-size: 1.625em;
  font-weight: 600;
  margin-top: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-heading.--section .c-heading__copy {
    font-size: 1.3125em;
  }
}
.c-heading.--section .c-heading__txt {
  font-size: 1.375em;
  letter-spacing: 0.05em;
}
.c-heading.--section.--mt {
  position: relative;
  margin-top: -120px;
  padding-bottom: 35px;
}
@media screen and (max-width: 767.98px) {
  .c-heading.--section.--mt {
    margin-top: -75px;
    padding-bottom: 17px;
  }
}
.c-heading.--section.--mt .c-heading__copy {
  margin-top: 30px;
}
@media screen and (max-width: 767.98px) {
  .c-heading.--section.--mt .c-heading__copy {
    margin-top: 20px;
  }
}

/* font
-------------------------------------------------------*/
.font-eng {
  font-family: "Roboto", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-mincho {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
}

.font-gothic {
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
}

/* title
-------------------------------------------------------*/
/* txt
-------------------------------------------------------*/
.txt__xl3 {
  font-size: 4.6rem;
}
@media screen and (max-width: 767.98px) {
  .txt__xl3 {
    font-size: 3.68rem;
  }
}

.txt__xl2 {
  font-size: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  .txt__xl2 {
    font-size: 2.88rem;
  }
}

.txt__xl {
  font-size: 3rem;
}
@media screen and (max-width: 767.98px) {
  .txt__xl {
    font-size: 2.4rem;
  }
}

.txt__lg2 {
  font-size: 2.7rem;
}
@media screen and (max-width: 767.98px) {
  .txt__lg2 {
    font-size: 2.16rem;
  }
}

.txt__lg {
  font-size: 2.6rem;
}
@media screen and (max-width: 767.98px) {
  .txt__lg {
    font-size: 2.08rem;
  }
}

.txt__md2 {
  font-size: 2.2rem;
}
@media screen and (max-width: 767.98px) {
  .txt__md2 {
    font-size: 1.76rem;
  }
}

.txt__md {
  font-size: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .txt__md {
    font-size: 1.44rem;
  }
}

.txt__base {
  font-size: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .txt__base {
    font-size: 1.28rem;
  }
}

.txt__sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .txt__sm {
    font-size: 1.12rem;
  }
}

.txt__xs {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .txt__xs {
    font-size: 1.04rem;
  }
}

/* capt
-------------------------------------------------------*/
.capt {
  color: #666;
  font-size: 0.75em;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  .capt {
    font-size: 0.625em;
  }
}
.capt_s {
  font-size: 1.3rem;
}
@media screen and (max-width: 767.98px) {
  .capt_s {
    font-size: 1.1rem;
  }
}

.capt__img {
  position: absolute;
  bottom: 2px;
  right: 5px;
  margin: auto;
}

/* txt_indent
-------------------------------------------------------*/
.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.txt_indent2 {
  padding-left: 2em;
  text-indent: -2em;
}

/* txt_shadow
-------------------------------------------------------*/
.txt_shadow__wh {
  text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #fff, 0 0 5px #fff;
}

.txt_shadow__bk {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 2px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0), 0 0 10px rgb(0, 0, 0);
}

.txt_shadow__bk_light {
  color: #fff;
  text-shadow: 0 0 1px rgb(0, 0, 0), 0 0 3px rgb(0, 0, 0), 0 0 5px rgb(0, 0, 0);
}

/* lts
-------------------------------------------------------*/
.lts__0 {
  letter-spacing: 0;
}

.lts__sm {
  letter-spacing: 0.03em;
}

.lts__md {
  letter-spacing: 0.05em;
}

.lts__lg {
  letter-spacing: 0.07em;
}

.lts__xl {
  letter-spacing: 0.1em;
}

.lts__xl2 {
  letter-spacing: 0.13em;
}

.lts__xl3 {
  letter-spacing: 0.15em;
}

.pageTitle {
  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;
  position: relative;
  width: 100%;
  height: 400px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .pageTitle {
    height: 190px;
  }
}
.pageTitle::before {
  z-index: 2;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  margin: auto;
}
.pageTitle img {
  z-index: -1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pageTitle .ttl__data {
  position: relative;
  z-index: 5;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .pageTitle .ttl__data {
    font-size: 2.16rem;
  }
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data {
    font-size: 1.5rem;
    letter-spacing: 0.03em;
    bottom: -20px;
  }
}
.pageTitle .ttl__data::before {
  font-size: 8rem;
  color: #fff;
  background: none;
  margin-bottom: 40px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::before {
    font-size: 5.2rem;
    margin-bottom: 15px;
  }
}
.pageTitle .ttl__data::after {
  content: "";
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  width: 45px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .pageTitle .ttl__data::after {
    width: 40px;
    bottom: 33px;
  }
}
/* グラデーション
-------------------------------------------------------*/
.grade--txt {
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.grade--data {
  color: #ae7c00;
}
.grade--data::before {
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
  background: -webkit-gradient(linear, left top, right top, from(#7ac9ea), to(#007bd1));
  background: linear-gradient(to right, #7ac9ea, #007bd1);
  margin-left: auto;
  margin-right: auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ttl__underline {
  position: relative;
  border-bottom: 5px solid #f6f6f6;
}
.ttl__underline::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 70px;
  height: 5px;
  background-color: #387ccc;
}

.ttl__underline--center {
  text-align: center;
}
.ttl__underline--center::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.c-border {
  background-image: repeating-linear-gradient(0deg, #bcaa5e, #bcaa5e 6px, transparent 6px, transparent 12px, #bcaa5e 12px), repeating-linear-gradient(90deg, #bcaa5e, #bcaa5e 6px, transparent 6px, transparent 12px, #bcaa5e 12px), repeating-linear-gradient(180deg, #bcaa5e, #bcaa5e 6px, transparent 6px, transparent 12px, #bcaa5e 12px), repeating-linear-gradient(270deg, #bcaa5e, #bcaa5e 6px, transparent 6px, transparent 12px, #bcaa5e 12px);
  background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px;
  background-position: 0 0, 0 0, 100% 0, 0 100%;
  background-repeat: no-repeat;
}
@media screen and (min-width: 1101px), print {
  a:hover .c-border {
    -webkit-animation: borderAnimation 0.5s infinite linear;
            animation: borderAnimation 0.5s infinite linear;
  }
}
@media screen and (max-width: 767.98px) {
  .c-border {
    background-image: repeating-linear-gradient(0deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(90deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(180deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px), repeating-linear-gradient(270deg, #bcaa5e, #bcaa5e 2px, transparent 2px, transparent 4px, #bcaa5e 4px);
  }
}
@-webkit-keyframes borderAnimation {
  from {
    background-position: 0 0, -12px 0, 100% -12px, 0 100%;
  }
  to {
    background-position: 0 -12px, 0 0, 100% 0, -12px 100%;
  }
}
@keyframes borderAnimation {
  from {
    background-position: 0 0, -12px 0, 100% -12px, 0 100%;
  }
  to {
    background-position: 0 -12px, 0 0, 100% 0, -12px 100%;
  }
}
.c-border.--circle {
  position: relative;
  padding: 5px;
  background: none;
}
@media screen and (max-width: 767.98px) {
  .c-border.--circle {
    padding: 4px;
  }
}
@media screen and (min-width: 1101px), print {
  .c-border.--circle:hover::before {
    -webkit-animation: rotationAnimation 20s infinite linear;
            animation: rotationAnimation 20s infinite linear;
  }
}
.c-border.--circle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../../assets/images/top/category_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  pointer-events: none;
}
.c-border.--circle > * {
  border-radius: 50%;
  overflow: hidden;
}
@-webkit-keyframes rotationAnimation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotationAnimation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.c-border.--square {
  padding: 1px;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .c-border.--square {
    padding: 4px;
  }
}

.list__square {
  list-style: square;
}
.list__square li {
  list-style: inside;
}

.list__circle {
  list-style: circle;
}
.list__circle li {
  list-style: inside;
}

.list__before {
  list-style: none;
}
.list__before li {
  position: relative;
}
.list__before li::before {
  content: "▪";
  display: block;
  position: absolute;
  left: -1em;
  color: #ddd;
}

.list__check li {
  font-weight: 600;
  position: relative;
  padding-left: 56px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 2.2rem;
}
.list__check li + li {
  margin-top: 1em;
}
.list__check li::before {
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  width: 40px;
  height: 40px;
  background-image: url(../../images/common/arrow_check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* color
-------------------------------------------------------*/
.list__blue ul li {
  background-color: #f2f8fd;
  padding: 30px;
}
.list__blue ul li .ttl {
  color: #ae7c00;
  text-align: center;
}
.list__blue ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

.list__gray ul li {
  min-height: 240px;
  background-color: #f7f7f7;
  padding: 20px;
}
.list__gray ul li .img {
  width: 90%;
  max-width: 430px;
  margin-left: auto;
  margin-right: auto;
}
.list__gray ul li .ttl {
  color: #ae7c00;
  text-align: center;
}
.list__gray ul li .txt {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-top: 15px;
}

table {
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
@media screen and (min-width: 768px), print {
  table {
    width: 100%;
  }
}
table th {
  font-weight: 600;
}

@media screen and (max-width: 767.98px) {
  .table-scroll {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.table-scroll::-webkit-scrollbar {
  height: 5px;
}
.table-scroll::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-scroll::-webkit-scrollbar-thumb {
  background: #bcbcbc;
}
.table-scroll table th,
.table-scroll table td {
  position: relative;
  font-weight: 400;
  padding: 65px 0 20px 0;
  text-align: left;
}
.table-scroll table th::before,
.table-scroll table td::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 93%;
  height: 1px;
  margin: auto;
}
.table-scroll table th {
  width: 20%;
  min-width: 130px;
}
.table-scroll table th::before {
  background-color: #000;
}
.table-scroll table td::before {
  background-color: #ccc;
}
.table-scroll table .head {
  background-color: #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .table-scroll table .fixed {
    position: sticky;
    left: 0;
    height: 100%;
  }
  .table-scroll table .fixed:before {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    right: -1px;
    height: 100%;
  }
}

.table-col table th,
.table-col table td {
  padding: 20px 40px;
  border: none;
}
.table-col table th {
  width: 30%;
  background-color: #f0f0f0;
}
@media only screen and (max-width: 767px) {
  .table-col table th,
  .table-col table td,
  .table-col table tr {
    display: block;
    width: 100%;
  }
  .table-col table th {
    width: 100%;
  }
  .table-col table td {
    padding-top: 0;
  }
}

.table-dl dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #b5b1b1;
}
.table-dl dt,
.table-dl dd {
  padding: 24px 0;
}
.table-dl dt {
  width: 30%;
}
.table-dl dd {
  width: 70%;
}
.table-dl {
  /* sp */
}
@media only screen and (max-width: 767px) {
  .table-dl dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    box-orient: vertical;
  }
  .table-dl dt,
  .table-dl dd {
    width: 100%;
  }
  .table-dl dd {
    padding-top: 0;
  }
}

figcaption {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  figcaption {
    font-size: 1rem;
  }
}

/* figure
-------------------------------------------------------*/
.figure {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure figcaption {
  position: absolute;
  bottom: 0;
  right: 0;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  padding: 4px 8px;
  margin: auto;
}
.figure figcaption.capt_bg {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
.figure.reverse figcaption {
  position: absolute;
  left: 0;
  right: 0;
}

/* figure_capt
-------------------------------------------------------*/
.figure_capt {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.figure_capt figcaption {
  margin-top: 4px;
  text-align: right;
  letter-spacing: 0.07em;
}

.figure__frame__stripe::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-image-source: repeating-linear-gradient(45deg, #fff 0, #fff 3px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 6px);
  border-width: 10px;
  border-image-slice: 10;
  border-image-repeat: round;
  border-style: solid;
}

.figure__frame__photo::before, .figure__frame__photo::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
}
.figure__frame__photo::before {
  top: -10px;
  right: -10px;
  border-top: 30px solid #053e62;
  border-bottom: 30px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #053e62;
}
.figure__frame__photo::after {
  bottom: -10px;
  left: -10px;
  border-top: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 30px solid #053e62;
  border-left: 30px solid #053e62;
  border-right: 30px solid rgba(0, 0, 0, 0);
}

.figure__frame__photo2::before, .figure__frame__photo2::after {
  z-index: 1;
  content: "";
  position: absolute;
  width: 70px;
  height: 25px;
  background-color: #fff;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}
.figure__frame__photo2::before {
  top: -10px;
  left: -25px;
  border-bottom: 1px solid #aaa;
}
.figure__frame__photo2::after {
  bottom: -10px;
  right: -25px;
  border-top: 1px solid #aaa;
}

.figure__frame__shadow::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 3px 3px;
  background-size: 3px 3px;
}

.figure__frame__shadow2::before {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%), radial-gradient(#999 30%, rgba(0, 0, 0, 0) 31%);
  background-position: 0 0, 2px 2px;
  background-size: 4px 4px;
}

/* ボタン
-------------------------------------------------------*/
.c-button__wrap {
  width: 75%;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.c-button a {
  position: relative;
  color: #fff !important;
  background-color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 1.3125em;
  font-weight: 600;
  line-height: 1.3076923077;
  text-decoration: none !important;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-radius: 50px;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .c-button a {
    font-size: 1.125em;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1101px), print {
  .c-button a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button a:hover {
    background-color: #7f6b55;
  }
}

.c-button.--map a {
  padding-right: 30px;
  padding-top: 10px;
  padding-bottom: 11px;
  padding-right: 18px;
}
.c-button.--map a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-button.--map a:after {
    right: 10px;
    width: 15px;
    height: 15px;
  }
}

.c-button.--arrow-right a {
  padding-right: 30px;
}
.c-button.--arrow-right a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 30px;
  height: 30px;
  background-image: url(../../assets/images/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-button.--arrow-right a:after {
    right: 20px;
    width: 18px;
    height: 18px;
  }
}

.c-button.--arrow-bottom a {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.c-button.--arrow-bottom a:after {
  margin-top: 10px;
  content: "";
  max-width: 30px;
  max-height: 30px;
  width: 30px;
  width: 3vw;
  height: 30px;
  height: 3vw;
  background-image: url(../../assets/images/common/arrow/arrow_btn_bottom.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-button.--arrow-bottom a:after {
    margin-top: 5px;
  }
}

.c-button.--gold a {
  font-size: 1em;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 15px;
  padding-right: 18px;
  background-color: #baa85c;
}
@media screen and (min-width: 1101px), print {
  .c-button.--gold a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .c-button.--gold a:hover {
    background-color: #7f6b55;
  }
}
.c-button.--gold a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: auto;
  width: 20px;
  height: 20px;
  background-image: url(../../assets/images/common/arrow/arrow_btn_right.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .c-button.--gold a:after {
    right: 15px;
    width: 18px;
    height: 18px;
  }
}

/*=======================================================================

ヘッダ
l-header

========================================================================*/
/* ナビゲーション headerの高さ
-------------------------------------------------------*/
.l-header {
  width: 100%;
}
.l-header .l-header__inner {
  height: 115px;
  padding: 0px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__inner {
    padding-left: 40px;
    padding-left: 4vw;
    padding-right: 40px;
    padding-right: 4vw;
    padding-top: 0;
    padding-bottom: 0;
    height: 55px;
  }
}
.l-header .l-header__inner > * {
  line-height: 0;
}
.l-header a {
  display: block;
}
.l-header .logo {
  line-height: 1;
  font-size: 1px;
  width: 35.652173913%;
  max-width: 328px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    width: 48%;
    max-width: 170px;
  }
}
.l-header .logo_love-spal {
  width: 281px;
  margin-right: 80px;
}
@media screen and (max-width: 767.98px) {
  .l-header .logo_love-spal {
    width: 31.2222222222%;
    margin-right: 48px;
  }
}
.l-header .l-header__langage {
  width: 125px;
  margin-right: 80px;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__langage {
    width: 18.7777777778%;
    margin-right: 48px;
  }
}
.l-header .l-header__langage a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #7f6b55;
  border: 1px solid rgba(127, 107, 85, 0.7);
  padding: 3px 7px;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__langage a {
    padding: 3px 6px;
  }
}
@media (any-hover: hover) {
  .l-header .l-header__langage a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-header .l-header__langage a:hover {
    opacity: 0.5;
  }
}
.l-header .l-header__langage .icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 30px;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__langage .icon {
    width: 40px;
    width: 4vw;
  }
}
.l-header .l-header__langage span {
  font-size: 1em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.08em;
  padding-bottom: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .l-header .l-header__langage span {
    font-size: 0.71875em;
  }
}

.gnav__wrap ol,
.gnav__wrap ul {
  padding-left: 0 !important;
}
.gnav__wrap .logo {
  width: calc(100% - 160px);
  max-width: 480px;
  height: 115px;
  padding-left: 30px;
}
@media screen and (max-width: 767.98px) {
  .gnav__wrap .logo {
    width: calc(100% - 185px);
    height: 58px;
    padding-left: 20px;
  }
}
.gnav__wrap .ficon {
  max-width: 120px;
}
.gnav__wrap .sns {
  max-width: 110px;
}

.gnav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #ddd;
}
.gnav .gnav-item {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #ddd;
}
.gnav .gnav-item a,
.gnav .gnav-item span {
  display: block;
  font-weight: 500;
  padding: 12px 0px 12px 20px;
}
@media screen and (max-width: 767.98px) {
  .gnav .gnav-item a,
  .gnav .gnav-item span {
    padding: 10px 0px 10px 20px;
  }
}
.gnav .gnav-item li.arrow a {
  position: relative;
}
.gnav .gnav-item li.arrow a::before {
  content: "";
  position: absolute;
  top: 39%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: auto;
  right: 20px;
  width: 10px;
  height: 10px;
  margin: auto;
  border-top: 2px solid var(--base-color--gold);
  border-right: 2px solid var(--base-color--gold);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
@media screen and (max-width: 767.98px) {
  .gnav .gnav-item li.arrow a::before {
    right: 15px;
  }
}
.gnav .--soon {
  position: relative;
  pointer-events: none !important;
}
.gnav .--soon::before {
  content: "";
  background-image: url(../../assets/images/common/comingsoon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 27px;
  position: absolute;
  top: 40%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767.98px) {
  .gnav .--soon::before {
    height: 22px;
    top: 36%;
  }
}
.gnav .--soon > * {
  opacity: 0.15;
}

.gnav-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .gnav-group .gnav-item {
    width: 100%;
  }
}

.txt-ellipsis {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important; /*これを追加すると...表示されます*/
  padding-right: 1em !important;
}

.--nav-harf .accordion-list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.--nav-news .accordion-list ul li a {
  padding-right: 40px !important;
}
.--nav-news .accordion-list ul li a p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden;
}

.gnav-group.--search .accordion {
  background-color: #7f6b55;
}
.gnav-group.--search .accordion .accordion-label span {
  border: none;
}
.gnav-group.--search .accordion > a,
.gnav-group.--search .accordion > span {
  color: #fff;
}
.gnav-group.--search .accordion .accordion-list {
  background-color: #f7f2e5;
}
.gnav-group.--search .accordion .accordion-list img {
  width: 32px;
  border-radius: 30px;
  overflow: hidden;
  margin-right: 10px;
}

.gnav__wrap {
  width: calc(100% - 0px);
  max-width: 560px;
  height: 100vh;
}
@media screen and (max-width: 767.98px) {
  .gnav__wrap {
    max-width: 400px;
  }
}

.gnav__wrap {
  z-index: 100;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, 0.7);
          box-shadow: 0 0 70px rgba(0, 0, 0, 0.7);
}

.gnav__wrap {
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}

.gnav__wrap__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.5);
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

body.nav_open .gnav__wrap {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
body.nav_open .gnav__wrap__bg {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 767.98px) {
  .accordion > span,
  .accordion > a {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}
.accordion a {
  min-height: 52px;
  padding-bottom: 1px;
}
@media screen and (max-width: 767.98px) {
  .accordion a {
    min-height: 44px;
  }
}
.accordion > a {
  width: calc(100% - 70px);
}
.accordion .accordion-list {
  display: none;
  background-color: #f7f2e5;
}
@media screen and (max-width: 767.98px) {
  .accordion .accordion-list {
    display: none;
  }
}
.accordion .accordion-list li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.accordion .accordion-list li:nth-child(odd) {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}
.accordion .accordion-list li:last-child:nth-child(odd) {
  border-bottom: 0px solid rgba(0, 0, 0, 0.15);
}
.accordion .accordion-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: auto;
}
.accordion .accordion-list li a::before {
  left: 25px;
}

.accordion-label {
  position: absolute;
  top: 12px;
  right: 12px;
  margin: auto;
}
.accordion-label span {
  position: relative;
  display: block;
  width: 27px;
  height: 27px;
  background-color: #fff;
  border: 1px solid #cccccc;
}
.accordion-label span::before {
  content: "＋";
  position: absolute;
  top: 46%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
}
.accordion-label.open span::before {
  content: "−";
}

.gnav-features .accordion-list {
  padding-left: 0;
}
.gnav-features .accordion-list a {
  padding: 15px !important;
  padding-right: 230x !important;
}
@media screen and (max-width: 767.98px) {
  .gnav-features .accordion-list a {
    padding: 12px !important;
    padding-right: 20px !important;
  }
}
.gnav-features dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px;
}
.gnav-features dl dt {
  width: 120px;
}
@media screen and (max-width: 767.98px) {
  .gnav-features dl dt {
    width: 70px;
  }
}
.gnav-features dl dd {
  font-size: 1.125em;
  padding-left: 20px;
  width: calc(100% - 130px);
}
@media screen and (max-width: 767.98px) {
  .gnav-features dl dd {
    font-size: 0.9375em;
    padding-left: 15px;
    width: calc(100% - 80px);
  }
}
.gnav-features .features-sasakama {
  background-color: #a6d1e7;
}
.gnav-features .features-gyutan {
  background-color: #e4d47e;
}
.gnav-features .features-zunda {
  background-color: #d9e4ae;
}
.gnav-features .features-meika {
  background-color: #f8dae7;
}
.gnav-features .features-restaurant {
  background-color: #afdcc3;
}
.gnav-features .features-baegift {
  background-color: #f5d2aa;
}

.gnav-information li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

.gnav .banner {
  padding-left: 25px;
  padding-right: 25px;
}
/*=======================================================================

 ハンバーガーメニュー

========================================================================*/
.toggle_menu {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 115px;
  height: 115px;
  color: #333;
  background: #fff;
  cursor: pointer;
  border-bottom-left-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu {
    width: 60px;
    height: 55px;
  }
}
.toggle_menu hr {
  position: absolute;
  left: 0;
  right: 0;
  width: 36%;
  height: 2px;
  background: #c8bb9b;
  border: none;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu hr {
    width: 42%;
  }
}
.toggle_menu hr:nth-child(1) {
  top: 33%;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu hr:nth-child(1) {
    top: 25%;
  }
}
.toggle_menu hr:nth-child(2) {
  top: 42%;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu hr:nth-child(2) {
    top: 39%;
  }
}
.toggle_menu hr:nth-child(3) {
  top: 51%;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu hr:nth-child(3) {
    top: 53%;
  }
}
.toggle_menu .hamb_txt {
  color: #7f6b55;
  position: absolute;
  top: 58%;
  left: 0;
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  letter-spacing: 0.05em;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767.98px) {
  .toggle_menu .hamb_txt {
    font-size: 10px;
    top: 62%;
  }
}
.toggle_menu .hamb_txt.close {
  opacity: 0;
}

/* メニューボタン 展開時 body.nav_open
-------------------------------------------------------*/
body.nav_open .toggle_menu hr:nth-child(1) {
  top: 39%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
body.nav_open .toggle_menu hr:nth-child(2) {
  top: 39%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
body.nav_open .toggle_menu hr:nth-child(3) {
  top: 39%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
body.nav_open .toggle_menu .hamb_txt.open {
  opacity: 0;
}
body.nav_open .toggle_menu .hamb_txt.close {
  opacity: 1;
}

.l-wrapper {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .l-wrapper {
    min-width: 1280px;
  }
}

.l-container {
  position: relative;
}

.l-main {
  display: block;
  overflow: hidden;
}

.l-side {
  position: relative;
  width: 240px;
}
@media screen and (max-width: 767.98px) {
  .l-side {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .l-side__search .tabs .tab {
    width: 48%;
  }
  .l-side__search .tab-contents {
    margin-bottom: 20px;
  }
  .l-side__search .tab-contents .tab-content {
    display: none;
  }
  .l-side__search .tab-contents .tab-content.active {
    display: block;
  }
}

.l-side__shop {
  padding: 30px;
  padding-top: 25px;
  padding-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .l-side__shop {
    width: 100%;
    padding: 15px 20px;
    margin-top: 10px;
  }
}
.l-side__shop ul {
  padding-left: 0;
}
@media screen and (max-width: 767.98px) {
  .l-side__shop ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  }
}
.l-side__shop.--category {
  background-color: #e7e0c8;
}

.l-side__shop.--scene {
  background-color: #fbeef4;
}

.l-side__shop.--restaurant {
  background-color: #e7e0c8;
}

.l-side__shop__btn {
  position: relative;
  width: 130px;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  background-image: url(../../assets/images/common/search_btn.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #3e3a39;
  border-radius: 20px;
}
@media screen and (min-width: 768px), print {
  .l-side__shop__btn {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .l-side__shop__btn:hover {
    background-color: #7f6b55;
  }
}
@media screen and (max-width: 767.98px) {
  .l-side__shop__btn {
    margin-top: 10px;
  }
}
.l-side__shop__btn input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

/*=======================================================================

 footer

========================================================================*/
.l-footer {
  position: relative;
}
.l-footer .copyright {
  font-size: 12px;
  background-color: #baa85c;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .l-footer .copyright {
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 90px;
  }
}
.ficon {
  width: 100%;
  max-width: 174px;
  margin-left: auto;
  margin-right: auto;
}
.sns {
  max-width: 130px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}
.sns .sns-item {
  width: 38.4615384615%;
}

.fnav {
  width: 90%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .fnav {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .fnav .fnav-item {
    width: 50%;
  }
}
.fnav .fnav-item a {
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .fnav .fnav-item a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#pagetop {
  cursor: pointer;
  width: 40px;
  height: 40px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  background: url(../../assets/images/common/pagetop.png);
  background-size: cover;
  text-indent: -9999px !important;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#pagetop.is-show {
  opacity: 0.5;
  visibility: visible;
}
@media screen and (min-width: 768px), print {
  #pagetop:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 767.98px) {
  #pagetop {
    bottom: 80px;
    right: 3%;
  }
}

/*=======================================================================

 sp-nav

========================================================================*/
.sp-nav {
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 15px;
  margin: auto;
  width: 93%;
  border: 2px solid #baa85c;
  border-radius: 50px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.sp-nav .list {
  position: relative;
  padding: 0;
}
.sp-nav .list:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1px;
  height: 50%;
  background-color: #baa85c;
}
.sp-nav .list .list-item {
  width: 50%;
  text-align: center;
}
.sp-nav .list .list-item a {
  color: #7f6b55;
  display: block;
  padding-top: 13px;
  padding-bottom: 15px;
  font-size: 1.1rem;
  font-weight: 600;
}
.sp-nav.is-scroll {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.sp-nav__floormap {
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  .sp-nav__floormap {
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 7px;
    width: 670px;
    width: 67vw;
  }
}
@media screen and (min-width: 768px), print {
  .sp-nav__floormap {
    position: fixed;
    bottom: 80px;
    right: 0;
    max-width: 300px;
    width: 300px;
    width: 18.75vw;
  }
}
.sp-nav__floormap a {
  display: block;
}
@media (any-hover: hover) {
  .sp-nav__floormap a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .sp-nav__floormap a:hover {
    opacity: 0.5;
  }
}

/*=======================================================================

 CMSベース

========================================================================*/
:root {
  --base-font_family: "Helvetica Neue", "Arial", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", sans-serif;
  --base-font_size: min(16px, 4vw);
  --base-line_height: 1.8;
  --base-letter_spacing: 0.025em;
  --base-fz--xs: 0.75em;
  --base-fz--s: 0.9em;
  --base-fz--n: 1rem;
  --base-fz--m: 1.1em;
  --base-fz--l: 1.25em;
  --base-fz--xl: 1.5em;
  --base-fz--xxl: 2em;
  --base-mt: 2rem;
  --base-mt--s: 1rem;
  --base-mt--h: 2.5em;
  --base-width--container: 1200px;
  --base-width--article: 1200px;
  --base-width--article--slim: 960px;
  --base-color--main: #111;
  --base-color--text: #333;
  --base-color--link: #0d77d9;
  --base-color--bg: #fff;
  --base-color--gold: #7f6b55;
  --base-color--gray: #f7f7f7;
  --base-color--gray--hover: #9696960d;
  --base-color--border: #c8c8c880;
  --base-color--border--table: #ededed;
  --base-color--header_bg: #fff;
  --base-color--header_txt: #333;
  --base-color--footer_bg: #fff;
  --base-color--footer_txt: #333;
}

html {
  font-size: var(--base-font_size);
  letter-spacing: var(--base-letter_spacing);
}

body {
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  background-color: var(--base-color--bg);
  color: var(--base-color--text);
  font-family: var(--base-font_family);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 100%;
  min-width: 100%;
  overflow-wrap: break-word;
  overflow-x: hidden;
  position: relative;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

code,
pre {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

pre {
  background-color: var(--base-color--gray);
  overflow-x: auto;
  padding: 1rem;
}

hr:not(.wp-block-separator) {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

small {
  opacity: var(--base-opacity--thin);
}

small,
sub,
sup {
  font-size: 0.75em;
}

ol,
ul {
  margin: 0;
  padding: 0 0 0 1.5em;
}

:where(.entry-content) ol {
  list-style-type: decimal;
}

:where(.entry-content) ul {
  list-style: disc;
}

:where(.entry-content) li {
  margin: 0.2em 0;
}
:where(.entry-content) li ol {
  line-height: 1.6;
}
:where(.entry-content) li ul {
  line-height: 1.6;
  list-style: circle;
}

iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.75em;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.1em;
}

h6 {
  font-size: 1em;
}

blockquote {
  background: none;
  padding: 0.25em 1em;
  border-left: 2px solid var(--base-color--border);
  quotes: none;
}
blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: 1em;
  opacity: 0.75;
}

table {
  width: 100%;
  max-width: 100%;
  border: none;
  border-top: 1px solid var(--base-color--border--table);
  border-right: 1px solid var(--base-color--border--table);
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  font-size: 0.9rem;
  margin-top: 0.75rem;
  opacity: var(--base-opacity--thin);
}

td,
th {
  padding: var(--base-padding--cell, 0.5em 0.75em) !important;
  border-bottom: 1px solid var(--base-color--border--table);
  border-left: 1px solid var(--base-color--border--table);
  vertical-align: top;
  word-break: break-all;
}

:where(thead) td,
:where(thead) th {
  color: #fff;
  background-color: var(--base-color--main);
}

:where(tbody) th {
  font-weight: 700;
  background-color: var(--base-color--gray);
}

pre {
  overflow-x: auto;
  background-color: var(--base-color--gray);
  padding: 1rem;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

hr:not(.wp-block-separator) {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1019607843);
}

.l-article {
  max-width: var(--base-width--article);
}

.l-container {
  width: 100%;
  max-width: calc(var(--base-width--container) + var(--base-padding--container) * 2);
  padding-left: var(--base-padding--container);
  padding-right: var(--base-padding--container);
  margin-left: auto;
  margin-right: auto;
}

.l-content {
  z-index: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.l-content__body {
  margin: 3rem auto;
}

.home.page .l-content__body {
  margin-top: 0;
  margin-bottom: 0;
}

.l-section {
  margin-top: 0;
}

.l-footer {
  z-index: 0;
  position: relative;
  color: var(--base-color--footer_txt, #333);
  background: var(--base-color--footer_bg, #fff);
}
.l-footer a,
.l-footer span {
  color: inherit;
}

.l-footer__widgets {
  padding: 2rem 0;
}

.l-footer__foot {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-footer__nav {
  margin-bottom: 1rem;
}
.l-footer__nav a {
  display: block;
  font-size: 0.8rem;
  color: inherit;
  padding: 0 0.5rem;
}
.l-footer__nav a:not(:hover) {
  text-decoration: none;
}
.l-footer__nav .sub-menu {
  display: none;
}

.c-copyright {
  font-size: 0.8rem;
  text-align: center;
}

.l-header {
  z-index: 100;
  top: var(--base-adminbar_height, 0);
  width: 100%;
  color: var(--base-color--header_txt, #333);
  background: var(--base-color--header_bg, #fff);
}

.l-header__body {
  z-index: 1;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: left;
  justify-self: start;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: stretch;
  grid-area: right;
  justify-self: end;
}

.l-header__center {
  padding: 8px 0;
  grid-area: center;
}

[data-logo=center] .l-header__center {
  text-align: center;
}

.l-header__center .c-tagline {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.l-header__center .has-image + .c-tagline {
  margin-top: 0.25em;
}

.l-header__drawerBtn {
  z-index: 2;
  grid-area: menu;
}

.l-header__searchBtn {
  z-index: 1;
  grid-area: search;
}

.l-main {
  position: static !important;
  width: 100%;
}

.l-main__body > :first-child {
  margin-top: 0 !important;
}
.l-main__body > :last-child {
  margin-bottom: 0 !important;
}

.c-pageTitle__main {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-pageTitle__sub {
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  vertical-align: middle;
}
.c-pageTitle__sub:after, .c-pageTitle__sub:before {
  content: "â€“";
  margin: 0 1em;
  vertical-align: initial;
}

.p-page__title .c-pageTitle__sub {
  margin-left: 0.5em;
}

.p-archive__title,
.p-page__title {
  margin-bottom: 2.5rem;
}

.p-404__title {
  font-size: 1.5rem;
  padding-top: 2rem;
  text-align: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 13px;
  margin: 3rem 0;
}
.pagination .dots {
  margin: 0;
  opacity: var(--base-opacity--thin);
}
.pagination .next,
.pagination .prev {
  display: none;
}

.page-numbers,
.post-page-numbers {
  display: block;
  position: relative;
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  width: auto;
  min-width: 32px;
  height: 32px;
  color: inherit;
  padding: 0;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  margin: 0 2px;
  text-align: center;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
}

.page-numbers:not(.dots).current, .page-numbers:not(.dots):hover {
  color: #fff;
  background-color: var(--base-color--main);
}

.post-page-numbers:not(.dots).current, .post-page-numbers:not(.dots):hover {
  color: #fff;
  background-color: var(--base-color--main);
}

.p-entry__thumb {
  width: 100%;
  margin: 2rem 0 0;
  text-align: center;
}

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

.p-breadcrumb {
  position: relative;
  width: 100%;
  padding: 8px 0;
  margin: 0 auto;
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}

.p-breadcrumb__item {
  position: relative;
  max-width: 100%;
  padding-right: 12px;
  margin-right: 10px;
}
.p-breadcrumb__item:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  color: inherit;
  border-top: 1px solid;
  border-right: 1px solid;
  opacity: var(--base-opacity--thin);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-breadcrumb__item:last-child:after {
  content: none;
}

.p-breadcrumb__text {
  display: block;
  overflow: hidden;
  font-size: 10px;
  white-space: nowrap;
  color: inherit;
  text-overflow: ellipsis;
}
.p-breadcrumb__text:where(:not(:hover)) {
  text-decoration: none;
}

.p-breadcrumb__item:first-child > .p-breadcrumb__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-breadcrumb__item:first-child .arkhe-svg-home {
  margin-bottom: 1px;
  margin-right: 4px;
}

.p-postList.-type-simple {
  border-top: 1px solid var(--base-color--border);
}
.p-postList.-type-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.p-postList.-type-simple .p-postList__item {
  margin-top: 0;
  margin-bottom: 0;
}
.p-postList.-type-list .p-postList__item {
  margin-top: 0;
  margin-bottom: 2rem;
}
.p-postList.-type-card .p-postList__item {
  padding: 0 0.75rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.p-postList__link {
  z-index: 0;
  display: block;
  position: relative;
}

.p-postList .p-postList__link {
  text-decoration: none;
  color: inherit;
}

.p-postList__link:hover .c-postThumb:before {
  opacity: 0.1;
}
.p-postList__link:hover .c-postThumb__img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-postList.-type-card .p-postList__link {
  height: 100%;
}
.p-postList.-type-simple .p-postList__link {
  display: block;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid var(--base-color--border);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.p-postList.-type-simple .p-postList__link:hover {
  background-color: var(--base-color--gray);
}
.p-postList.-type-list .p-postList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-postList.-type-card .p-postList__thumb {
  width: 100%;
}
.p-postList.-type-list .p-postList__thumb {
  width: 36%;
  max-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-postList__thumb:before {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.p-postList__body {
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.p-postList.-type-card .p-postList__body {
  padding-top: 1rem;
}
.p-postList.-type-list .p-postList__body {
  padding-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.-type-card > .p-postList__item:hover .p-postList__body,
.-type-list > .p-postList__item:hover .p-postList__body {
  opacity: 0.75;
}

.p-postList .p-postList__title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.p-postList.-type-simple .p-postList__title {
  font-size: 1rem;
}

.-related .p-postList__title {
  font-size: 0.9rem;
}

.p-postList__excerpt {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-postList__meta {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.1px;
  margin-top: 0.5rem;
}

.p-postList__title + .p-postList__meta {
  margin-top: 0.25rem;
}

.p-postList.-type-simple .p-postList__meta {
  margin: 2px 0 0;
}

.p-postList__category {
  margin-right: 0.5rem;
}

.p-postList.-type-simple .p-postList__author {
  padding: 0;
}
.p-postList.-related.-type-card .p-postList__item {
  width: 50%;
  margin-bottom: 1.5rem;
}
.p-postList.-related.-type-list .p-postList__thumb {
  max-width: 240px;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.wp-block-tag-cloud.is-style-outline .tag-cloud-link {
  background: none;
}

.tag-cloud-link {
  display: block;
  position: relative;
  font-size: 0.75rem !important;
  line-height: 1;
  text-decoration: none;
  color: #333 !important;
  background: #f7f7f7;
  padding: 6px 8px !important;
  border: none;
  margin: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.tag-cloud-link:before {
  content: "#";
  margin-right: 0.25em;
  opacity: 0.75;
}
.tag-cloud-link:hover {
  opacity: 0.75;
}

.c-postMeta {
  font-size: 0.8em;
}
.c-postMeta .c-postTerms {
  margin-bottom: 0;
}
.c-postMeta .c-postMetas__icon,
.c-postMeta .c-postTerms__item,
.c-postMeta .c-postTerms__link {
  margin-right: 0.25rem;
}
.c-postMeta .c-postTerms__list {
  margin-bottom: 0.25rem;
  margin-right: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-postMeta .c-postTerms__list .c-postTerms__link {
  margin-right: 0.25rem;
  color: inherit;
  display: block;
}
.c-postMeta .c-postTerms__list .c-postTerms__link:not(:hover) {
  text-decoration: none;
}
.c-postMeta .c-postTerms__link {
  background: #f7f7f7;
  border: none;
  color: #333;
  display: block;
  line-height: 1;
  padding: 5px 8px 7px;
  position: relative;
  text-decoration: none;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.c-postMeta .c-postTerms__link:hover {
  opacity: 0.75;
}

.entry-content {
  line-height: var(--base-line_height, 1.8);
  padding: 0;
  margin: 0;
}
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content p {
  margin-top: var(--base-mt);
  margin-bottom: 0;
}
.entry-content p {
  margin-top: var(--base-mt);
  margin-bottom: var(--base-mt);
}
.entry-content > .l-section {
  margin-top: 0;
}
.l-main__body > .post {
  margin-top: 4rem;
}

.c-pageTitle + .post {
  margin-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}

/*=======================================================================

 CMSスタイル上書き

========================================================================*/
:root {
  --base-font_family: YakuHanJP, "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP",
    Meiryo, sans-serif;
  --base-font_size: min(16px, 4vw);
  --base-line_height: 1.8;
  --base-letter_spacing: 0.025em;
  --base-fz--xs: 0.75em;
  --base-fz--s: 0.9em;
  --base-fz--n: 1rem;
  --base-fz--m: 1.1em;
  --base-fz--l: 1.25em;
  --base-fz--xl: 1.5em;
  --base-fz--xxl: 2em;
  --base-mt: 2em;
  --base-mt--s: 1em;
  --base-mt--h: 2.5em;
  --base-width--container: 1200px;
  --base-width--article: 1200px;
  --base-width--article--slim: 960px;
  --base-color--main: #111;
  --base-color--text: #333;
  --base-color--link: #0d77d9;
  --base-color--bg: #fff;
  --base-color--gray: #f7f7f7;
  --base-color--gray--hover: #9696960d;
  --base-color--border: #c8c8c880;
  --base-color--border--table: #ededed;
  --base-color--header_bg: #fff;
  --base-color--header_txt: #333;
  --base-color--footer_bg: #fff;
  --base-color--footer_txt: #333;
}

@media screen and (max-width: 767.98px) {
  html {
    font-size: min(14px, 4vw);
  }
}

a {
  text-decoration: none;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}

h1 {
  font-size: 2em;
}
h1.logo {
  font-size: 1em;
}

h2 {
  font-size: 1.75em;
}
@media screen and (max-width: 767.98px) {
  h2 {
    font-size: 1.625em;
  }
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1.125em;
}

h6 {
  font-size: 1em;
}

blockquote {
  background: none;
  padding: 0.25em 1em;
  border-left: 2px solid var(--base-color--border);
  quotes: none;
}
blockquote cite {
  display: block;
  font-size: 0.8em;
  margin-top: 1em;
  opacity: 0.75;
}

table {
  width: 100%;
  max-width: 100%;
  border: none;
  border-top: 1px solid var(--base-color--border--table);
  border-right: 1px solid var(--base-color--border--table);
  text-align: left;
  border-collapse: collapse;
  border-spacing: 0;
}
table caption {
  font-size: 0.9rem;
  margin-top: 0.75rem;
  opacity: var(--base-opacity--thin);
}

td,
th {
  padding: var(--base-padding--cell, 0.5em 0.75em) !important;
  border-bottom: 1px solid var(--base-color--border--table);
  border-left: 1px solid var(--base-color--border--table);
  vertical-align: top;
  word-break: break-all;
}

:where(thead) td,
:where(thead) th {
  color: #fff;
  background-color: var(--base-color--main);
}

:where(tbody) th {
  font-weight: 700;
  background-color: var(--base-color--gray);
}

code {
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

pre {
  overflow-x: auto;
  background-color: var(--base-color--gray);
  padding: 1rem;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
}

:where(pre code) {
  font-size: 0.9rem;
  font-family: Menlo, Consolas, monaco, monospace;
}

hr:not(.wp-block-separator) {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

:not(pre) > code {
  display: inline-block;
  font-size: 0.9em;
  font-family: Menlo, Consolas, Hiragino Kaku Gothic ProN, Hiragino Sans, メイリオ, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: inherit;
  color: #3f3f3f;
  background: #edf0f3;
  padding: 0.2em 0.5em;
  border-radius: 3px;
  margin: 0 0.25em;
}

kbd {
  display: inline-block;
  font-size: 0.9em;
  font-family: Menlo, Consolas, Hiragino Kaku Gothic ProN, Hiragino Sans, メイリオ, sans-serif;
  line-height: 1.5;
  letter-spacing: 0;
  text-decoration: inherit;
  color: #3f3f3f;
  background: #edf0f3;
  background-color: #fbfbfb;
  -webkit-box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.2), 0 0 1px rgba(0, 0, 0, 0.1);
  padding: 0.2em 0.5em;
  border-radius: 3px;
  margin: 0 0.25em;
}

small {
  font-size: 0.75em;
  opacity: var(--base-opacity--thin);
}

sub,
sup {
  font-size: 0.75em;
}

ol,
ul {
  padding: var(--base-list-padding, 0 0 0 1.5em);
  margin: 0;
}

ol.has-background,
ul.has-background {
  padding: var(--base-list-padding--has_bg, 1em 1em 1em 2.25em);
}

iframe {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.l-article {
  max-width: var(--base-width--article);
}

.l-container {
  width: 100%;
  max-width: calc(var(--base-width--container) + var(--base-padding--container) * 2);
  padding-left: var(--base-padding--container);
  padding-right: var(--base-padding--container);
  margin-left: auto;
  margin-right: auto;
}

.l-content {
  z-index: 0;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.l-content__body {
  margin: 3rem auto;
}

.home.page .l-content__body {
  margin-top: 0;
  margin-bottom: 0;
}

.l-section {
  margin-top: 0;
}

.l-footer {
  z-index: 0;
  position: relative;
  color: var(--base-color--footer_txt, #333);
  background: var(--base-color--footer_bg, #fff);
}
.l-footer a,
.l-footer span {
  color: inherit;
}

.l-footer__widgets {
  padding: 2rem 0;
}

.l-footer__foot {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.l-footer__nav {
  margin-bottom: 1rem;
}
.l-footer__nav a {
  display: block;
  font-size: 0.8rem;
  color: inherit;
  padding: 0 0.5rem;
}
.l-footer__nav a:not(:hover) {
  text-decoration: none;
}
.l-footer__nav .sub-menu {
  display: none;
}

.c-copyright {
  font-size: 0.8rem;
  text-align: center;
}

.l-header {
  z-index: 100;
  top: var(--base-adminbar_height, 0);
  width: 100%;
  color: var(--base-color--header_txt, #333);
  background: var(--base-color--header_bg, #fff);
}

.l-header__body {
  z-index: 1;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}

.l-header__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-area: left;
  justify-self: start;
}

.l-header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-self: stretch;
  grid-area: right;
  justify-self: end;
}

.l-header__center {
  padding: 8px 0;
  grid-area: center;
}

[data-logo=center] .l-header__center {
  text-align: center;
}

.l-header__center .c-tagline {
  font-size: 0.75rem;
  line-height: 1.5;
  letter-spacing: 0.2px;
}
.l-header__center .has-image + .c-tagline {
  margin-top: 0.25em;
}

.l-header__drawerBtn {
  z-index: 2;
  grid-area: menu;
}

.l-header__searchBtn {
  z-index: 1;
  grid-area: search;
}

.l-main {
  position: static !important;
  width: 100%;
}

.l-main__body > :first-child {
  margin-top: 0 !important;
}
.l-main__body > :last-child {
  margin-bottom: 0 !important;
}

.c-pageTitle__main {
  position: relative;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

.c-pageTitle__sub {
  position: relative;
  font-size: 0.9rem;
  font-weight: 400;
  font-style: italic;
  vertical-align: middle;
}
.c-pageTitle__sub:after, .c-pageTitle__sub:before {
  content: "â€“";
  margin: 0 1em;
  vertical-align: initial;
}

.p-page__title .c-pageTitle__sub {
  margin-left: 0.5em;
}

.p-archive__title,
.p-page__title {
  margin-bottom: 2.5rem;
}

.p-404__title {
  font-size: 1.5rem;
  padding-top: 2rem;
  text-align: center;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 13px;
  margin: 3rem 0;
}
.pagination .dots {
  margin: 0;
  opacity: var(--base-opacity--thin);
}
.pagination .next,
.pagination .prev {
  display: none;
}

.page-numbers,
.post-page-numbers {
  font-family: "Roboto", "Noto Serif JP", "Yu Mincho", YuMincho, serif;
  display: block;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  line-height: 32px;
  text-decoration: none;
  width: auto;
  min-width: 32px;
  height: 32px;
  color: #7f6b55;
  background-color: #fff;
  border: 1px solid #7f6b55;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  margin: 0 5px;
  text-align: center;
  -webkit-transition: color 0.25s, background-color 0.25s;
  transition: color 0.25s, background-color 0.25s;
  border-radius: 3px;
}

.page-numbers:not(.dots).current, .page-numbers:not(.dots):hover {
  color: #fff;
  background-color: #7f6b55;
}

.post-page-numbers:not(.dots).current, .post-page-numbers:not(.dots):hover {
  color: #fff;
  background-color: var(--base-color--main);
}

.p-entry__thumb {
  width: 100%;
  margin: 2rem 0 0;
  text-align: center;
}

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

.p-breadcrumb {
  position: relative;
  width: 100%;
  padding: 8px 0;
  margin: 0 auto;
}

.p-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  list-style: none;
}

.p-breadcrumb__item {
  position: relative;
  max-width: 100%;
  padding-right: 12px;
  margin-right: 10px;
}
.p-breadcrumb__item:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 4px;
  height: 4px;
  color: inherit;
  border-top: 1px solid;
  border-right: 1px solid;
  opacity: var(--base-opacity--thin);
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-breadcrumb__item:last-child:after {
  content: none;
}

.p-breadcrumb__text {
  display: block;
  overflow: hidden;
  font-size: 10px;
  white-space: nowrap;
  color: inherit;
  text-overflow: ellipsis;
}
.p-breadcrumb__text:where(:not(:hover)) {
  text-decoration: none;
}

.p-breadcrumb__item:first-child > .p-breadcrumb__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-breadcrumb__item:first-child .arkhe-svg-home {
  margin-bottom: 1px;
  margin-right: 4px;
}

.p-postList.-type-simple {
  border-top: 1px solid var(--base-color--border);
}
.p-postList.-type-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.p-postList.-type-simple .p-postList__item {
  margin-top: 0;
  margin-bottom: 0;
}
.p-postList.-type-list .p-postList__item {
  margin-top: 0;
  margin-bottom: 2rem;
}
.p-postList.-type-card .p-postList__item {
  padding: 0 0.75rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}

.p-postList__link {
  z-index: 0;
  display: block;
  position: relative;
}

.p-postList .p-postList__link {
  text-decoration: none;
  color: inherit;
}

.p-postList__link:hover .c-postThumb:before {
  opacity: 0.1;
}
.p-postList__link:hover .c-postThumb__img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.p-postList.-type-card .p-postList__link {
  height: 100%;
}
.p-postList.-type-simple .p-postList__link {
  display: block;
  padding: 0.75rem 0.5rem;
  border-bottom: 1px solid var(--base-color--border);
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
.p-postList.-type-simple .p-postList__link:hover {
  background-color: var(--base-color--gray);
}
.p-postList.-type-list .p-postList__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-postList.-type-card .p-postList__thumb {
  width: 100%;
}
.p-postList.-type-list .p-postList__thumb {
  width: 36%;
  max-width: 280px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.p-postList__thumb:before {
  z-index: 1;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.p-postList__body {
  position: relative;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}

.p-postList.-type-card .p-postList__body {
  padding-top: 1rem;
}
.p-postList.-type-list .p-postList__body {
  padding-left: 1rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.-type-card > .p-postList__item:hover .p-postList__body,
.-type-list > .p-postList__item:hover .p-postList__body {
  opacity: 0.75;
}

.p-postList .p-postList__title {
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
}
.p-postList.-type-simple .p-postList__title {
  font-size: 1rem;
}

.-related .p-postList__title {
  font-size: 0.9rem;
}

.p-postList__excerpt {
  font-size: 0.8rem;
  line-height: 1.6;
  margin-top: 0.5rem;
}

.p-postList__meta {
  position: relative;
  font-size: 10px;
  letter-spacing: 0.1px;
  margin-top: 0.5rem;
}

.p-postList__title + .p-postList__meta {
  margin-top: 0.25rem;
}

.p-postList.-type-simple .p-postList__meta {
  margin: 2px 0 0;
}

.p-postList__category {
  margin-right: 0.5rem;
}

.p-postList.-type-simple .p-postList__author {
  padding: 0;
}
.p-postList.-related.-type-card .p-postList__item {
  width: 50%;
  margin-bottom: 1.5rem;
}
.p-postList.-related.-type-list .p-postList__thumb {
  max-width: 240px;
}

.tagcloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}

.wp-block-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.wp-block-tag-cloud.is-style-outline .tag-cloud-link {
  background: none;
}

.tag-cloud-link {
  display: block;
  position: relative;
  font-size: 0.75rem !important;
  line-height: 1;
  text-decoration: none;
  color: #333 !important;
  background: #f7f7f7;
  padding: 6px 8px !important;
  border: none;
  margin: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.tag-cloud-link:before {
  content: "#";
  margin-right: 0.25em;
  opacity: 0.75;
}
.tag-cloud-link:hover {
  opacity: 0.75;
}

.entry-content {
  line-height: var(--base-line_height, 1.8);
  padding: 0;
  margin: 0;
}
.entry-content > h1,
.entry-content > h2,
.entry-content > h3,
.entry-content > h4,
.entry-content > h5,
.entry-content > h6,
.entry-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content p {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-content > .l-section {
  margin-top: 0;
}
.l-main__body > .post {
  margin-top: 4rem;
}

.c-pageTitle + .post {
  margin-top: 0;
}

:where(.post) li {
  margin: 0.2em 0;
  --base-list-padding--has_bg: 0.5em 0.5em 0.5em 2em;
}
:where(.post) li ol {
  line-height: 1.6;
}
:where(.post) li ul {
  line-height: 1.6;
  list-style: circle;
}

.post > :first-child {
  margin-top: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 1.5;
}

/*=======================================================================



========================================================================*/
.single-post .entry-content {
  line-height: var(--base-line_height, 1.8);
  padding: 0;
  margin: 0;
}
.single-post .entry-content > * {
  margin-top: var(--base-mt);
  margin-bottom: 0;
}
.single-post .entry-content > section {
  margin-top: 0;
  margin-bottom: 0;
}
.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4,
.single-post .entry-content h5,
.single-post .entry-content h6 {
  line-height: 1.6;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
.single-post .entry-content p {
  margin-top: 0.8em;
  margin-bottom: 0.4em;
}
.single-post .entry-content h1 {
  font-size: 2em;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767.98px) {
  .single-post .entry-content h1 {
    font-size: 1.75em;
  }
}
.single-post .entry-content h2 {
  font-size: 1.5em;
  letter-spacing: 0.07em;
}
@media screen and (max-width: 767.98px) {
  .single-post .entry-content h2 {
    font-size: 1.25em;
    line-height: 1.6;
  }
}
.single-post .entry-content h3 {
  font-size: 1.25em;
}
.single-post .entry-content h4 {
  font-size: 1.125em;
}
.single-post .entry-content h5 {
  font-size: 1em;
}
.single-post .entry-content h6 {
  font-size: 0.75em;
  font-weight: normal;
}
.single-post .entry-content a {
  color: #7f6b55;
  text-decoration: underline;
}
@media screen and (min-width: 1101px), print {
  .single-post .entry-content a:hover {
    text-decoration: none;
  }
}
.single-post .entry-text,
.single-post .entry-text2 {
  line-height: 2;
}

.entry-header .entry-date {
  font-size: 1.25em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .entry-header .entry-date {
    font-size: 1em;
  }
}
.entry-header .entry-title {
  color: #7f6b55;
  font-size: 2em;
  margin-top: 0.5em;
  margin-bottom: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .entry-header .entry-title {
    font-size: 1.625em;
  }
}

.cms .entry-date {
  display: block;
  text-align: right;
}
.cms .cms-left {
  width: 47.7272727273%;
}
@media screen and (max-width: 767.98px) {
  .cms .cms-left {
    width: 100%;
  }
}
.cms .cms-left img {
  width: 100%;
}
.cms .cms-left + .cms-right {
  width: 47.7272727273%;
}
@media screen and (max-width: 767.98px) {
  .cms .cms-right {
    width: 100% !important;
    margin-top: 20px;
  }
}
.cms .cms-btn {
  margin-top: 30px;
  max-width: 300px;
}
@media screen and (max-width: 767.98px) {
  .cms .cms-btn {
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cms .cms-img + .cms-img {
  margin-top: 20px;
}
.c-pickup {
  position: relative;
  padding-top: 1.2em;
  padding-left: 3.8181818182%;
  padding-right: 3.8181818182%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
@media screen and (max-width: 767.98px) {
  .c-pickup {
    padding: 17px 12px 10px 12px;
  }
}
.c-pickup figure {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.c-pickup h4 {
  font-size: 0.9375em;
  line-height: 1.6;
  font-weight: 500;
  padding-top: 1em;
  padding-bottom: 2em;
  width: 94%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-pickup h4 {
    font-size: 1.03125em;
    width: 100%;
  }
}
.c-pickup.--soon {
  pointer-events: none !important;
}
.c-pickup.--soon::before {
  z-index: 10;
  content: "";
  background-image: url(../../assets/images/common/comingsoon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  height: 28px;
  position: absolute;
  top: 36%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-pickup.--soon > * {
  opacity: 0.15;
}

.p-pickup {
  margin-inline: auto;
}
.p-pickup.p-pickup-col2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  grid-template-columns: repeat(2, 1fr);
}
.p-pickup .c-pickup.--soon {
  pointer-events: none;
}
.p-pickup .c-pickup.--soon a {
  pointer-events: none;
  opacity: 0.2;
}
.p-pickup.slick-slider {
  padding-bottom: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-pickup.slick-slider {
    padding-bottom: 20px;
  }
}
.p-pickup .slick-list {
  overflow: visible;
}
.p-pickup .slick-dots li.slick-active button:before {
  color: #8d7c49;
}
@media screen and (min-width: 768px), print {
  .p-pickup.--col4 {
    max-width: 1100px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
  }
  .p-pickup.--col3 {
    max-width: 825px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .p-pickup.--col2 {
    max-width: 550px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

.c-news figure {
  height: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .c-news figure {
    height: 440px;
    height: 44vw;
  }
}
.c-news figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-news h4 {
  font-size: 0.875em;
  font-weight: 600;
  margin-top: 7px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 行数を制限 */
  overflow: hidden;
}

@media screen and (max-width: 767.98px) {
  .p-news .c-news {
    margin: 5px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-news .slick-list {
    overflow: visible;
  }
}
.p-news .slick-slide {
  margin-left: 12px;
  margin-right: 12px;
}
@media screen and (max-width: 767.98px) {
  .p-news .slick-slide {
    margin-left: 7px;
    margin-right: 7px;
  }
}
.p-news .slick-dotted.slick-slider {
  padding-bottom: 10px;
}
.p-news .slick-prev {
  left: 40% !important;
}
@media screen and (max-width: 767.98px) {
  .p-news .slick-prev {
    left: 3% !important;
  }
}
.p-news .slick-next {
  right: 40% !important;
}
@media screen and (max-width: 767.98px) {
  .p-news .slick-next {
    right: 3% !important;
  }
}
.p-news .slick-dots li button:before {
  font-size: 10px;
}
.p-news .slick-dots li button:before,
.p-news .slick-dots li.slick-active button:before {
  color: #8d7c49;
}

.c-category {
  text-align: center;
}
.c-category a {
  display: block;
}
.c-category figure {
  margin-left: auto;
  margin-right: auto;
}
.c-category h4 {
  font-size: 0.875em;
  font-weight: 600;
  margin-top: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-category h4 {
    font-size: 0.75em;
    margin-top: 5px;
  }
}

.p-category_tab {
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1101px), print {
  .p-category_tab .c-category {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-category_tab .c-category h4 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-category_tab .c-category:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .p-category_tab .c-category:hover img {
    opacity: 1 !important;
  }
  .p-category_tab .c-category:hover h4 {
    color: #ae7c00;
  }
}
.p-category_tab.--category1 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  row-gap: 55px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-category_tab.--category1 {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 15px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.p-category_tab.--category2 {
  max-width: 720px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  row-gap: 40px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-category_tab.--category2 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.c-scene {
  text-align: center;
}
.c-scene figure {
  margin-left: auto;
  margin-right: auto;
}
.c-scene h4 {
  font-size: 0.875em;
  font-weight: 600;
  margin-top: 7px;
}
@media screen and (max-width: 767.98px) {
  .c-scene h4 {
    margin-top: 5px;
  }
}

.p-scene {
  display: grid;
  grid-template-columns: repeat(6, 1fr) !important;
  grid-gap: 30px !important;
}
@media screen and (max-width: 767.98px) {
  .p-scene {
    grid-template-columns: repeat(3, 1fr) !important;
    grid-gap: 15px !important;
  }
}
.p-scene .c-scene img {
  max-width: 124px;
}
@media screen and (min-width: 1101px), print {
  .p-scene .c-scene {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-scene .c-scene h4 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .p-scene .c-scene:hover {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
  .p-scene .c-scene:hover img {
    opacity: 1 !important;
  }
  .p-scene .c-scene:hover h4 {
    color: #ae7c00;
  }
}

.pickup-item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  gap: 0;
  color: #333;
}
.pickup-item .pickup-item__img {
  height: 240px;
}
@media screen and (max-width: 767.98px) {
  .pickup-item .pickup-item__img {
    height: 63.5vw;
  }
}
.pickup-item .pickup-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pickup-item .pickup-item__name {
  font-size: 1.25em;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 5px;
}
@media screen and (max-width: 767.98px) {
  .pickup-item .pickup-item__name {
    margin-bottom: 0px;
  }
}
.pickup-item .pickup-item__price {
  font-size: 1.1875em;
  font-weight: 600;
}
.pickup-item .pickup-item__price strong {
  position: relative;
  font-size: 140%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
  bottom: -1px;
}
.pickup-item .pickup-item__price i,
.pickup-item .pickup-item__price em {
  font-size: 80%;
  font-style: normal;
}
.pickup-item .pickup-item__comment {
  margin-top: 1.3em;
  margin-bottom: 1.35em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .pickup-item .pickup-item__comment {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
.pickup-item .pickup-item__etc {
  font-size: 0.875em;
  margin-bottom: 1.5em;
}
.pickup-item .c-spec .c-spec__etc dl dt {
  width: auto;
}

.p-pickuplist {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 40px;
}
@media screen and (max-width: 767.98px) {
  .p-pickuplist {
    display: block;
  }
}
@media screen and (max-width: 767.98px) {
  .p-pickuplist .pickup-item + .pickup-item {
    padding-top: 100px;
    padding-top: 10vw;
  }
}
/*=======================================================================

 common

========================================================================*/
/*=======================================================================

 検索エリア

========================================================================*/
.searchandfilter div > ul > li {
  width: 100%;
  margin-top: 40px;
}

/* 共通 */
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox-text {
  cursor: pointer;
  display: inline-block;
  padding: 5px 0 5px 28px;
  position: relative;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  .checkbox-text {
    padding: 4px 0 4px 25px;
  }
}

input[type=checkbox]:checked + .checkbox-text::before {
  border-color: #000;
  background-color: #000;
}
input[type=checkbox]:checked + .checkbox-text::after {
  opacity: 1;
}

/* チェックボックス */
.checkbox-text::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 52%;
  left: 0px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 2px solid #000;
}
@media screen and (max-width: 767.98px) {
  .checkbox-text::before {
    left: 0;
  }
}

.checkbox-text::after {
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  position: absolute;
  top: 50%;
  left: 1px;
  -webkit-transform: rotate(40deg) skewY(10deg) translateY(-50%);
          transform: rotate(40deg) skewY(10deg) translateY(-50%);
  -webkit-transform-origin: center right;
          transform-origin: center right;
  border-right: 2.5px solid #fff;
  border-bottom: 2.5px solid #fff;
  opacity: 0;
}
@media screen and (max-width: 767.98px) {
  .checkbox-text::after {
    left: 1px;
  }
}

.search-grid {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}
@media screen and (max-width: 767.98px) {
  .search-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

/* ボタン
-------------------------------------------------------*/
/* figure ゴシック
-------------------------------------------------------*/
figcaption.imagephoto {
  font-size: 1.2rem !important;
  font-family: "Yu Gothic Medium", "Yu Gothic", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  margin-top: 3px !important;
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  figcaption.imagephoto {
    font-size: 1.1rem !important;
    margin-top: 3px !important;
  }
}
@media screen and (max-width: 767.98px) {
  figcaption.imagephoto {
    font-size: 1rem !important;
    margin-top: 2px !important;
  }
}

/* スクロールヒント
-------------------------------------------------------*/
@media screen and (max-width: 767.98px) {
  .js-scrollhint {
    position: relative;
    width: auto;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .js-scrollhint > * {
    width: 680px;
    max-width: none;
    padding-bottom: 20px;
  }
}

/*=======================================================================

 TOP

========================================================================*/
@media screen and (max-width: 767.98px) {
  .page-top .common-nav .nav .nav-item {
    width: 100%;
  }
}

.top-mv {
  padding-left: 40px;
  padding-left: 2.5vw;
  padding-right: 40px;
  padding-right: 2.5vw;
  padding-bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .top-mv {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.top-news .c-wrap {
  max-width: 1124px !important;
}
.top-pickup {
  background-position: calc(50% - 810px) top !important;
}
@media screen and (max-width: 767.98px) {
  .top-pickup {
    background-position: calc(50% - 305px) top !important;
    background-size: 350px !important;
    margin-bottom: 120px;
    margin-bottom: 12vw;
    padding-bottom: 30px !important;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news {
    padding-bottom: 30px;
  }
}
.top-news .c-wrap {
  position: relative;
}
.top-news .c-heading {
  position: relative;
}
@media screen and (min-width: 768px), print {
  .top-news .c-heading__btn {
    position: absolute;
    right: 10px;
    top: 62px;
  }
}
@media screen and (max-width: 767.98px) {
  .top-news .c-heading__btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
  }
}
.top-news .c-heading__btn a {
  display: block;
}
@media screen and (min-width: 1101px), print {
  .top-news .c-heading__btn a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .top-news .c-heading__btn a:hover {
    opacity: 0.5;
  }
}

.top-category .p-category {
  width: 100%;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
}

.top-category_tab {
  background-color: #ebdebb;
}
.top-category_tab .c-wrap {
  max-width: 1200px;
}
.top-category_tab .tabs .tab {
  width: 48.3333333333%;
  color: #7f6b55;
  background-color: #f6f0e2;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  text-align: center;
  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;
  cursor: pointer;
  padding: 25px 10px 20px;
}
@media screen and (max-width: 767.98px) {
  .top-category_tab .tabs .tab {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 13px 0px 8px;
  }
}
.top-category_tab .tabs .tab.active {
  background-color: #fff;
}
.top-category_tab .tabs .tab img {
  display: block;
  width: 60px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767.98px) {
  .top-category_tab .tabs .tab img {
    width: 50px;
  }
}
.top-category_tab .tabs .tab p {
  font-size: clamp(19px, 2.6vw, 26px);
  font-weight: 600;
  line-height: 1.3;
  margin-top: 7px;
}
@media screen and (max-width: 767.98px) {
  .top-category_tab .tabs .tab p {
    margin-top: 3px;
  }
}
.top-category_tab .tab-contents {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .top-category_tab .tab-contents {
    padding: 20px;
  }
}
.top-category_tab .tab-contents .tab-content {
  display: none;
}
.top-category_tab .tab-contents .tab-content.active {
  display: block;
}

/*=======================================================================

 features
 特集

========================================================================*/
:root {
  --features-color--main: #7f6b55;
}

.page-features section,
.single-features section {
  margin-top: 0;
}
.page-features .entry-content h1,
.page-features .entry-content h2,
.page-features .entry-content h3,
.single-features .entry-content h1,
.single-features .entry-content h2,
.single-features .entry-content h3 {
  color: var(--features-color--main);
}
.page-features .entry-content p,
.single-features .entry-content p {
  font-weight: 500;
  margin-top: var(--base-mt);
  margin-bottom: var(--base-mt);
}
@media screen and (max-width: 767.98px) {
  .page-features .entry-content p,
  .single-features .entry-content p {
    margin-top: var(--base-mt--s);
    margin-bottom: var(--base-mt--s);
  }
}
@media screen and (max-width: 767.98px) {
  .page-features h2 + p,
  .single-features h2 + p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
.page-features h3,
.single-features h3 {
  font-size: 1.6875em;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .page-features h3,
  .single-features h3 {
    font-size: 1.4375em;
    letter-spacing: 0.01em;
  }
}
.features-header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 135px;
  background-repeat: repeat;
  background-position: calc(50% - 365px) top;
  background-size: 970px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767.98px) {
  .features-header {
    padding-top: 0;
    padding-bottom: 40px;
    background-size: 400px;
    background-position: calc(50% - 150px) top;
  }
  .features-header .c-wrap {
    width: 100% !important;
  }
}
.features-header::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 40px;
  pointer-events: none;
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (max-width: 767.98px) {
  .features-header::before {
    background-size: 100%;
    height: 8px;
    background-image: url(../../assets/images/common/bg_dekoboko_white.png) !important;
  }
}
.features-header.--blue {
  background-image: url(../../assets/images/common/bg_repeat_blue.png);
}
.features-header.--blue::before {
  background-image: url(../../assets/images/common/bg_dekoboko_blue.png);
}
.features-header.--yellow {
  background-image: url(../../assets/images/common/bg_repeat_yellow.png);
}
.features-header.--yellow::before {
  background-image: url(../../assets/images/common/bg_dekoboko_yellow.png);
}
.features-header.--pink {
  background-image: url(../../assets/images/common/bg_repeat_pink_dark.png);
}
.features-header.--pink::before {
  background-image: url(../../assets/images/common/bg_dekoboko_pink.png);
}
.features-header.--green {
  background-image: url(../../assets/images/common/bg_repeat_green.png);
}
.features-header.--green::before {
  background-image: url(../../assets/images/common/bg_dekoboko_green.png);
}
.features-header.--green2 {
  background-image: url(../../assets/images/common/bg_repeat_green2.png);
}
.features-header.--green2::before {
  background-image: url(../../assets/images/common/bg_dekoboko_green2.png);
}
.features-header.--orange {
  background-image: url(../../assets/images/common/bg_repeat_orange.png);
}
.features-header.--orange::before {
  background-image: url(../../assets/images/common/bg_dekoboko_orange.png);
}
@media screen and (max-width: 767.98px) {
  .features-header.--sm .c-block h1 {
    font-size: 1.6875em;
  }
}
.features-header .c-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-header .c-block .c-block__imgArea {
  width: 47.7272727273%;
}
.features-header .c-block .c-block__txtArea {
  width: 48.1818181818%;
}
@media screen and (max-width: 767.98px) {
  .features-header .c-block .c-block__txtArea {
    margin-top: 2em;
    width: 88% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.features-header .c-block .c-block__txtArea > *:last-child {
  margin-bottom: 0;
}
.features-header .c-block .c-block__txtArea h1 {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .features-header .c-block .c-block__txtArea h1 {
    margin-bottom: 0;
    letter-spacing: 0em;
  }
}
.features-header .c-block .c-block__txtArea p {
  font-size: 1.1125em;
  line-height: 1.9;
  letter-spacing: 0.02em;
}

@media screen and (max-width: 767.98px) {
  .features-header__sp__txt p {
    font-size: 1.0625em;
  }
}

.features-about {
  padding-top: 40px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .features-about {
    padding-top: 90px;
    padding-top: 9vw;
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}
.features-about .c-block + .c-block {
  margin-top: 100px;
}
.features-about .c-block .c-block__imgArea {
  width: 47.7272727273%;
}
.features-about .c-block .c-block__txtArea {
  width: 47.7272727273%;
}
.features-about .c-block .c-block__sub {
  margin-top: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .features-about .c-block .c-block__sub {
    margin-top: 1.5em;
  }
}

@media screen and (max-width: 767.98px) {
  .features-main {
    padding-top: 100px;
    padding-top: 10vw;
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}
.features-main .c-block + .c-block {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .features-main .c-block + .c-block {
    margin-top: 60px;
  }
}
.features-main .c-spec p {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .features-sub {
    padding-top: 100px;
    padding-top: 10vw;
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}
.features-sub .c-block + .c-block {
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  .features-sub .c-block + .c-block {
    margin-top: 60px;
  }
}
.features-sub .c-spec p {
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .features-sub .grid {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 40px;
  }
}
.features-sub .features-sub__list {
  margin-top: 40px;
  padding-left: 0;
}
.features-sub .features-sub__list li {
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
}

@media screen and (max-width: 767.98px) {
  .features-story {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.features-story h3 {
  font-size: 1.4375em;
}
.features-story .icon-book {
  width: 77px;
  margin-right: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .features-story .icon-book {
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.features-story .c-block__wrap {
  background-color: #fff;
  padding-top: 3em;
  padding-bottom: 3em;
}
@media screen and (max-width: 767.98px) {
  .features-story .c-block__wrap {
    padding-top: 2em;
    padding-bottom: 1.5em;
  }
}
.features-story .c-block {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.features-story .c-block + .c-block {
  margin-top: 100px;
}
.features-story .c-block .c-block__txtArea {
  width: 61.2244897959%;
}
.features-story .c-block .c-block__txtArea h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .features-story .c-block .c-block__txtArea h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.features-story .c-block .c-block__txtArea h3 + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .features-story .c-block .c-block__txtArea h3 + p {
    width: 90%;
    margin: 1em auto 0;
  }
}
.features-story .c-block .c-block__imgArea {
  width: 34.693877551%;
}
@media screen and (max-width: 767.98px) {
  .features-story .c-block .absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.profile {
  border: 4px solid #ccc;
  background-color: #fff;
}
.profile .profile-inner {
  padding: 20px;
}
@media screen and (max-width: 767.98px) {
  .profile .profile-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 10px;
  }
}
.profile .profile__thum {
  width: 140px;
}
@media screen and (max-width: 767.98px) {
  .profile .profile__thum {
    margin-inline: auto;
  }
}
.profile .profile__txt {
  width: calc(100% - 150px);
}
@media screen and (max-width: 767.98px) {
  .profile .profile__txt {
    width: 100%;
  }
}
.profile .profile__txt p {
  margin-top: 0;
  margin-bottom: 0;
}
.profile .profile__txt .ttl {
  font-size: 1em;
  font-weight: 600;
  padding-bottom: 3px;
}
.profile .profile__txt .ttl small {
  font-size: 90%;
}
.profile .profile__txt .txt {
  font-size: 0.875em;
}

/*=======================================================================

 ページ別

========================================================================*/
@media screen and (max-width: 767.98px) {
  .page-gyutan .c-spec.--row .c-spec__item {
    width: 51.2820512821%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-gyutan .c-spec.--row .c-spec__etc {
    width: 48.7179487179%;
  }
}

.page-zunda .c-spec.--row .c-spec__item {
  width: 56.4102564103%;
}
@media screen and (max-width: 767.98px) {
  .page-zunda .c-spec.--row .c-spec__item {
    width: 53.8461538462%;
  }
}
.page-zunda .c-spec.--row .c-spec__etc {
  width: 43.5897435897%;
}
@media screen and (max-width: 767.98px) {
  .page-zunda .c-spec.--row .c-spec__etc {
    width: 46.1538461538%;
  }
}
.page-zunda .c-block__btn.--anchorlink {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.page-restaurant .c-block + .c-block {
  margin-top: clamp(60px, 13vw, 130px);
}
.page-restaurant .c-block + .c-block.--sm {
  margin-top: clamp(40px, 7.001vw, 70px);
}
.page-restaurant .entry-content .c-spec__wrap {
  background-color: #afdcc3;
}
.page-restaurant .entry-content .c-spec {
  padding: 4.5% 3% 4.5% 5%;
}
.page-restaurant .entry-content .c-spec .c-spec__shop {
  color: #64a57d;
  margin-bottom: 0.25em;
}
.page-restaurant .entry-content .c-spec .c-spec__shop .shop-name {
  font-size: 0.8125em;
}
.page-restaurant .features-main .c-block__txtArea {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-restaurant .features-main .c-block__imgArea {
  width: 47.4489795918%;
}
.page-restaurant .features-main .c-block__btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-restaurant .features-main .c-block__btn:has(.c-button:nth-child(2)) {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.page-baegift .c-block + .c-block {
  margin-top: 130px;
}
@media screen and (max-width: 767.98px) {
  .page-baegift .c-block + .c-block {
    margin-top: 60px;
  }
}
.page-baegift .features-main .c-block__txtArea {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-baegift .c-block__imgArea {
  width: 47.4489795918%;
}
.page-baegift .c-spec__shop {
  color: #dc7850;
}
.page-baegift .c-block__btn .c-button {
  margin-inline: auto;
}
.page-baegift .c-spec__wrap {
  background-color: #f5d2aa;
}
@media screen and (min-width: 768px), print {
  .page-baegift .c-spec__wrap.--col2__pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .page-baegift .c-spec__wrap.--col2__pc figure {
    width: 46.2962962963%;
  }
  .page-baegift .c-spec__wrap.--col2__pc .c-spec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 53.7037037037%;
    background-color: #fff;
    padding: 2% 4% 2% 4%;
  }
  .page-baegift .c-spec__wrap.--col2__pc .c-spec .c-spec__txtArea {
    width: 100%;
  }
}
.page-baegift .c-spec .c-spec__shop {
  white-space: wrap;
  text-align: left;
}
.page-baegift .c-spec .c-spec__shop .shop-name {
  font-size: 0.8125em;
}
.page-baegift .c-spec .c-spec__item .item-price {
  font-size: 1em;
}
.page-baegift .c-spec .c-spec__item .item-price span {
  font-size: 110%;
}
.page-baegift .profile {
  border-color: #f5d2aa;
}

/*=======================================================================

 shop
 ショップ情報

========================================================================*/
:root {
  --shop-color--main: #7f6b55;
}

.page-shop section {
  margin-top: 0;
}
.page-shop .entry-content h1,
.page-shop .entry-content h2,
.page-shop .entry-content h3 {
  color: var(--shop-color--main);
}
.page-shop .entry-content p {
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .page-shop h2 + p {
    margin-top: 0.8em;
    margin-bottom: 0.8em;
  }
}
.page-shop h3 {
  font-size: 1.75em;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .page-shop h3 {
    font-size: 1.5em;
  }
}
.shop-header {
  position: relative;
  padding-top: 100px;
  padding-bottom: 135px;
  background-repeat: repeat;
  background-position: calc(50% - 365px) top;
  background-size: 970px;
  padding-bottom: 140px;
}
@media screen and (max-width: 767.98px) {
  .shop-header {
    padding-top: 0;
    padding-bottom: 40px;
    background-size: 400px;
    background-position: calc(50% - 150px) top;
  }
  .shop-header .c-wrap {
    width: 100% !important;
  }
}
.shop-header::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 40px;
  pointer-events: none;
  background-repeat: repeat-x;
  background-position: center center;
}
@media screen and (max-width: 767.98px) {
  .shop-header::before {
    background-size: 100%;
    height: 8px;
    background-image: url(../../assets/images/common/bg_dekoboko_white.png) !important;
  }
}
.shop-header.--blue {
  background-image: url(../../assets/images/common/bg_repeat_blue.png);
}
.shop-header.--blue::before {
  background-image: url(../../assets/images/common/bg_dekoboko_blue.png);
}
.shop-header.--yellow {
  background-image: url(../../assets/images/common/bg_repeat_yellow.png);
}
.shop-header.--yellow::before {
  background-image: url(../../assets/images/common/bg_dekoboko_yellow.png);
}
.shop-header.--pink {
  background-image: url(../../assets/images/common/bg_repeat_pink_dark.png);
}
.shop-header.--pink::before {
  background-image: url(../../assets/images/common/bg_dekoboko_pink.png);
}
.shop-header.--green {
  background-image: url(../../assets/images/common/bg_repeat_green.png);
}
.shop-header.--green::before {
  background-image: url(../../assets/images/common/bg_dekoboko_green.png);
}
.shop-header.--color {
  background-image: url(../../assets/images/common/bg_repeat_color.png);
}
.shop-header.--color::before {
  background-image: url(../../assets/images/common/bg_dekoboko_white.png);
  background-position: center bottom;
  background-size: 1400px;
}
.shop-header .c-block {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.shop-header .c-block .c-block__imgArea {
  width: 47.7272727273%;
}
.shop-header .c-block .c-block__imgArea figure {
  width: 100%;
  height: 454px;
}
@media screen and (max-width: 767.98px) {
  .shop-header .c-block .c-block__imgArea figure {
    height: 864px;
    height: 86.4vw;
  }
}
.shop-header .c-block .c-block__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.shop-header .c-block .c-block__txtArea {
  width: 47.7272727273%;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 767.98px) {
  .shop-header .c-block .c-block__txtArea {
    margin-top: 2em;
    width: 87% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.shop-header .c-block .c-block__txtArea > *:last-child {
  margin-bottom: 0;
}
.shop-header .c-block .c-block__txtArea h1 {
  margin-top: 0;
}
@media screen and (max-width: 767.98px) {
  .shop-header .c-block .c-block__txtArea h1 {
    margin-bottom: 0;
    letter-spacing: 0em;
  }
}
.shop-header .c-block .c-block__txtArea .c-button {
  max-width: 220px;
}
@media screen and (max-width: 767.98px) {
  .shop-header .c-block .c-block__txtArea .c-button {
    width: 48.5%;
  }
}
.shop-header .c-block .c-block__txtArea .c-button a {
  font-size: 1em;
}

@media screen and (max-width: 767.98px) {
  .shop-header__sp__txt p {
    font-size: 1.0625em;
  }
}

.shop-info .shop-info__floor {
  font-size: 1.5em;
  margin: 0;
}
.shop-info .shop-info__name {
  font-size: 2em;
  line-height: 1.5;
}
.shop-info .shop-info__mapbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.shop-info .shop-info__mapbtn .c-button {
  width: 48.5%;
}
.shop-info .shop-info__mapbtn .c-button + .c-button {
  margin-left: 3%;
}
.shop-info .shop-info__comment {
  margin-top: 1.5em;
}
.shop-info .c-button {
  margin-top: 1.5em;
}

.shop-info__comment__sp {
  background-color: #fff;
  padding-top: 27px;
  padding-bottom: 27px;
  margin-top: 0;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.shop-info__comment__sp .shop-info__comment {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
}

.shop-products {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .shop-products {
    padding-top: 90px;
    padding-top: 9vw;
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}
.shop-products .c-block {
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.shop-products .c-block + .c-block {
  margin-top: 100px;
}
.shop-products .c-block .c-block__imgArea {
  width: 47.7272727273%;
}
.shop-products .c-block .c-block__txtArea {
  width: 47.7272727273%;
}
.shop-products .c-block .c-block__sub {
  margin-top: 2.5em;
}
@media screen and (max-width: 767.98px) {
  .shop-products .c-block .c-block__sub {
    margin-top: 1.5em;
  }
}

.popular_product_loop + .standard_product_loop {
  margin-top: 5em;
}

.standard_product_loop + .popular_product_loop {
  margin-top: 5em;
}
@media screen and (max-width: 767.98px) {
  .standard_product_loop + .popular_product_loop {
    margin-top: 4em;
  }
}

.product-category {
  width: 122px;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .product-category {
    margin-left: auto;
    margin-right: auto;
  }
}

.product-block + .product-block {
  margin-top: 70px;
}
.product-block .product-block__txtArea {
  width: 47.9591836735%;
  padding-top: 25px;
}
@media screen and (max-width: 767.98px) {
  .product-block .product-block__txtArea {
    width: 100%;
    padding-top: 15px;
  }
}
.product-block .product-block__txtArea > * {
  margin: 0;
}
.product-block .product-block__txtArea .product-detail .product-detail__name {
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.4;
}
.product-block .product-block__txtArea .product-price {
  margin-top: 5px;
  margin-bottom: 20px;
}
@media screen and (max-width: 767.98px) {
  .product-block .product-block__txtArea .product-price {
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.product-block .product-block__txtArea .product-price p {
  font-size: 1.25em;
  font-weight: 500;
  line-height: 1.7;
}
.product-block .product-block__txtArea .product-price p strong {
  position: relative;
  font-size: 140%;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1;
  bottom: -1px;
}
.product-block .product-block__txtArea .product-price p i,
.product-block .product-block__txtArea .product-price p em {
  font-size: 80%;
  font-style: normal;
}
.product-block .product-block__txtArea .product-detail__spec {
  font-size: 0.875em;
  margin-top: 20px;
}
@media screen and (max-width: 767.98px) {
  .product-block .product-block__txtArea .product-detail__spec {
    margin-top: 15px;
  }
}
.product-block .product-block__imgArea {
  width: 46.9387755102%;
}
@media screen and (max-width: 767.98px) {
  .product-block .product-block__imgArea {
    width: 100%;
    margin-top: 20px;
  }
}
.product-block .product-block__imgArea figure {
  padding: 10px;
  height: 300px;
}
@media screen and (max-width: 767.98px) {
  .product-block .product-block__imgArea figure {
    padding: 7px;
    height: 60vw;
  }
}
.product-block .product-block__imgArea figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.shop-column {
  background-color: #c0b481;
}
@media screen and (max-width: 767.98px) {
  .shop-column {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.shop-column h3 {
  font-size: 1.4375em;
}
.shop-column .icon-book {
  width: 77px;
  margin-right: 0.7em;
}
@media screen and (max-width: 767.98px) {
  .shop-column .icon-book {
    width: 50px;
    display: block;
    width: 60px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
  }
}
.shop-column .column-block__wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 767.98px) {
  .shop-column .column-block__wrap {
    padding-top: 0em;
    padding-bottom: 0em;
  }
}
.shop-column .column-block {
  position: relative;
  background-color: #fff;
  padding: 60px;
}
@media screen and (max-width: 767.98px) {
  .shop-column .column-block {
    padding: 25px;
  }
}
.shop-column .column-block + .column-block {
  margin-top: 100px;
}
.shop-column .column-block .column-block__txtArea {
  width: 61.2244897959%;
}
@media screen and (max-width: 767.98px) {
  .shop-column .column-block .column-block__txtArea {
    width: 100%;
    padding-top: 0;
  }
}
.shop-column .column-block .column-block__txtArea.--full {
  width: 100%;
}
.shop-column .column-block .column-block__txtArea h3 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767.98px) {
  .shop-column .column-block .column-block__txtArea h3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.shop-column .column-block .column-block__txtArea h3 + p {
  margin-top: 1.5em;
}
@media screen and (max-width: 767.98px) {
  .shop-column .column-block .column-block__txtArea h3 + p {
    width: 90%;
    margin: 1em auto 0;
  }
}
.shop-column .column-block .column-block__imgArea {
  width: 34.693877551%;
}
@media screen and (max-width: 767.98px) {
  .shop-column .column-block .column-block__imgArea {
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .shop-column .column-block .absolute {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}

.shop-pickup {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767.98px) {
  .shop-pickup {
    padding-top: 100px;
    padding-top: 10vw;
    padding-bottom: 100px;
    padding-bottom: 10vw;
  }
}
.shop-pickup .c-spec__etc {
  border: none !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/*=======================================================================

 ページ別

========================================================================*/
@media screen and (max-width: 767.98px) {
  .page-gyutan .c-spec.--row .c-spec__item {
    width: 51.2820512821%;
  }
}
@media screen and (max-width: 767.98px) {
  .page-gyutan .c-spec.--row .c-spec__etc {
    width: 48.7179487179%;
  }
}

.page-zunda .c-spec.--row .c-spec__item {
  width: 56.4102564103%;
}
@media screen and (max-width: 767.98px) {
  .page-zunda .c-spec.--row .c-spec__item {
    width: 53.8461538462%;
  }
}
.page-zunda .c-spec.--row .c-spec__etc {
  width: 43.5897435897%;
}
@media screen and (max-width: 767.98px) {
  .page-zunda .c-spec.--row .c-spec__etc {
    width: 46.1538461538%;
  }
}
.page-zunda .c-block__btn.--anchorlink {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.slick-list {
  overflow: visible;
  padding-bottom: 20px;
}

.slick-arrow {
  z-index: 10 !important;
  top: auto !important;
  bottom: -35px !important;
}
.slick-arrow:before {
  content: "" !important;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px !important;
  height: 20px !important;
  display: block;
}

.slick-next {
  right: 22% !important;
}
.slick-next:before {
  background-image: url(../../assets/images/common/arrow/slick_next.png);
}

.slick-prev {
  left: 22% !important;
}
.slick-prev:before {
  background-image: url(../../assets/images/common/arrow/slick_prev.png);
}

.slick-dots li button:before {
  font-size: 10px;
}

.js-scroll {
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
}
@media screen and (max-width: 767.98px) {
  .js-scroll {
    -webkit-animation-duration: 0.4s;
            animation-duration: 0.4s;
  }
}

/* フェード
-------------------------------------------------------*/
.js-fadeIn {
  opacity: 0;
}

.js-fadeIn.js-scroll {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.js-fadeUp {
  opacity: 0;
  -webkit-transform: translateY(4rem);
          transform: translateY(4rem);
}

.js-fadeUp.js-scroll {
  -webkit-animation-name: fadeUp;
          animation-name: fadeUp;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeDown {
  opacity: 0;
  -webkit-transform: translateY(-4rem);
          transform: translateY(-4rem);
}

.js-fadeDown.js-scroll {
  -webkit-animation-name: fadeDown;
          animation-name: fadeDown;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeDown {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.js-fadeLeft {
  opacity: 0;
  -webkit-transform: translateX(4rem);
          transform: translateX(4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .js-fadeLeft {
    -webkit-transform: translateX(3rem);
            transform: translateX(3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .js-fadeLeft {
    -webkit-transform: translateX(2rem);
            transform: translateX(2rem);
  }
}

.js-fadeLeft.js-scroll {
  -webkit-animation-name: fadeLeft;
          animation-name: fadeLeft;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeLeft {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.js-fadeRight {
  opacity: 0;
  -webkit-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-filter: blur(5px);
          filter: blur(5px);
}
@media screen and (min-width: 768px) and (max-width: 1100.98px) {
  .js-fadeRight {
    -webkit-transform: translateX(-3rem);
            transform: translateX(-3rem);
  }
}
@media screen and (max-width: 767.98px) {
  .js-fadeRight {
    -webkit-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}

.js-fadeRight.js-scroll {
  -webkit-animation-name: fadeRight;
          animation-name: fadeRight;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}

@keyframes fadeRight {
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-filter: blur(0px);
            filter: blur(0px);
  }
}
.js-fadeZoomIn {
  opacity: 0;
}

.js-fadeZoomIn.js-scroll {
  -webkit-animation-name: fadeZoomIn;
          animation-name: fadeZoomIn;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeZoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.js-fadeScale {
  opacity: 0;
  scale: 0.9;
}

.js-fadeScale.js-scroll {
  -webkit-animation-name: fadeScale;
          animation-name: fadeScale;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}

@keyframes fadeScale {
  from {
    opacity: 0;
    scale: 0.9;
  }
  to {
    opacity: 1;
    scale: 1;
  }
}
.js-fadeBlur {
  opacity: 0;
}

.js-fadeBlur.js-scroll {
  -webkit-animation-name: fadeBlur;
          animation-name: fadeBlur;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeBlur {
  from {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  to {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}/*# sourceMappingURL=style.css.map */