@charset "UTF-8";
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部ファイルの読み込み */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 外部フォントCSSファイルの読み込み*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と body要素の文字（色・書体）と背景色*/
/* Body要素の書体 */
/* リセット用のプレイスフォルダ */
html, body, div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-family: inherit;
  font-size: 62.5%;
  font-weight: inherit;
  font-style: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline; }

body {
  line-height: 1; }

html, body {
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  background-color: #ffffff;
  color: #212121; }
  body a {
    color: #212121; }

body {
  font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 62.5%;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 2; }

/* リセット処理関数 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: メディアクエリー*/
/* 切り替えポイントの設定 */
/* 処理 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: クリアフィックス*/
/* Class と ステークホルダー の名称設定 */
/* 処理 */
.clearfix:after, html:after, body:after {
  content: "";
  display: block;
  clear: both; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スクリーンリーダー*/
/* スクリーンリーダーテキスト の名称設定 */
/* 処理 */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  top: 0;
  left: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: リセットCSS と サイトの初期設定 */
html * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  word-break: normal;
  line-break: strict; }

body {
  height: 100%; }

@media only screen and (max-width: 768px) {
  html,
  body {
    min-width: inherit; } }

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

figure {
  margin: 0; }

:focus {
  outline: 0; }

ol,
ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption,
th,
td {
  font-weight: normal;
  text-align: left; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: ""; }

blockquote,
q {
  quotes: "" ""; }

a img {
  border: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block; }

input {
  border-radius: 0;
}

@media only screen and (max-width: 425px) {
  .nosp {
    display: none !important; } }

.nopc {
  display: none !important; }
  @media only screen and (max-width: 425px) {
    .nopc {
      display: block !important; } }

.flex-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

#contents {
  background-color: #fff; }

.container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 10rem 0; }
  @media only screen and (max-width: 768px) {
    .container {
      width: 89.4%; } }

.iframe-content {
  position: relative;
  width: 100%; }
  .iframe-content iframe, .iframe-content > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset;
          box-shadow: 0 0 0 1000px white inset; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ボタンのスタイル */
/*note: INDEXの表示は、コメントの「 index: 」でハイライト表示してください。*/
.button--stdwhite, .button, .button-re {
  min-width: 160px;
  max-width: 200px;
  border: 1px solid #212121;
  color: #212121;
  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;
  text-align: center;
  line-height: 1.5;
  margin: auto;
  padding: 1rem;
  text-decoration: none;
  -webkit-transition: background .3s, color .3s, fill .3s;
  transition: background .3s, color .3s, fill .3s;
  vertical-align: middle; }
  .button--stdwhite span, .button span, .button-re span {
    font-size: 1.4rem; }
  .button--stdwhite svg, .button svg, .button-re svg {
    width: 22px;
    margin-left: .75rem;
    vertical-align: middle; }
  @media only screen and (max-width: 425px) {
    .button--stdwhite, .button, .button-re {
      font-size: 3.7333333333vw; } }
  .button--stdwhite:hover, .button:hover, .button-re:hover {
    background-color: #212121;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .button--stdwhite:hover, .button:hover, .button-re:hover {
        background-color: inherit;
        color: inherit; } }
    .button--stdwhite:hover svg, .button:hover svg, .button-re:hover svg {
      fill: #fff; }
      @media only screen and (max-width: 768px) {
        .button--stdwhite:hover svg, .button:hover svg, .button-re:hover svg {
          fill: inherit; } }

.button-arrow-left, .button-arrow-right, .button-arrow-down {
  position: relative;
  padding-left: 1.5em;
  padding-right: 1.5em; }
  .button-arrow-left:after, .button-arrow-right:after, .button-arrow-down:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-style: solid;
    border-width: 3px 3px 0 0;
    border-color: #212121;
    z-index: 9; }
  .button-arrow-left:hover:after, .button-arrow-right:hover:after, .button-arrow-down:hover:after {
    border-color: #fff; }
    @media only screen and (max-width: 768px) {
      .button-arrow-left:hover:after, .button-arrow-right:hover:after, .button-arrow-down:hover:after {
        border-color: #212121; } }

.button--std {
  border: 1px solid #212121;
  color: #212121; }
  .button--std:hover {
    background-color: #212121;
    color: #fff; }
    .button--std:hover svg {
      fill: #fff; }

.button--back {
  margin: 1rem auto 1rem !important;
  padding: 1.2rem 2.75rem !important;
  min-width: 160px;
  max-width: inherit;
  border: 1px solid #212121;
  color: #212121; }
  .button--back span {
    padding-right: 0 !important; }
  .button--back svg {
    position: static !important;
    margin: 0 .75rem 0 0 !important; }
    .button--back svg path {
      -webkit-transform: translate(22.925px, 4.597px) rotate(180deg);
              transform: translate(22.925px, 4.597px) rotate(180deg);
      -webkit-transition: fill .3s;
      transition: fill .3s;
      fill: #212121; }
  .button--back:hover {
    background-color: #212121;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .button--back:hover {
        background-color: inherit;
        color: inherit; } }
    .button--back:hover svg path {
      fill: #fff; }
      @media only screen and (max-width: 768px) {
        .button--back:hover svg path {
          fill: inherit; } }

.button--pri {
  border: 1px solid #58463D;
  background-color: #58463D;
  color: #fff; }
  .button--pri svg {
    fill: #fff; }
  .button--pri:hover {
    background-color: #fff;
    color: #58463D; }
    @media only screen and (max-width: 768px) {
      .button--pri:hover {
        background-color: #58463D;
        color: #fff; } }
    .button--pri:hover svg {
      fill: #58463D; }
      @media only screen and (max-width: 768px) {
        .button--pri:hover svg {
          fill: inherit; } }

.button--stdwhite {
  border: 1px solid #fff;
  color: #fff; }
  .button--stdwhite svg {
    fill: #fff; }
  @media only screen and (max-width: 768px) {
    .button--stdwhite:hover {
      color: #fff; }
      .button--stdwhite:hover svg {
        fill: #fff; } }

.button-arrow-left:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  left: 20px; }

.button-arrow-right:after {
  right: 20px; }

.button-arrow-down:after {
  right: 20px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg); }

.button-re {
  background: #212121;
  color: #fff; }
  .button-re:before {
    background: #fff; }
  .button-re:hover {
    color: #212121; }
    .button-re:hover span {
      color: #212121; }

.button-large {
  font-size: 1.3333333333em; }

.button-small {
  font-size: 0.8em;
  padding: 10px; }

.back-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #212121;
  border-radius: 0;
  line-height: 1.3;
  margin: 0;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  overflow-wrap: break-word;
  font-size: 1.4rem;
  font-weight: normal;
  position: relative;
  border: 1px solid #212121;
  padding: 14px 30px 14px 60px;
  position: relative;
  background-color: #fff;
  color: #212121;
  margin-bottom: 4rem; }
  .back-button-wrapper {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 768px) {
      .back-button-wrapper {
        margin-bottom: 6rem;
        margin-left: 2rem;
        margin-right: 2rem; } }
  @media only screen and (max-width: 768px) {
    .back-button {
      -webkit-transition: none;
      transition: none;
      margin-bottom: 2rem; } }
  .back-button:before {
    content: '';
    display: inline-block;
    width: 23px;
    height: 6px;
    background-image: url(../images/common/icon/icon_arrow.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 3rem;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  .back-button:active, .back-button:focus, .back-button:hover, .back-button:visited {
    background-color: #fff;
    color: #212121; }
  .back-button:hover {
    background-color: #212121;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .back-button:hover {
        background-color: #fff;
        color: #212121; } }
    .back-button:hover:before {
      background-image: url(../images/common/icon/icon_arrow_w.svg); }
      @media only screen and (max-width: 768px) {
        .back-button:hover:before {
          background-image: url(../images/common/icon/icon_arrow.svg); } }

.button-wrapper {
  margin: 6rem auto;
  text-align: center; }
  @media only screen and (max-width: 425px) {
    .button-wrapper {
      margin: 4rem auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 背景スタイル */
.background-gray {
  background: #666; }

.background-fff {
  background: #fff; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: fade in アニメーション 共通 */
.fade-only-out {
  opacity: 0 !important;
  visibility: hidden !important; }

.fade-only-in {
  -webkit-transition-duration: 2s !important;
          transition-duration: 2s !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 1 !important;
  visibility: visible !important; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 簡易ホバーアニメーション */
.hov--opacity {
  -webkit-transition: opacity .3s;
  transition: opacity .3s; }
  @media only screen and (max-width: 768px) {
    .hov--opacity {
      -webkit-transition: unset;
      transition: unset; } }
  .hov--opacity:hover {
    opacity: .6; }
    @media only screen and (max-width: 768px) {
      .hov--opacity:hover {
        opacity: 1; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: スプラッシュアニメーション */
.root {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-animation-name: root;
          animation-name: root;
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear; }

.root,
.splash {
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

.splash {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }
  .splash__wrapper {
    background-color: #fff;
    position: fixed;
    height: 100%;
    z-index: 9999;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: none; }
  .splash img {
    width: 157px;
    opacity: 0;
    -webkit-animation-name: splashLogo;
            animation-name: splashLogo;
    -webkit-animation-duration: 4.4s;
            animation-duration: 4.4s;
    -webkit-animation-delay: .6s;
            animation-delay: .6s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear; }
    @media only screen and (max-width: 425px) {
      .splash img {
        width: 110px; } }

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

@keyframes root {
  to {
    opacity: 1; } }
@-webkit-keyframes splash {
  to {
    opacity: 0;
    pointer-events: none; } }
@keyframes splash {
  to {
    opacity: 0;
    pointer-events: none; } }
@-webkit-keyframes splashLogo {
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes splashLogo {
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  to {
    opacity: 0; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: タグ */
.product-list .tag, .widget-product-list-block .widget-product-list .tag, .stove-product-list li .tag-new, .archives-event-post__list .post-categories .tag, .archives-post__list .post-categories .tag, .widget-post-block .post__list .post-categories .tag, .widget-block .tag {
  display: inline-block;
  min-width: 55px;
  text-align: center;
  padding: 7.5px 10px;
  line-height: 1;
  background-color: #EFEFEF;
  margin-right: 15px;
  font-size: 1.4rem; }
  @media only screen and (max-width: 960px) {
    .product-list .tag, .widget-product-list-block .widget-product-list .tag, .stove-product-list li .tag-new, .archives-event-post__list .post-categories .tag, .archives-post__list .post-categories .tag, .widget-post-block .post__list .post-categories .tag, .widget-block .tag {
      min-width: 32px;
      font-size: 1.2rem;
      padding: 5px 10px;
      margin-bottom: 5px; } }

.product-list .tag, .widget-product-list-block .widget-product-list .tag, .stove-product-list li .tag-new, .archives-event-post__list .post-categories .tag, .archives-post__list .post-categories .tag, .widget-post-block .post__list .post-categories .tag {
  margin-right: 1.2rem;
  background-color: #A61415;
  color: #fff;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0; }
  @media only screen and (max-width: 960px) {
    .product-list .tag, .widget-product-list-block .widget-product-list .tag, .stove-product-list li .tag-new, .archives-event-post__list .post-categories .tag, .archives-post__list .post-categories .tag, .widget-post-block .post__list .post-categories .tag {
      padding: 5px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 共通パーツ */
.brand-title, .category-header .category-title, .widget-block .widget-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 4rem;
  padding-left: 75px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .brand-title, .category-header .category-title, .widget-block .widget-title {
      padding-left: 5rem;
      font-size: 2rem;
      margin-bottom: 3rem; } }
  .brand-title:before, .category-header .category-title:before, .widget-block .widget-title:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-color: #212121; }
    @media only screen and (max-width: 768px) {
      .brand-title:before, .category-header .category-title:before, .widget-block .widget-title:before {
        width: 40px; } }

.product-list, .widget-product-list-block .widget-product-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 6rem; }
  @media only screen and (max-width: 960px) {
    .product-list, .widget-product-list-block .widget-product-list {
      gap: 2rem; } }
  @media only screen and (max-width: 768px) {
    .product-list, .widget-product-list-block .widget-product-list {
      grid-template-columns: repeat(2, 1fr); } }
  .product-list a, .widget-product-list-block .widget-product-list a {
    display: block;
    position: relative;
    text-decoration: none;
    color: #212121; }
  .product-list .tag, .widget-product-list-block .widget-product-list .tag {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
  .product-list .product-tag, .widget-product-list-block .widget-product-list .product-tag {
    font-size: 1.4rem;
    line-height: 2;
    color: #6c6c6c;
    margin-top: 5px; }
    @media only screen and (max-width: 768px) {
      .product-list .product-tag, .widget-product-list-block .widget-product-list .product-tag {
        font-size: 1.2rem; } }
  .product-list .product-name, .widget-product-list-block .widget-product-list .product-name {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .product-list .product-name, .widget-product-list-block .widget-product-list .product-name {
        font-size: 1.4rem;
        line-height: 1.7142857143;
        text-align: left; } }
  .product-list .product-price, .widget-product-list-block .widget-product-list .product-price {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 2;
    margin-top: 5px;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .product-list .product-price, .widget-product-list-block .widget-product-list .product-price {
        font-size: 1.2rem;
        text-align: left; } }

.stove-product-list li {
  border-bottom: 1px solid #dedede; }
  .stove-product-list li:first-child {
    border-top: 1px solid #dedede; }
  .stove-product-list li * {
    word-break: break-all; }
  .stove-product-list li a {
    display: grid;
    grid-template-columns: 57.8947368421% 1fr;
    text-decoration: none;
    gap: 6rem;
    padding: 3rem; }
    @media only screen and (max-width: 960px) {
      .stove-product-list li a {
        grid-template-columns: 1fr;
        gap: 2rem; } }
    @media only screen and (max-width: 425px) {
      .stove-product-list li a {
        padding: 3rem 6%; } }
  .stove-product-list li .product-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 960px) {
      .stove-product-list li .product-name {
        margin-bottom: 2rem; } }
  .stove-product-list li .product-name-copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 1.5; }
    @media only screen and (max-width: 960px) {
      .stove-product-list li .product-name-copy {
        font-size: 1.8rem; } }
  .stove-product-list li .tag-new {
    margin-top: 7px;
    min-width: 55px; }
    @media only screen and (max-width: 960px) {
      .stove-product-list li .tag-new {
        margin-top: 4px;
        line-height: 15px; } }
  .stove-product-list li .product-brand {
    margin-top: 7px;
    height: 30px; }
    @media only screen and (max-width: 960px) {
      .stove-product-list li .product-brand {
        margin-top: 0;
        margin-bottom: 1.8rem; } }
    .stove-product-list li .product-brand img {
      -o-object-fit: contain;
         object-fit: contain;
      offset-position: center;
      height: 32px;
      width: auto; }
  .stove-product-list li .product-copy {
    clear: both;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.7142857143;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 960px) {
      .stove-product-list li .product-copy {
        margin-bottom: 3rem; } }
  .stove-product-list li .product-desc {
    margin-bottom: 0; }
    .stove-product-list li .product-desc th,
    .stove-product-list li .product-desc td {
      border: 0;
      padding: 0;
      background-color: transparent !important; }
    .stove-product-list li .product-desc th {
      width: 160px;
      font-weight: 500;
      font-size: 14px;
      line-height: 2.5714285714;
      text-align: left; }
      @media only screen and (max-width: 960px) {
        .stove-product-list li .product-desc th {
          width: 170px; } }
    .stove-product-list li .product-desc td {
      font-weight: 300;
      font-size: 14px;
      line-height: 2.5714285714;
      text-align: left; }

#page-article .img-menu {
  margin-bottom: 6rem; }
  #page-article .img-menu .img-menu-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem; }
    @media only screen and (max-width: 768px) {
      #page-article .img-menu .img-menu-list {
        grid-template-columns: 1fr; } }
    #page-article .img-menu .img-menu-list a {
      color: #212121;
      display: block;
      text-decoration: none;
      position: relative; }
      #page-article .img-menu .img-menu-list a p {
        padding: 2rem 6rem 2rem 0;
        position: relative;
        margin-bottom: 0; }
        #page-article .img-menu .img-menu-list a p span {
          font-size: 2.4rem;
          font-weight: 500; }
      #page-article .img-menu .img-menu-list a:after {
        content: "";
        display: block;
        background: linear-gradient(90deg, #212121 0%, #212121 40px, #DEDEDE 40px, #DEDEDE 100%);
        width: 100%;
        height: 1px;
        position: absolute;
        top: -1px;
        left: 0; }
      @media only screen and (max-width: 768px) {
        #page-article .img-menu .img-menu-list a p {
          padding: 2rem 6rem 2rem 0; }
          #page-article .img-menu .img-menu-list a p span {
            font-size: 1.8rem; } }
      #page-article .img-menu .img-menu-list a .copy {
        font-size: 1.4rem;
        padding: 0;
        margin-bottom: 4rem; }
        @media only screen and (max-width: 768px) {
          #page-article .img-menu .img-menu-list a .copy {
            margin-bottom: 2rem; } }
    #page-article .img-menu .img-menu-list svg {
      width: 22px;
      height: 5px;
      position: absolute;
      margin: auto;
      right: 20px;
      top: 0;
      bottom: 0; }
    #page-article .img-menu .img-menu-list figure img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }

.archives-event-post__list, .archives-post__list, .widget-post-block .post__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem; }
  @media only screen and (max-width: 960px) {
    .archives-event-post__list, .archives-post__list, .widget-post-block .post__list {
      gap: 2rem; } }
  .archives-event-post__list article > a, .archives-post__list article > a, .widget-post-block .post__list article > a {
    display: block;
    text-decoration: none;
    color: #212121;
    -webkit-transition: .3s;
    transition: .3s; }
    .archives-event-post__list article > a:hover, .archives-post__list article > a:hover, .widget-post-block .post__list article > a:hover {
      opacity: .8; }
      @media only screen and (max-width: 960px) {
        .archives-event-post__list article > a:hover, .archives-post__list article > a:hover, .widget-post-block .post__list article > a:hover {
          opacity: 1; } }
    .archives-event-post__list article > a figure, .archives-post__list article > a figure, .widget-post-block .post__list article > a figure {
      width: 100%;
      height: 216px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
      @media only screen and (max-width: 960px) {
        .archives-event-post__list article > a figure, .archives-post__list article > a figure, .widget-post-block .post__list article > a figure {
          height: auto;
          padding-top: 62%;
          position: relative; } }
      .archives-event-post__list article > a figure img, .archives-post__list article > a figure img, .widget-post-block .post__list article > a figure img {
        -o-object-fit: cover;
           object-fit: cover;
        width: 100%;
        height: 100%; }
        @media only screen and (max-width: 960px) {
          .archives-event-post__list article > a figure img, .archives-post__list article > a figure img, .widget-post-block .post__list article > a figure img {
            position: absolute;
            top: 0;
            left: 0; } }
  .archives-event-post__list .post-categories, .archives-post__list .post-categories, .widget-post-block .post__list .post-categories {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 10px 0; }
    @media only screen and (max-width: 768px) {
      .archives-event-post__list .post-categories, .archives-post__list .post-categories, .widget-post-block .post__list .post-categories {
        display: block;
        overflow: hidden;
        margin: 5px 0 0; } }
    .archives-event-post__list .post-categories .post-categories-inner, .archives-post__list .post-categories .post-categories-inner, .widget-post-block .post__list .post-categories .post-categories-inner {
      color: #6C6C6C;
      font-size: 1.6rem;
      line-height: 1;
      margin: 5px 0;
      width: calc(100% - 150px); }
      @media only screen and (max-width: 960px) {
        .archives-event-post__list .post-categories .post-categories-inner, .archives-post__list .post-categories .post-categories-inner, .widget-post-block .post__list .post-categories .post-categories-inner {
          font-size: 1.2rem;
          line-height: 1.2; } }
  @media only screen and (max-width: 960px) and (max-width: 768px) {
    .archives-event-post__list .post-categories .post-categories-inner, .archives-post__list .post-categories .post-categories-inner, .widget-post-block .post__list .post-categories .post-categories-inner {
      float: left;
      line-height: 1.6;
      width: auto; } }

    .archives-event-post__list .post-categories .post-date, .archives-post__list .post-categories .post-date, .widget-post-block .post__list .post-categories .post-date {
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      white-space: nowrap; }
      @media only screen and (max-width: 768px) {
        .archives-event-post__list .post-categories .post-date, .archives-post__list .post-categories .post-date, .widget-post-block .post__list .post-categories .post-date {
          float: right;
          margin: 5px 0;
          margin-left: 4px; } }
    .archives-event-post__list .post-categories .meta-text, .archives-post__list .post-categories .meta-text, .widget-post-block .post__list .post-categories .meta-text {
      color: #6C6C6C;
      font-size: 1.4rem;
      line-height: 1;
      line-height: 25px; }
      @media only screen and (max-width: 960px) {
        .archives-event-post__list .post-categories .meta-text, .archives-post__list .post-categories .meta-text, .widget-post-block .post__list .post-categories .meta-text {
          font-size: 1.2rem;
          line-height: 1.6; } }
    @media only screen and (max-width: 768px) {
      .archives-event-post__list .post-categories .tag, .archives-post__list .post-categories .tag, .widget-post-block .post__list .post-categories .tag {
        margin-right: 4px;
        font-size: 0.8rem; } }
  .archives-event-post__list .post-title, .archives-post__list .post-title, .widget-post-block .post__list .post-title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.75;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 960px) {
      .archives-event-post__list .post-title, .archives-post__list .post-title, .widget-post-block .post__list .post-title {
        font-size: 1.4rem;
        margin-bottom: 1rem; } }
  @media only screen and (max-width: 960px) {
    .archives-event-post__list .post-author, .archives-post__list .post-author, .widget-post-block .post__list .post-author {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  @media only screen and (max-width: 960px) {
    .archives-event-post__list .post-author .meta-icon, .archives-post__list .post-author .meta-icon, .widget-post-block .post__list .post-author .meta-icon {
      width: 24px;
      height: 24px;
      margin-right: 8px; } }
  @media only screen and (max-width: 960px) {
    .archives-event-post__list .post-author .meta-text, .archives-post__list .post-author .meta-text, .widget-post-block .post__list .post-author .meta-text {
      width: calc(100% - 32px);
      font-size: 1.2rem; } }
  @media only screen and (max-width: 960px) {
    .archives-event-post__list .post-author small, .archives-post__list .post-author small, .widget-post-block .post__list .post-author small {
      font-size: 1rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: parts用の外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー */
body,
.home {
  padding-top: 54px; }
  body.header-news--none,
  .home.header-news--none {
    padding-top: 0; }
  body main,
  .home main {
    position: relative;
    z-index: 1; }
main {
  padding-top: 83px; }
  @media only screen and (max-width: 768px) {
    main {
      padding-top: 68px; } }
  .home main {
    padding-top: 0; }

.home-kv {
  position: relative;
  z-index: 10;
  margin-bottom: 4rem;}
.home {
	padding-top: 0; }
.home .slick-list {
	height: 600px;
	overflow: hidden; }
.home .item.image {
	background-color: #212121;
	overflow: hidden;
	width: 100%;
	height: 600px;
	position: relative;
	z-index: 0; }
.home .item.image img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: 110%;
	-webkit-transform: translate3d(-50%, -50%, 0px);
	transform: translate3d(-50%, -50%, 0px);
	z-index: 0; }
.home .item.image:not(:first-child) {
	position: relative;
  display: none;
	left: -100%; }
  .home .slick-initialized .item.image:not(:first-child) {
    display: block; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー お知らせエリア */
.header-news {
  padding: 1.5rem 5.5rem;
  pointer-events: stroke;
  width: 100%;
  opacity: 1; }
  .header-news--hide {
    z-index: -1; }
    .header-news--hide a {
      display: none !important;
      pointer-events: none; }
  .header-news__text {
    font-size: 1.2rem;
    text-align: center; }
    .header-news__text a {
      color: inherit;
      display: block;
      font-size: inherit;
      position: relative;
      z-index: 0; }
  .header-news__closebtn {
    cursor: pointer;
    color: inherit;
    font-size: 1.5rem;
    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;
    text-align: center;
    width: auto;
    padding: 0 20px;
    height: 54px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .header-news__closebtn {
        width: 40px; } }
  .header-news + .header-nav-wrapper {
    top: 54px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー ロゴ */
.header-logo {
  width: 170px; }
  @media only screen and (max-width: 768px) {
    .header-logo {
      width: 128px; } }
  .header-logo a {
    background-image: url(../images/common/logo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    height: 30px; }
    @media only screen and (max-width: 768px) {
      .header-logo a {
        height: 26px;
        background-position: top; } }
    .header-bg-white .header-logo a {
      background-image: url(../images/common/logo@2x.png); }
  .header-nav-sp--open .header-logo a {
    background-image: url(../images/common/logo@2x.png); }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー 背景 */
.header-nav-bg {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 100%);
  width: 100%;
  height: 137px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  -webkit-transition: height .5s;
  transition: height .5s; }
  @media only screen and (max-width: 768px) {
    .header-nav-bg {
      height: 122px; } }
  .header-nav-bg.header-news--none {
    height: 83px; }
    @media only screen and (max-width: 768px) {
      .header-nav-bg.header-news--none {
        height: 68px; } }
  .header-bg-white .header-nav-bg {
    background: #fff;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー メイン */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 9999; }
  .header--fixed {
    position: fixed; }
  .header.header-nav-sp--open {
    background-color: #fff; }
  .header-nav {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    overflow: hidden;
    padding: 2.65rem 0;
    position: relative;
    z-index: 1000;
    margin: auto;
    width: 89.4%;
    max-width: 1200px; }
    @media only screen and (max-width: 768px) {
      .header-nav {
        padding: 1.9rem 0; } }
    .header-nav-wrapper {
      -webkit-transition: .5s;
      transition: .5s;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 100%; }
    .header-nav--pc {
      width: calc(100% - 180px); }
      @media only screen and (max-width: 960px) {
        .header-nav--pc {
          display: none !important; } }
    .header-nav--sp {
      background-color: #fff;
      position: fixed;
      width: 100%;
      height: 100vh;
      -webkit-transition: display .3s, opacity .3s;
      transition: display .3s, opacity .3s;
      display: none;
      opacity: 0;
      z-index: -1;
      top: 0; }
      .header-nav--sp.header-nav-sp--open {
        display: block;
        opacity: 1;
        z-index: 1000; }
      .header-nav--sp .container {
        height: 100%;
        width: 100%;
        padding: 12rem 5.3333333333% 4rem;
        overflow-y: auto;
        -webkit-transition: padding .5s;
        transition: padding .5s; }

.header-news--none .header-nav-wrapper {
  top: 0px; }
.header-news--none.header-nav--sp .container {
  padding: 7rem 5.3333333333% 4rem; }

.header-nav-menu--pc {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  .header-nav-menu--pc li {
    margin: 0 1rem; }
    .header-nav-menu--pc li a {
      color: #fff;
      font-size: 1.4rem;
      text-decoration: none;
      position: relative;
      -webkit-transition: fill .3s;
      transition: fill .3s; }
      .header-nav-menu--pc li a:after {
        content: "";
        display: block;
        width: 0;
        height: 1px;
        position: absolute;
        bottom: -4px;
        left: 0; }
      .header-bg-white .header-nav-menu--pc li a {
        color: #212121; }
    .header-nav-menu--pc li.megamenu--active a:after {
      background-color: #fff;
      width: 100%; }
      .header-bg-white .header-nav-menu--pc li.megamenu--active a:after {
        background-color: #212121; }
    .header-nav-menu--pc li.megamenu--search {
      padding: 0 1rem; }
      .header-nav-menu--pc li.megamenu--search svg {
        width: 16px;
        fill: #fff;
        -webkit-transition: fill .3s;
        transition: fill .3s; }
        .header-bg-white .header-nav-menu--pc li.megamenu--search svg {
          fill: #212121; }
      .header-nav-menu--pc li.megamenu--search a:after {
        background-color: transparent !important; }
    .header-nav-menu--pc li.megamenu--OnlineStore {
      margin-left: 6rem;
      position: relative; }
      .header-nav-menu--pc li.megamenu--OnlineStore:after {
        background-color: #fff;
        content: "";
        display: block;
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -4rem;
        margin: auto; }
        .header-bg-white .header-nav-menu--pc li.megamenu--OnlineStore:after {
          background-color: #212121; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー 検索 */
#header-nav-megamenu--search {
  padding: 3rem 0; }

.nav-search form {
  max-width: 400px;
  margin: auto; }
.nav-search .search__item {
  border-radius: 4px;
  border: 1px solid #ADADAD;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.nav-search .search__input {
  border: none;
  font-family: inherit;
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem;
  width: 350px;
  height: 45px; }
  @media only screen and (max-width: 768px) {
    .nav-search .search__input {
      width: calc(100% - 50px); } }
.nav-search .search__submit {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  background-color: #fff;
  border: 0px;
  width: 50px;
  height: 45px;
  background-image: url(../images/common/icon/icon_search_02.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 14px 14px;
  -webkit-transition: background .3s;
  transition: background .3s; }
  .nav-search .search__submit::-webkit-search-decoration {
    display: none; }
  .nav-search .search__submit::focus {
    outline-offset: -2px; }
  .nav-search .search__submit:hover {
    background-color: #F5F5F5; }
    @media only screen and (max-width: 768px) {
      .nav-search .search__submit:hover {
        background-color: #fff; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー メガメニュー */
.megamenu-bg {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  top: 0;
  cursor: pointer; }
  @media only screen and (max-width: 960px) {
    .megamenu-bg {
      display: none !important; } }

.megamenu {
  background-color: #fff;
  max-width: 1200px;
  margin: auto;
  padding: 4rem;
  width: 95%;
  position: absolute;
  top: 137px;
  left: 0;
  right: 0;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  visibility: hidden;
  opacity: 0;
  z-index: -1; }
  .header-bg-white .megamenu {
    top: 0; }
  .megamenu-container {
    min-height: 320px; }
  .megamenu-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s opacity;
    transition: 0.5s opacity;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    top: 0; }
    .header-bg-white .megamenu-wrapper {
      top: 137px; }
    .megamenu-wrapper.megamenu-search--active {
      background-color: transparent; }
    .header-news--none + .megamenu-wrapper .megamenu {
      top: 60px; }
    .header-news--none + .megamenu-wrapper.header-bg-white {
      top: 60px; }
      .header-news--none + .megamenu-wrapper.header-bg-white .megamenu {
        top: 0; }
    @media only screen and (max-width: 960px) {
      .megamenu-wrapper {
        display: none !important; } }
  .megamenu--active {
    opacity: 1;
    visibility: visible;
    z-index: 1000; }
    .megamenu--active#megamenu--search {
      width: 100%;
      padding: 1.8rem 1rem;
      -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
              box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2); }
      .megamenu--active#megamenu--search .megamenu-container {
        min-height: auto; }
    .megamenu--active .megamenu-bg {
      visibility: visible;
      opacity: 1;
      z-index: -1; }
  .megamenu-title {
    width: 290px;
    -ms-flex-item-align: center;
        align-self: center; }
    .megamenu-title h3 {
      font-size: 3.2rem;
      line-height: 1.5;
      font-weight: 500; }
  .megamenu-nav {
    width: calc(100% - 290px);
    overflow: hidden; }
    .megamenu-nav .scroll-wrapper {
      height: 100%;
      overflow-y: auto; }
    .megamenu-nav ul {
      display: grid;
      gap: 4.3rem;
      grid-template-columns: repeat(4, 1fr);
      margin: auto;
      position: relative;
      width: 100%; }
      .megamenu-nav ul li {
        width: 100%; }
      .megamenu-nav ul a {
        display: block;
        text-decoration: none; }
      .megamenu-nav ul + ul {
        margin-top: 2.5rem;
        padding-top: 3rem;
        border-top: 1px solid #DEDEDE; }
      .megamenu-nav ul + .megamenu-nav__title {
        margin-top: 6rem; }
      .megamenu-nav ul.megamenu-nav-product {
        grid-template-columns: repeat(6, 1fr);
        gap: 4.1rem; }
        .megamenu-nav ul.megamenu-nav-product .megamenu-nav__thumbnail {
          border: none;
          height: 86px; }
        .megamenu-nav ul.megamenu-nav-product .megamenu-nav__text {
          font-size: 1.2rem;
          text-align: center; }
    .megamenu-nav__title {
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: 2rem;
      line-height: 1; }
    .megamenu-nav__thumbnail {
      border: 1px solid #C8C8C8;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      display: block;
      height: 84px; }
    .megamenu-nav__text {
      display: inline-block;
      font-size: 1.4rem;
      margin-top: 0.5rem;
      margin-right: .25rem; }
    .megamenu-nav__en {
      display: inline-block;
      font-size: 1.4rem;
      margin-top: 0.5rem; }
  .megamenu__button {
    margin: 3rem 0 0;
    max-width: 220px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー スマホトグル */
#header-nav-toggle {
  display: none;
  cursor: pointer;
  float: right;
  position: relative;
  padding: 8px 0;
  width: 36px;
  height: 30px;
  z-index: 1000; }
  @media only screen and (max-width: 960px) {
    #header-nav-toggle {
      display: block; } }
  #header-nav-toggle span {
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 36px;
    height: 1px;
    z-index: 999;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out; }
    #header-nav-toggle span:nth-child(1) {
      top: 11px; }
    #header-nav-toggle span:nth-child(2) {
      bottom: 11px; }
    .header-bg-white #header-nav-toggle span {
      background-color: #212121; }
  .header-nav-sp--open #header-nav-toggle span {
    background-color: #212121;
    -webkit-transform: rotate(30deg);
            transform: rotate(30deg);
    top: 15px; }
    .header-nav-sp--open #header-nav-toggle span:nth-child(2) {
      -webkit-transform: rotate(-30deg);
              transform: rotate(-30deg);
      bottom: 15px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー スマホメニュー */
.header-nav-menu--sp {
  padding-bottom: 6rem; }
  .header-nav-menu--sp .nav-search {
    margin-top: 4rem; }
  .header-nav-menu--sp .header-nav-button {
    max-width: 400px;
    margin: 3rem auto 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ヘッダー アコーディオンメニュー */
.header-menu-link--sp a {
  border-bottom: 1px solid #DEDEDE;
  display: block;
  padding: 2rem 4rem 2rem 1rem;
  position: relative;
  text-decoration: none; }
  .header-menu-link--sp a span {
    font-size: 1.6rem; }
  .header-menu-link--sp a svg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
    width: 20px;
    height: 20px; }
  .header-menu-link--sp a:hover {
    color: #755546; }
    @media only screen and (max-width: 768px) {
      .header-menu-link--sp a:hover {
        color: inherit; } }
    .header-menu-link--sp a:hover svg {
      fill: #755546; }
      @media only screen and (max-width: 768px) {
        .header-menu-link--sp a:hover svg {
          fill: inherit; } }

.header-menu-accordion .accordion__title {
  border-top: 1px solid #DEDEDE;
  cursor: pointer;
  font-size: 1.6rem;
  padding: 2rem 4rem 2rem 1rem;
  position: relative; }
  .header-menu-accordion .accordion__title .accordion__button {
    border: 1px solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 1rem;
    margin: auto;
    width: 21px;
    height: 21px; }
    .header-menu-accordion .accordion__title .accordion__button:before {
      background-color: #212121;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 1px;
      height: 12px;
      opacity: 1;
      -webkit-transition: opacity .3s, -webkit-transform .3s;
      transition: opacity .3s, -webkit-transform .3s;
      transition: transform .3s, opacity .3s;
      transition: transform .3s, opacity .3s, -webkit-transform .3s; }
    .header-menu-accordion .accordion__title .accordion__button:after {
      background-color: #212121;
      content: "";
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 12px;
      height: 1px; }
  .header-menu-accordion .accordion__title:hover {
    color: #755546; }
    @media only screen and (max-width: 768px) {
      .header-menu-accordion .accordion__title:hover {
        color: inherit; } }
    .header-menu-accordion .accordion__title:hover .accordion__button {
      border: 1px solid #755546; }
      @media only screen and (max-width: 768px) {
        .header-menu-accordion .accordion__title:hover .accordion__button {
          border-color: #212121; } }
      .header-menu-accordion .accordion__title:hover .accordion__button:before, .header-menu-accordion .accordion__title:hover .accordion__button:after {
        background-color: #755546; }
        @media only screen and (max-width: 768px) {
          .header-menu-accordion .accordion__title:hover .accordion__button:before, .header-menu-accordion .accordion__title:hover .accordion__button:after {
            background-color: #212121; } }
  .header-menu-accordion .accordion__title.open {
    color: #755546; }
    .header-menu-accordion .accordion__title.open .accordion__button {
      border: 1px solid #755546;
      border-radius: 50%;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1rem;
      margin: auto;
      width: 21px;
      height: 21px; }
      .header-menu-accordion .accordion__title.open .accordion__button:before {
        opacity: 0;
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .header-menu-accordion .accordion__title.open .accordion__button:after {
        background-color: #755546; }
.header-menu-accordion.accordion--04 {
  border-bottom: 1px solid #DEDEDE; }
.header-menu-accordion .accordion__item {
  border-top: 1px solid #DEDEDE;
  padding-left: 2rem;
  display: none; }
  .header-menu-accordion .accordion__item--top {
    border-bottom: 1px dotted #DEDEDE;
    display: block;
    padding: 2rem 4rem 2rem 1.5rem;
    position: relative;
    text-decoration: none; }
    .header-menu-accordion .accordion__item--top span {
      font-size: 1.4rem; }
    .header-menu-accordion .accordion__item--top svg {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 1rem;
      margin: auto;
      width: 24px;
      height: 5px; }
    .header-menu-accordion .accordion__item--top:hover {
      color: #755546; }
      @media only screen and (max-width: 768px) {
        .header-menu-accordion .accordion__item--top:hover {
          color: inherit; } }
      .header-menu-accordion .accordion__item--top:hover svg {
        fill: #755546; }
        @media only screen and (max-width: 768px) {
          .header-menu-accordion .accordion__item--top:hover svg {
            fill: inherit; } }
  .header-menu-accordion .accordion__item ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: auto;
    padding-left: 1rem;
    margin: 2rem 0;
    position: relative;
    width: 100%;
    display: grid;
    gap: 2rem 1.9rem;
    grid-template-columns: repeat(2, 1fr); }
    .header-menu-accordion .accordion__item ul a {
      display: block;
      text-decoration: none; }
    .header-menu-accordion .accordion__item ul + ul {
      padding-top: 3rem; }
      .header-menu-accordion .accordion__item ul + ul:before {
        background-color: #DEDEDE;
        content: "";
        display: block;
        width: calc(100% - 2rem);
        height: 1px;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: auto; }
    .header-menu-accordion .accordion__item ul + .accordion__item__title {
      border-top: 1px dotted #DEDEDE; }
    .header-menu-accordion .accordion__item ul.product-menu-accordion .accordion__thumbnail {
      background-color: #fff;
      border: none;
      background-size: contain; }
.header-menu-accordion .accordion__item__title {
  color: #797979;
  font-size: 1.2rem;
  padding-left: 1rem;
  padding-top: 1rem; }
.header-menu-accordion .accordion__thumbnail {
  border: 1px solid #C8C8C8;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #F5F5F5;
  display: block;
  min-height: 70px;
  padding-top: 50%; }
.header-menu-accordion .accordion__text {
  display: block;
  font-size: 1.4rem;
  line-height: 1.2;
  margin-top: .5rem; }
  .header-menu-accordion .accordion__text .text {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2;
    margin-right: .25rem; }
  .header-menu-accordion .accordion__text .en {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.2; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: フッター */
.footer {
  background-color: #fff;
  border-top: 1px solid rgba(57, 45, 45, 0.15);
  position: relative; }
  .footer-nav-container {
    padding: 4rem 0 6rem; }
  .footer-nav-menu {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 362px;
    margin: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 425px) {
      .footer-nav-menu {
        max-width: 290px; } }
    .footer-nav-menu li {
      white-space: nowrap;
      margin: .75rem 0; }
      .footer-nav-menu li:nth-child(odd) {
        width: 116px; }
      .footer-nav-menu li:nth-child(even) {
        width: 131px; }
      @media only screen and (max-width: 425px) {
        .footer-nav-menu li:nth-child(odd) {
          width: 120px; }
        .footer-nav-menu li:nth-child(even) {
          width: 130px; } }
    .footer-nav-menu a {
      font-size: 1.4rem;
      -webkit-transition: color .3s;
      transition: color .3s;
      text-decoration: none; }
      .footer-nav-menu a:hover {
        color: #6F6F6F; }
        @media only screen and (max-width: 768px) {
          .footer-nav-menu a:hover {
            color: inherit; } }
  .footer-nav-sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 3rem; }
    .footer-nav-sns li {
      margin: 0 1rem; }
      @media only screen and (max-width: 768px) {
    .footer-nav-sns li {
      margin: 0 0.6rem; } }
    .footer-nav-sns a {
      background-color: #E6E6E6;
      border-radius: 50%;
      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;
      text-decoration: none;
      -webkit-transition: background .3s;
      transition: background .3s;
      width: 42px;
      height: 42px; }
      .footer-nav-sns a svg {
        fill: #392D2D;
        -webkit-transition: fill .3s;
        transition: fill .3s; }
        .footer-nav-sns a svg .b {
          fill: rgba(0, 0, 0, 0); }
      .footer-nav-sns a:hover {
        background-color: #392D2D; }
        @media only screen and (max-width: 768px) {
          .footer-nav-sns a:hover {
            background-color: #E6E6E6;
            color: inherit; } }
        .footer-nav-sns a:hover svg {
          fill: #fff; }
          @media only screen and (max-width: 768px) {
            .footer-nav-sns a:hover svg {
              fill: inherit; } }
    .footer-nav-sns--insta img {
      width: 16px; }
    .footer-nav-sns--youtube svg {
      width: 18px; }
    .footer-nav-sns--twitter img {
      width: 18px; }
    .footer-nav-sns--facebook img {
      width: 10px; }
  .footer-nav-sub {
    background-color: #392D2D; }
    .footer-nav-sub-container {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 4rem 0; }
    .footer-nav-sub-menu {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      width: 49%; }
      @media only screen and (max-width: 768px) {
        .footer-nav-sub-menu {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 1rem;
          width: 100%; } }
      .footer-nav-sub-menu li {
        margin-right: 4rem; }
        .footer-nav-sub-menu li:last-child {
          margin-right: 0; }
        @media only screen and (max-width: 768px) {
          .footer-nav-sub-menu li {
            margin-bottom: 2rem; } }
        @media only screen and (max-width: 425px) {
          .footer-nav-sub-menu li {
            margin-right: 0;
            width: 50%; } }
      .footer-nav-sub-menu a {
        color: #BAB0B0;
        font-size: 1.2rem;
        text-decoration: none; }
    .footer-nav-sub-copyright {
      color: #BAB0B0;
      font-size: 1.2rem;
      text-align: right;
      width: 49%; }
      @media only screen and (max-width: 768px) {
        .footer-nav-sub-copyright {
          text-align: center;
          width: 100%; } }

#pagetop {
  position: fixed;
  right: 2%;
  bottom: 60px;
  z-index: 4; }
  @media only screen and (max-width: 768px) {
    #pagetop {
      bottom: 20px; } }
  #pagetop.pagetop--footerfix {
    position: absolute;
    top: -32px;
    bottom: auto; }
    @media only screen and (max-width: 768px) {
      #pagetop.pagetop--footerfix {
        top: -22px; } }
  #pagetop a {
    border-radius: 50%;
    -webkit-box-shadow: 0 0 8px gray;
            box-shadow: 0 0 8px gray;
    display: block;
    overflow: hidden;
    width: 64px;
    height: 64px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s; }
    @media only screen and (max-width: 768px) {
      #pagetop a {
        width: 44px;
        height: 44px; } }
    #pagetop a img {
      width: 64px;
      height: 64px; }
      @media only screen and (max-width: 768px) {
        #pagetop a img {
          width: 44px;
          height: 44px; } }
    #pagetop a:hover {
      -webkit-box-shadow: 0 0 4px gray;
              box-shadow: 0 0 4px gray; }
      @media only screen and (max-width: 768px) {
        #pagetop a:hover {
          -webkit-box-shadow: 0 0 8px gray;
                  box-shadow: 0 0 8px gray; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: パンくずリスト*/
.header-breadcrumb {
  max-width: 1200px;
  width: 90%;
  margin: 3rem auto; }
  @media only screen and (max-width: 768px) {
    .header-breadcrumb {
      margin: 2rem auto; } }
  @media only screen and (max-width: 425px) {
    .header-breadcrumb {
      display: none; } }
  .header-breadcrumb li {
    display: inline-block;
    font-size: 12px; }
    .header-breadcrumb li span {
      font-size: 12px; }
    .header-breadcrumb li a {
      font-size: 12px;
      color: #507C9D; }
    .header-breadcrumb li + li:before {
      content: '>';
      padding: 0 0.5em; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページネーション*/
@media only screen and (max-width: 768px) {
  .pagination {
    margin: 2rem auto; } }
.pagination .nav-links {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0; }
  @media only screen and (max-width: 960px) {
    .pagination .nav-links {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .pagination .nav-links > * {
    margin-right: -1px; }
    .pagination .nav-links > *:last-child {
      margin: 0; }
  .pagination .nav-links span,
  .pagination .nav-links a {
    border: 1px solid #adadad;
    background: #fff;
    color: #212121;
    font-size: 14px;
    line-height: 2.5714285714;
    text-align: left;
    -webkit-transition: .3s;
    transition: .3s;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 44px;
    height: 44px;
    text-decoration: none; }
  .pagination .nav-links svg {
    -webkit-transition: .3s;
    transition: .3s;
    fill: #212121; }
  .pagination .nav-links a:hover {
    background: #58463d;
    border-color: #58463d;
    color: #fff; }
    @media only screen and (max-width: 960px) {
      .pagination .nav-links a:hover {
        border: 1px solid #adadad;
        background: #fff;
        color: #212121; } }
  .pagination .nav-links a.page-arrows:hover svg, .pagination .nav-links a.page-arrow:hover svg {
    fill: #fff; }
    @media only screen and (max-width: 960px) {
      .pagination .nav-links a.page-arrows:hover svg, .pagination .nav-links a.page-arrow:hover svg {
        fill: #212121; } }
  .pagination .nav-links span.page-arrows svg, .pagination .nav-links span.page-arrow svg {
    fill: #d1d1d1; }
  .pagination .nav-links .current {
    background: #58463d;
    border-color: #58463d;
    color: #fff; }
  .pagination .nav-links .prev.page-arrows {
    border-radius: 4px 0 0 4px; }
  .pagination .nav-links .next.page-arrows {
    border-radius: 0px 4px 4px 0px; }

.product-pagination .product-count, .purchase-pagination .purchase-count, .archives-header .post-count, .archives-footer .post-count {
  font-size: 14px;
  line-height: 2.5714285714;
  color: #212121; }

.product-list-title .post-count, .purchase-list-pref .purchase-count, .purchase-list-title .post-count, .category-header .post-count, .archives-header .archives-title .post-count, .archives-header-404 .archives-title .post-count {
  display: inline-block;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-left: 2rem;
  color: #9d3600; }
  @media only screen and (max-width: 960px) {
    .product-list-title .post-count, .purchase-list-pref .purchase-count, .purchase-list-title .post-count, .category-header .post-count, .archives-header .archives-title .post-count, .archives-header-404 .archives-title .post-count {
      font-size: 2rem; } }
  .product-list-title .post-count small, .purchase-list-pref .purchase-count small, .purchase-list-title .post-count small, .category-header .post-count small, .archives-header .archives-title .post-count small, .archives-header-404 .archives-title .post-count small {
    font-weight: 500;
    font-size: 1.4rem;
    color: #9d3600; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム */
.home .main {
  background-color: #fff; }

.section-title-line {
  font-size: 3.2rem;
  font-weight: 500;
  padding-left: 7.5rem;
  position: relative; }
  .section-title-line:after {
    background-color: #212121;
    content: "";
    display: block;
    position: absolute;
    top: 3.2rem;
    left: 0;
    margin: auto;
    width: 60px;
    height: 1px; }
    @media only screen and (max-width: 768px) {
      .section-title-line:after {
        top: 1.6rem; }
        .home .section-title-line:after {
          top: 2rem; } }
  @media only screen and (max-width: 768px) {
    .section-title-line {
      font-size: 3rem;
      line-height: 1.2;
      padding-left: 5.5rem; }
      .section-title-line:after {
        width: 40px; } }
  .section-title-line small {
    color: #6C6C6C;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    margin-left: 2rem;
    vertical-align: 2px;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .section-title-line small {
        font-size: 1.2rem;
        margin-left: 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム スライダー */
.home-kv.slider-kv.slick-dotted.slick-slider {
  margin-bottom: 0; }
.home-kv.slider-kv .slick-slide {
  background-color: #212121;
  overflow: hidden;
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .home-kv.slider-kv .slick-slide {
      height: 554px; } }
.home-kv .flex-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  height: 100%;
  margin: auto;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .home-kv .flex-box {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 8rem; } }
.home-kv .slider-kv__text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding-bottom: 5px; }
  @media only screen and (max-width: 768px) {
    .home-kv .slider-kv__text {
      padding-bottom: 0; } }
  .home-kv .slider-kv__text span {
    font-size: 3.2rem;
    line-height: 1.2;
    padding-right: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .home-kv .slider-kv__text span {
        font-size: 2.4rem; } }
  .home-kv .slider-kv__text svg {
    width: 25px;
    height: 25px; }
.home-kv .slider-kv__shoulder {
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 1.4rem; }
  .home-kv .slider-kv__shoulder + .slider-kv__text {
    margin-top: 1rem;
    padding-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム メッセージエリア */
.home-concept {
  padding: 8rem 5px;
  width: 95%; }
  @media only screen and (max-width: 768px) {
    .home-concept {
      padding: 6rem 0 10rem; } }
  .home-concept .flex-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 768px) {
      .home-concept .flex-box {
        display: block; } }
  .home-concept .home-concept__hdg {
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    -webkit-transition-duration: 1.5s;
            transition-duration: 1.5s;
    -webkit-transition-delay: .5s;
            transition-delay: .5s;
    width: 45%; }
    .home-concept .home-concept__hdg p {
      font-size: 3.2rem;
      font-weight: 500; }
    .home-concept .home-concept__hdg.fade-text {
      opacity: 1; }
    @media only screen and (max-width: 768px) {
      .home-concept .home-concept__hdg {
        width: 100%;
        text-align: center;
        margin-bottom: 1.5rem; }
        .home-concept .home-concept__hdg p {
          font-size: 2.4rem; } }
  .home-concept .home-concept__text {
    width: 45%;
    margin-left: 5%;
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s; }
    .home-concept .home-concept__text.fade-text {
      opacity: 1; }
    .home-concept .home-concept__text p {
      font-size: 1.6rem;
      margin-bottom: 2rem; }
      @media only screen and (max-width: 768px) {
        .home-concept .home-concept__text p {
          font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      .home-concept .home-concept__text {
        width: 100%;
        margin-left: 0;
        text-align: center; } }
  .home-concept__button {
    opacity: 0;
    -webkit-transition: opacity 2s;
    transition: opacity 2s;
    -webkit-transition-duration: 2s;
            transition-duration: 2s;
    -webkit-transition-delay: 2.5s;
            transition-delay: 2.5s; }
    .home-concept__button a {
      max-width: 280px;
      margin: 3rem 0 0; }
      @media only screen and (max-width: 768px) {
        .home-concept__button a {
          margin: 3rem auto 0; } }
  .home-concept .fade-text .home-concept__button {
    opacity: 1; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム ギャラリー */
.home-gallery {
  pointer-events: none;
  overflow: hidden;
  height: 440px; }
  .home-gallery__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .home-gallery .simpleParallax {
    width: 100%;
    height: 440px;
    position: relative; }
    .home-gallery .simpleParallax img {
      display: block;
      margin: auto;
      width: auto !important;
      height: 100% !important; }
  .home-gallery img {
    opacity: 0;
    width: 100%; }

.home-gallery-list {
  justify-content: center;
  gap: 30px;
  margin: 0 -5px; }
  @media only screen and (max-width: 768px) {
    .home-gallery-list {
      justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .home-gallery-list-container {
    padding: 14rem 0 8rem; }
    @media only screen and (max-width: 768px) {
      .home-gallery-list-container {
        padding: 8rem 0; } }
  .home-gallery-list > * {
    width: 20%; }
    @media only screen and (max-width: 768px) {
      .home-gallery-list > * {
        width: calc(50% - 20px); } }
  .home-gallery-list a {
    display: block;
    text-decoration: none;
    overflow: hidden;
    position: relative; }
  .home-gallery-list__button {
    margin-top: 3rem; }
    @media only screen and (max-width: 768px) {
      .home-gallery-list__button {
        margin-top: 4rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム 薪火を楽しむ */
.home-enjoy {
  background-color: #DCE3E5; }
  .home-enjoy-container {
    padding: 6rem 0; }
    @media only screen and (max-width: 768px) {
      .home-enjoy-container {
        padding: 4rem 0;
        width: 100%; } }
  .home-enjoy-title {
    text-align: center; }
    .home-enjoy-title__copy {
      font-size: 1.4rem;
      line-height: 1.4; }
    .home-enjoy-title__text {
      font-size: 4.4rem;
      line-height: 1;
      margin-top: 2rem; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-title__text {
          font-size: 4rem; } }
  .home-enjoy-menu {
    position: relative; }
    .home-enjoy-menu__pcbg {
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding-top: 50.3333333333%;
      z-index: 0;
      -webkit-animation: bgAnime 4s infinite;
              animation: bgAnime 4s infinite; }
      .home-enjoy-menu__pcbg.img01 {
        background-image: url(../images/home/enjoy-bg_pc01.png); }
      .home-enjoy-menu__pcbg.img02 {
        background-image: url(../images/home/enjoy-bg_pc02.png);
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .home-enjoy-menu__pcbg.img03 {
        background-image: url(../images/home/enjoy-bg_pc03.png);
        -webkit-animation-delay: 2s;
                animation-delay: 2s; }
      .home-enjoy-menu__pcbg.img04 {
        background-image: url(../images/home/enjoy-bg_pc04.png);
        -webkit-animation-delay: 3s;
                animation-delay: 3s; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-menu__pcbg {
          display: none; } }
    .home-enjoy-menu__spbg {
      display: none;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: cover;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 0;
      -webkit-animation: bgAnime 2s infinite;
              animation: bgAnime 2s infinite;
      padding-top: 100%; }
      .home-enjoy-menu__spbg.img01 {
        background-image: url(../images/home/illust_house_frame_01.png); }
      .home-enjoy-menu__spbg.img02 {
        background-image: url(../images/home/illust_house_frame_02.png);
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .home-enjoy-menu__spbg.img03 {
        background-image: url(../images/home/illust_house_frame_03.png);
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .home-enjoy-menu__spbg.img04 {
        background-image: url(../images/home/illust_house_frame_04.png);
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s; }
      .home-enjoy-menu__spbg.img05 {
        padding-top: calc(269/375*100%);
        background-image: url(../images/home/illust_garden_frame_01.png); }
      .home-enjoy-menu__spbg.img06 {
        padding-top: calc(269/375*100%);
        background-image: url(../images/home/illust_garden_frame_02.png);
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .home-enjoy-menu__spbg.img07 {
        padding-top: calc(269/375*100%);
        background-image: url(../images/home/illust_garden_frame_03.png);
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .home-enjoy-menu__spbg.img08 {
        padding-top: calc(269/375*100%);
        background-image: url(../images/home/illust_garden_frame_04.png);
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s; }
      .home-enjoy-menu__spbg.img09 {
        padding-top: calc(281/375*100%);
        background-image: url(../images/home/illust_garden_field_01.png); }
      .home-enjoy-menu__spbg.img10 {
        padding-top: calc(281/375*100%);
        background-image: url(../images/home/illust_garden_field_02.png);
        -webkit-animation-delay: .5s;
                animation-delay: .5s; }
      .home-enjoy-menu__spbg.img11 {
        padding-top: calc(281/375*100%);
        background-image: url(../images/home/illust_garden_field_03.png);
        -webkit-animation-delay: 1s;
                animation-delay: 1s; }
      .home-enjoy-menu__spbg.img12 {
        padding-top: calc(281/375*100%);
        background-image: url(../images/home/illust_garden_field_04.png);
        -webkit-animation-delay: 1.5s;
                animation-delay: 1.5s; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-menu__spbg {
          display: block; } }
@-webkit-keyframes bgAnime {
  0% {
    z-index: 0; }
  5% {
    z-index: 2; }
  25% {
    z-index: 2; }
  30% {
    z-index: 0; }
  100% {
    z-index: 0; } }
@keyframes bgAnime {
  0% {
    z-index: 0; }
  5% {
    z-index: 2; }
  25% {
    z-index: 2; }
  30% {
    z-index: 0; }
  100% {
    z-index: 0; } }
    .home-enjoy-menu-list {
      margin: 3rem auto;
      padding-top: 50.3333333333%;
      position: relative;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat;
      z-index: 2; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-menu-list {
          padding-top: 0;
          background: none;
          margin-bottom: 6rem; } }
      .home-enjoy-menu-list li {
        position: absolute;
        display: block;
        width: 167px;
        height: 134px; }
        @media only screen and (max-width: 768px) {
          .home-enjoy-menu-list li {
            position: relative;
            width: 100%;
            height: auto; }
            .home-enjoy-menu-list li:first-child {
              margin-top: 3rem; } }
        .home-enjoy-menu-list li:nth-child(1) {
          bottom: 6.4569536424%;
          right: 11.5833333333%; }
          @media only screen and (max-width: 768px) {
            .home-enjoy-menu-list li:nth-child(1) {
              padding-top: calc(306/375*100%);
              bottom: 0;
              right: 0; } }
        .home-enjoy-menu-list li:nth-child(2) {
          bottom: 4.4701986755%;
          left: 2.25%; }
          @media only screen and (max-width: 768px) {
            .home-enjoy-menu-list li:nth-child(2) {
              padding-top: calc(223/375*100%);
              bottom: 0;
              left: 0; } }
        .home-enjoy-menu-list li:nth-child(3) {
          top: 11.7549668874%;
          left: 5.9166666667%; }
          @media only screen and (max-width: 768px) {
            .home-enjoy-menu-list li:nth-child(3) {
              padding-top: calc(223/375*100%);
              top: 0;
              left: 0; } }
      .home-enjoy-menu-list a {
        display: block;
        text-decoration: none;
        padding: 1rem 2rem;
        background-color: #fff;
        position: relative;
        -webkit-transition: .3s;
        transition: .3s; }
        @media only screen and (max-width: 768px) {
          .home-enjoy-menu-list a {
            width: 90%;
            margin: auto;
            z-index: 2; } }
        .home-enjoy-menu-list a:hover {
          background-color: #212121;
          color: #fff; }
          .home-enjoy-menu-list a:hover .icon {
            background-image: url(../images/common/icon/icon_arrow_03.svg); }
          .home-enjoy-menu-list a:hover .zoom {
            opacity: 1; }
          @media only screen and (max-width: 768px) {
            .home-enjoy-menu-list a:hover {
              background-color: #fff;
              color: inherit; }
              .home-enjoy-menu-list a:hover .icon {
                background-image: url(../images/common/icon/icon_arrow_02.svg); } }
    .home-enjoy-menu__no {
      border-bottom: 1px solid;
      font-size: 1.4rem;
      text-align: center;
      width: 3.2rem; }
    .home-enjoy-menu__text {
      font-size: 3.2rem;
      line-height: 1;
      position: relative;
      margin-top: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-menu__text {
          display: inline-block;
          margin: 0 .25rem 0 0;
          line-height: 1.6; } }
    .home-enjoy-menu__en {
      font-size: 1.6rem;
      line-height: 1;
      margin-top: 1.2rem; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-menu__en {
          display: inline-block;
          line-height: 1.6; } }
    .home-enjoy-menu .icon {
      width: 20px;
      height: 20px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 2rem;
      margin: auto;
      background-image: url(../images/common/icon/plus.svg);
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-menu .icon {
          background-image: url(../images/common/icon/icon_arrow_02.svg);
          width: 36px;
          height: 36px; } }
    .home-enjoy-menu .zoom {
      background-color: #fff;
      background-repeat: no-repeat;
      background-position: top center;
      background-size: contain;
      border: 4px solid #fff;
      border-radius: 50%;
      -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
              box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
      pointer-events: none;
      position: absolute;
      z-index: -1;
      opacity: 0;
      width: calc(477 / 167 * 100%);
      height: calc(477 / 121 * 100%);
      -webkit-transition: .3s;
      transition: .3s; }
      .home-enjoy-menu .zoom.scene01 {
        background-image: url(../images/home/enjoy-bg-hover.png);
        top: -300%;
        left: -150%; }
      .home-enjoy-menu .zoom.scene02 {
        background-image: url(../images/home/enjoy-bg-hover2.png);
        bottom: -80%;
        left: 150%; }
      .home-enjoy-menu .zoom.scene03 {
        background-image: url(../images/home/enjoy-bg-hover3.png);
        left: 40%;
        top: -130%; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-menu .zoom {
          display: none; } }
  @media only screen and (max-width: 768px) {
    .home-enjoy-catmenu {
      width: 90%;
      margin: auto; } }
  .home-enjoy-catmenu-title {
    margin-bottom: 0.7rem; }
    .home-enjoy-catmenu-title__text {
      font-size: 2rem;
      padding-left: 5.5rem; }
      .home-enjoy-catmenu-title__text:after {
        width: 40px;
        top: 0;
        bottom: 0; }
  .home-enjoy-catmenu-list {
    max-width: 1130px;
    margin: auto;
    width: 95%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      .home-enjoy-catmenu-list {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 100%;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .home-enjoy-catmenu-list__item {
      display: block;
      text-decoration: none;
      width: 115px;
      -webkit-transition: .3s;
      transition: .3s; }
      @media only screen and (max-width: 768px) {
        .home-enjoy-catmenu-list__item {
          margin: 2rem; } }
      @media only screen and (max-width: 425px) {
        .home-enjoy-catmenu-list__item {
          width: calc(50% - 4rem); } }
      .home-enjoy-catmenu-list__item:hover {
        opacity: .6; }
        @media only screen and (max-width: 768px) {
          .home-enjoy-catmenu-list__item:hover {
            opacity: 1; } }
  .home-enjoy-catmenu__text {
    font-size: 1.4rem;
    text-align: center;
    line-height: 1.5714285714; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム 体験する */
.home-experience-container {
  padding: 7rem 0 0; }
  @media only screen and (max-width: 768px) {
    .home-experience-container {
      padding: 6rem 0 0;
      width: 100%; } }
.home-experience-title {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .home-experience-title {
      width: 90%;
      margin: 0 auto 1rem; } }

.home-experience-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-experience-list > * {
    width: calc((100% /2) - 2%);
    margin: 2rem 3% 2rem 0;
    text-decoration: none; }
    .home-experience-list > *:nth-of-type(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .home-experience-list > * {
        width: 100%;
        margin-right: 0; }
        .home-experience-list > *:nth-of-type(2n) {
          margin-right: 0; } }
  .home-experience-list a {
    display: block;
    text-decoration: none; }
    .home-experience-list a img {
      width: 100%; }
  .home-experience-list p {
    margin-top: 1rem; }
    .home-experience-list p span {
      font-size: 1.4rem; }
    .home-experience-list p svg {
      margin-left: 1rem;
      vertical-align: 3px; }
    @media only screen and (max-width: 768px) {
      .home-experience-list p {
        width: 90%;
        margin: 1rem auto 0; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム 購入する */
.home-purchase-container {
  padding: 2.5rem 0 5rem; }
  @media only screen and (max-width: 768px) {
    .home-purchase-container {
      padding: 6rem 0 0;
      width: 100%; } }
.home-purchase-title {
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .home-purchase-title {
      width: 90%;
      margin: 0 auto 1rem; } }

.home-purchase-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .home-purchase-list > * {
    width: calc((100% /3) - 2%);
    margin: 3rem 3% 0 0; }
    .home-purchase-list > *:nth-of-type(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 768px) {
      .home-purchase-list > * {
        width: calc((100% /2) - 2%);
        width: 100%;
        margin-right: 0; }
        .home-purchase-list > *:nth-of-type(3n) {
          margin-right: 0; }
        .home-purchase-list > *:nth-of-type(2n) {
          margin-right: 0; } }
  .home-purchase-list a {
    display: block;
    text-decoration: none; }
    .home-purchase-list a img {
      width: 100%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム 火と人と */
.home-column {
  background-color: #2D467E;
  margin: 5rem auto;
  overflow: hidden;
  height: 500px; }
  @media only screen and (max-width: 768px) {
    .home-column {
      background-color: #2D467E;
      width: 100%;
      margin: 10rem 0 0;
      height: auto; } }
  .home-column .flex-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media only screen and (max-width: 768px) {
      .home-column .flex-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .home-column a {
    text-decoration: none; }
    .home-column a:hover .button--stdwhite {
      background-color: #2D467E; }
      @media only screen and (max-width: 768px) {
        .home-column a:hover .button--stdwhite {
          background-color: #2D467E; } }
  .home-column .container {
    padding: 0;
    width: 100%;
    max-width: 1366px; }
  .home-column .home-column-image {
    background-image: url(../images/home/home-column_01.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: calc(100% - 480px);
    height: 500px; }
    @media only screen and (max-width: 960px) {
      .home-column .home-column-image {
        width: 55%; } }
    @media only screen and (max-width: 768px) {
      .home-column .home-column-image {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        max-height: 250px;
        padding-top: 50%;
        width: 100%; } }
  @media only screen and (max-width: 768px) {
    .home-column .home-column-title {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .home-column .home-column-title-wrapper {
    width: 480px;
    padding: 5rem 1rem;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .home-column .home-column-title-wrapper {
        display: block;
        width: 100%;
        margin-top: 4rem;
        padding: 6rem 0; } }
  .home-column .home-column-title h2 {
    color: #fff;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 1rem;
    padding-top: 6.5rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .home-column .home-column-title h2 {
        padding-top: 0;
        margin-right: 1rem; } }
    .home-column .home-column-title h2:after {
      background-color: #fff;
      content: "";
      display: block;
      width: 1px;
      height: 60px;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        .home-column .home-column-title h2:after {
          height: 40px;
          top: -50px; } }
    .home-column .home-column-title h2 span {
      display: block;
      font-size: 3.2rem; }
  .home-column .home-column-title p {
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .home-column .home-column-title p {
        padding-top: 1rem; } }
    .home-column .home-column-title p span {
      display: block; }
      @media only screen and (max-width: 768px) {
        .home-column .home-column-title p span {
          font-size: 1.2rem; } }
  .home-column__button {
    margin-top: 3rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .home-column__button {
        margin-top: 2.5rem;
        text-align: center; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム Join us! */
.home-joinus-container {
  padding: 5rem 0; }
  @media only screen and (max-width: 768px) {
    .home-joinus-container {
      padding: 6rem 0;
      overflow: hidden; } }
  @media only screen and (max-width: 768px) {
    .home-joinus-container {
      width: 100%; } }
.home-joinus-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem;
  white-space: nowrap; }
  @media only screen and (max-width: 768px) {
    .home-joinus-title {
      margin: auto auto 3rem;
      width: 90%; } }
  @media only screen and (max-width: 425px) {
    .home-joinus-title {
      margin: auto auto 8rem; } }
  .home-joinus-title__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .home-joinus-title__text--main {
      font-size: 3.2rem; }
      @media only screen and (max-width: 768px) {
        .home-joinus-title__text--main {
          font-size: 2.4rem; } }
    .home-joinus-title__text svg {
      width: 23px;
      height: 23px;
      margin: 0.9rem 4rem 0 1.5rem; }
    .home-joinus-title__text--tag {
      background-color: #E6E6E6;
      border-radius: 30px;
      font-size: 1.4rem;
      margin-top: 1rem;
      padding: .5rem 1.5rem;
      vertical-align: middle; }
      @media only screen and (max-width: 425px) {
        .home-joinus-title__text--tag {
          display: block;
          position: absolute;
          left: 0;
          padding: .7rem 1.5rem;
          bottom: -4.75rem; } }
.home-joinus__button--top {
  margin-top: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .home-joinus__button--top {
      display: none; } }
.home-joinus__button--bottom {
  display: none; }
  @media only screen and (max-width: 768px) {
    .home-joinus__button--bottom {
      display: block;
      margin: 4rem auto 0;
      text-align: center; } }
.home-joinus-gallery {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(5, 1fr); }
  @media only screen and (max-width: 768px) {
    .home-joinus-gallery {
      grid-template-columns: repeat(2, 1fr); } }
  .home-joinus-gallery a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%; }
    .home-joinus-gallery a img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 110%;
      -webkit-transform: translate3d(-50%, -50%, 0px) scale(1.5);
              transform: translate3d(-50%, -50%, 0px) scale(1.5);
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ホーム お知らせ */
.home-news-container {
  padding: 5rem 0 14rem; }
  @media only screen and (max-width: 768px) {
    .home-news-container {
      padding: 3rem 0 10rem; } }
.home-news-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem; }
  @media only screen and (max-width: 768px) {
    .home-news-title {
      margin-bottom: 0; } }
.home-news__button--top {
  margin-top: 1.5rem; }
  @media only screen and (max-width: 768px) {
    .home-news__button--top {
      display: none; } }
.home-news__button--bottom {
  display: none; }
  @media only screen and (max-width: 768px) {
    .home-news__button--bottom {
      display: block;
      margin: 5rem auto 0;
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .home-news__button--bottom {
      margin: 3rem auto 0; } }
.home-news-list__item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #DFDFDF;
  font-size: 1.6rem;
  padding: 2rem 5.5rem 2rem 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color .3s;
  transition: color .3s;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    .home-news-list__item {
      display: block;
      padding: 3rem 0; } }
  .home-news-list__item svg {
    fill: #392D2D;
    -webkit-transition: fill .3s;
    transition: fill .3s; }
  .home-news-list__item:hover {
    color: #6F6F6F; }
    @media only screen and (max-width: 768px) {
      .home-news-list__item:hover {
        color: inherit; } }
    .home-news-list__item:hover svg {
      fill: #6F6F6F; }
      @media only screen and (max-width: 768px) {
        .home-news-list__item:hover svg {
          fill: inherit; } }
.home-news-list-meta {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0; }
  @media only screen and (max-width: 768px) {
    .home-news-list-meta {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 5.5rem; } }
  .home-news-list-meta__item {
    font-size: 1.4rem; }
    .home-news-list-meta__item--cat {
      border: 1px solid;
      font-size: 1.2rem;
      margin: auto 2rem;
      padding: 0 .5rem;
      min-width: 66px;
      text-align: center;
      word-break: keep-all; }
.home-news-list__text {
  font-size: 1.4rem;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
  @media only screen and (max-width: 768px) {
    .home-news-list__text {
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      white-space: normal; } }
  .home-news-list__text-box {
    width: calc(100% - 180px); }
    @media only screen and (max-width: 768px) {
      .home-news-list__text-box {
        width: 100%;
        position: relative;
        padding-right: 5.5rem; } }
.home-news-list svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 22px; }
  @media only screen and (max-width: 768px) {
    .home-news-list svg {
      width: 20px;
      right: 5px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 動画スライド */
.slider-kv-movie {
  opacity: 1; }
  .slider-kv-movie.slick-dotted.slick-slider {
    margin-bottom: 4rem; }
  .slider-kv-movie.slick-initialized {
    opacity: 1;
    visibility: visible; }
  .slider-kv-movie .slick-prev,
  .slider-kv-movie .slick-next {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
    .slider-kv-movie .slick-prev:before,
    .slider-kv-movie .slick-next:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .slider-kv-movie .slick-prev {
    left: 2%; }
    .slider-kv-movie .slick-prev:before {
      -webkit-transform: rotate(45deg) scale(-1, -1);
      transform: rotate(45deg) scale(-1, -1); }
  .slider-kv-movie .slick-next {
    right: 2%; }
    .slider-kv-movie .slick-next:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .slider-kv-movie .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -3rem;
    z-index: 1; }
    .slider-kv-movie .slick-dots li {
      position: relative;
      width: 6px;
      height: 6px;
      margin: 0 4px; }
      .slider-kv-movie .slick-dots li button {
        background-color: #707070;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        padding: 0;
        position: relative;
        opacity: .2; }
        .slider-kv-movie .slick-dots li button:hover, .slider-kv-movie .slick-dots li button:focus {
          outline: none; }
          .slider-kv-movie .slick-dots li button:hover:before, .slider-kv-movie .slick-dots li button:focus:before {
            opacity: 1; }
        .slider-kv-movie .slick-dots li button:before {
          content: none; }
      .slider-kv-movie .slick-dots li.slick-active button {
        background-color: #212121;
        opacity: 1; }
        .slider-kv-movie .slick-dots li.slick-active button:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0px);
                  transform: translate3d(-50%, -50%, 0px);
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border: 1px solid #212121;
          border-radius: 50%; }
  .slider-kv-movie .slider-kv-movie__item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none; }
    .slider-kv-movie .slider-kv-movie__item:after {
      content: "";
      display: block;
      background-color: rgba(255, 255, 255, 0.1);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      opacity: 0;
      z-index: 0; }
    .slider-kv-movie .slider-kv-movie__item:hover:after {
      opacity: 1;
      z-index: 2; }
      @media only screen and (max-width: 768px) {
        .slider-kv-movie .slider-kv-movie__item:hover:after {
          z-index: 0;
          opacity: 0; } }
  .slider-kv-movie .slick-slide {
    background-color: #212121;
    overflow: hidden;
    width: 100%;
    height: 600px;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .slider-kv-movie .slick-slide {
        height: 554px; } }
    .slider-kv-movie .slick-slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 110%;
      -webkit-transform: translate3d(-50%, -50%, 0px);
              transform: translate3d(-50%, -50%, 0px);
      z-index: 0; }
    .slider-kv-movie .slick-slide iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100% !important;
      height: 100% !important;
      margin: auto;
      z-index: 0; }
    .slider-kv-movie .slick-slide video {
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      min-width: 100%;
      min-height: 100%;
      width: auto;
      height: auto;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
    .slider-kv-movie .slick-slide figure {
      position: relative;
      height: 100%; }
    .slider-kv-movie .slick-slide .slide-image {
      opacity: 0;
      height: 100%;
      background-size: cover;
      background-position: center; }
    .slider-kv-movie .slick-slide .slide-image.show {
      opacity: 1; }
    .slider-kv-movie .slick-slide .image-entity {
      width: 100%;
      opacity: 0;
      visibility: hidden; }
  .slider-kv-movie .flex-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    height: 100%;
    margin: auto;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .slider-kv-movie .flex-box {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 8rem; } }
  .slider-kv-movie .slider-kv-movie__text {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding-bottom: 5px; }
    @media only screen and (max-width: 768px) {
      .slider-kv-movie .slider-kv-movie__text {
        padding-bottom: 0; } }
    .slider-kv-movie .slider-kv-movie__text span {
      font-size: 3.2rem;
      line-height: 1.2;
      padding-right: 1.5rem; }
      @media only screen and (max-width: 768px) {
        .slider-kv-movie .slider-kv-movie__text span {
          font-size: 2.4rem; } }
    .slider-kv-movie .slider-kv-movie__text svg {
      width: 25px;
      height: 25px; }
  .slider-kv-movie .slider-kv-movie__shoulder {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 1.4rem; }
    .slider-kv-movie .slider-kv-movie__shoulder + .slider-kv-movie__text {
      margin-top: 1rem;
      padding-bottom: 0; }

.page-title {
  background-color: #212121;
  position: relative;
  overflow: hidden; }
  .page-title.page-title--brand .page-title-text-wrapper {
    height: 460px; }
    @media only screen and (max-width: 768px) {
      .page-title.page-title--brand .page-title-text-wrapper {
        height: 200px; } }
  .page-title .container {
    padding: 0 0 8rem; }
    @media only screen and (max-width: 768px) {
      .page-title .container {
        padding-bottom: 3rem; } }
  .page-title .page-title__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 0; }
    .page-title .page-title__img.img--pc {
      display: block; }
    .page-title .page-title__img.img--sp {
      display: none; }
    @media only screen and (max-width: 768px) {
      .page-title .page-title__img.img--pc {
        display: none; }
      .page-title .page-title__img.img--sp {
        display: block; } }
  .page-title .page-title-text-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: 320px;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 768px) {
      .page-title .page-title-text-wrapper {
        height: 200px; } }
  .page-title .page-title__shoulder {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .page-title .page-title__shoulder {
        font-size: 1.2rem; } }
  .page-title .page-title__text {
    color: #fff;
    font-size: 4.4rem;
    line-height: 1.5;
    font-weight: 500; }
    .page-title .page-title__text .text {
      display: inline-block;
      font-size: 4.4rem;
      line-height: 1.5;
      font-weight: 500;
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .page-title .page-title__text .text {
          font-size: 2.8rem; } }
    .page-title .page-title__text .en {
      display: inline-block;
      font-size: 2.2rem;
      line-height: 1.5;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .page-title .page-title__text .en {
          font-size: 1.4rem; } }
    @media only screen and (max-width: 768px) {
      .page-title .page-title__text {
        font-size: 2.8rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見るTOP */
.product-index-container {
  padding: 8rem 0; }
  @media only screen and (max-width: 768px) {
    .product-index-container {
      padding: 6rem 0; } }
.product-index.bg--even {
  background-color: #EFEFEF; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見るTOP カテゴリビジュアル */
.product-catVisual {
  max-width: 1200px;
  width: 100%;
  margin: auto; }
  .product-catVisual__link {
    background-color: #EFEFEF;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    min-height: 300px;
    text-decoration: none; }
    .bg--even .product-catVisual__link {
      background-color: #fff; }
    @media only screen and (max-width: 768px) {
      .product-catVisual__link {
        min-height: 160px; } }
  .product-catVisual__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 50%;
    min-height: 300px;
    position: relative;
    overflow: hidden; }
    .product-catVisual__img.img--pc {
      display: block; }
    .product-catVisual__img.img--sp {
      display: none; }
    @media only screen and (max-width: 768px) {
      .product-catVisual__img {
        width: 40%;
        min-height: 160px; }
        .product-catVisual__img.img--pc {
          display: none; }
        .product-catVisual__img.img--sp {
          display: block; } }
    @media only screen and (max-width: 425px) {
      .product-catVisual__img {
        width: 160px; } }
  .product-catVisual__text {
    width: 50%;
    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;
    font-size: 2.8rem;
    font-weight: 500;
    padding: 1rem 8rem 1rem 1rem;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .product-catVisual__text {
        width: 60%;
        font-size: 1.8rem;
        padding: 1rem 3rem 1rem 2rem; } }
    @media only screen and (max-width: 425px) {
      .product-catVisual__text {
        width: calc(100% - 160px); } }
  .product-catVisual a .product-catVisual__text:after {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-top: 1px solid #212121;
    border-right: 1px solid #212121;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 40px;
    margin: auto; }
  @media only screen and (max-width: 768px) {
    .product-catVisual a .product-catVisual__text:after {
      right: 20px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見るTOP カテゴリ一覧 */
.product-catmenu {
  margin: 6rem auto; }
  .product-catmenu.container {
    padding: 0;
    overflow: hidden; }
  .product-catmenu__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 150px; }
  .product-catmenu__text {
    font-size: 1.4rem;
    text-align: center;
    width: 100%; }

.product-catmenu-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -3rem; }
  @media only screen and (max-width: 425px) {
    .product-catmenu-list {
      margin: -2rem -1rem; } }
  .product-catmenu-list > * {
    margin: 3rem;
    width: 150px; }
    @media only screen and (max-width: 425px) {
      .product-catmenu-list > * {
        margin: 2rem 1rem;
        width: calc(50% - 2rem); } }
  .product-catmenu-list a {
    display: block;
    text-decoration: none; }
    @media only screen and (max-width: 425px) {
      .product-catmenu-list a {
        margin: 1rem 0;
        padding: 0 .5rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見るTOP おすすめバナー */
.product-reco-banner.container {
  padding: 0;
  margin: 6rem auto; }

.product-reco-banner-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4.7rem 6rem;
  grid-template-columns: repeat(auto-fit, calc((100% /2) - 5rem));
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    .product-reco-banner-list {
      grid-template-columns: 1fr;
      gap: 4rem; } }
  .product-reco-banner-list li {
    list-style: none; }
  .product-reco-banner-list a {
    width: 100%;
    display: block;
    text-decoration: none; }
    .product-reco-banner-list a img {
      border: 1px solid #EFEFEF;
      width: 100%; }
  .product-reco-banner-list.column_3 {
    grid-template-columns: repeat(auto-fit, calc((100% /3) - 5rem)); }
    @media only screen and (max-width: 768px) {
      .product-reco-banner-list.column_3 {
        grid-template-columns: 1fr; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見るTOP シーン別 */
.product-index--scene.page-catindex {
  background-color: #EFEFEF; }
.product-index--scene-container {
  padding: 8rem 0 10rem; }
  @media only screen and (max-width: 768px) {
    .product-index--scene-container {
      padding: 4rem 0 6rem; } }
@media only screen and (max-width: 768px) {
  .product-index--scene-title__text {
    font-size: 2rem; } }
.product-index--scene-menu-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .product-index--scene-menu-list > * {
    width: calc(50% - 3rem);
    margin: 3rem 6rem 3rem 0; }
    .product-index--scene-menu-list > *:nth-of-type(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 960px) {
      .product-index--scene-menu-list > * {
        width: calc(50% - 1rem);
        margin: 2rem 2rem 2rem 0; } }
    @media only screen and (max-width: 425px) {
      .product-index--scene-menu-list > * {
        width: 100%;
        margin: 2rem 0; }
        .product-index--scene-menu-list > *:last-child {
          margin-bottom: 0; } }
  .product-index--scene-menu-list a {
    display: block;
    text-decoration: none; }
.product-index--scene-menu__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px; }
  .product-index--scene-menu__img.img--pc {
    display: block; }
  .product-index--scene-menu__img.img--sp {
    display: none; }
  @media only screen and (max-width: 425px) {
    .product-index--scene-menu__img {
      height: 140px; }
      .product-index--scene-menu__img.img--pc {
        display: none; }
      .product-index--scene-menu__img.img--sp {
        display: block; } }
.product-index--scene-menu__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 3rem;
  position: relative;
  margin-top: 20px; }
  .product-index--scene-menu__text span.text {
    display: inline-block;
    font-size: 3.2rem;
    line-height: 1;
    margin-right: 1rem; }
    @media only screen and (max-width: 768px) {
      .product-index--scene-menu__text span.text {
        font-size: 2.4rem; } }
  .product-index--scene-menu__text span.en {
    font-size: 1.6rem;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .product-index--scene-menu__text span.en {
        font-size: 1.4rem; } }
  .product-index--scene-menu__text svg {
    width: 20px;
    height: 20px;
    position: absolute;
    margin: auto;
    right: 0;
    top: 0;
    bottom: 0; }
    @media only screen and (max-width: 425px) {
      .product-index--scene-menu__text svg {
        width: 16px;
        height: 16px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る シーン別TOP */
.product-scene-index-wrapper {
  padding: 3rem 0 6rem; }
  @media only screen and (max-width: 425px) {
    .product-scene-index-wrapper {
      padding: 3rem 0 7rem; } }
.product-scene-index-container {
  padding: 3rem 0 6rem; }
  @media only screen and (max-width: 425px) {
    .product-scene-index-container {
      padding: 2rem 0 3rem; } }
.product-scene-index__title {
  max-width: 1200px;
  width: 100%;
  margin: auto; }
.product-scene-index__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 300px;
  margin-bottom: 6rem; }
  .product-scene-index__img.img--pc {
    display: block; }
  .product-scene-index__img.img--sp {
    display: none; }
  @media only screen and (max-width: 425px) {
    .product-scene-index__img {
      margin-bottom: 3rem;
      height: 160px; }
      .product-scene-index__img.img--pc {
        display: none; }
      .product-scene-index__img.img--sp {
        display: block; } }
.product-scene-index-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  .product-scene-index-list li {
    width: calc(50% - 3rem);
    margin: 0 6rem 0 0; }
    .product-scene-index-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 960px) {
      .product-scene-index-list li {
        width: calc(50% - 1rem);
        margin: 0 2rem 0 0; } }
    @media only screen and (max-width: 425px) {
      .product-scene-index-list li {
        width: 100%;
        margin: 0; }
        .product-scene-index-list li:last-child {
          margin-bottom: 0; } }
  .product-scene-index-list a {
    border-bottom: 1px solid #DEDEDE;
    display: block;
    text-decoration: none;
    padding: 3.5rem 6rem 3.5rem 0;
    position: relative; }
    .product-scene-index-list a span {
      font-size: 2.4rem;
      font-weight: 500; }
    .product-scene-index-list a:after {
      content: "";
      display: block;
      background: linear-gradient(90deg, #212121 0%, #212121 40px, #DEDEDE 40px, #DEDEDE 100%);
      width: 100%;
      height: 1px;
      position: absolute;
      top: -1px;
      left: 0; }
    @media only screen and (max-width: 425px) {
      .product-scene-index-list a {
        border-bottom: 1px solid #DEDEDE;
        display: block;
        text-decoration: none;
        padding: 2rem 6rem 2rem 0;
        position: relative; }
        .product-scene-index-list a span {
          font-size: 1.8rem; } }
  .product-scene-index-list svg {
    width: 22px;
    height: 5px;
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る シーン カテゴリ 別TOP */
.product-scene-catindex-container {
  padding: 2rem 0 5rem; }
  @media only screen and (max-width: 768px) {
    .product-scene-catindex-container {
      padding: 3rem 0 3rem; } }
.product-scene-catindex__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px; }
  @media only screen and (max-width: 768px) {
    .product-scene-catindex__img {
      height: 145px; } }
.product-scene-catindex-list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0; }
  .product-scene-catindex-list li {
    width: calc(50% - 3rem);
    margin: 4rem 6rem 4rem 0; }
    .product-scene-catindex-list li:nth-of-type(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 960px) {
      .product-scene-catindex-list li {
        width: calc(50% - 1rem);
        margin: 2rem 2rem 2rem 0; } }
    @media only screen and (max-width: 768px) {
      .product-scene-catindex-list li {
        width: 100%;
        margin: 3rem 0 3rem 0; } }
  .product-scene-catindex-list a {
    display: block;
    text-decoration: none;
    position: relative; }
    .product-scene-catindex-list a p {
      padding: 2rem 6rem 2rem 0;
      position: relative; }
      .product-scene-catindex-list a p span {
        font-size: 2.4rem;
        font-weight: 500; }
    .product-scene-catindex-list a:after {
      content: "";
      display: block;
      background: linear-gradient(90deg, #212121 0%, #212121 40px, #DEDEDE 40px, #DEDEDE 100%);
      width: 100%;
      height: 1px;
      position: absolute;
      top: -1px;
      left: 0; }
    @media only screen and (max-width: 425px) {
      .product-scene-catindex-list a p {
        padding: 2rem 6rem 2rem 0; }
        .product-scene-catindex-list a p span {
          font-size: 1.8rem; } }
  .product-scene-catindex-list svg {
    width: 22px;
    height: 5px;
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る シーン 投稿 */
.scene-single-content {
  padding-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    .scene-single-content {
      padding-bottom: 0; } }
  .scene-single-content .title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.125;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .scene-single-content .title {
        font-size: 2.4rem;
        line-height: 1.5; } }
  .scene-single-content .copy {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .scene-single-content .copy {
        font-size: 1.4rem;
        line-height: 1.7142857143;
        text-align: left; } }
  @media only screen and (max-width: 768px) {
    .scene-single-content .container {
      width: 89.4%; } }
  .scene-single-content .scene-single-lead {
    max-width: 100%;
    width: 100%;
    margin: 0; }
    .scene-single-content .scene-single-lead .container {
      padding: 6rem 0;
      text-align: center; }
      .scene-single-content .scene-single-lead .container > *:last-child {
        margin-bottom: 0; }
      .scene-single-content .scene-single-lead .container figure {
        margin-bottom: 6rem; }
        @media only screen and (max-width: 768px) {
          .scene-single-content .scene-single-lead .container figure {
            margin-bottom: 4rem; } }
  .scene-single-content .scene-single-scene-grid {
    max-width: 100%;
    width: 100%;
    background: #f4efed;
    margin: 6rem 0 20rem; }
    @media only screen and (max-width: 768px) {
      .scene-single-content .scene-single-scene-grid {
        margin: 4rem 0 15rem; } }
    .scene-single-content .scene-single-scene-grid + .scene-single-scene-grid {
      margin-bottom: 14rem; }
      @media only screen and (max-width: 768px) {
        .scene-single-content .scene-single-scene-grid + .scene-single-scene-grid {
          margin-bottom: 15rem; } }
    .scene-single-content .scene-single-scene-grid .container {
      padding: 11rem 0;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .scene-single-content .scene-single-scene-grid .container {
          width: 100%;
          padding: 4rem 0 0; } }
    .scene-single-content .scene-single-scene-grid .scene-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 6rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 768px) {
        .scene-single-content .scene-single-scene-grid .scene-grid {
          grid-template-columns: 1fr; } }
      .scene-single-content .scene-single-scene-grid .scene-grid.row-reverse .scene-grid__box:first-child {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3; }
        @media only screen and (max-width: 768px) {
          .scene-single-content .scene-single-scene-grid .scene-grid.row-reverse .scene-grid__box:first-child {
            grid-column: auto;
            grid-row: auto;
            padding-right: 0;
            padding-left: 4rem; } }
      .scene-single-content .scene-single-scene-grid .scene-grid.row-reverse .scene-grid__box:last-child {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3; }
        @media only screen and (max-width: 768px) {
          .scene-single-content .scene-single-scene-grid .scene-grid.row-reverse .scene-grid__box:last-child {
            grid-column: auto;
            grid-row: auto; } }
      .scene-single-content .scene-single-scene-grid .scene-grid.row-reverse .pos__img {
        width: 236px;
        height: 203px;
        margin-bottom: -226px;
        margin-right: -13rem; }
        @media only screen and (max-width: 768px) {
          .scene-single-content .scene-single-scene-grid .scene-grid.row-reverse .pos__img {
            width: 189px;
            height: 162px;
            margin-right: auto;
            margin-left: 0;
            margin-bottom: -47px; } }
    @media only screen and (max-width: 768px) {
      .scene-single-content .scene-single-scene-grid .scene-grid__box:first-child {
        padding-right: 4rem; } }
    .scene-single-content .scene-single-scene-grid .scene-grid__box .title {
      line-height: 1.5; }
      @media only screen and (max-width: 768px) {
        .scene-single-content .scene-single-scene-grid .scene-grid__box .title {
          line-height: 1.5;
          margin-bottom: 3rem;
          padding: 0 6%; } }
    @media only screen and (max-width: 768px) {
      .scene-single-content .scene-single-scene-grid .scene-grid__box .copy {
        padding: 0 6%; } }
    .scene-single-content .scene-single-scene-grid .scene-grid__box figure {
      width: 100%;
      height: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
    .scene-single-content .scene-single-scene-grid .scene-grid__box img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .scene-single-content .scene-single-scene-grid .scene-grid__box .pos__img {
      width: 280px;
      height: 240px;
      margin-top: 5rem;
      margin-left: auto;
      margin-right: 0;
      margin-bottom: -250px; }
      @media only screen and (max-width: 768px) {
        .scene-single-content .scene-single-scene-grid .scene-grid__box .pos__img {
          width: 189px;
          height: 162px;
          margin-top: 4rem;
          margin-bottom: -5rem; } }
  .scene-single-content .scene-single-scene-gallery {
    max-width: 100%;
    width: 100%; }
    .scene-single-content .scene-single-scene-gallery .container {
      padding: 0 0 8rem;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .scene-single-content .scene-single-scene-gallery .container {
          width: 100%;
          padding-bottom: 4rem; } }
    .scene-single-content .scene-single-scene-gallery .scene-gallery {
      position: relative;
      padding-top: 75%;
      max-height: 900px;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .scene-single-content .scene-single-scene-gallery .scene-gallery {
          max-height: inherit;
          padding-top: 204.8%; } }
      .scene-single-content .scene-single-scene-gallery .scene-gallery > * {
        position: absolute; }
        .scene-single-content .scene-single-scene-gallery .scene-gallery > *:first-child {
          width: 43.5833333333%;
          top: 0;
          left: 3.9166666667%; }
          @media only screen and (max-width: 768px) {
            .scene-single-content .scene-single-scene-gallery .scene-gallery > *:first-child {
              width: 77.3333333333%;
              left: 0; } }
        .scene-single-content .scene-single-scene-gallery .scene-gallery > *:nth-child(2) {
          width: 48.3333333333%;
          right: 0;
          top: 13.3333333333%;
          z-index: 2; }
          @media only screen and (max-width: 768px) {
            .scene-single-content .scene-single-scene-gallery .scene-gallery > *:nth-child(2) {
              top: 37.7604166667%;
              width: 85.8666666667%; } }
        .scene-single-content .scene-single-scene-gallery .scene-gallery > *:last-child {
          width: 39.1666666667%;
          left: 15.9166666667%;
          bottom: 0; }
          @media only screen and (max-width: 768px) {
            .scene-single-content .scene-single-scene-gallery .scene-gallery > *:last-child {
              width: 66.6666666667%;
              left: 0; } }

.scene-single-list {
  background: #efefef;
  margin-top: 10rem; }
  @media only screen and (max-width: 768px) {
    .scene-single-list {
      margin-top: 6rem; } }
  .scene-single-list .container {
    padding: 6rem 0 9rem; }
    @media only screen and (max-width: 768px) {
      .scene-single-list .container {
        width: 89.4%;
        margin-top: 4rem;
        padding-bottom: 6rem; } }
  .scene-single-list .title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.125;
    text-align: center;
    margin-bottom: 4rem; }
    .scene-single-list .title .text {
      display: inline-block;
      font-weight: 500;
      font-size: 3.2rem;
      line-height: 1.125;
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .scene-single-list .title .text {
          font-size: 2rem; } }
    .scene-single-list .title .en {
      display: inline-block;
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.125; }
      @media only screen and (max-width: 768px) {
        .scene-single-list .title .en {
          font-size: 1.2rem; } }
    @media only screen and (max-width: 768px) {
      .scene-single-list .title {
        font-size: 2rem;
        margin-bottom: 3rem; } }
  .scene-single-list .single-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 6rem; }
    @media only screen and (max-width: 768px) {
      .scene-single-list .single-list {
        grid-template-columns: 1fr;
        gap: 2rem; } }
    .scene-single-list .single-list a {
      display: grid;
      grid-template-columns: 160px 1fr;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .scene-single-list .single-list a {
          grid-template-columns: 94px 1fr; } }
    .scene-single-list .single-list figure {
      width: 160px;
      height: 160px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
      @media only screen and (max-width: 768px) {
        .scene-single-list .single-list figure {
          width: 94px;
          height: 94px; } }
    .scene-single-list .single-list img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .scene-single-list .single-list p {
      font-weight: 500;
      font-size: 2rem;
      line-height: 1.1;
      position: relative;
      padding: 3rem;
      padding-right: 7rem; }
      @media only screen and (max-width: 768px) {
        .scene-single-list .single-list p {
          font-size: 1.4rem;
          padding: 2rem;
          padding-right: 5rem; } }
      .scene-single-list .single-list p:after {
        content: '';
        display: inline-block;
        width: 23px;
        height: 6px;
        background-image: url(../images/common/icon/icon_arrow.svg);
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 3rem; }
        @media only screen and (max-width: 768px) {
          .scene-single-list .single-list p:after {
            width: 20px;
            right: 2rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ブランドページ 投稿 */
.brand-single-content {
  padding-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    .brand-single-content {
      padding-bottom: 0; } }
  .brand-single-content .brand-name {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin: 6rem auto 4rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .brand-single-content .brand-name {
        font-size: 2rem;
        line-height: 1.6;
        margin: 3rem auto; } }
    .brand-single-content .brand-name img {
      display: block;
      height: auto;
      max-width: 100%;
      width: auto;
      margin: auto; }
    .brand-single-content .brand-name + .entry-content {
      margin: 4rem 0 8rem; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-name + .entry-content {
          margin: 3rem 0 6rem; } }
  .brand-single-content .title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.125;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .brand-single-content .title {
        font-size: 2.4rem;
        line-height: 1.5; } }
  .brand-single-content .copy {
    font-size: 1.6rem;
    line-height: 1.875;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .brand-single-content .copy {
        font-size: 1.4rem;
        line-height: 1.7142857143;
        text-align: left; } }
  @media only screen and (max-width: 768px) {
    .brand-single-content .container {
      width: 89.4%; } }
  .brand-single-content .brand-single-lead {
    max-width: 100%;
    width: 100%;
    margin: 0; }
    .brand-single-content .brand-single-lead h1 img {
      margin: auto; }
    .brand-single-content .brand-single-lead .container {
      padding: 0 0 6rem;
      text-align: center; }
      .brand-single-content .brand-single-lead .container > *:last-child {
        margin-bottom: 0; }
      .brand-single-content .brand-single-lead .container figure {
        margin-bottom: 6rem; }
        @media only screen and (max-width: 768px) {
          .brand-single-content .brand-single-lead .container figure {
            margin-bottom: 4rem; } }
  .brand-single-content .brand-single-brand-grid {
    max-width: 100%;
    width: 100%;
    background: #f4efed;
    margin: 6rem 0 20rem; }
    @media only screen and (max-width: 768px) {
      .brand-single-content .brand-single-brand-grid {
        margin: 4rem 0 15rem; } }
    .brand-single-content .brand-single-brand-grid + .brand-single-brand-grid {
      margin-bottom: 14rem; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-single-brand-grid + .brand-single-brand-grid {
          margin-bottom: 15rem; } }
    .brand-single-content .brand-single-brand-grid .container {
      padding: 11rem 0;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-single-brand-grid .container {
          width: 100%;
          padding: 4rem 0 0; } }
    .brand-single-content .brand-single-brand-grid .brand-grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 6rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-single-brand-grid .brand-grid {
          grid-template-columns: 1fr; } }
      .brand-single-content .brand-single-brand-grid .brand-grid.row-reverse .brand-grid__box:first-child {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 3; }
        @media only screen and (max-width: 768px) {
          .brand-single-content .brand-single-brand-grid .brand-grid.row-reverse .brand-grid__box:first-child {
            grid-column: auto;
            grid-row: auto;
            padding-right: 0;
            padding-left: 4rem; } }
      .brand-single-content .brand-single-brand-grid .brand-grid.row-reverse .brand-grid__box:last-child {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 1;
        grid-row-end: 3; }
        @media only screen and (max-width: 768px) {
          .brand-single-content .brand-single-brand-grid .brand-grid.row-reverse .brand-grid__box:last-child {
            grid-column: auto;
            grid-row: auto; } }
      .brand-single-content .brand-single-brand-grid .brand-grid.row-reverse .pos__img {
        width: 236px;
        height: 203px;
        margin-bottom: -226px;
        margin-right: -13rem; }
        @media only screen and (max-width: 768px) {
          .brand-single-content .brand-single-brand-grid .brand-grid.row-reverse .pos__img {
            width: 189px;
            height: 162px;
            margin-right: auto;
            margin-left: 0;
            margin-bottom: -47px; } }
    @media only screen and (max-width: 768px) {
      .brand-single-content .brand-single-brand-grid .brand-grid__box:first-child {
        padding-right: 4rem; } }
    .brand-single-content .brand-single-brand-grid .brand-grid__box .title {
      line-height: 1.5; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-single-brand-grid .brand-grid__box .title {
          line-height: 1.5;
          margin-bottom: 3rem;
          padding: 0 6%; } }
    @media only screen and (max-width: 768px) {
      .brand-single-content .brand-single-brand-grid .brand-grid__box .copy {
        padding: 0 6%; } }
    .brand-single-content .brand-single-brand-grid .brand-grid__box figure {
      width: 100%;
      height: 100%;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
    .brand-single-content .brand-single-brand-grid .brand-grid__box img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .brand-single-content .brand-single-brand-grid .brand-grid__box .pos__img {
      width: 280px;
      height: 240px;
      margin-top: 5rem;
      margin-left: auto;
      margin-right: 0;
      margin-bottom: -250px; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-single-brand-grid .brand-grid__box .pos__img {
          width: 189px;
          height: 162px;
          margin-top: 4rem;
          margin-bottom: -5rem; } }
  .brand-single-content .brand-single-brand-gallery {
    max-width: 100%;
    width: 100%; }
    .brand-single-content .brand-single-brand-gallery .container {
      padding: 0 0 8rem;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-single-brand-gallery .container {
          width: 100%;
          padding-bottom: 4rem; } }
    .brand-single-content .brand-single-brand-gallery .brand-gallery {
      position: relative;
      padding-top: 75%;
      max-height: 900px;
      overflow: hidden; }
      @media only screen and (max-width: 768px) {
        .brand-single-content .brand-single-brand-gallery .brand-gallery {
          max-height: inherit;
          padding-top: 204.8%; } }
      .brand-single-content .brand-single-brand-gallery .brand-gallery > * {
        position: absolute; }
        .brand-single-content .brand-single-brand-gallery .brand-gallery > *:first-child {
          width: 43.5833333333%;
          top: 0;
          left: 3.9166666667%; }
          @media only screen and (max-width: 768px) {
            .brand-single-content .brand-single-brand-gallery .brand-gallery > *:first-child {
              width: 77.3333333333%;
              left: 0; } }
        .brand-single-content .brand-single-brand-gallery .brand-gallery > *:nth-child(2) {
          width: 48.3333333333%;
          right: 0;
          top: 13.3333333333%;
          z-index: 2; }
          @media only screen and (max-width: 768px) {
            .brand-single-content .brand-single-brand-gallery .brand-gallery > *:nth-child(2) {
              top: 37.7604166667%;
              width: 85.8666666667%; } }
        .brand-single-content .brand-single-brand-gallery .brand-gallery > *:last-child {
          width: 39.1666666667%;
          left: 15.9166666667%;
          bottom: 0; }
          @media only screen and (max-width: 768px) {
            .brand-single-content .brand-single-brand-gallery .brand-gallery > *:last-child {
              width: 66.6666666667%;
              left: 0; } }

.brand-single-list {
  background: #efefef;
  margin-top: 10rem; }
  @media only screen and (max-width: 768px) {
    .brand-single-list {
      margin-top: 6rem; } }
  .brand-single-list .container {
    padding: 6rem 0 9rem; }
    @media only screen and (max-width: 768px) {
      .brand-single-list .container {
        width: 89.4%;
        margin-top: 4rem;
        padding-bottom: 6rem; } }
  .brand-single-list .title {
    font-weight: 500;
    font-size: 3.2rem;
    line-height: 1.125;
    text-align: center;
    margin-bottom: 4rem; }
    .brand-single-list .title .text {
      display: inline-block;
      font-weight: 500;
      font-size: 3.2rem;
      line-height: 1.125;
      margin-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .brand-single-list .title .text {
          font-size: 2rem; } }
    .brand-single-list .title .en {
      display: inline-block;
      font-weight: 500;
      font-size: 1.6rem;
      line-height: 1.125; }
      @media only screen and (max-width: 768px) {
        .brand-single-list .title .en {
          font-size: 1.2rem; } }
    @media only screen and (max-width: 768px) {
      .brand-single-list .title {
        font-size: 2rem;
        margin-bottom: 3rem; } }
  .brand-single-list .single-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 6rem; }
    @media only screen and (max-width: 768px) {
      .brand-single-list .single-list {
        grid-template-columns: 1fr;
        gap: 2rem; } }
    .brand-single-list .single-list a {
      display: grid;
      grid-template-columns: 160px 1fr;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      background: #fff;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .brand-single-list .single-list a {
          grid-template-columns: 94px 1fr; } }
    .brand-single-list .single-list figure {
      width: 160px;
      height: 160px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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; }
      @media only screen and (max-width: 768px) {
        .brand-single-list .single-list figure {
          width: 94px;
          height: 94px; } }
    .brand-single-list .single-list img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    .brand-single-list .single-list p {
      font-weight: 500;
      font-size: 2rem;
      line-height: 1.1;
      position: relative;
      padding: 3rem;
      padding-right: 7rem; }
      @media only screen and (max-width: 768px) {
        .brand-single-list .single-list p {
          font-size: 1.4rem;
          padding: 2rem;
          padding-right: 5rem; } }
      .brand-single-list .single-list p:after {
        content: '';
        display: inline-block;
        width: 23px;
        height: 6px;
        background-image: url(../images/common/icon/icon_arrow.svg);
        position: absolute;
        background-position: center;
        background-repeat: no-repeat;
        top: 0;
        bottom: 0;
        margin: auto;
        right: 3rem; }
        @media only screen and (max-width: 768px) {
          .brand-single-list .single-list p:after {
            width: 20px;
            right: 2rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品一覧 */
.product-list-contents .container {
  padding: 2rem 0 6rem; }
  @media only screen and (max-width: 768px) {
    .product-list-contents .container {
      padding: 2rem 0; } }

.product-pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 960px) {
    .product-pagination {
      display: block;
      text-align: center; } }

.product-sort {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .product-sort {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-bottom: 3.5rem; } }
  .product-sort > * {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      .product-sort > * {
        font-size: 1.4rem; } }
  .product-sort span {
    font-weight: 500; }
  .product-sort a {
    text-decoration: none;
    margin: 0 1.5rem; }
    .product-sort a:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      -webkit-transition-duration: .3s;
              transition-duration: .3s; }
    .product-sort a:hover {
      color: #9d3600;
      font-weight: 500; }
      .product-sort a:hover:after {
        background: #9d3600; }
  .product-sort .current {
    color: #9d3600;
    font-weight: 500; }
    .product-sort .current:after {
      background: #9d3600; }

.product-list-header .container {
  padding: 6rem 0 0; }
  @media only screen and (max-width: 768px) {
    .product-list-header .container {
      padding-top: 3rem; } }

.product-list-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 30px;
  margin-bottom: 40px;
}

.product-list-title--search span.category {
  order: 1;
  width: 100%;
  text-align: center;
}

.product-list-title span {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 500;
}

.product-list-title .sub {
  font-size: 2.4rem;
}
.product-list-title span.keyword,
.product-list-title span.category {
  font-size: 3.6rem;
  line-height: 1.4;
  font-weight: 500;
}

.product-list-title span.keyword {
  max-width: 70%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.product-list-title .post-count {
  margin-left: 0;
}

@media only screen and (max-width: 768px) {
  .product-list-title {
    gap: 0 10px;
    margin-bottom: 30px;
  }

  .product-list-title span {
    font-size: 2.4rem;
  }

  .product-list-title .sub {
    font-size: 2rem;
  }

  .product-list-title span.keyword,
  .product-list-title span.category {
    font-size: 2.4rem;
  }

  .product-list-title span.keyword {
    max-width: 65%;
  }
}

.product-list-footer .container {
  padding-top: 0;
  padding-bottom: 8rem; }
  @media only screen and (max-width: 960px) {
    .product-list-footer .container {
      padding-bottom: 6rem; } }
.product-list-footer .product-reco-banner {
  margin: 7rem 0 4rem; }
  @media only screen and (max-width: 960px) {
    .product-list-footer .product-reco-banner {
      margin-top: 4rem; } }

.product-search {
  background: #efefef; }
  .product-search .container {
    padding: 4rem 0; }
    @media only screen and (max-width: 768px) {
      .product-search .container {
        padding: 3rem 0; } }
  .product-search .search-form {
    max-width: 1120px;
    margin: auto;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .product-search .search-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    .product-search .search-form > * {
      margin-left: 4rem; }
      @media only screen and (max-width: 768px) {
        .product-search .search-form > * {
          margin-left: 0; } }
      .product-search .search-form > *:last-child {
        margin-left: 0; }
      .product-search .search-form > *:first-child {
        margin-left: 0; }
    .product-search .search-form label {
      font-size: 1.4rem;
      white-space: nowrap;
      padding-right: 15px; }
      @media only screen and (max-width: 768px) {
        .product-search .search-form label {
          width: 100px;
          padding: 0;
          text-align: left; } }
    .product-search .search-form .search-form__input {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 44px;
      background-color: #fff;
      border: 1px solid #adadad;
      border-radius: 4px;
      padding: 12px 16px;
      font-family: "Noto Serif JP";
      font-size: 1.4rem;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .product-search .search-form .search-form__input {
          width: calc(100% - 100px); } }
      .product-search .search-form .search-form__input::-webkit-input-placeholder {
        color: #bebebe; }
      .product-search .search-form .search-form__input:-ms-input-placeholder {
        color: #bebebe; }
      .product-search .search-form .search-form__input::-ms-input-placeholder {
        color: #bebebe; }
      .product-search .search-form .search-form__input::placeholder {
        color: #bebebe; }
      .product-search .search-form .search-form__input::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .product-search .search-form .search-form__reset {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      margin-bottom: 3rem;
      font-size: 12px;
      line-height: 1;
      padding: 10px;
      padding-right: 0;
      padding-left: 21px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      font-family: "Noto Serif JP";
      font-weight: 300;
      color: #212121;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      background-image: url(../images/common/icon/icon_reset.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 16px 14px; }
      @media only screen and (max-width: 768px) {
        .product-search .search-form .search-form__reset {
          margin-bottom: 0;
          margin-left: 3rem; } }
      .product-search .search-form .search-form__reset:hover {
        opacity: .8; }
        @media only screen and (max-width: 768px) {
          .product-search .search-form .search-form__reset:hover {
            opacity: 1; } }
    .product-search .search-form select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      font-family: "Noto Serif JP"; }
    .product-search .search-form .search-form__select {
      cursor: pointer;
      font-size: 1.4rem;
      line-height: 1;
      width: 100%;
      height: 44px;
      border: 1px solid #adadad;
      border-radius: 4px;
      padding: 12px 16px;
      background-color: #fff;
      background-image: url(../images/common/icon/icon_arrow_down.svg);
      background-size: 11px 9px;
      background-repeat: no-repeat;
      background-position: right 16px center; }
      @media only screen and (max-width: 768px) {
        .product-search .search-form .search-form__select {
          width: calc(100% - 100px); } }
  .product-search .search-form__box {
    display: inline-block;
    margin-bottom: 30px;
    width: calc(41% - 4rem);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .product-search .search-form__box {
        width: 100%;
        margin-bottom: 2rem; } }
    .product-search .search-form__box:first-child {
      width: 44.7%; }
      @media only screen and (max-width: 768px) {
        .product-search .search-form__box:first-child {
          width: 100%; } }
  .product-search .search-form__btn {
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .product-search .search-form__btn {
        width: auto; } }
    .product-search .search-form__btn .search-form__submit {
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1;
      font-family: "Noto Serif JP";
      padding: 16px 34px 16px 60px;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      cursor: pointer;
      background-image: url(../images/common/icon/icon_search.svg);
      background-size: 15px 15px;
      background-position: left 38px center;
      background-repeat: no-repeat; }
      .product-search .search-form__btn .search-form__submit:hover {
        background-color: #84766F;
        border-color: #84766F;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .product-search .search-form__btn .search-form__submit:hover {
            border: 1px solid #58463D;
            background-color: #58463D; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品一覧 stove */
.brand-title {
  margin: 3rem 0; }

.stove-product-list-contents .container {
  padding: 0;
  margin: 2rem auto 3rem;
  width: 100%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪火アイテム 詳細 スペック */
.product-spec {
  padding: 4rem 0 8rem; }
  .product-spec .spec-list {
    padding: 4rem 0; }
    .product-spec .spec-list dl {
      border-top: 1px solid #DEDEDE;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .product-spec .spec-list dl:last-child {
        border-bottom: 1px solid #DEDEDE; }
    .product-spec .spec-list dt,
    .product-spec .spec-list dd {
      padding: 2rem 3rem; }
      @media only screen and (max-width: 768px) {
        .product-spec .spec-list dt,
        .product-spec .spec-list dd {
          padding: 1.5rem 1rem; } }
    .product-spec .spec-list dt {
      width: 20%;
      font-size: 1.4rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .product-spec .spec-list dt {
          width: 100px; } }
    .product-spec .spec-list dd {
      width: 80%;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .product-spec .spec-list dd {
          width: calc(100% - 100px); } }
  .product-spec a {
    padding: 1.2rem 1rem; }
    .product-spec a svg {
      height: 24px;
      min-width: 24px; }
    .product-spec a:hover svg {
      fill: #fff; }
      @media only screen and (max-width: 768px) {
        .product-spec a:hover svg {
          fill: #212121; } }
    @media only screen and (max-width: 425px) {
      .product-spec a {
        max-width: 100%;
        margin: auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アイテム詳細 */
.product-slider.container {
  padding: 0;
  width: 100%;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    .product-slider.container {
      margin-bottom: 4rem; } }
.product-slider .slider-for {
  margin-bottom: 2rem; }
  .product-slider .slider-for span {
    width: 100%;
    height: 400px;
    display: block;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .product-slider .slider-for span {
        height: auto;
        padding-top: 53.3333333333%; } }
    .product-slider .slider-for span img {
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
    .product-slider .slider-for span iframe {
      position: absolute;
      top: 0;
      left: 0;
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
.product-slider .slider-nav {
  max-width: 670px;
  margin: auto;
  padding: 0 30px; }
  .product-slider .slider-nav.slidefix .slick-track {
    -webkit-transform: unset !important;
            transform: unset !important; }
  @media only screen and (max-width: 768px) {
    .product-slider .slider-nav {
      max-width: 100%;
      padding: 0; } }
  .product-slider .slider-nav p {
    cursor: pointer;
    -webkit-transition-duration: .3s;
            transition-duration: .3s;
    position: relative;
    overflow: hidden;
    height: 74px; }
    @media only screen and (max-width: 768px) {
      .product-slider .slider-nav p {
        height: 55px; } }
    .product-slider .slider-nav p img {
      padding: 0 5px;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .product-slider .slider-nav p:hover {
      opacity: .6; }
  @media only screen and (max-width: 768px) {
    .product-slider .slider-nav .slick-list {
      padding: 0 60px; } }
.product-slider .slick-arrow {
  width: 30px;
  height: 55px;
  -webkit-transition-duration: .3s;
          transition-duration: .3s; }
  @media only screen and (max-width: 768px) {
    .product-slider .slick-arrow {
      background-color: rgba(255, 255, 255, 0.7);
      width: 55px; }
      .product-slider .slick-arrow:focus {
        background-color: rgba(255, 255, 255, 0.7); } }
  .product-slider .slick-arrow:before {
    font-family: unset;
    content: '';
    width: 18px;
    height: 18px;
    display: inline-block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border: 1px solid #212121; }
    @media only screen and (max-width: 768px) {
      .product-slider .slick-arrow:before {
        width: 12px;
        height: 12px; } }
  .product-slider .slick-arrow:hover {
    opacity: .6; }
.product-slider .slick-prev {
  z-index: 9;
  left: 0; }
  .product-slider .slick-prev:before {
    border-width: 0 0 2px 2px; }
.product-slider .slick-next {
  right: 0; }
  .product-slider .slick-next:before {
    border-width: 2px 2px 0 0; }

.product-item-single-user-photo .user-photo-container {
  padding-bottom: 10rem; }
  @media only screen and (max-width: 768px) {
    .product-item-single-user-photo .user-photo-container {
      padding-bottom: 6rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 購入するTOP */
.purchase-index-container {
  padding: 7rem 0 14rem; }
  @media only screen and (max-width: 425px) {
    .purchase-index-container {
      padding: 6rem 0 10rem; } }
.purchase-index__title {
  max-width: 1200px;
  width: 100%;
  margin: auto; }
.purchase-index__title {
  position: relative;
  padding: 2rem 6rem 2rem 0; }
  @media only screen and (max-width: 425px) {
    .purchase-index__title {
      padding: 1.5rem 6rem 1.5rem 0; } }
  .purchase-index__title span {
    font-size: 2.4rem;
    font-weight: 500; }
    @media only screen and (max-width: 425px) {
      .purchase-index__title span {
        font-size: 2rem; } }
  .purchase-index__title svg {
    width: 22px;
    height: 5px;
    position: absolute;
    margin: auto;
    right: 20px;
    top: 0;
    bottom: 0; }
.purchase-index__text {
  font-size: 1.4rem;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 425px) {
    .purchase-index__text {
      margin-bottom: 2rem; } }
.purchase-index__img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 240px; }
  .purchase-index__img.img--pc {
    display: block; }
  .purchase-index__img.img--sp {
    display: none; }
  @media only screen and (max-width: 425px) {
    .purchase-index__img {
      height: 160px; }
      .purchase-index__img.img--pc {
        display: none; }
      .purchase-index__img.img--sp {
        display: block; } }

.purchase-index-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8rem 6rem; }
  @media only screen and (max-width: 768px) {
    .purchase-index-list {
      grid-template-columns: 1fr;
      gap: 8rem; } }
  .purchase-index-list a {
    display: block;
    text-decoration: none;
    position: relative; }
    .purchase-index-list a:after {
      content: "";
      display: block;
      background: linear-gradient(90deg, #212121 0%, #212121 40px, #DEDEDE 40px, #DEDEDE 100%);
      width: 100%;
      height: 1px;
      position: absolute;
      top: -1px;
      left: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 購入する 各一覧*/
.purchase-list-contents .container {
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .purchase-list-contents .container {
      width: 100%; } }

.purchase-list-pref {
  padding: 4rem 0; }
  @media only screen and (max-width: 768px) {
    .purchase-list-pref {
      padding: 3rem 0; } }
  .purchase-list-pref:first-child {
    padding-top: 2rem; }
  .purchase-list-pref-title {
    margin-bottom: 3rem;
    margin: auto auto 3rem; }
    .purchase-list-pref-title__text span {
      font-size: 3.2rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .purchase-list-pref-title__text span {
          font-size: 2rem;
          line-height: 1.2; } }
    @media only screen and (max-width: 768px) {
      .purchase-list-pref-title {
        width: 89.4%; } }
  .purchase-list-pref .purchase-count small {
    margin-left: .5rem; }

.purchase-store-stove {
  border-top: 1px solid #DEDEDE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1rem 0; }
  @media only screen and (max-width: 768px) {
    .purchase-store-stove {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding: 3rem 2rem 3rem 1.5rem; } }
  .purchase-store-stove:last-child {
    border-bottom: 1px solid #DEDEDE; }
  .purchase-store-stove .purchase-store-stove__img {
    width: 200px; }
    @media only screen and (max-width: 768px) {
      .purchase-store-stove .purchase-store-stove__img {
        width: 150px; } }
    @media only screen and (max-width: 425px) {
      .purchase-store-stove .purchase-store-stove__img {
        width: 100px; } }
  .purchase-store-stove .purchase-store-stove__text {
    width: calc(100% - 360px);
    padding: 0 2rem 0 4rem; }
    @media only screen and (max-width: 768px) {
      .purchase-store-stove .purchase-store-stove__text {
        width: calc(100% - 150px); } }
    @media only screen and (max-width: 425px) {
      .purchase-store-stove .purchase-store-stove__text {
        width: calc(100% - 100px);
        padding: 0 0 0 1rem; } }
    .purchase-store-stove .purchase-store-stove__text h3 {
      font-size: 2.4rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .purchase-store-stove .purchase-store-stove__text h3 {
          font-size: 2rem; } }
    .purchase-store-stove .purchase-store-stove__text dl {
      margin-top: .5rem; }
      @media only screen and (max-width: 768px) {
        .purchase-store-stove .purchase-store-stove__text dl {
          display: block;
          margin-top: 1.5rem; } }
    .purchase-store-stove .purchase-store-stove__text dt {
      width: 120px;
      font-size: 1.4rem;
      font-weight: 500;
      padding-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .purchase-store-stove .purchase-store-stove__text dt {
          width: 100%;
          padding-right: 0; } }
    .purchase-store-stove .purchase-store-stove__text dd {
      width: calc(100% - 120px);
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .purchase-store-stove .purchase-store-stove__text dd {
          width: 100%;
          line-height: 1.5; } }
  .purchase-store-stove__button {
    width: 160px; }
    .purchase-store-stove__button .button {
      margin: 0; }
      @media only screen and (max-width: 425px) {
        .purchase-store-stove__button .button {
          max-width: 100%; } }
    @media only screen and (max-width: 768px) {
      .purchase-store-stove__button {
        width: calc(100% - 150px);
        padding: 1rem 0 0 4rem; } }
    @media only screen and (max-width: 425px) {
      .purchase-store-stove__button {
        width: calc(100% - 100px);
        padding: 3rem 0 0 1rem; } }

.purchase-store-item {
  border-top: 1px solid #DEDEDE;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 3rem; }
  @media only screen and (max-width: 768px) {
    .purchase-store-item {
      padding: 3rem 2rem; } }
  .purchase-store-item:last-child {
    border-bottom: 1px solid #DEDEDE; }
  .purchase-store-item .purchase-store-item__text {
    width: calc(100% - 160px);
    padding-right: 2rem; }
    @media only screen and (max-width: 425px) {
      .purchase-store-item .purchase-store-item__text {
        width: 100%;
        padding-right: 0; } }
    .purchase-store-item .purchase-store-item__text h3 {
      font-size: 2.4rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        .purchase-store-item .purchase-store-item__text h3 {
          font-size: 2rem; } }
    .purchase-store-item .purchase-store-item__text dl {
      margin-top: .5rem; }
      @media only screen and (max-width: 768px) {
        .purchase-store-item .purchase-store-item__text dl {
          display: block;
          margin-top: 1.5rem; } }
    .purchase-store-item .purchase-store-item__text dt {
      width: 120px;
      font-size: 1.4rem;
      font-weight: 500;
      padding-right: 1rem; }
      @media only screen and (max-width: 768px) {
        .purchase-store-item .purchase-store-item__text dt {
          width: 100%;
          padding-right: 0; } }
    .purchase-store-item .purchase-store-item__text dd {
      width: calc(100% - 120px);
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .purchase-store-item .purchase-store-item__text dd {
          width: 100%;
          line-height: 1.5; } }
  .purchase-store-item__button {
    width: 160px; }
    .purchase-store-item__button .button {
      margin: 0; }
    @media only screen and (max-width: 425px) {
      .purchase-store-item__button {
        width: 100%;
        padding-top: 3rem; }
        .purchase-store-item__button .button {
          max-width: 100%;
          margin: auto; } }

.purchase-stores-map {
  padding: 2rem 0; }
  .purchase-stores-map iframe {
    width: 100%;
    height: 560px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    vertical-align: middle; }
  @media only screen and (max-width: 768px) {
    .purchase-stores-map {
      width: 100%; } }
  @media only screen and (max-width: 425px) {
    .purchase-stores-map iframe {
      height: 175px; } }

.purchase-pagination {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 960px) {
    .purchase-pagination {
      display: block;
      text-align: center; } }
  .purchase-pagination .purchase-count small {
    margin-left: .5rem; }

.purchase-list-header .container {
  padding: 6rem 0 0; }
  @media only screen and (max-width: 768px) {
    .purchase-list-header .container {
      padding-top: 3rem; } }

.purchase-list-title {
  margin-bottom: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media only screen and (max-width: 768px) {
    .purchase-list-title {
      margin-bottom: 3rem; } }
  .purchase-list-title span {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 768px) {
      .purchase-list-title span {
        font-size: 2.4rem; } }
  .purchase-list-title .post-count {
    white-space: nowrap;
    line-height: 1;
    margin-bottom: 8px; }
    .purchase-list-title .post-count small {
      margin-left: .5rem; }
    @media only screen and (max-width: 768px) {
      .purchase-list-title .post-count {
        margin-left: 1rem;
        margin-bottom: 5px; } }
  .purchase-list-title .sub {
    font-size: 2.4rem;
    margin-right: 1.5rem;
    white-space: nowrap;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .purchase-list-title .sub {
        font-size: 2rem; } }

.purchase-list-footer .container {
  margin: 0 auto 12rem;
  padding: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 購入する 検索フォーム*/
.purchase-search {
  background: #efefef; }
  .purchase-search .container {
    padding: 4rem 0; }
    @media only screen and (max-width: 768px) {
      .purchase-search .container {
        padding: 3rem 0; } }
  .purchase-search .search-form {
    max-width: 1120px;
    margin: auto;
    text-align: center;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .purchase-search .search-form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse; } }
    .purchase-search .search-form > * {
      margin-left: 4rem; }
      @media only screen and (max-width: 768px) {
        .purchase-search .search-form > * {
          margin-left: 0; } }
      .purchase-search .search-form > *:last-child {
        margin-left: 0; }
      .purchase-search .search-form > *:first-child {
        margin-left: 0; }
    .purchase-search .search-form label {
      font-size: 1.4rem;
      white-space: nowrap;
      padding-right: 15px; }
      @media only screen and (max-width: 768px) {
        .purchase-search .search-form label {
          width: 100px;
          padding: 0;
          text-align: left; } }
    .purchase-search .search-form .search-form__input {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      width: 100%;
      height: 44px;
      background-color: #fff;
      border: 1px solid #adadad;
      border-radius: 4px;
      padding: 12px 16px;
      font-family: "Noto Serif JP";
      font-size: 1.4rem;
      line-height: 1; }
      @media only screen and (max-width: 768px) {
        .purchase-search .search-form .search-form__input {
          width: calc(100% - 100px); } }
      .purchase-search .search-form .search-form__input::-webkit-input-placeholder {
        color: #bebebe; }
      .purchase-search .search-form .search-form__input:-ms-input-placeholder {
        color: #bebebe; }
      .purchase-search .search-form .search-form__input::-ms-input-placeholder {
        color: #bebebe; }
      .purchase-search .search-form .search-form__input::placeholder {
        color: #bebebe; }
      .purchase-search .search-form .search-form__input::-webkit-search-cancel-button {
        -webkit-appearance: none; }
    .purchase-search .search-form .search-form__reset {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      margin-bottom: 3rem;
      font-size: 12px;
      line-height: 1;
      padding: 10px;
      padding-right: 0;
      padding-left: 21px;
      background-color: transparent;
      border: none;
      cursor: pointer;
      font-family: "Noto Serif JP";
      font-weight: 300;
      color: #212121;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      background-image: url(../images/common/icon/icon_reset.svg);
      background-repeat: no-repeat;
      background-position: left center;
      background-size: 16px 14px; }
      @media only screen and (max-width: 768px) {
        .purchase-search .search-form .search-form__reset {
          margin-bottom: 0;
          margin-left: 3rem; } }
      .purchase-search .search-form .search-form__reset:hover {
        opacity: .8; }
        @media only screen and (max-width: 768px) {
          .purchase-search .search-form .search-form__reset:hover {
            opacity: 1; } }
    .purchase-search .search-form select {
      -moz-appearance: none;
      -webkit-appearance: none;
      appearance: none;
      border-radius: 0;
      border: 0;
      margin: 0;
      padding: 0;
      vertical-align: middle;
      font-size: inherit;
      color: inherit;
      font-family: "Noto Serif JP"; }
    .purchase-search .search-form .search-form__select {
      cursor: pointer;
      font-size: 1.4rem;
      line-height: 1;
      width: 100%;
      height: 44px;
      border: 1px solid #adadad;
      border-radius: 4px;
      padding: 12px 16px;
      background-color: #fff;
      background-image: url(../images/common/icon/icon_arrow_down.svg);
      background-size: 11px 9px;
      background-repeat: no-repeat;
      background-position: right 16px center; }
      @media only screen and (max-width: 768px) {
        .purchase-search .search-form .search-form__select {
          width: calc(100% - 100px); } }
  .purchase-search .search-form__box {
    display: inline-block;
    margin-bottom: 30px;
    width: calc(41% - 4rem);
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    @media only screen and (max-width: 768px) {
      .purchase-search .search-form__box {
        width: 100%;
        margin-bottom: 2rem; } }
    .purchase-search .search-form__box:first-child {
      width: 44.7%; }
      @media only screen and (max-width: 768px) {
        .purchase-search .search-form__box:first-child {
          width: 100%; } }
  .purchase-search .search-form__btn {
    text-align: center;
    width: 100%; }
    @media only screen and (max-width: 768px) {
      .purchase-search .search-form__btn {
        width: auto; } }
    .purchase-search .search-form__btn .search-form__submit {
      font-size: 1.4rem;
      font-weight: 300;
      line-height: 1;
      font-family: "Noto Serif JP";
      padding: 16px 34px 16px 60px;
      -webkit-transition-duration: .3s;
              transition-duration: .3s;
      cursor: pointer;
      background-image: url(../images/common/icon/icon_search.svg);
      background-size: 15px 15px;
      background-position: left 38px center;
      background-repeat: no-repeat; }
      .purchase-search .search-form__btn .search-form__submit:hover {
        background-color: #84766F;
        border-color: #84766F;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .purchase-search .search-form__btn .search-form__submit:hover {
            border: 1px solid #58463D;
            background-color: #58463D; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 購入する 薪ストーブ販売施工店 詳細 */
.page-title-dealer {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin: 4rem auto 6rem; }
  @media only screen and (max-width: 768px) {
    .page-title-dealer {
      margin: 3rem auto; } }
  .page-title-dealer__img {
    width: 210px;
    padding-right: 7rem; }
  .page-title-dealer__shoulder {
    font-size: 1.4rem; }
  .page-title-dealer__name {
    font-size: 3.6rem;
    font-weight: 500; }
  @media only screen and (max-width: 425px) {
    .page-title-dealer__img {
      width: 100px;
      padding-right: 2rem; }
    .page-title-dealer__name {
      font-size: 2.4rem;
      font-weight: 500; } }

.dealer-slider {
  width: 50%;
  padding-right: 2rem; }
  @media only screen and (max-width: 768px) {
    .dealer-slider {
      width: 100%;
      padding-right: 0; } }
  .dealer-slider .slider-main {
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin: 0 0 2rem 0; }
    .dealer-slider .slider-main span {
      height: 380px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      position: relative; }
      @media only screen and (max-width: 768px) {
        .dealer-slider .slider-main span {
          width: 100%;
          height: 0;
          padding-top: 65.6%; } }
    .dealer-slider .slider-main img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
      @media only screen and (max-width: 768px) {
        .dealer-slider .slider-main img {
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          margin: auto; } }
  .dealer-slider .slick-prev,
  .dealer-slider .slick-next {
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 50%;
    z-index: 3; }
    .dealer-slider .slick-prev:before,
    .dealer-slider .slick-next:before {
      content: "";
      display: block;
      border-top: 2px solid #fff;
      border-right: 2px solid #fff;
      width: 6px;
      height: 6px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto; }
    .dealer-slider .slick-prev:hover,
    .dealer-slider .slick-next:hover {
      background: rgba(0, 0, 0, 0.4); }
  .dealer-slider .slick-prev {
    left: 0; }
    .dealer-slider .slick-prev:before {
      -webkit-transform: rotate(-135deg);
              transform: rotate(-135deg); }
  .dealer-slider .slick-next {
    right: 0; }
    .dealer-slider .slick-next:before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .dealer-slider .slider-select .slick-prev,
  .dealer-slider .slider-select .slick-next {
    display: none !important; }
  @media screen and (min-width: 769px) {
    .dealer-slider .slider-select .slick-track {
      display: grid !important;
      grid-template-columns: repeat(4, 1fr);
      gap: 1rem;
      width: 100% !important; }
      .dealer-slider .slider-select .slick-track:before {
        content: none !important; } }
  @media screen and (min-width: 769px) {
    .dealer-slider .slider-select .slick-slide {
      float: none !important;
      cursor: pointer;
      width: 100% !important;
      overflow: hidden; } }
  @media only screen and (max-width: 768px) {
    .dealer-slider .slider-select .slick-list {
      padding: 0 2rem; } }
  .dealer-slider .slider-select span {
    display: block;
    width: 100%;
    padding-top: 92px;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .dealer-slider .slider-select span {
        width: calc(100% - 5px);
        margin-right: 5px;
        padding-top: 66.25%; } }
  .dealer-slider .slider-select img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 1; }
  .dealer-slider .slider-select .slick-current img {
    opacity: 0.5; }

.dealer-info {
  width: 50%;
  padding-left: 2rem; }
  .dealer-info-wrapper {
    padding: 0;
    margin-bottom: 10rem; }
    @media only screen and (max-width: 768px) {
      .dealer-info-wrapper {
        display: block;
        width: 100%;
        margin-bottom: 6rem; } }
  @media only screen and (max-width: 768px) {
    .dealer-info {
      max-width: 1200px;
      margin: 0 auto;
      padding: 4rem 0 0;
      width: 89.4%; } }
  .dealer-info .dealer-info__item {
    border-top: 1px solid #DEDEDE;
    -ms-flex-line-pack: center;
        align-content: center; }
    .dealer-info .dealer-info__item:last-child {
      border-bottom: 1px solid #DEDEDE; }
    .dealer-info .dealer-info__item .dealer-info__title {
      width: 140px;
      font-size: 1.4rem;
      font-weight: 500;
      padding: 2rem 1rem 2rem 2rem; }
    .dealer-info .dealer-info__item .dealer-info__text {
      width: calc(100% - 140px);
      font-size: 1.4rem;
      padding: 2rem 2rem 2rem 0; }
    .dealer-info .dealer-info__item a {
      color: #507c9d;
      font-size: inherit; }
      .dealer-info .dealer-info__item a[target="_blank"]:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        width: 16px;
        height: 14px;
        background-image: url(../images/common/icon/icon_blank.svg);
        background-size: contain;
        background-repeat: no-repeat; }
  .dealer-info .comment {
    font-size: 1.6rem;
    margin-top: 4rem; }
    .dealer-info .comment a {
      color: #507c9d;
      font-size: inherit; }
      .dealer-info .comment a[target="_blank"]:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
        width: 16px;
        height: 14px;
        background-image: url(../images/common/icon/icon_blank.svg);
        background-size: contain;
        background-repeat: no-repeat; }
  .dealer-info .chat__button {
    margin-top: 4rem; }
    .dealer-info .chat__button .button {
      max-width: 250px;
      padding: 1.55rem 1rem; }
      @media only screen and (max-width: 768px) {
        .dealer-info .chat__button .button:hover svg {
          fill: #fff; } }

.dealer-map {
  padding: 0;
  margin-bottom: 10rem; }
  @media only screen and (max-width: 425px) {
    .dealer-map {
      width: 100%;
      margin-bottom: 6rem; } }
  .dealer-map .iframe-contents iframe {
    width: 100%;
    height: 360px; }
    @media only screen and (max-width: 425px) {
      .dealer-map .iframe-contents iframe {
        height: 175px; } }
  .dealer-map .dealer-map__button {
    margin-top: 4rem; }
  .dealer-map .button {
    max-width: 212px;
    padding: 1.25rem 1rem; }

.dealer-content.entry-content {
  margin-bottom: 16rem; }
  @media only screen and (max-width: 768px) {
    .dealer-content.entry-content {
      margin-bottom: 10rem; } }
  .dealer-content.entry-content > * {
    max-width: 1200px; }
  .dealer-content.entry-content .wp-block-media-text {
    grid-template-columns: 1fr 1fr; }
    @media only screen and (max-width: 768px) {
      .dealer-content.entry-content .wp-block-media-text {
        grid-template-columns: 1fr; } }
    .dealer-content.entry-content .wp-block-media-text.has-media-on-the-right {
      grid-template-columns: 1fr 1fr; }
      @media only screen and (max-width: 768px) {
        .dealer-content.entry-content .wp-block-media-text.has-media-on-the-right {
          grid-template-columns: 1fr; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: jsライブラリ専用外部ファイル読み込み */
.fade-only-out {
  opacity: 0 !important;
  visibility: hidden !important; }

.fade-only-in {
  -webkit-transition-duration: 2s !important;
          transition-duration: 2s !important;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  opacity: 1 !important;
  visibility: visible !important; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: GSAP設定 */
.fadeIn {
  opacity: 0; }

[class*="js-fade"] {
  opacity: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: slickスライダーの共通設定*/
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slider * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 0; }
.slider.slick-slider {
  display: block; }
.slider .slick-track .slick-slide a {
  display: block; }
  .slider .slick-track .slick-slide a:hover {
    opacity: .8; }
.slider .slick-track .slick-slide img {
  width: 100%;
  height: auto;
  margin: auto;
  vertical-align: middle;
  display: block; }
.slider .slick-arrow {
  cursor: pointer;
  z-index: 9;
  width: 60px;
  height: 60px;
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
          transform: none; }
  @media only screen and (max-width: 425px) {
    .slider .slick-arrow {
      width: 30px;
      height: 30px; } }
  .slider .slick-arrow:before {
    content: '';
    display: block;
    width: 7px;
    height: 7px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 24px;
    margin: auto;
    z-index: 2; }
    @media only screen and (max-width: 425px) {
      .slider .slick-arrow:before {
        left: 9px; } }
  .slider .slick-arrow:after {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #333333;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1; }
  .slider .slick-arrow:hover {
    opacity: 0.8; }
  .slider .slick-arrow.slick-prev {
    left: -60px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media only screen and (max-width: 425px) {
      .slider .slick-arrow.slick-prev {
        left: -40px; } }
  .slider .slick-arrow.slick-next {
    right: -60px; }
    @media only screen and (max-width: 425px) {
      .slider .slick-arrow.slick-next {
        right: -40px; } }
.slider .slick-dots {
  bottom: 20px; }
  .slider .slick-dots li {
    width: 14px;
    height: 14px;
    margin: 0 10px; }
    .slider .slick-dots li button {
      cursor: pointer;
      width: 14px;
      height: 14px;
      background: #fff;
      border: 2px solid #333333;
      border-radius: 50%; }
      .slider .slick-dots li button:before {
        content: none; }
    .slider .slick-dots li.slick-active button {
      background: #333333; }
  @media only screen and (max-width: 425px) {
    .slider .slick-dots li {
      width: 10px;
      height: 10px;
      margin: 0 8px; }
      .slider .slick-dots li button {
        width: 10px;
        height: 10px;
        border: 1px solid #333333; } }
.slider.slick-dotted {
  margin-bottom: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ページ共通 */
#page-article {
  margin-bottom: 14rem; }
  @media only screen and (max-width: 768px) {
    #page-article {
      margin-bottom: 12rem; } }
  #page-article .entry-header .entry-header-inner {
    margin: 0 auto;
    min-height: 160px;
    padding: 1.5rem 0 3.5rem;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      #page-article .entry-header .entry-header-inner {
        min-height: 140px;
        padding: 3rem 0; } }
  #page-article .entry-header .entry-cat-title {
    font-size: 1.6rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      #page-article .entry-header .entry-cat-title {
        font-size: 1.2rem; } }
    #page-article .entry-header .entry-cat-title.aligncenter {
      text-align: center; }
    #page-article .entry-header .entry-cat-title + .entry-title {
      margin-top: 0; }
  #page-article .entry-header .entry-title {
    font-size: 4.4rem;
    margin: 0;
    line-height: 1.4545454545; }
    @media only screen and (max-width: 768px) {
      #page-article .entry-header .entry-title {
        font-size: 2.8rem; } }
  #page-article .entry-content {
    margin-top: 2rem; }
    @media only screen and (max-width: 768px) {
      #page-article .entry-content {
        margin-top: 0; } }
    #page-article .entry-content .wp-block-media-text {
      grid-template-columns: 1fr 1fr; }
      @media only screen and (max-width: 768px) {
        #page-article .entry-content .wp-block-media-text {
          grid-template-columns: 1fr; } }
  #page-article .about-flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 768px) {
      #page-article .about-flex {
        margin-bottom: 4rem; } }
    #page-article .about-flex__box {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-right: 6rem; }
      @media only screen and (max-width: 768px) {
        #page-article .about-flex__box {
          margin-right: 2rem; } }
      #page-article .about-flex__box:last-child {
        margin-right: 0; }
  #page-article .about-copy {
    margin-bottom: 10rem; }
    @media only screen and (max-width: 768px) {
      #page-article .about-copy {
        margin-bottom: 8rem;
        font-size: 1.4rem; } }
  #page-article table ul li:last-child {
    margin-bottom: 0; }
  #page-article table li {
    margin-bottom: 1.5rem; }
    @media only screen and (max-width: 768px) {
      #page-article table li {
        font-size: 1.4rem;
        margin-bottom: 0; } }
  #page-article table ol {
    margin: 0; }
    #page-article table ol li {
      margin-top: 0;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 768px) {
        #page-article table ol li {
          margin-bottom: 0; } }
      #page-article table ol li:last-child {
        margin-bottom: 0; }
  #page-article th {
    padding-right: 15rem;
    word-break: keep-all;
    width: 20%; }
    @media only screen and (max-width: 768px) {
      #page-article th {
        width: auto;
        padding-right: 2rem; } }
  #page-article td {
    padding-left: 0; }
  @media only screen and (max-width: 768px) {
    #page-article .history-table .reset-list-style li {
      margin-bottom: 1.5rem; }
      #page-article .history-table .reset-list-style li:last-child {
        margin-bottom: 0; } }
  #page-article .archives-event-post__list {
    grid-template-columns: repeat(3, 1fr);
    margin: 3rem auto 6rem; }
    @media only screen and (max-width: 960px) {
      #page-article .archives-event-post__list {
        grid-template-columns: repeat(2, 1fr);
        margin: 2rem auto 3rem; } }
    #page-article .archives-event-post__list article > a figure {
      height: 150px; }
      @media only screen and (max-width: 768px) {
        #page-article .archives-event-post__list article > a figure {
          height: 92px; } }

#page-article.about-index {
  margin-bottom: 0; }
  #page-article.about-index .entry-content {
    margin: 0 auto; }
  #page-article.about-index .section-title-line {
    margin-bottom: 5rem; }
  #page-article.about-index .about-kv {
    width: 100%;
    position: relative;
    background-color: #212121; }
    #page-article.about-index .about-kv figure {
      max-width: 1366px;
      margin: auto; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-kv figure {
          height: 540px; } }
    #page-article.about-index .about-kv img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    #page-article.about-index .about-kv .title {
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      color: #fff;
      font-size: 3.2rem;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      text-align: center;
      width: 90%; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-kv .title {
          font-size: 2.4rem;
          text-align: center;
          line-height: 1.5833333333; } }
  #page-article.about-index .gird {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .gird {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    #page-article.about-index .gird.row-reverse {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .gird.row-reverse {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
    #page-article.about-index .gird .grid__box {
      text-align: left; }
      #page-article.about-index .gird .grid__box--figure {
        width: 61.6666666667%; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .gird .grid__box--figure {
            width: 100%; } }
      #page-article.about-index .gird .grid__box--caption {
        width: calc(100% - 740 / 1200 * 100% - 6rem); }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .gird .grid__box--caption {
            width: 100%; } }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .gird .grid__box:last-child {
          margin-top: 2rem; } }
  #page-article.about-index small {
    display: block;
    font-size: 1.6rem;
    text-align: center; }
    @media only screen and (max-width: 425px) {
      #page-article.about-index small {
        font-size: 1.2rem; } }
  #page-article.about-index h3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index h3 {
        font-size: 1.8rem;
        line-height: 1.6666666667;
        margin-bottom: 2rem; } }
  #page-article.about-index p {
    font-size: 2.4rem; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index p {
        font-size: 1.4rem; } }
  #page-article.about-index .about-lead {
    padding: 8rem 0 12rem;
    text-align: center;
    max-width: 1200px;
    margin: auto;
    width: 90%; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-lead {
        width: 89.4%;
        padding: 4rem 0 8rem; } }
    #page-article.about-index .about-lead .gird {
      margin-top: 10rem; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-lead .gird {
          margin-top: 6rem; } }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-lead .nopc {
        display: block; } }
    #page-article.about-index .about-lead p {
      font-size: 1.6rem; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-lead p {
          font-size: 1.4rem; } }
  #page-article.about-index .about-mission-kv,
  #page-article.about-index .about-vision-kv {
    position: relative;
    z-index: 0; }
    #page-article.about-index .about-mission-kv .container,
    #page-article.about-index .about-vision-kv .container {
      padding: 0;
      position: relative; }
    #page-article.about-index .about-mission-kv h2,
    #page-article.about-index .about-vision-kv h2 {
      font-size: 4.4rem;
      font-weight: 500;
      margin-bottom: 3rem;
      line-height: 1.4545454545;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-mission-kv h2,
        #page-article.about-index .about-vision-kv h2 {
          font-size: 2.4rem;
          margin-bottom: 3rem; } }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-mission-kv figure,
      #page-article.about-index .about-vision-kv figure {
        height: 340px; } }
    #page-article.about-index .about-mission-kv img,
    #page-article.about-index .about-vision-kv img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    #page-article.about-index .about-mission-kv .kv-caption,
    #page-article.about-index .about-vision-kv .kv-caption {
      position: absolute;
      margin: auto;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      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;
      text-align: center;
      color: #fff; }
  #page-article.about-index .about-vision-kv {
    margin: 8rem 0; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-vision-kv {
        margin: 4rem 0 8rem; } }
  #page-article.about-index .about-value {
    background-color: #F4EFED; }
    #page-article.about-index .about-value h2 {
      font-size: 3.2rem;
      font-weight: 500;
      margin-bottom: 0;
      line-height: 1.4545454545;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-value h2 {
          font-size: 2.4rem; } }
  #page-article.about-index .about-value-header .container {
    padding: 8rem 0 6rem; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-value-header .container {
        padding: 4rem 0 3rem; } }
  #page-article.about-index .about-value-header p {
    text-align: center; }
  #page-article.about-index .about-value-list .container {
    padding: 0; }
  #page-article.about-index .about-value-list .value-list {
    text-align: center; }
    #page-article.about-index .about-value-list .value-list .value-list__box {
      padding-bottom: 8rem; }
      #page-article.about-index .about-value-list .value-list .value-list__box .grid__box {
        width: 48%;
        max-width: 580px; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-value-list .value-list .value-list__box {
          padding-bottom: 5rem; }
          #page-article.about-index .about-value-list .value-list .value-list__box .grid__box {
            width: 100% !important; } }
      #page-article.about-index .about-value-list .value-list .value-list__box:nth-child(2) {
        margin-left: auto;
        margin-right: 0; }
        #page-article.about-index .about-value-list .value-list .value-list__box:nth-child(2) .grid__box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; }
          @media only screen and (max-width: 768px) {
            #page-article.about-index .about-value-list .value-list .value-list__box:nth-child(2) .grid__box {
              display: block; } }
          @media only screen and (max-width: 768px) {
            #page-article.about-index .about-value-list .value-list .value-list__box:nth-child(2) .grid__box--figure {
              margin-left: auto;
              margin-right: 0; } }
          #page-article.about-index .about-value-list .value-list .value-list__box:nth-child(2) .grid__box--caption {
            text-align: right; }
            @media only screen and (max-width: 768px) {
              #page-article.about-index .about-value-list .value-list .value-list__box:nth-child(2) .grid__box--caption {
                width: 77.3333333333%;
                padding: 0 6%;
                margin-left: auto;
                margin-right: 0;
                text-align: left; } }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-value-list .value-list .value-list__box:nth-child(3) {
          padding-bottom: 4rem; } }
      #page-article.about-index .about-value-list .value-list .value-list__box.gird {
        max-width: 1200px; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .about-value-list .value-list .value-list__box.gird {
            text-align: left; } }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-value-list .value-list .value-list__box .grid__box--figure {
          width: 77.3333333333%;
          margin-left: 0;
          margin-right: auto; } }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-value-list .value-list .value-list__box .grid__box--caption {
          padding: 0 6%; } }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-value-list .value-list .value-list__box .grid__box:last-child {
          margin-top: 3rem; } }
      #page-article.about-index .about-value-list .value-list .value-list__box .number {
        font-size: 2rem;
        line-height: 1;
        padding-left: 5rem;
        margin-bottom: 2rem;
        position: relative;
        display: inline-block; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .about-value-list .value-list .value-list__box .number {
            font-size: 1.2rem;
            margin-bottom: 1rem;
            padding-left: 4rem; } }
        #page-article.about-index .about-value-list .value-list .value-list__box .number:before {
          content: '';
          display: block;
          width: 4rem;
          height: 1px;
          background-color: #212121;
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto; }
          @media only screen and (max-width: 768px) {
            #page-article.about-index .about-value-list .value-list .value-list__box .number:before {
              width: 3rem; } }
      #page-article.about-index .about-value-list .value-list .value-list__box h2 {
        font-size: 3.6rem;
        font-weight: 300;
        margin: 4rem auto 6rem; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .about-value-list .value-list .value-list__box h2 {
            font-size: 2.4rem;
            margin: 10rem 0 3rem; } }
      #page-article.about-index .about-value-list .value-list .value-list__box h3 {
        font-size: 1.6rem;
        font-weight: normal;
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .about-value-list .value-list .value-list__box h3 {
            font-size: 1.4rem;
            line-height: 1.8888888889; } }
      #page-article.about-index .about-value-list .value-list .value-list__box .logo {
        width: 108px;
        height: 101px;
        margin: 3rem auto 0; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .about-value-list .value-list .value-list__box .logo {
            width: 94px;
            height: 88px; } }
        #page-article.about-index .about-value-list .value-list .value-list__box .logo img {
          -o-object-fit: contain;
             object-fit: contain;
          width: 100%;
          height: 100%; }
  #page-article.about-index .about-value-list .img-box {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-value-list .img-box {
        margin: 3rem 0; } }
    #page-article.about-index .about-value-list .img-box figure {
      max-width: 390px;
      width: 100%; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-value-list .img-box figure {
          max-width: 41.3333333333%; } }
      #page-article.about-index .about-value-list .img-box figure:first-child {
        margin-top: 9rem;
        margin-bottom: -7rem; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .about-value-list .img-box figure:first-child {
            margin-bottom: 0;
            margin-top: 5rem; } }
      #page-article.about-index .about-value-list .img-box figure:last-child {
        margin-top: -7rem; }
        @media only screen and (max-width: 768px) {
          #page-article.about-index .about-value-list .img-box figure:last-child {
            margin-top: 0; } }
  #page-article.about-index .about-shop-link {
    max-width: 100%;
    width: 100%;
    background-color: #EFEFEF; }
    #page-article.about-index .about-shop-link .container {
      padding: 8rem 0 12rem; }
      @media only screen and (max-width: 768px) {
        #page-article.about-index .about-shop-link .container {
          padding: 6rem 0 8rem; } }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-shop-link .section-title-line {
        font-size: 2rem;
        padding-left: 4.5rem; }
        #page-article.about-index .about-shop-link .section-title-line:after {
          width: 3rem; } }
    #page-article.about-index .about-shop-link .img-menu {
      margin-bottom: 0; }
  #page-article.about-index .about-ideas .container {
    padding: 10rem 0 0; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-ideas .container {
        padding: 6rem 0 0; } }
  #page-article.about-index .about-ideas figure {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-ideas figure {
        margin-bottom: 2rem; } }
  #page-article.about-index .about-ideas h2 {
    font-size: 3.2rem;
    font-weight: 500;
    margin: 3rem auto 1rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-ideas h2 {
        font-size: 1.8rem;
        margin: 2rem auto 1rem; } }
  #page-article.about-index .about-ideas p {
    font-size: 1.6rem;
    text-align: center;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-ideas p {
        font-size: 1.4rem; } }
  #page-article.about-index .about-ideas .gird {
    gap: 6rem; }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-ideas .gird {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        gap: 2rem; } }
    @media only screen and (max-width: 768px) {
      #page-article.about-index .about-ideas .gird li {
        width: calc(50% - 1rem); } }
  @media only screen and (max-width: 768px) {
    #page-article.about-index .about-page-link .container {
      padding: 6rem 0 8rem; } }
  #page-article.about-index .about-page-link .button {
    width: 100%;
    max-width: 100%;
    margin-top: 2rem; }

#maintenance.maintenance-index {
  margin-bottom: 14rem; }
  @media only screen and (max-width: 768px) {
    #maintenance.maintenance-index {
      margin-bottom: 12rem; } }
#maintenance .entry-header .entry-title {
  font-size: 4.4rem; }
  @media only screen and (max-width: 768px) {
    #maintenance .entry-header .entry-title {
      font-size: 2.8rem; } }
@media only screen and (max-width: 768px) {
  #maintenance .entry-content h1 {
    margin-bottom: 2rem; } }
@media only screen and (max-width: 768px) {
  #maintenance .entry-content h2 {
    margin-bottom: 2rem; } }
#maintenance .entry-content h3 {
  margin-bottom: 2rem; }
#maintenance .entry-content .wp-block-media-text .wp-block-buttons {
  margin-bottom: 2rem; }
#maintenance .entry-content .wp-block-media-text .wp-block-button {
  display: inline-block;
  margin-right: 3rem;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    #maintenance .entry-content .wp-block-media-text .wp-block-button {
      display: block;
      margin-right: 0; } }
@media only screen and (max-width: 768px) {
  #maintenance .entry-content .wp-block-button__link {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  #maintenance .maintenance-lead {
    margin-bottom: 6rem; } }
#maintenance .maintenance-lead h3 {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #maintenance .maintenance-lead h3 {
      text-align: left; } }
#maintenance .maintenance-lead p {
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #maintenance .maintenance-lead p {
      text-align: left; } }
@media only screen and (max-width: 768px) {
  #maintenance .section-title-line {
    padding-left: 4.4rem; } }
@media only screen and (max-width: 768px) {
  #maintenance .section-title-line:after {
    width: 28px; } }
#maintenance .maintenance-menu {
  margin-bottom: 6rem;
  overflow: hidden; }
  #maintenance .maintenance-menu__bg-box {
    background-color: #efefef;
    padding: 6rem;
    margin-bottom: 6rem; }
    @media only screen and (max-width: 768px) {
      #maintenance .maintenance-menu__bg-box {
        padding: 4rem 6%;
        margin-bottom: 4rem;
        width: 100%; } }
    #maintenance .maintenance-menu__bg-box .maintenance-menu {
      margin-bottom: 0; }
  #maintenance .maintenance-menu__title {
    line-height: 1.6; }
    @media only screen and (max-width: 768px) {
      #maintenance .maintenance-menu__title {
        font-size: 2rem;
        text-align: center; } }
  #maintenance .maintenance-menu__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -3rem; }
    @media only screen and (max-width: 768px) {
      #maintenance .maintenance-menu__list {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin: -2rem -1rem; } }
  #maintenance .maintenance-menu__item {
    width: 25%;
    padding: 3rem; }
    @media only screen and (max-width: 768px) {
      #maintenance .maintenance-menu__item {
        width: 50%;
        padding: 2rem 1rem; } }
    #maintenance .maintenance-menu__item a {
      color: #212121;
      display: block;
      text-decoration: none; }
    #maintenance .maintenance-menu__item figure img {
      -o-object-fit: contain;
         object-fit: contain;
      width: 100%;
      height: 100%; }
  #maintenance .maintenance-menu__copy {
    font-size: 1.6rem;
    margin: 1rem 0 0;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #maintenance .maintenance-menu__copy {
        font-size: 1.4rem;
        margin-top: .5rem;
        line-height: 1.5714285714; } }

