@charset "UTF-8";


/*
GENERAL STYLING
================================================ */
* {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
html * {
  visibility: hidden;
}
html.wf-active * {
  visibility: visible;
}
body {
  overflow-x: hidden;
  font-size: 1.6rem;
  letter-spacing: .1em;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-feature-settings: "palt";
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*
COMMON
================================================ */

@media (820px <= width) {
  #first .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
@media (width < 820px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*
HEADER
================================================ */
header {
	width: 100%;
	position: fixed;
	z-index: 9999;
}
#header_base {
	position: absolute;
	width: 100%;
	height: 80px;
	background-color: #fff;
}
#header_logo {
	position: absolute;
	top: 13px;
	left: 55px;
	max-width: 130px;
}
#header_logo img{
	width: 100%;
}
#header_logo a {
	transition: opacity 300ms 0s ease;
}
#header_logo a:hover {
	opacity: .7;
}
header nav {
	position: absolute;
	right: 0;
}
#main_nav {
	display: flex;
  font-family: 'Kosugi Maru', sans-serif;
}
#main_nav li {
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
}
#main_nav li div {
	font-size: 16px;
	letter-spacing: 2px;
	margin-bottom: 3px;
}
#main_nav li div.nav_sp_image {
	height: 20px;
}
#main_nav li div.nav_sp_image img {
	max-width: 16px;
}
#main_nav li a {
	display: block;
	padding: 25px 35px;
	color: #C9161D;
	text-decoration: none;
	transition: background-color 300ms 0s ease;
}
@media (width < 930px) {
	#main_nav li a {
		padding: 25px 3.5vw;
	}
}
#main_nav li a.in,
#main_nav li a:hover,
.top #main_nav li:first-child a,
.menu #main_nav .goods__item02 a,
.safety #main_nav .goods__item03 a,
.recruit #main_nav .goods__item05 a {
	color: #68391E;
}
.nav_sp_image {
	display: none;
}
#header_shopsearch {
	position: absolute;
	right: 0;
	top: 0;
	width: 80px;
	height: 80px;
	background-image: url("../img/shop_bg.png");
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
}
#header_shopsearch a {
	color: #fff;
	text-decoration: none;
	transition: opacity 300ms 0s ease;
}
#header_shopsearch a:hover {
	opacity: .7;
}
#header_shopsearch img {
	margin-bottom: 6px;
}
#nav_submenu_sp {
	display: none;
}

/*
CONTENTS
================================================ */
main {
  padding-top: 80px;
  overflow: hidden;
}
main .inner {
  position: relative;
  width: 1040px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
main section {
  position: relative;
}

/*
KV
================================================ */
#kv {
  position: relative;
  padding: 20px 0 0;
  background-color: #f3a25b;
  background-image: url(../img/bg_stripe.svg?ver=2);
  background-size: 48px 48px;
}
#kv::after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 101.5vw;
  height: 21.333vw;
  background-image: url(../img/bg_ground.svg?ver=2);
  background-size: 101.5vw 21.333vw;
  z-index: 1;
}
#kv h1 {
  position: relative;
  margin: 0 auto;
  max-width: 878px;
  background-image: none;
  z-index: 2;
}
#kv h1 img {
  width: 100%;
}

/*
SUCHEDULE
================================================ */
.title_schedule {
  margin: 0 auto 18px;
  width: 420px;
}
.schedule {
  max-width: 700px;
  margin: 0 auto 20px;
  padding: 4px 20px 14px;
  letter-spacing: 0;
  color: #5e411d;
  border-radius: 8px;
  border: 2px solid #75562b;
  background: #fff;
}
.schedule .schedule__row {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 16px;
  align-items:center;
  padding: 12px 0;
}
.schedule .schedule__row + .schedule__row {
  border-top: dashed 1.5px #75562b;
}
.schedule .schedule__badge {
  width: 56px;
  height: 56px;
  border-radius:50%;
  background: #5e411d;
  color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size: 1.5rem;
  font-weight: bold;
}
.schedule .schedule__block {
  display: grid;
  grid-template-columns: auto 1fr;
  row-gap: 12px;
  column-gap: 16px;
  align-items: center;
}
.schedule .schedule__label {
  color:#d2563f;
  font-weight: bold;
  font-size: 1.9rem;
}
.schedule .schedule__value {
  font-weight: bold;
  font-size: 2.4rem;
}
.schedule .schedule__value span {
  font-size: 1.68rem;
}
.schedule .schedule__receives {
  margin: 0 0 14px;
  font-size: 2.2rem;
  font-weight: bold;
  background:#f1f1f1;
  border-radius: 10px;
  padding: 8px 14px;
  line-height: 1.3;
}
.schedule .schedule__receives span {
  font-size: 1.54rem;
}
.schedule .schedule__receives span.receives__title {
  font-size: 1.9rem;
}
.schedule .schedule__note {
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0;
}

