@charset "UTF-8";
/* =======================================
【BASE】
========================================== */
h1 {
  color: #fbfbfb;
  padding-top: 10px;
}

.h_tel a {
  color: #fbfbfb;
}
.h_tel .num span {
  padding-left: 0.9em;
  background: url(../img/tel.svg) no-repeat left bottom 4px/0.67em;
}

header {
  background-color: #FBFBFB;
  /* height: 110px; */
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1000;
  box-shadow: 0 5px 10px rgba(0, 52, 21, 0.05);
  transition: all 0.3s ease;
}

header a {
  color: #011E0D;
}

/* .headerArea {
  height: 110px;
} */

.header01 {
  display: flex;
  justify-content: space-between;
  color: #fbfbfb;
}

.header01 .nav01 {
  display: flex;
}
.header01 .nav01 ul {
  display: flex;
}
.header01 .nav01 > ul:nth-child(1) {
  padding-top: 10px;
}
.header01 .nav01 > ul:nth-child(1) li:not(:last-child) {
  margin-right: 20px;
}
.header01 .nav01 > ul:nth-child(1) .btn01.cart a {
  padding-right: 16px !important;
  padding-left: 4em !important;
  background: url(../img/cart.svg) no-repeat left 1.2em bottom 13px/1.7em, #101010;
}
.header01 .nav01 > ul:nth-child(1) .btn01.youtube a {
  padding-right: 16px !important;
  padding-left: 4em !important;
  background: url(../img/youtube.svg) no-repeat left 1.2em bottom 15px/1.7em, #101010;
}

.header02 {
  display: flex;
  justify-content: space-between;
}

.header02 .logo {
  width: 20.5em;
  padding-top: 0;
  place-content: end;
}

.header02 .logo img {
  width: 29%;
}

.header02 nav {
  width: 60%;
  font-weight: bold;
}
.header02 .nav {
  display: flex;
  justify-content: right;
  gap: 3.5%;
  text-align: right;
}
.header02 .nav a {
  color: #525252;
}

/* .header02 .nav li {
  width: 25%;
} */
.arrowG {
  background: url(../img/arrowG.png) no-repeat left center / 0.8em;
  padding-left: 1.1em !important;
}

.arrowG02 {
  background: url(../img/arrowG02.svg)
  no-repeat center / contain;
  width: 0.85em;
  height: 0.7em;
  display: inline-block;
  margin-left: 0.8em;
}
.header_nav .nav {
  display: flex;
  justify-content: space-between;
  position: relative;
  /* z-index: 9; */
}
.header_nav .nav > li {
  width: 18%;
  list-style: none;
  position: relative;
  /* padding-bottom: 3px; */
  text-align: right;
  white-space: nowrap;
}

.header_nav .nav > li:nth-last-of-type(1) {
  width: 15.5%;
}
.header_nav .nav > li:nth-last-of-type(2) {
  width: 20.5%;
}
.header_nav .nav > li:nth-last-of-type(1) a {
  border-bottom: none;
  padding: 0;
}
.header_nav .nav > li:nth-last-of-type(2) a {
  border-bottom: 2px solid #068A3D;
  padding: 0;
}
.header_nav .nav li a {
  display: block;
  text-align: center;
  color: #011E0D;
  border-bottom: 3px solid #EDEDED;
  padding: 11px 0 18px;
}
.header_nav .nav li ul {
  position: absolute;
  top: 110%;
  left: 5%;
  color: #011E0D;
  background: #FFFFFD;
  list-style: none;
  margin: 0;
  padding: 20px 20px;
  min-width: 200px;
  display: none;
  z-index: 10000;
  line-height: 3.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
}

.header02 .nav li ul {
  position: absolute;
  top: 110%;
  left: 70%;
  color: #011E0D;
  background: #FFFFFD;
  list-style: none;
  margin: 0;
  padding: 20px 20px;
  min-width: 330px;
  display: none;
  z-index: 10000;
  line-height: 4.6rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  transform: translateX(-50%);
}

.header_nav .nav li ul li a,
.header02 .nav li ul li a {
  text-align: left !important;
  padding: 0.5%;
  display: block;
  color: #011E0D;
  border-bottom: 1px solid #CAD6CF;
  width: 90%;
  margin-inline: auto;
  cursor: pointer;
}

header .tel {
  border: 2px solid #068A3D;
  border-radius: 4px;
  /* padding: 2% 4% !important; */
  line-height: 130%;
  height: 3.7em;
  place-content: center;
}
header .tel p span {
  background: url(../img/tel.png)
  no-repeat center / contain;
  width: 1em;
  height: 0.8em;
  display: inline-block;
  margin-left: 5px;
}

header .mail {
  background: #068A3D;
  border-radius: 4px;
  /* padding: 2% 4% !important; */
  line-height: 120%;
  height: 3.7em;
  place-content: center;
}

header .mail span {
  background: url(../img/mail.png)
  no-repeat center / contain;
  width: 1em;
  height: 0.8em;
  display: inline-block;
  margin-right: 8px;
}

/* モーダルウィンドウのスタイル */
.video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.video-modal-content {
  position: relative;
  margin: 15% auto;
  width: 90%;
  max-width: 900px;
}

.video-modal-close {
  color: #fff;
  position: absolute;
  top: -60px;
  right: 0;
  font-size: 40px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
}

.video-modal-close:hover,
.video-modal-close:focus {
  color: #ccc;
}

.modal-video-wrapper {
  position: relative;
  width: 100%;
  background-color: #000;
  border-radius: 18px;
}

.modal-video-player {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
  border-radius: 18px;
}

/* モーダル全体 */
#videoModalSp {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 背景オーバーレイ */
#videoModalSp .video-modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

/* コンテンツ部分 */
#videoModalSp .video-modal-inner {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: 800px;
}

/* 閉じるボタン */
#videoModalSp .video-modal-close-sp {
  position: absolute;
  top: -36px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  line-height: 1;
}

/* YouTube・mp4 共通 16:9 */
.video-iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.video-iframe-wrap iframe,
.video-iframe-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#videoModal .video-modal-overlay-pc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; /* video-modal-content より後ろ */
}