@charset "utf-8";

/*-------------------------------------------------------
	common
-------------------------------------------------------*/
:root {
  --pallet-001: #FCF0CB;
  --pallet-002: #714424;
  --pallet-003: #AB7C5B;
  --pallet-004: #C7A26B;
  --pallet-005: #EEE3D2;
  --pallet-black: #000000;
  --pallet-white: #ffffff;

  /* font size */
  --font-size-8px: 0.5rem;
  --font-size-9px: 0.5625rem;
  --font-size-10px: 0.625rem;
  --font-size-11px: 0.6875rem;
  --font-size-12px: 0.75rem;
  --font-size-13px: 0.8125rem;
  --font-size-14px: 0.875rem;
  --font-size-15px: 0.9375rem;
  --font-size-16px: 1rem;
  --font-size-17px: 1.0625rem;
  --font-size-18px: 1.125rem;
  --font-size-19px: 1.1875rem;
  --font-size-20px: 1.25rem;
  --font-size-21px: 1.3125rem;
  --font-size-22px: 1.375rem;
  --font-size-23px: 1.4375rem;
  --font-size-24px: 1.5rem;
  --font-size-25px: 1.5625rem;
  --font-size-26px: 1.625rem;
  --font-size-27px: 1.6875rem;
  --font-size-28px: 1.75rem;
  --font-size-29px: 1.8125rem;
  --font-size-30px: 1.875rem;
  --font-size-31px: 1.9375rem;
  --font-size-32px: 2rem;
  --font-size-33px: 2.0625rem;
  --font-size-34px: 2.125rem;

  --font-size-38px: 2.375rem;
  --font-size-39px: 2.4375rem;

  --font-size-60px: 3.75rem;

  --font-family-en: "Playfair Display", serif;
  --font-style-en: normal;
  --font-weight-en: 400;

  --font-family-ja: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  --font-style-ja: normal;
  --font-weight-ja: 400;
  --font-weight-ja-bold: 600;

  --width-1920px: 1920px;
	--width-1366px: 1366px;
  --width-1166px: 1166px;
  --width-1166px-space: calc(1166px + 10%);
  --width-850px-space: calc(850px + 10%);
  --width-800px-space: calc(800px + 10%);
  --width-750px-space: calc(750px + 10%);
  --width-700px-space: calc(700px + 10%);
  --width-650px-space: calc(650px + 10%);
  --width-600px-space: calc(600px + 10%);

  --leading-trim: calc((1em - 1lh) / 2);
}

body {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-regular);
  font-feature-settings: "palt";
	letter-spacing: .03rem;
  color: var(--pallet-black);
  background: var(--pallet-001);
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.visibility_hidden {
  visibility: hidden;
}

.font_ja {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-regular);
}

.font_en {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
}

a {
	color: inherit;
	text-decoration: none;
}

a:link,
a:visited,
a:active {
	/* color: inherit; */
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	transition: 0.2s ease-in-out;
	opacity: 0.6;
}

.uppercase {
  text-transform: uppercase;
}

.word_part {
  display: inline-block;
}

/* ギャラリー */
.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}

.blocks-gallery-caption.wp-element-caption {
  padding-top: 15px;
}

/* 画像 */
.wp-block-image.aligncenter {
	display: block;
  text-align: center;
}

.wp-block-image.alignleft {
	display: block;
  text-align-last: left;
}

.wp-block-image.alignright {
	display: block;
  text-align: right;
}

/* テキスト */
.news_body a {
  color: var(--pallet-black);
  text-decoration: underline;
}

/* 共通レイアウト */
.l-content-space {
  padding: 50px 5% 55px;
  margin-inline: auto;
}

.l-content-space-lower-page {
  padding: 150px 5% 80px;
  margin-inline: auto;
}

/* 共通曲線 */
.img-double-wave {
  width: 100%;
  height: auto;
}

/* 共通sidebar */

.l-content__sidebar {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px 5%;
  max-width: 1366px;
  margin-inline: auto;
}

.l-content__sidebar_main {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.l-content__sidebar_side {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.l-content-space.l-content__sidebar_wrapper {
  padding: 88px 5% 140px;
}

.l-content__sidebar {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: 30px 5%;
  max-width: calc(980px + 5%);
  margin-inline: auto;
}

/* 共通タイトル */
.c-title__01-en {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-en);
  text-align: center;
  color: var(--pallet-002);
  font-size: var(--font-size-38px);
  display: block;
  padding-bottom: 9px;
}

.c-title__01-ja {
  display: block;
  font-weight: var(--font-weight-ja-bold);
  text-align: center;
  font-size: var(--font-size-14px);
}

.c-title__02-en {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-en);
  text-align: center;
  color: var(--pallet-001);
  font-size: var(--font-size-30px);
  display: block;
}

.c-title__space {
  margin-bottom: 48px;
}

.c-title__decoration-pattern-01 {
  display: block;
  margin: auto;
  padding-bottom: 4px;
}

.c-title__decoration-pattern-02 {
  display: block;
  margin: auto;
  padding-bottom: 9px;
}

.c-title__txt {
  text-align: center;
  font-size: var(--font-size-15px);
  letter-spacing: 0;
  line-height: 2;
  margin-block: calc((1em - 1lh) / 2);
}

.c-title__txt-space {
  padding-bottom: 35px;
}

.c-title__txt-space-large {
  padding-bottom: 50px;
}

.c-title__txt-white {
  color: var(--pallet-white);
}

/* 共通ボタン */

.c-btn__wrapper-center {
    text-align: center;
}

a.c-btn {
  min-width: 280px;
  height: auto;
  border: 1px solid var(--pallet-002);
  padding-block: 19px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  font-size: var(--font-size-15px);
  position: relative;
}

a.c-btn::after {
  content: '';
  display: inline-block;
  width: 44px;
  height: 5px;
 /* background-image: url(../images/svg/arrow_right.svg);
  background-size: contain;
	background-repeat: no-repeat;*/
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
}

a.c-btn:hover {
  opacity: 1;
  background-color: var(--pallet-white);
  color: var(--pallet-004);
}

a.c-btn:hover::after {
  right: 6px;
}

/* 共通カテゴリー画像 */
.c-header__img {
  width: 100%;
}

.c-header__img-area {
  position: relative;
}

/* 共通カテゴリータイトル */
.c-title__img-category {
  height: 35px;
  width: auto;
}

.c-title__category {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  padding-bottom: 35px;
}

.c-title__ja {
  font-size: var(--font-size-15px);
  font-weight: var(--font-weight-ja-regular);
  color: var(--pallet-005);
}

@media screen and (max-width: 900px) {

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .l-content-space {
    padding: 30px 5% 20px;
  }
  
  .l-content-space__left-space {
    padding: 50px 0 50px 5%;
  }

  .l-content-space-lower-page {
    padding: 120px 5% 30px;
  }

  .c-btn {
    width: 180px;
    font-size: var(--font-size-14px);
  }

  .c-title-space {
    margin-bottom: 20px
  }
  
  .c-title-space__left-space {
    padding-right: 5%;
  }

  .c-title__txt_wrapper {
    flex-direction: column;
    gap: 28px 44px;
  }

  .c-title__txt {
    font-size: var(--font-size-14px);
    text-align: center;
  }

  .c-title__img {
    width: auto;
    height: 22px;
  }

  /* side bar */

  .l-content__sidebar {
    grid-template-columns: 1fr;
  }

  .l-content__sidebar_main {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .l-content__sidebar_side {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
  }

  .sidebar_nav {
    text-align: right;
    margin-top: 40px;
  }

  .l-content-space.l-content__sidebar_wrapper {
    padding: 40px 5% 80px;
    max-width: 500px;
  }

  .c-title__space {
    margin-bottom: 27px;
  }

  .c-title__txt-space {
    padding-bottom: 22px;
  }

  .c-title__txt-space-large {
    padding-bottom: 32px;
  }

  a.c-btn {
    font-size: var(--font-size-12px);
  }

}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/

/* menu */

.header {
  /* z-index: 10;
  position: sticky;
	top: 0;
	right: 0;
	left: 0; */
}

.header_wrapper {
  background-color: var(--pallet-002);
  width: 100%;
  height: 100px;
  display: flex;
  gap: 30px;
  /* justify-content: space-between; */
  justify-content: center;
  align-items: center;
  padding-inline: 2.5%;
  border-bottom: 1px solid var(--pallet-004);
}

/* アーチ */
.header-arch {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;    
  shape-rendering: crispEdges;
}

/* ヘッダーブロック */
.header_logo_img {
  padding: 3px;
}

/* オンラインショップ */
a.c-btn__online-shop {
  /* padding: 8px 15px 6px; */
  padding: 10px 20px 12px 36px;
  border-radius: 20px;
  font-size: var(--font-size-14px);
  background-color: var(--pallet-white);
  color: var(--pallet-002);
  letter-spacing: 0.01rem;
  white-space: nowrap;
  position: relative;
  line-height: 1;
}

a.c-btn__online-shop::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/svg/icon_cart.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%)
}

