@charset "UTF-8";

/* -----------------------------------------------
* common
-------------------------------------------------- */

.xl-show {
  display: none;
}

.lg-show {
  display: none;
}

.md-show {
  display: none;
}

.sm-show {
  display: none;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1rem; /* = 16px */
  line-height: 1.75; /* 日本語は広め */
  letter-spacing: 0.02em; /* ほんの少し開ける */
  color: #111;
}

.site-wrapper {
  /* max-width: 750px; */
  background: #e2e2e2;
  margin: 0 auto;
}

.site-wrapper-responsible {
  /* max-width: 750px; */
  background: #e2e2e2;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .site-wrapper {
    /* max-width: 1200px; */
    background: #fff;
    margin: 0 auto;
  }
  .site-wrapper-responsible {
    /* max-width: 1200px; */
    background: #fff;
    margin: 0 auto;
  }
}

.container {
  padding: 0 32px;
}

.container-responsible {
  padding: 0 32px;
}

@media (max-width: 767px) {
  .container,
  .container-responsible {
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
}

.heading {
  color: #333333;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 767px) {
  .heading {
    font-size: 2rem;
  }
}

.text {
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media (max-width: 767px) {
  .text {
    font-size: 1rem;
  }
}

.text + .text {
  margin-top: 32px;
}

.text a {
  text-decoration: underline;
}

.text--align-center {
  text-align: center;
}

.text-responsible {
  color: #666666;
  font-size: 20px;
  line-height: 1.6;
}

.text-responsible + .text-responsible {
  margin-top: 32px;
}

.text-responsible a {
  text-decoration: underline;
}

.text-responsible--align-center {
  text-align: center;
}

.heading-secondary {
  color: #333333;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 32px;
  line-height: 1.4;
}
@media (max-width: 767px) {
  .heading-secondary {
    font-size: 1.8rem;
  }
}

.heading-en {
  color: #666666;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 52px;
  line-height: 1;
  text-align: center;
}

.sub-heading-en {
  color: #666666;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  padding-bottom: 15px;
  margin-top: 14px;
  position: relative;
  margin-bottom: 30px;
}

.flower-artist .sub-heading-en {
  margin-top: 14px;
}

/* .sub-heading-en:after {
  content: "";
  display: inline-block;
  width: 144px;
  height: 2px;
  background: #919191;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
} */

.heading-en-responsible {
  color: #666666;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 52px;
  line-height: 1;
  text-align: center;
}

.sub-heading-en-responsible {
  color: #666666;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  padding-bottom: 72px;
  margin-top: 24px;
  position: relative;
}

.sub-heading-en-responsible:after {
  content: "";
  display: inline-block;
  width: 144px;
  height: 2px;
  background: #919191;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.button-round {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2d2d2d;
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  padding: 8px 60px;
  border-radius: 24px;
}

.button-round-responsible {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #2d2d2d;
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  padding: 8px 64px;
  border-radius: 24px;
}

.button-square {
  display: block;
  color: #666666;
  font-size: 20px;
  line-height: 1;
  text-align: center;
  padding: 32px;
  border: 1px solid #c0c0c0;
}

/* -----------------------------------------------
* header
-------------------------------------------------- */
.header {
  width: 100%;
  background: #e2e2e2;
  padding: 10px 0;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 30;
}
.header .container{
  max-width: 1200px;
  margin: 0 auto;
}

.header--top {
  background: transparent;
}

.header--top.scrolled,
.header--top.opened {
  background: #e2e2e2;
  z-index: 30;
}

.header.active {
  background: #ffffff;
}

.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__logo {
  height: 60px;
}

.header__logo img {
  display: block;
  height: 100%;
}

.header__avatar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header__avatar {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  position: relative;
}

.header__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header__avatar img {
  border-radius: 30px;
}

.header__hamburger {
  width: 40px;
  height: 38px;
  position: relative;
}

.header__hamburger span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #919191;
  position: absolute;
  left: 0;
}

.header__hamburger span:nth-of-type(1) {
  top: 0;
}

.header__hamburger span:nth-of-type(2) {
  top: 50%;
}

.header__hamburger span:nth-of-type(3) {
  bottom: 0;
}

.header__hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}
.header__hamburger.active span:nth-of-type(2) {
  display: none;
}

.header__hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
}

/* -----------------------------------------------
* menu
-------------------------------------------------- */
.menu {
  visibility: hidden;
  width: 100%;
  max-width: 1200px;
  height: calc(100vh - 80px);
  background: rgb(173 173 173 / 95%);
  padding: 0 0 0;
  position: fixed;
  top: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 50;
  overflow: scroll;
}

.menu.active {
  visibility: visible;
}

.menu-main {
  padding: 20px 0 0;
  position: relative;
}

.menu-main:before {
  /* content: ""; */
  display: inline-block;
  width: 96px;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 0;
  left: 32px;
}

.menu-main__item:not(:first-of-type) {
  margin-top: 20px;
}

.menu-main__item a {
  display: inline-block;
  font-size: 32px;
  line-height: calc(26 / 20);
  padding: 8px 0;
}

.menu-sub {
  padding: 64px 0 0;
  /* margin-top: 600px; */
  position: relative;
}

.menu-sub:before {
  /* content: ""; */
  display: inline-block;
  width: 96px;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 0;
  left: 40px;
}

.menu-sub__item:not(:first-of-type) {
  margin-top: 20px;
}

.menu-sub__item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.5;
}

/* -----------------------------------------------
* account
-------------------------------------------------- */
.account {
  visibility: hidden;
  width: 100%;
  max-width: 750px;
  height: calc(100vh - 124px);
  background: #e2e2e2;
  padding: 24px 0 112px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  overflow: scroll;
}

.account.active {
  visibility: visible;
}

.account__close {
  width: 42px;
}

.account__close img {
  width: 100%;
}

.account__avatar {
  width: 264px;
  height: 264px;
  aspect-ratio: 1/1;
  border-radius: 132px;
  position: relative;
  margin: 24px auto 0;
}