.archives-event-post__list {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  width: 90%;
  margin: 4rem auto 6rem; }
  @media only screen and (max-width: 960px) {
    .archives-event-post__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 4rem 2rem;
      width: 89.4%; } }
  .archives-event-post__list article > a {
    position: relative; }
    .archives-event-post__list article > a figure {
      height: 210px;
      margin-bottom: 1rem; }
      @media only screen and (max-width: 768px) {
        .archives-event-post__list article > a figure {
          height: 92px; } }
  .archives-event-post__list article .tag.tag-area {
    background-color: #EFEFEF;
    color: #212121;
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-right: 8px; }
    @media only screen and (max-width: 768px) {
      .archives-event-post__list article .tag.tag-area {
        line-height: 1; } }
  .archives-event-post__list article .tag.tag-open {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 80px;
    text-align: center;
    padding: 5px 10px;
    background-color: rgba(33, 33, 33, 0.6);
    color: #fff;
    font-size: 1.4rem; }
  .archives-event-post__list article .post-shop-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      .archives-event-post__list article .post-shop-name {
        display: block;
        margin-bottom: 0.5rem; } }
    .archives-event-post__list article .post-shop-name span {
      color: #9D3500;
      font-size: 1.4rem;
      width: calc(100% - 68px);
      padding: .25rem 0 0; }
      @media only screen and (max-width: 768px) {
        .archives-event-post__list article .post-shop-name span {
          font-size: 1.2rem;
          display: block;
          width: 100%;
          padding: 0; } }
      .archives-event-post__list article .post-shop-name span.tag {
        display: inline-block;
        width: 80px;
        text-align: center; }
        @media only screen and (max-width: 768px) {
          .archives-event-post__list article .post-shop-name span.tag {
            width: auto; } }
  .archives-event-post__list article .post-title {
    margin-bottom: 1rem; }
  .archives-event-post__list article .post-date {
    padding-left: 2.5rem;
    background-image: url(../images/common/icon/icon-calendar.svg);
    background-size: 15px 16px;
    background-position: top 6px left;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      .archives-event-post__list article .post-date {
        background-position: top 3px left;
        background-size: 13px 13px;
        padding-left: 2rem; } }
    .archives-event-post__list article .post-date .meta-text {
      display: block;
      color: #6C6C6C;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        .archives-event-post__list article .post-date .meta-text {
          line-height: 1.2857142857; } }

