@charset "utf-8";

/*-------------------------------------------------------
	common
-------------------------------------------------------*/
:root {
  --pallet-orange: #E15E11;
  --pallet-cream: #FEF8E2;
  --pallet-beige: #F3E7C7;
  --pallet-dark-beige: #C9AB69;
  --pallet-light-blue: #11a8e1;
  --pallet-blue: #0063D5;
  --pallet-white: #ffffff;
  --pallet-black: #000000;

  --pallet-gradation-blue: linear-gradient(to right, var(--pallet-light-blue) 0%, var(--pallet-blue) 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-39px: 2.4375rem;

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

  --font-family-ja: "Zen Maru Gothic", sans-serif;
  --font-style-ja: normal;
  --font-weight-ja-medium: 500;
  --font-weight-ja-bold: 700;

  --font-family-en: "Roboto", sans-serif;
  --font-style-en: normal;
  --font-weight-en-medium: 500;

  --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-medium);
  font-feature-settings: "palt";
	letter-spacing: .03rem;
  color: var(--pallet-black);
  background-color: var(--pallet-cream);
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.word_part {
  display: inline-block;
}

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

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

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

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

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

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

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

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

/* 共通sidebar */

.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(1366px + 5%);
  margin-inline: auto;
}

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

.c-title__ja {
  font-size: var(--font-size-16px);
  letter-spacing: 0.1rem;
  line-height: 1;
}

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

.c-title__en {
  margin: 0;
  padding: 0 0 9px 0;
  font-size: 0;
  line-height: 1;
}

.c-title-space {
  margin-bottom: 37px;
}

.c-title__txt {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-medium);
}

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

.c-title__space-s {
  padding-bottom: 45px;
}

.c-title__space {
  padding-bottom: 55px;
}

/* 共通ボタン */

.c-btn__center-wrapper {
  text-align: center;
}

a.c-btn {
  padding: 14px;
  min-width: 280px;
  height: auto;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--pallet-orange);
  background-color: var(--pallet-orange);
  border-radius: 9999px;
  color: var(--pallet-white);
  font-size: var(--font-size-16px);
  position: relative;
  transition: all 0.3s ease;
}

a.c-btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--pallet-white);
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

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

.c-btn:hover::after {
  background: var(--pallet-orange);
}

/* 白 */
a.c-btn__white.c-btn {
  border: 1px solid var(--pallet-white);
  background-color: var(--pallet-white);
  color: var(--pallet-orange);
}

a.c-btn__white.c-btn:hover {
  opacity: 1;
  border: 1px solid var(--pallet-beige);
  background: var(--pallet-beige);
  color: var(--pallet-orange);
}

a.c-btn__white.c-btn::after {
  background: var(--pallet-orange);
}

/* tel ボタン */

a.tel-btn {
  padding: 10px 14px;
  min-width: 280px;
  height: auto;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--pallet-blue);
  background: var(--pallet-white);
  border-radius: 9999px;
  color: var(--pallet-blue);
  font-size: var(--font-size-19px);
  font-weight: var(--font-weight-ja-bold);
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.1rem;
  text-indent: -0.1rem;
  padding-left: 26px;
  margin-block: 16px 4px;
}

a.tel-btn::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background-image: url(../images/svg/icon_tel.svg);
  background-repeat: no-repeat;
  top: 50%;
  left: 52px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

a.tel-btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--pallet-blue);
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.media-content.tohobakery-table tr.tohobakery-table__border:first-of-type  {
  border: none;
}

.media-content.tohobakery-table tr:last-of-type  {
  border-bottom: 1px solid var(--pallet-dark-beige);
}

.tohobakery-table__border {
  border-top: 1px solid var(--pallet-dark-beige);
}

/* sns */

.btn__sns a.wp-block-button__link {
  min-width: 0;
}

.sns__txt {
    margin-block-start: 10px;
    margin-block-end: 35px;
}

/* 応募フォームはこちら ボタン */

a.recruit-contact {
  padding: 14px;
  min-width: 280px;
  height: auto;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--pallet-white);
  background: var(--pallet-gradation-blue);
  border-radius: 9999px;
  color: var(--pallet-white);
  font-size: var(--font-size-16px);
  font-weight: var(--font-weight-ja-bold);
  position: relative;
  transition: all 0.3s ease;
  letter-spacing: 0.1rem;
  text-indent: -0.1rem;
  padding-left: 26px;
  margin-block: 10px 0;
}

a.recruit-contact::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--pallet-white);
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

/* wp */

.wp-block-buttons .wp-block-button__link {
  min-width: 280px;
  position: relative;
  color: var(--pallet-white);
}

.wp-block-buttons .wp-block-button__link::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--pallet-white);
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

/* 共通背景 */
.background__orange {
  background-color: var(--pallet-orange);
  max-width: calc(1160px + 10%);
  margin-inline: auto;
  border-radius: 20px;
}

.background__beige {
  background-color: var(--pallet-beige);
}

/* 共通table */

.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-dark-beige);
  border-right: none;
  border-left: none;
  font-weight: var(--font-weight-ja-medium);
}

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

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th:first-child,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td:first-child {
  color: var(--pallet-orange);
  font-size: var(--font-size-16px);
  font-weight: var(--font-weight-ja-bold);
}

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

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .c-title {
    font-size: var(--font-size-39px);
  }

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

  .c-title__en {
    padding: 0 0 17px 0;
  }

  .c-title__space {
    padding-bottom: 32px;
  }

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

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

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

  .c-title__space-s {
    padding-bottom: 30px;
  }

  a.c-btn {
    min-width: 260px;
    font-size: var(--font-size-15px);
  }

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

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


  /* 共通table */
  .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 {
    font-size: var(--font-size-15px) !important;
    padding: 1.2em 10px !important;;
  }

  /* btn */
  .wp-block-buttons .wp-block-button__link { 
    font-size: var(--font-size-15px);
  }

}

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

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

.header {
  width: 100%;
  height: 106px;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 99;
  background-image: url(../images/background_menu_pc_s.png);
  background-position: 50% 0;
  background-repeat: repeat-x;
  background-size: 1366px auto;
  align-content: end;
  padding-bottom: 16px;
}

.header-content {
  display: grid;
  grid-template-columns: auto auto;
  padding-inline: 2%;
  justify-content: space-between;
  align-items: center;
  /* column-gap: 50px; */
  column-gap: 3%;
}

.header-nav-menu__wrapper {
  display: grid;
  column-gap: 15px;
  grid-template-columns: auto 27px;
  column-gap: 26px;
}

.header-logo__wrapper {
  display: grid;
  grid-template-areas: "fukidashi logo";
  grid-template-columns: 200px 164px;
  align-items: end;
  column-gap: 25px;
}

.header-logo {
  padding-bottom: 10px;
}

/* ふきだし */

.fukidashi {
  grid-area: fukidashi;
  position: relative;
}

.fukidashi-content {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}

.fukidashi__text {
  display: inline-block;
  background: var(--pallet-orange);
  /* padding: 10px 3px 15px 12px; */
  padding: 13px 12px 15px 12px;
  border-radius: 10px;
  color: var(--pallet-white);
  font-size: var(--font-size-15px);
  text-align: center;
  letter-spacing: 0.01rem;
  position: relative;
  border: 1px solid var(--pallet-cream);
}

.fukidashi__text::after {
  content: '';
  background-color: var(--pallet-orange);
  width: 15px;
  height: 16px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -13px;
  z-index: 0;
  left: 33px;
}

.fukidashi__text::before {
  content: '';
  background-color: var(--pallet-cream);
  width: 19px;
  height: 18px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  position: absolute;
  bottom: -15px;
  z-index: -1;
  left: 31px;
}