.account__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.account__avatar img {
  border-radius: 30px;
}

.account__name {
  font-size: 60px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}

.account__wrapper {
  background: #fff;
  padding: 32px 48px 40px;
  border-radius: 16px;
  margin-top: 80px;
}

.account__sub-heading {
  color: #757575;
  font-size: 20px;
  line-height: 2;
}

.account__heading {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(40 / 24);
}

.account__border {
  color: #d9d9d9;
  margin: 16px 0;
}

.account__item {
  padding: 24px 0;
}

.account__label {
  position: relative;
}

.account__command {
  display: inline-block;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 2;
  position: absolute;
  top: 0;
  right: 0;
}

.account__check {
  display: none;
}

.account__check + p {
  color: #1e1e1e;
  font-size: 24px;
  line-height: calc(40 / 24);
  padding-left: 64px;
  position: relative;
  cursor: pointer;
}

.account__check + p::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/star.svg);
}

.account__check + p::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/star-checked.svg);
  opacity: 0;
}

.account__check:checked + p::after {
  opacity: 1;
}

.account__text {
  color: #757575;
  font-size: 20px;
  line-height: 2;
  padding-left: 64px;
  margin-top: 8px;
}

/* -----------------------------------------------
* main
-------------------------------------------------- */
.mv{
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.mv__video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  pointer-events: none;
}
.mv__sound{
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 1000;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.2s ease, transform 0.2s ease, opacity 0.3s ease, visibility 0.3s ease;
}
.mv__sound.is-hidden{
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.mv__sound:hover{
  background: rgba(0, 0, 0, 0.75);
  transform: scale(1.05);
}
.mv__sound-icon{
  display: none;
}
.mv__sound[aria-pressed="false"] .mv__sound-icon--muted{
  display: block;
}
.mv__sound[aria-pressed="true"] .mv__sound-icon--on{
  display: block;
}
@media (max-width: 767px) {
  .mv__sound{
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
}
.pc_logo{
  display: none;
}

@media (max-width: 767px) {
  .mv{
    height: 100vh;
    height: 100svh;
  }
  .main-top{
    background-color: #dbdbdb;
  }
}
main{
  background-color: #fff;
  position: relative;
  z-index: 10;
}
.main-top section {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.main {
  padding-top: 124px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.main-responsible {
  padding-top: 124px;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.mv__slides {
  aspect-ratio: 750/994;
  position: relative;
}


@media (min-width: 767px) {
  .mv__slides {
    aspect-ratio: 1200/675;
  }
}

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

.mv__slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.mv__switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #ededed;
  padding: 16px 24px;
  border-radius: 24px;
  margin: 16px auto 0;
}

.mv__switch button {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #cacaca;
  text-indent: -9999px;
}

.mv__switch button.active {
  background: #000;
}
@media (min-width: 767px) {
  .mv__switches,
  .mv__switch {
    display: none;
  }
}

/* -----------------------------------------------
* about
-------------------------------------------------- */
.about {
  padding: 72px 0 0;
}

.about__lead {
  margin-top: 30px;
}

.about-sub {
  margin-top: 120px;
}

.about-sub__lead {
  margin-top: 32px;
}

.about-sub__list {
  margin-top: 48px;
  position: relative;
}

.about-sub__list:before {
  content: "";
  display: inline-block;
  max-width: 600px;
  height: 2px;
  background: #919191;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.about-sub__item:not(:first-of-type) {
  margin-top: 72px;
}

.about-sub__item:nth-of-type(1) .about-sub__image {
  margin-left: -32px;
  height: 320px;
}

.about-sub__item:nth-of-type(1) .about-sub__image img {
  height: 100%;
}

.about-sub__item:nth-of-type(2) .about-sub__image {
  text-align: right;
  margin-right: -32px;
  height: 340px;
}

.about-sub__item:nth-of-type(2) .about-sub__image img {
  height: 100%;
}

.about-sub__item:nth-of-type(3) .about-sub__image {
  margin-right: -32px;
  margin-left: -32px;
}
@media (max-width: 767px) {
  .about-sub__item:nth-of-type(3) .about-sub__image {
    margin-right: auto;
    margin-left: auto;
  }
}

.about-sub__item:nth-of-type(3) .about-sub__image img {
  width: 100%;
}

.about-sub__text {
  margin-top: 16px;
}

.about-sub__image {
  margin-top: 48px;
}

@media (max-width: 767px) {
  .about-sub__item:nth-of-type(1) .about-sub__image {
    margin-left: 0;
    height: auto;
    width: 100%;
  }

  .about-sub__item:nth-of-type(2) .about-sub__image {
    margin-right: 0;
    height: auto;
    width: 100%;
  }
  .about-sub__item:nth-of-type(1) .about-sub__image img {
    /* height: 100%; */
    width: 100%;
  }

  .about-sub__item:nth-of-type(2) .about-sub__image img {
    /* height: 100%; */
    width: 100%;
  }
}

/* -----------------------------------------------
* gallery
-------------------------------------------------- */
.top .gallery {
  padding: 100px 0 0;
  max-width: 1200px;
}

.top .gallery .container {
  padding: 0;
}

.gallery__button-round {
  margin: 64px auto 0 auto;
}

.gallery__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px 64px;
  margin-top: 48px;
}

.gallery__image {
  aspect-ratio: 158/216;
  position: relative;
}

.gallery__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery__caption {
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.48);
  padding: 24px 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.gallery__text {
  color: #fff;
}

.gallery__button-square {
  margin: 30px;
}

/* -----------------------------------------------
* about-us
-------------------------------------------------- */
.top .about-us {
  padding: 96px 0 0;
}

.about-us {
  padding: 96px 0 200px;
}

.about-us__heading {
  margin-top: 30px;
}

.about-us__lead {
  margin-top: 30px;
}

.about-us__images {
  margin-top: 72px;
}

.about-us__image:nth-of-type(1) {
  text-align: right;
  margin-right: -32px;
  height: 640px;
}

.about-us__image:nth-of-type(1) img {
  height: 100%;
}

@media (max-width: 767px) {
  .about-us__image:nth-of-type(1) {
    margin-right: auto;
    height: auto;
  }
  .about-us__image:nth-of-type(1) img {
    height: auto;
  }
}

.about-us__image:nth-of-type(2) {
  margin-top: 48px;
  margin-left: -32px;
  height: 320px;
}

.about-us__image:nth-of-type(2) img {
  height: 100%;
}

@media (max-width: 767px) {
  .about-us__image:nth-of-type(2) {
    margin-left: auto;
    height: auto;
  }
  .about-us__image:nth-of-type(2) img {
    height: auto;
  }
}

/* -----------------------------------------------
* flower-artist
-------------------------------------------------- */
.top .flower-artist {
  padding: 50px 0 0;
  background-color: #000;
  color: #fff;
  width: 100vw;
  margin: 50px auto 0;
  max-width: 1200px;
}
.flower-artist__image__top {
  width: 100vw;
  /* margin-left: calc(50% - 50vw); */
  max-width: 1200px;
  margin: 0 auto;
}
.flower-artist__image__top img {
  width: 100%;
}
.top .flower-artist .container {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.top .flower-artist .heading-en,
.top .flower-artist .sub-heading-en,
.top .flower-artist .flower-artist__name-en,
.top .flower-artist .text {
  color: #fff;
}

.flower-artist {
  padding: 48px 0 112px;
}

.flower-artist__button-round {
  margin: 64px 0 0 auto;
}

.flower-artist__image.flower-artist__top {
  margin: 0;
  float: right;
  width: 54%;
  margin-top: 10px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .flower-artist__image.flower-artist__top {
    float: none;
    width: 100%;
  }
}

.flower-artist__content {
  padding-top: 34px;
}

.flower-artist__name {
  /* /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex; */
  -webkit-box-align: end;
  -ms-flex-align: end; */
  /* align-items: flex-end; */
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 3rem;
  /* font-weight: 700; */
  line-height: 1;
  position: relative;
}

.flower-artist__name-en {
  color: #a3a3a3;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.6;
  margin-left: 0;
  margin-top: 15px;
}

@media (max-width: 767px) {
  .flower-artist__name {
    font-size: 2.8rem;
  }
  .flower-artist__name-en {
    font-size: 1rem;
  }
}

.flower-artist__job-title {
  font-size: 16px;
  margin-top: 16px;
}

.flower-artist__description {
  margin-top: 34px;
  margin-bottom: 34px;
}

.flower-artist__button-square {
  margin-top: 96px;
}

.flower-artist__sns-wrapper {
  margin-top: 48px;
  display: none;
}

.flower-artist__sns {
  display: block;
  width: 96px;
}

.flower-artist__sns img {
  width: 100%;
}

.flower-artist__sns:not(:first-of-type) {
  margin-top: 32px;
}

/* -----------------------------------------------
* about-us 個別ページ
-------------------------------------------------- */
.page .about-us {
  padding: 48px 0 112px;
}

.about-us__button-square {
  margin-top: 96px;
}

/* -----------------------------------------------
* gallery 個別ページ
-------------------------------------------------- */
.page .gallery {
  padding: 48px 0 112px;
}

.gallery-detail {
  padding: 48px 0 112px;
}

.gallery-detail__heading-en {
  position: relative;
}

.gallery-detail__return {
  display: block;
  width: 42px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.gallery-detail__return img {
  width: 100%;
}

.gallery-detail__button-round {
  margin: 64px auto 0 auto;
}

.gallery-detail__image {
  margin-top: 48px;
}

.gallery-detail__image img {
  width: 100%;
}

.gallery-detail__text {
  margin-top: 64px;
}

/* -----------------------------------------------
* mothers-day hero & products (order/mothers-day)
-------------------------------------------------- */
.mothers-day-title {
  padding: 0;
}
.mothers-day-title .container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.mothers-day-hero {
  line-height: 0;
  padding: 10px 0 32px;
}
.mothers-day-hero img {
  display: block;
  width: min(92%, 700px);
  margin: 0 auto;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.mothers-day-lead {
  padding: 0;
}
.mothers-day-lead .container {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
}
.mothers-day-products {
  padding: 48px 0 24px;
}
.mothers-day-products .container {
  max-width: 750px;
  margin: 0 auto;
}
.mothers-day-products__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px 24px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .mothers-day-products__grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.mothers-day-products__visual {
  margin-bottom: 16px;
}
.mothers-day-products__visual img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .mothers-day-hero img {
    width: min(94%, 360px);
    border-radius: 8px;
  }
  .mothers-day-products__visual img {
    height: 200px;
  }
}
.mothers-day-products__name {
  color: #333333;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
}
.mothers-day-products__tags {
  color: #666666;
  font-size: 0.85rem;
  line-height: 1.5;
  margin: 0;
  white-space: nowrap;
}
.mothers-day-products__head {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 0 0 10px;
}
@media (max-width: 767px) {
  .mothers-day-products__head {
    flex-wrap: wrap;
    row-gap: 6px;
  }
  .mothers-day-products__tags {
    white-space: normal;
  }
}
.mothers-day-products__prices {
  list-style: none;
  margin: 0;
  padding: 0;
  color: #666666;
  font-size: 1.1rem;
  line-height: 1.5;
}
.mothers-day-products__price-tier {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 16px;
}
.mothers-day-products__price-tier + .mothers-day-products__price-tier {
  margin-top: 6px;
}
.mothers-day-products__price-label {
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  flex-shrink: 0;
}
.mothers-day-products__price-amount {
  font-size: 1.1rem;
  text-align: left;
}
.mothers-day-products__delivery {
  margin-top: 8px;
  line-height: 1.45;
}
.mothers-day-products .order__button-round {
  margin: 28px auto 20px;
}

/* -----------------------------------------------
* order
-------------------------------------------------- */
.order {
  padding: 0 0 112px;
}
.order .container {
  max-width: 750px;
  margin: 0 auto;
}

.order__processes {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  margin: 0 auto 30px;
  max-width: 600px;
}
@media (max-width: 767px) {
  .order__processes {
    gap: 10px;
  }
}

.order__process:not(:last-of-type) .order__image {
  position: relative;
}

.order__process:not(:last-of-type) .order__image:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/arrow-next.svg);
  position: absolute;
  top: 30%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -28px;
  z-index: -1;
}

.order__caption {
  color: #666666;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .order__caption {
    font-size: 0.7rem;
  }
}

.order__button-round {
  margin: 50px auto;
}

.order__border {
  margin: 96px 0;
}

.order__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #666666;
  margin: 0 auto;
}

.order__caution {
  margin-top: 30px;
}

.order__image {
  padding: 0 0 20px;
  border-bottom: 1px solid #919191;
  max-width: 616px;
  margin: 0 auto;
}

.order__image img {
  width: 100%;
}

/* -----------------------------------------------
* form
-------------------------------------------------- */
.form {
  padding: 72px 0 0;
}

.form__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.form__bisection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 96px;
}