/* header .header_wrapper .header_menu li{
	margin-right: 30px;
}
header .header_wrapper .header_menu li:last-child{
	margin-right: 0;
} */

.nav_btn_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.nav_online_shop_br {
  display: none;
}

/* sns */
a.sns__link {
  display: flex;
  align-content: center;
  display: block;
}

.sns__icon {
  padding-inline: 5px;
  padding-top: 2px;
}

/* ハンバーガーメニュー */
.hamburger {
	display: none;
}

.hamburger:hover {
	cursor: pointer;
}

.header__nav-area {
	display: none;
	/* visibility: hidden; */
}

/* 画像ver */
.hamburger .hamburger_open {
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger .hamburger_close {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger.-active .hamburger_open {
  opacity: 0;
}

.hamburger.-active .hamburger_close {
  opacity: 1;
}

.overlay {
  background: black;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  min-height: 100dvh;
  min-height: -webkit-fill-available;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.overlay.-active {
  opacity: 0.5;
  z-index: 98;
  visibility: visible;
  transition: all 0.3s ease;
}

.nav_menu_wrapper {
  display:contents;
}

.nav_menu {
  color: var(--pallet-white);
  text-align: center;
}

.nav_menu_en {
  font-size: var(--font-size-20px);
  display: block;
}

.nav_menu_ja {
  font-size: var(--font-size-11px);
  display: block;
}

.header_nav_menu_wrapper {
  display: flex;
  align-items: center;
  gap: 10px 26px;
}

@media screen and (max-width: 1050px) {

  .nav_online_shop_br {
    display: block;
  }

  .nav_online_shop {
    display: none;
  }

  .nav_menu_en {
    font-size: var(--font-size-15px);
  }

  a.c-btn__online-shop {
    font-size: var(--font-size-13px);
    text-align: left;
    border-radius: 8px;
    padding-bottom: 10px;
    padding-right: 14px;
  }

  a.c-btn__online-shop::before {
    left: 13px;
    top: 8px;
    transform: none;
  }

}

@media screen and (max-width: 900px) {

  
  /* .header .nav_menu_wrapper {
    display: none;
  } */

	/* .header_wrapper {
		align-items: center;
	} */

  .header_nav_menu_wrapper .nav_menu_wrapper {
    display: none;
  }

  /* .header_wrapper {
    height: 55px;
    padding-inline: 0;
  } */

	/* nav */
	/* .header .nav_menu_area {
		display: none;
	} */
		
	/* sns */

  a.sns_circle__link {
    padding: 10px;
    border-radius: 999px;
    border: 1px solid var(--pallet-005);
    width: 45px;
    height: 45px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-inline: auto;
    margin-bottom: 15px;
  }

  .sns_circle__icon {
    width: 21px;
    height: 21px;
  }

  .nav_btn_wrapper {
    margin-right: 42px;
    padding-inline: 4%;
    position: fixed;
    top: 19px;
    right: 7px;
  }

	/* ハンバーガーメニュー active */

  .hamburger {
    display: block;
    height: 50px;
    /* margin-left: auto; */
    position: relative;
    z-index: 101;
    width: 50px;
    border: none;
    background-color: transparent;
    position: fixed;
    top: 8px;
    right: 8px;
  }

	.hamburger_logo_img {
		width: 115px;
		height: auto;
	}

	.hamburger.-active .hamburger__line {
		background-color: transparent;
	}

	.hamburger.-active .hamburger__line::before {
		top: 0;
		transform: rotate(45deg);
	}

	.hamburger.-active .hamburger__line::after {
		top: 0;
		transform: rotate(-45deg);
	}

	.hamburger.-active .hamburger__text::before {
	content: '';
	}

	.hamburger__line {
		display: block;
		height: 1px;
		position: absolute;
		/* top: 23px; 文字が入るとき */
		/* transform: translateX(-50%); 文字が入るとき */
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 24px;
    background-color: transparent;
		transition: 0.4s;
	}

	.hamburger__line:before,
	.hamburger__line:after {
		content: "";
		display: block;
		height: 100%;
		position: absolute;
		width: 100%;
		background-color: var(--pallet-black);
		transition: inherit;
	}

	.hamburger__line:before {
		/* top: -6px; */
    top: -4px;
	}

	.hamburger__line:after {
		/* top: 6px; */
    top: 4px;
	}

	/* .hamburger__text {
		position: absolute;
		bottom: 8px;
		left: 50%;
		transform: translateX(-50%);
		width: 100%;
	}

	.hamburger__text::before {
		content: "メニュー";
		text-align: center;
		color: var(--pallet-black);
		font-size: 10px;
		font-weight: 900;
	} */

	.header__nav-area {
		position: fixed;
		top: 0;
		right: -100%;
		z-index: 9;
		height: 100vh;
    width: 100%;
		/* max-width: 375px; */
		/* display: none; */
		padding-top: 63px;
		background-color: var(--pallet-white);
		transition: 0.4s;
		/* visibility: hidden; */
    opacity: 0;
    z-index: 99;
    overflow-y: auto;
	}

	.header__nav-area.-active {
		right: 0;
    opacity: 1;
		/* display: block; */
		visibility: visible;
    overflow-y: auto;
    display: block;
    background-color: var(--pallet-002);
    border: 1px solid var(--pallet-005);
	}

	.global-navigation {
		padding-top: 30px;
		padding-right: 25px;
		padding-bottom: 20px;
		padding-left: 25px;
	}

  .global-navigation .menu_sns_wrapper {
    padding-right: 0;
  }

	.global-navigation__list > li {
		text-align: center;
    margin-bottom: 15px;
		/* border-bottom: 2px solid #e7e9ee; */
	}

	/* .global-navigation__list > li + li {
		margin-top: 15px;
	} */

	/* .global-navigation__link {
		display: flex;
		align-items: center;
		justify-content: space-between;
		color: var(--pallet-black);
		font-weight: 900;
		transition: color 0.4s;
		font-size: 0.875rem;
	} */
	
	/* .global-navigation__link.-accordion {
		position: relative;
		background: none;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 0;
	}

	.global-navigation__link.-accordion::after {
		content: '';
		display: block;
		height: 12px;
		position: absolute;
		top: 50%;
		right: 5px;
		width: 2px;
		background-color: #ed3242;
		transform: translateY(-50%);
		transition: transform 0.4s;
	}

	.global-navigation__link.-accordion::before {
		content: '';
		display: block;
		height: 2px;
		position: absolute;
		top: 50%;
		right: 0;
		width: 12px;
		background-color: #ed3242;
		transform: translateY(-50%);
		
	} */

	.global-navigation__link.-active::after {
		transform: translateY(-50%) rotate(-90deg);
	}

	.ml_hamburger_btn {
		text-align: center;
	}

	a.ml_hamburger_btn {
		font-size: var(--font-size-16px);
		padding: 15px 20px 15px;
		width: 250px;
		display: inline-block;
		text-align: center;
		letter-spacing: 0.15rem;
		position: relative;
		transition: all 0.8s ease;
		border: 1px solid var(--pallet-black);
		background-color: var(--pallet-black);
		color: var(--pallet-white);
	}

	a.ml_hamburger_btn::before {
		content: '';
		display: inline-block;
		width: 23px;
		height: 23px;
		background-image: url(../images/svg/cart-icon-white.svg);
		background-size: contain;
		background-repeat: no-repeat;
		vertical-align: middle;
		margin-right: 1px;
		margin-bottom: 2px;
	}

	.header .menu_sns_wrapper {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 10px;
		margin-top: 30px;
	}

  .header .c-btn {
    width: 180px;
    font-size: var(--font-size-13px);
    margin-inline: auto;
  }

  .c-btn__hamburger_space {
    margin-bottom: 6px;
  }

  a.c-btn__online-shop {
    font-size: var(--font-size-12px);
    padding: 7px 10px 8px 28px;
    border-radius: 15px;
  }

  /* .header__nav-area a.c-btn__online-shop {
    padding: 7px 16px 8px 37px;
  }

  .header__nav-area a.c-btn__online-shop::before {
    left: 15px;
  } */

  .nav_online_shop_br {
    display: none;
  }
	
  a.c-btn__online-shop::before {
      width: 16px;
      height: 16px;
      left: 9px;
      top: 50%;
      transform: translateY(-50%);
  }

  .sns__icon {
    padding-inline: 0;
    padding-top: 1px;
  }

  .header__nav-logo-wrapper {
    position: fixed;
    left: 17px;
    top: 17px;
  }

  .header__nav-area .nav_menu_en {
    font-size: var(--font-size-23px);
    padding-bottom: 3px;
    letter-spacing: 0.1rem;
  }

  .header__nav-area .nav_btn__sp_wrapper {
    left: auto;
  }

  .header__nav-area .nav_btn__sp_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }

  .header__nav-item-menu {
    padding-top: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 7px;
    max-width: 200px;
    justify-content: center;
    justify-items: center;
    margin-inline: auto;
    padding-bottom: 4px;
  }

  a.header__nav-item-menu-link {
    font-size: var(--font-size-13px);
    padding: 7px 10px;
    border: 1px solid;
    display: inline-block;
    border-radius: 20px;
    min-width: 120px;
  }

}

@media screen and (max-width: 600px) {

  .header_wrapper {
    height: 62px;
    padding-inline: 0;
  }

  .header_logo_img {
    width: 73px;
    height: auto;
  }

}

/*-------------------------------------------------------
	footer
-------------------------------------------------------*/

.footer {
  background-color: var(--pallet-002);
  border-top: 1px solid var(--pallet-004);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 47px;
  padding: 50px 5% 25px;
}

.copyright {
  text-align: center;
  font-size: var(--font-size-12px);
  color: var(--pallet-001);
  white-space: nowrap;
  padding-top: 20px;
  font-family: var(--font-family-en);
}

@media screen and (max-width: 900px) {

  .footer {
    gap: 15px;
    padding: 35px 5% 25px;
  }

  .footer_logo_img {
    width: 160px;
  }

}


/*-------------------------------------------------------
	main images
-------------------------------------------------------*/

/* .parallax {
  position: relative;
  margin-top: 100vh;
  margin-top: 100svh;
  background-color: var(--pallet-white);
} */

/* トップ画像 */
.main-image__content {
  position: relative;
}

#index_page .n2-ss-slide,
#index_page .n2-ss-slider-2.n2-ow,
#index_page .n2-ss-layers-container,
#index_page .n2-ss-slide-background-image {
  height: 87vh;
  height: 87svh !important;
}

/* .main-image {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  width: 100svw;
  overflow: hidden;
} */

.main-image {
  padding-top: 80px;
  position: relative;
}

.main-image,
.main-image__content {
  overflow: hidden !important;
}

.main-image__img-double-wave {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
}

/* 画像の上にロゴを重ねる */
.main-image__logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate(-45%, -50%);
  transform: translate(-45%, -50%);
  z-index: 9;
}

