@charset "utf-8";

/*-------------------------------------------------------
	common
-------------------------------------------------------*/
:root {
	--pallet-yellow-green: #D4F1BF;
	--pallet-light-yellow-green: #EDF8E5;
	--pallet-brown: #682B18;
	--pallet-light-brown: #977C46;
	--pallet-pale-brown: #DEC3BA;

	--pallet-light-gray: #dddddd;
  --pallet-white: #ffffff;

  --pallet-light-beige-gradation: linear-gradient(to bottom, rgba(251, 242, 209, 0) 0%, rgba(251, 242, 209, 0.6) 100%);
  --pallet-beige-gradation: linear-gradient(to bottom, rgba(251, 242, 209, 0) 0%, rgba(251, 242, 209, 1) 100%);
	--pallet-yellow-green-gradation: linear-gradient(to right, #b2d697 0%, #e1f5d2 50%, #b2d697 100%);

  /* 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-35px: 2.1875rem;
  --font-size-36px: 2.25rem;

  --font-size-39px: 2.4375rem;
  --font-size-40px: 2.5rem;

  --font-size-60px: 3.75rem;

  --font-family-en: "EB Garamond", serif;
  --font-style-en: normal;
  --font-weight-en: 400;

  --font-family-ja: "Zen Old Mincho", serif;
  --font-style-ja: normal;
  --font-weight-ja: 400;

  --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-brown);
}

.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-brown);
  text-decoration: underline;
}

/* 共通レイアウト */
.l-content-space {
  padding: 50px 5%;
  margin-inline: auto;
}

.l-content-space__left-space {
  padding: 50px 0 50px 5%;
  margin-inline: auto 0;
}

/* 共通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__en {
  font-size: var(--font-size-40px);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  letter-spacing: 0.1rem;
  padding-bottom: 3px;
  text-align: center;
}

.c-title__ja {
  font-size: var(--font-size-14px);
  letter-spacing: 0.1rem;
  text-align: center;
}

.c-title-space {
  margin-bottom: 37px;
}

.c-title-space__s {
  margin-bottom: 30px;
}

.c-title__txt {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-regular);
}

/* 共通テキスト */
.c-txt {
  font-size: var(--font-size-15px);
  line-height: 2.5;
  letter-spacing: 0;
}

.c-txt__center {
  text-align: center;
}

/* 共通ボタン */
.c-btn__wrapper-center {
  display: grid;
  justify-items: center;
}


.c-btn {
  min-width: 240px;
  display: inline-block;
  border: 1px solid var(--pallet-pale-brown);
  transition: all 0.3s ease;
  font-size: var(--font-size-14px);
  padding: 17px 10px;
  text-align: center;
}

.c-btn:hover {
  opacity: 1;
  background-color: var(--pallet-light-yellow-green);
}

.c-btn.c-btn__light-yellow-green:hover {
  background-color: var(--pallet-white);
}

/* デコレーション */

.c-title__decoration {
  padding-bottom: 12px;
}


/* 共通background */

.background-light-yellow-green {
  background-color: var(--pallet-light-yellow-green);
}

@media screen and (max-width: 900px) {

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .c-title {
    font-size: var(--font-size-39px);
  }

  .l-content-space {
    padding: 50px 5%;
  }

  .c-title__txt {
    font-size: var(--font-size-14px);
    text-align: center;
  }

  .c-txt {
    font-size: var(--font-size-13px);
  }

  .c-title__en {
    font-size: var(--font-size-35px);
  }

  .c-title__decoration {
    padding-bottom: 8px;
    width: 55px;
  }

  .c-title-space {
    margin-bottom: 30px;
  }

  .c-title__ja {
    font-size: var(--font-size-12px);
  }

  /* 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;
  }

}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/

.header {
  width: 100%;
  height: 157px;
  position: sticky;
  top: 0;
  z-index: 10;
  opacity: 1;
  transition: opacity 1s ease-out, transform 1s ease-out;
}

/* menu */

.header_logo {
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--pallet-pale-brown);
}

.header_logo_img {
  width: 142px;
  height: auto;
}

.header_wrapper {
  background-color: var(--pallet-white);
  width: 100%;
  position: relative;
  display: grid;
  align-items: center;
  padding-top: 15px;
  justify-items: center;
}

.header_wrapper::before {
  content: "";
  width: 100%;
  height: 10px;
  background: var(--pallet-yellow-green-gradation);
  position: absolute;
  top: 0;
  right: 0;
}

.header_nav_menu_wrapper {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  gap: 30px;
}

.header .nav_menu_wrapper {
  /* display:contents; */
  display: flex;
  gap: 0 3.2vw;
}

.nav_menu_ja {
  font-size: var(--font-size-15px);
}

.nav_menu_ja.nav_menu_ja__online-shop {
  letter-spacing: 0.15rem;
}

.nav_menu_ja.nav_menu_ja__online-shop::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url(../images/svg/icon_cart_03.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 2px;
}

/* スクロール */

.header.opacity {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
}

.header.js-scroll {
  height: 102px;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 1s ease-out, transform 1s ease-out;
  /* animation: fadeIn 2s ease-in-out; */
}

.header.js-scroll .header_logo {
  width: max-content;
  text-align: center;
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: 1px solid transparent;
  padding-left: 13px;
}

.header.js-scroll .header_wrapper {
  justify-items: stretch;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  padding-inline: 2%;
  padding-block: 30px 15px;
  column-gap: 30px;
  border-bottom: 1px solid var(--pallet-pale-brown);
}

.header.js-scroll .header_nav_menu_wrapper {
  justify-content: flex-end;
}

.header.js-scroll .nav_menu_wrapper {
  gap: 0 2.7vw;
}

.header.js-scroll .nav_menu_wrapper {
  flex-wrap: wrap;
  justify-content: flex-end;
}

.header.js-scroll .header_nav_menu_wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

/* 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;
}

.hamburger .hamburger_close {
  opacity: 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;
}

.overlay:hover {
  cursor: pointer;
}

.nav_btn__sp_wrapper {
  display: none;
}

@media screen and (max-width: 900px) {

  .header {
    height: 63px;
  }

  .header_logo_img {
    width: 109px;
  }

  .header.js-scroll {
    height: 63px;
  }

  .header.opacity {
    opacity: 1;
  }

  .header.js-scroll .header_wrapper {
    justify-items: center;
    grid-template-columns: 1fr;
    padding-inline: 2%;
    padding-block: 8px 0;
    column-gap: 30px;
    height: 69px;
  }

  .header.js-scroll .header_logo {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header.js-scroll .header_logo {
    border-bottom: none;
  }

  .nav_menu_wrapper {
    display: grid;
    gap: 27px;
  }

  .nav_btn_wrapper {
    padding: 15px;
    text-align: center;
  }

  .header_wrapper {
    justify-content: center;
    padding-block: 0;
    height: 69px;
    padding-top: 8px;
    /* padding-bottom: 23px; */
  }

  .header_nav_menu_wrapper {
    display: none;
  }

  .header_logo {
    border-bottom: none;
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_wrapper::before {
    height: 7px;
  }

	/* sns */
  a.sns__link {
    display: flex;
    align-content: center;
    display: block;
    max-width: max-content;
    margin-inline: auto;
  }

  a.sns_circle__link {
    padding: 10px;
    border-radius: 999px;
    border: 1px solid var(--pallet-gray);
    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;
  }

	/* ハンバーガーメニュー active */

	.hamburger {
		display: block;
		height: 60px;
		/* margin-left: auto; */
		position: relative;
		z-index: 100;
		width: 60px;
		border: none;
		background-color: transparent;
    position: fixed;
    top: 7px;
    right: 0;
	}

	.hamburger_logo_img {
		width: 139px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.hamburger.-active .hamburger__line {
		background-color: transparent;
    width: 27px;
	}

	.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: 18px;
		background-color: var(--pallet-light-brown);
    /* 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-light-brown);
		transition: inherit;
	}

	.hamburger__line:before {
		top: -8px;
    /* top: -4px; */
	}

	.hamburger__line:after {
		top: 8px;
    /* 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-brown);
		font-size: 10px;
		font-weight: 900;
	} */

  .header__nav-area {
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 100;
    height: 100vh;
    width: 100%;
    /* display: none; */
    padding-top: 78px;
    background-color: var(--pallet-white);
    transition: 0.4s;
    display: block;
    visibility: hidden;
    opacity: 0;
    max-width: 375px;
  }

  .header__nav-area::after {
    content: "";
    width: 100%;
    height: 7px;
    background: var(--pallet-yellow-green-gradation);
    position: absolute;
    top: 0;
    right: 0;
  }

	.header__nav-area.-active {
		right: 0;
    opacity: 1;
		/* display: block; */
		visibility: visible;
    overflow-y: auto;
    z-index: 99;
	}

	.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;
		/* 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-brown);
		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 {
		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-brown);
		background-color: var(--pallet-brown);
		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;
  }

  .nav_btn__sp_wrapper {
    display: flex;
    gap: 10px;
    position: fixed;
    top: 18px;
    left: 15px;
  }

  a.header_nav_online_shop_sp {
    position: absolute;
    top: 27px;
    left: 3.5%;
  }

  .nav_menu:has(.nav_menu_ja.nav_menu_ja__online-shop) {
      padding-block: 23px 35px;
  }

  .nav_menu_link:has(.nav_menu_ja.nav_menu_ja__online-shop) {
    padding: 13px 13% 17px;
    border: 1px solid var(--pallet-pale-brown);
  }

  .nav_menu_ja.nav_menu_ja__online-shop {
    letter-spacing: 0;
  }

  @media screen and (max-width: 500px) {

    .header__nav-area {
      max-width: 100%;
    }

  }
	
}

/*-------------------------------------------------------
	footer
-------------------------------------------------------*/

.go-to-top {
  position: fixed;
  bottom: 20px;
  right: 15px;
  transition: all 0.3s ease;
}

.go-to-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

.footer {
  padding: 20px 5%;
  width: 100%;
  aspect-ratio: 1366 / 563;
  background-image: url(../images/footer_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.copyright {
  text-align: center;
  font-size: var(--font-size-12px);
  color: var(--pallet-white);
}

@media screen and (max-width: 900px) {

  .footer {
    background-image: url(../images/footer_sp.jpg);
    aspect-ratio: 375 / 250;
  }

}


/*-------------------------------------------------------
	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: calc(100vh - 157px - 70px);
  height: calc(100svh - 157px - 70px) !important; */
  height: calc(100vh - 227px);
  height: calc(100svh - 227px) !important;
}

/* .main-image {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  width: 100svw;
  overflow: hidden;
} */

.main-image,
.main-image__content {
  overflow: hidden !important;
}

/* 画像の上にロゴを重ねる */
/* .main-image__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

.main-image__logo_img {
  width: clamp(13.313rem, 10.615rem + 11.99vw, 25rem);
  height: auto;
} */

div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active,
div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active {
  position: relative;
}

div#n2-ss-1 .nextend-bullet-bar .n2-bullet.n2-active::after,
div#n2-ss-2 .nextend-bullet-bar .n2-bullet.n2-active::after {
  content: '';
  display: block;
  width: 24px;
  height: 18px;
  background-image: url(../images/svg/btn_slide.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 900px) {

  .main-image {
    width: 100%;
    /* height: 100vh;
    height: 100svh; */
    height: auto;
    position: relative;
  }

  /* #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 .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: calc(100vh - 157px - 70px);
    height: calc(100svh - 157px - 70px) !important; */
    height: auto !important;
    aspect-ratio: 375 / 280;
    object-fit: cover;
  }

}

/*-------------------------------------------------------
	news お知らせ 共通
-------------------------------------------------------*/

.news .c-title-space  {
  margin-bottom: 5px;
}

.news__content-wrapper {
  max-width: 760px;
  margin-inline: auto;
  margin-bottom: 42px;
}

/* 画像なし */

.news_list_thumbnail_wrapper.no_thumbnail {
  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__date {
  font-size: var(--font-size-14px);
}

.news__title {
  font-size: var(--font-size-16px);
}

.news-top__wrapper {
  padding: 68px 5% 80px;
}

.news__content_wrapper {
  padding-top: 67px;
  padding-bottom: 50px;
}

a.news-top__link.news__link,
a.news__link {
  display: grid;
  grid-template-columns: 95px 1fr;
  grid-template-areas: "news-date news-title";
  gap: 10px;
  align-items: center;
  padding-block: 36px;
  padding-inline: 7px;
  border-bottom: 1px solid var(--pallet-pale-brown);

}

a.news__link:hover {
  background-color: var(--pallet-light-yellow-green);
}

a.news-top__link.news__link:hover,
a.news__link:hover {
  /* background-color: color-mix(in srgb, var(--pallet-beige) 30%, transparent); */
  opacity: 1;
}

a.news-top__link.news__link .news__date,
a.news__link .news__date  {
  grid-area: news-date;
}

a.news-top__link.news__link .news__title,
a.news__link .news__title {
  grid-area: news-title;
}

/* お知らせ記事なし */
.no-article {
  text-align: center;
  padding: 10vh 5%;
}

@media screen and (max-width: 900px) {

  .news__title {
    font-size: var(--font-size-14px);
  }

  .news__date {
    font-size: var(--font-size-12px);
  }

  a.news-top__link.news__link, a.news__link {
    /* grid-template-columns: 1fr;
    grid-template-areas: "news-date"
      "news-title"; */
    gap: 10px;
    padding-block: 27px 20px;
  }
  
  .news__content_wrapper {
    padding-top: 37px;
    padding-bottom: 23px;
  }

  .news__arrow {
    position: absolute;
    right: 5px;
  }

  .news-top__wrapper {
    padding: 72px 5% 80px;
  }

}

/*-------------------------------------------------------
	About Canard
-------------------------------------------------------*/

.about-canard {
  overflow: hidden;
}

.about-content__title {
  font-size: var(--font-size-32px);
  font-weight: var(--font-weight-ja);
  text-align: center;
  line-height: 1.7;
  letter-spacing: 0.02rem;
  padding-bottom: 28px;
}

.about-content__txt {
  text-align: center;
  padding-bottom: 24px;
}

.about-content {
  position: relative;
  padding-top: 115px;
  padding-bottom: 340px;
  padding-inline: 30px;
  max-width: 1366px;
  max-width: 600px;
  margin-inline: auto;
}

.about-img {
  position: absolute;
}

.about-img__01 {
  top: 86px;
  left: -423px;
}

.about-img__02 {
  top: 469px;
  left: -222px;
}

.about-img__03 {
  bottom: 105px;
  left: 27px;
}

.about-img__04 {
  top: 97px;
  right: -448px;
}

.about-img__05 {
  right: -248px;
  top: 467px;
}

.about-img__06 {
  right: 15px;
  bottom: 105px;
}

@media screen and (max-width: 700px) {

  .about-canard {
    padding-bottom: 62px;
    overflow: hidden;
  }

  .about-content__title {
    font-size: var(--font-size-18px);
  }

  .about-content {
    position: relative;
    padding-top: 40px;
    padding-bottom: 110px;
    padding-inline: 3%;
    max-width: 395px;
  }

  .about-img__01 {
    top: 102px;
    left: -10%;
    width: 120px;
  }

  .about-img__02 {
    left: 27px;
    width: 82px;
    top: auto;
    bottom: 47px;
  }

  .about-img__03 {
    bottom: 0;
    left: 112px;
    width: 70px;
  }

  .about-img__04 {
    top: 108px;
    right: -44px;
    width: 117px;
  }

  .about-img__05 {
    top: auto;
    right: 21px;
    width: 70px;
    bottom: 51px;
  }

  .about-img__06 {
    right: 103px;
    bottom: 0;
    width: 70px;
  }


}

/*-------------------------------------------------------
	Café Canard
-------------------------------------------------------*/

.cafe__wrapper {
  margin-bottom: 17px;
  background: var(--pallet-beige-gradation);
  margin-inline: auto;
  overflow: hidden;
}

.cafe {
  display: grid;
  grid-template-columns: 0.4fr 1fr 0.4fr;
  grid-template-areas: "img1 main img2";
  max-width: calc(1200px + 10%);
  padding-inline: 5%;
  align-items: end;
  gap: 10px 5%;
  margin-inline: auto;
  justify-content: center;
}

.cafe-title__wrapper {
  grid-area: main;
  background-image: url(../images/svg/arch_main_long.svg);
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-align: center;
  padding-inline: 5%;
  min-width: 550px;
  min-height: 550px;
  padding-top: 120px;
  background-size: 550px auto;
}

.img-wrapper-01 {
  grid-area: img1;
}

.img-wrapper-02 {
  grid-area: img2;
}

.cafe-title__txt {
  padding-bottom: 40px;
}

.cafe__img-wrapper {
  padding-bottom: 115px;
}

.cafe__img {
  width: 100%;
  min-width: 246px;
}

@media screen and (max-width: 700px) {

  .cafe__wrapper {
    padding-bottom: 0;
    margin-bottom: 9px;
  }

  .cafe-title__wrapper {
    min-width: 330px;
    min-height: 395px;
    padding-top: 75px;
    background-size: 330px auto;
    padding-bottom: 0;
  }

  .cafe {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 
      "main main"
      "img1 img2";
    gap: 30px;
    max-width: 400px;
  }

  .cafe-title__txt {
    padding-bottom: 20px;
  }

  .cafe__illustration {
    width: 55px;
  }

  .cafe__img-wrapper {
    padding-bottom: 0;
  }

  .cafe__img {
    width: 100%;
    min-width: 0;
    max-width: 250px;
    margin-inline: auto;
    display: block;
  }


}


/*-------------------------------------------------------
	Slide
-------------------------------------------------------*/

.swiper-about__img.wp-post-image {
  width: 100%;
  height: auto;
}

.about-slide .swiper-wrapper {
  transition-timing-function: linear;
}

@media screen and (max-width: 900px) {

  
}



/*-------------------------------------------------------
	Gelato 
-------------------------------------------------------*/

.gelato__wrapper {
  background: var(--pallet-light-beige-gradation);
  padding-inline: 5%;
  padding-block: 100px;
}

.gelato {
  display: grid;
  grid-template-columns: 0.9fr 1fr;
  align-items: center;
  justify-content: center;
  justify-items: center;
  max-width: 1166px;
  gap: 20px;
  margin-inline: auto;
}

@media screen and (max-width: 900px) {

  .gelato__wrapper {
    padding-block: 70px;
  }

  .gelato {
    display: grid;
    grid-template-columns: 1fr;
    row-gap: 5px;
  }

  .gelato-title__wrapper {
    display: contents;
  }

  .gelato-img__wrapper {
    grid-row: 2 / 3;
    margin-bottom: 25px;
  }
  
}


/*-------------------------------------------------------
	pagination
-------------------------------------------------------*/

/* ページ送りエリア */
.pagination {
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.5rem;
}

.page_move_block, .page-move-area {
    display: grid;
    justify-content: end;
    align-items: center;
    gap: 10px;
    grid-template-columns: 42px 42px;
    align-items: center;
    gap: 15px;
    padding-bottom: 35px;
    padding-inline: 0;
    max-width: 700px;
    margin-inline: auto;
}

.page_move_block.hidden {
  display: none;
}

/* .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;
} */

/* ページ送りアイコン */
.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(--14px); */
  text-decoration: none;
  position: relative;
}

/* .pagination .prev_icon.visibility_hidden,
.pagination .next_icon.visibility_hidden {
  height: 0;
} */

/* .pagination .prev_icon {
  margin-right: 3%;
} */

.pagination .prev_icon::after {
  /* content: "< Prev"; */
  /* content: '';
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/svg/arrow_left.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle; */
}

.pagination .prev_icon::after {
  /* content: "< Prev"; */
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/arrow_left.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  vertical-align: middle;
  /* padding: 30px; */
  background-position: 50%;
}

/* .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: "Next >"; */
  content: '';
  display: block;
  width: 40px;
  height: 40px;
  background-image: url(../images/svg/arrow_right.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  vertical-align: middle;
  /* padding: 30px; */
  /* border: 1px solid var(--pallet-gray); */
  background-position: 50%;
}

/* .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(--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-brown);
  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-brown);
  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;
}

.page_dotted {
  display: none;
}

@media screen and (max-width: 900px) {

  .pagination {
    margin-bottom: 37px;
  }

  
}

/*-------------------------------------------------------
	NEWS 一覧・詳細
-------------------------------------------------------*/

.news-archive {
  margin-inline: auto;
  padding: 68px 5% 80px;
  background-color: var(--pallet-light-yellow-green);
}

.c-btn__news-archive_wrapper {
  display: flex;
  justify-content: center;
}

.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-20px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pallet-gray);
  margin-bottom: 50px;
}

#blog-post .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-20px);
  padding-bottom: 18px;
  border-bottom: 1px solid var(--pallet-gray);
  margin-bottom: 50px;
}

