@charset "UTF-8";
/* ------------------------------------------------------------------------------
*
* Layout
*
* ------------------------------------------------------------------------------ */
/*------------------------------
*
* base styles
*
------------------------------*/
/* css custom properties
-------------------------*/
:root {
  /* font-size */
  --font-size-base: 0.875rem;
  --font-size-16: clamp(
    0.875rem,
    calc(0.8120503597rem + 0.0028776978 * 100vw),
    0.95rem
  );
  --font-size-17: clamp(
    0.9296875rem,
    calc(0.8628035072rem + 0.003057554 * 100vw),
    1.009375rem
  );
  --font-size-18: clamp(
    0.9984375rem,
    calc(0.9866344424rem + 0.0005395683 * 100vw),
    1.0125rem
  );
  --font-size-20: clamp(
    1.109375rem,
    calc(1.0962604916rem + 0.0005995204 * 100vw),
    1.125rem
  );
  --font-size-24: clamp(
    1.2225rem,
    calc(1.1154856115rem + 0.0048920863 * 100vw),
    1.35rem
  );
  --font-size-22: clamp(
    1.120625rem,
    calc(1.0225284772rem + 0.0044844125 * 100vw),
    1.2375rem
  );
  --font-size-25: clamp(
    1.19921875rem,
    calc(1.1238103267rem + 0.0034472422 * 100vw),
    1.2890625rem
  );
  --font-size-26: clamp(
    1.2471875rem,
    calc(1.1687627398rem + 0.0035851319 * 100vw),
    1.340625rem
  );
  --font-size-27: clamp(
    1.29515625rem,
    calc(1.2137151529rem + 0.0037230216 * 100vw),
    1.3921875rem
  );
  --font-size-28: clamp(
    1.343125rem,
    calc(1.2586675659rem + 0.0038609113 * 100vw),
    1.44375rem
  );
  --font-size-30: clamp(
    1.42734375rem,
    calc(1.2483307104rem + 0.0081834532 * 100vw),
    1.640625rem
  );
  --font-size-32: clamp(
    1.5225rem,
    calc(1.3315527578rem + 0.0087290168 * 100vw),
    1.75rem
  );
  --font-size-35: clamp(
    1.640625rem,
    calc(1.5029226619rem + 0.006294964 * 100vw),
    1.8046875rem
  );
  --font-size-36: clamp(
    1.6875rem,
    calc(1.5458633094rem + 0.0064748201 * 100vw),
    1.85625rem
  );
  --font-size-40: clamp(
    1.7375rem,
    calc(1.4647182254rem + 0.012470024 * 100vw),
    2.0625rem
  );
  --font-size-45: clamp(
    1.9546875rem,
    calc(1.6478080036rem + 0.014028777 * 100vw),
    2.3203125rem
  );
  --font-size-48: clamp(
    2.085rem,
    calc(1.7576618705rem + 0.0149640288 * 100vw),
    2.475rem
  );
  --font-size-50: clamp(
    1.875rem,
    calc(1.2848471223rem + 0.0269784173 * 100vw),
    2.578125rem
  );
  --font-size-55: clamp(
    2.0625rem,
    calc(1.4133318345rem + 0.029676259 * 100vw),
    2.8359375rem
  );
  --font-size-56: clamp(
    2.1rem,
    calc(1.439028777rem + 0.0302158273 * 100vw),
    2.8875rem
  );
  --font-size-60: clamp(
    1.603125rem,
    calc(0.3520008993rem + 0.0571942446 * 100vw),
    3.09375rem
  );
  --font-size-64: clamp(
    1.71rem,
    calc(0.3754676259rem + 0.0610071942 * 100vw),
    3.3rem
  );
  /* width base settings */
  --min-contents-width: 350px;
  --wide-inner-width: 100%;
  --inner-width: 100%;
  /* border-radius */
  --round-5: 3px;
  --round-10: 8px;
  --round-20: 16px;
  --round-30: 24px;
  --round-full: 999em;
  /* logo width */
  --logo-width: 160px;
  /* map height */
  --map-height: 56.25vw;
  /* btn defaults */
  --btn-height: 45px;
  --btn-line-height: 1;
  --btn-font-size: var(--font-size-base);
  --btn-font-weight: var(--font-weight-semibold);
  --btn-letter-space: var(--letter-spacing-large);
  --btn-padding-x: 1em;
  --btn-padding-y: calc(
    (var(--btn-height) - var(--btn-font-size) * var(--btn-line-height)) / 2
  );
  --btn-width-xs: 180px;
  --btn-width-small: 200px;
  --btn-width-regular: 240px;
  --btn-width-medium: 300px;
  --btn-width-large: 350px;
  --btn-width-xl: 400px;
  --btn-font-family: var(--font-main);
  /* header */
  --header-height: 80px;
  /* prev next settings */
  --prev-next-link-width: 7.5em;
  --prev-next-link-gutter: 1em;
  --prev-next-link-padding: 0.75em 1em;
  --prev-next-link-round: 0em;
  --prev-next-link-color: #b3b3b3;
  --prev-next-link-bg-color: var(--color-gray);
  --prev-next-link-hov-color: var(--color-main);
  --prev-next-link-hov-bg-color: var(--color-white);
  /* pagenation settings */
  --pagenation-margin-top: 40px;
  --pagenation-item-width: 2.5em;
  --pagenation-item-height: 2.5em;
  --pagenation-item-round: 0px;
  --pagenation-item-font-size: var(--font-size-base);
  --pagenation-item-font-weight: var(--font-weight-medium);
  --pagenation-item-space: 5px;
  --pagenation-item-bg-color: var(--color-gray);
  --pagenation-item-color: #b3b3b3;
  --pagenation-item-current-color: var(--color-white);
  --pagenation-item-current-bg-color: var(--color-main);
  /* drawer settings */
  --drawer-btn-bg: var(--color-main);
  --drawer-btn-bar-color: var(--color-white);
  --drawer-main-color: var(--color-main);
  --drawer-link-font-size: clamp(
    0.9375rem,
    calc(0.7801258993rem + 0.0071942446 * 100vw),
    1.125rem
  );
  --drawer-link-current-color: var(--color-main);
  --drawer-link-border-color: rgb(var(--color-text-main-rgb) / 0.4);
}

