@charset "utf-8";

/*-------------------------------------------------------
	common
-------------------------------------------------------*/
:root {
  --pallet-black: #000000;
  --pallet-gray: #808080;
  --pallet-white: #ffffff;
  --pallet-red: #E2041B;

  --pallet-gradation-gray: linear-gradient(var(--pallet-black), var(--pallet-gray));

  --8px: 0.5rem;
  --9px: 0.5625rem;
  --10px: 0.625rem;
  --11px: 0.6875rem;
  --12px: 0.75rem;
  --13px: 0.8125rem;
  --14px: 0.875rem;
  --15px: 0.9375rem;
  --16px: 1rem;
  --17px: 1.0625rem;
  --18px: 1.125rem;
  --19px: 1.1875rem;
  --20px: 1.25rem;
  --21px: 1.3125rem;
  --22px: 1.375rem;
  --23px: 1.4375rem;
  --24px: 1.5rem;
  --25px: 1.5625rem;
  --26px: 1.625rem;
  --27px: 1.6875rem;
  --28px: 1.75rem;
  --29px: 1.8125rem;
  --30px: 1.875rem;
  --31px: 1.9375rem;
  --32px: 2rem;
  --33px: 2.0625rem;
  --34px: 2.125rem;
  --35px: 2.1875rem;
  --36px: 2.25rem;
  --37px: 2.3125rem;
  --38px: 2.375rem;
  --39px: 2.4375rem;
  --40px: 2.5rem;
  --41px: 2.5625rem;
  --42px: 2.625rem;
  --43px: 2.6875rem;
  --44px: 2.75rem;
  --45px: 2.8125rem;
  --46px: 2.875rem;
  --47px: 2.9375rem;
  --48px: 3rem;
  --49px: 3.0625rem;
  --50px: 3.125rem;
  --51px: 3.1875rem;

  --54px: 3.375rem;

  --60px: 4.125rem;

  --66px: 3.75rem;

  --71px: 4.4375rem;

  --90px: 5.625rem;

  --108px: 6.75rem;

  --112px: 7rem;

  --152px: 9.5rem;

  --180px: 11.25rem;

  --247px: 15.4375rem;

  --font-family-en: 'Roboto', sans-serif;
  --font-style-en: normal;
  --font-weight-en: 500;
  --font-weight-en-bold: 700;

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

  --width-1960px: 1960px;
	--width-1366px: 1366px;
  --width-1166px: 1166px;
  --width-pc-inner-space: calc(var(--width-pc-inner) + 10%);
  --width-1500px-space: calc(1500px + 10%);
  --width-1300px-space: calc(1300px + 10%);
  --width-1200px-space: calc(1200px + 10%);
  --width-1100px-space: calc(1100px + 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%);
}

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-white);
  background-color: var(--pallet-black);
  font-size: var(--15px);
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

.visibility_hidden {
  visibility: hidden;
}

.uppercase {
  text-transform: uppercase;
}

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

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

.word_part {
  display: inline-block;
}

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

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

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

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

/* 共通タイトル */
.c-title {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--43px);
  /* padding: 80px 0 55px 5%; */
  /* padding: 80px 0 55px 6vw; */
  padding: 100px 0 55px 90px;
}

.c-title.c-title_plain {
  padding: 80px 0 55px 90px;
}

.c-title_wrapper {
  position: relative;
  max-width: 400px;
  display: inline-block;
  margin-left: 5%;
  /* display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 0; */
}

/* 共通レイアウト */
.l-contents-space {
  width: 100%;
  height: auto;
  padding-right: 5%;
  padding-left: 5%;
  margin: 0 auto;
}

/* 共通ボタン */

.c-btn {
  border: 1px solid var(--pallet-white);
  padding: 12px 10px 15px;
  width: 200px;
  display: inline-block;
  text-align: center;
}

.c-btn.c-btn_black {
  border: 1px solid var(--pallet-white);
  color: var(--pallet-white);
  background-color: var(--pallet-black);
}

.c-btn_center_wrapper {
  text-align: center;
  position: relative;
  z-index: 2;
}

.c-btn.c-btn_en {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--12px);
  padding: 18px 10px;
}

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

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

  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  /* .c-title {
    padding: 60px 0 30px 5%;
  } */

  .c-title_wrapper {
    margin-left: 0;
    margin-left: 0;
    max-width: none;
    width: 100%;
  }

  .c-title {
    padding: 50px 0 27px 6vw;
  }

  .c-title.c-title_plain {
    padding: 50px 0 27px 6vw;
  }

  .c-btn.c-btn-modal {
    margin: 0 auto;
    background: var(--pallet-black);
  }
  
}

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

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

.header {
	width: 100%;
	height: 91px;
	position: sticky;
	top: 0;
	right: 0;
	left: 0;
	z-index: 99;
}

.header_wrapper {
  display: flex;
  align-items: center;
  width: 100%;
  height: inherit;
  justify-content: space-between;
  padding: 0 110px 0 35px;
}

#blog_archive_page .header_wrapper,
#blog_post_page .header_wrapper,
#news_archive_page .header_wrapper,
#news_post_page .header_wrapper {
    background: rgba(0, 0, 0, 0.2);
}

.header_logo_img {
  width: 240px;
  height: auto;
  filter: drop-shadow(0px 0px 1px #000000);
}

.header_nav_menu_wrapper {
  display: flex;
  align-items: center;
  gap: 7px;
  background: rgba(0, 0, 0, 0.2);
  padding: 5px 20px;
  border-radius: 5px;
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--16px);
  letter-spacing: 0.1rem;
}

.nav_menu_wrapper {
  margin-bottom: 27px;
}

.nav_menu_en {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--25px);
  white-space: nowrap;
  padding-right: 5px;
  letter-spacing: 0.08rem;
}

.nav_menu_ja {
  font-size: var(--12px);
  letter-spacing: 0.1rem;
}

/* オンラインショップ */
.hamburger_link_wrapper {
  display: flex;
  gap: 10px;
  text-align: center;
  margin-bottom: 25px;
}

a.hamburger_link {
  background-color: black;
  padding: 10px 12px;
  flex-grow: 1;
  flex-shrink: 1;
	flex-basis: 0;
}

.hamburger_link_en {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--18px);
  white-space: nowrap;
  display: block;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}

.hamburger_link_ja {
  font-size: var(--12px);
  display: block;
}

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

/* sns */
.hamburger_sns_wrapper {
  display: flex;
  gap: 10px;
  align-items: center;
}

