@charset "utf-8";

/*-------------------------------------------------------
	common
-------------------------------------------------------*/
:root {
  --pallet-black: #555555;
  --pallet-gray: #C00012;
  --pallet-light-gray: #FDF8F7;
  --pallet-white: #ffffff;
  --pallet-gold: #D5AE47;
  --pallet-brown: #6A1014;


  /* 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-39px: 2.4375rem;

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

  --font-family-en-title: "Jost", sans-serif;
  --font-style-en-title: normal;
  --font-weight-en-title: 400;
  --font-optical-sizing: auto;

  --font-family-en: "Jost", sans-serif;
  --font-style-en: normal;
  --font-weight-en: 400;

  --font-family-ja: "Local Noto Sans JP", "Noto Sans JP", sans-serif;
  --font-style-ja: normal;
  --font-weight-ja-regular: 400;
  --font-weight-ja-bold: 700;

  --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);
}

@font-face {
  font-family: "Local Noto Sans JP";
  src: local("Noto Sans JP");
}

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);
}

.pc_only {
  display: none !important;
}

.sp_only {
  display: block !important;
}

.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;
}
.alignright {
float: right;}

/* テキスト */
.news_body a {
  color: var(--pallet-black);
  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: 1 / 2;
  grid-row: 1 / 2;
}

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

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

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

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

/* 共通タイトル */
.c-title {
  font-size: var(--font-size-39px);
  font-family: var(--font-family-en-title);
  font-style: var(--font-style-en-title);
  font-weight: var(--font-weight-en-title);
  letter-spacing: 0.2rem;
  text-align: center;
  color: var(--pallet-brown);
}

.c-title-space {
  margin-bottom: 20px
}

.c-title-space__left-space {
  padding-inline: 5%;
  margin-bottom: 37px;
  margin-inline: auto 0;
}

.c-title__txt {
  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-align: center;
}

.c-title__txt_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 28px 44px;
}

/* 共通ボタン */
.c-btn_wrapper {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  max-width: max-content;
}

a.c-btn {
 /* width: 180px;
  height: auto;
  padding-block: 12px;
  position: relative;
  display: block;
  text-align: left;
  border-bottom: 1px solid var(--pallet-gray);
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  font-size: var(--font-size-14px);
  */
  width: 200px;
    height: auto;
    padding-block: 12px;
    position: relative;
    display: block;
    text-align: left;
    border: 1px solid var(--pallet-gray);
    border-radius: 999px;
    transition: all 0.3s 
ease;
    display: flex;
    align-items: center;
    font-size: var(--font-size-14px);
    padding: 10px 20px 10px;
    transition: all 0.3s 
ease;
    /* text-align: center; */
    justify-content: center;
    color: var(--pallet-white);
    background-color: var(--pallet-gray);
  
}
/*
.c-btn::after {
  content: "";
  position: absolute;
  right: 3px;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--pallet-white);
  border-right: 1px solid var(--pallet-white);
  transform: rotate(45deg);
  transition: all 0.3s ease;
  }
*/
.c-btn::after{
    content: "";
    position: absolute;
    top: 50%;   /* 縦軸をセンタリングする */ 
    right: 6px;
    transform: translateY(-50%);   /* 縦軸をセンタリングする */  
    border: 5px solid transparent;
    border-left: 8px solid var(--pallet-white);   /* 好みで色を変えてください */  
}




/*
.c-btn:hover {
  opacity: 1;
  letter-spacing: 0.15rem;
}
*/
a.c-btn:hover {
  background-color: var(--pallet-white);
  color: var(--pallet-gray);
  opacity: 1;
}

a.c-btn:hover::after {
/* right: -5px;*/
  color: var(--pallet-gray);
}


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

/* menu */
/* ヘッダーブロック */

.header {
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
  max-width: 414px;
  height: 60px;
  margin-left: auto;
}

.header_logo {
  position: fixed;
  top: 15px;
  left: 3vw;
}

.header_logo_img {
  display: none;
}

