@charset "UTF-8";

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden='until-found'])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
}

@supports not (min-block-size: 100dvb) {
  :where(html) {
    block-size: 100%;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}

:where(body) {
  block-size: 100%;
  block-size: 100dvb;
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role='button'], [role='option']) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(button) {
  border-style: solid;
}

:where(a) {
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 2px solid var(--focus-color, Highlight);
  outline-offset: 2px;
}

:where(.visually-hidden:not(:focus, :active, :focus-within, .not-visually-hidden)) {
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

html {
  min-width: 100%;
  color: #2f2f2f;
  font-size: 1em;
  line-height: 1.4;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
}

body {
  word-wrap: break-word;
  margin: 0;
  min-width: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

ul,
li {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
}

p,
a,
h1,
h2,
h3,
h4 {
  font-family: 'Noto Sans JP', sans-serif;
}

p,
a {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 2;
  color: #2f2f2f;
}

.font-normal {
  font-size: 3.2vw !important;
  font-weight: 500;
  line-height: 2;
  color: #2f2f2f;
}

@media (min-width: 600px) {

  p,
  a {
    font-size: 20px;
    font-weight: 500;
    line-height: 2;
  }

  .font-normal {
    font-size: 20px !important;
    font-weight: 500;
    line-height: 2;
  }
}

@font-face {
  font-family: 'futura';
  src: url('../font/FuturaNowText-Rg.woff') format('woff'), url('../font/FuturaNowText-Rg.ttf') format('truetype');
}

.title-font {
  font-family: 'futura', 'Noto Sans JP', sans-serif;
}

a {
  text-decoration: none;
}

h1 {
  padding-bottom: 5vw;
  text-align: center;
  font-weight: 600;
  font-size: 3.8vw;
  line-height: 1.5em;
}

h2 {
  text-align: center;
  font-weight: 600;
  font-size: 3.8vw;
  line-height: 1.5em;
}

h2 span {
  font-size: 10vw;
  line-height: 1;
  font-weight: 500;
  display: block;
  margin-bottom: 5vw;
}

h2 span.mid-f {
  font-size: 6vw;
}

h3 {
  text-align: center;
  font-weight: 900;
  font-size: 3.6vw;
  line-height: 1.5em;
}

.bold {
  font-weight: bold;
  font-size: 3.6vw;
}

.box {
  position: relative;
  margin-top: 10vw;
  background-color: #fff;
}

.main-wrap {
  background-color: #ebef72;
}

@media (min-width: 600px) {
  .main-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .wrap {
    width: 600px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 60px 60px 60px;
  }

  h1 {
    font-size: 35px;
  }

  h2 {
    font-size: 25px;
  }

  h2 span {
    font-size: 80px;
  }

  h2 span.mid-f {
    font-size: 45px;
  }

  h3 {
    font-size: 23px;
  }

  .bold {
    font-size: 22px;
  }
}

@media (max-width: 599px) {
  .main-wrap {
    padding: 8vw 8vw 8vw 8vw;
  }

  .wrap {
    width: 100%;
    padding-top: 14vw;
    padding-right: 6vw;
    padding-bottom: 10vw;
    padding-left: 6vw;
  }
}

.main-logo {
  margin-bottom: 10vw;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-2vw {
  margin-top: 2vw;
}

.mt-5vw {
  margin-top: 5vw;
}

.mt-10vw {
  margin-top: 10vw;
}

.mt-20vw {
  margin-top: 20vw;
}

.mt-30vw {
  margin-top: 30vw;
}

.mb-10vw {
  margin-bottom: 10vw;
}

.mb-20vw {
  margin-bottom: 20vw;
}

.pb-0 {
  padding-bottom: 0;
}

.GWV01-img {
  padding: 5vw 5vw 1vw 5vw;
}

.GWV02-img {
  padding: 1vw 5vw 5vw 5vw;
}

.GWP-img {
  padding: 5vw;
}

.button a {
  background-color: #000;
  border-radius: 30px;
  padding: 0px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 0.8rem !important;
  color: #fff;
  font-weight: 900;
  font-size: 3.4vw;
  position: relative;
  width: 100%;
  line-height: 1.3;
}

.button a span {
  position: relative;
}

.button a:after {
  content: '';
  background: #ffffff;

  height: calc(8px / 2 * tan(60deg));
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.button button {
  background-color: #000;
  border-radius: 30px;
  padding: 0px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 0.8rem !important;
  color: #fff;
  font-weight: 900;
  font-size: 3.4vw;
  position: relative;
  width: 100%;
  line-height: 1.3;
  border: none;
}

.button button span {
  position: relative;
}

.button button:after {
  content: '';
  background: #ffffff;

  height: calc(8px / 2 * tan(60deg));
  width: 8px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2vw 2vw;
}

.jc-c {
  justify-content: center;
}

.col2 {
  width: calc(50% - 2vw);
  margin-bottom: 2vw;
}

#modal-close02.button a {
  background-color: #7e7e7e;
  border-radius: 30px;
  padding: 0px 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 0.8rem !important;
  color: #fff;
  font-weight: 900;
  font-size: 3.4vw;
  position: relative;
  width: 100%;
  line-height: 1.3;
}

#modal-close02.button a span {
  position: relative;
}

#modal-close02.button a:after {
  content: '';
  background: #ffffff;

  height: calc(8px / 2 * tan(60deg));
  width: 8px;
  clip-path: polygon(0 50%, 100% 0%, 100% 100%);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
}

.mv {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}

.mv .mv-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #838383 !important;
}