.hamburger_sns {
  width: 35px;
  height: auto;
}

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

.humberger:hover {
	cursor: pointer;
}

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

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

/* オンラインショップ */
a.c-btn_onlineshop {
  height: 60px;

}

.c-btn_onlineshop_txt {
  display: none;
}

a.c-btn_onlineshop::before {
  margin: 0;
}

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

.humberger {
  display: block;
  width: 91px;
  height: 91px;
  /* margin-left: auto; */
  position: relative;
  z-index: 100;
  border: none;
  background-color: var(--pallet-red);
  position: fixed;
  top: 0;
  right: 0;
}

.humberger_logo_img {
  width: 220px;
  height: auto;
  margin: 0 auto 0 25px;
  display: block;
}

.humberger.-active .humberger__line {
  background-color: transparent;
}

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

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

.humberger.-active .humberger__text::before {
content: '';
}

.humberger__line {
  display: block;
  height: 2px;
  position: absolute;
  /* top: 23px; 文字が入るとき */
  /* transform: translateX(-50%); 文字が入るとき */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  background-color: var(--pallet-white);
  transition: 0.4s;
}

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

.humberger__line:before {
  top: -10px;
}

.humberger__line:after {
  top: 10px;
}

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

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

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

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

.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 {
  padding-bottom: 5px;
  /* border-bottom: 2px solid #e7e9ee; */
}

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

/* .global-navigation__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--pallet-brown);
  font-weight: 900;
  transition: color 0.4s;
  font-size: 0.875rem;
} */

/* .global-navigation__link.-accordion {
  position: relative;
  background: none;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0;
}

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

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

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

.ml_hamburger_btn {
  text-align: center;
}

a.ml_hamburger_btn {
  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;
}


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

  .header {
    height: 60px;
  }

  .humberger {
    height: 60px;
    width: 60px;
  }

  .humberger__line {
    width: 24px;
  }

  .humberger__line:before {
    top: -7px;
  }

  .humberger__line:after {
    top: 7px;
  }

  .header__nav-area {
    width: 100%;
    min-width: 0;
    max-width: none;
    padding-top: 30px;
  }

  .header_nav_menu_wrapper {
    display: none;
  }

  .header_logo_img {
    width: 168px;
    padding-top: 15px;
  }
  
}

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

.footer {
  background-color: var(--pallet-red);
  padding-top: 40px;
  padding-bottom: 22px;
  position: relative;
}

.footer_logo_wrapper {
  text-align: center;
  padding-bottom: 22px;
}

.footer_logo {
  width: 246px;
  height: auto;
}

.footer_sns_wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding-bottom: 30px;
}

.footer_sns {
  width: 35px;
  height: 35px;
}

.copyright {
  color: var(--pallet-black);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--12px);
  text-align: center;
}

/* イメージ */
#index_page .footer_image_wrapper .n2-ss-slide,
#index_page .footer_image_wrapper .n2-ss-slider-2.n2-ow,
#index_page .footer_image_wrapper .n2-ss-layers-container {
  width: 100vw !important;
  height: 450px;
}

/* ボタン */
.footer_btn_wrapper {
  display: flex;
  gap: 1px;
  justify-content: center;
  align-items: center;
  background-color: var(--pallet-white);
}

.footer_btn_link {
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
  padding: 38px 10px 38px;
  background-color: var(--pallet-black);
  text-align: center;
  font-size: var(--25px);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}


/* トップへ戻る */
.go-to-top {
  position: absolute;
  right: 30px;
  bottom: 30px;
  transition: all 0.3s ease;
}

.top-move-link {
  width: 60px;
  height: auto;
}

.go-to-top:hover {
  cursor: pointer;
  opacity: 0.7;
}

@media screen and (max-width: 900px) {
  
  .footer_logo_wrapper {
    text-align: left;
    padding-bottom: 15px;
  }

  .footer_sns_wrapper {
    justify-content: flex-start;
  }

  .copyright {
    text-align: left;
  }

  .top-move-link {
    width: 48px;
    height: auto;
  }

  .footer_logo {
    width: 186px;
    height: auto;
  }

  .go-to-top {
    right: 30px;
    bottom: auto;
    top: 35px;
  }

  /* イメージ */
  #index_page .footer_image_wrapper .n2-ss-slide,
  #index_page .footer_image_wrapper .n2-ss-slider-2.n2-ow,
  #index_page .footer_image_wrapper .n2-ss-layers-container {
        height: 140px;
  }


}

/*-------------------------------------------------------
	main image
-------------------------------------------------------*/

.main_image_txt_wrapper {
  position: absolute;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.7);
  width: 50vw;
  max-width: 630px;
  padding: 40px 20px 40px 80px;
  line-height: 3;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  letter-spacing: 0.13rem;
}

.main_image {
  position: relative;
}

#index_page .main_image .n2-ss-slide,
#index_page .main_image .n2-ss-slider-2.n2-ow,
#index_page .main_image .n2-ss-layers-container {
  width: 85vw !important;
  height: calc(100vh - 166px);  /* 91px - 75px */
  height: calc(100svh - 166px);  /* 91px - 75px */
  /* aspect-ratio: 613 / 314; */
  min-height: 500px;
  /* height: calc(100vh - 140px) !important; */
  margin-bottom: 80px;
  margin-right: 0;
  margin-left: auto;
}

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

  .main_image {
    margin-top: 20px;
    margin-bottom: 80px;
  }

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

  .main_image_txt_wrapper {
    width: 80%;
    max-width: 350px;
    padding: 40px 5px 40px 25px;
    transform: none;
    top: auto;
    bottom: -50px;
  }

  #index_page .main_image .n2-ss-slide,
  #index_page .main_image .n2-ss-slider-2.n2-ow,
  #index_page .main_image .n2-ss-layers-container {
    height: calc(100vh - 138px);     /* 80px - 58px */
    height: calc(100svh - 138px);    /* 80px - 58px */
    min-height: auto;
  }

}

/*-------------------------------------------------------
	トップページ - Online shop
-------------------------------------------------------*/

.online_shop {
  position: relative;
}

a.online_shop_banner_link {
  text-align: center;
  display: block;
  margin-bottom: 40px;
  max-width: max-content;
  margin: 0 auto 40px;
}

.online_shop_txt_wrapper {
  margin: 0 auto;
  max-width: 600px;
}