body {
  font-size: var(--font-size-base);
  font-family: var(--font-main);
  line-height: var(--line-height-base);
  letter-spacing: var(--letter-spacing-base);
  font-weight: var(--font-weight-medium);
  color: var(--color-text-main);
  min-width: var(--min-contents-width);
  margin: 0 auto;
  position: relative;
  font-style: normal;
  font-optical-sizing: auto;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  background: url("../img/pattern/bg.jpg") repeat center/auto;
}

/* ===========================================
*
* header style
*
* ======================================== */
.header {
  width: 100%;
  background: url("../img/pattern/bray_bg.jpg") repeat center/auto;
  color: var(--color-white);
}
.header__inner {
  padding: 10px 3%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: var(--min-contents-width);
  margin: 0 auto;
  width: 100%;
  height: var(--header-height);
}
.header__logo {
  width: var(--logo-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 8px;
  text-align: center;
}
.header__logo-txt {
  font-size: 0.625rem;
  font-weight: var(--font-weight-semibold);
  line-height: 1;
}

/* ===========================================
*
* footer style
*
* ======================================== */
.footer {
  position: relative;
  background: url("../img/pattern/bray_bg.jpg") repeat center/auto;
  color: var(--color-white);
}
.footer__inner {
  padding-block: 72px 32px;
}
.footer__logo {
  --logo-width: 180px;
  margin: 0 auto 30px;
}
.footer-nav {
  width: 100%;
  margin-top: 24px;
}
.footer-nav__list {
  gap: 0 4%;
  margin: 0 auto;
  max-width: 480px;
}
.footer-nav__item {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .footer-nav__item {
    width: 100%;
  }
}
.footer-nav__link {
  line-height: 1;
  font-size: 12px;
  padding: 1.5em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgb(var(--color-white-rgb) / 0.3);
}
.footer-nav__link:hover {
  border-color: var(--color-white);
}
.footer-nav__link.current {
  border-color: var(--color-white);
}
.footer-info {
  width: 100%;
}
.footer-info__main {
  gap: 12px 20px;
}
.footer-info__address {
  font-size: 13px;
  margin-bottom: 20px;
}
.footer__copy {
  font-size: 10px;
  letter-spacing: var(--letter-spacing-base);
  width: 100%;
  display: block;
  text-align: center;
  line-height: 1.2;
  margin-top: 32px;
  color: var(--color-white);
}

/* ===========================================
*  
*  main layouts
* 
* ======================================== */
.wrapper {
  position: relative;
  z-index: 1;
}

/* ------------------------------------------------------------------------------
*
* Object
*
* ------------------------------------------------------------------------------ */
/* ----------------------------------------------------
*  Component（共通化されたコンポーネントスタイル）
*  ---------------------------------------------------- */
/* logo
-------------------------*/
.logo {
  width: var(--logo-width);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.logo img {
  width: 100%;
}
.logo:hover {
  opacity: 0.7;
}

/* 
inner クラス
-------------------------*/
.inner,
.wide-inner {
  padding-inline: 5%;
  width: 100%;
  margin: 0 auto;
}

/*------------------------------
*
* title
*
------------------------------*/
.cmn-ttl {
  font-size: var(--font-size-24);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.75em;
  margin-bottom: 48px;
}
.cmn-ttl--center {
  /* 中央揃え */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.cmn-ttl--left {
  /* 左揃え */
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
}
.cmn-ttl--right {
  /* 右揃え */
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.cmn-ttl__main {
  margin-block: -0.25em;
  display: inline-block;
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-regular);
}
.cmn-ttl__main .big {
  font-size: 1.4285714286em;
}
.cmn-ttl__sub {
  font-size: 1.6071428571em;
  letter-spacing: var(--letter-spacing-medium);
  font-family: var(--font-en);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--gradation-main))
  );
  background: linear-gradient(90deg, var(--gradation-main));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-block: -0.1em;
  line-height: 1.2em;
}

/* ボーダー付きタイトル（下）
-------------------------*/
.cmn-border-bottom-ttl {
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-20);
  padding-bottom: 0.75em;
  border-bottom: 1px solid var(--color-sub);
}