.fukidashi__img {
  padding-left: 10px;
  width: 196px;
  height: auto;
}

.header .nav_menu_wrapper {
  display: flex;
  gap: 10px 45px;
  align-items: center;
  color: var(--pallet-white);
  font-size: var(--font-size-15px);
  flex-wrap: wrap;
  max-width: max-content;
  row-gap: 5px;
  justify-content: flex-end;
  margin-right: 20px;
}

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

.nav_menu_ja {
  position: relative;
  letter-spacing: 0;
}

.nav_menu:not(:last-of-type) .nav_menu_ja::after { 
  content: '・';
  position: absolute;
  right: -30px;
}

/* オンラインショップ */
a.c-btn__online-shop {
  padding: 4px 15px 3px;
  border: 1px solid;
  border-radius: 15px;
  font-size: var(--font-size-13px);
}

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

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

/* sns */
a.sns__link {
  display: flex;
  justify-content: center;
  padding-top: 5px;
  max-width: max-content;
  margin-inline: auto;
}

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

.hamburger:hover {
	cursor: pointer;
}

.header__nav-area {
	/* display: none; */
	visibility: hidden;
  height: 0;
  background-color: var(--pallet-beige);
}

/* 画像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;
  z-index: 100;
}

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

.nav_btn__sp_wrapper {
  display: none;
}

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

  .header {
    height: 110px;
    padding-bottom: 16px;
    background-size: 1675px 130px;
  }

  .header .nav_menu_wrapper {
    margin-right: 20px;
  }

}



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

  .header {
    height: 80px;
  }

  .header-logo__wrapper {
    display: block;
  }

  /* .fukidashi {
    grid-area: fukidashi;
    position: absolute;
    width: 250px;
    left: 2%;
  } */

  
  .header .nav_menu_wrapper {
    flex-direction: column;
  }

	/* .header-content {
		align-items: center;
	} */

  .header-content {
    display: block;
    text-align: center;
  }

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

  .header-content .nav_menu_wrapper,
  .header-content .nav_btn_wrapper {
		display: none;
  }

  a.sns__link {
    display: flex;
    justify-content: center;
    padding-top: 5px;
  }
		
	/* sns */
  a.sns_circle__link {
    padding: 10px;
    border-radius: 999px;
    border: 1px solid var(--pallet-cream);
    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: 121;
		width: 60px;
		border: none;
		background-color: var(--pallet-orange);
    position: fixed;
    top: 10px;
    right: 10px;
    border-radius: 999px;
    filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
	}

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

  .header__nav-area .nav_menu:not(:last-of-type) .nav_menu_ja::after {
    display: none;
  }

	.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: 'CLOSE';
    }

	.hamburger__line {
		display: block;
		height: 1px;
		position: absolute;
		top: 21px; /* 文字が入るとき */
		transform: translateX(-50%); /* 文字が入るとき */
		/* top: 50%; */
		left: 50%;
		/* transform: translate(-50%, -50%); */
		width: 21px;
		/* 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;
	}

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

	.hamburger__text::before {
		content: "MENU";
		text-align: center;
		color: var(--pallet-white);
		font-size: var(--font-size-12px);
		font-weight: var(--font-weight-ja-bold);
    font-family: var(--font-family-ja);
    letter-spacing: 0.04rem;
	}

  .hamburger__img {
    margin-inline: auto;
    display: block;
    padding-left: 15px;
    padding-top: 5px;
    width: 150px;
    height: auto;
  }

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

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

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

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

	.global-navigation__list > li {
		text-align: center;
    padding-bottom: 25px;
		/* 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-orange);
		font-weight: 900;
		transition: color 0.4s;
		font-size: 0.875rem;
	} */
	
	/* .global-navigation__link.-accordion {
		position: relative;
		background: none;
		border: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		width: 100%;
		padding: 0;
	}

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

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

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

	.ml_hamburger_btn {
		text-align: center;
	}

	a.ml_hamburger_btn {
		font-size: var(--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-orange);
		background-color: var(--pallet-orange);
		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;
  }

  .header-nav-menu__wrapper {
    display: none;
  }

  .header-logo {
    padding-bottom: 0;
    position: relative;
    z-index: 2;
  }

  .fukidashi-content {
    max-width: 200px;
  }

}

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

  .header-logo__wrapper {
    column-gap: 3px;
  }

}

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

  .header {
    height: 100px;
    background-size: auto 55px;
    /* background-size: cover; */
    background-image: url(../images/background_menu_sp.png);
    background-position: 50% 100%;
    padding-bottom: 12px;
  }

  .fukidashi__img {
    width: 145px;
  }

  .fukidashi__img {
    width: 145px;
  }

  .fukidashi__text {
    font-size: var(--font-size-13px);
    padding: 10px;
    margin-bottom: 46px;
    /* position: absolute; */
    /* top: -8px;
    right: -177px; */
    /* top: auto;
    right: auto;
    bottom: 45px; */
  }
  
  .fukidashi__text::after {
    width: 16px;
    height: 15px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    bottom: 45px;
    top: 22%;
    left: -12px;
  }

  .fukidashi__text::before {
    width: 18px;
    height: 19px;
    clip-path: polygon(0 50%, 100% 0, 100% 100%);
    top: 19%;
    bottom: 43px;
    left: -14px;
  }
  .header-logo__img {
    width: 106px;
  }

  .fukidashi-content {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: row-reverse;
    row-gap: 20px;
    align-items: flex-end;
    justify-content: flex-end;
    width: 100%;
    gap: 10px;
    max-width: none;
  }

}

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

.footer {
  padding: 31px 5%;
  width: 100%;
  height: auto;
  aspect-ratio: 99 / 41;
  object-fit: cover;
  background-image: url(../images/footer_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
}

.footer__logo {
  padding-bottom: 26px;
}

.copyright {
  text-align: center;
  font-size: var(--font-size-15px);
  color: var(--pallet-white);
  font-weight: var(--font-weight-ja-bold);
  letter-spacing: 0.05rem;
}

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

  .footer {
    background-image: url(../images/footer_sp.jpg);
    aspect-ratio: 125 / 116;
  }

}

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

  .footer {
    padding: 15px 5%;
  }

  .footer__logo {
    padding-bottom: 10px;
  }

  .copyright {
    text-align: center;
    font-size: var(--font-size-12px);
    line-height: 1.6;
  }

}


/*-------------------------------------------------------
	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: 100vh;
  height: 100svh !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); /* 213px - 400px */
  height: auto;
}

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

  .main-image {
    width: 100%;
    height: 100vh;
    height: 100svh;
    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 .main-image .pc_top_slide_image img,
  #index_page .main-image .sp_top_slide_image img {
    height: 100vh;
    height: 100svh;
    object-fit: cover;
  } 
}

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

/* .news .c-title__en-img {
  width: 100px;
  height: auto;
} */

.news .c-title__en-img,
.news-post_wrapper .c-title__en-img {
  padding-bottom: 7px;
}

/* 画像なし */

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

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

.news__date {
  color: var(--pallet-orange);
  font-size: var(--font-size-14px);
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-bold);
  letter-spacing: 0.1rem;
  text-align: center;
  padding-bottom: 10px;
}

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

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

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

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

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

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

.news-top__wrapper {
  margin-inline: 5%;
  margin-bottom: 75px;
}

.news-top {
  padding: 66px 11% 70px;
}

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

  .news-top {
      padding: 43px 7% 50px;
  }

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


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

/* ページ送りエリア */
.pagination {
  margin-top: 20px;
  text-align: center;
  line-height: 1.5rem;
  position: relative;
  max-width: 450px;
  margin-inline: auto;
}

a.move_icon.prev_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