.news-detail__info_date {
  color: var(--pallet-orange-brown);
  font-size: var(--font-size-15px);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  letter-spacing: 0.1rem;
}

.news-detail__category_wrapper {
  color: var(--pallet-orange-brown);
  font-size: var(--font-size-14px);
  border-left: 1px solid var(--pallet-orange-brown);
}

a.news-detail__category {
  padding-left: 10px;
}

.news-detail__info {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  padding-bottom: 10px;
}

.news-detail__img_wrapper {
  margin-bottom: 45px;
  text-align: center;
}

.news-detail__body {
  line-height: 2;
  word-break: break-all;
}

.news-detail {
  padding-block: 30px 68px;
  max-width: 700px;
  margin-inline: auto;
  display: grid;
  grid-template-areas: 
  "info"
  "title"
  "img"
  "body";
}

.news-detail__body a{
 text-decoration: underline;
}

.news-detail__title {
  grid-area: title;
}

.news-detail__info {
  grid-area: info;
}

.news-detail__img_wrapper {
  grid-area: img;
}

.news-detail__body {
  grid-area: body;
}

.c-btn__news-archive_wrapper {
  text-align: right;
  margin-inline: auto;
  max-width: max-content;
}

.c-btn__news-post_wrapper {
  text-align: right;
  margin-inline: auto;
  max-width: max-content;
}