/*------------------------------
*
* tel style
*
------------------------------*/
.tel {
  /* tel　style */
  --tel-font-size: var(--font-size-28);
  --tel-icon-space: 1.12em;
  --tel-icon-position: 0.5em;
  --tel-icon-width: 0.92em;
  --tel-icon-height: 0.92em;
  font-weight: var(--font-weight-semibold, 700);
  line-height: 1;
  position: relative;
}
.tel-icon {
  /* icon付き */
  padding-left: var(--tel-icon-space, 1.5em);
  position: relative;
  z-index: 1;
  display: inline-block;
}
.tel-icon::before {
  content: "";
  width: var(--tel-icon-width, 1em);
  height: var(--tel-icon-height, 1em);
  position: absolute;
  top: var(--tel-icon-position, 0.5em);
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tel-icon--main::before {
  background: url(../img/icon_tel_main.png) no-repeat center/contain;
}
.tel-icon--white {
  color: var(--color-white);
}
.tel-icon--white::before {
  background: url(../img/icon_tel_white.png) no-repeat center/contain;
}

/*
 snsクラス
-------------------------*/
.sns {
  --sns-icon-space: 20px;
  --sns-icon-size: 30px;
  gap: var(--sns-icon-space);
}
.sns__icon {
  width: var(--sns-icon-size);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sns__icon:hover {
  opacity: 0.7;
}
.sns__icon img {
  width: 100%;
}

/*------------------------------
*
* table style
*
------------------------------*/
.main-table {
  --table-letter-spacing: var(--letter-spacing-regular);
  --table-th-font-weight: var(--font-weight-medium);
  --table-th-text-align: left;
  --table-th-x-padding: 1em;
  --table-th-y-padding: 0.8125em;
  --table-th-bg-color: var(--color-main);
  --table-th-color: var(--color-white);
  --table-th-width: 100%;
  --table-td-x-padding: 1em;
  --table-td-y-padding: 0.8125em;
  --table-td-bg-color: var(--color-white);
  --table-td-color: var(--color-text-main);
  --table-td-width: 100%;
  --table-border-color: var(--color-main);
  --table-th-border-color: var(--color-white);
  --table-td-border-color: var(--color-main);
  --table-width: 100%;
  width: var(--table-width);
  letter-spacing: var(--table-letter-spacing);
  line-height: 1.875;
}
.main-table tr {
  width: 100%;
  display: block;
  border-block: 1px solid var(--table-border-color);
}
.main-table tr:not(:last-child) {
  margin-bottom: 12px;
}
.main-table th,
.main-table td {
  display: block;
}
.main-table th {
  width: var(--table-th-width);
  background-color: var(--table-th-bg-color);
  color: var(--table-th-color);
  font-weight: var(--table-th-font-weight);
  text-align: var(--table-th-text-align);
  padding-inline: var(--table-th-x-padding);
  padding-block: var(--table-th-y-padding);
}
.main-table td {
  width: var(--table-td-width);
  background-color: var(--table-td-bg-color);
  color: var(--table-td-color);
  padding-inline: var(--table-td-x-padding);
  padding-block: var(--table-td-y-padding);
}

/*------------------------------
*
* text
*
------------------------------*/
/* 
文章テキスト スタイル
-------------------------*/
.cmn-sentence {
  /* どこでも変更できるよう変数化 */
  --sentence-line-height: 2;
  --sentence-p-margin: 1.5em;
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-medium);
  line-height: var(--sentence-line-height);
  /* 疑似要素でline-height分をネガティブマージンで調整 */
}
.cmn-sentence p::before,
.cmn-sentence p::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.cmn-sentence p::before {
  margin-top: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p::after {
  margin-bottom: calc((1 - var(--sentence-line-height)) * 0.5em);
}
.cmn-sentence p:not(:last-child) {
  margin-bottom: var(--sentence-p-margin);
}

/* 
画像
-------------------------*/
.cmn-img img {
  width: 100%;
}

/*------------------------------
*
* time
*
------------------------------*/
.cmn-time {
  /* 営業時間・定休日をまとめたdl */
  gap: 5px 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.cmn-time__item {
  gap: 5px 0;
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-medium);
  font-size: 12px;
  line-height: 1;
}
/* 
* カラムスタイル
* flexを使用したカラム指定を行うクラスです
* flx-baseとセットで使用します
* col-container-PCColumnNum-SPColumnNum
-------------------------*/
.col-container-2-1,
.col-container-3-1 {
  /* PC2列　SP1列 */
  /* PC3列　SP1列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 40px) var(--col-x-space, 40px);
}
.col-container-2-1 > .col-item,
.col-container-3-1 > .col-item {
  width: 100%;
}

.col-container-2-2,
.col-container-3-2,
.col-container-4-2 {
  /* PC2列　SP2列 */
  /* PC3列　SP2列 */
  /* PC4列　SP2列 */
  /* 上下の余白 */
  --col-y-space: 36px;
  /* 左右の余白 */
  --col-x-space: 4%;
  gap: var(--col-y-space, 30px) var(--col-x-space, 20px);
}
.col-container-2-2 > .col-item,
.col-container-3-2 > .col-item,
.col-container-4-2 > .col-item {
  width: calc(50% - var(--col-x-space) / 2);
}

/*------------------------------
*
* btn style
*
------------------------------*/
.cmn-btn--primary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  border-radius: 0;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: var(--color-text-main);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--color-text-main);
}
.cmn-btn--primary:hover {
  background-color: var(--color-text-main);
  color: var(--color-white);
  opacity: 1;
}
.cmn-btn--secondary {
  display: block;
  font-size: var(--btn-font-size);
  font-weight: var(--btn-font-weight);
  letter-spacing: var(--btn-letter-space);
  line-height: var(--btn-line-height);
  font-family: var(--btn-font-family);
  text-align: center;
  border-radius: 0;
  padding-block: var(--btn-padding-y);
  padding-inline: var(--btn-padding-x);
  position: relative;
  z-index: 1;
  background-color: transparent;
  color: var(--color-white);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid var(--color-white);
}
.cmn-btn--secondary:hover {
  background-color: var(--color-white);
  color: var(--color-text-main);
  opacity: 1;
}
.cmn-btn--arrow-accent {
  position: relative;
  z-index: 1;
}
.cmn-btn--arrow-accent::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  translate: 0% -50%;
  width: 8px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat top center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--arrow-accent:hover::after {
  translate: 25% -50%;
}
.cmn-btn--icon-window > span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 16px;
  width: 100%;
}
.cmn-btn--icon-window > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0px;
  translate: 0% -50%;
  width: 8px;
  height: 8px;
  background: url("../img/icon_window.png") no-repeat top center/contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.cmn-btn--xs {
  max-width: var(--btn-width-xs);
}
.cmn-btn--sm {
  width: var(--btn-width-small);
}
.cmn-btn--rg {
  width: var(--btn-width-regular);
}
.cmn-btn--md {
  width: var(--btn-width-medium);
}
.cmn-btn--lg {
  width: var(--btn-width-large);
}
.cmn-btn--xl {
  width: var(--btn-width-xl);
}
.cmn-btn--center {
  margin: 0 auto;
}
.cmn-btn--left {
  margin-right: auto;
}
.cmn-btn--right {
  margin-left: auto;
}