.main-image__logo_img {
  width: clamp(8rem, 6.604rem + 5.95vw, 13.75rem); /* 120px - 220px */
  height: auto;
}

@media screen and (max-width: 900px) {

  .main-image {
    width: 100%;
    height: 85vh;
    height: 85svh;
    position: relative;
    padding-top: 60px;
  }

  #index_page .main-image .pile_logo_wrapper .pile_logo {
    width: 50vw;
    min-width: 240px;
  }

  /* 画像の上にロゴを重ねる */
  /* #index_page .main-image .pile_logo_area .pile_logo {
    min-width: 230px;
    max-width: 300px;
  } */

  /* 画像 */
  #index_page .main-image .pc_top_slide_image img,
  #index_page .main-image .sp_top_slide_image img {
    height: 85vh;
    height: 85svh;
    object-fit: cover;
  } 

  .main-image__logo {
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-45%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9;
  }
}

/*-------------------------------------------------------
	news お知らせ 共通
-------------------------------------------------------*/

/* 画像なし */

/* .news_list_thumbnail_wrapper.no_thumnail {
  border: 1px solid;
}

.news_list_thumbnail.no-thumbnail {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 50%;
  object-fit: contain;
  object-position: 50% 50%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
} */

.news__img.no-thumbnail {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--pallet-005);
  /* width: 100%;
  height: 100%; */
  padding: 30px;
  width: 100%;
  height: 100%;
}

.news__img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--pallet-005);
}

.news__date {
  color: var(--pallet-005);
  font-size: var(--font-size-13px);
  letter-spacing: 0.1rem;
  padding-bottom: 4px;
  text-align: left;
  padding-left: 2px;
}

.news__title {
  font-size: var(--font-size-16px);
  padding-bottom: 10px;
}

.news__content-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 68px 10%;
  max-width: 950px;
  margin-inline: auto;
  margin-bottom: 72px;
}

/* a.news-top__link.news__link {
  display: contents;
} */

.news__img-wrapper {
  width: 100%;
  margin-bottom: 20px;
  padding-inline: 28px;
}

.news__img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--pallet-005);
}

.title__img-news {
  width: 115px;
  height: 28px;
  margin-inline: auto;
  display: block;
}

/* お知らせ記事なし */
.no-article {
  text-align: center;
  padding: 10vh 5%;
}

@media screen and (max-width: 900px) {

  .news__title {
    font-size: var(--font-size-14px);
    padding-bottom: 0;
  }

  .news__date {
    font-size: var(--font-size-13px);
    margin-top: auto;
  }
  
  .news__content-wrapper {
    grid-template-columns: 1fr;
    gap: 0;
    margin-bottom: 32px;
  }

  .news__img-wrapper {
    margin-bottom: 0;
    padding-inline: 0;
  }

  a.news__link {
    display: grid;
    grid-row: auto;
    grid-template-rows: 17px auto;
    grid-template-columns: 0.5fr 1fr;
    column-gap: 17px;
    row-gap: 11px;
  }

  a.news__link.news__link:not(:first-of-type) {
    padding-top: 24px;
  }

  a.news__link.news__link:not(:last-of-type) {
    padding-bottom: 24px;
    border-bottom: 1px solid var(--pallet-003);
  }

  .news__img-wrapper {
    grid-row: 1 / 3;
  }

  .title__img-news {
    width: 90px;
    height: 22px;
  }

  .news__content-wrapper {
    max-width: 400px;
  }

}

/*-------------------------------------------------------
	お知らせ news - トップページ
-------------------------------------------------------*/


@media screen and (max-width: 900px) {

}

/*-------------------------------------------------------
	pagination
-------------------------------------------------------*/