.online_shop_txt {
  width: fit-content;
  margin: 0 auto;
  line-height: 2;
}

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

  .online_shop_txt br {
    display: none;
  }

  a.online_shop_banner_link {
    margin-bottom: 25px;
  }

}

/*-------------------------------------------------------
	トップページ - App
-------------------------------------------------------*/

.app {
  background: var(--pallet-gradation-gray);
  padding-bottom: 120px;
  position: relative;
}

.app_txt_medium {
  text-align: center;
  padding-bottom: 30px;
  font-size: var(--25px);
  font-weight: var(--font-weight-ja-bold);
  letter-spacing: 0.2rem;
}

.app_txt_medium::before {
  content: '';
  display: inline-block;
  width: 21px;
  height: 30px;
  background-image: url(../images/svg/fukidashi_left.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 10px;
}

.app_txt_medium::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 30px;
  background-image: url(../images/svg/fukidashi_right.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 10px;
}

.app_txt_large {
  font-size: var(--41px);
  font-weight: var(--font-weight-ja-bold);
  letter-spacing: 0.2rem;
}

.app_icon_wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  padding-bottom: 48px;
}

.app_icon_img {
  width: 100px;
  height: auto;
}

.app_img_wrapper {
  display: flex;
  gap: 65px;
  justify-content: center;
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.app_mobile_img {
  width: 376px;
  height: auto;
}

.app_illustration {
  width: 336px;
  height: auto;
}

.app_list_wrapper {
  max-inline-size: max-content;
  margin-inline: auto;
  max-width: 500px;
  margin: 0 auto;
  padding-bottom: 53px;
}

.app_list_title {
  background-color: var(--pallet-red);
  text-align: center;
  padding: 4px 40px 6px;
  font-size: 19px;
  display: block;
  text-align: center;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  /* max-inline-size: max-content; */
  /* margin-inline: auto; */
  margin-bottom: 20px;
}

.app_ul {
  line-height: 2.1;
}

.app_li {
  position: relative;
  text-indent: 1rem;
  font-size: var(--18px);
}

.app_li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  border: 6px solid transparent;
  border-left: 10px solid var(--pallet-white);
}

.app_br {
  display: none;
}

/* app link */
.app_link_area {
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: stretch;
}

.app_link_wrapper {
  display: flex;
  flex-direction: column;
  /* align-content: center; */
  align-items: center;
  gap: 17px;
}

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

    .app {
      padding-bottom: 60px;
    }

    .app_img_wrapper {
        gap: 40px;
        flex-direction: column;
        align-items: center;
    }

    .app_link_area {
        gap: 7%;
    }

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

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

    .app_icon_img {
      width: 74px;
      height: auto;
    }

    .app_mobile_img {
      width: 236px;
    }

    .app_illustration {
      width: 290px;
    }

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

    .app_li {
      font-size: var(--14px);
      padding-left: 1rem;
      text-indent: 0;
    }

    .app_li::before {
      top: 0.6rem;
    }

    .app_list_wrapper {
      padding-bottom: 35px;
    }

}

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

  .app_txt_medium {
    position: relative;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 18px;
  }

  .app_txt_medium::before {
    position: absolute;
    top: 13px;
    left: -20px;
  }

  .app_txt_medium::after {
    position: absolute;
    top: 13px;
    right: -20px;
  }

  .app_br {
    display: block;
  }
  
}


/*-------------------------------------------------------
	トップページ - Item カテゴリー
-------------------------------------------------------*/

.item {
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
}

.product_category_banner_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 18px;
}

.product_category_banner {
	/* flex-grow: 1;
  flex-shrink: 1;
	flex-basis: 0; */
  width: calc( (100% - 60px) / 3 );
}

.product_category_name {
  font-size: var(--47px);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  position: absolute;
  z-index: 2;
  padding: 5%;
  line-height: 1.05;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
}

/* 画像比率 */

.product_category_img_wrapper {
  position: relative;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product_category_img_wrapper::before {
  content: "";
  display: block;
  padding-top: 57%;
}
 
.product_category_img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

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

    .item {
      padding-bottom: 60px;
      padding-top: 0;
    }

    .product_category_banner_wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 30px;
        flex-direction: column;
        margin: 0 auto;
        max-width: 500px;
    }

    .product_category_banner {
        width: 100%;
        position: relative;
        z-index: 2;
    }

    .product_category {
      padding-top: 0;
      padding-bottom: 60px;
    }
    

}

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

.news-top {
  background-color: var(--pallet-white);
  color: black;
  padding-top: 50px;
  padding-bottom: 100px;
  background-color: var(--pallet-white);
  background-image: url(../images/svg/moon_silver.svg);
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: 98% 50px;
}

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

  .news-top {
    padding-top: 0;
    padding-bottom: 50px;
    background-size: 166px auto;
    background-position: 105% 26px;
  }

}

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

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

.news_list {
  position: relative;
}

.news_list_link {
  display: flex;
  gap: 5%;
  position: relative;
  align-items: center;
}

.news_list_thumbnail_wrapper,
.news_txt_wrapper {
  flex-grow: 1;
  flex-shrink: 1;
	flex-basis: 0;
}

.news_contents_abbr {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.news_contents_abbr span {
  color: var(--pallet-black) !important;
  font-size: var(--15px) !important;
}

.news_txt_wrapper {
  padding-bottom: 100px;
}

.c-btn_news_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5%;
  position: absolute;
  bottom: 20%;
  width: 100%;
}

.c-btn_news_wrapper .c-btn.c-btn_black {
  grid-column: 2 / 3;
}

.news_read_more {
  text-decoration: underline;
}

.news_date {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  padding-bottom: 10px;
}

.news_title {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-bold);
  font-size: var(--18px);
  padding-bottom: 10px;
}

.news_read_more {
  padding-top: 6px;
  display: block;
}

.news_contents_abbr img {
  display: none;
}

/* 画像比率 */

.news_list_thumbnail_wrapper {
  display: block;
  position: relative;
  width: 31%;
}
 
.news_list_thumbnail_wrapper::before {
  content: "";
  display: block;
  padding-top: 70%;
}
 
.news_list_thumbnail {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  object-fit: cover;
}

/* 画像なし */

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

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

/*-------------------------------------------------------
	news archive 一覧
-------------------------------------------------------*/

.news-archive {
  position: relative;
  background-color: var(--pallet-white);
  color: var(--pallet-black);
}

.news-archive .news_date {
  width: max-content;
  background-color: var(--pallet-white);
}