.c-btn__news-post_wrapper:not(:last-of-type) {
  margin-bottom: 30px;
}

.next-page a,
.prev-page a {
  display: block;
  width: 40px;
  height: 40px;
  display: grid;
  align-items: center;
  justify-content: center;
}

.next-page img,
.prev-page img {
  width: 40px;
  height: auto;
}

.news-post_wrapper {
  padding-block: 73px 40px;
}

.wp-block-embed__wrapper {
  word-break: break-all;
}

.news-post {
  padding-inline: 5%;
}

/* movie */

/* .news-movie {
  width: 100%;
  aspect-ratio: 16 / 9;
} */

.news-movie {
  width: 100%;
  height: auto;
  margin-inline: auto;
  max-width: 745px;
  aspect-ratio: 16 / 9;
}

.news-movie iframe {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  filter: drop-shadow(0px 0px rgba(0,0,0,0));
}

/* select */
.news-archive-select {
  text-align: center;
  margin-bottom: 70px;
}

.news-archive-select__title {
  font-weight: var(--font-weight-ja-regular);
  font-size: var(--font-size-14px);
  text-align: center;
  padding-bottom: 6px;
}

/* セレクトボックスのスタイル */
.archive-select select {
  width: 280px;  /* 幅 */
  padding: 12px;  /* 内側の余白 */
  border: 1px solid var(--pallet-gray);  /* 枠のスタイル */
  border-radius: 999px;  /* 角を丸くする */
  background-color: #fff;  /* 背景色 */
  font-size: var(--font-size-14px);  /* フォントサイズ */
  font-family: var(--font-family-ja);
  text-align: center;
  -webkit-appearance: none; /* セレクトボックスの矢印が無効なときのスタイル */
  appearance: none; /* セレクトボックスの矢印が無効なときのスタイル */
  background-image: url(../images/svg/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-size: 13px 7px;
  background-position: right 16px center; /* 画像の位置 */
}

.blog-archive-select.archive-select select {
  width: 100%;
}

/* オプションのスタイル */
.archive-select option {
  padding: 10px;  /* 内側の余白 */
  background-color: #fff;  /* 背景色 */
  color: var(--pallet-black);  /* 文字の色 */
}

.archive-select select:focus {
  border-color: var(--pallet-gray); /* フォーカス時の枠線の色を変更 */
  outline: none; /* デフォルトのアウトラインを除去 */
}

.articleList__item_date_published::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../images/svg/icon_modified_date.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 3px;
}
/* タイトル */