/*
APPLICATION
================================================ */
.application {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
  font-weight: bold;
  background: #fff;
  border-radius: 7px;
  margin: 0 auto;
  padding: 23px 0 23px 120px;
  max-width: 700px;
}
.application::before {
  content: "";
  position: absolute;
  top: -10px;
  left: -20px;
  display: block;
  width: 105px;
  height: 105px;
  background-image: url("../img/img_balloon.png");
  background-size: 105px 105px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
  .application::before {
    background-image: url("../img/img_balloon@2x.png");
  }
}
.application__title {
  margin-bottom: .5em;
  font-size: 2.0rem;
}
.application__description {
  margin-bottom: 18px;
}
.application .icon_jolly-past {
  width: 103px;
}
.application__links {
  display: flex;
  align-items: center;
  gap: 0 15px;
}
.button_google {
  width: 135px;
}
.button_apple {
  width: 120px;
}

/*
OUTLINE
================================================ */
#outline {
  padding: 50px 0 45px;
  background: #d0da7b;
}
#outline .box {
  position: relative;
  max-width: 700px;
  margin: 0 auto 46px;
}
#outline dl {
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: .02em;
}
#outline .outline_item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #5e411d;
  padding: .5em 5px;
}
#outline .outline_item + .outline_item {
  border-top: dashed 1.5px #75562b;
}
#outline dt {
  flex-shrink: 0;
  color: #5e411d;
  font-size: 1.4rem;
  width: 80px;
  text-align: center;
  background: #f5d54f;
}
#outline .l-price {
  display: flex;
  align-items: baseline;
  gap: .5em;
}
#outline dd .price {
  color: #d2563f;
  font-size: 2.6rem;
}
#outline dd .tax {
  font-size: 1.56rem;
}
#outline dd .feeding {
  font-size: 1.2rem;
}
#outline .note {
  margin: 0 auto;
  width: fit-content;
  color: #5e411d;
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: .02em;
}
#outline .note span {
  font-weight: bold;
  text-decoration: underline;
}
#outline .outline_link {
  margin-bottom: 43px;
}
#outline .outline_link_list {
  display: flex;
  justify-content: center;
  gap: 0 24px;
  margin: 0 0 16px;
}
#outline .outline_link_item a {
  position: relative;
  display: block;
  padding: 19px 0;
  width: 300px;
  color: #fff;
  text-decoration: none;
  letter-spacing: .05em;
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  border-radius: 30px;
  transition: all .3s;
}
#outline .outline_link_item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  background-image: url("../img/icon_arrow_white.svg");
}
#outline .reservation a {
  background: #d2563f;
  box-shadow: 0 5px 0 rgba(145, 52, 31, 1);
}
#outline .reservation a span {
  display: block;
  transform: scaleX(0.7);
}
#outline .qa a {
  background-color: #d08937;
  box-shadow: 0 5px 0 rgba(147, 88, 34, 1);
}
#outline .outline_link_item a:hover {
  transform: translateY(5px);
  box-shadow: none;
}