.news-archive .news_title {
  width: max-content;
  background-color: var(--pallet-white);
}

.news-archive .news_contents_abbr {
  background-color: var(--pallet-white);
}

.news_txt_wrapper.news_txt_wrapper_archive {
  padding-bottom: 0;
}

#news_archive_page .news_contents_abbr span {
  color: var(--pallet-white) !important;
}

#news_archive_page .news_list {
  padding-bottom: 80px;
}

.news_list_wrapper.l-contents-space {
  max-width: var(--width-1100px-space);
  z-index: 2;
  position: relative;
}

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

  .news_list_wrapper.l-contents-space {
      max-width: 500px;
      margin: 0 auto;
    }

    .news_list_link {
        display: flex;
        gap: 15px;
        flex-direction: column;
        align-items: flex-start;
    }

    .news_list_thumbnail_wrapper {
        display: block;
        position: relative;
        width: 100%;
    }

    .c-btn_news_wrapper {
        display: block;
        position: static;
        text-align: center;
    }

    .news_txt_wrapper {
        padding-bottom: 30px;
    }

    #news_archive_page .news_list {
      padding-bottom: 50px;
    }

    .news-archive .news_title {
      width: auto;
    }
}

/*-------------------------------------------------------
	news & blog post 詳細
-------------------------------------------------------*/

.news-post,
.blog-post {
  background-color: var(--pallet-white);
  color: var(--pallet-black);
}

.news-detail {
  max-width: calc(680px + 10%);
  margin-bottom: 100px;
}

.news_body {
  line-height: 2;
  position: relative;
  z-index: 2;
}

.news_body p {
  background-color: var(--pallet-white);
  width: max-content;
}

.news_body img {
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-detail_image_wrapper {
  margin: 0 auto 40px;
  text-align: center;
}

.news-detail_image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.news-detail_info_date {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--15px);
}

.news-detail_title {
  font-size: var(--24px);
  padding-bottom: 40px;
}

.page-move-area {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--12px);
  padding-bottom: 100px;
}

.prev-page,
.next-page {
  width: 70px;
}

.prev-page {
  text-align: right;
}

.next-page {
  text-align: left;
}

.star_disappear_area_pattern_02.star_disappear_area_pattern_02_blog_post {
  max-width: 100vw;
  overflow: hidden;
}

/* カテゴリー nav */

.tag-area {
  border-top: 1px solid;
  padding-top: 80px;
  padding-bottom: 80px;
}

.tag_title {
  text-align: center;
  font-size: var(--16px);
  padding-bottom: 26px;
}

.tags {
  display: flex;
  gap: 30px;
  justify-content: center;
}

/* カレントページ */
.selected_tag {
  text-decoration: underline;
}


/* お知らせのみ */
#news_post_page .news-detail_info {
  display: flex;
  gap: 20px;
  align-items: center;
}

#news_post_page .news-detail_category_wrapper {
  display: flex;
  gap: 15px;
  margin-bottom: 3px;
}

#news_post_page .news-detail_category {
  padding: 2px 12px 4px;
  border: 1px solid;
  font-size: var(--14px);

}

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

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

  .news_body p {
    width: auto;
  }

  .news-detail {
    margin-bottom: 50px;
  }

  .news-detail_image_wrapper {
    margin: 0 auto;
  }

  .news-detail_image {
    margin-top: 10px;
    margin-bottom: 15px;
  }
  
  .news-detail_info {
    margin-bottom: 5px;
  } 

  #news_post_page .news-detail_category {
    font-size: var(--12px);
    padding: 1px 7px 3px;
  }

  #news_post_page .news-detail_category_wrapper {
    gap: 10px;
  }

  .page-move-area {
    gap: 15px;
    margin-bottom: 60px;
  }

  .tag-area {
    padding-top: 60px;
    padding-bottom: 60px;
  }

}

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

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

#page_move_block {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  position: relative;
}

/* .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-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--12px);
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  padding: 10px;
}

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

.pagination .prev_icon::after {
  content: "< Prev";
}

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

/* .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;
  border-bottom: 1px solid;
}

/* .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(--16px);
  text-decoration: none;
  /* border: 1px solid var(--pallet-brown); */
  border-radius: 50%;
  width: 15px;
  height: 42px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
}

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

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

  .pagination .prev_icon::after,
  .pagination .next_icon::before {
    font-size: var(--13px);
  }

  .pagination .prev_icon {
    bottom: -50px;
    left: 130px;
    white-space: nowrap;
  }
  
  .pagination .next_icon {
    bottom: -50px;
    right: 130px;
    white-space: nowrap;
  }

}

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

/* 一覧 */

.l-product {
  padding-bottom: 150px;
  position: relative;
}

.product-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 5%;
  position: relative;
  z-index: 2;
}

.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: 12px;
}

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

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

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

.product.active::-webkit-scrollbar-thumb,
.product-overlay .product .description-area::-webkit-scrollbar-thumb {
  overflow: hidden;
  background: #ffffff;
  border: 5px solid rgba(0, 0, 0, 0);
  background-clip: padding-box;
  border-radius: 9999px;
}

/* カテゴリー nav */

.product_category_nav {
  border-top: 1px solid;
  padding-top: 80px;
  padding-bottom: 80px;
}

.product_category_nav_title {
  text-align: center;
  font-size: var(--16px);
  padding-bottom: 26px;
}

.product_category_list_s_ul {
  display: flex;
  gap: 20px 30px;
  justify-content: center;
  flex-wrap: wrap;
}

/* カレントページ */
#product_category_chefs_special .product_category_list_s_link.chefs_special,
#product_category_petit_gateau .product_category_list_s_link.petit_gateau,
#product_category_decoration_cake .product_category_list_s_link.decoration_cake,
#product_category_gift .product_category_list_s_link.gift,
#product_category_cafe_menu .product_category_list_s_link.cafe_menu {
  text-decoration: underline;
}

/* modal */

.name {
  font-size: var(--20px);
  font-weight: bold;
}

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

.explanation {
  padding-bottom: 18px;
  line-height: 1.8;
}

.explanation p {
  background-color: var(--pallet-black);
}

.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-black);
  z-index: 200;
  color: var(--pallet-white);
  /* overflow-y: auto; */
}

.product-overlay .close-product-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 99;
  width: 90px;
  height: 90px;
}

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

.product-overlay .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;
  width: 90%;
  margin: auto;
  max-width: var(--width-1200px-space);
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5%;
  align-items: center;
} */