.header_nav_menu_wrapper {
  display: flex;
  justify-content: flex-end;
  gap: 5px 22px;
  max-width: max-content;
  width: 100%;
  position: fixed;
  right: 3%;
  top: 30px;
  align-items: center;
  flex-wrap: wrap;
  max-width: 70vw;
}

.header .nav_menu_wrapper {
  display: flex;
  gap: 13px 25px;
  font-size: var(--font-size-16px);
  flex-wrap: wrap;
  justify-content: flex-end;
  flex-direction: column;

}

.header__nav-area.-active .nav_menu_en {
  font-family: var(--font-family-en-title);
  font-style: var(--font-style-en-title);
  font-weight: var(--font-weight-en-title);
  font-size: var(--font-size-21px);
  white-space: nowrap;
}

.header .header__nav-area.-active  .nav_menu_wrapper {
  padding-bottom: 22px;
}

/* オンラインショップ */
a.c-btn__online-shop {
  padding: 3px 15px 3px;
    border: 1px solid var(--pallet-gray);
    border-radius: 15px;
    font-size: var(--font-size-13px);
    background: var(--pallet-gray);
}
a.c-btn__online-shop02 {
  padding: 3px 15px 3px;
  border: 1px solid var(--pallet-gold);
  border-radius: 15px;
  font-size: var(--font-size-13px);
  background: var(--pallet-gold);
}
/* 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;
}

/* 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;
  width: 40px;
  top: 10px;
  right: 10px;
}

.hamburger .hamburger_close {
  opacity: 0;
  position: absolute;
  width: 40px;
  top: 10px;
  right: 10px;
}

.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_btn__sp_wrapper {
  display: flex;
  gap: 10px;
  top: 18px;
  left: 15px;
  position: absolute;
  color: var(--pallet-white);
}


.header_wrapper {
  justify-content: center;
}

.header_wrapper .nav_menu_wrapper,
.header_wrapper .nav_btn_wrapper {
  display: none;
}

	/* sns */

  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;
  }

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

	.hamburger {
		order: 3;
	}

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

	.hamburger {
		display: block;
    height: 60px;
    /* margin-left: auto; */
    position: relative;
    z-index: 100;
    width: 60px;
    border: #c00012;
    background-color: #C00012;
    position: fixed;
    top: 0;
    right: 0;
    border-radius: 0 0 0 30px;
	}

	.hamburger_logo_img {
		width: 154px;
		height: auto;
		margin: 0 auto;
		display: block;
	}

	.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: var(--pallet-black); */
    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-white);
		transition: inherit;
	}

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

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

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

	.header__nav-area.-active {
		right: 0;
    opacity: 1;
		/* display: block; */
		visibility: visible;
    overflow-y: auto;
	}

	.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__link.-active::after {
		transform: translateY(-50%) rotate(-90deg);
	}

	a.ml_hamburger_btn {
    text-align: center;
		font-size: var(--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-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;
	}

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

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

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

.footer {
  padding: 20px 5%;
  max-height: none;
  width: 100%;
  height: 50vh;
  height: 50svh;
  /* background-image: url(../images/img_footer.jpg); */
  background-image: url(../images/img_footer_sp.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);
}

/*-------------------------------------------------------
	pc-background
-------------------------------------------------------*/

.pc-background {
  background-color: var(--pallet-white);
  position: fixed;
  width: 100%;
  height: 100vh;
}

.pc-background .n2-ss-slide,
.pc-background .n2-ss-slider-2.n2-ow,
.pc-background .n2-ss-layers-container,
.pc-background .n2-ss-slide-background-image {
  width: calc(100vw - 414px) !important;
  height: 100vh;
}

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

  .pc-background {
    display: none;
  }

}

/*-------------------------------------------------------
	layout sp-contents
-------------------------------------------------------*/

.sp-contents {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 414px;
  min-height: 100vh;
  margin-right: 0;
  margin-left: auto;
  /* padding-top: 108px; */
  background-color: var(--pallet-white);
  box-shadow: 3px 0 10px 0 rgb(0 0 0 / 16%);
  font-size: var(--14px);
}

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

  .sp-contents {
    margin: 0 auto;
  }
  
} */

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

  .sp-contents {
    position: static;
    box-shadow: none;
  }
}

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