/* ページ送りエリア */
.pagination {
  margin-top: 20px;
  margin-bottom: 62px;
  text-align: center;
  line-height: 1.5rem;
}

.page_move_block, .page-move-area {
  display: grid;
  justify-content: center;
  align-items: center;
  gap: 40px;
  grid-template-columns: auto auto;
}

/* .pagination .page_number {
  margin: 0.3rem;
  padding: 0.5rem;
  font-size: var(--12px);
  font-family: var(--font-family-body);
  font-style: var(--font-style-body);
  font-weight: bold;
  text-decoration: none;
  position: relative;
} */

/* .pagination .page_number:after {
  content: "";
  border: 1px solid var(--pallet-light-brown);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -2px;
  left: 6px;
  z-index: 1;
  background-color: transparent;
} */

.prev-page, .next-page {
  font-size: var(--font-size-14px);
  color: var(--pallet-005);
}

/* ページ送りアイコン */
.pagination .prev_icon,
.pagination .next_icon {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-regular);
  font-size: var(--font-size-14px);
  text-decoration: none;
  position: relative;
}

/* .pagination .prev_icon {
  margin-right: 3%;
} */

.pagination .prev_icon::after {
  content: "< 前のページへ";
  /* content: ''; */
  display: inline-block;
  /* background-image: url(../images/svg/arrow_left.svg);
  background-size: contain;
	background-repeat: no-repeat; */
  vertical-align: middle;
  color: var(--pallet-005);
  font-size: var(--font-size-14px);
}

/* .pagination .prev_icon::before {
  content: url(../images/svg/arrow-l-black.svg);
  display: inline-block;
  vertical-align: middle;
  transform: scale(1);
  position: absolute;
  top: -2px;
  left: -35px;
} */

/* .pagination .next_icon {
  margin-left: 4%;
} */

.pagination .next_icon::before {
  content: "次のページへ >";
  /* content: ''; */
  display: inline-block;
  /* background-image: url(../images/svg/arrow_right.svg);
  background-size: contain;
	background-repeat: no-repeat; */
  vertical-align: middle;
  color: var(--pallet-005);
  font-size: var(--font-size-14px);
}

/* .pagination .next_icon::after {
  content: url(../images/svg/arrow-r-black.svg);
    display: inline-block;
    vertical-align: middle;
    transform: scale(1);
    position: absolute;
    top: -2px;
    left: 40px;
} */

/* ページ送りアイコン非表示 */
.visibility-hidden {
  visibility: hidden;
}

/* 参照ページに印をつける */
.pagination .current_page {
  position: relative;
}

/* .pagination .current_page .page_number {
  position: relative;
  z-index: 2;
  color: var(--pallet-white);
  font-size: var(--font-size-12px);
  font-family: var(--font-family-body);
  font-style: var(--font-style-body);
  font-weight: bold;
}

.pagination .current_page::after {
  content: "";
  border-bottom: 1px solid var(--pallet-light-brown);
  border-radius: 100%;
  width: 42px;
  height: 42px;
  position: absolute;
  top: -2px;
  left: 6px;
  z-index: 1;
  background-color: var(--pallet-light-brown);
} */

.pagination .page_number {
  font-size: var(--12px);
  text-decoration: none;
  border: 1px solid var(--pallet-black);
  border-radius: 50%;
  width: 42px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.pagination .current_page .page_number {
  background-color: var(--pallet-black);
  color: var(--pallet-white);
}

/* .pagination .page_number:hover {
  border-radius: 0;
  opacity: 1;
} */

.pagination .current_page .page_number:hover {
  border-radius: 50%;
}

.page_dotted {
  display: inline-block;
  vertical-align: -4px;
}

a.page_number.other_page,
.current_page {
  display: none;
}

@media screen and (max-width: 900px) {

  .prev-page, .next-page {
    font-size: var(--font-size-12px);
  }
  
}

/*-------------------------------------------------------
	NEWS 一覧・詳細
-------------------------------------------------------*/

/* .news-top__content.news__content { */
/* a.news__link {
  display: grid;
  grid-row: span 3; */
  /* grid-template-rows: subgrid; */
  /* column-gap: 0;
  row-gap: 0;
} */

.news_list_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 6%;
}

.news-detail__title {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-regular);
  font-size: var(--font-size-24px);
  padding-bottom: 10px;
  max-width: max-content;
  margin-inline: auto;
}

.news-detail__info_date {
  color: var(--pallet-005);
  font-size: var(--font-size-14px);
  letter-spacing: 0.1rem;
}

.news-detail__category_wrapper {
  color: var(--pallet-005);
  font-size: var(--font-size-14px);
  border-left: 1px solid var(--pallet-005);
}

a.news-detail__category {
  padding-left: 10px;
}

.news-detail__info {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  padding-bottom: 50px;
  justify-content: center;
  padding-top: 16px;
}

.news-detail__img_wrapper {
  margin-bottom: 55px;
  text-align: center;
}

.news-detail__body {
  line-height: 2;
}

.news-detail {
  padding-bottom: 75px;
  max-width: 700px;
  margin-inline: auto;
}

.page-move-area { 
  /* padding-bottom: 35px; */
  padding-bottom: 62px;
}

.c-btn__news-post_wrapper {
  text-align: center;
  margin-inline: auto;
  max-width: max-content;
}