/*------------------------------
*
* mv(main visual)
*
------------------------------*/
.main-visual {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: url("../img/pattern/bray_bg.jpg") repeat center/auto;
}

.main-visual__catch {
  position: absolute;
  bottom: 130px;
  left: 8%;
  bottom: 6%;
  z-index: 20;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-semibold);
  font-family: var(--font-sub);
  color: var(--color-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: left;
  gap: 0.25em;
}
.main-visual__catch > span {
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.75;
  background-color: var(--color-main);
}

/* swiper zoom out */
.main-visual__swiper .swiper-wrapper .swiper-slide img {
  transition: transform 7000ms;
  transition-timing-function: linear;
  transform: scale(1.5);
}

.main-visual__swiper .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}

/* 
swiper
-------------------------*/
.main-visual__swiper.swiper {
  margin: 0 auto;
  height: clamp(240px, 62.5vw, 800px);
  width: 94%;
}

/*------------------------------
*
* main style sub visual
*
------------------------------*/
.sub-visual {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  padding: 0 0 min(10%, 48px);
  background: url("../img/pattern/bray_bg.jpg") repeat center/auto;
}
.sub-visual__inner {
  height: clamp(180px, 42.1875vw, 540px);
  position: relative;
  z-index: 1;
  width: 94%;
  margin: 0 auto;
}
.sub-visual__catch {
  position: absolute;
  top: 50%;
  left: 3%;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  z-index: 20;
  font-size: clamp(
    1.25rem,
    calc(0.9352517986rem + 0.0143884892 * 100vw),
    1.625rem
  );
  line-height: 1.6;
  color: var(--color-white);
  background-color: var(--color-main);
  font-family: var(--font-sub);
  letter-spacing: var(--letter-spacing-base);
  text-align: left;
  padding-inline: 0.4em;
  display: inline-block;
  max-width: 94%;
}