#blog_post_page h2 {
  font-size: var(--font-size-26px);
  /* border-bottom: 1px solid rgba(189, 110, 32, 0.6); */
  border-bottom: 1px solid var(--pallet-gray);
  padding-bottom: 2px;
  margin-bottom: 20px;
  font-weight: var(--font-weight-ja-regular);
}

#blog_post_page .blog-post_wrapper__privacy .news-detail__title {
 display: none; 
}

@media screen and (max-width: 900px) {

  .news-post_wrapper {
    padding-block: 40px 40px;
}

  .news-detail__title {
    font-size: var(--font-size-18px);
  }

  .news-detail__info {
    padding-bottom: 10px;
  }

  .news-detail__body {
    font-size: var(--font-size-14px);
  }

  .news-detail {
    padding-top: 37px;
    padding-bottom: 30px;
  }

  .news_list_wrapper {
    grid-template-columns: 1fr;
  }

  .news-archive {
    padding-block: 38px 38px;
  }

  .news-archive-select {
    margin-bottom: 40px;
  }

  .news-detail__info_date {
    font-size: var(--font-size-12px);
  }

}

/*-------------------------------------------------------
	カテゴリー
-------------------------------------------------------*/

.tag_title {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
  padding-bottom: 20px;
  font-size: var(--font-size-18px);
  text-align: center;
}