a.move_icon.next_icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

#page_move_block {
  height: 0;
}

/* .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-medium);
  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_white.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_white.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-orange);
  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-orange);
  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__content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 5%;
  margin-bottom: 40px;
}

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

.news-detail__info_date {
  color: var(--pallet-orange);
  font-size: var(--font-size-15px);
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja);
  letter-spacing: 0.1rem;
}

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

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

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

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

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

.news-detail {
  padding-bottom: 40px;
}

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

a.news__link,
div.news__link {
  background-color: var(--pallet-white);
  padding: 25px;
  border-radius: 20px;
}

a.news__link:hover,
div.news__link:hover {
  opacity: 1;
  background-color: var(--pallet-beige);
}


/* a.news__link:hover .no-thumbnail,
div.news__link:hover .no-thumbnail {
  filter: brightness(110%);
} */

a.news__link .news__img-wrapper.no_thumbnail,
div.news__link .no-thumbnail {
  border: 2px solid var(--pallet-beige);
}

a.news__link:hover .news__img-wrapper.no_thumbnail,
div.news__link:hover .no-thumbnail {
  border: 2px solid var(--pallet-cream);
}

a.news__link:hover .news__img,
div.news__link:hover .news__img {
  transform: scale(1.2);
}

.news__img-wrapper {
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 10px;
}

.news__img {
  aspect-ratio: 251 / 174;
  object-fit: cover;
  transition: all 0.3s ease;
}

.news-archive_wrapper {
  padding-block: 50px;
  margin-inline: 5%;
}

.news-archive {
  width: 100%;
  padding: 66px 11% 70px;
}

.news-archive .no-article {
  color: var(--pallet-white);
  padding: 10vh 5% 12vh;
}

.news-archive .news__content {
  margin-bottom: 80px;
}

.news-detail__img {
  border-radius: 20px;
}

.news-post_wrapper {
  padding: 50px 5%;
  max-width: calc(800px + 10%);
  margin-inline: auto;
}

.news-post .pagination {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  align-items: center;
}

.news-post .pagination .prev-page {
  grid-column: 1 / 2;
  grid-row: 1 / 2;
}

.news-post .pagination .next-page {
  grid-column: 3 / 4;
  grid-row: 1 / 2;
}

.news-post .pagination .c-btn__center-wrapper {
  grid-column: 2 / 3;
  grid-row: 1 / 2;
}

.news-detail__body:has(.wp-block-flexible-table-block-table) {
  background-color: var(--pallet-white);
  padding: 30px 6% 50px;
  border-radius: 20px;
}

.news .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.news .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  padding: 10px 10px;
  border: none;
}


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

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

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

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

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

  .news__content {
    grid-template-columns: repeat(1, 1fr);
    max-width: 300px;
    margin-inline: auto;
    margin-bottom: 30px;
  }

  .news-post .pagination {
    grid-template-columns: auto 1fr auto;
    gap: 10px;
  }

  .news-post .pagination a.c-btn {
    min-width: 0;
    font-size: var(--font-size-15px);
    width: 100%;
  }

  .news-post .pagination .prev-page,
  .news-post .pagination .next-page {
    width: 45px;
  }

  .news-archive {
    padding: 43px 7% 50px;
  }

  .news-archive .news__content {
    margin-bottom: 30px;
  }

  .news .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .news .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 3px 3px !important;
    border: none;
  }

}

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

.tag_title {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-bold);
  margin-bottom: 30px;
  border-bottom: 1px solid var(--pallet-orange);
  padding-bottom: 18px;
  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: 60px 5% 30px;
  text-align: center;
  max-width: 570px;
  margin-inline: auto;
  color: var(--pallet-orange);
}

.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 {
    font-family: var(--font-family-ja);
    font-style: var(--font-style-ja);
    font-weight: var(--font-weight-ja-bold);
    margin-bottom: 30px;
    border-bottom: 1px solid var(--pallet-orange);
    padding-bottom: 18px;
    font-size: 18px;
    text-align: center;
  }

}

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

.about-toho-bakery {
  padding-top: 85px;
  padding-bottom: 70px;
}

.about-content__title {
  font-size: var(--font-size-30px);
  text-align: center;
  color: var(--pallet-orange);
  font-weight: var(--font-weight-ja-medium);
  letter-spacing: 0.09rem;
  padding-bottom: 47px;
}

.about-content__txt {
  font-weight: var(--font-weight-ja-medium);
  font-size: var(--font-size-18px);
  line-height: 1.9;
  text-align: center;
  letter-spacing: 0;
}

.about-content {
  padding-bottom: 90px;
  margin-inline: 5%;
}

.swiper-about__img {
  border-radius: 20px;
}

.about-slide .swiper-slide {
  width: fit-content !important;
  min-height: 508px;
}

.about-slide .swiper-slide:hover {
  cursor: auto;
  opacity: 1;
}

.about-slide .swiper-slide.slide-count__01 {
  width: 324px !important;
}

.about-slide .swiper-slide.slide-count__01 img {
  top: 50%;
  bottom: 50%;
  transform: translateY(-50%);
  position: absolute;
  object-fit: contain;
}

.about-slide .swiper-slide.slide-count__02 {
  width: 265px !important;
}

.about-slide .swiper-slide.slide-count__02 img {
  object-fit: contain;
}

.about-slide .swiper-slide.slide-count__03 {
  width: 324px !important;
}

.about-slide .swiper-slide.slide-count__03 img {
  bottom: 0;
  position: absolute;
  object-fit: contain;
}

.about-slide .swiper-slide.slide-count__04 {
  width: 285px !important;
}

.about-slide .swiper-slide.slide-count__04 img {
  top: 50px;
  position: absolute;
  object-fit: contain;
}

.about-slide .swiper-slide.slide-count__05 {
  width: 285px !important;
}

.about-slide .swiper-slide.slide-count__05 img {
  width: 324px !important;
  object-fit: contain;
}

/* スライドの動き等速 */
.about-slide .swiper-wrapper {
  transition-timing-function: linear;
}

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

  .about-content__title {
    font-size: var(--font-size-26px);
    line-height: 1.7;
    padding-bottom: 34px;
  }

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

  .about-slide .swiper-slide {
    width: fit-content !important;
    min-height: 330px;
  }

  .about-slide .swiper-slide.slide-count__01 {
    width: 212px !important;
  }

  .about-slide .swiper-slide.slide-count__02 {
    width: 173px !important;
  }

  .about-slide .swiper-slide.slide-count__03 {
    width: 212px !important;
  }

  .about-slide .swiper-slide.slide-count__04 {
    width: 187px !important;
  }

  .about-slide .swiper-slide.slide-count__04 img {
    top: 33px;
  }

  .about-slide .swiper-slide.slide-count__05 {
    width: 212px !important;
  }

  .about-content {
    padding-bottom: 45px;
  }

  .about-toho-bakery {
    padding-bottom: 30px;
  }

}

/*-------------------------------------------------------
	PRODUCTS Lineup パンラインナップ
-------------------------------------------------------*/

.line-up {
  padding-top: 50px;
}

.c-title__en {
  padding-bottom: 0;
}

.product-content {
  padding: 60px 5% 120px;
}

/* .product-bread {

  .title-product::before {
    top: 40px;
    left: -40px;
  }

} */

.product-hard-bread .title-product::before,
.product-other-bread .title-product::before {
  top: 30px;
  left: -30px;
}

.product-hard-bread .title-product::after,
.product-other-bread .title-product::after {
  top: 30px;
  right: -30px;
}

/* メニュー一覧 */