.form__bisection--gap {
  gap: 64px;
}

.form__bisection-item {
  text-align: center;
}

.form__bisection-image {
  width: 272px;
  height: 272px;
  aspect-ratio: 1/1;
  margin: 0 auto;
  position: relative;
}

.form__bisection-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form__bisection-heading {
  cursor: pointer;
  color: #666666;
  font-size: 1.5rem;
  font-weight: 700;
  padding-top: 32px;
}
@media (max-width: 767px) {
  .form__bisection-heading {
    font-size: 1rem;
  }
}

.form__bisection-text {
  cursor: pointer;
  padding-top: 20px;
  font-size: 1rem;
  text-align: left;
}

@media (max-width: 767px) {
  .form__bisection-text {
    font-size: 0.9rem;
  }
}

.form__accordion {
  margin-top: 40px;
}

.form__accordion-text {
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 32px;
  padding-left: 36px;
  position: relative;
}

.form__accordion-text:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../img/question.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.form__accordion-text:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 20px;
  background-image: url(../img/arrow-close.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.form__accordion-text.active:after {
  width: 20px;
  height: 16px;
  background-image: url(../img/arrow-open.svg);
}

.form__accordion-content {
  display: none;
  margin-top: 40px;
}

.form__accordion-content.active {
  display: block;
}

.form__accordion-image {
  width: 440px;
  margin: 0 auto;
}

.form__accordion-image img {
  width: 100%;
}

.form__trisection {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 48px;
}

.form__trisection-item {
  text-align: center;
}

.form__text {
  margin-top: 20px;
  position: relative;
  cursor: pointer;
}

.form__price {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 32px;
  cursor: pointer;
}

.form__note {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
  width: 100%;
}

.form__radio-picture {
  display: none;
}

.form__radio-picture + span {
  cursor: pointer;
  display: block;
  border-radius: 50%;
  aspect-ratio: 1/1;
  position: relative;
}

.form__radio-picture + span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.form__radio-picture + span img {
  border-radius: 50%;
}

.form__radio-picture + span:before {
  opacity: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.47);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.form__radio-picture + span:after {
  opacity: 0;
  content: "";
  display: inline-block;
  width: 66px;
  height: 40px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/checked.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.form__radio-picture:checked + span::before,
.form__radio-picture:checked + span::after {
  opacity: 1;
}

.form__radio-dotted {
  display: none;
}

.form__radio-dotted + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 20px;
  line-height: 2;
  padding-top: 80px;
}

.form__radio-dotted + span .bold {
  font-weight: 700;
}

.form__radio-dotted + span::before {
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  border: 2px dotted #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.form__radio-dotted + span::after {
  opacity: 0;
  content: "";
  display: block;
  width: 48px;
  height: 48px;
  background: #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}

.form__radio-dotted:checked + span::after {
  opacity: 1;
}

.form__radio {
  display: none;
}

.form__radio + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 20px;
  line-height: 1.6;
  padding-left: 32px;
}

.form__radio + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__radio + span::after {
  opacity: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form__radio:checked + span::after {
  opacity: 1;
}

.form__border {
  border: none;
  border-top: 2px dotted #919191;
  margin: 64px 0;
}

.form__list {
  margin-top: 32px;
}

.form__item:not(:first-of-type) {
  margin-top: 40px;
}

.form__term {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.form__description {
  color: #666;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 24px;
}

.form__description input[type="text"],
.form__description input[type="tel"] {
  width: 100%;
  background: #fff;
  padding: 16px;
  border: 2px solid #b2b2b2;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.form__description input[type="text"]:focus,
.form__description input[type="tel"]:focus {
  outline: none;
  border-color: #666;
  -webkit-box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.2);
  box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.2);
}

.required {
  color: #ff0000;
  font-size: 14px;
  margin-left: 4px;
}

.form__description textarea {
  width: 100%;
  height: 144px;
  background: #fff;
  padding: 16px;
  border: 2px solid #b2b2b2;
}

.form__description ::-webkit-input-placeholder {
  color: #b2b2b2;
}

.form__description ::-moz-placeholder {
  color: #b2b2b2;
}

.form__description :-ms-input-placeholder {
  color: #b2b2b2;
}

.form__description ::-ms-input-placeholder {
  color: #b2b2b2;
}

.form__description ::placeholder {
  color: #b2b2b2;
}

.form__description ::-ms-input-placeholder {
  color: #b2b2b2;
}

.form__description :-ms-input-placeholder {
  color: #b2b2b2;
}

.form__description:has(.form__radio) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 48px;
}

.form__button-round {
  margin: 72px auto 0;
}

label.error {
  color: red;
}

/* -----------------------------------------------
* thanks
-------------------------------------------------- */
.thanks {
  padding: 160px 0 0;
}

.thanks__lead {
  margin-top: 72px;
}

.thanks__button-round {
  margin: 72px auto 0;
}

/* -----------------------------------------------
* floating-menu
-------------------------------------------------- */
.floating-menu {
  position: fixed;
  right: 10%;
  bottom: 32px;
  z-index: 1;
  display: none;
}

.floating-menu__item {
  display: block;
  width: 90px;
}

.floating-menu__item:not(:first-of-type) {
  margin-top: 24px;
}

.floating-menu__item img {
  width: 100%;
}

/* -----------------------------------------------
* footer
-------------------------------------------------- */
.footer {
  background: #a3a3a3;
  color: #fff;
  padding: 48px 0 20px;
  position: relative;
  z-index: 10;
}

.footer__heading {
  text-align: center;
  height: 96px;
}

.footer__heading img {
  height: 100%;
}

.footer__sub-heading {
  text-align: center;
  margin: 32px auto 0;
  max-width: 300px;
}

.footer__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 48px auto 0;
  max-width: 1200px;
}