.product-overlay .product {
  transition: opacity 0.3s ease-out;
  opacity: 0;
  height: 0;
  overflow: hidden;
  display: grid;
  width: 85%;
  margin: auto;
  /* max-width: 900px; */
  /* max-width: var(--width-1200px-space); */
  max-width: 1200px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* padding: 5%; */
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-items: center;
  justify-content: center;
  gap: 40px;
  /* margin-right: 5%; */
  /* margin-left: 5%; */
}

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

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

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

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

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

/* .product-overlay .product .description-area {
  position: relative;
  width: 40%;
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 15px;
} */

.product-overlay .product .description-area {
  width: 100%;
  overflow-y: auto;
  max-height: clamp(26.25rem, -45rem + 126.67vw, 50rem);/* 420-800px 画面サイズ900px-1200px */
  padding-right: 20px;
  text-shadow: 1px 1px 2px rgba(000, 000, 000, 0.3),
	-1px -1px 2px rgba(000, 000, 000, 0.3),
	-1px 1px 2px rgba(000, 000, 000, 0.3),
	1px -1px 2px rgba(000, 000, 000, 0.3),
	0px 1px 2px rgba(000, 000, 000, 0.3), 
	0 -1px 2px rgba(000, 000, 000, 0.3),
	-1px 0 2px rgba(000, 000, 000, 0.3),
	1px 0 2px rgba(000, 000, 000, 0.3);
}

#item .item-body ul {
  display: grid;
  gap: 50px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  max-width: var(--width-pc-inner);
  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%;
}

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

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

.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); */
  grid-template-columns: repeat(6, 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;
}

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

/* カテゴリー */

.product_category_archive .product_category_banner_wrapper {
  max-width: var(--width-800px-space);
}

.product_category_archive .product_category_name {
  font-size: var(--28px);
}


@media screen and (max-height: 750px) {

  .product-overlay .product .description-area {
    max-height: 500px;
  }

}


@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: 100%;
    max-width: 400px;
    padding: 60px 5% 50px;
  }

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

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

  .product-overlay .product .description-area {
    width: 100%;
    margin: 20px auto 0;
    padding-right: 0;
    max-height: none;
  }

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

  .product-overlay .close-product-overlay {
    bottom: unset;
    top: 0;
	  right: 0;
    width: 60px;
    height: 60px;
  }

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

  .product-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .l-product {
    padding-bottom: 45px;
  }

  .product_category_nav {
    padding-top: 40px;
    padding-bottom: 45px;
  }

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

  .product_category_archive .product_category_img_wrapper::before {
    padding-top: 35%;
  }

  .product_category_archive .product_category_banner {
    max-width: 300px;
    margin: 0 auto;
  }
  
}

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

  .product-list {
    grid-template-columns: repeat(2, 1fr);
  }

}


/*-------------------------------------------------------
	トップページ - Cafe
-------------------------------------------------------*/

.cafe {
  position: relative;
}

.cafe_contents_wrapper.l-contents-space {
  display: flex;
  gap: 5%;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
  z-index: 2;
}

.cafe_txt {
  line-height: 2;
}


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

  .cafe_contents_wrapper.l-contents-space {
    flex-direction: column;
    gap: 20px;
  }

  .cafe_txt br {
    display: none;
  }

}

/*-------------------------------------------------------
	about StellaLune 共通
-------------------------------------------------------*/

.about_illustration_wrapper {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.about_illustration {
  padding-top: 50px;
  padding-right: 30px;
  padding-left: 30px;
  margin: 0 auto;
  display: block;
  position: relative;
  bottom: -30px;
  width: 100%;
  max-width: 560px;
  height: auto;
}

.about_line {
  position: absolute;
  bottom: 180px;
}

.about_contents_wrapper {
  position: relative;
}

.about_ground {
  width: 100vw;
  height: 150px;
  background-color: var(--pallet-black);
}


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

    .about_stellalune {
        overflow: hidden;
    }

    .about_ground {
      height: 70px;
    }

}

/*-------------------------------------------------------
	トップページ - about StellaLune
-------------------------------------------------------*/

.about_stellalune .c-title {
  position: relative;
  z-index: 2;
}

.about_txt_wrapper {
  text-align: center;
}

.about_txt {
  padding-bottom: 40px;
  text-align: center;
  padding-right: 5%;
  padding-left: 5%;
  line-height: 2;
  font-size: var(--15px);
}

.about_stellalune_top {
  background: var(--pallet-gradation-gray);
  position: relative;
}

.about_stellalune_top .c-btn_center_wrapper {
  position: relative;
  z-index: 2;
}

/*-------------------------------------------------------
	about StellaLune
-------------------------------------------------------*/

.about_illustration_wrapper_gradation {
  background: var(--pallet-gradation-gray);
}

.about_stellalune_txt_wrapper {
  padding-bottom: 100px;
  position: relative;
}

.about_stellalune_txt {
  text-align: center;
  line-height: 2.95;
  font-size: var(--17px);
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1),
	-2px -2px 3px rgba(0, 0, 0, 1),
	-2px 2px 3px rgba(0, 0, 0, 1),
	2px -2px 3px rgba(0, 0, 0, 1),
	0px 2px 3px rgba(0, 0, 0, 1), 
	0 -2px 3px rgba(0, 0, 0, 1),
	-2px 0 3px rgba(0, 0, 0, 1),
	2px 0 2px rgba(0, 0, 0, 1);
  position: relative;
  z-index: 3;
}

.about_stellalune_img_01_wrapper {
  margin-bottom: 120px;
}

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

.about_stellalune_img_02_wrapper {
  position: relative;
  max-width: var(--width-1100px-space);
  margin: 0 auto;
}

.about_stellalune_img_02_1_wrapper {
  position: absolute;
  top: 0;
  left: 5%;
}

.about_stellalune_img_02_2-3_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  flex-direction: row-reverse;
  position: relative;
  padding-top: 150px;
  padding-bottom: 220px;
  margin: 0 auto 100px;
}

.about_stellalune_img_02_3_wrapper {
  margin-right: -150px;
  margin-bottom: -220px;
  z-index: 4;
}

.about_stellalune_img_02_1 {
  width: 550px;
  height: auto;
}

.about_stellalune_img_02_2 {
  width: 333px;
  height: auto;
}

.about_stellalune_img_02_3 {
  width: 409px;
  height: auto;
}