.main-image__content {
  max-width: 414px !important;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-left: auto;
  position: relative;
}

.main-image .n2-ss-slide,
.main-image .n2-ss-slider-2.n2-ow,
.main-image .n2-ss-layers-container,
.main-image .n2-ss-slide-background-image {
  max-width: 414px !important;
  width: 100%;
  height: 100vh;
  height: 100svh;
  margin-left: auto;
}

/* 画像の上にロゴを重ねる */
.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); /* 213px - 400px */
  height: auto;
}

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

/* 画像なし */

.no-thumbnail {
  border: 1px solid var(--pallet-gray);
}

.no-thumbnail__wrapper {
  margin-bottom: 10px;
}

.news__date {
  color: var(--pallet-gold);
  font-size: var(--font-size-13px);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  letter-spacing: 0.1rem;
}

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

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


/*-------------------------------------------------------
	お知らせ news - トップページ スライド
-------------------------------------------------------*/

.news-top {
  padding-top: 105px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}

.news-top__img {
  width: 100%;
  height: auto;
  aspect-ratio: 400 / 273;
  object-fit: cover;
}

.news-top__img-wrapper {
  width: 100%;
  margin-bottom: 10px;
}

.news-top__txt-mincho {
  font-size: var(--font-size-14px);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.swiper-news-top-area {
  position: relative;
}

.swiper-news-top-wrapper {
  position: relative;
  margin-bottom: 10px;
}

.swiper-button-next, .swiper-button-prev {
  top: -80px !important;
  margin-top: 0 !important;
}

.swiper-slide {
  transition: all 0.3s ease;
}

.swiper-slide:hover {
  cursor: pointer;
  opacity: 0.6;
}

.modal__close:focus-visible,
.modal__btn-primary:focus-visible {
  outline: 1px solid transparent;
}

.swiper-horizontal>.swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  right: 50%  !important;
  left: 50% !important;
  bottom: var(--swiper-scrollbar-bottom,4px);
  top: var(--swiper-scrollbar-top,auto);
  z-index: 50;
  height: 2px !important;
  /* width: 65vw !important; */
  transform: translate(-50%, 0) !important;
}

.swiper-news-top-wrapper .swiper-wrapper {
  margin-bottom: 40px;
}

/* ボタン */
/* .swiper-button-next:after,
.swiper-button-prev:after {
  content: "";
  display: block;
  transition: transform .3s;
  box-shadow: 4px 4px 8px 1px rgba(117,117,117,.1);
  border-radius: 999px;
  background: linear-gradient(120deg, #fcfcfc 0%, #fff 100%);
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: 10px !important;
  font-family: roboto,sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: #707070 !important;
  display: flex;
  align-items: center;
  justify-content: center;
} */

.swiper-button-next:after,
.swiper-button-prev:after {

  content: "";
  display: block;
  transition: transform .3s;
  border-radius: 999px;
  background: var(--pallet-white);
  width: 40px;
  height: 40px;
  font-weight: bold;
  font-size: var(--font-size-11px) !important;
  font-family: roboto, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: var(--pallet-gray) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-gray);

}


.swiper-button-next, .swiper-button-prev {
  width: 50px !important;
  height: 50px !important;
}

.swiper-news-top-wrapper .swiper-button-next, .swiper-news-top-wrapper .swiper-rtl .swiper-button-prev {
  right: 7% !important;
  left: auto;
  top: -80px !important;
}

.swiper-news-top-wrapper .swiper-button-prev, .swiper-news-top-wrapper .swiper-rtl .swiper-button-next {
  right: calc(7% + 50px) !important;
  left: auto;
  top: -80px !important;
}

.c-title.c-title__news-top {
  text-align-last: left;
}

.news-top.l-content-space__left-space {
  padding-top: 66px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  background-color: var(--pallet-light-gray);
}

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

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

.page_move_block, .page-move-area {
  display: grid;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  grid-template-columns: 50px 50px;
}