.selected_tag {
  text-decoration: underline;
}

.tag_link,
.selected_tag {
  padding-bottom: 5px;
  display: block;
}

.news-category {
  padding: 30px 5% 65px;
  text-align: center;
  max-width: 570px;
  margin-inline: auto;
}

.tags {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 30px;
}

@media screen and (max-width: 900px) { 

  .news-category {
    padding: 50px 5% 10px;
  }

  .tags {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 20px;
    font-size: var(--font-size-14px);
  }

  .tag_title {
    padding-bottom: 20px;
    font-size: var(--font-size-18px);
    text-align: center;
  }

}

/*-------------------------------------------------------
	PRODUCTS
-------------------------------------------------------*/

.products {
  padding-top: 110px;
  padding-inline: 5%;
  padding-bottom: 100px;
  max-width: 1366px;
  margin-inline: auto;
}

.products-title__txt {
  text-align: center;
  padding-bottom: 12px;
}

.products-category {
  display: grid;
  grid-template-areas: "main-img title"
  "products title";
  grid-template-columns: 2fr 1fr;
  gap: 85px 50px;
}

.products-category:not(:nth-last-child(3)) {
  margin-bottom: 108px;
}

.product-category__main-image {
  width: 100%;
  height: auto;
  aspect-ratio: 800 / 346;
  object-fit: cover;
}