.about_stellalune_img_03_wrapper {
  z-index: 2;
  position: relative;
  padding-left: 20vw;
}

.about_stellalune_img_03_1 {
  width: 550px;
  height: auto;
  position: relative;
  z-index: 2;
  /* height: 375px; */
}


/* シェフ */

.chef {
  position: relative;
}

.chef_info_wrapper {
  display: flex;
  gap: 6%;
  justify-content: center;
  padding-bottom: 150px;
  position: relative;
  z-index: 2;
}

.chef_txt_wrapper {
  padding-top: 80px;
}

.chef_name {
  padding-bottom: 36px;
}

.chef_name_slogan {
  display: block;
  font-size: var(--17px);
  padding-bottom: 12px;
}

.chef_name_ja {
  font-size: var(--24px);
  margin-right: 15px;
  letter-spacing: 0.25rem;
}

.chef_name_en {
  font-size: var(--16px);
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
}

.chef_dl {
  display: grid;
  grid-template-columns: 63px 1fr;
  gap: 0 20px;
}

.chef_dt,
.chef_dd {
  line-height: 2;
}

.chef_dd_space {
  padding-left: 1.7rem;
}

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

  .about_stellalune_txt_wrapper {
    padding-bottom: 60px;
  }

  .about_stellalune_img_02_1_wrapper {
    left: 0;
    right: 18%;
  }

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

  .about_stellalune_img_02_2-3_wrapper {
    padding-top: 300px;
    padding-bottom: 220px;
    margin: 0 auto 100px;
  }

  .about_stellalune_img_01_wrapper {
    margin-bottom: 70px;
  }

  .about_stellalune_img_02_3_wrapper {
    margin-right: -34px;
    margin-bottom: -106px;
    z-index: 2;
  }

  .about_stellalune_img_02_2-3_wrapper {
    padding-top: 260px;
    padding-bottom: 138px;
    margin: 0 auto 0;
  }

  .about_stellalune_img_03_wrapper {
    padding-left: 0;
    padding-right: 5%;
    text-align: right;
  }

  .about_stellalune_img_03_1 {
    max-width: 350px;
  }

  .chef_info_wrapper {
    gap: 30px;
    padding-bottom: 60px;
    flex-direction: column;
    align-items: center;
  }

  .chef_txt_wrapper {
    padding-top: 0;
  }

  .chef_img {
    width: 60vw;
  }

  .chef_name {
    padding-bottom: 30px;
    width: max-content;
    margin: 0 auto;
    padding-bottom: 25px;
  }

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

  .chef_name_ja {
    font-size: var(--20px);
    margin-right: 15px;
  }

  .chef_name_en {
    font-size: var(--12px);
    font-family: var(--font-family-en);
    font-style: var(--font-style-en);
    font-weight: var(--font-weight-en-bold);
  }

  .chef_dl {
    font-size: var(--13px);
    grid-template-columns: 52px 1fr;
    gap: 0 18px;
  }

  .chef_dd_space {
    padding-left: 1.5rem;
  }

}

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

  .about_stellalune_img_03_1 {
    max-width: 250px;
  }

}

/*-------------------------------------------------------
	トップページ - illustration
-------------------------------------------------------*/

.illustration {
  /* padding-top: 150px; */
  text-align: center;
  /* padding-bottom: 150px; */
  background: var(--pallet-white);
  position: relative;
  /* padding-bottom: 20px; */
  width: 100%;
}

.illustration_img {
  width: 100%;
  height: auto;
  /* max-width: 560px; */
  /* width: 100%;
  height: auto; */
  /* padding-right: 30px;
  padding-left: 30px; */
}

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

  .illustration {
    padding-bottom: 10px;
  }
  
} */

/*-------------------------------------------------------
	トップページ - Shop list
-------------------------------------------------------*/

.top-shop-list {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.shop_list_small_title {
  text-align: center;
}

.shop_img_small_wrapper {
  margin-bottom: 30px;
  display: block;
  position: relative;
}

.shop_img_small_wrapper::before {
  content: "";
  display: block;
  padding-top: 70%;
}

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

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


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

  .top-shop-list {
    padding-top: 0;
    padding-bottom: 0;
  }

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

}


/*-------------------------------------------------------
	Shop list
-------------------------------------------------------*/

.shop_list {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
  width: 100%;
  max-width: var(--width-1500px-space);
  justify-content: center;
  margin-bottom: 100px;
}

.shop_list_wrapper {
  z-index: 2;
  position: relative;
}

.shop_info_wrapper {
  width: 30%;
  min-width: 360px;
}

.shop_img_wrapper {
  width: 55%;
}

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

.shop_list_txt_wrapper {
  margin-bottom: 30px;
}

.shop_list_title {
  font-size: var(--20px);
  font-weight: var(--font-weight-ja-bold);
  margin-bottom: 24px;
  background-color: var(--pallet-black);
  width: max-content;
}

.shop_list_txt {
  margin-bottom: 2px;
  line-height: 1.8;
  background-color: var(--pallet-black);
  width: max-content;
}

.shop_tel {
  background-color: var(--pallet-black);
  width: max-content;
}

.c-btn.shop_map_link {
  background-color: var(--pallet-black);
}

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

  .shop_list {
    flex-direction: column-reverse;
    gap: 20px;
    width: 100%;
    margin-bottom: 60px;
  }

  .shop_info_wrapper {
    width: 100%;
    min-width: none;
  }

  .shop_img_wrapper {
    width: 100%;
  }

  .shop_map {
    text-align: center;
  }

}

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

.recruit .l-contents-space {
  position: relative;
  z-index: 2;
}

.recruit_area {
  width: 100%;
  max-width: var(--width-700px-space);
  margin: 0 auto;
  margin-bottom: 100px;
  position: relative;
}

.recruit_deco_border {
  width: 100%;
  height: 4px;
  background-color: var(--pallet-white);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.recruit_deco_border::after {
  content: '';
  display: inline-block;
  width: 120px;
  height: 4px;
  background-color: var(--pallet-red);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.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-white);
  border-right: none;
  border-left: none;
  padding-top: 25px;
  padding-bottom: 25px;
  font-size: var(--15px);
  font-weight: var(--font-weight-ja);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3),
	-2px -2px 3px rgba(0, 0, 0, 0.3),
	-2px 2px 3px rgba(0, 0, 0, 0.3),
	2px -2px 3px rgba(0, 0, 0, 0.3),
	0px 2px 3px rgba(0, 0, 0, 0.3), 
	0 -2px 3px rgba(0, 0, 0, 0.3),
	-2px 0 3px rgba(0, 0, 0, 0.3),
	2px 0 2px rgba(0, 0, 0, 0.3);
}