.footer__item {
  padding: 24px 0 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.47);
}

.footer__item:nth-of-type(1) {
  grid-column: 1/3;
}

.footer__item:nth-of-type(2) {
  position: relative;
}

.footer__item:nth-of-type(2):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% - 24px);
  background: rgba(255, 255, 255, 0.47);
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer__item:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: right;
}

.footer__heading-secondary {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.footer__sub-heading-secondary {
  line-height: 1;
  margin-top: 16px;
  position: relative;
}

@media (max-width: 767px) {
  .footer__heading-secondary {
    font-size: 2rem;
  }

  .footer__sub-heading-secondary {
    font-size: 0.8rem;
  }
}

.footer__sns {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.footer__sns img {
  width: 100%;
  display: none;
}

/* フォームボタングループ */
.form__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.form__button--secondary {
  background: #919191;
  color: #ffffff;
}

.form__button--secondary:hover {
  background: #666666;
}

.form-responsible__button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 32px;
}

.form-responsible__button--secondary {
  background: #919191;
  color: #ffffff;
}

.form-responsible__button--secondary:hover {
  background: #666666;
}

/* デイトピッカー */
/* -----------------------------------------------
* responsible
-------------------------------------------------- */
/* -----------------------------------------------
* header-responsible
-------------------------------------------------- */
.header-responsible {
  width: 100%;
  max-width: 960px;
  background: #e2e2e2;
  padding: 32px 0;
  position: fixed;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}

.header-responsible.active {
  background: #adadad;
}

.header-responsible__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-responsible__logo {
  height: 60px;
}

.header-responsible__logo img {
  display: block;
  height: 100%;
}

.header-responsible__avatar-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 24px;
}