.product-category__main-image-wrapper {
  background-image: url(../images/svg/background_product_main.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 100%;
  height: 100%;
  aspect-ratio: 829 / 375;
  padding: 2%;
  position: relative;
  grid-area: main-img;
}

.product-category__main-cursive {
  position: absolute;
  width: auto;
  height: 60px;
  right: -5%;
  bottom: 50px;
  transform: rotate(-15deg);
  z-index: 3;
}

.products-menu {
  display: flex;
  gap: 25px;
  justify-items: center;
  align-items: center;
  max-width: 900px;
  margin: 40px auto 65px;
  padding: 0 16px;
  flex-wrap: wrap;
  justify-content: center;
}

a.products-menu__link {
  width: 244px;
  height: 56px;
  text-align: center;
  padding: 10px;
  align-content: center;
  border: 1px solid var(--pallet-pale-brown);
  font-size: var(--font-size-14px);
  display: grid;
  align-content: center;
}

a.products-menu__link:hover {
  background-color: var(--pallet-light-yellow-green);
  opacity: 1;
}

.product-name {
  font-size: var(--font-size-14px);
  text-align: center;
}

.title-product__wrapper {
  grid-area: title;
  text-align: center;
  padding-top: 120px;
}

.title-product__content {
  position: sticky;
  /* top: 15%; */
  top: 150px;
  z-index: 1;
}

.title-product {
  font-size: var(--font-size-24px);
  font-weight: var(--font-weight-ja);
  text-align: center;
  padding-bottom: 18px;
  letter-spacing: 0.01rem;
  word-break: keep-all;
}

.title-product__txt {
  text-align: center;
  font-size: var(--font-size-14px);
  line-height: 2;
}

.l-product-list {
  grid-area: products;
}

.product-content {
  display:contents;
}

.name {
  font-size: var(--font-size-23px);
}

.explanation {
  padding-bottom: 20px;
  line-height: 1.7;
}

.c-btn-modal:not(:last-of-type) {
  margin-bottom: 10px;
}

@media screen and (max-width: 900px) {

  .products {
    padding-top: 70px;
    padding-bottom: 30px;
  }

  .products-category {
    grid-template-areas: "title" "main-img"
    "products";
    grid-template-columns: 1fr;
    gap: 20px 50px;
    margin-bottom: 50px;
  }

  .products-menu {
    gap: 10px;
    margin: 32px auto 52px;
    max-width: 550px;
    /* display: grid;
    grid-template-columns: 1fr 1fr; */
  }

  .products-title__txt {
    padding-bottom: 0;
  }

  a.products-menu__link {
    width: calc(50% - 5px);
    /* overflow-wrap: break-word;
    word-break: keep-all; */
    padding: 0;
  }

  /* .products-menu__link.products-menu__link-entremets,
  a.products-menu__link.products-menu__link-jelly-cup-dessert {
    grid-column: 1 / 3;
  } */

  .product-category__main-image {
    aspect-ratio: 375 / 200;
  }

  .product-category__main-cursive {
    height: 45px;
    right: -4%;
    bottom: 15px;
    transform: rotate(-15deg);
  }

  .title-product__wrapper {
    padding-top: 7px;
  }

  .title-product {
    font-size: var(--font-size-20px);
    padding-bottom: 11px;
  }

  .product-category__main-image-wrapper {
    aspect-ratio: auto;
    background-image: url(../images/svg/background_product_main_sp.svg);
    margin-bottom: 20px;
  }

  .title-product__txt {
    padding-bottom: 12px;
    font-size: var(--font-size-13px);
  }

  .explanation {
    font-size: var(--font-size-14px);
  }

  .c-btn-modal__wrapper {
    text-align: center;
  }

  .products-category:not(:nth-last-child(3)) {
    margin-bottom: 50px;
  }

}


/*-------------------------------------------------------
	modal
-------------------------------------------------------*/

/* 一覧 */
.product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 6%;
  padding-inline: 2%;
}

.product-block {
  transition: all 0.3s ease;
}

.product-block:hover {
  cursor: pointer;
  opacity: 0.8;
}

.c-product-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

.c-product-thumbnail__img {
  border: 1px solid var(--pallet-pale-brown);
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* 画像なし */

.c-product-no-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-pale-brown);
}

.c-product-no-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-product-thumbnail__no-img {
  position: absolute;
  width: 100%;
  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: 93px 5% 150px;
  margin-bottom: 80px;
}

/* modal */

.modal-item-name {
  font-size: var(--font-size-22px);
}

.c-btn-modal__space {
  margin-bottom: 10px;
}

.modal-item-name__wrapper {
  padding-bottom: 13px;
}

.modal-item-price {
  font-size: var(--font-size-13px);
}

.modal-item-price__space {
  padding-bottom: 15px;
}

.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-brown);
  /* overflow-y: auto; */
}

.product-overlay .close-product-overlay {
  display: block;
  position: fixed;
  top: 30px;
  right: 30px;
  z-index: 99;
  width: 38px;
  height: 38px;
}

.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;
  display: flex;
  justify-content: center;
  width: 90%;
  margin: auto;
  /* max-width: 900px; */
  max-width: 1360px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  gap: 5%;
  align-items: center;
}

.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;
}

.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: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 18px;
  max-height: 50vh;
  overflow-y: auto;
  min-height: 100px;
}

#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(--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;
}

.c-btn-modal__space {
  margin-bottom: 10px;
}

/*サブ画像*/
/* .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;
}

.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;
}

.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;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border: 1px solid var(--pallet-pale-brown);
}

/* 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-brown);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
}

span.swiper-pagination-bullet {
  background-color: var(--pallet-light-brown);
  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;
}

.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;
}

.swiper-slide.swiper-slide-no-img::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.modal_slide_no_img {
    position: absolute;
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1 / 1;
    border: 1px solid var(--pallet-pale-brown);
}

@media screen and (max-width: 900px) {

  .product-overlay .product {
    width: 80%;
    display: block;
    max-width: 500px;
    padding: 0;
  }

  .product-overlay .product.active {
    opacity: 1;
    height: 100%;
    overflow-y: auto;
    max-height: 85%;
    max-width: 400px;
    /* padding: 30px 5% 30px; */
  }

  .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: 20px auto;
    overflow-y: visible;
  }

  .name {
    font-size: var(--font-size-20px);
  }

  .product-overlay .product .description-area.scroll-bar {
    overflow-y: visible;
    max-height: none;
  }

  .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);
    gap: 28px 6%;
  }

  .no-product {
    text-align: center;
    padding: 100px 5%;
    margin-bottom: 0;
  }

  .c-product-thumbnail {
    margin-bottom: 11px;
  }
  
}

/*-------------------------------------------------------
	ONLINE SHOP
-------------------------------------------------------*/

.online-shop {
  background-color: var(--pallet-light-yellow-green);
  padding: 70px 5% 100px;
}

.online-shop .c-title-space {
  margin-bottom: 35px;
}

.online_shop__img_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 1060px;
  margin-inline: auto;
  gap: 25px 60px;
}

.online-shop__txt {
  text-align: center;
  padding-bottom: 45px;
}

a.online_shop__link {
  display: grid;
  place-items: center;
  font-size: var(--font-size-23px);
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
  color: var(--pallet-white);
  transition: all 0.3s ease;
}