@media only screen and (max-width: 768px) {
  #page-article.experience-index .section-title-line {
    padding-left: 4.4rem; }
    #page-article.experience-index .section-title-line:after {
      width: 2.8rem; } }
#page-article.experience-index .section-title-line--cs {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-index .section-title-line--cs {
      display: block; } }
  #page-article.experience-index .section-title-line--cs:after {
    top: 16px; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-index .section-title-line--cs:after {
        top: 11px; } }
  #page-article.experience-index .section-title-line--cs span {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-index .section-title-line--cs span {
        font-size: 2rem; } }
  #page-article.experience-index .section-title-line--cs small {
    color: #6C6C6C;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: 300;
    margin-left: 2rem;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-index .section-title-line--cs small {
        display: block;
        font-size: 1.2rem;
        margin-left: 0;
        margin-top: 1rem; } }
#page-article.experience-index .entry-content {
  margin-top: 6rem; }
  #page-article.experience-index .entry-content h2 {
    margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-index .entry-content {
      margin-top: 4rem; }
      #page-article.experience-index .entry-content h2 {
        margin-bottom: 4rem; } }
@media only screen and (max-width: 425px) {
  #page-article.experience-index .wp-block-button__link {
    width: 100%; } }

#page-article.experience-showroom .entry-content {
  margin: 8rem auto; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .entry-content {
      margin: 6rem auto; } }
  #page-article.experience-showroom .entry-content .map-iframe {
    margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .entry-content p {
      font-size: 1.6rem; } }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .entry-content .post-title {
      font-size: 1.4rem; } }