/* .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 {
  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::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: inline-block;
  width: 50px;
  height: 50px;
  background-image: url(../images/svg/arrow_right.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}

/* .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;
}

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

.news_list_wrapper {
  display: grid;
  grid-template-columns: 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-18px);
  padding-bottom: 10px;
}

.news-detail__info_date {
  color: var(--pallet-gold);
  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-gold);
  font-size: var(--font-size-14px);
  border-left: 1px solid var(--pallet-gold);
}

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

.news-detail__info {
  display: flex;
  align-items: center;
  gap: 10px;
  line-height: 1.2;
  padding-bottom: 18px;
}

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

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

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

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

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

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

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

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

.selected_tag {
  text-decoration: underline;
}

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

/*-------------------------------------------------------
	CONCEPT 受け継がれた老舗の味
-------------------------------------------------------*/
  
.concept__title {
  font-size: var(--font-size-20px);
  margin-bottom: 25px;
  font-family: Noto Sans JP;
  font-weight: 400;
  color: var(--pallet-brown);
  letter-spacing: 0.06em;
  line-height: 40px;
  text-align: center;
}

.concept__txt {
  line-height: 2.5;
  font-size: var(--font-size-13px);
  padding: 0 10%;
}

.concept__txt-space {
  padding-bottom: 30px;
}

.concept__content_wrapper {
  display: flex;
  gap: 100px 7%;
  flex-direction: column;
  align-items: center;
  padding-right: 0;
  justify-content: flex-end;
}

.concept__content_img_wrapper {
  width: 100%;
  padding-inline: 5% 0;
}

.concept__content_txt_wrapper {
  width: 100%;
  padding-inline: 10%;
  max-width: none;
}

.concept__img_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 86px 8%;
  position: relative;
  padding: 70px 0 45px;
  margin-inline: auto;
}

.concept__img_01 {
  width: 100%;
  height: auto;
}

.concept__img_02 {
  width: 78%;
  height: auto;
  margin-inline: auto 0;
  padding-top: 0;
}

.concept__img_03 {
  width: 78%;
  height: auto;
  position: relative;
  top: 0;
  margin-inline: 0 auto;
  grid-row: 1 / 2;
}


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

.product_category.l-content-space {
  padding: 50px 5% 87px;
  background-color: var(--pallet-light-gray);
  margin-bottom: 50px;
}

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

.display_none {
  display: none;
}

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

/* 一覧 */
.product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 6%;
}

.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;
}

/* 画像なし */

.c-product-no-thumbnail {
  display: block;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-light-gray);
  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: 10vh 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-gray);
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
} */

/* 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-black);
  /* 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: center;
} */

.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;
}

/*サブ画像*/
/* .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;
}

/* 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-black);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .8);
}

span.swiper-pagination-bullet {
  background-color: var(--pallet-gray);
  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;
  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;
}

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

  .modal-item-name {
    font-size: var(--font-size-20px);
  }

  .product-overlay .product {
    width: 73%;
    height: 80%;
    display: block;
    max-width: 500px;
    padding: 0;
    overflow-y: auto;
    opacity: 1;
  }

  .product-overlay .product.active {
    height: 80%;
    background-color: var(--pallet-white);
  }

  .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;
    overflow: visible;
    padding-right: 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;
  }

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

.product__img_wrapper{
    text-align: center;
    padding: 50px 0 0 0;
}
/*-------------------------------------------------------
	ONLINE SHOP
-------------------------------------------------------*/

.online_shop__img_wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  height: 455px;
}

a.online_shop__link {
  display: grid;
  place-items: center;
  font-size: var(--font-size-22px);
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-bold);
  color: var(--pallet-white);
}