a.online_shop__link:hover::after {
  background-color: transparent;
}

a.online_shop__link:hover {
  opacity: 1;
}

a.online_shop__link__reserve {
  background-image: url(../images/online_shop_reserve.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  aspect-ratio: 500 / 285;
  border: 1px solid var(--pallet-pale-brown);
}

a.online_shop__link__reserve.online_shop__link__reserve-xmas {
  background-image: url(../images/online_shop_reserve_xmas.jpg);
}

a.online_shop__link__delivery {
  background-image: url(../images/online_shop_delivery.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  aspect-ratio: 500 / 285;
  border: 1px solid var(--pallet-pale-brown);
}

.online_shop__link-wrapper {
  position: relative;
}

a.online_shop__link::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(45,32,28,0.14);
  position: absolute;
  top: 0;
  right: 0;
  transition: all 0.3s ease;
}

.online_shop__link-txt {
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 900px) {

  .online-shop {
    padding: 68px 5% 80px;
  }

  .online_shop__img_wrapper {
    grid-template-columns: 1fr;
    max-width: 325px;
  }

  a.online_shop__link {
    font-size: var(--font-size-20px);
  }

  .online-shop .c-title-space {
    margin-bottom: 25px;
  }

  .online-shop__txt {
    padding-bottom: 35px;
  }

  .online_shop__link-txt {
    font-size: var(--font-size-17px);
  }

}

/*-------------------------------------------------------
	CHEF
-------------------------------------------------------*/

.chef.l-content-space {
  padding: 240px 5% 100px;
}

.chef {
  position: relative;
}

.c-title.c-title__chef {
  position: absolute;
  top: 130px;
  left: 5%;
}

.chef__content_wrapper {
  display: grid;
  grid-template-columns: 1fr clamp(15.625rem, 11.152rem + 19.88vw, 28.125rem); /* 250 - 450px */
  align-items: end;
  justify-content: center;
  gap: 30px 10%;
  max-width: 1166px;
  margin-inline: auto;
}

.chef__name {
  font-size: var(--font-size-30px);
  font-weight: var(--font-weight-ja-regular);
  letter-spacing: 0.2rem;
  padding-bottom: 28px;
}

.chef_history {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 15px 5px;
  margin-bottom: 55px;
}

.chef__message {
  line-height: 2.5;
}

@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.l-content-space {
    padding: 95px 5% 40px;
  }
  
  .chef__img {
    max-width: 60vw;
  }

}

/*-------------------------------------------------------
	SHOP INFO
-------------------------------------------------------*/

/* nav */

.shop-menu {
  display: flex;
  gap: 25px;
  justify-items: center;
  align-items: center;
  max-width: 900px;
  margin: 52px auto 40px;
  padding: 0 16px;
  flex-wrap: wrap;
  justify-content: center;
}

a.shop-menu__link {
  width: 244px;
  height: 56px;
  text-align: center;
  padding: 10px;
  align-content: center;
  border: 1px solid var(--pallet-pale-brown);
  font-size: var(--font-size-14px);
  display: grid;
  align-content: center;
}

a.shop-menu__link:hover {
  background-color: var(--pallet-light-yellow-green);
  opacity: 1;
}

/* shop */
.shop {
  padding-inline: 5%;
  padding-top: 110px;
  padding-bottom: 80px;
}

.shop-title__wrapper {
  text-align: center;
}

.shop-content {
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  align-items: start;
  gap: 30px 5%;
  padding-block: 40px;
  max-width: 1066px;
  margin-inline: auto;
}

.shop-title__txt {
  text-align: center;
}

.shop-title {
  font-size: var(--font-size-24px);
  text-align: center;
  font-weight: var(--font-weight-ja);
  padding-bottom: 15px;
}

.shop-information {
  border-top: 1px solid var(--pallet-pale-brown);
  margin-top: 25px;
  padding-top: 27px;
  padding-bottom: 30px;
}

.shop-information-content__txt {
  font-size: var(--font-size-14px);
  line-height: 2.15;
}

.shop-title__txt-about {
  text-align: center;
  font-size: var(--font-size-14px);
  line-height: 2;
  letter-spacing: 0;
}

.shop-image__main-wrapper {
  background-image: url(../images/svg/background_shop.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  aspect-ratio: 549 / 404;
  padding: 2%;
  position: relative;
  margin-bottom: 30px;
}

.shop-image__main-img {
  aspect-ratio: 521 / 373;
  object-fit: cover;
}

.shop-image__main-cursive {
  position: absolute;
  width: auto;
  height: 60px;
  right: -5%;
  bottom: 50px;
  transform: rotate(-15deg);
  z-index: 3;
}

.shop-image__add-wrapper {
  padding-inline: 2%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-items: center;
  gap: 17px;
}

.shop-image__add-img {
  width: 100%;
}

.shop-information-content__txt-span-wrapper {
  display: flex;
}

.map iframe {
  width: 100%;
  height: 290px;
  margin-bottom: 20px;
}

@media screen and (max-width: 900px) {

  .shop {
    padding-top: 72px;
    padding-bottom: 33px;
    max-width: 700px;
    margin-inline: auto;
  }

  .shop-menu {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 32px auto 48px;
    max-width: 550px;
  }

  .shop-title {
    font-size: var(--font-size-19px);
  }

  .shop-content {
    grid-template-columns: 1fr;
    grid-template-areas:
            "title"
            "about"
            "img"
            "txt";
    row-gap: 0;
    padding-block: 14px 45px;
  }

  .shop-title__wrapper {
    grid-area: title;
  }

  .shop-title__txt-about {
    grid-area: about;
  }

  .shop-image__wrapper {
    grid-area: img;
    margin-top: 20px;
  }

  .shop-information {
    grid-area: txt;
    border-top: none;
  }

  .shop-txt__wrapper {
    display: contents;
  }

  .shop-image__main-cursive {
    height: 50px;
    right: -4%;
    bottom: 15px;
  }

  .shop-image__main-wrapper {
    margin-bottom: 20px;
  }

  .map iframe {
    height: 100%;
    aspect-ratio: 335 / 217;
  }

  a.shop-menu__link {
    width: 100%;
    word-break: keep-all;
  }

  .shop-image__add-wrapper {
    gap: 10px;
    max-width: 500px;
    margin-inline: auto;
  }

}

/*-------------------------------------------------------
	RECRUIT
-------------------------------------------------------*/

.recruit {
  padding-inline: 5%;
  padding-bottom: 115px;
}

.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-gray);
  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 tr th {
  width: 130px !important;
}