.header-responsible__avatar {
  width: 60px;
  height: 60px;
  aspect-ratio: 1/1;
  position: relative;
}

.header-responsible__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-responsible__avatar img {
  border-radius: 50%;
}

.header-responsible__hamburger {
  width: 52px;
  height: 48px;
  position: relative;
}

.header-responsible__hamburger span {
  display: inline-block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #919191;
  position: absolute;
  left: 0;
}

.header-responsible__hamburger span:nth-of-type(1) {
  top: 0;
}

.header-responsible__hamburger span:nth-of-type(2) {
  top: 50%;
}

.header-responsible__hamburger span:nth-of-type(3) {
  bottom: 0;
}

.header-responsible__hamburger.active span:nth-of-type(1) {
  -webkit-transform: translateY(18px) rotate(-45deg);
  transform: translateY(18px) rotate(-45deg);
}

.header-responsible__hamburger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-18px) rotate(45deg);
  transform: translateY(-18px) rotate(45deg);
}

/* -----------------------------------------------
* menu-responsible
-------------------------------------------------- */
.menu-responsible {
  visibility: hidden;
  width: 100%;
  max-width: 1200px;
  height: calc(100vh - 124px);
  background: #adadad;
  padding: 64px 0 180px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  overflow: scroll;
}

.menu-responsible.active {
  visibility: visible;
}

.menu-responsible-main {
  padding: 56px 0 0;
  position: relative;
}

.menu-responsible-main:before {
  content: "";
  display: inline-block;
  width: 96px;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 0;
  left: 32px;
}

.menu-responsible-main__item:not(:first-of-type) {
  margin-top: 24px;
}

.menu-responsible-main__item a {
  display: inline-block;
  font-size: 40px;
  line-height: calc(27 / 20);
  padding: 8px 0;
}

.menu-responsible-sub {
  padding: 64px 0 0;
  margin-top: 600px;
  position: relative;
}

.menu-responsible-sub:before {
  content: "";
  display: inline-block;
  width: 96px;
  height: 2px;
  background: #808080;
  position: absolute;
  top: 0;
  left: 40px;
}

.menu-responsible-sub__item:not(:first-of-type) {
  margin-top: 32px;
}

.menu-responsible-sub__item a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 1.5;
}

/* -----------------------------------------------
* account-responsible
-------------------------------------------------- */
.account-responsible {
  visibility: hidden;
  width: 100%;
  max-width: 960px;
  height: calc(100vh - 124px);
  background: #e2e2e2;
  padding: 24px 0 112px;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  overflow: scroll;
}

.account-responsible.active {
  visibility: visible;
}

.account-responsible__close {
  width: 42px;
}

.account-responsible__close img {
  width: 100%;
}

.account-responsible__avatar {
  width: 264px;
  height: 264px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  position: relative;
  margin: 24px auto 0;
}

.account-responsible__avatar img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.account-responsible__avatar img {
  border-radius: 30px;
}

.account-responsible__name {
  font-size: 60px;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1;
  text-align: center;
  margin-top: 40px;
}

.account-responsible__wrapper {
  background: #fff;
  padding: 32px 48px 40px;
  border-radius: 16px;
  margin-top: 80px;
}

.account-responsible__sub-heading {
  color: #757575;
  font-size: 20px;
  line-height: 2;
}