a.online_shop__link__reserve {
  background-image: url(../images/online_shop_reserve.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  letter-spacing: 0.15em;
}

a.online_shop__link__delivery {
  background-image: url(../images/online_shop_xmas.jpg);
 /* background-image: url(../images/online_shop_delivery.jpg);*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  text-align: center;
  letter-spacing: 0.15em;
} 

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

.chef.l-content-space {
  padding: 95px 5% 40px;
}

.chef {
  position: relative;
}

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

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

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

.chef_history {
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 15px 5px;
  margin-bottom: 55px;
  font-size: var(--font-size-14px);
}

.chef__message {
  font-size: var(--font-size-14px);
  line-height: 2.5;
}

.chef__img {
  max-width: 252px;
}

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

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

.access {
  padding-top: 45px;
  margin-top: 35px;
  background-color: var(--pallet-light-gray);
}

.access__content_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-items: center;
  width: 100%;
  padding-right: 0;
  padding-top: 0;
}

.access__open {
  font-size: clamp(1.625rem, 1.558rem + 0.3vw, 1.813rem); /* 26 - 29px 360 - 1366 */
  padding-bottom: 17px;
  color: var(--pallet-gray);
}

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

.access__txt_wrapper {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding: 50px 5% 35px;
  text-align: center;
}

.access__img {
  width: 100%;
  height: auto;
  min-height: 290px;
  max-height: 290px;
  object-fit: cover;
  object-position: 50% 50%;
} 

.access__logo_img {
  width: 267px;
  height: auto;
  padding-bottom: 37px;
}

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

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

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

/* calendar and map */
.calendar_and_map.l-content-space {
  padding: 0 5% 45px;
}

a.map__link {
  font-size: var(--font-size-13px);
  text-decoration: underline;
  display: block;
  text-align: right;
}

.calendar_and_map {
  display: grid;
  gap: 35px 5%;
  max-width: 1366px;
  grid-template-columns: 1fr;

}

.map iframe {
  width: 100%;
  height: 200px !important;
  margin-bottom: 20px;
}

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

.recruit.l-content-space {
  padding: 50px 5% 40px;
  margin-top: 60px;
  background-color: var(--pallet-light-gray);
}

.reruit.l-content-space {
  padding: 50px 5% 120px;
}

.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__content_wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 42px 5%;
  margin-inline: auto;
  max-width: 1166px;
  align-items: center;
}

.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-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  font-size: var(--font-size-33px);
}

.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;
}

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

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

.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__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);
}

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

.instagram.l-content-space__left-space {
  padding: 60px 3% 0;
}

.sbinstagram {
  padding-bottom: 22px !important;
}

#sb_instagram {
  padding-bottom: 0 !important;
}

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

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

/* #sb_instagram #sbi_images:first-child {
  width: calc(100% + 100px);
  margin: 0 auto;
  left: -50px;
  position: relative;
} */

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

#sb_instagram #sbi_images {
  width: 100%;
}

#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-gray);
  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-brown);
}

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

/* スクロールバーの全体 */
.description-area.scroll_bar::-webkit-scrollbar,
.product.scroll_bar::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

/* スクロールバーの背景 */
.description-area.scroll_bar::-webkit-scrollbar-track,
.product.scroll_bar::-webkit-scrollbar-track {
  background: var(--pallet-white);
  /* border-radius: 3px; */
}

/* スクロールバーのつまみ */
.description-area.scroll_bar::-webkit-scrollbar-thumb,
.product.scroll_bar::-webkit-scrollbar-thumb {
  background: var(--pallet-gray);
  /* border-radius: 3px; */
}

/* スクロールバーのつまみにマウスオーバーしたとき */
.description-area.scroll_bar::-webkit-scrollbar-thumb:hover,
.product.scroll_bar::-webkit-scrollbar-thumb:hover {
  background: var(--pallet-gray);
}

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

  #sb_instagram #sbi_images {
    width: 1200px;
  }

  #sb_instagram {
    padding-bottom: 0 !important;
  }

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

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

.contact.l-content-space {
  padding: 100px 5% 80px;
}

a.contact__tel {
  font-family: var(--font-family-en-title);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  font-size: var(--font-size-26px);
  color: var(--pallet-gray);
}

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;
  flex-direction: column;
}

.contact__txt {
  font-size: var(--font-size-14px);
  line-height: 1.8;
  text-align: center;
}

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

.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;
}