.job-description:not(:last-of-type) {
  margin-bottom: 48px;
}

.job-description {
    background-image: url(../images/svg/frame/frame_left_top.svg),
  url(../images/svg/frame/frame_right_top.svg),
  url(../images/svg/frame/frame_left_bottom.svg),
  url(../images/svg/frame/frame_right_bottom.svg),
  url(../images/svg/frame/frame_top_and_bottom.svg),
  url(../images/svg/frame/frame_top_and_bottom.svg),
  url(../images/svg/frame/frame_right_and_left.svg),
  url(../images/svg/frame/frame_right_and_left.svg);
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
    background-position: left top, right top, left bottom, right bottom, top, bottom, left, right;
    background-size: 19px 19px, 19px 19px, 19px 19px, 19px 19px, 19px 19px, 19px 19px, 19px 19px, 19px 19px;
    padding: 75px 5% 70px;
    background-color: var(--pallet-white);
    max-width: 975px;
    margin-inline: auto;
}

.job-description__main-img {
    max-width: 520px;
    width: 100%;
    margin-inline: auto;
    display: block;
    margin-bottom: 35px;
}

.job-description__content {
    max-width: 520px;
    margin-inline: auto;
  }

.job-description__title {
  font-size: var(--font-size-24px);
  font-weight: 400;
  text-align: center;
}

.recruit__hr.wp-block-separator {
  border-top: 1px solid var(--pallet-pale-brown) !important;
  margin-block: 26px;
}

.job-description-title__wrapper {
  text-align: center;
  padding-bottom: 15px;
}

@media screen and (max-width: 900px) {

  .job-description {
    background-size: 10px 10px, 10px 10px, 10px 10px, 10px 10px, 10px 10px, 10px 10px, 10px 10px, 10px 10px;
    padding: 38px 10% 51px;
  }

  .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__content_wrapper {
    grid-template-columns: 1fr;
  }

  .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-26px);
  }

  .job-description__title {
    font-size: var(--font-size-22px);
  }

  .recruit {
    padding-bottom: 70px;
  }

  .job-description:not(:last-of-type) {
    margin-bottom: 35px;
  }

  .job-description__main-img {
    margin-bottom: 32px;
  }

  .job-description-title__wrapper {
    padding-bottom: 10px;
  }

}

/*-------------------------------------------------------
	INSTAGRAM
-------------------------------------------------------*/

.instagram {
  padding: 108px 5%;
}

.instagram .c-title-space {
    margin-bottom: 30px;
}

.instagram .c-title__ja {
  letter-spacing: 0;
}

.sbinstagram {
  padding-bottom: 22px !important;
}

#sb_instagram {
  padding-bottom: 0 !important;
} 

#sb_instagram #sbi_images {
  max-width: 975px;
  margin-inline: auto;
  padding: 12px 0 38px;
}

/* #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 img {
  border: 1px solid var(--pallet-pale-brown);
}

@media screen and (max-width: 900px) {

  .instagram {
    padding: 70px 5% 70px;
  }
    
  #sbi_images {
    gap: 15px !important;
  }

  .instagram .c-title-space {
    margin-bottom: 25px;
  }

}

/*-------------------------------------------------------
	CONTACT
-------------------------------------------------------*/

.contact.l-content-space {
  padding: 100px 5% 170px;
}

a.contact__tel {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  font-size: var(--font-size-39px);
}

a.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;
}

.contact__content_wrapper {
  display: flex;
  gap: 15px 50px;
  align-items: center;
  padding-top: 38px;
}

.contact__txt {
  font-size: var(--font-size-14px);
  line-height: 1.8;
}

@media screen and (max-width: 900px) {


  .contact__content_wrapper {
    flex-direction: column;
  }

  .contact.l-content-space {
    padding: 100px 5% 80px;
  }
  
}

/*-------------------------------------------------------
	他
-------------------------------------------------------*/

.http_error_404__txt {
  padding: 20vh 5%;
  text-align: center;
}

/* スクロールバー*/
.scroll-bar {
  overflow: auto;
  padding-right: 10px; /* ここでスペースを確保 */
  scrollbar-width: thin; /* auto | thin | none */
  scrollbar-color: var(--pallet-light-gray) var(--pallet-white);
  border-radius: 0;
}

/* スクロールバー全体のスタイル */
.scroll-bar::-webkit-scrollbar {
    width: 5px; /* 横スクロールバーの幅 */
    height: 5px; /* 縦スクロールバーの高さ */
    overflow: hidden;
    border-radius: 0;
    background-color: var(--pallet-white);
}
  
/* 角（スクロールバーの交差部分）のスタイル */
.scroll-bar::-webkit-scrollbar-corner {
  background: transparent;
  border-radius: 0;
}

/* トラック（背景）を角丸なしに */
.scroll-bar::-webkit-scrollbar-track {
  background: var(--pallet-white);
  border-radius: 0;
}
  
/* スクロールサム（つまみ）のスタイル */
.scroll-bar::-webkit-scrollbar-thumb {
    overflow: hidden;
    background: var(--pallet-light-gray);
    border: 0px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    border-radius: 0;
}

/*-------------------------------------------------------
	他
-------------------------------------------------------*/

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeOut {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}