.line-up-menu__img-wrapper {
  border-radius: 999px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.line-up-menu__img {
  object-fit: cover;
  transition: transform .6s ease;
}

.line-up-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  justify-items: center;
  align-items: center;
  justify-content: center;
  max-width: calc(960px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
}

a.line-up-menu__link {
  display: grid;
  background-color: var(--pallet-orange);
  grid-template-columns: 82px auto;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 10px 13px 10px 13px;
  border-radius: 10px;
  gap: 0 10px;
  text-align: center;
  color: var(--pallet-white);
}

a.line-up-menu__link:hover {
  background-color: var(--pallet-dark-beige);
  opacity: 1;
}

a.line-up-menu__link:hover .line-up-menu__img {
  transform: scale(1.2);
}

/* .line-up-menu__txt {
  padding-bottom: 3px;
} */

.line-up-menu__txt-en {
  font-size: var(--font-size-12px);
  padding-bottom: 6px;
  letter-spacing: 0.1rem;
  line-height: 1.2;
}

.line-up-menu__txt-ja {
  font-size: var(--font-size-17px);
  line-height: 1.2;
}

.line-up-menu {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
  justify-items: center;
  align-items: center;
  justify-content: center;
  max-width: calc(960px + 10%);
  margin-inline: auto;
  padding-inline: 5%;
  padding-bottom: 120px;
}

/* タイトル */

.title-product {
  position: relative;
  max-width: max-content;
  margin-inline: auto;
}

.title-product__space {
  padding-bottom: 50px;
}

.title-product__en {
  text-align: center;
  color: var(--pallet-orange);
  font-size: var(--font-size-16px);
  letter-spacing: 0.1rem;
}

.title-product__ja {
  font-size: var(--font-size-24px);
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: var(--font-weight-ja-medium);
}

.title-product::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url(../images/svg/title_product_line_left.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 30px;
  left: -40px;
}

.title-product::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url(../images/svg/title_product_line_right.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 30px;
  right: -40px;
}

/* 商品 */

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

.product-category__main-image {
  width: 100%;
  height: auto;
  aspect-ratio: 1920 / 702;
  object-fit: cover;
}

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

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

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

  .title-product__ja {
    font-size: var(--font-size-22px);
  }

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

  .line-up .c-title__en-img {
    width: 121px;
  }

  .line-up-menu {
    padding-bottom: 68px;
    grid-template-columns: repeat(2, 1fr);
  }

  .product-content {
    padding: 32px 5% 68px;
  }

  .title-product__space {
    padding-bottom: 34px;
  }

  .title-product {
    width: calc(90% - 50px);
  }

  .product-category__main-image {
    aspect-ratio: 375 / 275;
  }

}

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

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

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

  .line-up-menu {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px 13px;
  }

  .line-up-menu__txt-ja {
    font-size: var(--font-size-15px);
    letter-spacing: 0;
  }

  .line-up-menu__txt-en {
    font-size: var(--font-size-10px);
  }

  a.line-up-menu__link {
    padding: 8px 3px 8px 10px;
    min-height: 83px;
    grid-template-columns: 65px auto;
    gap: 0 3px;
  }

  a.line-up-menu__link.line-up-menu__link-party {
    grid-column: 1 / 3;
  }

}


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

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

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

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

.c-product-thumbnail {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 10px;
}

.c-product-thumbnail__img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
  transition: all 0.3s ease;
}

.product-block:hover  .c-product-thumbnail__img {
  transform: scale(1.2);
}

/* 画像なし */

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

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

.c-product-thumbnail__no-img {
  position: absolute;
  width: 100%;
  height: 100%;
  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-cream);
  border-radius: 3px;
}

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

/* modal */

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

.explanation {
  padding-bottom: 20px;
}

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

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

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

.product-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: var(--pallet-cream);
  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;
}

.modal_next,
.modal_prev {
  width: 18px;
  height: 34px;
}

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

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

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

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

}

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

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

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

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

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

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

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

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

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

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

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

#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__wrapper {
  display: grid;
  align-items: center;
  justify-items: start;
  gap: 12px;
}

/*サブ画像*/
/* .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;
  border-radius: 10px;
}

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

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

.modal_slide_no_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@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: 0 auto;
  }

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

  .product-overlay .close-product-overlay {
    bottom: unset;
    top: 2%;
	  right: 4%;
  }
  
  .product-overlay .product .description-area .explanation {
    margin: 10px 0 10px;
  }

  /* .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: 23px 5%;
  }

  .c-btn-modal__wrapper {
    justify-items: center;
  }
  
}

/*-------------------------------------------------------
	TIME TABLE
-------------------------------------------------------*/

.time-table .c-title__en {
  padding-bottom: 15px;
}

.time-table {
  padding-inline: 5%;
  padding-block: 75px 80px;
}

.time-table__content {
  padding: 30px 70px 67px;
  background-color: var(--pallet-white);
  border-radius: 20px;
  max-width: 762px;
  margin-inline: auto;
}

.time-table__content:not(:last-of-type) {
  margin-bottom: 50px;
}

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

  .time-table {
    padding-block: 47px;
  }

  .time-table .c-title__en-img {
    width: 185px;
  }

}

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

  .time-table__content {
    padding: 15px 25px 40px;
  }

  .time-table__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th:first-child,
  .time-table__content .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td:first-child {
    width: 105px !important;
  }

}

/*-------------------------------------------------------
	SHOP 店舗紹介
-------------------------------------------------------*/

.shop {
  padding-block: 120px 60px;
}

.shop .c-title__en {
  padding-bottom: 0;
}

.shop__main_img {
  width: 100%;
  aspect-ratio: 1920 / 702;
  object-fit: cover;
}

.shop__logo_img {
  max-width: 250px;
  margin-inline: auto;
  display: block;
  margin-bottom: 50px;
}

.shop__content_wrapper {
  padding: 78px 5%;
}

.shop__content-wrapper {
  padding: 78px 5% 0; 
}

.shop-information {
  background-color: var(--pallet-white);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  padding: 80px;
  border-radius: 20px;
  max-width: 1060px;
  margin-inline: auto;
  grid-template-areas: "img txt";
  align-items: center;
  margin-bottom: 30px;
}

.shop__txt_wrapper {
  padding-bottom: 65px;
}

.shop-information-content__title {
  text-align: left;
  color: var(--pallet-orange);
  padding-bottom: 7px;
}

.shop-information-content:not(:last-of-type) {
  padding-bottom: 28px;
}

.shop-information-content__img {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.shop-information-content__img-wrapper {
  grid-area: img;
}

.shop-information-content__txt-wrapper {
  grid-area: txt;
}

.map {
  width: 100%;
  max-width: 1060px;
  margin-inline: auto;
  margin-block: 30px 0;
}

.map iframe {
  width: 100%;
  aspect-ratio: 1031 / 360;
  border-radius: 20px;
  margin-bottom: 40px;
}

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

  .shop {
    padding-block: 73px 10px;
  }

  .shop .c-title__en-img {
    width: 80px;
  }

  .shop__content-wrapper {
    padding: 35px 5% 0;
  }

  .shop__txt_wrapper {
    padding-bottom: 55px;
  }

  .shop__txt_wrapper p {
    font-size: var(--font-size-15px) !important;
  }

  .shop-information {
    grid-template-columns: 1fr;
    gap: 40px;
    padding: 50px 5% 45px;
    grid-template-areas: "img"
    "txt";
  }

  .shop-information-content__title {
    font-size: var(--font-size-15px);
    text-align: center;
  }

  .shop-information-content__txt {
    font-size: var(--font-size-15px);
    text-align: center;
  }

  a.shop-information-content__txt {
    max-width: max-content;
    margin-inline: auto;
    display: block;
  }

  .map iframe {
    aspect-ratio: 347 / 257;
    border-radius: 20px;
    margin-bottom: 23px;
  }

  .tohobakery .shop__logo_img {
    width: 200px;
    margin-bottom: 32px;
  }

  .shop-information-content__img-wrapper {
    padding-inline: 12%;
  }

  .shop__main_img {
    aspect-ratio: 375 /275;
  }

}