.account-responsible__heading {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 700;
  line-height: calc(40 / 24);
}

.account-responsible__border {
  height: 1px;
  color: #d9d9d9;
  margin: 16px 0;
}

.account-responsible__item {
  padding: 24px 0;
}

.account-responsible__label {
  position: relative;
}

.account-responsible__command {
  display: inline-block;
  color: #1e1e1e;
  font-size: 20px;
  line-height: 2;
  position: absolute;
  top: 0;
  right: 0;
}

.account-responsible__check {
  display: none;
}

.account-responsible__check + p {
  color: #1e1e1e;
  font-size: 24px;
  line-height: calc(40 / 24);
  padding-left: 64px;
  position: relative;
  cursor: pointer;
}

.account-responsible__check + p::before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/star.svg);
}

.account-responsible__check + p::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../img/star-checked.svg);
  opacity: 0;
}

.account-responsible__check:checked + p::after {
  opacity: 1;
}

.account-responsible__text {
  color: #757575;
  font-size: 20px;
  line-height: 2;
  padding-left: 64px;
  margin-top: 8px;
}

/* -----------------------------------------------
* order-responsible
-------------------------------------------------- */
.order-responsible {
  padding: 48px 0 112px;
}

.order-responsible__heading {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 8px;
  border-bottom: 1px solid #666666;
  margin: 0 auto;
}

.order-responsible__image {
  padding: 72px 0;
  border-bottom: 2px solid #919191;
  max-width: 616px;
  margin: 0 auto;
}

.order-responsible__image img {
  width: 100%;
}

/* -----------------------------------------------
* form-responsible
-------------------------------------------------- */
.form-responsible {
  padding: 72px 0 0;
}

.form-responsible__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.form-responsible__bisection {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 96px;
}

.form-responsible__bisection-item {
  text-align: center;
}

.form-responsible__text {
  margin-top: 48px;
  position: relative;
  cursor: pointer;
}

.form-responsible__price {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 32px;
  cursor: pointer;
}

.form-responsible__note {
  color: #666666;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -24px;
}

.form-responsible__radio {
  display: none;
}

.form-responsible__radio + span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  color: #666;
  font-size: 20px;
  line-height: 1.6;
  padding-left: 32px;
}

.form-responsible__radio + span::before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border: 2px solid #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-responsible__radio + span::after {
  opacity: 0;
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: #a6a6a6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-responsible__radio:checked + span::after {
  opacity: 1;
}

.form-responsible__border {
  border: none;
  border-top: 2px dotted #919191;
  margin: 64px 0;
}

.form-responsible__list {
  margin-top: 32px;
}

.form-responsible__item:not(:first-of-type) {
  margin-top: 40px;
}

.form-responsible__term {
  color: #666666;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.form-responsible__description {
  color: #666;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 24px;
}

.form-responsible__description input[type="text"],
.form-responsible__description input[type="tel"] {
  width: 100%;
  background: #fff;
  padding: 16px;
  border: 2px solid #b2b2b2;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}

.form-responsible__description input[type="text"].hasDatepicker {
  font-size: 16px;
}

.form-responsible__description input[type="text"]:focus,
.form-responsible__description input[type="tel"]:focus {
  outline: none;
  border-color: #666;
  -webkit-box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.2);
  box-shadow: 0 0 0 2px rgba(102, 102, 102, 0.2);
}

.required {
  color: #ff0000;
  font-size: 14px;
  margin-left: 4px;
}

.form-responsible__description textarea {
  width: 100%;
  height: 144px;
  background: #fff;
  padding: 16px;
  border: 2px solid #b2b2b2;
}

.form-responsible__description ::-webkit-input-placeholder {
  color: #b2b2b2;
}

.form-responsible__description ::-moz-placeholder {
  color: #b2b2b2;
}

.form-responsible__description :-ms-input-placeholder {
  color: #b2b2b2;
}

.form-responsible__description ::-ms-input-placeholder {
  color: #b2b2b2;
}

.form-responsible__description ::placeholder {
  color: #b2b2b2;
}

.form-responsible__description ::-ms-input-placeholder {
  color: #b2b2b2;
}

.form-responsible__description :-ms-input-placeholder {
  color: #b2b2b2;
}

.form-responsible__description:has(.form-responsible__radio) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 48px;
}

.form-responsible__button-round {
  margin: 72px auto 0;
}

/* -----------------------------------------------
* floating-responsible-menu
-------------------------------------------------- */
.floating-responsible-menu {
  position: fixed;
  right: calc((100vw - 750px) / 2 + 32px);
  bottom: 32px;
  z-index: 1;
}

.floating-responsible-menu__item {
  display: block;
  width: 136px;
}

.floating-responsible-menu__item:not(:first-of-type) {
  margin-top: 24px;
}

.floating-responsible-menu__item img {
  width: 100%;
}

/* -----------------------------------------------
* footer-responsible
-------------------------------------------------- */
.footer-responsible {
  background: #a3a3a3;
  color: #fff;
  padding: 48px 0;
}

.footer-responsible__heading {
  text-align: center;
  height: 96px;
}

.footer-responsible__heading img {
  height: 100%;
}

.footer-responsible__sub-heading {
  font-size: 16px;
  text-align: center;
  margin-top: 32px;
}

.footer-responsible__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 48px;
}

.footer-responsible__item {
  padding: 24px 0 16px;
  border-top: 2px solid rgba(255, 255, 255, 0.47);
}

.footer-responsible__item:nth-of-type(1) {
  grid-column: 1/3;
}

.footer-responsible__item:nth-of-type(2) {
  position: relative;
}

.footer-responsible__item:nth-of-type(2):after {
  content: "";
  display: inline-block;
  width: 2px;
  height: calc(100% - 24px);
  background: rgba(255, 255, 255, 0.47);
  position: absolute;
  right: 0;
  bottom: 0;
}