#page-article.experience-showroom .img-menu {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .img-menu {
      margin-bottom: 6rem; } }
#page-article.experience-showroom h3 {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom h3 {
      margin-bottom: 2rem; } }
#page-article.experience-showroom .archives-event-post__list {
  grid-template-columns: repeat(4, 1fr); }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .archives-event-post__list {
      grid-template-columns: repeat(2, 1fr); } }
#page-article.experience-showroom .info-block {
  background-color: #F5F5F5;
  padding: 3rem;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .info-block {
      margin-bottom: 4rem; } }
  #page-article.experience-showroom .info-block > *:last-child {
    margin-bottom: 0; }
#page-article.experience-showroom .gallery-block {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .gallery-block {
      margin-bottom: 6rem; } }
  #page-article.experience-showroom .gallery-block .gallery-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .gallery-block .gallery-list {
        grid-template-columns: 1fr;
        gap: 2rem; } }
    #page-article.experience-showroom .gallery-block .gallery-list > *:first-child {
      grid-column-start: 1;
      grid-column-end: 3; }
      @media only screen and (max-width: 768px) {
        #page-article.experience-showroom .gallery-block .gallery-list > *:first-child {
          grid-column-start: auto;
          grid-column-end: auto; } }
  #page-article.experience-showroom .gallery-block ul {
    margin-top: 3rem; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .gallery-block ul {
        margin-top: 2rem; } }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .gallery-block li {
      font-size: 1.4rem; } }