.news-detail__body p a {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {

  .news-detail__title {
    font-size: var(--font-size-18px);
    padding-bottom: 3px;
  }

  .news-detail__info {
    padding-bottom: 22px;
  }

  .news-detail__body {
    font-size: var(--font-size-14px);
  }

  .news-detail {
    padding-top: 0;
    padding-bottom: 30px;
  }

  .news_list_wrapper {
    grid-template-columns: 1fr;
  }

  .news-detail__img_wrapper {
    margin-bottom: 25px;
  }

  .news-detail__info_date {
    font-size: var(--font-size-12px);
  }

}

/*-------------------------------------------------------
	カテゴリー
-------------------------------------------------------*/

.news_nav-wrapper {
  text-align: center;
  max-width: 600px;
  margin-inline: auto;
  margin-bottom: 80px;
}

.tag_title {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  border-bottom: 1px solid;
  color: var(--pallet-005);
  padding-bottom: 7px;
  margin-bottom: 15px;
}

.selected_tag {
  text-decoration: underline;
}

/* .tag_link,
.selected_tag {
  padding-bottom: 5px;
  display: block;
} */

.tags {
    color: var(--pallet-005);
    font-size: var(--font-size-14px);
    display: flex;
    gap: 16px;
    justify-content: center;
}

@media screen and (max-width: 900px) { 

  .tags {
    font-size: var(--font-size-13px);
  }

  .tag_title {
    font-size: var(--font-size-13px);
  }

  .news_nav-wrapper {
    margin-bottom: 37px;
  }
}

/*-------------------------------------------------------
	APP
-------------------------------------------------------*/

.app {
  padding: 60px 5% 20px;
  max-width: 1030px;
  margin-inline: auto;
}

@media screen and (max-width: 900px) { 

  .app {
      padding: 30px 5% 12px;
      max-width: 600px;
  }

}

/*-------------------------------------------------------
	About
-------------------------------------------------------*/

.about {
  position: relative;
  /* overflow: hidden; */
}

.about__content {
  position: relative;
  /* padding-left: 20%; */
  /* padding-left: clamp(1.875rem, -32.285rem + 60.73vw, 19.563rem); */
  padding-right: 370px;
  padding-top: 80px;
  letter-spacing: 0;
  /* max-width: 1030px; */
  max-width: max-content;
  width: 100%;
  padding-bottom: 135px;
  margin-inline: auto;
  padding-left: 5%;
}

.about__txt {
  font-size: var(--font-size-15px);
  line-height: 2.2;
  margin-block: calc((1em - 1lh) / 2);
  z-index: 3;
  position: relative;
}

.about__title {
  font-size: var(--font-size-28px);
  font-weight: var(--font-weight-ja-regular);
  line-height: 1.8;
  margin-block: calc((1em - 1lh) / 2);
  margin-bottom: 40px;
  letter-spacing: 0;
}

.about__img-01 {
  top: 28px;
  /* right: -230px; */
  right: 140px;
}

.about__img-02 {
  top: 120px;
  /* right: -380px; */
  right: -7px;
}

.about__img-03 {
  bottom: 105px;
  /* right: -265px; */
  right: 111px;
}

.about__img-04 {
  bottom: 0;
  right: 285px;
}

.img-double-wave-absolute {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@media screen and (max-width: 900px) {

  .about__content {
    padding-right: 0;
    padding-left: 5%;
    padding-top: 35px;
    padding-bottom: 117px;
  }

  .about__title { 
    font-size: var(--font-size-20px);
  }
  
  .about__txt {
    font-size: var(--font-size-13px);
  }

  .about__img-01 {
    top: 0;
    right: 49px;
    width: 51px;
    height: auto;
  }

  .about__img-02 {
    top: 115px;
    right: 3px;
    width: 64px;
    height: auto;
  }

  .about__img-03 {
    bottom: 83px;
    /* right: -265px; */
    right: 0;
    width: 84px;
  }

  .about__img-04 {
    bottom: 11px;
    right: 109px;
    width: 88px;
  }

}

/*-------------------------------------------------------
	CAKE MENU
-------------------------------------------------------*/

.cake-menu {
  position: relative;
}

.cake-menu-content.l-content-space {
  margin-inline: auto;
  padding-top: 85px;
  padding-bottom: 75px;
}

.cake-menu-content {
  background-color: var(--pallet-002);
}

/* .product-category-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  max-width: 900px;
  margin-inline: auto;
} */

.product-category-content {
  display: flex;
  gap: 45px;
  max-width: 900px;
  margin-inline: auto;
  flex-wrap: wrap;
  justify-content: center;
}

.product-category__image {
  width: 100%;
  height: auto;
  aspect-ratio: 428 / 187;
}

.cake-menu__img-01 {
  top: 38px;
  left: 15%;
}

.cake-menu__img-02 {
  top: -26px;
  left: 27%;
}

@media screen and (max-width: 900px) {

  .product-category-content {
    grid-template-columns: 1fr;
    gap: 18px 18px;
    max-width: 400px;
  }

  .cake-menu__img-01 {
    width: 82px;
    top: 38px;
    left: 6%;
  }

  .cake-menu__img-02 {
    width: 83px;
  }

  .cake-menu-content.l-content-space {
    padding-top: 55px;
    padding-bottom: 37px;
  }

}

/*-------------------------------------------------------
	PRODUCTS
-------------------------------------------------------*/

.product_category {
  padding-top: 132px;
  padding-bottom: 80px;
}

.product-name {
  text-align: center;
  font-size: var(--font-size-15px);
}

/* nav */
.product-category__nav-space {
  padding-bottom: 80px;
}

.product-category__nav-list {
  width: 100%;
  height: 57px;
  display: flex;
  gap: 1px;
  border-block: 1px solid var(--pallet-005);
  background-color: var(--pallet-005);
}

.product-category__nav-list-li-link {
  font-size: var(--font-size-13px);
  background-color: var(--pallet-white);
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
  align-items: center;
  color: var(--pallet-005) !important;  
}

.product-category__nav-list-li-link.active {
  background-color: var(--pallet-pink-beige);
}

.product-category__nav-list-li-link:hover {
  background-color: var(--pallet-pink-beige);
  opacity: 1;
}

@media screen and (max-width: 900px) {

  .product-name {
    text-align: center;
    font-size: var(--font-size-14px);
  }

  .product_category.l-content-space {
    padding: 50px 5% 87px;
  }

}

/*-------------------------------------------------------
	modal
-------------------------------------------------------*/

/* 一覧 */
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px 6%;
  padding: 80px 5%;
  max-width: 1366px;
  margin-inline: auto;
}

.product-block {
  transition: all 0.3s ease;
}

.product-block:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-product-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.c-product-thumbnail::before{
  content: "";
  display: block;
  padding-top: 100%;
}

.c-product-thumbnail__img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
  border: 1px solid var(--pallet-005);
}

/* 画像なし */

.c-product-no-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-005);
  margin-bottom: 12px;
}

.c-product-no-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-product-thumbnail__no-img {
  position: absolute;
  width: 60%;
  height: auto;
  object-fit: cover;
}
 
.square_contents img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

/* 商品登録なし */
.no-product {
  text-align: center;
  padding: 150px 5%;
}

/* スクロールバー */
.product.active::-webkit-scrollbar {
  overflow: hidden;
  width: 13px;
  background: var(--pallet-white);
  border-radius: 3px;
}

.product.active::-webkit-scrollbar-thumb {
  overflow: hidden;
  background: var(--pallet-003);
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
}

/* modal */

a.c-btn.c-btn-modal {
  max-width: 200px;
}

.modal-header {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  width: 100%;
  justify-items: end;
  align-items: center;
  column-gap: 30px;
  border-top: 3px solid  var(--pallet-002);
  border-bottom: 1px solid var(--pallet-005);
  height: 70px;
  padding-inline: 18px;
  position: fixed;
  background-color: var(--pallet-white);
  z-index: 2;
}

.btn-modal__wrapper {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.name {
  font-size: var(--font-size-24px);
  padding-bottom: 20px;
}

.price {
  font-size: var(--font-size-14px);
  padding-bottom: 20px;
}

.product-list .thumbnail-wrapper {
  overflow: hidden;
}

.product-list .thumbnail-wrapper > img {
  cursor: pointer;
  transition: all .5s ease-in-out;
}

.product-list .thumbnail-wrapper > img:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
  opacity: 0.8;
}

.product-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pallet-white);
  z-index: 200;
  color: var(--pallet-black);
  /* overflow-y: auto; */
}

.product-overlay .close-product-overlay {
  display: block;
  /* position: fixed; */
  /* top: 30px;
  right: 30px; */
  z-index: 99;
  width: 50px;
  height: 50px;
}

/* .next {
  position: fixed;
  top: 50%;
  right: 3%;
  transform: translate(0%, 0%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
}

.prev {
  position: fixed;
  top: 50%;
  left: 3%;
  transform: translate(0%, 0%);
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  z-index: 2;
} */

.next:hover,
.prev:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: all 0.3s ease-out 0s;
}

.product-overlay .product {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  justify-content: center;
  width: 90%;
  height: calc(100vh - 71px);
  margin: auto;
  /* max-width: 900px; */
  /* max-width: var(--width-1200px-space); */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  /* padding: 0 5%; */
  padding: 0;
  gap: 5%;
  align-items: flex-start;
  max-height: calc(100% - 71px);
}

.product-overlay .product_detail {
  background-color: var(--pallet-light-pink);
  height: 100%;
  border: 10px solid var(--pallet-white);
}

.product-overlay .product.active {
  opacity: 1;
  height: auto;
  /* background-color: #2D5588; */
  /* overflow-y: auto;
  height: 100%; */
  position: fixed;
  z-index: 1;
  max-width: 1366px;
}

.product-overlay .total {
  margin-top: 7rem;
  margin-bottom: 5rem;
  font-size: 14px;
  letter-spacing: 1px;
  text-align: center;
  color: #2D5588;
}

.product-overlay .product .image-area {
  width: 50%;
  margin: auto;
  text-align: center;
}

.product-overlay .product .image-area > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-overlay .product .description-area {
  position: relative;
  width: 40%;
  /* margin: 5rem 0rem 2rem; */
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  margin-block: auto;
}

#item .item-body ul {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  margin: 0 auto;
}

#item .item-body ul li .thumbnail-wrapper img {
  width: 100%;
  cursor: pointer;
  transition: all .5s ease-in-out;
}

#item .item-body ul li .thumbnail-wrapper {
  overflow: hidden;
  margin-bottom: 10px;
}