/* 募集なし */

.no-recruit-txt {
  padding: 5vh 5% 11vh;
  text-align: center;
  line-height: 2.3;
}


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

  .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th, .wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    background-color: var(--pallet-black);
  }

}

/*-------------------------------------------------------
	Contact
-------------------------------------------------------*/

.contact {
  padding-bottom: 150px;
}

.contact_tel {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  font-size: var(--36px);
  text-align: center;
  display: block;
  padding-bottom: 40px;
}

.contact_tel:before {
  content: ''; 
  display: inline-block;
  width: 30px; /*画像の幅*/
  height: 30px; /*画像の高さ*/
  background-image: url(../images/svg/icon_tel.svg);
  background-size: contain;
	background-repeat: no-repeat;
  vertical-align: middle;
}

.contact_txt {
  text-align: center;
  font-size: var(--17px);
  padding-bottom: 40px;
}

.contact_time_txt {
  text-align: center;
  padding-bottom: 8px;
}

/*-------------------------------------------------------
	トップページ - Blog
-------------------------------------------------------*/

.blog_top {
  background-color: var(--pallet-white);
  background-image: url(../images/svg/moon_silver.svg);
  background-repeat: no-repeat;
  background-size: 320px auto;
  background-position: 98% 50px;
  color: var(--pallet-black);
  padding-top: 50px;
  padding-bottom: 150px;
  position: relative;
}

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

  .blog_top {
    padding-top: 0;
    padding-bottom: 80px;
    background-size: 166px auto;
    background-position: 105% 26px;
  }
}


/*-------------------------------------------------------
	Blog 共通
-------------------------------------------------------*/

.blog_ul.l-contents-space {
  max-width: var(--width-700px-space);
  padding-bottom: 60px;
  position: relative;
  z-index: 2;
}

.blog_link {
  display: flex;
  gap: 5%;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid var(--pallet-gray);
  align-items: center;
}

.blog_date {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en-bold);
  padding-top: 3px;
}

.blog_title {
  font-family: var(--font-family-ja);
  font-style: var(--font-style-ja);
  font-weight: var(--font-weight-ja-bold);
  font-size: var(--18px);
}

.blog_li:first-child .blog_link {
  padding-top: 0;
}

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

  .blog_ul.l-contents-space {
    padding-bottom: 35px;
  }
  
  .blog_link {
    display: flex;
    gap: 5px;
    padding-top: 26px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--pallet-gray);
    align-items: flex-start;
    flex-direction: column;
  }

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

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

/*-------------------------------------------------------
	Blog archive
-------------------------------------------------------*/

.blog_archive {
  padding-bottom: 0;
  background-color: var(--pallet-white);
  color: var(--pallet-black);
}

.blog_archive .blog_date {
  width: max-content;
  background-color: var(--pallet-white);
  position: relative;
  z-index: 2;
}

.blog_archive .blog_title {
  width: max-content;
  background-color: var(--pallet-white);
  position: relative;
  z-index: 2;
}


.nav-links {
  font-family: var(--font-family-en);
  font-style: var(--font-style-en);
  font-weight: var(--font-weight-en);
  display: flex;
  justify-content: center;
  gap: 30px;
  font-size: var(--16px);
}

.page-numbers.current {
  border-bottom: 1px solid;
}