#page-article.experience-showroom table th {
  width: 140px;
  padding-right: 3rem;
  padding-top: 2rem;
  padding-bottom: 2rem; }
#page-article.experience-showroom table td {
  width: calc(100% - 140px);
  padding-top: 2rem;
  padding-bottom: 2rem; }
#page-article.experience-showroom table + p {
  margin-top: 4rem; }
#page-article.experience-showroom .nav-sns {
  margin: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 425px) {
    #page-article.experience-showroom .nav-sns {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-top: -2rem; } }
  #page-article.experience-showroom .nav-sns li {
    margin: 0 2rem 0 0;
    list-style: none; }
    @media only screen and (max-width: 425px) {
      #page-article.experience-showroom .nav-sns li {
        margin-top: 2rem; } }
  #page-article.experience-showroom .nav-sns a {
    background-color: #E6E6E6;
    border-radius: 50%;
    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;
    text-decoration: none;
    -webkit-transition: background .3s;
    transition: background .3s;
    width: 42px;
    height: 42px; }
    #page-article.experience-showroom .nav-sns a svg {
      fill: #392D2D;
      -webkit-transition: fill .3s;
      transition: fill .3s; }
      #page-article.experience-showroom .nav-sns a svg .b {
        fill: rgba(0, 0, 0, 0); }
    #page-article.experience-showroom .nav-sns a:hover {
      background-color: #392D2D; }
      @media only screen and (max-width: 768px) {
        #page-article.experience-showroom .nav-sns a:hover {
          background-color: #E6E6E6;
          color: inherit; } }
      #page-article.experience-showroom .nav-sns a:hover svg {
        fill: #fff; }
        @media only screen and (max-width: 768px) {
          #page-article.experience-showroom .nav-sns a:hover svg {
            fill: inherit; } }
    #page-article.experience-showroom .nav-sns a:after {
      display: none; }
  #page-article.experience-showroom .nav-sns--insta img {
    width: 16px; }
  #page-article.experience-showroom .nav-sns--youtube svg {
    width: 18px; }
  #page-article.experience-showroom .nav-sns--twitter img {
    width: 18px; }
  #page-article.experience-showroom .nav-sns--facebook img {
    width: 10px; }
#page-article.experience-showroom .wp-block-columns > * {
  margin-left: 4rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .wp-block-columns > * {
      margin-left: 0; } }
  #page-article.experience-showroom .wp-block-columns > *:first-child {
    margin-left: 0; }
@media only screen and (max-width: 768px) {
  #page-article.experience-showroom .wp-map-columns {
    margin-bottom: 3rem; } }
@media only screen and (max-width: 425px) {
  #page-article.experience-showroom .wp-block-button__link {
    width: 100%; } }
#page-article.experience-showroom .event-header {
  margin-top: 6rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .event-header {
      margin-top: 3rem; } }
  #page-article.experience-showroom .event-header + .entry-content {
    margin-top: 2rem; }
  #page-article.experience-showroom .event-header .container {
    padding: 0; }
  #page-article.experience-showroom .event-header .event-title {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .event-header .event-title {
        line-height: 1.5833333333; } }
  #page-article.experience-showroom .event-header .tag.tag-area {
    background-color: #EFEFEF;
    color: #212121;
    font-size: 1.2rem;
    padding: 5px 10px;
    margin-right: 8px; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .event-header .tag.tag-area {
        padding: 4px 10px; } }
  #page-article.experience-showroom .event-header .tag.tag-open {
    min-width: 80px;
    text-align: center;
    padding: 5px 10px;
    margin-bottom: 4rem;
    display: inline-block;
    background-color: rgba(33, 33, 33, 0.6);
    color: #fff;
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .event-header .tag.tag-open {
        margin-bottom: 3rem; } }
  #page-article.experience-showroom .event-header .post-shop-name {
    margin-bottom: 1rem; }
    #page-article.experience-showroom .event-header .post-shop-name span {
      color: #9D3500;
      font-size: 1.4rem; }
      @media only screen and (max-width: 768px) {
        #page-article.experience-showroom .event-header .post-shop-name span {
          font-size: 1.2rem; } }
  #page-article.experience-showroom .event-header .post-title {
    margin-bottom: 1rem; }
  #page-article.experience-showroom .event-header .post-date {
    padding-left: 2.5rem;
    background-image: url(../images/common/icon/icon-calendar.svg);
    background-size: 15px 16px;
    background-position: center left;
    background-repeat: no-repeat; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .event-header .post-date {
        background-size: 13px 13px;
        padding-left: 2rem; } }
    #page-article.experience-showroom .event-header .post-date .meta-text {
      display: block;
      color: #6C6C6C;
      font-size: 1.8rem; }
      @media only screen and (max-width: 768px) {
        #page-article.experience-showroom .event-header .post-date .meta-text {
          line-height: 1.6; } }
@media only screen and (max-width: 768px) {
  #page-article.experience-showroom .widget-aria {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  #page-article.experience-showroom .widget-block .user-photo-title {
    padding-left: 6%; } }
#page-article.experience-showroom .widget-block .user-photo-container {
  overflow: hidden; }
@media only screen and (max-width: 768px) {
  #page-article.experience-showroom .widget-link-block {
    width: 89.4%;
    margin: auto; } }
@media only screen and (max-width: 768px) {
  #page-article.experience-showroom .event-slider-block {
    width: 100%; } }
@media only screen and (max-width: 768px) {
  #page-article.experience-showroom .event-slider-block > *:first-child {
    margin-bottom: 3rem; } }
@media only screen and (max-width: 768px) {
  #page-article.experience-showroom .event-slider-block > *:last-child {
    padding: 0 5.25%;
    margin: auto; } }
#page-article.experience-showroom .wp-block-group {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .wp-block-group {
      margin-bottom: 6rem; } }
  #page-article.experience-showroom .wp-block-group .wp-block-group__inner-container > * {
    margin-bottom: 6rem; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .wp-block-group .wp-block-group__inner-container > * {
        margin-bottom: 2rem; } }
  @media only screen and (max-width: 768px) {
    #page-article.experience-showroom .wp-block-group .wp-block-group__inner-container > ul {
      margin-top: 2rem; } }
  #page-article.experience-showroom .wp-block-group .wp-block-columns > * {
    margin-left: 6rem; }
    @media only screen and (max-width: 768px) {
      #page-article.experience-showroom .wp-block-group .wp-block-columns > * {
        margin-left: 0; } }
    #page-article.experience-showroom .wp-block-group .wp-block-columns > *:first-child {
      margin-left: 0; }

@media only screen and (max-width: 768px) {
  .event-slider {
    padding-right: 0; } }
.event-slider .slider-main {
  overflow: hidden;
  margin: 0 0 2rem 0; }
  .event-slider .slider-main span {
    height: 338px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    position: relative; }
    @media only screen and (max-width: 768px) {
      .event-slider .slider-main span {
        width: 100%;
        height: 0;
        padding-top: 58.4%; } }
  .event-slider .slider-main img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%; }
    @media only screen and (max-width: 768px) {
      .event-slider .slider-main img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto; } }
.event-slider .slick-prev,
.event-slider .slick-next {
  background-color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 50%;
  z-index: 3; }
  .event-slider .slick-prev:before,
  .event-slider .slick-next:before {
    content: "";
    display: block;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .event-slider .slick-prev:hover,
  .event-slider .slick-next:hover {
    background: rgba(0, 0, 0, 0.4); }
.event-slider .slick-prev {
  left: 0; }
  .event-slider .slick-prev:before {
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
.event-slider .slick-next {
  right: 0; }
  .event-slider .slick-next:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
.event-slider .slider-select .slick-prev,
.event-slider .slider-select .slick-next {
  display: none !important; }
@media screen and (min-width: 769px) {
  .event-slider .slider-select .slick-track {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.8rem;
    width: 100% !important; }
    .event-slider .slider-select .slick-track:before {
      content: none !important; } }
.event-slider .slider-select .slick-slide {
  margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    .event-slider .slider-select .slick-slide {
      float: none !important;
      cursor: pointer;
      width: 100% !important;
      overflow: hidden; } }
@media only screen and (max-width: 768px) {
  .event-slider .slider-select .slick-list {
    padding: 0 2rem; } }
.event-slider .slider-select span {
  display: block;
  width: 100%;
  padding-top: 81px;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .event-slider .slider-select span {
      width: calc(100% - 5px);
      margin-right: 5px;
      padding-top: 58.75%; } }
.event-slider .slider-select img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  opacity: 1; }
.event-slider .slider-select .slick-current img {
  opacity: 0.5; }

.map-iframe {
  position: relative;
  width: 100%;
  height: 400px;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    .map-iframe {
      height: 175px; } }
  .map-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お問い合わせ */
#contact.contact-index {
  margin-bottom: 14rem; }
  @media only screen and (max-width: 768px) {
    #contact.contact-index {
      margin-bottom: 12rem; } }
@media only screen and (max-width: 768px) {
  #contact .entry-header .entry-header-inner {
    margin: 5rem auto; } }
#contact .entry-header .entry-title {
  font-size: 4.4rem; }
  @media only screen and (max-width: 768px) {
    #contact .entry-header .entry-title {
      font-size: 2.8rem; } }
#contact .entry-content > div:first-child {
  width: 100%;
  max-width: inherit; }
#contact .entry-content .hidden-area,
#contact .entry-content .wpcf7c-force-hide {
  display: none !important; }
#contact .entry-content .wpcf7-not-valid-tip {
  width: 100%;
  color: #A61415;
  font-size: 1.2rem;
  font-weight: 300;
  display: block;
  padding-top: 10px; }
#contact .entry-content span.required {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
  width: 45px;
  padding: 3.5px 0;
  margin-left: 14px;
  color: #fff;
  background-color: #A61415; }
  @media only screen and (max-width: 768px) {
    #contact .entry-content span.required {
      font-size: 1rem;
      width: 38px;
      margin-left: 10px; } }
#contact .entry-content .step {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 768px) {
    #contact .entry-content .step {
      width: 89.4%; } }
  #contact .entry-content .step-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 977px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: calc(6rem + 1.6rem); }
    @media only screen and (max-width: 768px) {
      #contact .entry-content .step-list {
        margin-top: 5rem; } }
    #contact .entry-content .step-list li:not(.line) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-flow: column;
              flex-flow: column;
      width: 180px;
      height: 80px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      list-style: none;
      margin: 0;
      padding: 0;
      font-size: 1.8rem;
      font-weight: 300;
      position: relative; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .step-list li:not(.line) {
          width: 80px;
          height: 60px;
          font-size: 1.4rem; } }
      #contact .entry-content .step-list li:not(.line)::before {
        position: absolute;
        content: "";
        width: 100px;
        height: 1px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        background-color: #212121; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .step-list li:not(.line)::before {
            width: 100%; } }
      #contact .entry-content .step-list li:not(.line).wpcf7c-force-hide {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important; }
        #contact .entry-content .step-list li:not(.line).wpcf7c-force-hide::before {
          content: none; }
      #contact .entry-content .step-list li:not(.line) span {
        display: block;
        font-size: 1.2rem; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .step-list li:not(.line) span {
            font-size: 1rem; } }
    #contact .entry-content .step-list .line {
      list-style: none;
      width: 212px;
      height: 1px;
      margin: auto 0;
      padding: 0;
      background-color: #888888; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .step-list .line {
          width: 14%;
          min-width: 47px; } }
#contact .entry-content .form-inner {
  max-width: 1200px;
  margin: auto; }
  #contact .entry-content .form-inner .message-area {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto; }
    @media only screen and (max-width: 768px) {
      #contact .entry-content .form-inner .message-area {
        width: 100%; } }
    #contact .entry-content .form-inner .message-area p {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .form-inner .message-area p {
          font-size: 1.4rem;
          letter-spacing: -0.014em; } }
      #contact .entry-content .form-inner .message-area p.thanks-text {
        font-size: 3.2rem;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .message-area p.thanks-text {
            font-size: 2rem;
            letter-spacing: inherit; } }
  #contact .entry-content .form-inner .input-area {
    padding-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      #contact .entry-content .form-inner .input-area {
        padding-bottom: 2rem; } }
    #contact .entry-content .form-inner .input-area dl {
      padding: 3rem 0;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .form-inner .input-area dl {
          padding: 2rem 0; } }
      #contact .entry-content .form-inner .input-area dl dt {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.875; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .input-area dl dt {
            font-size: 1.4rem; } }
      #contact .entry-content .form-inner .input-area dl dd {
        font-size: 1.6rem;
        margin: 0;
        position: relative; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .input-area dl dd {
            font-size: 1.4rem;
            margin-top: 10px; } }
        #contact .entry-content .form-inner .input-area dl dd > .input {
          font-size: 1.6rem;
          font-weight: 300;
          display: block;
          padding: 11.25px 0;
          width: 100%;
          max-width: 800px;
          line-height: 1.875; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl dd > .input {
              font-size: 1.4rem;
              padding: 0; } }
        #contact .entry-content .form-inner .input-area dl dd select {
          -webkit-appearance: none;
             -moz-appearance: none;
                  appearance: none;
          width: 100%;
          height: 48px;
          padding: 0 18px;
          margin: 30px auto 0;
          background-color: #fff;
          border-color: #888888;
          border-radius: 4px;
          cursor: pointer;
          background-image: url("../images/common/icon/icon_arrow_select.svg");
          background-size: 10px;
          background-repeat: no-repeat;
          background-position: center right 1rem;
          color: #212121;
          font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
          font-size: 1.6rem;
          font-weight: 300; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl dd select {
              margin-top: 0;
              font-size: 1.4rem; } }
        #contact .entry-content .form-inner .input-area dl dd input[type="text"],
        #contact .entry-content .form-inner .input-area dl dd input[type="email"] {
          height: 48px;
          padding: 1.3rem;
          border-color: #888888;
          font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
          font-size: 1.6rem;
          font-weight: 300; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl dd input[type="text"],
            #contact .entry-content .form-inner .input-area dl dd input[type="email"] {
              font-size: 1.4rem; } }
          #contact .entry-content .form-inner .input-area dl dd input[type="text"]::-webkit-input-placeholder,
          #contact .entry-content .form-inner .input-area dl dd input[type="email"]::-webkit-input-placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
          #contact .entry-content .form-inner .input-area dl dd input[type="text"]:-ms-input-placeholder,
          #contact .entry-content .form-inner .input-area dl dd input[type="email"]:-ms-input-placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
          #contact .entry-content .form-inner .input-area dl dd input[type="text"]::-ms-input-placeholder,
          #contact .entry-content .form-inner .input-area dl dd input[type="email"]::-ms-input-placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
          #contact .entry-content .form-inner .input-area dl dd input[type="text"]::placeholder,
          #contact .entry-content .form-inner .input-area dl dd input[type="email"]::placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
            @media only screen and (max-width: 768px) {
              #contact .entry-content .form-inner .input-area dl dd input[type="text"]::-webkit-input-placeholder,
              #contact .entry-content .form-inner .input-area dl dd input[type="email"]::-webkit-input-placeholder {
                font-size: 1.4rem; }
              #contact .entry-content .form-inner .input-area dl dd input[type="text"]:-ms-input-placeholder,
              #contact .entry-content .form-inner .input-area dl dd input[type="email"]:-ms-input-placeholder {
                font-size: 1.4rem; }
              #contact .entry-content .form-inner .input-area dl dd input[type="text"]::-ms-input-placeholder,
              #contact .entry-content .form-inner .input-area dl dd input[type="email"]::-ms-input-placeholder {
                font-size: 1.4rem; }
              #contact .entry-content .form-inner .input-area dl dd input[type="text"]::placeholder,
              #contact .entry-content .form-inner .input-area dl dd input[type="email"]::placeholder {
                font-size: 1.4rem; } }
        #contact .entry-content .form-inner .input-area dl dd textarea {
          resize: none;
          max-width: 800px;
          height: 200px;
          padding: 1.3rem;
          border-color: #888888;
          font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
          font-size: 1.6rem;
          font-weight: 300;
          line-height: 1.875; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl dd textarea {
              font-size: 1.4rem;
              width: 100%;
              max-width: inherit; } }
          #contact .entry-content .form-inner .input-area dl dd textarea::-webkit-input-placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
          #contact .entry-content .form-inner .input-area dl dd textarea:-ms-input-placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
          #contact .entry-content .form-inner .input-area dl dd textarea::-ms-input-placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
          #contact .entry-content .form-inner .input-area dl dd textarea::placeholder {
            color: #BEBEBE;
            font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
            font-size: 1.6rem;
            font-weight: 300;
            font-size: 14px; }
            @media only screen and (max-width: 768px) {
              #contact .entry-content .form-inner .input-area dl dd textarea::-webkit-input-placeholder {
                font-size: 1.4rem; }
              #contact .entry-content .form-inner .input-area dl dd textarea:-ms-input-placeholder {
                font-size: 1.4rem; }
              #contact .entry-content .form-inner .input-area dl dd textarea::-ms-input-placeholder {
                font-size: 1.4rem; }
              #contact .entry-content .form-inner .input-area dl dd textarea::placeholder {
                font-size: 1.4rem; } }
        #contact .entry-content .form-inner .input-area dl dd input[name=your-name],
        #contact .entry-content .form-inner .input-area dl dd input[name=your-name-ruby] {
          max-width: 400px; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl dd input[name=your-name],
            #contact .entry-content .form-inner .input-area dl dd input[name=your-name-ruby] {
              width: 100%;
              max-width: inherit; } }
        #contact .entry-content .form-inner .input-area dl dd input[name=your-address],
        #contact .entry-content .form-inner .input-area dl dd input[name=your-email] {
          max-width: 600px; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl dd input[name=your-address],
            #contact .entry-content .form-inner .input-area dl dd input[name=your-email] {
              width: 100%;
              max-width: inherit; } }
        #contact .entry-content .form-inner .input-area dl dd input[name=addr11] {
          display: none; }
      #contact .entry-content .form-inner .input-area dl.zip11 dd > span:not(.input) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        #contact .entry-content .form-inner .input-area dl.zip11 dd > span:not(.input) input[name=zip11] {
          max-width: 200px; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl.zip11 dd > span:not(.input) input[name=zip11] {
              width: calc(100% - 136px);
              max-width: inherit; } }
        #contact .entry-content .form-inner .input-area dl.zip11 dd > span:not(.input) #addressSearch {
          width: 116px;
          margin-left: 20px;
          font-size: 1.4rem;
          font-weight: 300;
          text-align: center;
          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;
          background-color: #fff;
          border: 1px solid #888888;
          cursor: pointer;
          -webkit-transition: -webkit-filter 0.3s;
          transition: -webkit-filter 0.3s;
          transition: filter 0.3s;
          transition: filter 0.3s, -webkit-filter 0.3s; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .input-area dl.zip11 dd > span:not(.input) #addressSearch {
              margin-left: auto; } }
          #contact .entry-content .form-inner .input-area dl.zip11 dd > span:not(.input) #addressSearch:hover {
            -webkit-filter: brightness(0.9);
                    filter: brightness(0.9); }
    #contact .entry-content .form-inner .input-area dl.step-contact {
      width: 100%;
      max-width: 1200px;
      background-color: #EFEFEF;
      padding: 4.5rem 0;
      margin: 0 auto 3rem;
      text-align: center; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .form-inner .input-area dl.step-contact {
          padding: 3.5rem 0;
          margin-bottom: 2rem; } }
      #contact .entry-content .form-inner .input-area dl.step-contact dt {
        font-weight: 300;
        width: 90%;
        margin: 0 auto; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .input-area dl.step-contact dt {
            width: 89.4%;
            text-align: left; } }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .input-area dl.step-contact dt span.required {
            margin-left: 0; } }
      #contact .entry-content .form-inner .input-area dl.step-contact dd {
        margin: 0 auto;
        width: 90%;
        max-width: 600px;
        text-align: left; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .input-area dl.step-contact dd {
            width: 89.4%;
            margin: 10px auto 0; } }
    #contact .entry-content .form-inner .input-area dl:not(.step-contact) {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 90%;
      max-width: 1200px;
      margin: 0 auto; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .form-inner .input-area dl:not(.step-contact) {
          display: block;
          width: 89.4%; } }
      #contact .entry-content .form-inner .input-area dl:not(.step-contact) dt {
        width: 200px; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .input-area dl:not(.step-contact) dt {
            width: 100%; } }
      #contact .entry-content .form-inner .input-area dl:not(.step-contact) dd {
        width: calc(100% - 260px); }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .input-area dl:not(.step-contact) dd {
            width: 100%; } }
  #contact .entry-content .form-inner .acceptance-area {
    width: 90%;
    margin: 0 auto;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      #contact .entry-content .form-inner .acceptance-area {
        width: 89.4%; } }
    #contact .entry-content .form-inner .acceptance-area .acceptance {
      width: 100%;
      font-size: 1.6rem;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .form-inner .acceptance-area .acceptance {
          font-size: 1.4rem; } }
      #contact .entry-content .form-inner .acceptance-area .acceptance a::after {
        content: none; }
  #contact .entry-content .form-inner .submit-area {
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media only screen and (max-width: 768px) {
      #contact .entry-content .form-inner .submit-area {
        width: 89.4%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-flow: column-reverse;
                flex-flow: column-reverse; } }
    #contact .entry-content .form-inner .submit-area .confirm-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      gap: 30px; }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .form-inner .submit-area .confirm-wrapper {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          width: 100%;
          gap: 20px; } }
      #contact .entry-content .form-inner .submit-area .confirm-wrapper button {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        font-family: "Noto Serif JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
        font-size: 1.4rem;
        font-weight: 300;
        min-width: 200px;
        background-color: #58463D;
        border: 1px solid #58463D;
        text-decoration: none;
        -webkit-transition: background-color .3s, color .3s;
        transition: background-color .3s, color .3s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin: auto; }
        @media only screen and (max-width: 768px) {
          #contact .entry-content .form-inner .submit-area .confirm-wrapper button {
            width: 100%; } }
        #contact .entry-content .form-inner .submit-area .confirm-wrapper button:hover {
          background-color: #fff;
          color: #58463D; }
          @media only screen and (max-width: 768px) {
            #contact .entry-content .form-inner .submit-area .confirm-wrapper button:hover {
              background-color: #58463D;
              color: #fff; } }
#contact .entry-content .mw_wp_form_confirm form .form-inner .input-area dl dd > .input {
  padding: 0; }
#contact .entry-content .mw_wp_form_confirm form .form-inner .submit-area .confirm-wrapper button:first-child {
  background: #fff;
  color: #212121;
  gap: 10px; }
  #contact .entry-content .mw_wp_form_confirm form .form-inner .submit-area .confirm-wrapper button:first-child::before {
    content: '';
    display: inline-block;
    min-width: 23px;
    height: 5px;
    background-image: url(../images/common/icon/icon_arrow.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
  #contact .entry-content .mw_wp_form_confirm form .form-inner .submit-area .confirm-wrapper button:first-child:hover {
    background: #212121;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      #contact .entry-content .mw_wp_form_confirm form .form-inner .submit-area .confirm-wrapper button:first-child:hover {
        background: #fff;
        color: #212121; } }
    #contact .entry-content .mw_wp_form_confirm form .form-inner .submit-area .confirm-wrapper button:first-child:hover::before {
      background-image: url(../images/common/icon/icon_arrow_w.svg); }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .mw_wp_form_confirm form .form-inner .submit-area .confirm-wrapper button:first-child:hover::before {
          background-image: url(../images/common/icon/icon_arrow.svg); } }
@media only screen and (max-width: 768px) {
  #contact .entry-content .mw_wp_form_complete .back-top-wrapper {
    margin-left: 0;
    margin-right: 0; } }
#contact .entry-content .mw_wp_form_complete .back-top-button {
  border: 1px solid #212121;
  color: #212121;
  letter-spacing: 0.0333em;
  line-height: 1.25;
  padding: 1.1em 1.44em;
  text-decoration: none;
  font-size: 1.4rem;
  width: 200px;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
  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;
  gap: 10px; }
  @media only screen and (max-width: 768px) {
    #contact .entry-content .mw_wp_form_complete .back-top-button {
      width: 100%; } }
  #contact .entry-content .mw_wp_form_complete .back-top-button::before {
    content: '';
    display: inline-block;
    min-width: 23px;
    height: 5px;
    background-image: url(../images/common/icon/icon_arrow.svg);
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
  #contact .entry-content .mw_wp_form_complete .back-top-button:hover {
    background-color: #212121;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      #contact .entry-content .mw_wp_form_complete .back-top-button:hover {
        color: #212121;
        background-color: #fff; } }
    #contact .entry-content .mw_wp_form_complete .back-top-button:hover::before {
      background-image: url(../images/common/icon/icon_arrow_w.svg); }
      @media only screen and (max-width: 768px) {
        #contact .entry-content .mw_wp_form_complete .back-top-button:hover::before {
          background-image: url(../images/common/icon/icon_arrow.svg); } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: よくあるご質問 */
.faq .page-title {
  background-color: #fff; }
  .faq .page-title-text-wrapper {
    height: auto; }
  .faq .page-title-text-container {
    padding: 4rem 0 7.4rem; }
    @media only screen and (max-width: 768px) {
      .faq .page-title-text-container {
        padding: 5rem 0; } }
  .faq .page-title__text {
    text-align: center;
    color: #212121; }
.faq.faq-article .product-search {
  margin: 0 auto 8rem;
  max-width: 1200px; }
  @media only screen and (max-width: 768px) {
    .faq.faq-article .product-search {
      margin-bottom: 6rem; } }
@media only screen and (max-width: 768px) {
  .faq.faq-article #page-article {
    margin-bottom: 6rem; } }
@media only screen and (max-width: 768px) {
  .faq.faq-article #page-article .entry-content .wp-block-columns {
    width: 100%; } }
.faq #page-article .entry-header-inner {
  margin: 7rem auto 7.6rem; }
  @media only screen and (max-width: 768px) {
    .faq #page-article .entry-header-inner {
      margin: 5rem auto; } }
.faq .faq-outline {
  width: 100%; }
  .faq .faq-outline .faq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3rem 1.6rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #DEDEDE; }
    @media only screen and (max-width: 768px) {
      .faq .faq-outline .faq {
        display: block;
        padding: 2rem 6%; } }
    .faq .faq-outline .faq:first-child {
      border-top: 1px solid #DEDEDE; }
    .faq .faq-outline .faq:nth-child(2n) {
      padding-top: 4rem; }
      @media only screen and (max-width: 768px) {
        .faq .faq-outline .faq:nth-child(2n) {
          padding-top: 2rem; } }
    .faq .faq-outline .faq dt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 48px;
      height: 48px;
      border-radius: 50%;
      margin: 0;
      font-size: 1.8rem;
      font-weight: 500;
      color: #fff; }
      .faq .faq-outline .faq dt.dt-q {
        background-color: #58463D; }
        @media only screen and (max-width: 768px) {
          .faq .faq-outline .faq dt.dt-q {
            margin-bottom: 6px; } }
      .faq .faq-outline .faq dt.dt-a {
        background-color: #A61415;
        margin-top: -1rem; }
        @media only screen and (max-width: 768px) {
          .faq .faq-outline .faq dt.dt-a {
            margin-top: 0;
            margin-bottom: 2rem; } }
    .faq .faq-outline .faq dd {
      width: calc(100% - 80px);
      margin: auto 0;
      line-height: 1.875; }
      @media only screen and (max-width: 768px) {
        .faq .faq-outline .faq dd {
          width: 100%; } }
      .faq .faq-outline .faq dd.dd-q {
        font-size: 2.4rem;
        font-weight: 500; }
        @media only screen and (max-width: 768px) {
          .faq .faq-outline .faq dd.dd-q {
            font-size: 2rem; } }
      .faq .faq-outline .faq dd.dd-a {
        font-size: 1.6rem; }
        @media only screen and (max-width: 768px) {
          .faq .faq-outline .faq dd.dd-a {
            font-size: 1.4rem; } }
.faq .scene-single-widget:nth-child(3) .widget-aria {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    .faq .scene-single-widget:nth-child(3) .widget-aria {
      width: 100%;
      margin-bottom: 6rem; } }
  .faq .scene-single-widget:nth-child(3) .widget-aria .widget-title {
    font-size: 2.4rem;
    padding-left: 0;
    margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .faq .scene-single-widget:nth-child(3) .widget-aria .widget-title {
        font-size: 2rem;
        width: 89.4%;
        margin: 0 auto; } }
    .faq .scene-single-widget:nth-child(3) .widget-aria .widget-title::before {
      content: none; }
  .faq .scene-single-widget:nth-child(3) .widget-aria .related-faq-post__list {
    margin: 8rem auto; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: プライバシーポリシー・利用規約 */
@media only screen and (max-width: 768px) {
  #privacypolicy #page-article,
  #terms #page-article {
    margin-bottom: 8rem; } }
#privacypolicy #page-article .entry-header-inner,
#terms #page-article .entry-header-inner {
  min-height: auto;
  margin: 4rem auto 5.6rem;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    #privacypolicy #page-article .entry-header-inner,
    #terms #page-article .entry-header-inner {
      margin: 5rem auto 4.5rem; } }
#privacypolicy .entry-content .wp-block-columns,
#terms .entry-content .wp-block-columns {
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    #privacypolicy .entry-content .wp-block-columns,
    #terms .entry-content .wp-block-columns {
      margin-bottom: 1rem; } }
  #privacypolicy .entry-content .wp-block-columns > *,
  #terms .entry-content .wp-block-columns > * {
    margin-bottom: 3rem; }
@media only screen and (max-width: 768px) {
  #privacypolicy .entry-content h3,
  #terms .entry-content h3 {
    font-size: 2rem; } }
#privacypolicy .entry-content li,
#terms .entry-content li {
  padding-left: 1rem; }

/*index: プライバシーポリシー*/
#privacypolicy .entry-content li {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
  padding-left: 1.2em;
  text-indent: -1.2em; }
  #privacypolicy .entry-content li p {
    margin-bottom: 1rem;
    text-indent: 0;
    margin-left: 1.3em; }
#privacypolicy .entry-content p {
  text-indent: 1em; }
#privacypolicy .entry-content ol ol,
#privacypolicy .entry-content ol ul {
  margin: 2rem 0 2rem 0; }
#privacypolicy .entry-content li li li p {
  margin-left: 0; }
#privacypolicy .entry-content ul,
#privacypolicy .entry-content ol {
  margin-bottom: 2rem;
  margin-top: 0; }
#privacypolicy .entry-content .text-indent-unset {
  text-indent: unset; }
#privacypolicy .entry-content h3 + ol > li {
  text-indent: -2.5em;
  margin-left: 2.5em;
  padding-left: 0; }
  #privacypolicy .entry-content h3 + ol > li ul,
  #privacypolicy .entry-content h3 + ol > li ol {
    margin-left: -2em; }
#privacypolicy .entry-content .u-ml0 {
  margin-left: 0; }
#privacypolicy .entry-content .u-ml-16em {
  margin-left: -1.6em; }

@media only screen and (max-width: 768px) {
  #privacypolicy .entry-content li {
    margin: 1rem 0 0 0; }
  #privacypolicy .entry-content ul {
    margin-bottom: 2rem;
    margin-left: 0; }
  #privacypolicy .entry-content ol {
    margin-bottom: 2rem;
    margin-left: 0; }
    #privacypolicy .entry-content ol ol,
    #privacypolicy .entry-content ol ul {
      margin: 0 0 2rem 0; }
  #privacypolicy .entry-content li p,
  #privacypolicy .entry-content .u-ml-reset {
    margin-left: 0; }
  #privacypolicy .entry-content .text-ml-negative_sp {
    margin-left: -1.2em; }
  #privacypolicy .entry-content .list-style-brackets li {
    padding-left: 2.5em;
    text-indent: -2.5em; }
  #privacypolicy .entry-content .list-style-oneword li {
    padding-left: 1.2em;
    text-indent: -1.2em; }
  #privacypolicy .entry-content .u-ml-16em {
    margin-left: 0; }
  #privacypolicy .entry-content .text-indent-md_sp li {
    margin-left: -1.2em;
    padding-left: 1.2em;
    text-indent: -1.2em; }
  #privacypolicy .entry-content li.text-indent-reset_sp {
    padding-left: 0;
    text-indent: 0; } }
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 404ページ */
#error-404 #page-article .entry-header-inner {
  min-height: auto;
  margin: 4.8rem auto 4.8rem;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    #error-404 #page-article .entry-header-inner {
      margin: 5rem auto; } }