.slider-area {
  position: relative;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -30px !important;
}

/* モーダルCSS */
.modalArea {
  display: none;
  position: fixed;
  z-index: 10;
  /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalArea img {
  width: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.modalWrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  background-color: #fff;
}

.modal-box {
  position: relative;
}

.line-box {
  width: 100%;
  padding-top: 10vw;
  padding-right: 4vw;
  padding-bottom: 10vw;
  padding-left: 4vw;
  border: 1px solid #000;
}

.modal-content {
  width: 100%;
  height: 100%;
  padding: 60px 60px 60px 60px;
  overflow: scroll;
  position: fixed;
  display: none;
  z-index: 999;
}

.modal-content.yellow {
  background-color: #ebef72;
}

.modal-content.green {
  background-color: #427e2b;
}

.modal-content p {
  font-size: 2.6vw;
}

@media (max-width: 500px) {
  .modal-content {
    width: 100%;
    padding-top: 7vw;
    padding-right: 7vw;
    padding-bottom: 10vw;
    padding-left: 7vw;
  }
}

#modal-overlay {
  z-index: 60;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75);
}

#modal-close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 10px;
  right: 10px;
}

#modal-close:before {
  content: '';
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: rotate(45deg);
  position: absolute;
  top: 17px;
  left: 0;
}

#modal-close:after {
  content: '';
  background-color: #000;
  width: 100%;
  height: 2px;
  transform: rotate(-45deg);
  position: absolute;
  top: 17px;
  left: 0;
}

#modal-close:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.target {
  position: relative;
  display: block;
}

.target span {
  position: absolute;
  top: 6px;
  right: 6px;
  background: #fff;
  border-radius: 30px;
  width: 20px;
  height: 20px;
}

.target span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background: #000;
  z-index: 1;
}

.target span:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 10px;
  height: 1px;
  background: #000;
  z-index: 1;
}

.bold-f {
  font-weight: bold;
}

/*birthday*/
.birthday-header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3vw 0;
  background-color: #fff;
}

.birthday-header .logo {
  width: 30%;
}

.main-wrap.birthday {
  background-color: #427e2b;
}

.main-wrap.birthday-2 {
  background-color: #ffffff;
}

.birthday .wrap {
  background-image: url(../img/birthday-1_img6.png);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
}

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

.birthday .img-flex img {
  width: 45%;
}