.page-numbers {
  min-width: 15px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.next.page-numbers,
a.prev.page-numbers {
  white-space: nowrap;
  font-size: var(--12px);
}

.star_disappear_area_pattern_02.star_disappear_area.star_disappear_area_pattern_02_blog_archive {
  max-width: 100vw;
  overflow: hidden;
}

/*-------------------------------------------------------
	Star
-------------------------------------------------------*/

.site-main {
  overflow: hidden;
}

/* size */
.star_large {
  width: 65px;
  height: 65px;
}

.star_large_2 {
  width: 58px;
  height: 58px;
}

.star_medium {
  width: 47px;
  height: 47px;
}

.star_medium_2 {
  width: 39px;
  height: 39px;
}

.star_small {
  width: 25px;
  height: 25px;
}

/* .star_large.star_large_title {
  position: absolute;
  bottom: -25px;
  left: 1vw;
}

.star_medium.star_medium_title {
  position: absolute;
  top: 7px;
  right: 115px;
}

.star_small.star_small_title {
  position: absolute;
  top: 62px;
  right: 23px;
} */

/* title用 */
.star_large.star_large_title {
  position: absolute;
  bottom: 23px;
  left: 0;
}

.star_medium.star_medium_title {
  position: absolute;
  top: 8px;
  right: -17px;
}

.star_small.star_small_title {
  position: absolute;
  top: 62px;
  right: -107px;
}

/* 01 */
.star_01_wrapper {
  width: 209px;
  height: 151px;
  position: absolute;
}

/* 01-app */
.app .star_01_wrapper {
  bottom: 200px;
  right: 5%;
}

/* 01-item */
.item .star_01_wrapper {
  right: 5%;
  bottom: 75px;
}

/* 01-cafe */
.cafe .star_01_wrapper {
  top: 50px;
  right: 5%;
}

/* 01-about */
.about_stellalune .star_01_wrapper {
  bottom: 200px;
  right: 8vw;
}

.about_stellalune_txt_wrapper .star_01_wrapper {
  bottom: 100px;
  right: 5vw;
}

/* 01-contact */
.contact .star_01_wrapper {
  right: 5%;
  bottom: 110px;
}

/* 01-chef */
.chef .star_01_wrapper {
  bottom: 50px;
  right: 2%;
}

/* 01-modal */
.product-overlay .star_01_wrapper {
  bottom: 40px;
  right: 80px;
}

.star_large_2.star_01_large {
  position: absolute;
  right: 34px;
  top: 40px;
}

.star_medium_2.star_01_medium {
  bottom: 30px;
  position: absolute;
  left: 0;
}

.star_small.star_01_small_01 {
  top: 0;
  right: 0;
  position: absolute;
}

.star_small.star_01_small_02 {
  bottom: 0;
  position: absolute;
  left: 73px;
}

/* 01 silver */
.star_01_wrapper.star_01_wrapper_silver {
  bottom: 30px;
  right: 30px;
}

/* 02 */
.star_02_wrapper {
  width: 143px;
  height: 191px;
  position: absolute;
}

.star_large.star_02_large {
  top: 50px;
  position: absolute;
  right: 0;
}

.star_medium.star_02_medium {
  position: absolute;
  top: 0;
  left: 0;
}

.star_small.star_02_small {
  bottom: 0;
  position: absolute;
  left: 30px;
}

/* app */
.app .star_02_wrapper {
  top: 180px;
  right: 10%;
}

/* about */
.about_stellalune_img_02_wrapper .star_02_wrapper {
  top: -80px;
  right: 2%;
}

/* about */
.chef .star_02_wrapper {
  top: 850px;
  left: 50px;
}

/* news&blog 一覧 */
.star_02_area .star_02_wrapper:first-of-type {
  top: 800px;
  right: 3%;
}

.star_02_area .star_02_wrapper:nth-of-type(2) {
  top: 1600px;
  right: 1%;
}

.star_02_area .star_02_wrapper:nth-of-type(3) {
  top: 2400px;
  right: 3%;
}

.star_02_area .star_02_wrapper:nth-of-type(4) {
  top: 3200px;
  right: 1%;
}

/* カテゴリー一覧 */

.l-product .star_02_wrapper {
  bottom: 10px;
  right: 2%;
}

/* modal */
.product-overlay .star_02_wrapper {
  top: 30px;
  left: 30px;
}

/* 03 */
.star_03_wrapper {
  position: absolute;
  width: 143px;
  height: 191px;
}

.star_large.star_03_large {
  position: absolute;
  left: 0;
  top: 50px;
}

.star_medium.star_03_medium {
  top: 0;
  right: 0;
  position: absolute;
}

.star_small.star_03_small {
  bottom: 0;
  right: 50px;
  position: absolute;
}

.star_03_area .star_03_wrapper:first-of-type {
  top: 1200px;
  left: 1%;
}

.star_03_area .star_03_wrapper:nth-of-type(2) {
  top: 2000px;
  left: 3%;
}

/* 04 */
.star_04_wrapper {
  width: 189px;
  height: 132px;
}

.star_large_2.star_04_large {
  position: absolute;
  bottom: 0;
  right: 50px;
}

.star_medium_2.star_04_medium {
  right: 0;
  top: 0;
  position: absolute;
}

.star_small.star_04_small {
  position: absolute;
  top: 30px;
  left: 0;
}

/* about */
.about_stellalune_img_03_wrapper .star_04_wrapper {
  position: absolute;
  bottom: 120px;
  right: 5%;
}

/* chef */
.chef .star_04_area {
  position: absolute;
  top: 0;
  right: 5%;
}

/* 05 */
.star_05_wrapper {
  width: 347px;
  height: 367px;
}

.star_large.star_05_large {
  position: absolute;
  left: 50px;
  top: 150px;
}

.star_medium.star_05_medium_01 {
  top: 50px;
  position: absolute;
  left: 30px;
}

.star_medium.star_05_medium_02 {
  position: absolute;
  bottom: 103px;
  right: 144px;
}

.star_medium_2.star_05_medium_03 {
  position: absolute;
  top: 0;
  right: 119px;
}

.star_small.star_05_small_01 {
  position: absolute;
  left: 105px;
  bottom: 53px;
}

.star_small.star_05_small_02 {
  position: absolute;
  bottom: 0;
  right: 0;
}

/* app */
.app .star_05_wrapper {
  position: absolute;
  bottom: 450px;
  left: 7%;
}

/* about */
.about_stellalune_img_02_2-3_wrapper .star_05_wrapper {
  position: absolute;
  top: 398px;
  left: 0;
  z-index: 3;
}

/* 06 */
.star_06_wrapper {
  width: 135px;
  height: 100px;
}

.star_large.star_06_large {
  position: absolute;
  top: 0;
  right: 0;
}

.star_small.star_06_small {
  position: absolute;
  bottom: 0;
  left: 0;
}

/* about */
.about_stellalune_img_03_wrapper .star_06_wrapper {
  position: absolute;
  top: -50px;
  right: 15%;
}

/* about */
.about_illustration_wrapper .star_06_wrapper {
  bottom: 235px;
  position: absolute;
  left: 10%;
}

/* 07 */
.star_07_wrapper {
  width: 135px;
  height: 99px;
}

.star_small.star_07_small {
  position: absolute;
  bottom: 0;
  right: 0;
}

.star_large.star_07_large {
  position: absolute;
  top: 0;
  left: 0;
}

/* about */
.about_stellalune .star_07_wrapper {
  position: absolute;
  top: 77px;
  right: 10%;
}

/* 単体 */
.star_medium_2.star_about_stellalune_img_03_wrapper_medium {
  position: absolute;
  left: 10%;
  bottom: 100px;
}

/* 流れ星 消えるver */
.star_disappear_area {
  width: 500px;
  height: 200px;
  position: absolute;
}

.star_disappear_area.star_disappear_area_pattern_01 {
  top: 500px;
  right: 0;
}

.star_disappear_area.star_disappear_area_pattern_02 {
  top: 800px;
  left: 0;
}

.star_disappear_area.star_disappear_area_pattern_03 {
  top: 1500px;
  left: 300px;
}

.star_disappear_area.star_disappear_area_pattern_04 {
  top: 1800px;
  right: 0;
}

.star_disappear_area.star_disappear_area_pattern_05 {
  top: 300px;
  right: 30%;
}

.star_disappear_area.star_disappear_area_pattern_06 {
  top: 100px;
  right: 0;
}

.star_disappear_area.star_disappear_area_pattern_07 {
  top: 0;
  right: 10%;
}


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

  /* size */
  .star_large {
    width: 36px;
    height: 36px;
  }

  .star_large_2 {
    width: 34px;
    height: 34px;
  }

  .star_medium {
    width: 26px;
    height: 26px;
  }

  .star_medium_2 {
    width: 24px;
    height: 24px;
  }

  .star_small {
    width: 13px;
    height: 13px;
  }

  .item .star_01_wrapper {
    bottom: 0;
  }

  /* title */
  .star_large.star_large_title {
    position: absolute;
    bottom: 23px;
    left: auto;
    right: 50px;
  }

  .star_small.star_small_title {
    position: absolute;
    top: 20px;
    right: 30px;
  }

  .star_medium.star_medium_title {
    position: absolute;
    top: auto;
    right: 138px;
    bottom: 52px;
  }

}


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

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