#error-404 #page-article .entry-title {
  font-size: 4.4rem; }
  @media only screen and (max-width: 768px) {
    #error-404 #page-article .entry-title {
      font-size: 2.8rem; } }
#error-404 .container {
  padding-top: 0;
  padding-bottom: 0; }
#error-404 .img-box {
  max-width: 800px;
  margin: 0 auto 4rem; }
#error-404 h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin: 3rem auto 2rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #error-404 h2 {
      font-size: 2rem;
      line-height: 1.6;
      margin: 3rem auto; } }
#error-404 p {
  font-size: 1.6rem;
  line-height: 1.875;
  margin-bottom: 4rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #error-404 p {
      font-size: 1.4rem; } }
#error-404 .button--back {
  max-width: 230px; }
  @media only screen and (max-width: 425px) {
    #error-404 .button--back {
      max-width: 100%; } }
  #error-404 .button--back:hover svg path {
    fill: #fff; }
  @media only screen and (max-width: 768px) {
    #error-404 .button--back:hover {
      background-color: #fff;
      color: #212121; }
      #error-404 .button--back:hover svg path {
        fill: #212121; } }
#error-404 .nav-search {
  max-width: 400px;
  margin: 4rem auto 8rem; }
  #error-404 .nav-search .search__input {
    font-family: inherit;
    height: 44px; }
    #error-404 .nav-search .search__input::-webkit-input-placeholder {
      color: #BEBEBE; }
    #error-404 .nav-search .search__input:-ms-input-placeholder {
      color: #BEBEBE; }
    #error-404 .nav-search .search__input::-ms-input-placeholder {
      color: #BEBEBE; }
    #error-404 .nav-search .search__input::placeholder {
      color: #BEBEBE; }
  @media only screen and (max-width: 768px) {
    #error-404 .nav-search {
      margin: 4rem auto 6rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: english */
#english {
  margin-bottom: 14rem; }
  @media only screen and (max-width: 768px) {
    #english {
      margin-bottom: 12rem; } }
  @media only screen and (max-width: 768px) {
    #english p {
      line-height: 24px; } }
  #english > * {
    margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    #english .wp-block-image {
      margin-bottom: 2rem; } }
  @media only screen and (max-width: 768px) {
    #english .wp-block-column {
      margin-bottom: 1.5rem; }
      #english .wp-block-column:last-child {
        margin-bottom: 0; }
      #english .wp-block-column > * {
        margin-bottom: 1.5rem; } }
  @media only screen and (max-width: 768px) {
    #english .wp-block-column .wp-block-image {
      margin-bottom: 0rem; } }
  @media only screen and (max-width: 425px) {
    #english .wp-block-column .has-text-align-center {
      letter-spacing: 0.1px; } }
  #english .english-lead {
    margin-bottom: 10rem; }
    @media only screen and (max-width: 768px) {
      #english .english-lead {
        margin-bottom: 6rem; } }
    #english .english-lead > * {
      margin-bottom: 6rem; }
  #english .english-message {
    max-width: 800px;
    margin: 0 auto 7rem; }
    @media only screen and (max-width: 768px) {
      #english .english-message {
        margin-bottom: 6rem; } }
    #english .english-message > * {
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        #english .english-message > * {
          margin-bottom: 2rem; } }
      #english .english-message > *:last-child {
        margin-bottom: 0; }
  #english .english-sign > * {
    text-align: right;
    margin-bottom: 0;
    font-weight: 300; }
    #english .english-sign > * h4 {
      font-size: 2.4rem;
      font-weight: 300; }
      @media only screen and (max-width: 768px) {
        #english .english-sign > * h4 {
          font-size: 1.8rem; } }
  #english .english-sign h4 {
    font-size: 2.4rem;
    font-weight: 300; }
    @media only screen and (max-width: 768px) {
      #english .english-sign h4 {
        font-size: 1.8rem; } }
  #english .english-table {
    margin-bottom: 10rem; }
    @media only screen and (max-width: 768px) {
      #english .english-table {
        margin-bottom: 6rem; } }
    #english .english-table h3 {
      margin-bottom: 2rem; }
      @media only screen and (max-width: 768px) {
        #english .english-table h3 {
          font-size: 2rem; } }
    #english .english-table .wp-block-table {
      margin-bottom: 3rem; }
    #english .english-table th {
      line-height: 36px;
      padding: 2rem 3rem;
      width: 248px; }
      @media only screen and (max-width: 768px) {
        #english .english-table th {
          padding: 2rem;
          width: 125px;
          line-height: 24px; } }
    #english .english-table td {
      line-height: 36px;
      padding: 2rem 3rem; }
      @media only screen and (max-width: 768px) {
        #english .english-table td {
          padding: 2rem;
          padding-left: 0;
          line-height: 24px; } }
  #english > .wp-block-columns {
    margin-bottom: 6rem; }
    @media only screen and (max-width: 768px) {
      #english > .wp-block-columns {
        margin-bottom: 4rem; } }
  #english .english-link {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8rem 6rem;
    margin-bottom: 10rem; }
    @media only screen and (max-width: 768px) {
      #english .english-link {
        grid-template-columns: 1fr;
        gap: 4rem;
        margin-bottom: 6rem; } }
    #english .english-link a {
      display: block;
      text-decoration: none;
      position: relative;
      color: #212121; }
      #english .english-link a:after {
        content: "";
        display: block;
        background: linear-gradient(90deg, #212121 0%, #212121 40px, #DEDEDE 40px, #DEDEDE 100%);
        width: 100%;
        height: 1px;
        position: absolute;
        top: -1px;
        left: 0; }
    #english .english-link__title {
      position: relative;
      padding-right: 6rem;
      margin-top: 3rem;
      margin-bottom: 0; }
      @media only screen and (max-width: 425px) {
        #english .english-link__title {
          margin-top: 1.5rem;
          line-height: 30px; } }
      #english .english-link__title span {
        font-size: 2.4rem;
        font-weight: 500; }
        @media only screen and (max-width: 425px) {
          #english .english-link__title span {
            font-size: 2rem; } }
      #english .english-link__title svg {
        width: 22px;
        height: 5px;
        position: absolute;
        margin: auto;
        right: 20px;
        top: 0;
        bottom: 0; }
    #english .english-link__text {
      color: #6C6C6C;
      font-size: 1.4rem;
      margin-bottom: 4rem; }
      @media only screen and (max-width: 768px) {
        #english .english-link__text {
          font-size: 1.2rem;
          margin-bottom: 1.5rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 法人の皆様へ */
#forbusiness {
  margin-bottom: 14rem; }
  @media only screen and (max-width: 768px) {
    #forbusiness {
      margin-bottom: 12rem; } }
  @media only screen and (max-width: 768px) {
    #forbusiness p {
      line-height: 24px; } }
  #forbusiness .forbusiness-lead {
    margin-bottom: 6rem; }
    #forbusiness .forbusiness-lead h2 {
      font-size: 2.4rem;
      font-weight: 300;
      line-height: 40px; }
      @media only screen and (max-width: 768px) {
        #forbusiness .forbusiness-lead h2 {
          font-size: 2rem;
          line-height: 32px; } }
      #forbusiness .forbusiness-lead h2 span {
        font-size: inherit;
        display: inline-block; }
  #forbusiness .forbusiness-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6rem;
    margin-bottom: 8rem; }
    @media only screen and (max-width: 768px) {
      #forbusiness .forbusiness-columns {
        grid-template-columns: 1fr;
        margin-bottom: 6rem; } }
  #forbusiness .forbusiness-column {
    color: #212121; }
    #forbusiness .forbusiness-column__img {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem; }
      @media only screen and (max-width: 768px) {
        #forbusiness .forbusiness-column__img {
          gap: 1.9rem; } }
    #forbusiness .forbusiness-column__title {
      position: relative;
      margin-bottom: 1rem;
      line-height: 36px;
      font-size: 2.4rem;
      font-weight: 500; }
      @media only screen and (max-width: 768px) {
        #forbusiness .forbusiness-column__title {
          font-size: 2rem;
          line-height: 30px;
          margin-bottom: 1.5rem; } }
    #forbusiness .forbusiness-column__text {
      font-size: 1.6rem;
      margin-bottom: 1.5rem; }
      @media only screen and (max-width: 768px) {
        #forbusiness .forbusiness-column__text {
          font-size: 1.4rem;
          margin-bottom: 1.5rem; } }
  #forbusiness .forbusiness-contact {
    background-color: #EFEFEF;
    padding: 5rem 6%; }
    @media only screen and (max-width: 768px) {
      #forbusiness .forbusiness-contact {
        padding: 4rem 6%; } }
    #forbusiness .forbusiness-contact p {
      margin-bottom: 3rem; }
      @media only screen and (max-width: 768px) {
        #forbusiness .forbusiness-contact p {
          margin-bottom: 2rem; } }
    #forbusiness .forbusiness-contact .wp-block-buttons {
      margin-bottom: 0; }
    #forbusiness .forbusiness-contact .wp-block-button {
      margin-bottom: 0; }
    #forbusiness .forbusiness-contact .wp-block-button__link {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      #forbusiness .forbusiness-contact .wp-block-button__link.button--pri {
        padding: 14px;
        min-width: 248px;
        text-align: center;
        line-height: 24px; }
        @media only screen and (max-width: 768px) {
          #forbusiness .forbusiness-contact .wp-block-button__link.button--pri {
            width: 100%;
            line-height: 18px; } }
        #forbusiness .forbusiness-contact .wp-block-button__link.button--pri:after {
          position: static;
          vertical-align: 2px;
          margin-left: 1rem;
          background-image: url(../images/common/icon/icon_arrow_w.svg); }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 品質保証 */
#quality h2 {
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 768px) {
    #quality h2 {
      font-size: 2rem;
      line-height: 1.45;
      margin-bottom: 2rem; } }
#quality h3 {
  line-height: 36px; }
  @media only screen and (max-width: 768px) {
    #quality h3 {
      line-height: 30px; } }
#quality .wp-block-columns {
  margin-bottom: 6rem; }
@media only screen and (max-width: 768px) {
  #quality .wp-block-media-text {
    gap: 1.5rem; } }
#quality .wp-block-media-text h3 {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    #quality .wp-block-media-text h3 {
      margin-bottom: 1.5rem; } }
@media only screen and (max-width: 768px) {
  #quality .wp-block-media-text .wp-block-buttons {
    margin-top: 3rem; } }
#quality .wp-block-button__link {
  min-width: 160px; }
  @media only screen and (max-width: 768px) {
    #quality .wp-block-button__link {
      width: 100%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 商品カタログ */
@media only screen and (max-width: 768px) {
  #catalog .entry-header .entry-title {
    line-height: 3.2rem; } }
#catalog .catalog-lead.wp-block-columns {
  margin-bottom: 3.5rem; }
  @media only screen and (max-width: 768px) {
    #catalog .catalog-lead.wp-block-columns {
      margin-bottom: 5.5rem; } }
#catalog .entry-content .wp-block-media-text__content h3 {
  margin-bottom: .75rem; }
@media only screen and (max-width: 768px) {
  #catalog .entry-content .wp-block-media-text__content h3 {
    margin-bottom: 1rem; } }
#catalog .entry-content .wp-block-media-text {
  margin-bottom: 7.5rem; }
  @media only screen and (max-width: 768px) {
    #catalog .entry-content .wp-block-media-text {
      gap: 1rem;
      margin-bottom: 6rem; } }
@media only screen and (max-width: 768px) {
  #catalog .wp-block-button__link {
    width: 100%; } }

/*index: Join us! #ファイヤーサイド */
#visumo .container {
  padding: 4rem 0 0;
  width: 100%; }
  @media only screen and (max-width: 768px) {
    #visumo .container {
      padding: 3rem 0 0; } }
#visumo .ttle_instagram h2 {
  text-align: center; }
  #visumo .ttle_instagram h2 span {
    font-size: 4.4rem;
    font-weight: 500;
    line-height: 3.2rem;
    vertical-align: middle; }
    @media only screen and (max-width: 768px) {
      #visumo .ttle_instagram h2 span {
        font-size: 2.8rem; } }
#visumo .ttle_instagram .vsm_ic_instagram {
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-left: .5rem; }
#visumo .ttle_instagram p {
  font-size: 1.6rem;
  margin-top: 7rem;
  margin-bottom: 4rem;
  text-align: center; }
  @media only screen and (max-width: 768px) {
    #visumo .ttle_instagram p {
      margin-top: 5rem;
      padding: 0 1rem; } }
  @media only screen and (max-width: 425px) {
    #visumo .ttle_instagram p {
      margin-top: 3rem;
      margin-bottom: 2rem; } }
@media only screen and (max-width: 768px) {
  #visumo .ecbn-selection-page-tabs-area {
    padding: 0 1rem; } }
#visumo .ecbn-selection-page-tabs {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
#visumo .ecbn-selection-page-tabs--item {
  margin: .5rem .5rem .5rem 0; }
  #visumo .ecbn-selection-page-tabs--item.ecbn-selection-page-tabs--active a {
    border-bottom: 1px solid #212121; }
  #visumo .ecbn-selection-page-tabs--item .ecbn-selection-page-tabs--link {
    border-bottom: 1px solid #fff;
    font-size: 1.4rem;
    padding: .5rem;
    text-decoration: none; }
    #visumo .ecbn-selection-page-tabs--item .ecbn-selection-page-tabs--link:hover {
      border-bottom: 1px solid #212121; }
    @media only screen and (max-width: 768px) {
      #visumo .ecbn-selection-page-tabs--item .ecbn-selection-page-tabs--link:hover {
        border-bottom: 1px solid #fff; } }
#visumo .ecbn-selection-content {
  margin-top: 9rem; }
  @media only screen and (max-width: 768px) {
    #visumo .ecbn-selection-content {
      margin-top: 5rem; } }
  #visumo .ecbn-selection-content .ecbn-selection-snap {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1rem; }
    @media only screen and (max-width: 768px) {
      #visumo .ecbn-selection-content .ecbn-selection-snap {
        grid-template-columns: repeat(3, 1fr); } }
    @media only screen and (max-width: 425px) {
      #visumo .ecbn-selection-content .ecbn-selection-snap {
        grid-template-columns: repeat(2, 1fr);
        gap: .7rem; } }
  #visumo .ecbn-selection-content .ecbn-selection-item a {
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    @media only screen and (max-width: 768px) {
      #visumo .ecbn-selection-content .ecbn-selection-item a {
        -webkit-transition: unset;
        transition: unset; } }
    #visumo .ecbn-selection-content .ecbn-selection-item a:hover {
      opacity: .6; }
      @media only screen and (max-width: 768px) {
        #visumo .ecbn-selection-content .ecbn-selection-item a:hover {
          opacity: 1; } }
#visumo .ecbn-selection-footer2 {
  display: none;
  margin-top: 2rem;
  padding-right: 1rem;
  text-align: right; }
  #visumo .ecbn-selection-footer2 .ecbn-selection-powered-pre {
    display: inline-block;
    color: #302d2d;
    line-height: 1;
    opacity: 0.3;
    vertical-align: middle;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif; }
  #visumo .ecbn-selection-footer2 .ecbn-selection-powered-name {
    display: inline-block;
    margin-left: 1.2rem;
    opacity: 0.2; }
  #visumo .ecbn-selection-footer2 .ecbn-visumo-logo {
    width: 55px;
    display: inline;
    vertical-align: middle; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブページ専用外部ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿一覧 共通スタイル */