/*------------------------------
*
* pagenation style
*
------------------------------*/
.pagenation {
  margin-top: var(--pagenation-margin-top);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.pagenation li {
  display: block;
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  border-radius: var(--pagenation-item-round);
  font-size: var(--pagenation-item-font-size);
  line-height: var(--pagenation-item-height);
  font-weight: var(--pagenation-item-font-weight);
  margin: 0 var(--pagenation-item-space);
  color: var(--pagenation-item-color);
  background: var(--pagenation-item-bg-color);
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pagenation li > a {
  width: var(--pagenation-item-width);
  height: var(--pagenation-item-height);
  display: grid;
  place-content: center;
}
.pagenation li:has(a):hover {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}
.pagenation .current {
  background-color: var(--pagenation-item-current-bg-color);
  color: var(--pagenation-item-current-color);
}

/*------------------------------
*
* cmn-post
*
------------------------------*/
.cmn-post {
  --post-item-bg-color: transparent;
  --post-width: 100%;
  --post-item-margin: 0px;
  --post-item-border-color: var(--color-border);
  --post-item-flex-margin-space: 12px;
  --post-link-padding: 16px 0;
  --post-tags-width: calc(100% - 82px);
  --post-title-font-size: var(--font-size-base);
  --post-date-font-size: 0.8125rem;
  width: var(--post-width);
}
.cmn-post-item {
  width: 100%;
  background-color: var(--post-item-bg-color, transparent);
  border-bottom: 1px solid var(--post-item-border-color);
}
.cmn-post-item:first-child .cmn-post__link {
  padding-top: 0;
}
.cmn-post-item:not(:last-child) {
  margin-bottom: var(--post-item-margin, 15px);
}
.cmn-post__box {
  width: calc(100% - 108px);
}
.cmn-post__box.w-100 {
  width: 100%;
}
.cmn-post__thumb {
  width: 92px;
  aspect-ratio: 1/1;
}
.cmn-post__flex {
  margin-bottom: var(--post-item-flex-margin-space, 12px);
}
.cmn-post__tags {
  width: var(--post-tags-width, auto);
}
.cmn-post__link {
  padding: var(--post-link-padding, 20px 30px);
}
.cmn-post__date {
  line-height: 1;
  font-size: var(--post-date-font-size, 16px);
}
.cmn-post__ttl {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2;
  width: 100%;
  font-size: var(--post-title-font-size, 16px);
}

/*------------------------------
*
* tag
*
------------------------------*/
.tag {
  --tag-font-size: 12px;
  --tag-height: 1;
  --tag-x-padding: 0.75em;
  --tag-round: 0px;
  --tag-color: var(--color-sub);
  --tag-bg-color: transparent;
  display: inline-block;
  font-size: var(--tag-font-size);
  color: var(--tag-color);
  background-color: var(--tag-bg-color);
  border-radius: var(--tag-round);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  line-height: var(--tag-height);
  padding: 0 var(--tag-x-padding);
  border-left: 1px solid rgb(var(--color-white-rgb) / 0.9);
  text-align: center;
}

.tag-link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.tag-link.tag {
  padding: 0;
  --tag-height: 1.5;
  border-left: 1px solid rgb(var(--color-text-main-rgb) / 0.3);
}
.tag-link > a {
  padding: 0 var(--tag-x-padding);
}
.tag-link:hover {
  color: var(--color-white);
  background-color: var(--color-main);
}

.tag-list {
  --tag-space: 8px 0;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: var(--tag-space);
}

/*------------------------------
*
* tag btn
*
------------------------------*/
.tag-btns {
  margin-bottom: 30px;
  gap: 10px;
}

.tag-btn {
  --tag-btn-color: #b3b3b3;
  --tag-btn-bg-color: var(--color-gray);
  --tag-btn-current-color: var(--color-white);
  --tag-btn-current-bg-color: var(--color-main);
  --tag-btn-round: 0em;
  --tag-btn-padding: 3em;
  padding: 0.5em 1em;
  background-color: var(--tag-btn-bg-color);
  color: var(--tag-btn-color);
  border-radius: var(--tag-btn-round);
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tag-btn:hover {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
  opacity: 1;
}
.tag-btn.current {
  color: var(--tag-btn-current-color);
  background-color: var(--tag-btn-current-bg-color);
}

/*------------------------------
*
* prev next style
*
------------------------------*/
.prev-next__area {
  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;
  line-height: 1.2;
}
.prev-next__item.prev,
.prev-next__item.next {
  width: var(--prev-next-link-width);
}
.prev-next__item:not(:last-child) {
  margin-right: var(--prev-next-link-gutter);
}
.prev-next__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  color: var(--prev-next-link-color);
  background-color: var(--prev-next-link-bg-color);
  padding: var(--prev-next-link-padding);
}
.prev-next__link:hover {
  background-color: var(--color-main);
  color: var(--color-white);
  opacity: 1;
}
.prev-next__link.prev,
.prev-next__link.next {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: var(--prev-next-link-round);
  text-align: center;
}
.prev-next__link.back {
  text-align: center;
  border-radius: var(--prev-next-link-round);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prev-next__link.prev,
.prev-next__link.next,
.prev-next__link.back {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

/*------------------------------
*
* breadcrumb style
*
------------------------------*/
.bread-crumb {
  display: none;
}

/* ----------------------------------------------------
*  Utility（スタイルの調整用クラス　common.cssにあるものは省略）
*  ---------------------------------------------------- */
/* margin style
  -------------------------*/
.mx--center {
  margin-inline: auto;
}

.mt-tiny {
  margin-top: 8px;
}

.mt-sm {
  margin-top: 16px;
}

.mt-md {
  margin-top: 24px;
}

.mt-lg {
  margin-top: 32px;
}

.mt-xl {
  margin-top: 40px;
}

.mt-2xl {
  margin-top: 48px;
}

.mt-3xl {
  margin-top: 56px;
}

.mt-4xl {
  margin-top: 64px;
}

.mt-huge {
  margin-top: 80px;
}

.mb-tiny {
  margin-bottom: 8px;
}

.mb-sm {
  margin-bottom: 16px;
}

.mb-md {
  margin-bottom: 24px;
}

.mb-lg {
  margin-bottom: 32px;
}

.mb-xl {
  margin-bottom: 40px;
}

.mb-2xl {
  margin-bottom: 48px;
}

.mb-3xl {
  margin-bottom: 56px;
}

.mb-4xl {
  margin-bottom: 64px;
}

.mb-huge {
  margin-bottom: 80px;
}

/* padding style
-------------------------*/
.cmn-pd {
  padding: 75px 0;
}

.pt-tiny {
  margin-top: 8px;
}

.pt-sm {
  margin-top: 16px;
}

.pt-md {
  margin-top: 24px;
}

.pt-lg {
  margin-top: 32px;
}

.pt-xl {
  margin-top: 40px;
}

.pt-2xl {
  margin-top: 48px;
}

.pt-3xl {
  margin-top: 56px;
}

.pt-4xl {
  margin-top: 64px;
}

.pt-huge {
  margin-top: 80px;
}

.pb-tiny {
  margin-bottom: 8px;
}

.pb-sm {
  margin-bottom: 16px;
}

.pb-md {
  margin-bottom: 24px;
}

.pb-lg {
  margin-bottom: 32px;
}

.pb-xl {
  margin-bottom: 40px;
}

.pb-2xl {
  margin-bottom: 48px;
}

.pb-3xl {
  margin-bottom: 56px;
}

.pb-4xl {
  margin-bottom: 64px;
}

.pb-huge {
  margin-bottom: 80px;
}

/* 
sp時に非表示
-------------------------*/
.sp-none {
  display: none !important;
}

/* ----------------------------------------------------
*  Project （ページごとのスタイルなど）
*  ---------------------------------------------------- */
/* ===========================================
*
* top page style
*
* ======================================== */
.top-news {
  background: url("../img/pattern/bray_bg.jpg") repeat center/auto;
  color: var(--color-white);
}
.top-news__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.top-news .cmn-post {
  width: 100%;
  --post-item-border-color: transparent;
}
.top-news__btn {
  width: 100%;
  margin-top: 24px;
}

/*------------------------------
*
* top-greeting
*
------------------------------*/
.top-greeting {
  position: relative;
  z-index: 1;
}
.top-greeting::after {
  content: "";
  background: url("../img/pattern/light_gray_bg.jpg") repeat center/auto;
  height: calc(75px + 6%);
  width: 75%;
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
}
.top-greeting__content {
  width: 100%;
}
.top-greeting__img01 {
  width: 100%;
  aspect-ratio: 8/5;
  z-index: 1;
  margin-top: 48px;
}
.top-greeting__imgs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4%;
}
.top-greeting__img02 {
  aspect-ratio: 49/39;
  width: 39.0625%;
}
.top-greeting__img03 {
  aspect-ratio: 72/37;
  width: 57.03125%;
}

/*------------------------------
*
* top-about
*
------------------------------*/
.top-about {
  background: url("../img/top/about_bg.jpg") no-repeat center/cover;
}
.top-about__box {
  margin: 0 auto;
  width: 100%;
  background-color: var(--color-white);
  -webkit-box-shadow: 0 0 92px rgb(var(--color-black) / 0.92);
  box-shadow: 0 0 92px rgb(var(--color-black) / 0.92);
  padding: 56px 6.5%;
  position: relative;
  z-index: 1;
}
.top-about__box::after {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: -1;
  border: 1px solid var(--color-border);
}
.top-about__box-border {
  height: 25%;
  width: 2px;
  background-color: var(--color-sub);
  display: block;
  position: absolute;
  z-index: 10;
}
.top-about__box-border:nth-of-type(1) {
  left: 10px;
  top: 0;
}
.top-about__box-border:nth-of-type(2) {
  bottom: 0;
  right: 10px;
}
.top-about__btn {
  margin-top: 32px;
  width: 100%;
}

/*------------------------------
*
* top-stew
*
------------------------------*/
.top-stew {
  position: relative;
  z-index: 20;
}
.top-stew__img01 {
  margin-top: 40px;
  width: 100%;
  aspect-ratio: 92/61;
}
.top-stew__img02 {
  width: 90%;
  margin-top: -5%;
  margin-left: auto;
  margin-right: 5%;
}
.top-stew__content {
  width: 100%;
}

/*------------------------------
*
* top-review
*
------------------------------*/
.top-review {
  background: url("../img/pattern/light_gray_bg.jpg") repeat center/auto;
}
.top-review__container {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.top-review__items {
  --col-x-space: 16px;
  --col-y-space: 24px;
  width: 100%;
}
.top-review-item {
  padding: 32px 5% 36px;
  background-color: var(--color-white);
}
.top-review-item__ttl {
  margin-bottom: 24px;
}

/*------------------------------
*
* page-link
*
------------------------------*/
.page-link {
  background: url("../img/pattern/bg.jpg") repeat center/auto;
}
.page-link__container {
  --col-x-space: 16px;
  --col-y-space: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-link-item {
  position: relative;
  z-index: 1;
  height: clamp(
    11.25rem,
    calc(8.6270983213rem + 0.1199040767 * 100vw),
    14.375rem
  ); /* 180px ~ 230px*/
}
.page-link-item::after {
  content: "";
  position: absolute;
  z-index: 2;
  width: 92.3076923077%;
  height: 100%;
  background: url("../img/top/link_shadow.png") no-repeat top center/cover;
  top: 0;
  right: 0;
}
.page-link-item__img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 1;
}
.page-link-item__ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 154px;
  position: absolute;
  z-index: 5;
  top: 0;
  right: 15px;
  gap: 25px;
  padding-right: 40px;
}
.page-link-item__ttl::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  display: block;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(var(--gradation-main))
  );
  background: linear-gradient(0deg, var(--gradation-main));
}
.page-link-item__ttl__sub {
  display: inline-block;
  font-family: var(--font-en);
  font-size: var(--font-size-32);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1;
  text-transform: uppercase;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--gradation-main))
  );
  background: linear-gradient(90deg, var(--gradation-main));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.page-link-item__ttl__main {
  display: inline-block;
  font-family: var(--font-sub);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-20);
  line-height: 1;
  color: var(--color-white);
  position: relative;
  z-index: 1;
  padding-left: 1.35em;
}
.page-link-item__ttl__main::before {
  content: "";
  width: 0.45em;
  height: 0.6em;
  position: absolute;
  top: 50%;
  left: 0%;
  translate: 0% -50%;
  z-index: 1;
  background: url("../img/arrow_right.png") no-repeat top center/contain;
}