/*
GOODS
================================================ */
#goods {
  padding: 135px 0 65px;
  background-image: url("../img/bg_goods.png");
  background-size: 211px 211px;
  background-repeat: repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
  #goods {
    background-image: url("../img/bg_goods@2x.png");
  }
}
#goods ul {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 20px;
}
#goods li {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: calc(50% - 10px);
  padding: 100px 30px 30px;
  background-color: #FFF;
  border-radius: 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .2);
}
#goods .goods__item01::after,
#goods .goods__item02::after,
#goods .goods__item03::after,
#goods .goods__item04::after,
#goods .goods__item05::after {
  content: "";
  position: absolute;
  display: block;
}
#goods .goods__item01::after {
  top: -46px;
  right: 20px;
  width: 148px;
  height: 131px;
  background-image: url(../img/deco_goods1.png);
  background-size: 148px 131px;
}
#goods .goods__item02::after {
  top: -16px;
  right: 22px;
  width: 148px;
  height: 104px;
  background-image: url(../img/deco_goods2.png);
  background-size: 148px 104px;
}
#goods .goods__item03::after {
  top: -30px;
  right: 30px;
  width: 153px;
  height: 114px;
  background-image: url(../img/deco_goods3.png);
  background-size: 153px 114px;
}
#goods .goods__item04::after {
  top: -16px;
  right: 12px;
  width: 175px;
  height: 110px;
  background-image: url(../img/deco_goods4.png);
  background-size: 175px 110px;
}
#goods .goods__item05::after {
  top: -20px;
  right: 36px;
  width: 142px;
  height: 97px;
  background-image: url(../img/deco_goods5.png);
  background-size: 142px 97px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi) {
  #goods .goods__item01::after {
    background-image: url(../img/deco_goods1@2x.png);
  }
  #goods .goods__item02::after {
    background-image: url(../img/deco_goods2@2x.png);
  }
  #goods .goods__item03::after {
    background-image: url(../img/deco_goods3@2x.png);
  }
  #goods .goods__item04::after {
    background-image: url(../img/deco_goods4@2x.png);
  }
  #goods .goods__item05::after {
    background-image: url(../img/deco_goods5@2x.png);
  }
}
#goods .ttl {
  display: flex;
  gap: 20px;
}
#goods .number {
  position: absolute;
  top: -22px;
}
#goods .number img {
  width: 105px;
}
#goods h3 {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: .02em;
  color: #d08937;
}
#goods h3 small {
  font-size: 2rem;
  margin-left: .5em;
}
#goods .spec {
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.35;
  letter-spacing: .02em;
}
#goods p {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .02em;
}
#goods .img_goods {
  display: block;
  margin: 10px auto 0;
}
#goods .goods__item01 .img_goods {
  width: 407px;
}
#goods .goods__item02 .img_goods {
  width: 409px;
}
#goods .goods__item03 .img_goods {
  width: 458px;
}
#goods .goods__item04 .img_goods {
  width: 415px;
}
#goods .goods__item05 .img_goods {
  width: 293px;
}
#goods .goods__note {
  margin-top: 46px;
  font-size: 1.2rem;
  letter-spacing: .1em;
  text-align: center;
}

/*
ABOUT
================================================ */
#about {
  padding: 60px 0;
  background-color: #42755a;
}
#about ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
#about .box {
  display: flex;
  align-items: center;
  gap: 0 20px;
  padding: 40px;
  background-color: #FFF;
  border-radius: 24px;
}
#about .box .image {
  width: 211px;
  flex-shrink: 0;
}
#about .box .image img {
  width: 100%;
}
#about .box .image figcaption {
  margin-top: .7em;
  font-size: 1.4rem;
  line-height: 1.6;
}
#about .about_title {
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: .05em;
  color: #cd5d4d;
}
#about .box .l-text .text {
  margin: 20px 0 0;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: .02em;
}
#about .link_about {
  display: block;
  margin: 33px 0 0;
  padding: 12px 0;
  width: 200px;
  text-align: center;
  font-size: 1.6rem;
  color: #FFF;
  letter-spacing: .02em;
  text-decoration: none;
  background-color: #cd5d4d;
  border-radius: 20px;
  transition: all .3s;
}
#about .link_about:hover {
  opacity: .7;
}

/*
FOOTER
================================================ */
footer {
  letter-spacing: 0;
  font-family: 'Kosugi Maru';
}


/*
※販売終了いたしました
================================================ */

.kv-wrap {
  position: relative;
  display: inline-block;
}

.kv-wrap picture img {
  width: 100%;
  height: auto;
  display: block;
}

.soldout-center {
  position: absolute;
  top: 50%;              /* 調整可能 */
  left: 50%;
  transform: translate(-50%, -50%);

  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 16px 32px;
  font-size: clamp(12px, 3vw, 18px);
  white-space: nowrap;
}

/* タブレット（～768px） */
@media screen and (max-width: 768px) {
  .soldout-center {
    top: 50%;     /* 600px ではなく % に変更 */
  }
}