.birthday .tl {
  text-align: left;
}

.birthday .note {
  text-align: left;
}

.birthday .button a {
  background-color: #427e2b;
  border-radius: 50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vw;
  font-size: 3.8vw !important;
  color: #fff;
  font-weight: normal;
  position: relative;
  width: 100%;
  letter-spacing: 0.1em;
}

.birthday .br-pc {
  display: block;
}

.birthday .br-sp {
  display: none;
}

.birthday-2 .wrap {
  background-image: url(../img/birthday-2_img2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fcf8ea;
}

.birthday-2 .txt-en {
  font-size: 4.8vw;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
}

.birthday-2 .tit-img {
  width: 80%;
  margin: 5vw auto 0;
}

.birthday-2 .note {
  text-align: left;
}

/*-- ↓240614 birthday-3 タグ追加↓ --*/
.birthday-tit {
  color: #ffffff;
  font-weight: bold;
  font-size: 4.53vw;
  margin-bottom: 9.10vw;
  padding-bottom: 0;
  letter-spacing: 1.5px;
}

.tab_content .desc_list {
  background-color: #ffffff;
  border: 4px solid #427e2b;
  border-radius: 20px;
  margin-bottom: 10vw;
  padding: 6vw 3vw;
  position: relative;
}

.tab_content .desc_list .list-txt {
  font-size: 3.39vw;
  font-weight: 600;
  line-height: 1.8;
  color: #427e2b;
}

.tabs {
  margin-top: 50px;
  background-color: #427e2b;
  margin: 0 auto;
}

.tab_item {
  width: calc(100% / 2);
  height: 60px;
  background-color: #ffffff;
  line-height: 60px;
  font-size: 4.25vw;
  letter-spacing: 1.5px;
  text-align: center;
  color: #427e2b;
  display: block;
  float: left;
  font-weight: bold;
  transition: all 0.2s ease;
  border-radius: 20px 20px 0 0;
}

input[name="tab_item"] {
  display: none;
}

.tabs input#online+.tab_item {
  background-color: #f7f3eb;
  color: #2f2f2f;
}

.tab_content {
  display: none;
  padding: 20vw 5vw;
  clear: both;
  overflow: hidden;
}

#online_content.tab_content {
  background: #f7f3eb;
}

#store_content.tab_content {
  background: #ffffff;
}

#online_content.tab_content .desc_list {
  border: 4px solid #2f2f2f;
}

#online_content.tab_content .desc_list:after {
  border-top: 5vw solid #2f2f2f;
}

.tab_content .desc_list:after {
  border-left: 5vw solid transparent;
  border-right: 5vw solid transparent;
  border-top: 5vw solid #427e2b;
  content: "";
  position: absolute;
  bottom: -8.5vw;
  left: 50%;
  transform: translateX(-50%);
}

.tab_content .desc_list:nth-child(4):after {
  content: none;
}

#online_content.tab_content .desc_list .list-txt {
  color: #2f2f2f;
}

#store:checked~#store_content,
#online:checked~#online_content {
  display: block;
}

.birthday h2.shop_tit {
  font-size: 4.85vw;
  color: #427e2b;
  margin-bottom: 7.59vw;
}

.shop_txt {
  font-size: 3.45vw;
  line-height: 1.8;
}

.shop_txt span {
  font-size: 4.25vw;
  font-weight: 700;
}

.shop_txt_s {
  font-weight: bold;
  text-align: left;
  margin-bottom: 10vw;
}


/*-- ↑240614 birthday-3 タグ追加↑ --*/

@media (max-width: 659px) {
  .birthday .wrap {
    padding-right: 4vw;
    padding-bottom: 60vw;
    padding-left: 4vw;
  }

  .main-wrap.birthday-2, .birthday .wrap.tab-sec {
    padding: 0;
  }

  .birthday .wrap.tab-sec .tab_content {
    padding: 8vw 4vw;
  }
}