/* ===========================================
*
* about-page
*
* ======================================== */
/*------------------------------
*
* concept コンセプト
*
------------------------------*/
.concept-item {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.concept-item__img {
  max-width: 640px;
  width: 100%;
  aspect-ratio: 8/5;
  max-width: 640px;
  margin-top: 32px;
}
.concept-item__content {
  width: 100%;
}
.concept-item__head {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 32px;
}
.concept-item__num {
  font-family: var(--font-en);
  font-weight: var(--font-weight-regular);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--gradation-main))
  );
  background: linear-gradient(90deg, var(--gradation-main));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: var(--font-size-36);
  margin-right: 16px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.concept-item__ttl {
  padding-left: 14px;
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-regular);
  width: 100%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  margin-block: -0.25em;
  position: relative;
  z-index: 1;
}
.concept-item__ttl::before {
  content: "";
  width: 1px;
  height: calc(100% - 0.5em);
  position: absolute;
  z-index: 1;
  left: 0;
  top: 50%;
  translate: 0 -50%;
  background-color: var(--color-main);
}
.concept-item:not(:last-child) {
  margin-bottom: 64px;
}

/*------------------------------
*
* chef
*
------------------------------*/
.chef {
  background: url("../img/pattern/light_gray_bg.jpg") repeat center/auto;
}
.chef__container {
  /* -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; */
}
.chef__item {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  /* gap: 24px; */
}
.chef__item:not(:last-child) {
  margin-bottom: 48px;
}
.chef__item__content {
  width: 100%;
}
.chef__text {
  margin-top: 24px;
}
.chef__head {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  z-index: 1;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
.chef__head::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(var(--gradation-main))
  );
  background: linear-gradient(90deg, var(--gradation-main));
}
.chef__position {
  color: var(--color-main);
  font-size: var(--font-size-18);
  letter-spacing: var(--letter-spacing-medium);
  line-height: 1;
  margin-right: 1em;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.chef__name {
  font-size: var(--font-size-24);
  letter-spacing: var(--letter-spacing-regular);
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
}
.chef__career {
  line-height: 1.75;
  /* margin-bottom: 40px; */
  letter-spacing: var(--letter-spacing-medium);
  font-size: var(--font-size-base);
}
/* .chef__item:not(:last-child) {
  margin-bottom: 32px;
} */
.chef__message {
  margin-top: 24px;
}
.chef__message-label {
  margin-bottom: 16px;
  display: inline-block;
  background-color: var(--color-main);
  color: var(--color-white);
  padding-inline: 6px;
  letter-spacing: var(--letter-spacing-regular);
}
.chef__img {
  max-width: 550px;
  /* width: 100%; */
  /* aspect-ratio: 1/1; */
  margin: 24px auto 0;
}

/*------------------------------
*
* intro
*
------------------------------*/
.intro__container {
  --col-x-space: 16px;
  --col-y-space: 16px;
}
.intro-item__img {
  aspect-ratio: 33/24;
}

/* ===========================================
*
* recommend page style
*
* ======================================== */
/*------------------------------
*
* recommend
*
------------------------------*/
.recommend .cmn-sentence {
  --sentence-line-height: 2;
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-regular);
}
.recommend-item__ttl {
  letter-spacing: var(--letter-spacing-medium);
  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-24);
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-sub);
  margin-bottom: 32px;
}
.recommend-item__flex {
  margin-top: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recommend-item__img {
  max-width: 500px;
  width: 100%;
  aspect-ratio: 50/38;
}
.recommend-item__content {
  width: 100%;
  margin-top: 32px;
}
.recommend-item__data-item dt {
  background-color: var(--color-main);
  color: var(--color-white);
  line-height: 1.5em;
  padding: 0 0.5em;
  letter-spacing: var(--letter-spacing-medium);
  margin-bottom: 1rem;
  display: inline-block;
}
.recommend-item__data-item:not(:last-child) {
  margin-bottom: 28px;
}
.recommend-item__actions {
  margin-top: 40px;
  gap: 16px;
}
.recommend-item__btn {
  width: 100%;
}
.recommend-item:not(:last-child) {
  margin-bottom: 64px;
}

/* ===========================================
*
* about-page
*
* ======================================== */
/*------------------------------
*
* gallery
*
------------------------------*/
.gallery__container {
  --col-x-space: 16px;
  --col-y-space: 32px;
}
.gallery-item__img {
  aspect-ratio: 33/24;
  margin-bottom: 8px;
}
.gallery-item__ttl {
  font-size: var(--font-size-16);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-regular);
  line-height: 1.75;
}