#item .item-body ul li:hover .thumbnail-wrapper img {
  /* -webkit-transform: scale(1.02);
  transform: scale(1.02); */
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 1;
}

#item .item-body ul li:hover {
  cursor: pointer;
  opacity: 1;
}

.item-see-more {
  color: var(--pallet-very-deep-pink);
  text-align: center;
  font-size: var(--font-size-13px);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
}

#item .item-body ul li a img {
  width: 100%;
}

.product_detail .r-button-wrapper {
  margin: 0;
}

.product_detail a.r-button {
  margin: 0 0 15px 0;
}

/*サブ画像*/
/* .about-area2 {
    position: absolute;
    top: 15%;
	right: 10%;
}
.swiper-slide img {
    max-width: 112px;
    margin: 0 2px 0 0;
}
ul.swiper-wrapper {
    list-style: none;
    display: flex;
} */

/* .product-overlay .next-prev {
  margin: 4rem 0;
  text-align: center;
} */

.next-prev {
  display: flex;
  column-gap: 25px;
}

.product-overlay .next-prev .next,
.product-overlay .next-prev .prev {
  user-select: none;
}

.product-overlay .close-product-overlay,
.product-overlay .next-prev .next,
.product-overlay .next-prev .prev {
  cursor: pointer;
  opacity: 1;
  transition: all 0.3s ease-out 0s;
  color: var(--pallet-005);
  font-size: var(--font-size-12px);
}

.product-overlay .close-product-overlay:hover,
.product-overlay .next-prev .next:hover,
.product-overlay .next-prev .prev:hover {
  opacity: .6;
  transition: all 0.3s ease-out 0s;
}

/* 画像比率 1枚 */
.image-area {
  display: block;
  position: relative;
  width: 100%;
}
 
.image-area::before {
  content: "";
  display: block;
  padding-top: 100%;
}
 
.product_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
}

/* 画像比率 複数 */
/* .modal_slide_img {
  width: 100%;
  height: auto;
} */

.modal_slide_img {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  /* object-fit: cover; */
  object-fit: contain;
}

/* swiper */
.modal_slide {
  width: 50%;
}

.modal_slide_img {
  width: 100%;
}

.product .swiper {
  margin-left: 0;
  margin-right: 0;
}

/* pagination */
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--pallet-001);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
}

span.swiper-pagination-bullet {
  background-color: var(--pallet-003);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .7);
}

/*サブ画像*/
.image-area_thumbnail {
  display: block;
  position: relative;
  width: 100%;
  width: 50%;
  margin: auto;
  text-align: center;
}

/* 画像比率 */
.product_main_image_wrapper {
  display: block;
  position: relative;
  width: 100%;
}
 
.product_main_image_wrapper::before {
  content: "";
  display: block;
  padding-top: 100%;
}
 
.product_main_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.product-box img {
  cursor: pointer;
}

img.product_ext_image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.product-box .swiper .swiper-product_detail {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-align: center;
}

.product_ext_image_list.swiper-wrapper {
  list-style: none;
  display: flex;
  /* width: calc(100% / 4); */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.swiper-wrapper {
  margin-bottom: 35px;
}

.product-box .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  /* width: 100%; */
  max-width: 1290px;
  height: auto;
  position: relative;
  text-align: center;
}

.product-box .swiper-slide::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.about-area2 {
  position: absolute;
  top: 15%;
	right: 10%;
}

.product_detail .swiper-slide img {
  /* max-width: 112px; */
  margin: 0 2px 0 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product_detail .swiper-slide {
  width: auto;
}


/* 画像なし */

.swiper-slide.swiper-slide-no-img {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-light-gray);
}

.swiper-slide.swiper-slide-no-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.modal_slide_no_img {
    position: absolute;
    width: 45%;
    height: auto;
    object-fit: contain;
}

.explanation {
    max-width: max-content;
    margin-inline: auto;
}

.explanation p {
  line-height: 1.7;
}

.explanation p:not(:last-of-type) {
  padding-bottom: 10px;
}

.explanation p:last-of-type {
  padding-bottom: 30px;
}

@media screen and (max-width: 700px) {

  .product-overlay .product {
    width: 100%;
    display: block;
    /* max-width: 500px; */
    padding: 0;
  }

  .product-overlay .product.active {
    opacity: 1;
    /* height: calc(100vh - 70px); */
    height: calc(100vh - 71px);
    /* height: max-content; */
    overflow-y: auto;
    /* padding: 0 5% 70px; */
    margin-top: 34px;
    /* margin-bottom: 70px; */
  }

  /* .product-overlay .product.active {
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    max-height: 85%;
    max-width: 400px;
  } */

  .product-overlay .total {
    margin-bottom: 2rem;
  }

  .product-overlay .product .image-area > img {
    max-width: 400px;
  }
  
  .product-overlay .product .image-area {
    text-align: center;
    width: 100%;
    /* width: 95%; */
	  max-width: 400px;
  }

  .product-overlay .product .description-area {
    width: 100%;
    margin: 0 auto;
    padding-inline: 5%;
    padding-bottom: 30px;
    margin-block: 0;
  }

  .product-overlay .total {
    margin-top: 3.25rem;
  }

  .product-overlay .close-product-overlay {
    bottom: unset;
    top: 2%;
	  right: 4%;
  }

  /* .swiper-slide img {
    max-width: 99px;
  } */

  #item .item-body ul {
    gap: 20px;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  }

  .product_detail a.r-button {
    margin: 0 auto 15px;
  }

  .modal_slide {
    width: 100%;
  }

  .image-area_thumbnail {
    text-align: center;
    width: 100%;
    /* width: 95%; */
    max-width: 400px;
  }

  .product-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 20px 5% 30px;
  }
  
  .modal-header {
    justify-content: space-between;
  }

  .name {
    font-size: var(--font-size-18px);
    text-align: center;
    padding-top: 10px;
  }

  .explanation p {
    font-size: var(--font-size-13px);
  } 

  /* .modal_slide_img {
    border-bottom: 1px solid var(--pallet-005);
  } */

  .btn-modal__wrapper {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }

  .swiper-backface-hidden .swiper-slide {
    border-bottom: 1px solid var(--pallet-005);
  }

  .price {
    font-size: var(--font-size-13px);
    padding-bottom: 10px;
    display: none;
  }

}

/*-------------------------------------------------------
	ONLINE SHOP
-------------------------------------------------------*/

.online-shop {
  position: relative;
}

.online-shop-content {
  background-color: var(--pallet-003);
}

.online-shop-content.l-content-space {
  padding-top: 85px;
  padding-bottom: 75px;
}

.online-shop__img-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 45px;
  max-width: 900px;
  margin-inline: auto;
}

.online-shop__img {
  width: 100%;
  height: auto;
  aspect-ratio: 422 / 234;
  object-fit: cover;
}

.online-shop__img-01 {
  top: -106px;
  right: 11%;
}

.online-shop__img-02 {
  bottom: 43px;
  left: 10%;
}


@media screen and (max-width: 1200px) {

  .online-shop__img-02 {
    bottom: -10px;
  }

}

@media screen and (max-width: 900px) {

  .online-shop__img-01 {
    top: -75px;
    right: 9%;
    width: 106px;
  }

  .online-shop__img-02 {
    bottom: 9px;
    width: 85px;
  }

  .online-shop__img-wrapper {
    grid-template-columns: 1fr;
    max-width: 400px;
    gap: 20px;
  }

  .online-shop-content.l-content-space {
    padding-top: 56px;
    padding-bottom: 35px;
  }

}

/*-------------------------------------------------------
	CHEF
-------------------------------------------------------*/

.chef {
  position: relative;
}

.chef.l-content-space {
  padding-bottom: 185px;
}

.chef__content_wrapper {
  display: grid;
  grid-template-columns: 0.75fr 1fr;
  align-items: start;
  justify-content: center;
  gap: 30px 10%;
  max-width: 850px;
  margin-inline: auto;
}