.footer-responsible__item:nth-of-type(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-responsible__heading-secondary {
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  font-size: 52px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1;
}

.footer-responsible__sub-heading-secondary {
  font-size: 12px;
  line-height: 1;
  margin-top: 16px;
  position: relative;
}

.footer-responsible__sns {
  display: inline-block;
  width: 64px;
  height: 64px;
}

.footer-responsible__sns img {
  width: 100%;
}

@media (max-width: 750px) {
  .container-responsible {
    padding: 0 calc(32 / 750 * 100vw);
  }

  .text-responsible {
    font-size: calc(20 / 750 * 100vw);
  }

  .text-responsible + .text-responsible {
    margin-top: calc(32 / 750 * 100vw);
  }

  .heading-en-responsible {
    font-size: calc(52 / 750 * 100vw);
  }

  .sub-heading-en-responsible {
    font-size: calc(12 / 750 * 100vw);
    padding-bottom: calc(72 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }

  .sub-heading-en-responsible:after {
    width: calc(144 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
  }

  .button-round-responsible {
    font-size: calc(20 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) calc(64 / 750 * 100vw);
  }

  .main-responsible {
    padding-top: calc(124 / 750 * 100vw);
  }

  .header-responsible {
    padding: calc(32 / 750 * 100vw) 0;
  }

  .header-responsible__logo {
    height: calc(60 / 750 * 100vw);
  }

  .header-responsible__avatar-wrapper {
    gap: calc(24 / 750 * 100vw);
  }

  .header-responsible__avatar {
    width: calc(60 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
  }

  .header-responsible__hamburger {
    width: calc(52 / 750 * 100vw);
    height: calc(48 / 750 * 100vw);
  }

  .header-responsible__hamburger span {
    height: calc(2 / 750 * 100vw);
  }

  .header-responsible__hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(calc(23 / 750 * 100vw)) rotate(-45deg);
    transform: translateY(calc(23 / 750 * 100vw)) rotate(-45deg);
  }

  .header-responsible__hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(calc(-23 / 750 * 100vw)) rotate(45deg);
    transform: translateY(calc(-23 / 750 * 100vw)) rotate(45deg);
  }

  .menu-responsible {
    height: calc(100vh - (124 / 750 * 100vw));
    padding: calc(64 / 750 * 100vw) 0 calc(180 / 750 * 100vw);
  }

  .menu-responsible-main {
    padding: calc(56 / 750 * 100vw) 0 0;
  }

  .menu-responsible-main:before {
    width: calc(96 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    left: calc(32 / 750 * 100vw);
  }

  .menu-responsible-main__item:not(:first-of-type) {
    margin-top: calc(24 / 750 * 100vw);
  }

  .menu-responsible-main__item a {
    font-size: calc(40 / 750 * 100vw);
    padding: calc(8 / 750 * 100vw) 0;
  }

  .menu-responsible-sub {
    padding: calc(64 / 750 * 100vw) 0 0;
    margin-top: calc(600 / 750 * 100vw);
  }

  .menu-responsible-sub:before {
    width: calc(96 / 750 * 100vw);
    height: calc(2 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
  }

  .menu-responsible-sub__item:not(:first-of-type) {
    margin-top: calc(32 / 750 * 100vw);
  }

  .menu-responsible-sub__item a {
    font-size: calc(18 / 750 * 100vw);
  }

  .account-responsible {
    height: calc(100vh - (124 / 750 * 100vw));
    padding: calc(24 / 750 * 100vw) 0 calc(112 / 750 * 100vw);
  }

  .account-responsible__close {
    width: calc(42 / 750 * 100vw);
  }

  .account-responsible__avatar {
    width: calc(264 / 750 * 100vw);
    height: calc(264 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }

  .account-responsible__name {
    font-size: calc(60 / 750 * 100vw);
    margin-top: calc(40 / 750 * 100vw);
  }

  .account-responsible__wrapper {
    padding: calc(32 / 750 * 100vw) calc(48 / 750 * 100vw) calc(40 / 750 * 100vw);
    border-radius: calc(16 / 750 * 100vw);
    margin-top: calc(80 / 750 * 100vw);
  }

  .account-responsible__sub-heading {
    font-size: calc(20 / 750 * 100vw);
  }

  .account-responsible__heading {
    font-size: calc(24 / 750 * 100vw);
  }

  .account-responsible__border {
    height: calc(1 / 750 * 100vw);
    margin: calc(16 / 750 * 100vw) 0;
  }

  .account-responsible__item {
    padding: calc(24 / 750 * 100vw) 0;
  }

  .account-responsible__command {
    font-size: calc(20 / 750 * 100vw);
  }

  .account-responsible__check + p {
    font-size: calc(24 / 750 * 100vw);
    padding-left: calc(64 / 750 * 100vw);
  }

  .account-responsible__check + p::before {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }

  .account-responsible__check + p::after {
    width: calc(40 / 750 * 100vw);
    height: calc(40 / 750 * 100vw);
  }

  .account-responsible__text {
    font-size: calc(20 / 750 * 100vw);
    padding-left: calc(64 / 750 * 100vw);
    margin-top: calc(8 / 750 * 100vw);
  }

  .order-responsible {
    padding: calc(48 / 750 * 100vw) 0 calc(112 / 750 * 100vw);
  }

  .order-responsible__heading {
    font-size: calc(20 / 750 * 100vw);
    padding-bottom: calc(8 / 750 * 100vw);
    border-width: calc(1 / 750 * 100vw);
  }

  .order-responsible__image {
    padding: calc(72 / 750 * 100vw) 0;
    border-width: calc(2 / 750 * 100vw);
  }

  .form-responsible {
    padding: calc(72 / 750 * 100vw) 0 0;
  }

  .form-responsible__heading {
    font-size: calc(24 / 750 * 100vw);
  }

  .form-responsible__bisection {
    margin-top: calc(96 / 750 * 100vw);
  }

  .form-responsible__text {
    margin-top: calc(48 / 750 * 100vw);
  }

  .form-responsible__price {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }

  .form-responsible__note {
    font-size: calc(14 / 750 * 100vw);
    bottom: calc(-24 / 750 * 100vw);
  }

  .form-responsible__radio + span {
    font-size: calc(20 / 750 * 100vw);
    padding-left: calc(32 / 750 * 100vw);
  }

  .form-responsible__radio + span::before {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }

  .form-responsible__radio + span::after {
    width: calc(24 / 750 * 100vw);
    height: calc(24 / 750 * 100vw);
  }

  .form-responsible__border {
    border-width: calc(2 / 750 * 100vw);
    margin: calc(64 / 750 * 100vw) 0;
  }

  .form-responsible__list {
    margin-top: calc(32 / 750 * 100vw);
  }

  .form-responsible__item:not(:first-of-type) {
    margin-top: calc(40 / 750 * 100vw);
  }

  .form-responsible__term {
    font-size: calc(20 / 750 * 100vw);
  }

  .form-responsible__description {
    font-size: calc(20 / 750 * 100vw);
    margin-top: calc(24 / 750 * 100vw);
  }

  .form-responsible__description input[type="text"],
  .form-responsible__description input[type="tel"] {
    padding: calc(16 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
    font-size: calc(16 / 750 * 100vw);
  }

  .form-responsible__description input[type="text"]:focus,
  .form-responsible__description input[type="tel"]:focus {
    -webkit-box-shadow: 0 0 0 calc(2 / 750 * 100vw) rgba(102, 102, 102, 0.2);
    box-shadow: 0 0 0 calc(2 / 750 * 100vw) rgba(102, 102, 102, 0.2);
  }

  .required {
    font-size: calc(14 / 750 * 100vw);
    margin-left: calc(4 / 750 * 100vw);
  }

  .form-responsible__description textarea {
    height: calc(144 / 750 * 100vw);
    padding: calc(16 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }

  .form-responsible__description:has(.form-responsible__radio) {
    gap: calc(24 / 750 * 100vw) calc(48 / 750 * 100vw);
  }

  .form-responsible__button-round {
    margin-top: calc(72 / 750 * 100vw);
  }

  .floating-responsible-menu {
    right: calc(32 / 750 * 100vw);
    bottom: calc(32 / 750 * 100vw);
  }

  .floating-responsible-menu__item {
    width: calc(136 / 750 * 100vw);
  }

  .floating-responsible-menu__item:not(:first-of-type) {
    margin-top: calc(24 / 750 * 100vw);
  }

  .footer-responsible {
    padding: calc(48 / 750 * 100vw) 0;
  }

  .footer-responsible__heading {
    height: calc(96 / 750 * 100vw);
  }

  .footer-responsible__sub-heading {
    font-size: calc(16 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }

  .footer-responsible__wrapper {
    margin-top: calc(48 / 750 * 100vw);
  }

  .footer-responsible__item {
    padding: calc(24 / 750 * 100vw) 0 calc(16 / 750 * 100vw);
    border-width: calc(2 / 750 * 100vw);
  }

  .footer-responsible__item:nth-of-type(2):after {
    width: calc(2 / 750 * 100vw);
    height: calc(100% - calc(24 / 750 * 100vw));
  }

  .footer-responsible__heading-secondary {
    font-size: calc(52 / 750 * 100vw);
  }

  .footer-responsible__sub-heading-secondary {
    font-size: calc(12 / 750 * 100vw);
    margin-top: calc(16 / 750 * 100vw);
  }

  .footer-responsible__sns {
    width: calc(64 / 750 * 100vw);
    height: calc(64 / 750 * 100vw);
  }
}

@media (max-width: 767px) {
  .form-responsible__button-group {
    gap: calc(16 / 750 * 100vw);
    margin-top: calc(32 / 750 * 100vw);
  }

  .md-show {
    display: block;
  }

  .md-hide {
    display: none;
  }
}

@media (max-width: 1199px) {
  .xl-show {
    display: block;
  }

  .xl-hide {
    display: none;
  }
}

@media (max-width: 991px) {
  .lg-show {
    display: block;
  }

  .lg-hide {
    display: none;
  }
}

@media (max-width: 575px) {
  .sm-show {
    display: block;
  }

  .sm-hide {
    display: none;
  }
}

@media (hover: hover) {
  .text a:hover {
    text-decoration: none;
  }

  .menu-main__item a:hover {
    background: #505050;
    color: #fff;
    padding: 8px 12px;
  }

  .gallery__image:hover .gallery__caption {
    visibility: visible;
  }
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

/* スマホ向け（768px未満の画面） */
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

.default__heading-en.heading-en {
  font-size: 2rem;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .default__heading-en.heading-en {
    font-size: 24px;
    margin-top: 20px;
  }
}
.default__content {
  margin: 60px auto;
}

.default__content .heading {
  text-align: left;
  font-size: 1.6rem;
  margin-top: 2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #919191;
  color: #666666;
}
@media screen and (max-width: 767px) {
  .default__content .heading {
    font-size: 1.3rem;
  }
}

.default__content ul li {
  margin-left: 2em;
  list-style: disc;
}

.default__content ul {
  margin-bottom: 1em;
  color: #666666;
}

.footer_text {
  font-size: 0.9rem;
  text-align: center;
  margin-top: 50px;
}

.footer_text li {
  display: inline-block;
  margin: 0 10px;
}

.tx-c {
  text-align: center;
}


.membership{
  text-align: center;
  margin: 80px auto;
  background: #000;
  color: #fff;
  padding: 0 32px;
}

.membership img{
  margin: 50px auto;
}
.membership p.text{
  color: #fff;
}
.membership__button-round {
  margin: 64px auto 0 auto;
  background: #ededed;
  color: #333;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .membership{
    margin: 80px auto 20px;
    padding: 0;
  }
  .membership img{
    margin: 0px auto;
  }
  .membership p.text{
    margin-top: 30px;
    margin-left: 15px;
    margin-right: 15px;
    text-align: left;
  }
  .membership__button-round {
    margin-bottom: 60px;
  }
}