/*-------------------------------------------------------
	Company profile 会社概要
-------------------------------------------------------*/

.company-profile__history {
  padding-bottom: 50px;
  position: relative;
  max-width: max-content;
  margin-inline: auto;
}

.title-company-profile__space {
  padding-bottom: 30px;
}

.company-profile-title__en {
  text-align: center;
  color: var(--pallet-orange);
  font-size: var(--font-size-16px);
  letter-spacing: 0.1rem;
}

.company-profile-title__ja {
  font-size: var(--font-size-24px);
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: var(--font-weight-ja-medium);
}

.company-profile__content {
  padding: 62px 70px 67px;
  background-color: var(--pallet-white);
  border-radius: 20px;
  max-width: 762px;
  margin-inline: auto;
}

.company-profile {
  padding-block: 60px;
  padding-inline: 5%;
}

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

  .company-profile {
    padding-block: 60px 8px;
  }

  .company-profile__content {
    padding: 50px 7%;
  }

  .company-profile .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    width: 100px !important;
  }

  .company-profile-title__ja {
    font-size: var(--font-size-22px);
  }

  .company-profile-title__en {
    font-size: var(--font-size-15px);
    padding-bottom: 5px;
  }

  .title-company-profile__space {
    padding-bottom: 23px;
  }

}

/*-------------------------------------------------------
	HISTORY 沿革
-------------------------------------------------------*/

.history {
  padding-block: 60px;
  max-width: 1160px;
  margin-inline: auto;
  padding-inline: 5%;
  max-width: calc(900px + 10%);
}

.history-title__space {
  padding-bottom: 48px;
}

/* .history__content {
  padding-bottom: 50px;
  position: relative;
  margin-inline: auto;
} */

.history-title__en {
  text-align: center;
  color: var(--pallet-orange);
  font-size: var(--font-size-16px);
  letter-spacing: 0.1rem;
}

.history-title__ja {
  font-size: var(--font-size-24px);
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: var(--font-weight-ja-medium);
  letter-spacing: 2rem;
  text-indent: 2rem;
}

.history__content-wrapper {
  margin-bottom: 47px;
}

.history .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.history .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  border-bottom: 1px solid transparent;
  padding: 10px 0 !important;
  color: var(--pallet-black);
  font-weight: var(--font-weight-ja-medium);
}

.history table {
  max-width: 100%;
}

.history__content {
  display: grid;
  grid-template-columns: 1fr 100px 1fr;
  gap: 0 30px;
  min-height: 70px;
}

.history__content:last-of-type .history__year-border-bottom {
  opacity: 0;
}

.history__content:nth-of-type(odd) {
  grid-template-areas:
        "img year event";
}

.history__content:nth-of-type(even) {
  grid-template-areas:
        "event year img";
}

.history__content-1992 {
  min-height: 317px;
}

.history__content-1992 .history__year-border-top {
  display: block;
  height: 165px;
}

.history__content-1992 .history__event {
  align-content: center;
  padding-bottom: 40px;
}

.history__images img,
.history__images-add-wrapper img {
  border-radius: 20px;
}

.history__content-wrapper:nth-of-type(odd) .history__images-add-wrapper-1 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.history__content-wrapper:nth-of-type(odd) .history__images-add-wrapper-2 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.history__content-wrapper:nth-of-type(odd) .history__images-add-wrapper-3 {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
}

.history__content-wrapper:nth-of-type(even) .history__images-add-wrapper-1 {
  grid-column: 3 / 4;
  grid-row: 2 / 3;
}

.history__content-wrapper:nth-of-type(even) .history__images-add-wrapper-2 {
  grid-column: 1 / 2;
  grid-row: 3 / 4;
}

.history__content-wrapper:nth-of-type(even) .history__images-add-wrapper-3 {
  grid-column: 3 / 4;
  grid-row: 4 / 5;
}

.history__year {
  font-family: var(--font-family-en);
  font-weight: var(--font-weight-en-medium);
  font-size: var(--font-size-30px);
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  text-align: center;
  color: var(--pallet-orange);
  grid-area: year;
  position: relative;
  display: flex;
  justify-items: center;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  row-gap: 4px;
}

.history__year-txt {
  padding-top: 5px;
}

.history__year-border-top,
.history__year-border-bottom {
  border-left: 2px solid;
  width: 2px;
  height: calc(100% - 40px);
}

.history__year-border-top {
  display: none;
}

.history__content:has(.history__images-add-wrapper-1) .history__year {
  grid-row: 1 / 3;
}

.history__content:has(.history__images-add-wrapper-2) .history__year {
  grid-row: 1 / 4;
}

.history__content:has(.history__images-add-wrapper-3) .history__year {
  grid-row: 1 / 5;
}

/* .history__year::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 100%;
  background-color: var(--pallet-orange);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
} */

.history__images {
  grid-area: img;
}

.history__event {
  grid-area: event;
}

.history__event p {
  padding-block: 10px;
}


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

  .history-title__space {
    padding-bottom: 28px;
  }
  
  .history-title__ja {
    font-size: var(--font-size-22px);
  }

  .history__content {
    display: grid;
    grid-template-columns: 63px 1fr;
    grid-template-rows: auto auto auto;
    gap: 0 30px;
    min-height: 70px;
  }

  .history__content:nth-of-type(odd),
  .history__content:nth-of-type(even) {
    grid-template-areas:
          "year event"
          "year img";
  }

  .history__images:has(img),
  .history__images-add-wrapper:has(img) {
    padding-bottom: 40px;
  }

  .history__event {
    padding-bottom: 20px;
  }

  .history__year-txt {
    font-size: var(--font-size-27px);
  }

  .history__content:has(.history__images-add-wrapper-1) .history__year {
    grid-row: 1 / 4;
  }

  .history__content:has(.history__images-add-wrapper-2) .history__year {
    grid-row: 1 / 5;
  }

  .history__content:has(.history__images-add-wrapper-3) .history__year {
    grid-row: 1 / 6;
  }

  .history__content-wrapper:nth-of-type(odd),
  .history__content-wrapper:nth-of-type(even)  {

    .history__images-add-wrapper-1 {
      grid-column: 2 / 3;
      grid-row: 3 / 4;
    }

    .history__images-add-wrapper-2 {
      grid-column: 2 / 3;
      grid-row: 4 / 5;
    }

    .history__images-add-wrapper-3 {
      grid-column: 2 / 3;
      grid-row: 5 / 6;
    }

  }

  .history__content-wrapper:nth-of-type(odd), .history__images-add-wrapper-1,
  .history__content-wrapper:nth-of-type(even) .history__images-add-wrapper-1 {
    grid-column: 2 / 3;
    grid-row: 3 / 4;
  }

  .history__content-wrapper:nth-of-type(odd), .history__images-add-wrapper-2,
  .history__content-wrapper:nth-of-type(even) .history__images-add-wrapper-2 {
    grid-column: 2 / 3;
    grid-row: 4 / 5;
  }

  .history__content-wrapper:nth-of-type(odd), .history__images-add-wrapper-3,
  .history__content-wrapper:nth-of-type(even) .history__images-add-wrapper-3 {
    grid-column: 2 / 3;
    grid-row: 5 / 6;
  }

  .history__content-1992 {
    min-height: none;
  }

  .history__content-1992 .history__year-border-top {
    display: none;
  }

  .history__content-1992 .history__event {
    align-content: center;
  }

  .history__content-wrapper {
    margin-bottom: 7px;
  }

  .history {
    padding-block: 60px 11px;
  }

}

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