.post-author {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .post-author .meta-icon {
    margin-right: 12px;
    border-radius: 99999px;
    overflow: hidden;
    width: 36px;
    height: 36px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post-author .meta-icon img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
  .post-author .meta-text {
    font-size: 1.4rem; }
    .post-author .meta-text small {
      color: #6C6C6C;
      font-size: 1.2rem;
      line-height: 1;
      display: block; }
      @media only screen and (max-width: 768px) {
        .post-author .meta-text small {
          font-size: 1rem;
          display: -webkit-box;
          text-overflow: ellipsis;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 1;
          line-height: 1.2;
          overflow: hidden; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブタイトル */
.page-header {
  max-width: 1200px;
  width: 90%;
  margin: 5rem auto 3rem;
  text-align: center; }
  @media only screen and (max-width: 960px) {
    .page-header {
      width: 89.4%;
      margin: 3rem auto 0; } }
  .page-header .page-title {
    font-weight: 500;
    font-size: 44px;
    line-height: 1.1;
    color: #212121;
    background: none;
    overflow: hidden;
    margin-top: 0; }
    @media only screen and (max-width: 425px) {
      .page-header .page-title {
        font-size: 2.8rem; } }
  .page-header .category-description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875;
    margin-top: 2rem; }
    @media only screen and (max-width: 960px) {
      .page-header .category-description p {
        font-size: 14px; } }

.category-header {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 8rem; }
  @media only screen and (max-width: 960px) {
    .category-header {
      width: 89.4%;
      margin-bottom: 4rem; } }
  .category-header .category-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-end;
  }
  .category-header .post-count {
    white-space: nowrap; }
  .category-header .category-description p {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.875; }
    @media only screen and (max-width: 960px) {
      .category-header .category-description p {
        font-size: 14px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: アーカイブメニュー */
.archives-menu {
  border-bottom: 1px solid #dedede;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 6rem;
  position: relative; }
  @media only screen and (max-width: 960px) {
    .archives-menu {
      border: 0;
      width: 100%;
      margin-bottom: 3rem; } }

.archives-menu-tab {
  padding: 2rem 0; }
  @media only screen and (max-width: 960px) {
    .archives-menu-tab {
      padding: 1rem 0;
      margin-bottom: 3rem;
      border-bottom: 1px solid #dedede;
      overflow-x: auto; } }
  .archives-menu-tab ul {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 210px; }
    @media only screen and (max-width: 960px) {
      .archives-menu-tab ul {
        display: block;
        margin: 0;
        text-align: center;
        white-space: nowrap; } }
  .archives-menu-tab li {
    padding: 0 1rem;
    display: inline-block; }
  .archives-menu-tab a {
    display: inline-block;
    font-size: 1.6rem;
    color: #212121;
    line-height: 1.4375;
    padding: 1rem;
    position: relative;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    white-space: nowrap; }
    .archives-menu-tab a:after {
      content: '';
      width: 100%;
      bottom: -5px;
      left: 0;
      display: block;
      height: 1px;
      -webkit-transition: .3s;
      transition: .3s; }
    .archives-menu-tab a:hover:after {
      background: #212121; }
      @media only screen and (max-width: 960px) {
        .archives-menu-tab a:hover:after {
          background: none; } }
  .archives-menu-tab .active a {
    pointer-events: none; }
    .archives-menu-tab .active a:after {
      background: #212121; }

.archives-post-search {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 210px;
  height: 44px; }
  @media only screen and (max-width: 960px) {
    .archives-post-search {
      position: static;
      width: 89.4%; } }
  .archives-post-search .search__item {
    border-radius: 4px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .archives-post-search .search__input {
    background: #efefef;
    border: none;
    font-size: 1.4rem;
    font-family: inherit;
    padding: 1.2rem 1.6rem;
    width: calc(100% - 46px);
    height: 44px; }
    .archives-post-search .search__input:placeholder {
      color: #BEBEBE; }
  .archives-post-search input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #efefef inset;
            box-shadow: 0 0 0 1000px #efefef inset; }
  .archives-post-search .search__submit {
    background: #efefef;
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
         appearance: button;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    background-color: #efefef;
    border: 0px;
    width: 46px;
    height: 44px;
    padding: 0;
    background-image: url(../images/common/icon/icon_search_02.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 14px; }
    .archives-post-search .search__submit::-webkit-search-decoration {
      display: none; }
    .archives-post-search .search__submit::focus {
      outline-offset: -2px; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿リスト */
.archives-header .archives-title {
  margin-top: 6rem;
  margin-bottom: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media only screen and (max-width: 768px) {
    .archives-header .archives-title {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      margin: 3rem 0; } }
  .archives-header .archives-title span {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: 500;
    display: inline-block;
    word-break: keep-all; }
    @media only screen and (max-width: 768px) {
      .archives-header .archives-title span {
        font-size: 2.4rem; } }
  .archives-header .archives-title .post-count {
    white-space: nowrap;
    display: inline-block;
    margin-left: 2rem; }
    @media only screen and (max-width: 768px) {
      .archives-header .archives-title .post-count {
        display: inline;
        margin-left: 1.5rem; } }
    .archives-header .archives-title .post-count:first-child {
      margin: 0; }
  .archives-header .archives-title .sub {
    font-size: 2.4rem;
    margin-right: 1.5rem;
    white-space: nowrap;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .archives-header .archives-title .sub {
        font-size: 2rem; } }
  .archives-header .archives-title .keyword {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    word-break: break-all; }
    @media only screen and (max-width: 768px) {
      .archives-header .archives-title .keyword {
        display: -webkit-inline-box; } }
    .archives-header .archives-title .keyword > span {
      margin-right: 1.8rem;
      word-break: break-all; }
      @media only screen and (max-width: 768px) {
        .archives-header .archives-title .keyword > span {
          margin-right: 1rem; } }
      .archives-header .archives-title .keyword > span:last-child {
        margin-right: 0; }
.archives-header .archives-pagination {
  padding: 0;
  margin: 4rem auto 3rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 960px) {
    .archives-header .archives-pagination {
      display: block;
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .archives-header .archives-pagination {
      margin: 2rem auto 3rem; } }
@media only screen and (max-width: 768px) {
  .archives-header .pagination {
    margin: 1.5rem auto 2rem; } }

.archives-header-404 .container {
  padding: 0; }
.archives-header-404 .archives-title {
  margin-bottom: 7rem;
  margin-bottom: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  @media only screen and (max-width: 768px) {
    .archives-header-404 .archives-title {
      margin: auto;
      margin-bottom: 3rem;
      max-width: 300px; } }
  .archives-header-404 .archives-title span {
    font-size: 3.6rem;
    line-height: 1.4;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    word-break: keep-all;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .archives-header-404 .archives-title span {
        font-size: 2.4rem; } }
    @media only screen and (max-width: 768px) {
      .archives-header-404 .archives-title span {
        margin-right: 1rem; } }
    .archives-header-404 .archives-title span:last-child {
      margin-right: 0; }
  .archives-header-404 .archives-title .post-count {
    white-space: nowrap;
    margin-left: 0; }
  .archives-header-404 .archives-title .sub {
    font-size: 2.4rem;
    margin-right: 1.5rem;
    white-space: nowrap;
    line-height: 1; }
    @media only screen and (max-width: 768px) {
      .archives-header-404 .archives-title .sub {
        font-size: 2rem; } }
  .archives-header-404 .archives-title .keyword > span {
    margin-right: 1.8rem; }
    @media only screen and (max-width: 768px) {
      .archives-header-404 .archives-title .keyword > span {
        margin-right: 1rem; } }
    .archives-header-404 .archives-title .keyword > span:last-child {
      margin-right: 0; }
@media only screen and (max-width: 960px) {
  .archives-header-404 .post-count {
    text-align: center; } }

.archives-post {
  margin-bottom: 12rem; }

.archives-copy {
  font-size: 1.6rem;
  text-align: center;
  margin: 4rem auto;
  width: 90%; }
  @media only screen and (max-width: 960px) {
    .archives-copy {
      font-size: 1.4rem;
      text-align: left; } }

.archives-post__list {
  grid-template-columns: repeat(3, 1fr);
  max-width: 1200px;
  width: 90%;
  margin: 5rem auto 8rem; }
  @media only screen and (max-width: 960px) {
    .archives-post__list {
      grid-template-columns: repeat(2, 1fr);
      gap: 4rem 2rem;
      margin: 3rem auto 10rem;
      width: 89.4%; } }
  .archives-post__list article.sticky {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 2; }
    @media only screen and (max-width: 960px) {
      .archives-post__list article.sticky {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2; } }
    .archives-post__list article.sticky > a {
      display: grid;
      grid-template-columns: 65% 1fr;
      gap: 6rem; }
      @media only screen and (max-width: 960px) {
        .archives-post__list article.sticky > a {
          display: block; } }
      .archives-post__list article.sticky > a > *:first-child {
        height: 455px; }
        @media only screen and (max-width: 960px) {
          .archives-post__list article.sticky > a > *:first-child {
            height: auto; } }
    @media only screen and (max-width: 960px) {
      .archives-post__list article.sticky .post-data-block {
        margin-top: 1rem; } }
    .archives-post__list article.sticky .post-data-block > *:first-child {
      margin-top: 0; }
    .archives-post__list article.sticky .post-title {
      font-size: 24px;
      line-height: 1.8333333333; }
      @media only screen and (max-width: 960px) {
        .archives-post__list article.sticky .post-title {
          font-size: 1.6rem;
          line-height: 1.75; } }

.archives-footer .container {
  padding: 0;
  overflow: inherit;
  margin: 8rem auto 14rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 960px) {
    .archives-footer .container {
      display: block;
      text-align: center;
      margin: 4rem auto 12rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ソート機能 */
.archives-post-sort .sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem; }
  @media only screen and (max-width: 960px) {
    .archives-post-sort .sort {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .archives-post-sort .sort li {
    font-size: 1.6rem;
    padding-right: 3rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .archives-post-sort .sort li {
        font-size: 1.4rem;
        padding-right: 1.4rem; } }
    .archives-post-sort .sort li:first-child {
      padding-right: 1.8rem; }
      @media only screen and (max-width: 768px) {
        .archives-post-sort .sort li:first-child {
          padding-right: 0.7rem; } }
    .archives-post-sort .sort li a {
      font-size: 1.6rem;
      font-weight: 300;
      text-decoration: none;
      padding: 4px 2px;
      border-bottom-width: 2px;
      border-bottom-style: solid;
      border-bottom-color: transparent;
      -webkit-transition: color 0.3s;
      transition: color 0.3s; }
      @media only screen and (max-width: 768px) {
        .archives-post-sort .sort li a {
          font-size: 1.4rem;
          border-bottom-width: 1px; } }
      .archives-post-sort .sort li a.current {
        color: #9D3600;
        font-weight: 500;
        border-bottom-color: #9D3600; }
      .archives-post-sort .sort li a:hover {
        color: #9D3600;
        font-weight: 500; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: よくあるご質問 */
.archives-faq-post__list,
.widget-related-faq-post__list {
  max-width: 1200px;
  width: 90%;
  margin: 3rem auto; }
  @media only screen and (max-width: 768px) {
    .archives-faq-post__list,
    .widget-related-faq-post__list {
      margin: 2rem auto 4rem;
      width: 100%; } }
  .archives-faq-post__list article,
  .widget-related-faq-post__list article {
    border-top: 1px solid #DEDEDE; }
    .archives-faq-post__list article:last-child,
    .widget-related-faq-post__list article:last-child {
      border-bottom: 1px solid #DEDEDE; }
    .archives-faq-post__list article a,
    .widget-related-faq-post__list article a {
      display: block;
      padding: 3rem 0;
      text-decoration: none; }
      @media only screen and (max-width: 768px) {
        .archives-faq-post__list article a,
        .widget-related-faq-post__list article a {
          padding: 2rem 0; } }
      .archives-faq-post__list article a .outline,
      .widget-related-faq-post__list article a .outline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        padding: 0 3rem;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s; }
        @media only screen and (max-width: 768px) {
          .archives-faq-post__list article a .outline,
          .widget-related-faq-post__list article a .outline {
            display: block;
            width: 89.4%;
            padding: 0;
            margin: 0 auto; } }
        .archives-faq-post__list article a .outline .cat,
        .widget-related-faq-post__list article a .outline .cat {
          width: 104px;
          height: 100%;
          font-size: 1.2rem;
          font-weight: 300;
          text-align: center;
          color: #212121;
          background-color: #EFEFEF;
          margin-top: 4px; }
          @media only screen and (max-width: 768px) {
            .archives-faq-post__list article a .outline .cat,
            .widget-related-faq-post__list article a .outline .cat {
              display: block;
              margin-top: 0; } }
        .archives-faq-post__list article a .outline .title,
        .widget-related-faq-post__list article a .outline .title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: calc(100% - 127px);
          position: relative;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between; }
          @media only screen and (max-width: 768px) {
            .archives-faq-post__list article a .outline .title,
            .widget-related-faq-post__list article a .outline .title {
              width: 100%;
              margin-top: 10px; } }
          .archives-faq-post__list article a .outline .title .icon_q,
          .widget-related-faq-post__list article a .outline .title .icon_q {
            font-size: 1.2rem;
            font-weight: 500;
            text-align: center;
            color: #fff;
            background-color: #58463D;
            border: 1px solid #58463D;
            border-radius: 50%;
            display: inline-block;
            width: 25px;
            height: 25px;
            line-height: 1.8;
            margin-top: 3.5px; }
            @media only screen and (max-width: 768px) {
              .archives-faq-post__list article a .outline .title .icon_q,
              .widget-related-faq-post__list article a .outline .title .icon_q {
                margin-top: 0; } }
          .archives-faq-post__list article a .outline .title .icon_new,
          .widget-related-faq-post__list article a .outline .title .icon_new {
            display: inline-block;
            width: 55px;
            padding: 2.5px 0;
            margin-left: 1rem;
            background-color: #A61415;
            color: #fff;
            font-size: 1rem;
            font-weight: 500;
            text-align: center;
            vertical-align: text-top; }
            @media only screen and (max-width: 768px) {
              .archives-faq-post__list article a .outline .title .icon_new,
              .widget-related-faq-post__list article a .outline .title .icon_new {
                margin-left: 0.5rem; } }
          .archives-faq-post__list article a .outline .title .title__text,
          .widget-related-faq-post__list article a .outline .title .title__text {
            width: calc(100% - 38px);
            font-size: 1.6rem;
            color: #507C9D; }
            @media only screen and (max-width: 768px) {
              .archives-faq-post__list article a .outline .title .title__text,
              .widget-related-faq-post__list article a .outline .title .title__text {
                font-size: 1.4rem; } }
      .archives-faq-post__list article a:hover .outline,
      .widget-related-faq-post__list article a:hover .outline {
        opacity: 0.8; }

.widget-related-faq-post__list {
  width: 100%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: お知らせ */
.information-archives .wp-block-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 0.5em;
          column-gap: 0.5em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 6rem; }
  @media only screen and (max-width: 960px) {
    .information-archives .wp-block-buttons {
      margin-bottom: 3rem; } }
  @media only screen and (max-width: 768px) {
    .information-archives .wp-block-buttons {
      display: block;
      text-align: center; } }
.information-archives .wp-block-button__link {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  line-height: 1.3;
  margin: 0;
  opacity: 1;
  text-align: center;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: left;
  text-decoration: none;
  overflow-wrap: break-word;
  font-size: 1.4rem;
  font-weight: 300;
  position: relative;
  border: 1px solid #212121;
  min-width: 204px;
  padding: 14px 60px 14px 30px;
  position: relative;
  background-color: #fff;
  color: #212121; }
  @media only screen and (max-width: 768px) {
    .information-archives .wp-block-button__link {
      width: 89.4%;
      text-align: center;
      padding: 14px; } }
  .information-archives .wp-block-button__link:after {
    content: '';
    display: inline-block;
    width: 23px;
    height: 6px;
    background-image: url(../images/common/icon/icon_arrow.svg);
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 3rem; }
    @media only screen and (max-width: 768px) {
      .information-archives .wp-block-button__link:after {
        position: static;
        margin-left: 1rem;
        vertical-align: 2px; } }
  .information-archives .wp-block-button__link:active, .information-archives .wp-block-button__link:focus, .information-archives .wp-block-button__link:hover, .information-archives .wp-block-button__link:visited {
    background-color: #fff;
    color: #212121; }
  .information-archives .wp-block-button__link:hover {
    background-color: #212121;
    color: #fff; }
    @media only screen and (max-width: 768px) {
      .information-archives .wp-block-button__link:hover {
        background-color: #fff;
        color: #212121; } }
    .information-archives .wp-block-button__link:hover:after {
      background-image: url(../images/common/icon/icon_arrow_w.svg); }
      @media only screen and (max-width: 768px) {
        .information-archives .wp-block-button__link:hover:after {
          background-image: url(../images/common/icon/icon_arrow.svg); } }
  .information-archives .wp-block-button__link[target="_blank"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    height: 14px;
    background-image: url(../images/common/icon/icon_blank-black.svg);
    background-size: contain;
    background-repeat: no-repeat; }
  .information-archives .wp-block-button__link[target="_blank"]:hover:after {
    background-image: url(../images/common/icon/icon_blank-white.svg); }
    @media only screen and (max-width: 768px) {
      .information-archives .wp-block-button__link[target="_blank"]:hover:after {
        background-image: url(../images/common/icon/icon_blank-black.svg); } }
.information-archives .page-header {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    .information-archives .page-header {
      margin: 5rem auto 3rem; } }
@media only screen and (max-width: 960px) {
  .information-archives .archives-post__list {
    margin-bottom: 4rem; } }
.information-archives .archives-post__list article.sticky {
  margin-bottom: 4rem; }
  @media only screen and (max-width: 960px) {
    .information-archives .archives-post__list article.sticky {
      margin-bottom: 0; } }
.information-archives .post-title {
  margin-bottom: 0; }
.information-archives .archives-post__list .post-categories {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  @media only screen and (max-width: 425px) {
    .information-archives .archives-post__list .post-categories .post-date {
      float: none;
      margin-left: 0; } }
  @media only screen and (max-width: 425px) {
    .information-archives .archives-post__list .post-categories .post-categories-inner {
      float: none; } }
@media only screen and (max-width: 425px) {
  .information-archives .archives-post__list .sticky .post-categories .post-date {
    float: right;
    margin-left: 4px; } }
@media only screen and (max-width: 425px) {
  .information-archives .archives-post__list .sticky .post-categories .post-categories-inner {
    float: left; } }
@media only screen and (max-width: 960px) {
  .information-archives .archives-footer .container {
    margin-top: 4rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 当社製品に関する重要なお知らせ */
@media only screen and (max-width: 768px) {
  #info .info-lead {
    margin-bottom: 3rem; } }
#info .info-lead .wp-block-columns {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    #info .info-lead .wp-block-columns {
      margin-bottom: 3rem; } }
#info .info-lead p {
  text-align: center; }
#info .entry-content {
  margin-bottom: 6rem; }
#info h2 {
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    #info h2 {
      margin-bottom: 1.5rem; } }
@media only screen and (max-width: 768px) {
  #info .section-title-line {
    padding-left: 4rem; } }
@media only screen and (max-width: 768px) {
  #info .section-title-line:after {
    width: 2.8rem; } }
#info .info-list {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    #info .info-list {
      width: 100%; } }
  #info .info-list .post-link {
    border-bottom: 1px solid #DEDEDE;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    padding: 2rem 3rem; }
    @media only screen and (max-width: 768px) {
      #info .info-list .post-link {
        display: block;
        padding: 1.5rem 6%; } }
    #info .info-list .post-link:first-child {
      border-top: 1px solid #dedede; }
  #info .info-list .post-date {
    color: #6C6C6C;
    font-size: 1.6rem;
    margin: 0;
    padding-right: 3rem; }
    @media only screen and (max-width: 768px) {
      #info .info-list .post-date {
        font-size: 1.2rem; } }
  #info .info-list .post-title {
    font-size: 1.6rem;
    margin: 0; }
    @media only screen and (max-width: 768px) {
      #info .info-list .post-title {
        font-size: 1.4rem; } }
@media only screen and (max-width: 768px) {
  #info .back-button-wrapper {
    margin-bottom: 10rem; } }
@media only screen and (max-width: 768px) {
  #info .back-button {
    width: 89.4%;
    text-align: center;
    padding: 1.4rem 1rem; }
    #info .back-button:before {
      position: static;
      vertical-align: 2px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 特集 */
.pickup-archives .container {
  padding: 0; }
@media only screen and (max-width: 768px) {
  .pickup-archives .page-header {
    margin-top: 5rem; } }
.pickup-archives .archives-footer .container {
  margin: 4rem auto 14rem; }
  @media only screen and (max-width: 768px) {
    .pickup-archives .archives-footer .container {
      margin: 3rem auto 10rem; } }
.pickup-archives .archives-post__list {
  width: 95%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem;
  margin: 4rem auto; }
  @media only screen and (max-width: 960px) {
    .pickup-archives .archives-post__list {
      gap: 3rem; } }
  @media only screen and (max-width: 768px) {
    .pickup-archives .archives-post__list {
      width: 89.4%;
      grid-template-columns: repeat(2, 1fr);
      gap: 2rem;
      margin: 3rem auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: サイト内検索結果 */
.search-result .container {
  padding: 0; }
@media only screen and (max-width: 768px) {
  .search-result .page-header {
    margin-top: 5rem; } }
.search-result .archives-footer .container {
  margin: 4rem auto 14rem; }
  @media only screen and (max-width: 768px) {
    .search-result .archives-footer .container {
      margin: 3rem auto 12rem; } }
.search-result .nav-search {
  max-width: 400px;
  margin: 8rem auto 6rem; }
  .search-result .nav-search .search__input {
    font-family: inherit;
    font-weight: 300;
    height: 44px; }
    .search-result .nav-search .search__input::-webkit-input-placeholder {
      color: #BEBEBE; }
    .search-result .nav-search .search__input:-ms-input-placeholder {
      color: #BEBEBE; }
    .search-result .nav-search .search__input::-ms-input-placeholder {
      color: #BEBEBE; }
    .search-result .nav-search .search__input::placeholder {
      color: #BEBEBE; }
  @media only screen and (max-width: 768px) {
    .search-result .nav-search {
      margin: 5rem auto 4rem; } }

.search-result__list {
  margin: 3rem auto 4rem;
  padding: 0; }
  @media only screen and (max-width: 768px) {
    .search-result__list {
      margin: 3rem auto;
      width: 100%; } }
  .search-result__list.container {
    padding: 0; }
  .search-result__list article {
    border-top: 1px solid #DEDEDE; }
    .search-result__list article:last-child {
      border-bottom: 1px solid #DEDEDE; }
  .search-result__list a {
    display: block;
    padding: 3rem;
    text-decoration: none; }
    @media only screen and (max-width: 768px) {
      .search-result__list a {
        padding: 3rem 2rem; } }
  .search-result__list .flex-box {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .search-result__list .img-box {
    width: 230px; }
    .search-result__list .img-box img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .search-result__list .img-box {
        width: 150px; } }
    @media only screen and (max-width: 425px) {
      .search-result__list .img-box {
        width: 100px; } }
  .search-result__list .text-box {
    padding: 0 0 0 4rem;
    width: calc(100% - 230px); }
    @media only screen and (max-width: 768px) {
      .search-result__list .text-box {
        width: calc(100% - 150px);
        padding: 0 0 0 2rem; } }
    @media only screen and (max-width: 425px) {
      .search-result__list .text-box {
        width: calc(100% - 100px);
        padding: 0 0 0 1rem; } }
    .search-result__list .text-box .title {
      color: #507C9D;
      font-size: 1.8rem;
      font-weight: 500;
      margin-bottom: .5rem; }
      @media only screen and (max-width: 768px) {
        .search-result__list .text-box .title {
          font-size: 1.4rem; } }
    .search-result__list .text-box .text {
      font-size: 1.4rem;
      font-weight: 300;
      margin: .5rem 0;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
      overflow: hidden;
      white-space: normal; }
      @media only screen and (max-width: 768px) {
        .search-result__list .text-box .text {
          font-size: 1.2rem;
          -webkit-line-clamp: 5; } }
    .search-result__list .text-box .url {
      color: #507C9D;
      font-size: 1.4rem;
      font-weight: 300;
      margin-top: .5rem;
      word-wrap: break-word; }
      @media only screen and (max-width: 768px) {
        .search-result__list .text-box .url {
          font-size: 1.2rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ用ファイル読み込み */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿ページ・関連投稿 */
.entry-header-inner {
  max-width: 800px;
  margin: 6rem auto 0;
  width: 90%; }
  @media only screen and (max-width: 768px) {
    .entry-header-inner {
      width: 89.4%;
      margin-top: 3rem; } }
  .entry-header-inner--wide {
    max-width: 1200px; }
.entry-header .entry-title {
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1.6875;
  margin: 2rem 0; }
  @media only screen and (max-width: 768px) {
    .entry-header .entry-title {
      font-size: 2rem;
      line-height: 1.6; } }
  .entry-header .entry-title.aligncenter {
    text-align: center; }
  .entry-header .entry-title small {
    line-height: 1.2; }
.entry-header .entry-cat-title {
  font-size: 1.6rem;
  font-weight: 500; }
  .entry-header .entry-cat-title.aligncenter {
    text-align: center; }
  .entry-header .entry-cat-title + .entry-title {
    margin-top: 0; }
.entry-header .button {
  margin-top: 4rem; }
  @media only screen and (max-width: 768px) {
    .entry-header .button {
      margin-top: 2rem; } }

.entry-categories {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .entry-categories span {
    color: #6C6C6C;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .entry-categories span {
        font-size: 1.4rem; } }
  .entry-categories a {
    color: #6C6C6C;
    text-decoration: none;
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .entry-categories a {
        font-size: 1.4rem; } }
    .entry-categories a:hover {
      color: #507C9D; }
      @media only screen and (max-width: 768px) {
        .entry-categories a:hover {
          color: #6C6C6C; } }

.featured-media {
  margin-top: 36px; }
  .featured-media .featured-media-inner {
    text-align: center;
    background-color: #212121; }
    .featured-media .featured-media-inner img {
      width: 100%; }

.entry-content {
  margin: 6rem 0 8rem;
  /* Lists ------------------------------------- */
  /* Quotes ------------------------------------ */
  /* Code -------------------------------------- */
  /* Media ------------------------------------- */
  /* GALLERIES */
  /* Inputs ------------------------------------ */
  /* Tables ------------------------------------ */
  /* -------------------------------------------------------------------------- */
  /*	3. Helper Classes
  /* -------------------------------------------------------------------------- */
  /* Layout ------------------------------------ */
  /* Typography -------------------------------- */
  /* Image Classes ----------------------------- */
  /* Social Icons ------------------------------ */
  /* -------------------------------------------------------------------------- */
  /*	10. Blocks
  /* -------------------------------------------------------------------------- */
  /* Block Typography Classes ------------------ */
  /* Alignment Classes ------------------------- */
  /* Center */
  /* Left and right */
  /* -------------------------------------------------------------------------- */
  /*	13. Site Pagination
  /* -------------------------------------------------------------------------- */ }
  @media only screen and (max-width: 768px) {
    .entry-content {
      margin: 3rem 0 6rem; } }
  .entry-content > * {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4rem; }
  .entry-content > * {
    max-width: 800px;
    width: 90%; }
    @media only screen and (max-width: 768px) {
      .entry-content > * {
        width: 89.4%; } }
  .entry-content > *:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 768px) {
    .entry-content > * {
      text-align: left !important; } }
  .entry-content .group::after,
  .entry-content .entry-content::after {
    clear: both;
    content: "";
    display: block; }
  .entry-content a,
  .entry-content span,
  .entry-content path {
    font-size: inherit;
    -webkit-transition: all .3s linear;
    transition: all .3s linear; }
  .entry-content del {
    font-size: inherit; }
  .entry-content a[target="_blank"]:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 16px;
    height: 14px;
    background-image: url(../images/common/icon/icon_blank.svg);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 16px; }
  .entry-content h1,
  .entry-content .heading-size-1 {
    font-size: 3.2rem;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 4rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .entry-content h1,
      .entry-content .heading-size-1 {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 3rem; } }
  .entry-content h2,
  .entry-content .heading-size-2 {
    font-size: 3.2rem;
    font-weight: 500;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content h2,
      .entry-content .heading-size-2 {
        font-size: 2rem;
        line-height: 1.6;
        margin-bottom: 3rem; } }
  .entry-content h3,
  .entry-content .heading-size-3 {
    font-size: 2.4rem;
    font-weight: 500;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content h3,
      .entry-content .heading-size-3 {
        font-size: 1.8rem;
        margin-bottom: 2rem; } }
  .entry-content h4,
  .entry-content .heading-size-4 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content h4,
      .entry-content .heading-size-4 {
        font-size: 1.6rem;
        margin-bottom: 2rem; } }
  .entry-content h5,
  .entry-content .heading-size-5 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .entry-content h5,
      .entry-content .heading-size-5 {
        font-size: 1.6rem; } }
  .entry-content h6,
  .entry-content .heading-size-6 {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .entry-content h6,
      .entry-content .heading-size-6 {
        font-size: 1.4rem;
        margin-bottom: 2rem; } }
  .entry-content p {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 0 auto 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content p {
        font-size: 1.4rem; } }
  .entry-content em,
  .entry-content i,
  .entry-content q,
  .entry-content dfn {
    font-style: italic; }
  .entry-content em em,
  .entry-content em i {
    font-weight: 500; }
  .entry-content i em,
  .entry-content i i {
    font-weight: 500; }
  .entry-content cite em,
  .entry-content cite i {
    font-weight: 500; }
  .entry-content big {
    font-size: 1.2em; }
  .entry-content small {
    font-size: 0.75em; }
  .entry-content b,
  .entry-content strong {
    font-size: inherit;
    font-weight: 500; }
  .entry-content ins {
    text-decoration: underline; }
  .entry-content sub {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }
  .entry-content sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    top: -0.5em; }
  .entry-content sub {
    bottom: -0.25em; }
  .entry-content s {
    font-size: inherit; }
  .entry-content abbr,
  .entry-content acronym {
    cursor: help; }
  .entry-content address {
    line-height: 1.5;
    margin: 0 0 2rem 0; }
  .entry-content hr {
    border-top: 0;
    border-color: #dedede;
    margin: 6rem auto; }
  .entry-content a {
    color: #507C9D;
    text-decoration: underline; }
    .entry-content a:hover {
      text-decoration: none; }
  .entry-content ul,
  .entry-content ol {
    margin: 4rem auto; }
  .entry-content ul {
    list-style: disc; }
    .entry-content ul ul {
      list-style: circle; }
      .entry-content ul ul ul {
        list-style: square; }
  .entry-content ol {
    list-style: decimal; }
    .entry-content ol ol {
      list-style: lower-alpha; }
      .entry-content ol ol ol {
        list-style: lower-roman; }
  .entry-content li {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 1rem 0 0 2rem; }
    @media only screen and (max-width: 768px) {
      .entry-content li {
        font-size: 1.4rem; } }
    .entry-content li > ul,
    .entry-content li > ol {
      margin: 1rem 0 0 2rem; }
  .entry-content .reset-list-style {
    list-style: none;
    margin: 0; }
    .entry-content .reset-list-style ul,
    .entry-content .reset-list-style ol {
      list-style: none;
      margin: 0; }
    .entry-content .reset-list-style li {
      margin: 0; }
  .entry-content dt,
  .entry-content dd {
    line-height: 1.5; }
  .entry-content dt {
    font-weight: 700; }
    .entry-content dt + dd {
      margin-top: 0.5rem; }
  .entry-content dd + dt {
    margin-top: 1.5rem; }
  .entry-content blockquote {
    border-color: #507C9D;
    border-style: solid;
    /*rtl:ignore*/
    border-width: 0 0 0 0.2rem;
    color: inherit;
    font-size: 1em;
    margin: 4rem 0;
    /*rtl:ignore*/
    padding: 0.5rem 0 0.5rem 2rem; }
  .entry-content cite {
    color: #6d6d6d;
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25; }
  .entry-content blockquote cite {
    display: block;
    margin: 2rem 0 0 0; }
  .entry-content blockquote p:last-child {
    margin: 0; }
  .entry-content code,
  .entry-content kbd,
  .entry-content pre,
  .entry-content samp {
    font-family: monospace;
    font-size: 0.9em;
    padding: 0.4rem 0.6rem; }
  .entry-content code,
  .entry-content kbd,
  .entry-content samp {
    background: rgba(0, 0, 0, 0.075);
    border-radius: 0.2rem; }
  .entry-content pre {
    border: 0.1rem solid #dcd7ca;
    line-height: 1.5;
    margin: 4rem 0;
    overflow: auto;
    padding: 3rem 2rem;
    text-align: left; }
    .entry-content pre code {
      background: transparent;
      padding: 0; }
  .entry-content figure {
    display: block;
    margin: 0; }
  .entry-content iframe {
    display: block;
    max-width: 100%;
    margin: auto; }
    @media only screen and (max-width: 768px) {
      .entry-content iframe {
        width: 100%; } }
  .entry-content video {
    display: block; }
  .entry-content svg,
  .entry-content img,
  .entry-content embed,
  .entry-content object {
    display: block;
    height: auto;
    max-width: 100%;
    width: auto; }
  @media only screen and (max-width: 425px) {
    .entry-content svg {
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content; } }
  .entry-content figcaption,
  .entry-content .wp-caption-text {
    display: block;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6666666667;
    margin: 1.2rem 0 0; }
  .entry-content blockquote.instagram-media,
  .entry-content iframe.instagram-media {
    margin: auto !important; }
  .entry-content .gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 3em 0 3em -0.8em;
    width: calc(100% + 1.6em); }
  .entry-content .gallery-item {
    margin: 0.8em 0;
    padding: 0 0.8em;
    width: 100%; }
  .entry-content .gallery-caption {
    display: block;
    margin-top: 0.8em; }
  .entry-content fieldset {
    border: 0.2rem solid #dcd7ca;
    padding: 2rem; }
  .entry-content legend {
    font-size: 0.85em;
    font-weight: 700;
    padding: 0 1rem; }
  .entry-content label {
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    margin: 0 0 0.5rem 0; }
    .entry-content label.inline {
      display: inline;
      font-weight: 300;
      margin-left: 0.5rem; }
  .entry-content input {
    line-height: 1; }
    .entry-content input[type="checkbox"] {
      -webkit-appearance: none;
      -moz-appearance: none;
      position: relative;
      top: 2px;
      display: inline-block;
      margin: 0;
      width: 1.5rem;
      min-width: 1.5rem;
      height: 1.5rem;
      background: #fff;
      border-radius: 0;
      border-style: solid;
      border-width: 0.1rem;
      border-color: #dcd7ca;
      -webkit-box-shadow: none;
              box-shadow: none;
      cursor: pointer; }
      .entry-content input[type="checkbox"] + label {
        display: inline;
        font-weight: 300;
        margin-left: 0.5rem; }
      .entry-content input[type="checkbox"]:checked::before {
        /* Use the "Yes" SVG Dashicon */
        content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
        position: absolute;
        display: inline-block;
        margin: -0.1875rem 0 0 -0.25rem;
        height: 1.75rem;
        width: 1.75rem; }
  .entry-content textarea,
  .entry-content button,
  .entry-content .button,
  .entry-content .faux-button,
  .entry-content .wp-block-file__button {
    line-height: 1; }
  .entry-content input,
  .entry-content textarea {
    border-color: #dcd7ca;
    color: #000; }
  .entry-content code {
    /*rtl:ignore*/
    direction: ltr; }
  .entry-content input[type="url"], .entry-content input[type="email"], .entry-content input[type="tel"] {
    /*rtl:ignore*/
    direction: ltr; }
  .entry-content input[type="text"], .entry-content input[type="password"], .entry-content input[type="email"], .entry-content input[type="url"], .entry-content input[type="date"], .entry-content input[type="month"], .entry-content input[type="time"], .entry-content input[type="datetime"], .entry-content input[type="datetime-local"], .entry-content input[type="week"], .entry-content input[type="number"], .entry-content input[type="search"], .entry-content input[type="tel"], .entry-content input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%; }
  .entry-content textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border-radius: 0;
    border-style: solid;
    border-width: 0.1rem;
    -webkit-box-shadow: none;
            box-shadow: none;
    display: block;
    font-size: 1.6rem;
    letter-spacing: -0.015em;
    margin: 0;
    max-width: 100%;
    padding: 1.5rem 1.8rem;
    width: 100%; }
  .entry-content select {
    font-size: 1em; }
  .entry-content textarea {
    height: 12rem;
    line-height: 1.5;
    width: 100%; }
  .entry-content input::-webkit-input-placeholder, .entry-content input:-ms-input-placeholder {
    line-height: normal; }
  .entry-content input::-moz-placeholder {
    line-height: revert;
    /* Reset to the value from the user-agent stylesheet. */ }
  .entry-content input[type="search"]::-webkit-search-decoration, .entry-content input[type="search"]::-webkit-search-cancel-button, .entry-content input[type="search"]::-webkit-search-results-button, .entry-content input[type="search"]::-webkit-search-results-decoration {
    display: none; }
  .entry-content :not(#gmp):not(div) >
  button,
  .entry-content .button,
  .entry-content .faux-button,
  .entry-content .wp-block-button__link,
  .entry-content .wp-block-file__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #212121;
    border-radius: 0;
    line-height: 1.3;
    margin: 0;
    opacity: 1;
    text-align: center;
    text-decoration: none;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    background-color: #212121;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    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;
    text-align: left;
    text-decoration: none;
    overflow-wrap: break-word;
    font-size: 1.4rem;
    font-weight: 300;
    padding: 14px 30px;
    position: relative;
    border: 1px solid #212121;
    min-width: 204px; }
    .entry-content :not(#gmp):not(div) >
    button.aligncenter,
    .entry-content .button.aligncenter,
    .entry-content .faux-button.aligncenter,
    .entry-content .wp-block-button__link.aligncenter,
    .entry-content .wp-block-file__button.aligncenter {
      text-align: center; }
  .entry-content input[type="button"], .entry-content input[type="reset"], .entry-content input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #507C9D;
    border: none;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0.0333em;
    line-height: 1.25;
    margin: 0;
    opacity: 1;
    padding: 1.1em 1.44em;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear; }
  .entry-content button:focus, .entry-content button:hover {
    text-decoration: underline; }
  .entry-content .button:focus, .entry-content .button:hover {
    text-decoration: underline; }
  .entry-content .faux-button:focus, .entry-content .faux-button:hover {
    text-decoration: underline; }
  .entry-content .wp-block-file__button:focus, .entry-content .wp-block-file__button:hover {
    text-decoration: underline; }
  .entry-content input[type="button"]:focus, .entry-content input[type="button"]:hover {
    text-decoration: underline; }
  .entry-content input[type="reset"]:focus, .entry-content input[type="reset"]:hover {
    text-decoration: underline; }
  .entry-content input[type="submit"]:focus, .entry-content input[type="submit"]:hover {
    text-decoration: underline; }
  .entry-content input[type="text"]:focus, .entry-content input[type="email"]:focus, .entry-content input[type="url"]:focus, .entry-content input[type="password"]:focus, .entry-content input[type="number"]:focus, .entry-content input[type="tel"]:focus, .entry-content input[type="range"]:focus, .entry-content input[type="date"]:focus, .entry-content input[type="month"]:focus, .entry-content input[type="week"]:focus, .entry-content input[type="time"]:focus, .entry-content input[type="datetime"]:focus, .entry-content input[type="datetime-local"]:focus, .entry-content input[type="color"]:focus {
    border-color: currentColor; }
  .entry-content textarea:focus {
    border-color: currentColor; }
  .entry-content input[type="search"]:focus {
    outline: thin dotted;
    outline-offset: -4px; }
  .entry-content table,
  .entry-content .wp-block-table {
    min-width: 240px;
    border-collapse: collapse; }
  .entry-content table {
    border-spacing: 0;
    empty-cells: show; }
  .entry-content .alignleft > table,
  .entry-content .alignright > table {
    margin: 0; }
  .entry-content tr {
    border: 1px solid #dedede;
    border-width: 1px 0; }
    @media only screen and (max-width: 425px) {
      .entry-content tr {
        border-width: 1px 0 0; }
        .entry-content tr:last-child {
          border-width: 1px 0 1px; } }
  .entry-content th,
  .entry-content td {
    font-size: 1.6rem;
    line-height: 1.875;
    margin: 0;
    padding: 3rem; }
    @media only screen and (max-width: 768px) {
      .entry-content th,
      .entry-content td {
        font-size: 1.4rem;
        padding: 2rem; } }
  .entry-content .wp-block-table {
    overflow-x: auto;
    margin-bottom: 10rem;
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-table {
        margin-bottom: 8rem; } }
    .entry-content .wp-block-table table {
      border-collapse: collapse;
      width: 100%; }
    .entry-content .wp-block-table .has-fixed-layout {
      table-layout: fixed;
      width: 100%; }
      .entry-content .wp-block-table .has-fixed-layout td,
      .entry-content .wp-block-table .has-fixed-layout th {
        word-break: break-word; }
    .entry-content .wp-block-table.aligncenter, .entry-content .wp-block-table.alignleft, .entry-content .wp-block-table.alignright {
      display: table;
      width: auto; }
  .entry-content th {
    font-weight: 500; }
  .entry-content .no-margin {
    margin: 0; }
  .entry-content .no-padding {
    padding: 0; }
  .entry-content .screen-height {
    min-height: 100vh; }
  .entry-content .screen-width {
    position: relative;
    left: calc(50% - 50vw);
    width: 100vw; }
  .entry-content .font-size-xl {
    font-size: 1.25em; }
  .entry-content .font-size-xs {
    font-size: 0.8em; }
  .entry-content .bg-attachment-fixed {
    background-attachment: fixed; }
  .entry-content ul.social-icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -0.9rem 0 0 -0.9rem;
    width: calc(100% + 0.9rem); }
    .entry-content ul.social-icons li {
      margin: 0.9rem 0 0 0.9rem; }
  .entry-content .social-icons a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #507C9D;
    border-radius: 50%;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 4.4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    text-decoration: none;
    -webkit-transition: -webkit-transform 0.15s ease-in-out;
    transition: -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    width: 4.4rem; }
    .entry-content .social-icons a:focus, .entry-content .social-icons a:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
      text-decoration: none; }
  .entry-content .pagination-single {
    font-size: 1.8rem;
    margin-top: 5rem; }
  .entry-content .pagination-single-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .entry-content .pagination-single hr:first-child {
    margin: 0 0 2.8rem 0; }
  .entry-content .pagination-single hr:last-child {
    margin: 2.8rem 0 0.8rem 0; }
  .entry-content .pagination-single a {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 500;
    letter-spacing: -0.0275em;
    text-decoration: none;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .entry-content .pagination-single a + a {
      margin-top: 1rem; }
    .entry-content .pagination-single a .arrow {
      margin-right: 1rem; }
    .entry-content .pagination-single a:focus .title, .entry-content .pagination-single a:hover .title {
      text-decoration: underline; }
  .entry-content .has-text-align-left {
    text-align: left; }
  .entry-content .has-text-align-center {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .entry-content .has-text-align-center {
        text-align: left !important; } }
  .entry-content .has-text-align-right {
    text-align: right; }
  .entry-content .aligncenter {
    margin-left: auto;
    margin-right: auto; }
    .entry-content .aligncenter img {
      margin-left: auto;
      margin-right: auto; }
  .entry-content .alignleft,
  .entry-content .alignright {
    max-width: 50%; }
  .entry-content .alignleft {
    /*rtl:ignore*/
    float: left;
    margin: 0.3rem 2rem 2rem 2rem; }
  .entry-content .alignright {
    /*rtl:ignore*/
    float: right;
    margin: 0.3rem 2rem 2rem 2rem; }
  .entry-content .pagination .nav-links {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 1.8rem;
    font-weight: 500;
    margin: -1.5rem 0 0 -2.5rem;
    width: calc(100% + 2.5rem); }
  .entry-content .pagination-separator {
    margin: 5rem 0; }
  .entry-content .nav-links > * {
    margin: 1.5rem 0 0 2.5rem; }
  .entry-content .nav-links .placeholder {
    display: none;
    visibility: hidden; }
  .entry-content .pagination a {
    text-decoration: none; }
    .entry-content .pagination a:focus, .entry-content .pagination a:hover {
      text-decoration: underline; }
  .entry-content .pagination .dots {
    -webkit-transform: translateY(-0.3em);
            transform: translateY(-0.3em);
    color: #6d6d6d; }
  .entry-content .nav-short {
    display: none; }
  .entry-content .wp-block-button__link {
    padding: 14px 30px;
    position: relative;
    background-color: #fff;
    color: #212121; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-button__link {
        text-align: center; } }
    .entry-content .wp-block-button__link:after {
      content: '';
      display: inline-block;
      margin-left: 10px;
      width: 23px;
      height: 6px;
      background-image: url(../images/common/icon/icon_arrow.svg);
      background-position: center;
      background-repeat: no-repeat;
      min-width: 23px; }
    .entry-content .wp-block-button__link:active, .entry-content .wp-block-button__link:focus, .entry-content .wp-block-button__link:hover, .entry-content .wp-block-button__link:visited {
      background-color: #fff;
      color: #212121; }
    .entry-content .wp-block-button__link:hover {
      background-color: #212121;
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-button__link:hover {
          background-color: #fff;
          color: #212121; } }
      .entry-content .wp-block-button__link:hover:after {
        background-image: url(../images/common/icon/icon_arrow_w.svg); }
        @media only screen and (max-width: 768px) {
          .entry-content .wp-block-button__link:hover:after {
            background-image: url(../images/common/icon/icon_arrow.svg); } }
    .entry-content .wp-block-button__link[target="_blank"]:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      width: 16px;
      height: 14px;
      background-image: url(../images/common/icon/icon_blank-black.svg);
      background-size: contain;
      background-repeat: no-repeat; }
    .entry-content .wp-block-button__link[target="_blank"]:hover:after {
      background-image: url(../images/common/icon/icon_blank-white.svg); }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-button__link[target="_blank"]:hover:after {
          background-image: url(../images/common/icon/icon_blank-black.svg); } }
    .entry-content .wp-block-button__link.button--pri {
      border: 1px solid #58463D;
      background-color: #58463D;
      color: #fff; }
      .entry-content .wp-block-button__link.button--pri:after {
        background-image: url(../images/common/icon/icon_arrow_w.svg); }
      .entry-content .wp-block-button__link.button--pri:hover {
        border: 1px solid #84766F;
        background-color: #84766F;
        color: #fff; }
        @media only screen and (max-width: 768px) {
          .entry-content .wp-block-button__link.button--pri:hover {
            border: 1px solid #58463D;
            background-color: #58463D;
            color: #fff; } }
  .entry-content .wp-block-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2rem 3rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-buttons {
        gap: 2rem;
        text-align: center; } }
  .entry-content .wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word; }
  .entry-content .wp-block-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .entry-content .wp-block-column {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
    margin-bottom: 0;
    margin-left: 6rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-column {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-bottom: 2rem;
        margin-left: 0; } }
    .entry-content .wp-block-column:first-child {
      margin-left: 0; }
    .entry-content .wp-block-column:last-child {
      margin-right: 0; }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-column:last-child {
          margin-bottom: 0; } }
    .entry-content .wp-block-column > * {
      margin-bottom: 2rem; }
      .entry-content .wp-block-column > *:first-child {
        margin-top: 0; }
      .entry-content .wp-block-column > *:last-child {
        margin-bottom: 0; }
        @media only screen and (max-width: 768px) {
          .entry-content .wp-block-column > *:last-child {
            margin-bottom: 0; } }
    .entry-content .wp-block-column .wp-block-buttons {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
    .entry-content .wp-block-column h1 {
      margin-bottom: 4rem; }
    .entry-content .wp-block-column .wp-block-image img + h3 {
      margin-top: 2rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-column p {
        text-align: left !important; } }
  .entry-content .wp-block-image {
    margin: 0 auto 4rem; }
    .entry-content .wp-block-image img {
      max-width: 100%; }
    .entry-content .wp-block-image:not(.is-style-rounded) img {
      border-radius: inherit; }
    .entry-content .wp-block-image.aligncenter {
      text-align: center; }
    .entry-content .wp-block-image.aligncenter, .entry-content .wp-block-image.alignleft, .entry-content .wp-block-image.alignright {
      display: table; }
    .entry-content .wp-block-image.alignleft {
      float: left;
      margin: 0.5em 1em 0.5em 0; }
    .entry-content .wp-block-image.alignright {
      float: right;
      margin: 0.5em 0 0.5em 1em; }
    .entry-content .wp-block-image.aligncenter {
      margin-left: auto;
      margin-right: auto; }
    .entry-content .wp-block-image.is-style-circle-mask img, .entry-content .wp-block-image.is-style-rounded img {
      border-radius: 9999px; }
    .entry-content .wp-block-image.size-large img {
      width: 100%; }
    .entry-content .wp-block-image figcaption {
      text-align: center; }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-image figcaption {
          font-size: 1.2rem;
          text-align: left; } }
  .entry-content .wp-block-gallery {
    margin: 0 auto 4rem; }
    .entry-content .wp-block-gallery.columns-1 .blocks-gallery-image,
    .entry-content .wp-block-gallery.columns-1 .blocks-gallery-item {
      width: 100%;
      margin-right: 0; }
  .entry-content .blocks-gallery-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    margin: 0;
    list-style: none; }
    @media only screen and (max-width: 768px) {
      .entry-content .blocks-gallery-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 2rem; } }
    .entry-content .blocks-gallery-grid .blocks-gallery-item {
      margin: 0; }
      .entry-content .blocks-gallery-grid .blocks-gallery-item figure {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        height: 100%; }
      .entry-content .blocks-gallery-grid .blocks-gallery-item img {
        width: 100%;
        height: 100%;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        -o-object-fit: cover;
        object-fit: cover; }
  .entry-content .wp-block-media-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-template-rows: auto;
    gap: 4rem;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-media-text {
        grid-template-columns: 1fr;
        gap: 2rem; } }
    .entry-content .wp-block-media-text.has-media-on-the-right {
      grid-template-columns: 1fr 55%; }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-media-text.has-media-on-the-right {
          grid-template-columns: 1fr; } }
    .entry-content .wp-block-media-text .wp-block-media-text__media {
      /*!rtl:begin:ignore*/
      grid-column: 1;
      grid-row: 1;
      /*!rtl:end:ignore*/ }
    .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
      /*!rtl:begin:ignore*/
      grid-column: 2;
      grid-row: 1; }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
          grid-column: 1; } }
  .entry-content .wp-block-media-text__content > * {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-media-text__content > * {
        margin-bottom: 2rem; } }
    .entry-content .wp-block-media-text__content > *:last-child {
      margin-bottom: 0; }
  .entry-content .wp-block-media-text__media img,
  .entry-content .wp-block-media-text__media video {
    max-width: unset;
    width: 100%;
    vertical-align: middle; }
  .entry-content .wp-block-social-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
    font-size: 24px; }
    .entry-content .wp-block-social-links .wp-social-link {
      margin: 4px 8px 4px 0; }
      .entry-content .wp-block-social-links .wp-social-link a {
        text-decoration: none;
        border-bottom: 0;
        -webkit-box-shadow: none;
                box-shadow: none;
        padding: 0.25em; }
        .entry-content .wp-block-social-links .wp-social-link a:hover {
          text-decoration: none;
          border-bottom: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; }
      .entry-content .wp-block-social-links .wp-social-link svg {
        width: 1em;
        height: 1em; }
    .entry-content .wp-block-social-links.aligncenter {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .entry-content .wp-block-social-links.alignright {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
  .entry-content .wp-block-social-link {
    display: block;
    border-radius: 9999px;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    height: auto; }
    .entry-content .wp-block-social-link a {
      display: block;
      line-height: 0;
      -webkit-transition: -webkit-transform 0.1s ease;
      transition: -webkit-transform 0.1s ease;
      transition: transform 0.1s ease;
      transition: transform 0.1s ease, -webkit-transform 0.1s ease; }
    .entry-content .wp-block-social-link:hover {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  .entry-content .wp-block-spacer {
    clear: both; }
  .entry-content .wp-block-text-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .entry-content .wp-block-text-columns.aligncenter {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .entry-content .wp-block-video {
    margin: 0 0 1em; }
    .entry-content .wp-block-video video {
      width: 100%; }
    .entry-content .wp-block-video.aligncenter {
      text-align: center; }
  .entry-content .aligncenter {
    clear: both; }
  .entry-content .wp-block-embed {
    max-width: 800px;
    margin: 0 auto 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-embed figcaption {
        font-size: 1.2rem; } }
  .entry-content .wp-block-embed__wrapper {
    position: relative;
    padding-top: 56.3636363636%; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-embed__wrapper {
        padding-top: 66%; } }
    .entry-content .wp-block-embed__wrapper iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  .entry-content .block-embed {
    margin-bottom: 4rem; }
  .entry-content .wp-block-embed-text {
    direction: ltr;
    display: grid;
    grid-template-columns: 55% 1fr;
    grid-template-rows: auto;
    gap: 4rem;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-embed-text {
        grid-template-columns: 1fr;
        gap: 2rem;
        margin-bottom: 4rem; } }
    .entry-content .wp-block-embed-text.has-embed-on-the-right {
      grid-template-columns: 1fr 55%; }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-embed-text.has-embed-on-the-right {
          grid-template-columns: 1fr; } }
    .entry-content .wp-block-embed-text .wp-block-embed {
      max-width: 100%;
      /*!rtl:begin:ignore*/
      grid-column: 1;
      grid-row: 1;
      /*!rtl:end:ignore*/
      margin: 0; }
    .entry-content .wp-block-embed-text.has-embed-on-the-right .wp-block-embed {
      /*!rtl:begin:ignore*/
      grid-column: 2;
      grid-row: 1; }
      @media only screen and (max-width: 768px) {
        .entry-content .wp-block-embed-text.has-embed-on-the-right .wp-block-embed {
          grid-column: 1; } }
  .entry-content .wp-block-embed-text__content > * {
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-embed-text__content > * {
        margin-bottom: 2rem; } }
    .entry-content .wp-block-embed-text__content > *:last-child {
      margin-bottom: 0; }
  .entry-content--wide > * {
    max-width: 1200px; }
  .entry-content .block-media-buttons {
    margin-bottom: 8rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .block-media-buttons {
        margin-bottom: 6rem; } }
    .entry-content .block-media-buttons h4 {
      margin-bottom: 3rem; }
    .entry-content .block-media-buttons .wp-block-button {
      margin-bottom: 0; }
  .entry-content .blocks-gallery-caption {
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .entry-content .blocks-gallery-caption {
        font-size: 1.2rem;
        text-align: left; } }

.social-links {
  text-align: center;
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    .social-links {
      margin-bottom: 6rem; } }
  .social-links .social-links__title {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 768px) {
      .social-links .social-links__title {
        margin-bottom: 1.5rem; } }
  .social-links .social-links__list {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .social-links a {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42px;
    height: 42px;
    background: #e6e6e6;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 1rem;
    -webkit-transition: background .3s;
    transition: background .3s; }
    .social-links a svg {
      fill: #392D2D;
      -webkit-transition: .3s;
      transition: .3s; }
    .social-links a:hover {
      background-color: #392D2D; }
      @media only screen and (max-width: 768px) {
        .social-links a:hover {
          background: #e6e6e6; } }
      .social-links a:hover svg {
        fill: #fff; }
        @media only screen and (max-width: 768px) {
          .social-links a:hover svg {
            fill: #392D2D; } }

.entry-footer + .widget-aria {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    .entry-footer + .widget-aria {
      margin-bottom: 6rem; } }

.footer-post-author {
  max-width: 800px;
  width: 90%;
  margin: 0 auto 8rem;
  border: 1px solid;
  border-color: #DEDEDE;
  padding: 4rem;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media only screen and (max-width: 768px) {
    .footer-post-author {
      display: block;
      margin-bottom: 6rem;
      padding: 2rem;
      width: 89.4%; } }
  .footer-post-author .footer-post-author__meta {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40%;
    padding-right: 4rem; }
    @media only screen and (max-width: 768px) {
      .footer-post-author .footer-post-author__meta {
        width: 100%;
        padding: 0;
        margin-bottom: 2rem; } }
  .footer-post-author .meta-icon {
    width: 100px;
    height: auto;
    margin-right: 1.5rem; }
    @media only screen and (max-width: 768px) {
      .footer-post-author .meta-icon {
        width: 80px; } }
  .footer-post-author .meta-text {
    width: calc(100% - 100px); }
    @media only screen and (max-width: 768px) {
      .footer-post-author .meta-text {
        width: calc(100% - 80px); } }
    .footer-post-author .meta-text small {
      font-size: 1.2rem;
      color: #6C6C6C; }
    .footer-post-author .meta-text h3 {
      font-size: 1.4rem; }
  .footer-post-author .footer-post-author__copy {
    width: 60%; }
    @media only screen and (max-width: 768px) {
      .footer-post-author .footer-post-author__copy {
        width: 100%; } }
    .footer-post-author .footer-post-author__copy > * {
      margin-bottom: 1.5rem; }
      .footer-post-author .footer-post-author__copy > *:last-child {
        margin-bottom: 0; }
  .footer-post-author p {
    font-size: 1.6rem; }
    @media only screen and (max-width: 768px) {
      .footer-post-author p {
        font-size: 1.4rem;
        line-height: 1.8571428571; } }
  .footer-post-author a {
    font-size: inherit;
    color: #507C9D; }
    .footer-post-author a:hover {
      opacity: .8; }
      @media only screen and (max-width: 768px) {
        .footer-post-author a:hover {
          opacity: 1; } }
    .footer-post-author a[target="_blank"]:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      width: 16px;
      height: 14px;
      background-image: url(../images/common/icon/icon_blank.svg);
      background-size: contain;
      background-repeat: no-repeat; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る スライダー */
.slider-kv {
  display: none; }
  .slider-kv.slick-dotted.slick-slider {
    margin-bottom: 4rem; }
  .slider-kv.slick-initialized {
    display: block; }
  .slider-kv .slick-slide {
    background-color: #212121;
    overflow: hidden;
    width: 100%;
    height: 540px;
    position: relative;
    z-index: 0; }
    @media only screen and (max-width: 768px) {
      .slider-kv .slick-slide {
        height: 250px; } }
    .slider-kv .slick-slide img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 110%;
      -webkit-transform: translate3d(-50%, -50%, 0px);
              transform: translate3d(-50%, -50%, 0px);
      z-index: 0; }
    .slider-kv .slick-slide iframe {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 80% !important;
      height: 100% !important;
      margin: auto;
      z-index: 0; }
  .slider-kv .slick-prev,
  .slider-kv .slick-next {
    width: 34px;
    height: 34px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
    .slider-kv .slick-prev:before,
    .slider-kv .slick-next:before {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      border-top: 1px solid #fff;
      border-right: 1px solid #fff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
  .slider-kv .slick-prev {
    left: 5%; }
    .slider-kv .slick-prev:before {
      -webkit-transform: rotate(45deg) scale(-1, -1);
      transform: rotate(45deg) scale(-1, -1); }
  .slider-kv .slick-next {
    right: 5%; }
    .slider-kv .slick-next:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  .slider-kv .slick-dots {
    text-align: center;
    position: absolute;
    bottom: -3rem;
    z-index: 1; }
    .slider-kv .slick-dots li {
      position: relative;
      width: 6px;
      height: 6px;
      margin: 0 4px; }
      .slider-kv .slick-dots li button {
        background-color: #707070;
        border-radius: 50%;
        width: 6px;
        height: 6px;
        padding: 0;
        position: relative;
        opacity: .2; }
        .slider-kv .slick-dots li button:hover, .slider-kv .slick-dots li button:focus {
          outline: none; }
          .slider-kv .slick-dots li button:hover:before, .slider-kv .slick-dots li button:focus:before {
            opacity: 1; }
        .slider-kv .slick-dots li button:before {
          content: none; }
      .slider-kv .slick-dots li.slick-active button {
        background-color: #212121;
        opacity: 1; }
        .slider-kv .slick-dots li.slick-active button:before {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0px);
                  transform: translate3d(-50%, -50%, 0px);
          content: "";
          display: block;
          width: 10px;
          height: 10px;
          border: 1px solid #212121;
          border-radius: 50%; }
  .slider-kv .slider-kv__item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none; }
    .slider-kv .slider-kv__item:after {
      content: "";
      display: block;
      background-color: rgba(255, 255, 255, 0.1);
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      -webkit-transition: opacity .3s;
      transition: opacity .3s;
      opacity: 0;
      z-index: 0; }
    .slider-kv .slider-kv__item:hover:after {
      opacity: 1;
      z-index: 2; }
      @media only screen and (max-width: 768px) {
        .slider-kv .slider-kv__item:hover:after {
          z-index: 0;
          opacity: 0; } }

.product-kv .flex-box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1200px;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0 5rem;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 768px) {
    .product-kv .flex-box {
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 3rem; } }
.product-kv .slider-kv__button,
.product-kv .slider-kv-movie__button {
  margin: 0; }
.product-kv .slider-kv-movie__text,
.product-kv .slider-kv__text {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%; }
  .product-kv .slider-kv-movie__text span,
  .product-kv .slider-kv__text span {
    font-size: 4.4rem;
    line-height: 1.2; }
    @media only screen and (max-width: 768px) {
      .product-kv .slider-kv-movie__text span,
      .product-kv .slider-kv__text span {
        font-size: 2.4rem; } }
.product-kv .slider-kv__text + .slider-kv__shoulder {
  padding-top: 1rem; }
.product-kv .slider-kv__text + .slider-kv__button {
  margin: 3rem 0 0; }
  @media only screen and (max-width: 768px) {
    .product-kv .slider-kv__text + .slider-kv__button {
      margin: 1rem 0 0; } }
.product-kv .slider-kv-movie__text + .slider-kv-movie__shoulder {
  padding-top: 1rem; }
.product-kv .slider-kv-movie__text + .slider-kv-movie__button {
  margin: 3rem 0 0; }
  @media only screen and (max-width: 768px) {
    .product-kv .slider-kv-movie__text + .slider-kv-movie__button {
      margin: 1rem 0 0; } }
.product-kv .slider-kv-movie__shoulder,
.product-kv .slider-kv__shoulder {
  color: #fff;
  font-size: 1.6rem;
  border-bottom: 0; }
.product-kv .slider-kv__shoulder + .slider-kv__button {
  margin: 3rem 0 0; }
  @media only screen and (max-width: 768px) {
    .product-kv .slider-kv__shoulder + .slider-kv__button {
      margin: 1rem 0 0; } }
.product-kv .slider-kv-movie__shoulder + .slider-kv-movie__button {
  margin: 3rem 0 0; }
  @media only screen and (max-width: 768px) {
    .product-kv .slider-kv-movie__shoulder + .slider-kv-movie__button {
      margin: 1rem 0 0; } }
.product-kv.slider-kv-movie .slick-slide {
  background-color: #212121;
  overflow: hidden;
  width: 100%;
  height: 540px;
  position: relative;
  z-index: 0; }
  @media only screen and (max-width: 768px) {
    .product-kv.slider-kv-movie .slick-slide {
      height: 250px; } }
  .product-kv.slider-kv-movie .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 110%;
    -webkit-transform: translate3d(-50%, -50%, 0px);
            transform: translate3d(-50%, -50%, 0px);
    z-index: 0; }
  .product-kv.slider-kv-movie .slick-slide iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 80% !important;
    height: 100% !important;
    margin: auto;
    z-index: 0; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ ナビゲーション */
.nav-stove {
  padding: 0;
  position: relative;
  z-index: 5;
  margin: 2rem auto; }
  @media only screen and (max-width: 768px) {
    .nav-stove {
      width: 100%; } }
  .nav-stove .localmenu--active .nav-local-link .nav-stove-list__text {
    color: #9D3600; }

.nav-stove-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .nav-stove-list:after {
    content: "";
    display: block;
    background-color: rgba(33, 33, 33, 0.2);
    width: 1px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    margin: auto; }
    @media only screen and (max-width: 425px) {
      .nav-stove-list:after {
        height: 30px; } }
  .nav-stove-list__item {
    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;
    text-decoration: none; }
    .nav-stove-list__item:hover .nav-stove-list__text {
      color: #9D3600;
      font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .nav-stove-list__item:hover .nav-stove-list__text {
        color: inherit; } }
    .nav-stove-list__item.current .nav-stove-list__text {
      color: #9D3600;
      font-weight: 500; }
  .nav-stove-list__img {
    width: 88px; }
  .nav-stove-list__text {
    font-size: 1.6rem; }
  .nav-stove-list--parent {
    cursor: pointer;
    position: relative;
    width: 48%;
    margin: auto;
    padding: 0 3rem; }
    @media only screen and (max-width: 768px) {
      .nav-stove-list--parent {
        width: 49%;
        padding: 0 1.25rem;
        position: static; } }
    @media only screen and (max-width: 425px) {
      .nav-stove-list--parent .nav-stove-list__img {
        display: none; }
      .nav-stove-list--parent .nav-stove-list__text {
        width: 100%;
        text-align: center; } }
  .nav-stove-list--child {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    .nav-stove-list--child .nav-stove-list__img {
      width: 60px; }
    .nav-stove-list--child .nav-stove-list__text {
      width: calc(100% - 60px);
      font-size: 1.4rem;
      text-align: left; }
    @media only screen and (max-width: 425px) {
      .nav-stove-list--child {
        top: 50px; } }
    @media only screen and (max-width: 425px) {
      .nav-stove-list--child .nav-stove-list__img {
        display: block; } }
    .nav-stove-list--child .nav-stove-list__item {
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: .25rem 0; }
    .nav-stove-list--child__body {
      background-color: #fff;
      padding: 3rem 2rem 2rem 1rem;
      display: inline-block; }
      @media only screen and (max-width: 425px) {
        .nav-stove-list--child__body {
          -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
                  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
          padding: 0 2rem 1rem;
          display: block; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ */
.stove-single-content {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    .stove-single-content {
      margin-bottom: 2.5rem; } }
  @media only screen and (max-width: 425px) {
    .stove-single-content .entry-content .wp-block-button__link {
      max-width: 100%;
      width: 100%; } }

.item-single-content {
  margin-bottom: 5rem; }
  @media only screen and (max-width: 768px) {
    .item-single-content {
      margin-bottom: 2.5rem; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ 基本情報 */
.stove-info {
  padding: 5rem 0; }
  @media only screen and (max-width: 768px) {
    .stove-info {
      padding: 2.5rem 0; } }
  .stove-info .stove-info__brand {
    color: #6C6C6C;
    font-size: 1.8rem;
    text-align: center; }
    @media only screen and (max-width: 768px) {
      .stove-info .stove-info__brand {
        font-size: 1.4rem;
        margin-bottom: 1.5rem; } }
  .stove-info .stove-info-title {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center; }
    .stove-info .stove-info-title__text {
      font-size: 4.4rem;
      font-weight: 500; }
    .stove-info .stove-info-title__text--new {
      background-color: #A61415;
      color: #fff;
      font-size: 1rem;
      padding: .5rem 1.5rem; }
    @media only screen and (max-width: 768px) {
      .stove-info .stove-info-title__text {
        font-size: 3.6rem; } }
    @media only screen and (max-width: 425px) {
      .stove-info .stove-info-title__text {
        font-size: 2.4rem; } }
  .stove-info .stove-info__lead {
    font-size: 2.4rem;
    font-weight: 500;
    text-align: center;
    margin-top: 2rem; }
    @media only screen and (max-width: 425px) {
      .stove-info .stove-info__lead {
        font-size: 1.8rem;
        text-align: left; } }
  .stove-info .stove-info__text {
    font-size: 1.6rem;
    text-align: center;
    margin-top: 2rem; }
    @media only screen and (max-width: 425px) {
      .stove-info .stove-info__text {
        font-size: 1.4rem;
        text-align: left; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ バリエーション */
.stove-variation {
  padding: 5rem 0; }
  @media only screen and (max-width: 960px) {
    .stove-variation {
      padding: 2.5rem 0; } }
  .stove-variation .stove-variation-title {
    margin-bottom: 4rem;
    position: relative; }
    .stove-variation .stove-variation-title__text {
      font-size: 3.8rem;
      font-weight: 500;
      text-align: center; }
    @media only screen and (max-width: 960px) {
      .stove-variation .stove-variation-title {
        margin-bottom: 2rem; } }
    @media only screen and (max-width: 768px) {
      .stove-variation .stove-variation-title__text {
        font-size: 2.6rem; } }
    @media only screen and (max-width: 425px) {
      .stove-variation .stove-variation-title__text {
        font-size: 1.8rem; } }
  .stove-variation .stove-variation__button--top {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 43px; }
    .stove-variation .stove-variation__button--top .button {
      padding: 1.2rem 1rem; }
      .stove-variation .stove-variation__button--top .button svg {
        height: 24px; }
    @media only screen and (max-width: 960px) {
      .stove-variation .stove-variation__button--top {
        display: none; } }
  .stove-variation .stove-variation__button--bottom {
    display: none; }
    .stove-variation .stove-variation__button--bottom .button {
      padding: 1.2rem 1rem; }
      .stove-variation .stove-variation__button--bottom .button svg {
        height: 24px; }
    @media only screen and (max-width: 960px) {
      .stove-variation .stove-variation__button--bottom {
        display: block; } }
    @media only screen and (max-width: 425px) {
      .stove-variation .stove-variation__button--bottom .button {
        max-width: 100%;
        width: 100%; } }
  .stove-variation .stove-variation-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, calc((100% /4) - 5rem));
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6rem;
    text-align: center;
    width: 100%;
    margin: 0 auto 4rem; }
    @media only screen and (max-width: 768px) {
      .stove-variation .stove-variation-list {
        grid-template-columns: repeat(auto-fit, calc((100% /2) - 1rem));
        gap: 2rem;
        margin-bottom: 3rem; } }
    @media only screen and (max-width: 425px) {
      .stove-variation .stove-variation-list {
        text-align: left; } }
    .stove-variation .stove-variation-list img {
      width: 100%; }
  .stove-variation__title {
    font-size: 1.8rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .stove-variation__title {
        font-size: 1.4rem; } }
  .stove-variation__price {
    font-size: 1.4rem;
    font-weight: 500; }
    @media only screen and (max-width: 768px) {
      .stove-variation__price {
        font-size: 1.2rem; } }
  .stove-variation__no {
    color: #6C6C6C;
    font-size: 1.4rem;
    margin-top: 1rem; }
    @media only screen and (max-width: 768px) {
      .stove-variation__no {
        font-size: 1.2rem;
        margin-top: 0; } }
  .stove-variation a:hover svg {
    fill: #fff; }
    @media only screen and (max-width: 768px) {
      .stove-variation a:hover svg {
        fill: #212121; } }

.stove-spec-list {
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem 1rem; }
  @media only screen and (max-width: 960px) {
    .stove-spec-list {
      margin-bottom: 3rem; } }
  @media only screen and (max-width: 768px) {
    .stove-spec-list {
      display: block;
      padding: 2rem; } }
  .stove-spec-list .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media only screen and (max-width: 768px) {
      .stove-spec-list .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 0 1rem;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .stove-spec-list .stove-spec-list__img {
    margin-right: 1.5rem; }
    .stove-spec-list .stove-spec-list__img img {
      width: auto;
      height: 75px; }
  .stove-spec-list .stove-spec-list__text {
    font-size: 1.4rem;
    margin-right: 5rem; }
    @media only screen and (max-width: 768px) {
      .stove-spec-list .stove-spec-list__text {
        margin-right: 0; } }
  .stove-spec-list li {
    font-size: 1.4rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る アイテム・薪ストーブ詳細ページ ギャラリー */
.product-gallery {
  padding: 0; }
  .product-gallery .product-gallery-title {
    margin-bottom: 4rem; }
  .product-gallery .gallery-note {
    display: none;
    font-size: 1.6rem;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 425px) {
      .product-gallery .gallery-note {
        display: block; } }
  .product-gallery .product-gallery-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem; }
    .product-gallery .product-gallery-list img {
      width: 100%; }
    @media only screen and (max-width: 960px) {
      .product-gallery .product-gallery-list {
        gap: 2rem; } }
    @media only screen and (max-width: 768px) {
      .product-gallery .product-gallery-list {
        grid-template-columns: repeat(2, 1fr); } }
    @media only screen and (max-width: 425px) {
      .product-gallery .product-gallery-list {
        display: block; } }
  @media only screen and (max-width: 425px) {
    .product-gallery .product-gallery-list__item {
      margin-bottom: 4rem; } }
  .product-gallery .product-gallery-list__img {
    position: relative;
    margin-bottom: 1.5rem; }
    .product-gallery .product-gallery-list__img p {
      background-color: rgba(0, 0, 0, 0.8);
      overflow-y: auto;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      opacity: 0;
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
      .product-gallery .product-gallery-list__img p span {
        display: block;
        color: #fff;
        font-size: 1.4rem;
        padding: 1rem 2rem;
        position: absolute;
        right: 50%;
        bottom: 50%;
        width: 100%;
        max-height: calc(100% - 20px);
        overflow-y: auto;
        -webkit-transform: translate(50%, 50%);
                transform: translate(50%, 50%); }
      @media only screen and (max-width: 960px) {
        .product-gallery .product-gallery-list__img p {
          display: none; } }
    .product-gallery .product-gallery-list__img:hover p {
      opacity: 1; }
  .product-gallery h3 {
    font-size: 1.6rem; }
  .product-gallery .sub {
    font-size: 1.2rem; }
    .product-gallery .sub a {
      color: #507C9D;
      font-size: 1.2rem; }

.product-gallery-slider {
  overflow: hidden;
  width: 100%;
  padding: 0 4rem;
  position: relative; }
  @media only screen and (max-width: 425px) {
    .product-gallery-slider {
      padding: 0 2.5rem; } }
  .product-gallery-slider .swiper-wrapper {
    position: relative;
    z-index: 0; }
  .product-gallery-slider .swiper-slide {
    background-color: #fff; }
  .product-gallery-slider .kv-nav-wrapper .kv-button {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 34px; }
    @media only screen and (max-width: 425px) {
      .product-gallery-slider .kv-nav-wrapper .kv-button {
        width: 24px;
        height: 24px; } }
    .product-gallery-slider .kv-nav-wrapper .kv-button:after {
      content: "";
      display: block;
      width: 22px;
      height: 22px;
      border-top: 1px solid #707070;
      border-right: 1px solid #707070;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto; }
      @media only screen and (max-width: 425px) {
        .product-gallery-slider .kv-nav-wrapper .kv-button:after {
          width: 12px;
          height: 12px; } }
  .product-gallery-slider .kv-nav-wrapper .kv-button-prev {
    left: 0; }
    .product-gallery-slider .kv-nav-wrapper .kv-button-prev:after {
      -webkit-transform: rotate(45deg) scale(-1, -1);
      transform: rotate(45deg) scale(-1, -1); }
  .product-gallery-slider .kv-nav-wrapper .kv-button-next {
    right: 0; }
    .product-gallery-slider .kv-nav-wrapper .kv-button-next:after {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.gallery-modaal-wrapper .modaal-close {
  position: absolute;
  right: 0;
  top: 5px; }
  .gallery-modaal-wrapper .modaal-close:before {
    width: 1px;
    background-color: #212121; }
  .gallery-modaal-wrapper .modaal-close:after {
    width: 1px;
    background-color: #212121; }
.gallery-modaal-wrapper .modaal-inner-wrapper {
  padding: 0; }
.gallery-modaal-wrapper .modaal-container {
  max-width: 960px;
  width: 90vw; }
.gallery-modaal-wrapper .modaal-content-container {
  padding: 6rem 2rem; }
  @media only screen and (max-width: 425px) {
    .gallery-modaal-wrapper .modaal-content-container {
      padding: 6rem 1rem 3rem; } }
.gallery-modaal-wrapper .swiper-slide {
  height: auto; }
.gallery-modaal-wrapper .scroll-wrapper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff; }
  .gallery-modaal-wrapper .scroll-wrapper img {
    background-color: #212121; }
  .gallery-modaal-wrapper .scroll-wrapper h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin: 2rem 0; }
  .gallery-modaal-wrapper .scroll-wrapper p {
    font-size: 1.4rem;
    max-height: 280px; }
    .gallery-modaal-wrapper .scroll-wrapper p a {
      font-size: inherit; }
    .gallery-modaal-wrapper .scroll-wrapper p.sub {
      font-size: 1.2rem; }
      .gallery-modaal-wrapper .scroll-wrapper p.sub a {
        color: #507C9D;
        font-size: 1.2rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ オプション */
.stove-option {
  padding: 5rem 0; }
  @media only screen and (max-width: 960px) {
    .stove-option {
      padding: 2.5rem 0; } }
  .stove-option .stove-option-title {
    margin-bottom: 4rem; }
  .stove-option .stove-option-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem; }
    .stove-option .stove-option-list img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .stove-option .stove-option-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem; } }
  .stove-option .stove-option-list__item img {
    display: block;
    margin-bottom: 3rem;
    width: 100%; }
  .stove-option .stove-option-list__item h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 1rem; }
    @media only screen and (max-width: 425px) {
      .stove-option .stove-option-list__item h3 {
        font-size: 1.6rem; } }
  .stove-option .stove-option-list__item .main-text {
    font-size: 1.6rem;
    margin-bottom: 2rem; }
    @media only screen and (max-width: 425px) {
      .stove-option .stove-option-list__item .main-text {
        font-size: 1.4rem; } }
  .stove-option .stove-option-list__item .sub-text {
    background-color: #EFEFEF;
    font-size: 1.4rem;
    padding: 2rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ サイズ */
.stove-size {
  padding: 5rem 0; }
  @media only screen and (max-width: 960px) {
    .stove-size {
      padding: 2.5rem 0; } }
  .stove-size .stove-size-title {
    margin-bottom: 4rem; }
    @media only screen and (max-width: 960px) {
      .stove-size .stove-size-title {
        margin-bottom: 2rem; } }
  .stove-size .stove-size-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    margin-bottom: 4rem; }
    @media only screen and (max-width: 425px) {
      .stove-size .stove-size-list {
        grid-template-columns: repeat(1, 1fr);
        gap: 4rem;
        margin-bottom: 3rem; } }
    .stove-size .stove-size-list img {
      width: 100%; }
  .stove-size a {
    padding: 1.2rem 1rem; }
    .stove-size a svg {
      height: 24px; }
    .stove-size a:hover svg {
      fill: #fff; }
      @media only screen and (max-width: 768px) {
        .stove-size a:hover svg {
          fill: #212121; } }
    @media only screen and (max-width: 425px) {
      .stove-size a {
        max-width: 100%;
        width: 100%; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ ブランド */
.stove-brand-banner {
  padding: 5rem 0; }
  @media only screen and (max-width: 960px) {
    .stove-brand-banner {
      padding: 2.5rem 0; } }
  .stove-brand-banner a {
    display: block; }
    .stove-brand-banner a img {
      width: 100%; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る 薪ストーブ詳細ページ 関連情報 */
.stove-single-widget {
  margin-bottom: 14rem; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る アイテム詳細ページ 基本情報 */
.item-info {
  padding: 6rem 0 0;
  position: relative; }
  @media only screen and (max-width: 768px) {
    .item-info {
      padding: 3rem 0 0; } }
  .item-info .item-info-brand {
    color: #6C6C6C;
    font-size: 1.8rem; }
    @media only screen and (max-width: 425px) {
      .item-info .item-info-brand {
        font-size: 1.4rem;
        margin-bottom: 1rem; } }
  .item-info .item-info-name {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .item-info .item-info-name li {
      margin-right: 1.5rem; }
    .item-info .item-info-name__text {
      font-size: 3.6rem;
      font-weight: 500; }
      .item-info .item-info-name__text h1 {
        font-size: inherit; }
    .item-info .item-info-name__subtext {
      font-size: 2rem;
      font-weight: 500; }
    .item-info .item-info-name__new {
      background-color: #A61415;
      color: #fff;
      font-size: 1rem;
      padding: .5rem 1.5rem; }
    @media only screen and (max-width: 425px) {
      .item-info .item-info-name__text {
        font-size: 2.4rem; }
      .item-info .item-info-name__subtext {
        font-size: 1.6rem; } }
  .item-info .item-info-listprice {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin: 1rem 0; }
    .item-info .item-info-listprice dt {
      font-size: 2.4rem;
      font-weight: 500;
      margin-right: 1rem; }
      .item-info .item-info-listprice dt span {
        font-size: 1.6rem;
        font-weight: 500; }
      @media only screen and (max-width: 425px) {
        .item-info .item-info-listprice dt {
          font-size: 1.8rem; }
          .item-info .item-info-listprice dt span {
            font-size: 1.2rem; } }
    .item-info .item-info-listprice dd {
      color: #6C6C6C;
      font-size: 1.6rem; }
      @media only screen and (max-width: 425px) {
        .item-info .item-info-listprice dd {
          font-size: 1.2rem; } }
  .item-info .item-info-price {
    font-size: 2.4rem;
    font-weight: 500;
    margin: 1rem 0; }
    @media only screen and (max-width: 425px) {
      .item-info .item-info-price {
        font-size: 1.8rem; } }
  .item-info .item-info-button {
    margin: 2rem 0 4rem; }
    .item-info .item-info-button .button {
      max-width: 300px;
      margin: 0; }
      @media only screen and (max-width: 425px) {
        .item-info .item-info-button .button {
          max-width: 100%;
          margin: auto; } }
  .item-info .item-info-social-links {
    position: absolute;
    top: 6rem;
    right: 0; }
    .item-info .item-info-social-links .social-links {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .item-info .item-info-social-links .social-links__title {
        margin-right: 1.5rem;
        margin-bottom: 0; }
    @media only screen and (max-width: 768px) {
      .item-info .item-info-social-links {
        position: static; }
        .item-info .item-info-social-links .social-links {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 製品を見る アイテム詳細ページ お知らせ */
.entry-content .wp-block-news {
  background-color: #EFEFEF;
  margin: 0 auto 4rem;
  padding: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 768px) {
    .entry-content .wp-block-news {
      display: block;
      padding: 2rem 2rem 4rem; } }
  .entry-content .wp-block-news .wp-block-news__media {
    width: 358px; }
    .entry-content .wp-block-news .wp-block-news__media img {
      width: 100%; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-news .wp-block-news__media {
        width: 100%;
        margin-bottom: 3rem; } }
  .entry-content .wp-block-news .wp-block-news__content {
    width: calc(100% - 358px);
    padding-left: 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-news .wp-block-news__content {
        width: 100%;
        padding-left: 0; } }
    .entry-content .wp-block-news .wp-block-news__content > * {
      margin-bottom: 0; }
  @media only screen and (max-width: 768px) {
    .entry-content .wp-block-news h3 {
      font-size: 1.8rem; } }
    .entry-content .wp-block-news p {
      margin: 0 0 4rem; }
  @media only screen and (max-width: 768px) {
    .entry-content .wp-block-news p {
      font-size: 1.4rem; } }
  .entry-content .wp-block-news .wp-block-buttons {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 3rem; }
    @media only screen and (max-width: 768px) {
      .entry-content .wp-block-news .wp-block-buttons {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  @media only screen and (max-width: 768px) {
    .entry-content .wp-block-news .wp-block-button__link {
      max-width: 100%;
      margin: auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット */
.widget-aria {
  max-width: 800px;
  margin: 0 auto 14rem;
  width: 90%; }
  @media only screen and (max-width: 768px) {
    .widget-aria {
      width: 89.4%;
      margin-bottom: 10rem; } }
  .widget-aria--wide {
    max-width: 1200px; }

.widget-block {
  margin-bottom: 8rem; }
  @media only screen and (max-width: 768px) {
    .widget-block {
      margin-bottom: 6rem; } }
  .widget-block a {
    color: #507c9d;
    font-size: inherit;
    -webkit-transition-duration: .3s;
            transition-duration: .3s; }
    .widget-block a:hover {
      opacity: .8; }
      @media only screen and (max-width: 768px) {
        .widget-block a:hover {
          opacity: 1; } }
    .widget-block a[target="_blank"]:after {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      width: 16px;
      height: 14px;
      background-image: url(../images/common/icon/icon_blank.svg);
      background-size: contain;
      background-repeat: no-repeat; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット:関連リンク */
.widget-link-block {
  margin-bottom: 5rem; }
  .widget-link-block .btn__list,
  .widget-link-block .link__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 4rem;
    gap: 2rem; }
    @media only screen and (max-width: 425px) {
      .widget-link-block .btn__list,
      .widget-link-block .link__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media only screen and (max-width: 425px) {
    .widget-link-block .btn__list {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .widget-link-block .text_link a {
    font-size: 1.4rem; }
    @media only screen and (max-width: 768px) {
      .widget-link-block .text_link a {
        display: block; } }
  .widget-link-block .button {
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    margin: 0;
    padding: 14px 30px;
    color: #212121; }
    @media only screen and (max-width: 768px) {
      .widget-link-block .button {
        display: block;
        margin-right: 0; } }
    .widget-link-block .button span {
      position: relative;
      padding-right: 3rem;
      display: inline-block; }
    .widget-link-block .button svg {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto; }
    .widget-link-block .button[target="_blank"]:after {
      display: none; }
    .widget-link-block .button[target="_blank"] span:after {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin-left: 10px;
      width: 16px;
      height: 14px;
      background-size: contain;
      background-repeat: no-repeat;
      background-image: url(../images/common/icon/icon_blank-black.svg); }
    .widget-link-block .button[target="_blank"] svg {
      display: none; }
    .widget-link-block .button:hover {
      color: #fff; }
      @media only screen and (max-width: 768px) {
        .widget-link-block .button:hover {
          color: #212121; } }
      .widget-link-block .button:hover[target="_blank"] span:after {
        background-image: url(../images/common/icon/icon_blank-white.svg); }
  .widget-link-block .scene__list,
  .widget-link-block .widget-link-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 4rem;
    gap: 4rem 6rem; }
  .widget-link-block .scene {
    color: #212121;
    width: calc(50% - 3rem);
    display: block;
    text-decoration: none; }
    @media only screen and (max-width: 425px) {
      .widget-link-block .scene {
        width: 100%; } }
    .widget-link-block .scene .scene_img {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 240px; }
      @media only screen and (max-width: 425px) {
        .widget-link-block .scene .scene_img {
          height: 140px; } }
    .widget-link-block .scene .scene_text {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding-right: 3rem;
      position: relative;
      margin-top: 2rem; }
      @media only screen and (max-width: 425px) {
        .widget-link-block .scene .scene_text {
          margin-top: 1rem; } }
      .widget-link-block .scene .scene_text span.text {
        display: inline-block;
        font-size: 3.2rem;
        line-height: 1;
        margin-right: 1rem; }
        @media only screen and (max-width: 768px) {
          .widget-link-block .scene .scene_text span.text {
            font-size: 2.4rem; } }
      .widget-link-block .scene .scene_text span.en {
        font-size: 1.6rem;
        line-height: 1; }
        @media only screen and (max-width: 768px) {
          .widget-link-block .scene .scene_text span.en {
            font-size: 1.4rem; } }
      .widget-link-block .scene .scene_text svg {
        width: 20px;
        height: 20px;
        position: absolute;
        margin: auto;
        right: 0;
        top: 0;
        bottom: 0; }
        @media only screen and (max-width: 425px) {
          .widget-link-block .scene .scene_text svg {
            width: 16px;
            height: 16px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット:関連リンク（ボタン） */
.widget-link-block .page__list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%; }
  .widget-link-block .page__list .button {
    color: #212121;
    margin: 1rem 3rem 1rem 0;
    max-width: 100%;
    padding: 1rem 2.5rem; }
    .widget-link-block .page__list .button:hover {
      color: #fff; }
    @media only screen and (max-width: 768px) {
      .widget-link-block .page__list .button {
        margin-top: 1.5rem; }
        .widget-link-block .page__list .button:hover {
          color: #212121; } }
    @media only screen and (max-width: 425px) {
      .widget-link-block .page__list .button {
        width: 100%;
        margin: 1rem auto; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット:関連リンク（シーン） */
.widget-link-block .scene-link__list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .widget-link-block .scene-link__list a {
    color: #212121;
    display: block;
    text-decoration: none;
    width: calc(50% - 3rem);
    margin: 4rem 6rem 0 0; }
    .widget-link-block .scene-link__list a:nth-of-type(2n) {
      margin-right: 0; }
    @media only screen and (max-width: 960px) {
      .widget-link-block .scene-link__list a {
        width: calc(50% - 1rem);
        margin: 3rem 2rem 0 0; } }
    @media only screen and (max-width: 425px) {
      .widget-link-block .scene-link__list a {
        width: 100%;
        margin: 3rem 0 0; }
        .widget-link-block .scene-link__list a:last-child {
          margin-bottom: 0; } }
  .widget-link-block .scene-link__list__img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 240px; }
    .widget-link-block .scene-link__list__img.img--pc {
      display: block; }
    .widget-link-block .scene-link__list__img.img--sp {
      display: none; }
    @media only screen and (max-width: 425px) {
      .widget-link-block .scene-link__list__img {
        height: 140px; }
        .widget-link-block .scene-link__list__img.img--pc {
          display: none; }
        .widget-link-block .scene-link__list__img.img--sp {
          display: block; } }
  .widget-link-block .scene-link__list__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-right: 3rem;
    position: relative;
    margin-top: 20px; }
    @media only screen and (max-width: 768px) {
      .widget-link-block .scene-link__list__text {
        width: 100%; } }
    .widget-link-block .scene-link__list__text span {
      display: inline-block; }
      .widget-link-block .scene-link__list__text span.text {
        font-weight: 500;
        font-size: 3.2rem;
        line-height: 1;
        margin-right: 1rem; }
        @media only screen and (max-width: 768px) {
          .widget-link-block .scene-link__list__text span.text {
            font-size: 2.4rem; } }
      .widget-link-block .scene-link__list__text span.en {
        font-weight: 500;
        font-size: 1.6rem;
        line-height: 1; }
        @media only screen and (max-width: 768px) {
          .widget-link-block .scene-link__list__text span.en {
            font-size: 1.4rem; } }
    .widget-link-block .scene-link__list__text svg {
      width: 20px;
      height: 20px;
      position: absolute;
      margin: auto;
      right: 0;
      top: 0;
      bottom: 0; }
      @media only screen and (max-width: 425px) {
        .widget-link-block .scene-link__list__text svg {
          width: 16px;
          height: 16px; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット:タグ */
.widget-link-block .tag__list li {
  display: inline-block;
  margin: 2rem 4rem 0 0; }
  @media only screen and (max-width: 768px) {
    .widget-link-block .tag__list li {
      margin: 1.5rem 3rem 0 0; } }
  .widget-link-block .tag__list li a {
    color: inherit;
    font-size: 1.4rem;
    text-decoration: none; }
    .widget-link-block .tag__list li a:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 768px) {
      .widget-link-block .tag__list li a {
        display: block;
        color: #6c6c6c; } }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット:関連記事 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット:使用商品 */
.widget-product-list-block .widget-product-list {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); }
  @media only screen and (max-width: 425px) {
    .widget-product-list-block .widget-product-list {
      grid-template-columns: repeat(auto-fill, minmax(130px, 1fr)); } }
  .widget-product-list-block .widget-product-list a {
    text-align: center; }
    .widget-product-list-block .widget-product-list a[target="_blank"]:after {
      display: none; }
    .widget-product-list-block .widget-product-list a[target="_blank"] .product-name {
      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;
      text-align: left;
      text-decoration: none;
      overflow-wrap: break-word; }
      @media only screen and (max-width: 768px) {
        .widget-product-list-block .widget-product-list a[target="_blank"] .product-name {
          -webkit-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
      .widget-product-list-block .widget-product-list a[target="_blank"] .product-name:after {
        content: '';
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 14px;
        background-image: url(../images/common/icon/icon_blank.svg);
        background-size: contain;
        background-repeat: no-repeat;
        margin-left: 1rem;
        min-width: 16px; }
        @media only screen and (max-width: 768px) {
          .widget-product-list-block .widget-product-list a[target="_blank"] .product-name:after {
            margin-left: .5rem; } }
  .widget-product-list-block .widget-product-list .tag {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0; }
  .widget-product-list-block .widget-product-list .product-name {
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5714285714; }
  .widget-product-list-block .widget-product-list .product-price {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.5714285714; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ウィジェット:USER’S PHOTO */
.widget-block .user-photo-title {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 2rem; }
  @media only screen and (max-width: 768px) {
    .widget-block .user-photo-title {
      margin: auto auto 8rem; } }
  .widget-block .user-photo-title__text {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
    .widget-block .user-photo-title__text--main {
      font-size: 3.2rem; }
      @media only screen and (max-width: 768px) {
        .widget-block .user-photo-title__text--main {
          font-size: 2.4rem; } }
    .widget-block .user-photo-title__text svg {
      width: 23px;
      height: 23px;
      margin: 0.7rem 4rem 0 1.5rem; }
      @media only screen and (max-width: 768px) {
        .widget-block .user-photo-title__text svg {
          vertical-align: top;
          margin: 0 0 0 1rem; } }
    .widget-block .user-photo-title__text--tag {
      background-color: #E6E6E6;
      border-radius: 30px;
      font-size: 1.4rem;
      padding: .5rem 1.5rem;
      vertical-align: middle; }
      @media only screen and (max-width: 768px) {
        .widget-block .user-photo-title__text--tag {
          display: block;
          position: absolute;
          left: 0;
          padding: .7rem 1.5rem;
          bottom: -4.75rem; } }
.widget-block .user-photo-gallery {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media only screen and (max-width: 768px) {
    .widget-block .user-photo-gallery {
      margin: -5px; } }
  .widget-block .user-photo-gallery li {
    margin: .5rem;
    width: calc(20% - 1rem); }
    @media only screen and (max-width: 768px) {
      .widget-block .user-photo-gallery li {
        width: calc(50% - 10px);
        margin: 5px; }
        .widget-block .user-photo-gallery li:nth-of-type(2n) {
          margin-right: 0; } }
  .widget-block .user-photo-gallery a {
    display: block;
    overflow: hidden;
    position: relative;
    padding-top: 100%; }
    .widget-block .user-photo-gallery a img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 110%;
      -webkit-transform: translate3d(-50%, -50%, 0px) scale(1.5);
              transform: translate3d(-50%, -50%, 0px) scale(1.5);
      -webkit-animation-delay: 1.5s;
              animation-delay: 1.5s; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 投稿がない場合 */
.no-post {
  font-size: 2.4em;
  font-weight: 500;
  text-align: center;
  width: 100%;
  margin: 4rem auto; }
  @media only screen and (max-width: 425px) {
    .no-post {
      font-size: 5.3333333333vw; } }

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%); } }
@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }
@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%); } }
.loop-active > *:first-child {
  -webkit-animation: loop 50s -25s linear infinite;
          animation: loop 50s -25s linear infinite; }

.loop-active > *:last-child {
  -webkit-animation: loop2 50s linear infinite;
          animation: loop2 50s linear infinite; }

.loop_wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 440px;
  overflow: hidden; }
  @media only screen and (max-width: 768px) {
    .loop_wrap {
      height: 237px; } }

.loop-gallery {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .loop-gallery img {
    opacity: 0;
    height: 400px;
    width: auto; }
    @media only screen and (max-width: 768px) {
      .loop-gallery img {
        height: 240px; } }
  .loop-gallery > div:nth-child(2) img {
    height: 200px; }
    @media only screen and (max-width: 768px) {
      .loop-gallery > div:nth-child(2) img {
        height: 120px; } }
  .loop-gallery > div:nth-child(5) img {
    height: 200px; }
    @media only screen and (max-width: 768px) {
      .loop-gallery > div:nth-child(5) img {
        height: 120px; } }

.loop-ga {
  overflow: hidden;
  width: calc(100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 440px;
  opacity: 0; }
  .loop-ga .item-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 440px;
    overflow: hidden; }
  .loop-ga .item {
    height: 440px;
    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;
    overflow: hidden; }
    .loop-ga .item p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-line-pack: center;
      align-content: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden; }
      .loop-ga .item p img {
        width: 100%;
        -webkit-transition: -webkit-transform 1s;
        transition: -webkit-transform 1s;
        transition: transform 1s;
        transition: transform 1s, -webkit-transform 1s;
        opacity: 0;
        vertical-align: bottom; }
    .loop-ga .item.twoimages {
      height: 440px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .loop-ga .item.twoimages p {
        height: 220px;
        width: 100%; }
  .loop-ga .fadeInimg {
    -webkit-animation-name: fadeInAnime;
    animation-name: fadeInAnime;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    opacity: 0; }

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@-webkit-keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@keyframes scroll2 {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%); } }
@media only screen and (max-width: 768px) {
  .loop-ga {
    height: 220px; }

  .loop-ga .item-list {
    height: 220px; }

  .loop-ga .item {
    height: 220px;
    max-width: 100%; }

  .loop-ga .item.twoimages {
    height: 220px; }

  .loop-ga .item.twoimages p {
    height: calc(286px / 2); }

  .loop-ga .item.twoimages img {
    width: 100%; } }
@-webkit-keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeInAnime {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.number1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.number2 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.number3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.number4 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.number5 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.number6 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.number7 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.number8 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.number9 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.number10 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
#gmp {
  width: 100%;
  height: 420px;
  margin-bottom: 30px; }
  #gmp #infowindowclass,
  #gmp #infowindowclass a {
    font-size: 1.4rem; }
  #gmp #infowindowclass {
    padding: 0 1.4rem 0 0;
    line-height: 2; }
  @media only screen and (max-width: 768px) {
    #gmp #infowindowclass {
      padding: 0 1.4rem 1rem 0;
      line-height: 1.5; } }
  #gmp img {
    max-width: none; }
  #gmp .gm-control-active > img:not(:nth-child(1)) {
    display: none; }
  #gmp .gm-control-active:hover > img:nth-child(1) {
    display: none !important; }
  #gmp .gm-control-active:hover > img:nth-child(2) {
    display: block !important; }
  #gmp .gm-control-active:disabled > img:nth-child(4) {
    display: block; }
  #gmp a[target="_blank"]:after {
    display: none; }

.gm-style-iw-d * {
  font-size: 1.4rem;
  line-height: 2; }

.ssQIHO-checkbox-menu-item > span > span {
  font-size: 1.4rem; }

.gm-style .gm-style-mtc ul li {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
.gm-style .gm-style-mtc label, .gm-style .gm-style-mtc div {
  font-size: 1.4rem; }

/*gmap */

/*# sourceMappingURL=style.css.map */


@media only screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

.recaptha-annotation {
  font-size: 1.2rem;
  text-align: center;
}

.recaptha-annotation a[target='_blank']::after {
  content: none;
}

.grecaptcha-badge {
  visibility: hidden;
}

.inquiry-area {
  margin-top: 50px;
  padding: 3rem 0;
  background: #efefef;
  text-align: center;
}

.inquiry-area h2 {
  margin-bottom: 0.5em;
}

.inquiry-area .text-small {
  font-size: 0.8em;
}

.inquiry-area p {
  margin: 0;
}

@media only screen and (min-width: 769px) {
  .inquiry-area h2 {
    font-size: 1.6rem;
  }

  .inquiry-area .tel {
    color: #212121;
    text-decoration: none;
    pointer-events: none;
  }
}

@media only screen and (max-width: 768px) {
  .inquiry-area h2 {
    font-size: 1.4rem;
  }

  .inquiry-area .tel {
    text-decoration: underline;
  }
}