.chef__name {
  padding-bottom: 40px;
}

.chef__name-ja {
  font-size: var(--font-size-23px);
  font-weight: var(--font-weight-ja-regular);
  text-align: center;
  letter-spacing: 0.25rem;
  padding-bottom: 12px;
}

.chef__name-position {
  font-size: var(--font-size-14px);
  font-weight: var(--font-weight-ja-regular);
  text-align: center;
  letter-spacing: 0;
  padding-bottom: 8px;
}

.chef__name-en {
  font-size: var(--font-size-12px);
  font-weight: var(--font-weight-ja-regular);
  text-align: center;
  color: var(--pallet-005);
  letter-spacing: 0;
}

.chef__content {
  margin-block: calc((1em - 1lh) / 2);
}

.chef__history table th {
  color: var(--pallet-005) !important;
  position: relative;
}

.chef__history table th::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: var(--pallet-002);
  display: inline-block;
  border-radius: 999px;
  position: absolute;
  left: -22px;
  top: 24px;
}

.chef__history {
  position: relative !important;
  max-width: 350px;
  margin-inline: auto;
  width: 80%;
}

.chef__history::before {
  content: "";
  width: 28px;
  /* height: 652px; */
  height: calc(100% - 48px);
  background-image: url(../images/svg/history_border_all_02.svg);
  background-repeat: repeat-y;
  display: inline-block;
  position: absolute;
  left: -32px;
  top: 24px;
}

.chef__history table tr:nth-of-type(2) th::before {
  left: -33px;
}

.chef__history table tr:nth-of-type(3) th::before {
  left: -34px;
}

.chef__history table tr:nth-of-type(4) th::before {
  left: -27px;
}

.chef__history table tr:nth-of-type(5) th::before {
  left: -18px;
}

.chef__history table tr:nth-of-type(6) th::before {
  left: -14px;
}

.chef__history table tr:nth-of-type(7) th::before {
  left: -14px;
}

.chef__history table tr:nth-of-type(8) th::before {
  left: -22px;
}

.chef__history table tr:nth-of-type(9) th::before {
  left: -30px;
}

.chef__history table tr:nth-of-type(10) th::before {
  left: -34px;
}

.chef__history table tr:nth-of-type(11) th::before {
  left: -34px;
}

.chef__history table tr:nth-of-type(12) th::before {
  left: -29px;
}

.chef__history.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.chef__history.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: transparent;
}

.chef__img {
  border: 1px solid var(--pallet-005);
}

@media screen and (max-width: 900px) {

  .c-title.c-title__chef {
    position: static;
  }

  .chef__content_wrapper {
    grid-template-columns: 1fr;
  }

  .chef__content_img_wrapper {
    grid-row: 1 / 2;
    margin-inline: auto;
  }

  /* .chef__name {
    font-size: var(--font-size-18px);
    text-align: center;
  }

  .chef_history {
    font-size: var(--font-size-14px);
  }

  .chef__message {
    font-size: var(--font-size-14px);
  } */

  .chef__content p {
    font-size: var(--font-size-13px) !important;
  }

  .chef__name {
    padding-bottom: 30px;
  }

  .chef__space {
    height: 10px !important;
  }

  .chef__history::before {
    height: calc(100% - 75px);
    display: inline-block;
    position: absolute;
    left: -12px;
    top: 24px;
    height: calc(100% - 47px);
  }

  .chef__history {
    width: 90%;
    padding-left: 20px;
  }

  /* .chef__history table tr:nth-of-type(5) th::before {
    left: -16px;
  }

  .chef__history table tr:nth-of-type(6) th::before {
    left: -13px;
  }

  .chef__history table tr:nth-of-type(7) th::before {
    left: -17px;
  }

  .chef__history table tr:nth-of-type(8) th::before {
    left: -32px;
  } */

  .chef__history table tr:nth-of-type(8) th::before {
    left: -24px;
  }

  .chef__history.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .chef__history.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    font-size: var(--font-size-12px) !important;
  }

  .chef.l-content-space {
    padding-bottom: 120px;
  }

}

@media screen and (max-width: 550px) {

  .chef__img {
    max-width: 200px;
  }

  .chef.l-content-space {
    padding-bottom: 90px;
  }

}

/*-------------------------------------------------------
	ACCESS
-------------------------------------------------------*/

.access {
  position: relative;
}

.access.l-content-space {
  padding-bottom: 160px;
}

.access__note {
  line-height: 1.8;
  margin-inline: auto;
  font-size: var(--font-size-15px);
  max-width: max-content;
  padding-bottom: 50px;
}

a.access__note-link {
  text-decoration: underline;
}

.access__shop-name-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 6px;
  padding-bottom: 22px;
}

.access__shop-name {
  font-size: var(--font-size-13px);
  font-weight: var(--font-weight-ja-regular);
}

.access__shop-name-location {
  font-size: var(--font-size-22px);
  font-weight: var(--font-weight-ja-regular);
  letter-spacing: 0.25rem;
}

.access__shop-access {
  font-size: var(--font-size-14px);
  text-align: center;
  letter-spacing: 0;
}

.access__shop-access::before {
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-image: url(../images/svg/icon_train.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 4px;
}

.access__img {
    width: 100%;
    height: auto;
    max-width: 200px;
}

.access__heading,
.access__txt {
  font-size: var(--font-size-15px);
}

.access__content-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 14%;
  max-width: 870px;
  justify-items: center;
  margin-inline: auto;
}

.access__content-wrapper {
  padding-bottom: 36px;
}

.access__content {
  padding-bottom: 26px;
}

.access__img_wrapper {
  margin-bottom: 28px;
}

.shop__title-s {
  font-size: var(--font-size-14px);
  font-weight: var(--font-weight-ja-regular);
  color: var(--pallet-005);
  padding-bottom: 6px;
} 

.access__content-txt {
  font-size: var(--font-size-14px);
  padding-bottom: 6px;
}

.access__logo_img {
  display: block;
  margin-inline: auto;
  width: 238px;
  height: auto;
  padding-bottom: 42px;
}

.access__name {
  text-align: center;
  font-weight: 600;
  font-size: var(--font-size-18px);
  letter-spacing: 0.15rem;
  padding-bottom: 53px;
}

.access__heading {
  font-family: var(--font-family-en);
  font-size: var(--font-size-15px);
  color: var(--pallet-004);
}

.access__txt_area {
  display: grid;
  grid-template-columns: 100px 1fr;
  column-gap: 18px;
  row-gap: 35px;
  justify-content: center;
  max-width: max-content;
  margin-inline: auto;
  padding-inline: 5%;
}

.access__txt-wrapper {
    display: contents;
}

a.shop-tel {
  line-height: 1.3;
}

/* calendar and map */

.map iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 1220 / 426;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  margin-bottom: 40px;
}

.map-content {
  margin-bottom: 47px;
}

.access__nav-list {
  display: none;
}

.calendar_and_map.l-content-space {
  padding-bottom: 110px;
}

.access__txt-closed {
    padding-left: 15px;
}

@media screen and (max-width: 900px) {

  .access {
    padding-top: 18px;
    padding-inline: 0;
  }

  .access__note {
    line-height: 1.8;
    margin-inline: auto;
    font-size: var(--font-size-13px);
    max-width: max-content;
    padding-bottom: 28px;
    padding-inline: 5%;
  }

  .calendar_and_map {
    grid-template-columns: 1fr;
  }

  .map iframe {
    height: 200px !important;
  } 

  .access__logo_img {
    width: 160px;
    height: auto;
    padding-bottom: 20px;
  }

  .access__address_txt {
    font-size: var(--font-size-14px);
    line-height: 1.8;
  }

  .access__open {
    padding-bottom: 17px;
  }

  .access__content-area {
    grid-template-columns: 1fr;
  }

  .access__nav-list {
    /* margin-inline: auto; */
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding-bottom: 38px;
  }

  .access__content {
    padding-inline: 5%;
  }

  .access__shop-access {
    padding-bottom: 30px;
  }

  .map-content {
    margin-bottom: 27px;
  }

  .access.l-content-space {
    padding-bottom: 138px;
  }

  .access__txt_area {
    grid-template-columns: 65px 1fr;
    row-gap: 23px;
  }

  .calendar_and_map.l-content-space {
    padding-bottom: 70px;
  }

  .access__name {
    padding-bottom: 45px;
  }

}