.recruit-top__wrapper {
  margin-inline: auto;
  padding-block: 60px 120px;
  padding-inline: 5%;
}

.recruit-top {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.6fr 1fr;
  grid-template-areas:
    "img title"
    "img txt"
    "img btn";
  gap: 30px;
  padding: 86px 5%;
  max-width: 1030px;
  color: var(--pallet-white);
  align-items: center;

  .c-title__en-img {
    padding-bottom: 1px;
    width: 134px;
  }

  .recruit-top__img {
    grid-area: img;
    border-radius: 20px;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .recruit-top .c-title {
    grid-area: title;
  }

  .recruit-top .c-title__space {
    padding-bottom: 6px;
  }

  .recruit-top__txt {
    grid-area: txt;
    text-align: center;
    line-height: 2;
  }

  .recruit-top .c-btn__center-wrapper {
    grid-area: btn;
  }

}

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

  .recruit-top__wrapper {
    padding-block: 60px 70px;
  }

  .recruit-top {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas:
      "title"
      "img"
      "txt"
      "btn";
    gap: 27px;
    padding: 50px 5%;
    max-width: 1030px;
    color: var(--pallet-white);
    align-items: center;

  }

  .recruit-top .recruit-top__txt {
    font-size: var(--font-size-15px);
  }

}

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

.contact .c-title__en {
  padding-bottom: 12px;
}

.contact__note {
  text-align: center;
  padding-bottom: 50px;
  line-height: 1.8;
  letter-spacing: 0;
}


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

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

}

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

.instagram {
  padding: 120px 5%;
}

#sb_instagram #sbi_images {
  padding: 0 !important;
}

.instagram .c-title__ja {
  position: relative;
  top: -9px;
}

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

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

#sb_instagram .sbi_photo img {
  border-radius: 20px;
}

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

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

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

#sb_instagram #sbi_images .sbi_item {
  padding-top: 0 !important;
}

.instagram-feed {
  padding-bottom: 40px;
  max-width: 1030px;
  margin-inline: auto;
}

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

  .instagram {
    padding: 70px 5%;
  }

  .instagram .c-title__en-img {
    width: 180px;
  }

  #sb_instagram.sbi_mob_col_3 #sbi_images {
    gap: 5% !important;
  }

}

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

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

  #sb_instagram .sbi_photo img {
    border-radius: 10px;
  }

}

/*-------------------------------------------------------
	Recruit page
-------------------------------------------------------*/

:root :where(#recruit-page_static_page .is-layout-flow) > *,
:root :where(#recruit-page_static_page .is-layout-constrained) > * {
    margin-block-start: 0px;
    margin-block-end: 0;
}

#recruit-page_static_page {
  background-image: url(../images/svg/decoration_ring_and_circle.svg),
  url(../images/svg/decoration_circle_stripe.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 401px 401px, 224px 224px;
  background-position: 48% -126px, 103% 560px;
}

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

/* main */

.recruit-main {
  gap: 20px 7%;
  padding-top: 80px;
  /* max-width: 1920px; */
  aspect-ratio: 1270 / 526;
}

.recruit-main__img-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 526px;
  flex-basis: auto !important;
  flex-grow: 1;
}

.recruit-main__img-01 {
  max-width: 80%;
}

.recruit-main__img-01 img {
  aspect-ratio: 623 / 415;
  object-fit: cover;
}

.recruit-main__img-02 {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  /* max-width: 287px; */
  max-width: 38%;
}

.recruit-main__img-01 img {
  aspect-ratio: 286 / 185;
  object-fit: cover;
}

.recruit-main__title {
  font-size: var(--font-size-32px);
  font-weight: var(--font-weight-ja-medium) !important;
  padding-bottom: 38px;
}

.recruit-main__txt-wrapper {
  width: 58% !important;
  padding-right: 5%;
  flex-basis: auto !important;
  flex-grow: 1;
  padding-bottom: 43px;
}

/* Staff Voice */

.staff-voice__wrapper {
  margin-inline: 5%;
}

.staff-voice {
  padding-top: 65px;
  padding-bottom: 67px;
  padding-inline: 11%;
  position: relative;
  overflow: hidden;
}

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

.staff-voice__img-wrapper {
  width: 100%;
  margin-bottom: 27px;
}

.staff-voice__txt {
  font-size: var(--font-size-16px);
  color: var(--pallet-white);
  text-align: center;
  padding-bottom: 50px;
  letter-spacing: 0;
}

.swiper-staff-voice-wrapper {
  position: relative;
}

.swiper-staff-voice-area {
  position: relative;
}

.swiper-staff-voice-wrapper {
  position: relative;
  margin-bottom: 40px;
}

.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-wrapper {
  margin-bottom: 53px;
}

/* ボタン */

.staff-voice .swiper-button-next:after,
.staff-voice .swiper-button-prev:after {
  content: "";
  display: block;
  transition: transform .3s;
  border-radius: 999px;
  background: var(--pallet-dark-beige);
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-size: var(--font-size-11px) !important;
  font-family: roboto, sans-serif;
  text-align: center;
  text-transform: uppercase;
  color: var(--pallet-black) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--pallet-dark-beige);
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

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

.staff-voice .swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 0 !important;
  left: auto;
  top: -80px !important;
}

.staff-voice .swiper-button-prev, .swiper-rtl .swiper-button-next {
  right: 0 !important;
  left: auto;
  top: -80px !important;
}

.staff-voice .swiper-navigation-icon {
  height: 30%;
  width: 30%;
  position: absolute;
  z-index: 2;
  color: var(--pallet-white);
}


.staff-voice .swiper-horizontal &.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {
  left: -78px !important;
  right: auto !important;
  top: 50% !important;
  bottom: 50% !important;
  transform: translateY(-50%);
}


.staff-voice .swiper-horizontal &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev, &~.swiper-button-next, .swiper-button-next {
  left: auto !important;
  right: -78px !important;
  top: 50% !important;
  bottom: 50% !important;
  transform: translateY(-50%);
}

.staff-voice .swiper-wrapper {
  margin-bottom: 0;
}

.staff-voice a.c-btn {
  min-width: 310px;
}


/* message */

.message {
  margin-inline: auto;
  /* background-image: ; */
  margin-inline: 5% !important;
  margin-top: 90px;
  margin-bottom: 40px !important;
  position: relative;
}

.message .c-title__en {
  padding-bottom: 1px;
}

.message__img-decoration-ring-single img {
  position: absolute;
  top: 222px;
  left: -10%;
  width: 360px !important;
  height: 360px !important;
}

.message-content {
    max-width: calc(1160px + 10%);
    margin-inline: auto !important;
    background-image: url(../images/svg/decoration_circle_orange.svg),
  url(../images/svg/decoration_circle_orange.svg);
    background-size: 130px 130px, 90px 90px;
    background-position: 25% 68px, 10% 86%;
    background-repeat: no-repeat, no-repeat;
}

.message__columns {
  max-width: none;
  column-gap: 8%;
}

.message__title {
  padding-bottom: 40px;
}

.message__img-wrapper {
  position: relative;
  max-height: 641px;
  z-index: 2;
}

.message__img-01 {
  max-width: 180px;
  position: absolute;
  top: 0;
  left: 0;
}

.message__img-02 {
  max-width: 290px;
  position: absolute;
  top: 45%;
  left: 15%;
  transform: translate(15%, -45%);
}