@media (min-width: 660px) {
  .birthday-header {
    padding: 30px 0;
  }

  .birthday-header .logo {
    width: 220px;
    height: 67px;
  }

  .main-wrap.birthday {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .birthday .wrap {
    width: 660px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 30px 480px 30px;
  }

  .birthday .wrap.tab-sec {
    padding: 0;
  }

  .birthday .tit-img {
    width: 430px;
    margin: 0 auto;
  }

  .birthday h2 {
    font-size: 24px;
    line-height: 1.8;
  }

  .birthday .img-flex {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
  }

  .birthday .img-flex img {
    width: 280px;
  }

  .birthday .tl {
    text-align: left;
    margin-left: 15px;
    margin-right: 15px;
  }

  .birthday .note {
    font-size: 19px;
    font-weight: normal;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }

  .birthday .button a {
    font-size: 24px !important;
    height: 80px;
    margin: 0 auto;
    padding: 0 30px;
    width: 500px;
  }

  .main-wrap.birthday {
    padding-top: 60px;
  }

  .birthday .br-pc {
    display: none;
  }

  .birthday .br-sp {
    display: block;
  }

  .main-wrap.birthday-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .birthday-2 .wrap {
    width: 780px;
    margin-right: auto;
    margin-left: auto;
    padding: 60px 30px 60px 30px;
  }

  .birthday-2 .txt-en {
    font-size: 31.74px;
  }

  .birthday-2 .tit-img {
    width: 574px;
    margin: 5vw auto 0;
  }

  .birthday-2 .note {
    font-size: 19px;
    font-weight: normal;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }

  /*-- ↓240614 birthday-3 タグ追加↓ --*/
  .birthday-tit {
    font-size: 32px;
    margin-bottom: 60px;
  }

  .tab_item {
    height: 80px;
    line-height: 80px;
    font-size: 28px;
  }

  .tab_content .desc_list .list-txt {
    font-size: 24px;
  }

  .tab_content .desc_list {
    border-radius: 30px;
    margin-bottom: 70px;
    padding: 40px 20px;
  }

  .tab_content .desc_list:after {
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #427e2b;
    bottom: -55px;
  }

  #online_content.tab_content .desc_list:after {
    border-top: 30px solid #2f2f2f;
  }

  .tab_content {
    padding: 80px 57px 100px;
  }

  .tabs input#online+.tab_item {
    background-color: #f7f3eb;
  }

  .birthday h2.shop_tit {
    font-size: 32px;
    margin-bottom: 50px;
  }

  .shop_txt {
    font-size: 24px;
  }

  .shop_txt span {
    font-size: 28px;
  }

  /*-- ↑240614 birthday-3 タグ追加↑ --*/
}

@media (min-width: 600px) {
  .main-wrap.birthday {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

/* add 20231003 */

.video-area video {
  width: 100%;
}

.button a span {
  top: -0.1vw;
}

@media (max-width: 659px) {
  .button a span {
    top: -0.4vw;
  }
}

.fixedbutton {
  position: static;
  display: none;
  width: 100%;
  transition: none;
}


.fixedbutton.is-stuck {
  position: fixed;
  display: block;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9999;
  margin: 0;


  --safe-top: env(safe-area-inset-top, 0px);
  padding: calc(8px + var(--safe-top)) 16px 12px;


  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);

  background: transparent;
  opacity: 0;
  transform: translateY(-20px);
  transition: opacity .4s ease, transform .4s ease;
  will-change: transform, opacity;
}

.fixedbutton.is-stuck.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.fixedbutton.is-stuck::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(66, 126, 43, 0.96);
  /* #427e2b をほぼ不透明で */
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  z-index: -1;
}

.fixedbutton.is-stuck .button-link {
  background: #fff;
  color: #427e2b;
  border-color: #fff;
  font-weight: bold;
}


.fixedbutton.is-stuck .button-link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  .fixedbutton.is-stuck {
    transition: none;
    transform: none;
    opacity: 1;
  }
}