@media screen and (max-width: 550px) {

  .access.l-content-space {
    padding-bottom: 47px;
  }

}

/*-------------------------------------------------------
	RECRUIT
-------------------------------------------------------*/

.recruit.l-content-space {
  padding-bottom: 70px;
}

.recruit__job_description-title {
  font-weight: var(--font-weight-ja-regular);
  font-size: var(--font-size-15px);
  text-align: center;
  padding-bottom: 47px;
  letter-spacing: 0;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-color: var(--pallet-005);
  border-right: none;
  border-left: none;
  font-weight: var(--font-weight-ja-regular);
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:first-of-type th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:first-of-type td {
  border-top: none;
}

.no-recruit__txt {
  text-align: center;
  padding: 10vh 5%;
}

.recruit__contact {
  text-align: center;
}

.recruit__contact_txt {
  font-size: var(--font-size-17px);
  padding-bottom: 25px;
}

a.recruit__contact_tel {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-regular);
  font-size: var(--font-size-26px);
}

.recruit__contact_tel::before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url(../images/svg/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 5px;
  margin-right: 10px;
}

.recruit tr th {
  width: 130px !important;
}

.recruit__job_description_content:not(:last-of-type) {
  padding-bottom: 110px;
}

.recruit__job_description_content {
  max-width: max-content;
  margin-inline: auto;
}

.recruit__job_description_content p {
  margin-inline: auto;
  line-height: 2;
  font-size: var(--font-size-15px) !important;
}

.recruit__content_wrapper {
  max-width: 870px;
  margin-inline: auto;
}

@media screen and (max-width: 900px) {

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1.5em 3%;
  }

  .recruit.l-content-space {
    padding: 50px 5% 40px;
  }

  .recruit__job_description_content {
    font-size: var(--font-size-14px);
  }

  .recruit__contact_txt {
    font-size: var(--font-size-14px);
  }

  a.recruit__contact_tel {
    font-size: var(--font-size-22px);
  }

  .recruit__job_description-title {
    font-size: var(--font-size-14px);
    padding-bottom: 27px;
  }

  .recruit__job_description_content p {
    font-size: var(--font-size-14px) !important;
  }

  .recruit__contact_tel::before {
    width: 19px;
    height: 19px;
  }

  .recruit__space-long {
    height: 29px !important;
  }

}

/*-------------------------------------------------------
	INSTAGRAM
-------------------------------------------------------*/

.instagram {
  padding-bottom: 50px;
  background: var(--pallet-003);
}

.instagram.l-content-space {
  padding-bottom: 70px;
}

.sbi_photo_wrap {
  border: 1px solid var(--pallet-005);
  padding: 4px;
}

.instagram-feed {
  max-width: 400px;
  margin-inline: auto;
}

/* #sb_instagram #sbi_images {
  width: 2200px;
} */

/* #sb_instagram #sbi_images:first-child {
  padding-left: 0 !important;
} */

/* a.sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
  height: 290px !important;
  width: 290px !important;
} */

/* #sb_instagram #sbi_images .sbi_item {
  padding-top: 0 !important;
  padding-inline: 2% !important; 
} */

/* スクロールバー */
/* .instagram-feed::-webkit-scrollbar {
  overflow: hidden;
  height: 2px;
  background: var(--pallet-light-gray);
  border-radius: 0;
}

.instagram-feed::-webkit-scrollbar-thumb {
  overflow: hidden;
  background: var(--pallet-005);
  border: 2px solid var(--pallet-);
  background-clip: padding-box;
  border-radius: 9999px;
}

.scroll_bar {
  background-color: var(--pallet-white);
  overflow-y: auto;
  width: 100%;
  height: auto;
}

.scroll_bar::-webkit-scrollbar {
  width: 2px;
}

.scroll_bar::-webkit-scrollbar-track {
  background-color: var(--pallet-light-gray);
}

.scroll_bar::-webkit-scrollbar-thumb {
  background-color: var(--pallet-black);
} */

#sbi_images {
  max-width: 1060px;
  margin-inline: auto;
}

.instagram-title__img {
  margin-inline: auto;
  display: block;
  padding-bottom: 40px;
}

.instagram__txt {
  text-align: center;
  padding-bottom: 40px;
}

@media screen and (max-width: 900px) {

  #sb_instagram {
    padding-bottom: 18px !important;
  }
  
  #sbi_images {
    gap: 12px !important;
  }

  .instagram.l-content-space {
    padding-bottom: 40px;
  }

  .instagram-title__img {
    padding-bottom: 20px;
    width: 45px;
  }

  .instagram__txt {
    padding-bottom: 27px;
  }

}

/* @media screen and (max-width: 414px) {

  .instagram-feed {
    overflow-x: scroll;
    margin-bottom: 30px;
  }

  .instagram.l-content-space__left-space {
    padding: 50px 0 0 5%;
  }

  #sb_instagram #sbi_images {
    width: 1200px;
  }

  #sb_instagram #sbi_images .sbi_item {
    padding-inline: 0 2% !important; 
  }

  #sbi_images {
    padding-inline: 0 !important;
  }
    
} */

/*-------------------------------------------------------
	CONTACT
-------------------------------------------------------*/

.contact.l-content-space {
  border-top: 1px solid var(--pallet-004);
  background-color: var(--pallet-003);
  padding: 88px 5% 95px;
  color: var(--pallet-001);
}

a.contact__tel {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
  font-size: var(--font-size-30px);
  text-align: center;
  margin-inline: auto;
  display: block;
  max-width: max-content;
  padding-bottom: 15px;
}

a.contact__tel::before {
  content: '';
  display: inline-block;
  width: 23px;
  height: 23px;
  background-image: url(../images/svg/icon_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 7px;
}

/* .contact__content_wrapper {
  display: flex;
  gap: 15px 50px;
  align-items: center;
  padding-top: 38px;
} */

.contact__content_wrapper {
  padding-top: 50px;
}

.contact__txt {
  font-size: var(--font-size-14px);
  line-height: 1.8;
  max-width: max-content;
  margin-inline: auto;
}

@media screen and (max-width: 900px) {


  .contact__content_wrapper {
    padding-top: 35px;
  }

  .contact.l-content-space {
    padding: 50px 5% 60px;
  }
  
}

/*-------------------------------------------------------
	他
-------------------------------------------------------*/

.http_error_404__txt {
  padding: 20vh 5%;
  text-align: center;
}

/*-------------------------------------------------------
  coming soon
-------------------------------------------------------*/

.coming-soon__title {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-en);
  font-size: var(--font-size-31px);
  text-align: center;
  color: var(--pallet-002);
  padding-bottom: 39px;
}

.coming-soon__open {
  font-weight: var(--font-weight-ja-bold);
  font-size: var(--font-size-34px);
  letter-spacing: 0.05em;
  text-align: center;
  padding-bottom: 45px;
}

.coming-soon__open-week {
  font-size: var(--font-size-23px);
  margin-left: 5px;
  margin-right: 12px;
}

.coming-soon__img-wrapper {
  border: 1px solid var(--pallet-005);
  max-width: max-content;
  padding: 5px;
  margin-inline: auto;
}

@media screen and (max-width: 900px) {

  .coming-soon__open {
    padding-bottom: 30px;
    font-size: var(--font-size-27px);
  }

  .coming-soon__title {
    padding-bottom: 25px;
  }
  
}