.message__img-03 {
  max-width: 200px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.chef-name {
  font-size: var(--font-size-18px);
}

/* recruit nav */

.recruit-staff-nav__wrapper {
  margin-inline: auto;
  padding: 130px 5% 92px;
  width: 100%;
}

.recruit-staff-nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 9%;
  font-size: var(--font-size-19px);
  max-width: 896px;
  width: 100%;
  margin-inline: auto;
}

.recruit-staff-nav__link {
  background-color: var(--pallet-orange);
  border-radius: 10px;
  padding: 36px 5%;
  /* align-content: center; */
  display: grid;
  justify-content: center;
  align-items: center;
  justify-items: center;
}

.recruit-staff-nav__title {
  font-size: var(--font-size-19px);
  font-weight: var(--font-weight-ja-medium);
  color: var(--pallet-white);
  padding-bottom: 12px;
  letter-spacing: 0.1rem;
}

.recruit-staff-nav__txt {
  display: block;
  max-width: max-content;
  padding: 0 20px 2px;
  text-align: center;
  color: var(--pallet-orange);
  background-color: var(--pallet-white);
  border-radius: 999px;
  font-size: var(--font-size-18px);
}

/* スタッフ */

.recruit-staff {
  margin-inline: 5%;
  padding-top: 30px;
  padding-bottom: 90px;
}

.recruit-staff__columns {
  max-width: 1100px !important;
  margin-inline: auto !important;
  margin-bottom: 70px;
  /* gap: 10px 7%; */
  gap: 27px 7%;
}

.recruit-staff__columns:last-of-type {
  padding-bottom: 90px !important;
}

.recruit-staff__title {
  font-size: var(--font-size-24px);
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: var(--font-weight-ja-medium);
  position: relative;
  max-width: max-content;
  margin-inline: auto;
}

.recruit-staff__title-space {
  padding-bottom: 50px;
}

.recruit-staff__title::before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url(../images/svg/title_product_line_left.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  left: -40px;
}

.recruit-staff__title::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 25px;
  background-image: url(../images/svg/title_product_line_right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 7px;
  right: -40px;
}

.recruit-staff__title-index-large {
  font-size: var(--font-size-26px);
  padding-bottom: 50px;
  font-weight: var(--font-weight-ja-medium) !important;
}

.recruit-staff__title-index-medium {
  font-size: var(--font-size-22px);
  font-weight: var(--font-weight-ja-medium);
  padding-bottom: 20px;
}

/* 募集 */

.job-description {
  padding: 62px 70px 56px;
  background-color: var(--pallet-white);
  border-radius: 20px;
  max-width: 762px;
  margin-inline: auto;
}

.job-description:not(:last-of-type) {
  margin-bottom: 60px;
}

.job-description__space {
  margin-bottom: 60px;
}

.job-description-title__space {
  padding-bottom: 36px;
}

.job-description-title__en {
  text-align: center;
  color: var(--pallet-orange);
  font-size: var(--font-size-16px);
  letter-spacing: 0.1rem;
}

.job-description-title__ja {
  font-size: var(--font-size-24px);
  letter-spacing: 0.1rem;
  text-align: center;
  font-weight: var(--font-weight-ja-medium);
}

/* point */

.part-time-point.job-description {
  padding-top: 60px;
  margin-top: 70px;
}

.part-time-point .job-description-title__en {
  display: none;
}

.part-time-point .job-description-title__ja {
  position: relative;
  letter-spacing: 0;
  color: var(--pallet-orange);
  display: flex;
  column-gap: 20px;
  white-space: nowrap;
  align-items: center;
}

.part-time-point .job-description-title__ja:after {
  content: '';
  display: inline-block;
  width: 100%;
  max-width: 220px;
  height: 1px;
  background-color: var(--pallet-orange);
  vertical-align: middle;
}

.part-time-point .job-description-title__ja::before {
  content: '';
  display: inline-block;
  width: 100%;
  max-width: 220px;
  height: 1px;
  background-color: var(--pallet-orange);
  vertical-align: middle;
}

.part-time-point .job-description__point-list {
  max-width: max-content;
}

.part-time-point .job-description__point-txt {
  font-size: var(--font-size-15px);
  line-height: 1.9;
  display: block;
  border-top: 1px solid var(--pallet-orange);
  padding-top: 47px;
  margin-top: 45px;
}


/* 募集 table */

.job-description .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.job-description .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
  padding: 18px 5%;
  font-weight: var(--font-weight-en-medium);
}

/* 募集 Point */

/* .job-description__point {
  padding: 30px 70px 67px !important;
  background-color: var(--pallet-white);
  border-radius: 20px;
  max-width: 762px;
  margin-inline: auto;
} */

/* 募集一覧 */
.recruit_archive_page {
  padding-block: 50px;
}