/* ===========================================
*
* info page
*
* ======================================== */
/*------------------------------
*
* info
*
------------------------------*/
.info__map {
  margin-top: 32px;
  height: var(--map-height);
}

/* ===========================================
*
* single page
*
* ======================================== */
.single {
  position: relative;
  z-index: 5;
}
.single__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.single__date {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  margin-bottom: 12px;
  line-height: 1;
}
.single__tags {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 16px;
}
.single__ttl {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  width: 100%;
  font-size: var(--font-size-24);
  border-left: 4px solid var(--color-main);
  font-weight: var(--font-weight-bold);
  padding-left: 0.75em;
  margin-bottom: 32px;
}
.single__img {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 32px;
}
.single__footer {
  margin-top: 56px;
  width: 100%;
}

/* ===========================================
*
* site page
*
* ======================================== */
.sitemap-list {
  max-width: 600px;
  margin: 0 auto;
}
.sitemap-list__item:not(:last-child) {
  margin-bottom: 5px;
}
.sitemap-list__link {
  width: 100%;
  padding: 0.8em 1em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgb(var(--color-text-main-rgb) / 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-list__link::after {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid rgb(var(--color-text-main-rgb) / 0.4);
  border-right: 2px solid rgb(var(--color-text-main-rgb) / 0.4);
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sitemap-list__link:hover {
  color: var(--color-main);
  border-color: var(--color-main);
}
.sitemap-list__link:hover::after {
  right: 1em;
  border-color: var(--color-main);
}

/* ===========================================
*
* privacy page
*
* ======================================== */
.privacy-ttl {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-medium);
  line-height: 1.5em;
  margin-bottom: 12px;
  border-left: 5px solid var(--color-main);
  padding-left: 0.75em;
}

.privacy-box {
  margin-bottom: 40px;
}

.privacy-box:last-child {
  margin-bottom: 0;
}

/* ===========================================
*
* ECページ用
*
* ======================================== */
/*------------------------------
*
* ご利用ガイド　他3ページ共通
*
------------------------------*/
.ec-guide:not(:last-child) {
  margin-bottom: 75px;
}

.ec-guide__ttl {
  font-size: var(--font-size-28);
  letter-spacing: var(--letter-spacing-large);
  font-weight: var(--font-weight-medium);
  padding-bottom: 7px;
  border-bottom: 1px solid var(--color-text-main);
  margin-bottom: 30px;
}

.ec-guide__sentence {
  margin-bottom: 24px;
}

.ec-guide__link {
  gap: 15px;
}

.ec-guide__link__btn {
  width: calc((100% - 30px) / 2);
  position: relative;
  z-index: 1;
}
.ec-guide__link__btn::after {
  content: "";
  width: 9px;
  height: 12px;
  background: url("../img/arrow_right.png") no-repeat top center/contain;
  position: absolute;
  top: 50%;
  z-index: 1;
  right: 16px;
  translate: 0% -50%;
  rotate: 90deg;
}

.ec-guide__list:not(:last-child) {
  margin-bottom: 32px;
}

.ec-guide__list__head {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}

.ec-guide__list__head::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../img/pattern/light_gray_bg.jpg") repeat center/auto;
  opacity: 0.95;
  width: 100%;
  height: 100%;
}

.ec-guide__list__ttl {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  letter-spacing: var(--letter-spacing-large);
  line-height: 1.6;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  width: 100%;
  padding-inline: 0.7em;
}

.ec-guide__list__num {
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  display: inline-block;
  line-height: 1.5;
  color: var(--color-white);
  background-color: var(--color-sub);
  letter-spacing: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.ec-guide__list__content {
  --sentence-line-height: 2.5;
  --sentence-p-margin: 2.5;
}

.ec-guide__list ul,
.ec-guide__list ol {
  line-height: 2.5;
  margin-block: -0.75em;
}

.ec-guide__list ul li {
  padding-left: 1em;
  text-indent: -1em;
}

.ec-guide__list__item:not(:last-child) {
  margin-bottom: 32px;
}

.ec-guide__data__item:not(:last-child) {
  margin-bottom: 40px;
}

.ec-guide__data__ttl {
  margin-bottom: 20px;
  font-size: var(--font-size-20);
  letter-spacing: var(--letter-spacing-regular);
  font-weight: var(--font-weight-medium);
  margin-top: -0.25em;
  position: relative;
  z-index: 1;
  padding-left: 1.2em;
}
.ec-guide__data__ttl::before {
  content: "";
  width: 0.9em;
  height: 0.9em;
  background-color: var(--color-sub);
  position: absolute;
  top: 0.75em;
  left: 0;
  translate: 0% -50%;
}
.ec-guide__data__ttl.cmn-border-left-ttl {
  font-size: var(--font-size-22);
  padding: -0.0681818182em 0 -0.0681818182em 17px;
}

.ec-guide__data__content ul {
  line-height: 2;
  margin-block: -0.5em;
}

.ec-guide__data__item .privacy-btn {
  color: var(--color-accent);
  line-height: 1;
  margin-top: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--color-accent);
  letter-spacing: var(--letter-spacing-small);
}

.ec-guide__btn {
  /* width: 360px;
  w100% */
  width: 100%;
  margin-top: 32px;
}

/*------------------------------
*
* ec 書き換え
*
------------------------------*/
.front_page .ec-layoutRole .ec-layoutRole__contents {
  padding: 0 !important;
}
.front_page .ec-layoutRole .ec-layoutRole__contents,
.product_page .ec-layoutRole .ec-layoutRole__contents {
  /* max-width: 100% !important;
  padding-inline: 5%; */
}

.ec-blockBtn--action {
  background-color: var(--color-sub);
  border-color: var(--color-sub);
  transition: 0.3s;
}

.ec-blockBtn--action:hover {
  border-color: var(--color-accent);

  background: var(--color-accent);
  opacity: 1;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item,
.ec-shelfGrid .ec-shelfGrid__item {
  font-size: 14px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .ec-numberInput > span {
  font-size: 14;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .price02-default {
  margin-top: 10px;
}
#page_product_list .ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-ttl,
.ec-shelfGrid .ec-shelfGrid__item .ec-shelfGrid__item-ttl {
  font-size: 13px;
  margin-bottom: 10px;
}

.ec-productRole {
  padding: 0;
}
.ec-productRole__description {
  font-size: var(--font-size-base);
  line-height: 2;
}

.ec-sliderItemRole {
  padding-inline: 0 16px;
}

.ec-productRole .ec-productRole__title .ec-headingTitle {
  font-size: var(--font-size-28);
  padding-bottom: 0.5em;
  border-bottom: 1px solid var(--color-border);
}

.ec-productRole .ec-productRole__tags {
  margin-bottom: 1em;
}
.ec-productRole .ec-productRole__price {
  font-size: var(--font-size-22);
  padding: 0.75em 0px;
  color: #cb0e20;
  border-bottom: 1px solid var(--color-border);
  font-weight: 700;
}

.ec-productRole__actions .ec-numberInput span {
  font-size: var(--font-size-18);
}
.ec-productRole .ec-productRole__code {
  font-size: var(--font-size-18);
  padding: 1em 10px;
  border-bottom: 1px solid var(--color-border);
}

.ec-productRole .ec-productRole__category {
}
.ec-productRole .ec-productRole__category {
  /* font-size: 20px;
  f20
   */
  font-size: var(--font-size-20);
  line-height: 2;
  padding: 1em 0.5em;
  border-bottom: 1px solid var(--color-border);
}
.ec-productRole .ec-productRole__category a {
  font-size: var(--font-size-base);
  display: inline-block;
  line-height: 1.5;
}
.ec-productRole .ec-productRole__category a {
  font-size: var(--font-size-base);
  display: inline-block;
  line-height: 1.5;
}
#favorite.ec-blockBtn--cancel {
  font-size: 15px;
  background-color: #fff;
  border: 1px solid var(--color-sub);
  color: var(--color-main);
  transition: background-color 0.3s, color 0.3s;
  margin-bottom: 55px;
}

#favorite.ec-blockBtn--cancel .favorite-icon {
  color: #cb0e20;
  transition: background-color 0.3s, color 0.3s;
}

#favorite.ec-blockBtn--cancel:hover {
  background: var(--color-sub);
  color: #ffffff;
  opacity: 1;
}

#favorite.ec-blockBtn--cancel:hover .favorite-icon {
  color: #fff;
}
.pagetop {
  right: 5%;
  bottom: 30px;
  width: 30px;
  height: 30px;
  background-color: unset !important;
  z-index: 101;
}
.pagetop::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/pagetop.png) no-repeat center / contain;
  display: block;
}
.ec-headerNavSP {
  left: unset;
  right: 10px;
  background-color: var(--color-text-main);
  color: #fff;
  width: 50px;
  height: 50px;
  display: grid;
  place-content: center;
}
.orgn-drawer-nav {
  background-color: #fff;
  font-size: 13px;
  color: #333;
}
.ec-drawerRoleClose {
  background-color: var(--color-main);
  color: #fff;
  left: unset;
  right: 270px;
  width: 50px;
  height: 50px;
}
.ec-drawerRole {
  font-size: 14px;
  left: unset;
  right: 0;
  transform: translateX(100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ec-drawerRole.is_active {
  transform: translateX(0%);
}
.ec-overlayRole {
  z-index: 999;
}

.orgn-drawer-nav {
  background-color: #fff;
  font-size: 14px;
  color: #111;
}

.orgn-drawer-nav__item:not(:last-child) {
  border-bottom: 1px solid var(--color-border);
}

.orgn-drawer-nav__link {
  padding: 0.75em 1em;
}