/* 募集 詳細 */
#recruit_archive_page {
  padding: 80px 5% 125px;
}

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

  .recruit-main__img-01 {
    max-width: 90%;
  }

  .recruit-main__img-02 {
    max-width: 43%;
  }

}

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

  .recruit-main {
    flex-direction: column;
    aspect-ratio: auto;
  }

  .recruit-main__img-wrapper {
    aspect-ratio: 355 / 242;
    min-height: 0;
    margin-right: 5%;
  }

  .recruit-main__img-01 {
    max-width: 85%;
  }

  .recruit-main__img-02 {
    right: 5%;
  }

  .recruit-main__txt-wrapper {
    padding-right: 0;
    padding-bottom: 0;
  }

  .message {
    margin-top: 50px;
  }

  .message__img-02 {
    left: auto;
    transform: translate(0, -45%);
    right: 0;
  }

}

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

  .recruit-main {
    padding-top: 40px;
    gap: 0 7%;
  }

  .recruit-main__title {
    font-size: var(--font-size-26px);
    line-height: 1.6;
    padding-bottom: 28px;
  }

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

  .recruit-main__txt-wrapper {
    width: 100% !important;
    padding-right: 0;
    padding-bottom: 0;
    padding-inline: 5%;
    position: relative;
    top: -20px;
  }

  .recruit-main__space-50px {
    height: 36px !important;
  }

  .message {
    margin-top: 0;
    margin-bottom: 70px !important;
  }

  .message .c-title__en img {
    width: 157px !important;
    height: auto !important;
  }

  .message__img-02 {
    top: 45%;
    left: 15%;
    transform: translate(15%, -45%);
  }

  .message__img-02 img {
    width: 43vw;
  }

  .message__columns {
    flex-direction: column;
  }

  .message__img-wrapper {
    min-height: 355px;
  }

  .message__img-01 {
    top: -50px;
    left: 0;
  }

  .message-content {
    background-image: url(../images/svg/decoration_circle_orange.svg),
  url(../images/svg/decoration_circle_orange.svg);
    background-size: 60px 60px, 45px 45px;
    background-position: 90% 137px, 55% 465px;
    background-repeat: no-repeat, no-repeat;
  }

  .message-content .wp-block-buttons .wp-block-button__link {
    min-width: 265px;
  }

  .message-content .wp-block-buttons.is-content-justification-right {
    justify-content: center;
  }

  .message-content {
    padding: 40px 5% 50px !important;
  }

  .chef-name {
    font-size: var(--font-size-16px);
  }

  .message__space-03 {
    height: 25px !important;
  }

  .message__space-04 {
    height: 38px !important;
  }

  .message__img-decoration-ring-single img {
    width: 200px !important;
    height: 200px !important;
  }

  .staff-voice__img-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }

  .staff-voice {
    padding-top: 43px;
    padding-bottom: 50px;
    padding-inline: 8%;
  }

  .staff-voice .staff-voice__txt {
    font-size: var(--font-size-15px);
  }

  .staff-voice .c-title__en img {
    width: 187px !important;
  }

  .staff-voice .c-title__en {
    padding: 0 0 3px 0;
  }

  .staff-voice .swiper-horizontal &.swiper-rtl .swiper-button-prev, &.swiper-rtl~.swiper-button-prev, &~.swiper-button-next, .swiper-button-next {
    right: -25px !important;
  }

  .staff-voice .swiper-horizontal &.swiper-rtl .swiper-button-next, &.swiper-rtl~.swiper-button-next, &~.swiper-button-prev, .swiper-button-prev {
    left: -25px !important;
  }

  .swiper-staff-voice-wrapper {
    margin-bottom: 3cqh;
  }

  .recruit-staff-nav {
    grid-template-columns: 1fr;
  }

  .recruit-staff-nav__title {
    font-size: var(--font-size-15px);
  }

  .recruit-staff-nav__txt {
    font-size: var(--font-size-15px);
  }

  .recruit-staff-nav__wrapper {
    padding: 70px 5% 45px;
  }

  .recruit-staff-nav__link {
    padding: 30px 5%;
  }

  .recruit-staff__title {
    font-size: var(--font-size-22px);
  }

  .recruit-staff__title-space {
    padding-bottom: 28px;
  }

  .recruit-staff__title-index-large {
    font-size: var(--font-size-20px);
    text-align: center;
    letter-spacing: -0.01rem !important;
    line-height: 1.6;
    padding-bottom: 27px;
  }

  .recruit-staff__title-index-medium {
    font-size: var(--font-size-18px);
    text-align: center;
    padding-bottom: 20px;
  }

  .recruit-staff__columns-01 {
    margin-bottom: 45px;
  }

  .recruit-staff__columns-02 {
    flex-direction: column-reverse;
    margin-bottom: 65px !important;
  }

  .job-description-title__space {
    padding-bottom: 20px !important;
  }

  /* 募集要項 */

  .job-description-title__ja {
    font-size: var(--font-size-22px);
  }

  .job-description-title__en {
    font-size: var(--font-size-15px);
    padding-bottom: 5px;
  }

  .job-description {
    padding: 50px 5%;
    margin-bottom: 40px;
  }

  .job-description:not(:last-of-type) {
    margin-bottom: 40px;
  }

  /* point */

  .part-time-point.job-description {
    padding-top: 60px;
    margin-top: 70px;
  }

  .part-time-point .job-description__point-list {
    line-height: 1.8 !important;
  }

  .part-time-point .job-description__point-txt {
    font-size: var(--font-size-14px);
    padding-top: 18px;
    margin-top: 26px;
  }

  .recruit-staff {
    padding-bottom: 70px;
  }

  /* ボタン */

  .staff-voice a.c-btn {
    min-width: 265px;
  }

  .staff-voice .swiper-button-next:after, .staff-voice .swiper-button-prev:after {
    width: 40px;
    height: 40px;
  }

  /* .swiper-staff-voice-wrapper {
    position: relative;
    margin-bottom: 10px;
  } */

  .staff-voice .swiper-button-next, .staff-voice .swiper-button-prev {
    display: flex !important;
  }


  /* ボタン tel */
  a.tel-btn {
    padding: 10px 14px;
    font-size: var(--font-size-17px);
  }

  /* ボタン 応募はこちらから */
  a.recruit-contact {
    padding: 14px;
    color: var(--pallet-white);
    font-size: var(--font-size-15px);
    padding-left: 8px;
    margin-block: 10px 0;
    letter-spacing: 0;
  }

}


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

  #recruit-page_static_page {
    background-size: 50vw 50vw, 20vw 20vw;
    background-position: 90% -45px, 103% 333px;
  }

    .message-content {
    background-size: 60px 60px, 45px 45px;
    background-position: 90% 137px, 27% 476px;
  }

  .message__title {
    padding-bottom: 35px;
  }

  .message__img-decoration-ring-single img {
    top: 280px;
    left: -20%;
  }


  .message__img-01 {
    width: 109px;
    top: 0;
  }

  .message__img-02 {
    width: 220px;
  }

  .message__img-03 {
    width: 120px;
  }

  .message__img-wrapper {
    min-height: 385px;
  }

  .job-description__table {
    /* padding: 15px 25px 40px; */
    padding: 0;
  }

  /* .job-description__table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th:first-child,
  .job-description__table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td:first-child {
    width: 105px !important;
  } */

  .job-description__table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
  .job-description__table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 1.2em 5px !important;
  }

  .job-description__table.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th {
    width: 90px !important;
  }

    /* ボタン tel */
  a.tel-btn {
    min-width: 208px;
  }

  a.tel-btn::before {
    left: 18px;
  }

  /* ボタン 応募はこちらから */
  a.recruit-contact {
    min-width: 208px;
  }

}

/*-------------------------------------------------------
	Basic Modal Styles
-------------------------------------------------------*/

/* .modal {
  font-family: -apple-system,BlinkMacSystemFont,avenir next,avenir,helvetica neue,helvetica,ubuntu,roboto,noto,segoe ui,arial,sans-serif;
} */

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background-color: var(--pallet-cream);
  padding: 30px;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 20px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  /* margin-top: 0; */
  margin-bottom: 0;
  font-weight: var(--font-weight-ja-medium);
  font-size: var(--font-size-22px);
  line-height: 1.25;
  color: var(--pallet-orange);
  box-sizing: border-box;
  max-width: max-content;
  margin-inline: auto;
}

.modal__close {
  background: transparent;
  border: 0;
  position: absolute;
  top: 15px;
  right: 15px;
}

.modal__header .modal__close:before {
   content: "\2715";
   font-size: var(--font-size-18px);
}

.modal__close:hover {
  cursor: pointer;
}

.modal__content {
  margin-top: 2rem;
  margin-bottom: 2rem;
  line-height: 1.5;
  color: rgba(0,0,0,.8);
}

.modal__btn {
  /* font-size: .875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: .5rem;
  padding-bottom: .5rem;
  background-color: #e6e6e6;
  color: rgba(0,0,0,.8);
  border-radius: .25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  -webkit-appearance: button;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  transition: -webkit-transform .25s ease-out;
  transition: transform .25s ease-out;
  transition: transform .25s ease-out,-webkit-transform .25s ease-out; */
}

.modal__footer {
  text-align: center;
}

.modal__btn {
  padding: 14px;
  min-width: 200px;
  height: auto;
  display: inline-block;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--pallet-orange);
  background-color: var(--pallet-orange);
  border-radius: 9999px;
  color: var(--pallet-white);
  font-size: var(--font-size-15px);
  position: relative;
  transition: all 0.3s ease;
}

.modal__btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 11px;
  aspect-ratio: cos(30deg);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: var(--pallet-white);
  top: 50%;
  right: 25px;
  transform: translateY(-50%);
  transition: all 0.3s ease;
}

.modal__btn:hover {
  opacity: 1;
  background: var(--pallet-white);
  color: var(--pallet-orange);
  cursor: pointer;
}

.modal__btn:hover::after {
  background: var(--pallet-orange);
}


/* .modal__btn:focus, .modal__btn:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: var(--pallet-orange);
  color: var(--pallet-white);
} */

/*-------------------------------------------------------
	Animation Style
-------------------------------------------------------*/

@keyframes mmfadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes mmfadeOut {
    from { opacity: 1; }
      to { opacity: 0; }
}

@keyframes mmslideIn {
  from { transform: translateY(15%); }
    to { transform: translateY(0); }
}

@keyframes mmslideOut {
    from { transform: translateY(0); }
    to { transform: translateY(-10%); }
}

.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn .3s cubic-bezier(0.0, 0.0, 0.2, 1);
  z-index: 120;
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut .3s cubic-bezier(0.0, 0.0, 0.2, 1);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut .3s cubic-bezier(0, 0, .2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

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

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