@charset "UTF-8";

:root {
  --rem: min(10px, calc(100vw / 414 * 10));
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  color: #3A3A3A;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

a {
  text-decoration: none;
  color: #3A3A3A;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
}

.wrapper {
  max-width: 414px;
  margin-left: auto;
  margin-right: auto;
}

li {
  list-style: none;
}

/* HEADER */

.header {
  background-color: #fff;
  height: 62px;
  padding-top: 2px;
  padding-bottom: 8px;
  padding-left: 12px;
  padding-right: 66px;
  position: relative;
  /* position: fixed;
  right: 0;
  left: 0;
  margin: auto;
  width: 414px; */
}

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

.site-title {
  width: 179px;
}

#g-nav {
  position: fixed;
  z-index: 999;
  top: -120%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 414px;
  height: 100vh;
  background: #3A75BD;
  transition: all 0.6s;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  margin-top: 48px;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 1.125rem;
  font-family: serif;
  font-weight: 500;
}

#g-nav li:first-of-type a {
  margin-top: 0px;
}

.openbtn {
  position: absolute;
  z-index: 9999;
  top: 14px;
  right: 12px;
  cursor: pointer;
  width: 39px;
  height: 33px;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 1px;
  height: 3px;
  border-radius: 2px;
  background-color: #3D3D3D;
  width: 36px;
}

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

.openbtn span:nth-of-type(2) {
  top: 10px;
}

.openbtn.active span:nth-of-type(1) {
  top: 10px;
  left: 10px;
  transform: translateY(6px) rotate(-45deg);
  width: 30px;
}

.openbtn.active span:nth-of-type(2) {
  top: 22px;
  left: 10px;
  transform: translateY(-6px) rotate(45deg);
  width: 30px;
}

.openbtn__menu {
  text-transform: uppercase;
  font-size: 0.875rem;
  color: #3D3D3D;
  position: absolute;
  left: -1px;
  bottom: 0;
  line-height: 1;
  transition: .3s;
}

.openbtn.active .openbtn__menu {
  /* opacity: 0; */
  left: 5px;
  bottom: -15px;
}

.g-nav__btn {
  position: absolute;
  z-index: 999;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 77%;
}

.g-nav__tel {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: #fff;
  border-radius: 75px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: serif;
  padding: 20px 10px;
  line-height: 1;
}

.g-nav__tel img {
  width: 23px;
}

.g-nav__mail {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: #DBF5FD;
  border-radius: 75px;
  font-size: 1rem;
  font-weight: bold;
  font-family: serif;
  padding: 20px 10px;
  line-height: 1;
}

.g-nav__mail img {
  width: 24px;
}



/* MV */

.mv {
  padding-left: 10px;
  padding-right: 10px;
}

.mv__inner {
  background-image: url(../img/mv__bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 620px;
  border-radius: 15px;
  padding-top: 68px;
  padding-bottom: 39px;
  padding-left: 24px;
  padding-right: 13px;
}

.mv__title {
  margin: 0 auto;
  max-width: 320px;
  color: #fff;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: serif;
}

.mv__title span {
  font-size: 2rem;
}

.mv__title span span {
  font-size: 1.625rem;
}

.mv__content {
  margin-top: 220px;
  display: flex;
  justify-content: space-between;
}

.mv__price {
  color: #fff;
}

.mv__price__text {
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: serif;
  text-align: center;
  position: relative;
}

.mv__price__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  width: 149px;
  height: 1.2px;
  background-color: #fff;
}

.mv__price__number {
  padding-top: 5px;
  font-size: 1.4375rem;
}

.mv__price__number span {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 3rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
}

.mv__circle {
  border-radius: 50%;
  outline: 2px solid #fff;
  width: 108px;
  height: 108px;
}

.mv__circle a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 28px;
}

.mv__circle a:hover .mv__circle__en::after {
  bottom: -20px;
}

.mv__circle a .mv__circle__ja {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: bold;
}

.mv__circle a .mv__circle__en {
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
}

.mv__circle a .mv__circle__en::after {
  content: "";
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 48px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transition: bottom 0.3s ease;
}

/* COUPON */

.coupon {
  margin-top: 19px;
  padding-left: 10px;
  padding-right: 10px;
}

.coupon2 {
  margin-top: 40px;
}

.coupon3 {
  margin-top: 40px;
}

.coupon4 {
  margin-top: 40px;
}

.coupon__inner {
  background-color: #3AA5BD;
  outline: 2px solid #fff;
  outline-offset: -10px;
  padding-top: 24px;
  padding-bottom: 26px;
  padding-left: 36px;
  padding-right: 36px;
}

.coupon__top {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.coupon__text__intro {
  color: #fff;
  font-size: 1.0625rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
}

.coupon__text__flex {
  display: flex;
  align-items: center;
  gap: 3px;
}

.coupon__text__number {
  font-size: 5.8125rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  color: #FFE51C;
  line-height: 1;
}

.coupon__text__off {
  text-transform: uppercase;
  color: #FFE51C;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  text-align: center;
}

.coupon__text__yen {
  color: #FFE51C;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 1;
}

.coupon__spell {
  writing-mode: vertical-lr;
  color: #fff;
  text-transform: uppercase;
  font-size: 2.25rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
}

.coupon__title {
  margin-top: 10px;
  text-align: center;
  background-color: #FFE41C;
  border-radius: 20px;
}

.coupon__title a {
  display: block;
  color: #3AA5BD;
  font-size: 0.9375rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  padding: 3px 5px;
}

/* CONTACT */

.contact {
  margin-top: 16px;
  padding-left: 10px;
  padding-right: 10px;
}

.contact__inner {
  background-color: #3A75BD;
  border-radius: 7px;
  padding-top: 32px;
  padding-bottom: 26px;
  padding-left: 36px;
  padding-right: 36px;
}

.contact__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: serif;
  color: #fff;
  line-height: 1;
}

.contact__tel {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: #fff;
  border-radius: 75px;
  font-size: 1.375rem;
  font-weight: bold;
  font-family: serif;
  padding: 24px 10px;
  line-height: 1;
}

.contact__tel img {
  width: 23px;
}

.contact__mail {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  background-color: #DBF5FD;
  border-radius: 75px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  padding: 24px 10px;
  line-height: 1;
}

.contact__mail img {
  width: 24px;
}

.contact__list {
  margin-top: 16px;
}

.contact__list li {
  font-size: 0.625rem;
  line-height: 1.8;
}

/* RESULT */

.result {
  margin-top: 54px;
  padding-left: 10px;
  padding-right: 10px;
}

.result__inner {
  padding-left: 21px;
  padding-right: 21px;
}

.result__title {
  margin: 0 auto;
  width: fit-content;
  border-bottom: 1px solid #3A75BD;
  padding-bottom: 7px;
  line-height: 1;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: serif;
}

.result__title span {
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  color: #3A75BD;
  font-size: 1.75rem;
}

.result__text {
  margin-top: 24px;
  text-align: center;
  line-height: 2.2;
  font-family: serif;
}

/* QUESTIONS */

.questions {
  margin-top: 56px;
  padding-left: 10px;
  padding-right: 10px;
}

.questions__title {
  border: 1px solid #435A77;
  padding-top: 21px;
  padding-bottom: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.questions__title span:first-of-type {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Amiri", serif;
  color: #435A77;
  line-height: 1;
}

.questions__title span:last-of-type {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  color: #435A77;
  line-height: 1.7;
}

.questions__list {
  margin-top: 24px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
}

.questions__list li {
  width: 44%;
}

.questions__list__text {
  margin-top: 10px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.8;
  color: #435A77;
}

/* PLAN */

.plan {
  margin-top: 56px;
  padding-left: 10px;
  padding-right: 10px;
}

.plan__title {
  text-align: center;
}

.plan__title__img {
  margin: 0 auto;
  width: 66px;
}

.plan__title__text {
  margin-top: 24px;
  display: inline-block;
  border-bottom: 1px solid #435A77;
  color: #435A77;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: serif;
}

.plan-about {
  margin-top: 24px;
  border: 1px solid #999;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 22px;
  padding-right: 22px;
}

.plan-about-standard {
  border: 3px solid #3171B2;
}

.plan-about__popular {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}

.plan-about__popular__text {
  font-size: 1rem;
  font-weight: 500;
  font-family: serif;
  color: #3171B2;
  letter-spacing: .04em;
  position: relative;
}

.plan-about__popular__text::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #3171B2;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -20px;
  transform: rotate(50deg);
}

.plan-about__popular__text::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 1px;
  background-color: #3171B2;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -20px;
  transform: rotate(-50deg);
}

.plan-about__popular__img {
  max-width: 37px;
}

.plan-about__title {
  margin: 0 auto;
  font-size: 1.625rem;
  font-weight: 500;
  font-family: serif;
  width: fit-content;
  gap: 6px;
  color: #3A75BD;
  position: relative;
}

.plan-about__title::after {
  content: "";
  display: block;
  width: 59px;
  height: 1px;
  background-color: #3A75BD;
  position: absolute;
  bottom: -15px;
  left: 35px;
  transform: rotate(-10deg);
}

.plan-about__title-leave::after {
  left: 60px;
}

.plan-about__mv {
  margin-top: 39px;
}

.plan-about__price {
  margin-top: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.plan-about__price__left {
  border: 1.28px solid #3A75BD;
  background-color: #fff;
  color: #3A75BD;
  width: 45px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 3px;
  flex-shrink: 0;
}

.plan-about__price__right {
  display: flex;
  gap: 3px;
  transform: translateY(-2px);
}

.plan-about__price__number {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  color: #3A75BD;
  line-height: 1;
}

.plan-about__price__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
}

.plan-about__price__tax {
  font-size: 0.75rem;
  font-weight: 500;
  color: #3A75BD;
  line-height: 1;
  transform: translateX(-10px);
}

.plan-about__price__yen {
  font-size: 1.875rem;
  font-weight: 500;
  color: #3A75BD;
  line-height: 1;
  white-space: nowrap;
}

.plan-about__price__asterisk {
  text-align: center;
  font-size: 0.75rem;
  font-family: "Noto Sans JP", serif;
}

.plan-about__content {
  margin-top: 32px;
}

.plan-about__content__title {
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: serif;
  color: #3A75BD;
}

.plan-about__content__title span {
  font-size: 2rem;
  font-weight: normal;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.horizontal-table {
  margin-top: 16px;
  border: 1px solid #999;
}

.horizontal-table__inner {
  width: 100%;
  border-collapse: collapse;
}

.horizontal-table__body .horizontal-table__row:nth-of-type(even) {
  background-color: #F5F5F5;
}

.horizontal-table__header {
  width: 50%;
  padding: 12px;
  border-right: 1px solid #999;
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: serif;
  color: #435A77;
  line-height: 1.4;
  letter-spacing: .04em;
}

.horizontal-table__header span {
  font-size: 0.66rem;
}

.horizontal-table__text {
  padding: 10px;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  font-family: serif;
  color: #000;
  line-height: 1.4;
  letter-spacing: .04em;
}

.horizontal-table__text span {
  font-size: 0.6875rem;
}

.plan-about__content__asterisk {
  margin-top: 8px;
  font-size: 0.6875rem;
}

.plan-about__content__asterisk a {
  color: #3A75BD;
}

.plan-about__organize {
  margin-top: 32px;
  border: 1px solid #999;
}

.plan-about__organize__title {
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  background-color: #eceff1;
  border-bottom: 1px solid #999;
  font-size: 1.25rem;
  font-weight: 500;
  font-family: serif;
  letter-spacing: .04em;
}

.plan-about__organize__inner {
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 30px;
  padding-right: 30px;
}

.plan-about__organize__plus {
  font-size: 1.5rem;
  font-weight: bold;
  font-family: serif;
  color: #B20000;
  letter-spacing: .04em;
}

.plan-about__organize__description {
  margin-top: 10px;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: serif;
  letter-spacing: .04em;
}

.plan-about__organize__asterisk {
  margin-top: 10px;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", serif;
}

.plan-about__organize__present {
  margin-top: 32px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #3A75BD;
  text-align: center;
  position: relative;
}

.plan-about__organize__present::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  left: -25px;
  width: 30px;
  border-bottom: 1px dotted #3A75BD;
  transform: rotate(65deg);
}

.plan-about__organize__present::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 30px;
  right: -25px;
  width: 30px;
  border-bottom: 1px dotted #3A75BD;
  transform: rotate(-65deg);
}

.plan-about__organize__balloon {
  margin-top: 24px;
  text-align: center;
  background-color: #3A75BD;
  color: #fff;
  font-size: 0.9375rem;
  font-family: serif;
  border-radius: 40px;
  padding: 4px 16px;
  position: relative;
}

.plan-about__organize__balloon::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 10px solid #3A75BD;
}

.plan-about__organize__normal {
  margin-top: 26px;
  text-decoration: line-through;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", serif;
}

.plan-about__organize__price {
  margin-top: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
}

.plan-about__organize__price__left {
  border: 1.28px solid #3A75BD;
  background-color: #fff;
  color: #3A75BD;
  width: 45px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  padding: 3px;
  flex-shrink: 0;
}

.plan-about__organize__price__right {
  display: flex;
  gap: 3px;
  transform: translateY(-2px);
}

.plan-about__organize__price__number {
  display: block;
  font-size: 4rem;
  font-weight: 500;
  font-family: 'Barlow Condensed', sans-serif;
  color: #3A75BD;
  line-height: 1;
}

.plan-about__organize__price__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 1px;
}

.plan-about__organize__price__tax {
  font-size: 0.75rem;
  font-weight: 500;
  color: #3A75BD;
  line-height: 1;
  transform: translateX(-10px);
}

.plan-about__organize__price__yen {
  font-size: 1.875rem;
  font-weight: 500;
  color: #3A75BD;
  line-height: 1;
  white-space: nowrap;
}

.plan-about__organize__asterisk2 {
  margin-top: 8px;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", serif;
}

.plan-about__present {
  margin-top: 16px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #3A75BD;
  text-align: center;
  position: relative;
}

.plan-about__present::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  left: 15px;
  width: 30px;
  border-bottom: 1px dotted #3A75BD;
  transform: rotate(65deg);
}

.plan-about__present::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 32px;
  right: 15px;
  width: 30px;
  border-bottom: 1px dotted #3A75BD;
  transform: rotate(-65deg);
}

.plan-about__normal-box {
  display: flex;
  align-items: center;
  gap: 10px;
}

.plan-about__normal {
  margin-top: 10px;
  padding-left: 32px;
  text-decoration: line-through;
  margin-bottom: -6px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", serif;
}

.plan-about__normal-asterisk {
  margin-top: 10px;
  margin-bottom: -6px;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", serif;
}

.plan-about__normal-asterisk span {
  font-size: 0.5rem;
}

.plan-leave__head {
  margin: 0 auto;
  margin-bottom: 10px;
  width: fit-content;
  font-size: 1rem;
  font-weight: bold;
  font-family: serif;
  line-height: 1.5;
  letter-spacing: .04em;
  color: #3A75BD;
  text-align: center;
  position: relative;
}

.plan-leave__head::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28px;
  left: -30px;
  width: 30px;
  border-bottom: 1px dotted #3A75BD;
  transform: rotate(65deg);
}

.plan-leave__head::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 28px;
  right: -30px;
  width: 30px;
  border-bottom: 1px dotted #3A75BD;
  transform: rotate(-65deg);
}

/* FLOW */

.flow {
  margin-top: 40px;
}

.flow__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.flow__title {
  text-align: center;
}

.flow__title__img {
  margin: 0 auto;
  width: 105px;
}

.flow__title__text {
  margin-top: 32px;
  display: inline-block;
  border-bottom: 1px solid #435A77;
  color: #435A77;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: serif;
}

.flow__pass {
  margin-top: 32px;
}

.flow__pass__title {
  text-align: center;
  background-color: #3A75BD;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  letter-spacing: .04em;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}

.flow__pass__list li {
  margin-top: 16px;
}

.flow__pass__list__title {
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 1.125rem;
  font-weight: normal;
  font-family: serif;
  color: #3A75BD;
}

.flow__pass__list__title span {
  background-color: #3A75BD;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}

.flow__pass__list__text {
  margin-top: 16px;
  font-size: 0.9375rem;
  font-family: serif;
  color: #404040;
}

.flow__pass__list__img {
  margin-top: 16px;
}

.flow__cremation {
  margin-top: 32px;
}

.flow__cremation__title {
  text-align: center;
  background-color: #3A75BD;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  letter-spacing: .04em;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
}

.flow__cremation__list li {
  margin-top: 16px;
}

/* SEARCH */

.search {
  margin-top: 36px;
}

.search__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.search__title {
  margin: 0 auto;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: serif;
  color: #435A77;
  width: fit-content;
  border-bottom: 1px solid #435A77;
}

.search__text {
  margin-top: 24px;
  font-family: serif;
  line-height: 1.8;
}

.tab {
  margin-top: 56px;
}

.tab__asterisk {
  margin-top: 16px;
  margin-bottom: 28px;
  font-size: 0.625rem;
  font-family: "Noto Sans JP", serif;
}

.tab__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.tab__menu-item {
  width: 47%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 10px;
  text-align: center;
  background-color: #fff;
  cursor: pointer;
  transition: all .3s;
  border: 1px solid #3A75BD;
  font-size: 0.9375rem;
  color: #3A75BD;
  max-height: 42px;
  position: relative;
}

.tab__menu-item::after {
  content: "";
  position: absolute;
  right: 22px;
  margin: auto;
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #3A75BD;
  width: 8px;
  height: 11px;
  transition: .3s;
}

.tab__menu-item.is-active {
  background-color: #3A75BD;
  color: #ffffff;
  padding: 12px 5px;
}

.tab__menu-item.is-active::after {
  background-color: #fff;
}

.tab__panel {
  margin-top: 28px;
}

.tab__panel-box__inner {
  padding: 28px 25px;
  border: 1px solid #968A61;
}

.tab__panel-box__inner-under {
  margin-top: 28px;
}

.tab__panel-box001 {
  display: none;
}

.tab__panel-box002 {
  display: none;
}

.tab__panel-box003 {
  display: none;
}

.tab__panel-box004 {
  display: none;
}

.tab__panel-box005 {
  display: none;
}

.tab__panel-box006 {
  display: none;
}

.tab__panel-box007 {
  display: none;
}

.tab__panel-box008 {
  display: none;
}

.tab__panel-box009 {
  display: none;
}

.tab__panel-box010 {
  display: none;
}

.tab__panel-box011 {
  display: none;
}

.tab__panel-box012 {
  display: none;
}

.tab__panel-box013 {
  display: none;
}

.tab__panel-box.is-show {
  display: block;
}

.tab__panel-title {
  margin-top: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: serif;
  color: #3A75BD;
}

.tab__panel-title span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: 'Zen Kaku Gothic New', sans-serif;
}

.tab__panel-map {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #3D3D3D;
  display: flex;
  gap: 10px;
}

.tab__panel-map__img {
  width: 11px;
  padding-top: 5px;
}

.tab__panel-map__img img {
  vertical-align: top;
}

.tab__panel-map__text p {
  font-size: 0.8125rem;
  letter-spacing: .05em;
}

.tab__panel-map__text a {
  display: block;
  font-size: 0.8125rem;
  letter-spacing: .05em;
  color: #3A75BD;
  text-decoration: underline;
}

.tab__panel-train {
  margin-top: 24px;
  display: flex;
  gap: 10px;
}

.tab__panel-train__img {
  padding-top: 5px;
  width: 15px;
}

.tab__panel-train__img img {
  vertical-align: top;
}

.tab__panel-train__text {
  font-size: 0.8125rem;
  letter-spacing: .05em;
}

.tab__panel-link {
  margin-top: 32px;
}

.tab__panel-link a {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3A75BD;
  color: #fff;
  width: 225px;
  text-align: center;
  border-radius: 4px;
  padding-top: 16px;
  padding-bottom: 16px;
  line-height: 1;
  font-size: 0.9375rem;
}

.tab__panel-link a img {
  margin-right: 12px;
  width: 17px;
  height: 18px;
}

/* SUPPORT */

.support {
  margin-top: 60px;
}

.support__mv {
  background: linear-gradient(to right, #435A77, #2561AB);
  padding-top: 23px;
  padding-bottom: 21px;
  padding-left: 21px;
  padding-right: 10px;
  position: relative;
}

.support__mv__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Serif", serif;
  line-height: 1.6;
}

.support__mv__img {
  position: absolute;
  bottom: 0;
  right: 10px;
  width: 136px;
}

.support__text {
  margin-top: 23px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 500;
  font-family: serif;
  line-height: 2;
  padding-left: 10px;
  padding-right: 10px;
}

/* SORTING */

.sorting {
  margin-top: 40px;
}

.sorting__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.sorting__title {
  font-size: 2.5625rem;
  font-family: "Noto Serif", serif;
  font-weight: 900;
  color: #533B24;
  line-height: 1.3;
  text-align: center;
}

.sorting__img {
  margin-top: 24px;
}

.sorting__text {
  margin-top: 24px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: serif;
  line-height: 2;
}

.sorting__btn {
  display: block;
  margin-top: 24px;
  background-color: #3A75BD;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}

.sorting__btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 32px;
  margin: auto;
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 8px;
  height: 11px;
  transition: .3s;
}

/* INHERITANCE */

.inheritance {
  margin-top: 48px;
}

.inheritance__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.inheritance__title {
  text-align: center;
}

.inheritance__title__img {
  margin: 0 auto;
  width: 157px;
}

.inheritance__title__text {
  margin-top: 24px;
  display: inline-block;
  border-bottom: 1px solid #435A77;
  color: #435A77;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: serif;
}

.inheritance__introduction {
  margin-top: 24px;
  text-align: center;
  color: #3A75BD;
  font-size: 1.3125rem;
  font-family: serif;
  line-height: 1.8;
}

.inheritance__img {
  margin-top: 24px;
}

.inheritance__text {
  margin-top: 24px;
  color: #3D3D3D;
  font-size: 0.9375rem;
  font-family: serif;
  line-height: 1.8;
}

.inheritance__box {
  margin-top: 24px;
  border: 1px solid #3A75BD;
  padding: 13px 14px;
}

.inheritance__box__title {
  font-size: 1.3rem;
  font-weight: bold;
  color: #3A75BD;
  line-height: 1.8;
  padding-bottom: 18px;
  border-bottom: 1px solid #3A75BD;
}

.inheritance__box__list {
  margin-top: 18px;
}

.inheritance__box__list li {
  margin-top: 18px;
}

.inheritance__box__list li:first-of-type {
  margin-top: 0px;
}

.inheritance__box__list li div {
  display: flex;
  align-items: center;
  gap: 6px;
}

.inheritance__box__list li div img {
  width: 17px;
  height: 17px;
}

.inheritance__box__list li div h4 {
  font-weight: bold;
  color: #3A75BD;
}

.inheritance__box__list li p {
  margin-top: 8px;
  color: #3D3D3D;
  font-size: 0.9375rem;
  font-family: serif;
  line-height: 1.8;
}

.inheritance__box__gallery {
  margin-top: 10px;
  display: flex;
  justify-content: space-between;
}

.inheritance__box__gallery div {
  width: 49%;
}

.inheritance__message {
  margin-top: 24px;
  text-align: center;
  color: #3A75BD;
  font-size: 1.3125rem;
  font-weight: bold;
  line-height: 1.8;
}

.contact__title-inheritance {
  font-size: 1.35rem;
  line-height: 1.2;
}

/* TOGETHER */

.together {
  margin-top: 40px;
}

.together__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.together__title {
  text-align: center;
}

.together__title__img {
  margin: 0 auto;
  width: 105px;
}

.together__title__text {
  margin-top: 24px;
  display: inline-block;
  border-bottom: 1px solid #435A77;
  color: #435A77;
  font-size: 1.75rem;
  font-weight: 500;
  font-family: serif;
}

.together__text {
  margin-top: 24px;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: serif;
  line-height: 1.8;
  color: #3D3D3D;
}

.together__text span a {
  color: #1886E6;
  border-bottom: 1px solid #1886E6;
}

.together__list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.together__list li {
  width: 49%;
}

.together__btn {
  display: block;
  margin-top: 24px;
  background-color: #3A75BD;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding-top: 22px;
  padding-bottom: 22px;
  position: relative;
}

.together__btn::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 32px;
  margin: auto;
  display: inline-block;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 8px;
  height: 11px;
  transition: .3s;
}

/* FOOTER */

.footer {
  margin-top: 39px;
  padding-top: 31px;
  padding-bottom: 31px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: #eceff1;
}

.footer__logo {
  margin: 0 auto;
  width: 200px;
}

.footer__nav {
  margin-top: 30px;
}

.footer__nav ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}

.footer__nav ul li a {
  font-size: 0.75rem;
  text-decoration: underline;
}

.copyright {
  margin-top: 30px;
  text-align: center;
}


/* 
arrangement.html
*/

.mv2 {
  padding-left: 10px;
  padding-right: 10px;
}

.mv2__inner {
  background-image: url(../img/mv2__bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  border-radius: 15px;
  padding-top: 27px;
  padding-bottom: 9px;
  padding-left: 22px;
  padding-right: 22px;
  position: relative;
}

.mv2__intro {
  background-color: #0A1F44;
  color: #fff;
  border-radius: 31px;
  text-align: center;
  padding: 9px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", serif;
}

.mv2__title-box {
  margin-top: 12px;
  text-align: center;
}

.mv2__bay-life {
  font-size: 2.375rem;
  font-weight: 900;
  font-family: "Noto Serif", serif;
  color: #533B24;
  letter-spacing: -.07em;
  line-height: 1;
}

.mv2__title {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.mv2__title span {
  display: block;
  margin-top: 8px;
  background-color: #0A1F44;
  color: #fff;
  font-size: 3.5625rem;
  font-weight: 500;
  font-family: serif;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.mv2__list {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
}

.mv2__list li {
  color: #fff;
  background-color: #CEA931;
  width: 107px;
  height: 107px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}

.mv2__list li span {
  font-size: 1rem;
}

.mv2__text-box {
  margin: 0 auto 0 0;
}

.mv2__text {
  display: inline-block;
  margin-top: 37px;
  color: #3D3D3D;
  font-size: 1.3125rem;
  font-weight: 900;
  -webkit-text-stroke: 4px #FFF;
  paint-order: stroke;
  text-align: center;
  position: relative;
}

.mv2__text span {
  color: #966E2F;
}

.mv2__text::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: -10px;
  right: -5px;
  width: 35px;
  height: 1px;
  background-color: #000;
  transform: rotate(20deg);
}

.mv2__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -10px;
  right: -5px;
  width: 35px;
  height: 1px;
  background-color: #000;
  transform: rotate(-20deg);
}

.mv2__1r {
  margin-top: 36px;
  background-color: #3A3A3A;
  color: #fff;
  display: inline-block;
  line-height: 1;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 13px;
  padding-right: 13px;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}

.mv2__price {
  display: flex;
  align-items: center;
  gap: 3px;
  position: relative;
  z-index: 2;
}

.mv2__price__number {
  font-size: 4.875rem;
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  color: #966E2F;
  line-height: 1;
  -webkit-text-stroke: 3.66px #FFF;
  paint-order: stroke;
  text-align: center;
}

.mv2__price__text {
  font-weight: bold;
  font-family: 'Barlow Condensed', sans-serif;
  color: #966E2F;
  paint-order: stroke;
  text-align: center;
  line-height: 1;
  transform: translateY(5px);
}

.mv2__price__tax {
  font-size: 0.84rem;
  -webkit-text-stroke: 1.22px #FFF;
  transform: translateX(-10px);
}

.mv2__price__yen {
  margin-top: 3px;
  font-size: 1.83rem;
  -webkit-text-stroke: 2.44px #FFF;
}

.mv2__person {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 43%;
  max-width: 178px;
}

/* CONTACT-ARRANGEMENT */

.contact-arrangement {
  margin-top: 19px;
}

.contact-arrangement2 {
  margin-top: 16px;
}

.contact-arrangement3 {
  margin-top: 16px;
}

.contact-arrangement .contact__inner {
  background-color: #0A1F44;
}

/* BRAND */

.brand {
  margin-top: 45px;
  position: relative;
}

.brand__inner {
  padding-left: 10px;
  padding-right: 10px;
}

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

.brand__bay-life {
  font-size: 2.375rem;
  font-weight: 900;
  font-family: "Noto Serif", serif;
  color: #533B24;
  letter-spacing: -.07em;
  line-height: 1;
}

.brand__title {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  gap: 5px;
}

.brand__title span {
  display: block;
  margin-top: 8px;
  background-color: #0A1F44;
  color: #fff;
  font-size: 3.5625rem;
  font-weight: 500;
  font-family: serif;
  line-height: 1;
  padding-top: 12px;
  padding-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
}

.brand__text {
  margin-top: 40px;
  line-height: 2.4;
  letter-spacing: .04em;
  font-size: 1.125rem;
  font-weight: 500;
  text-align: center;
  color: #0A1F44;
}

.brand__bg {
  max-width: 328px;
  position: absolute;
  left: 0;
  bottom: -10px;
}

/* QUESTIONS2 */

.questions2 {
  margin-top: 80px;
}

.questions2__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.questions2__title {
  border: 1px solid #B08D57;
  padding-top: 21px;
  padding-bottom: 31px;
  padding-left: 10px;
  padding-right: 10px;
}

.questions2__title span:first-of-type {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0A1F44;
  line-height: 1;
  letter-spacing: .04em;
}

.questions2__title span:last-of-type {
  margin-top: 32px;
  display: block;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #0A1F44;
  line-height: 1.7;
  letter-spacing: .04em;
  position: relative;
}

.questions2__title span:last-of-type::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  left: 38px;
  width: 30px;
  border-bottom: 1px dotted #0A1F44;
  transform: rotate(65deg);
}

.questions2__title span:last-of-type::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 38px;
  width: 30px;
  border-bottom: 1px dotted #0A1F44;
  transform: rotate(-65deg);
}

.questions2__list {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.questions2__list li {
  width: 47%;
}

.questions2__list li p {
  margin-top: 12px;
  text-align: center;
  color: #0A1F44;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: .04em;
}

/* ANYTHING */

.anything {
  margin-top: 100px;
}

.anything__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.anything__title {
  background-color: #B08D57;
  color: #fff;
  text-align: center;
  line-height: 1.59;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  letter-spacing: -.07em;
  padding: 22px 10px;
}

.anything__list1 {
  margin-top: 45px;
}

.anything__list1 li {
  margin-top: 14px;
  padding-top: 4px;
  padding-bottom: 17px;
  padding-left: 4px;
  padding-right: 4px;
  background-color: #0A1F44;
  border-radius: 7px;
}

.anything__list1 li:first-of-type {
  margin-top: 0px;
}

.anything__list__text {
  margin-top: 10px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

.anything__list2 {
  margin-top: 14px;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  flex-wrap: wrap;
}

.anything__list2 li {
  width: 47%;
  color: #fff;
  background-color: #0A1F44;
  border-radius: 7px;
  height: 57px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  padding-left: 10px;
  padding-right: 10px;
}

/* TARIFF */

.tariff {
  margin-top: 64px;
}

.tariff__inner {
  padding-left: 10px;
  padding-right: 10px;
}

.tariff__title {
  background-color: #B08D57;
  color: #fff;
  text-align: center;
  line-height: 1.59;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  letter-spacing: -.07em;
  padding: 22px 10px;
}

.tariff__img {
  margin-top: 40px;
}

.tariff__asterisk {
  margin-top: 30px;
  color: #533B24;
  font-size: 0.6875rem;
  font-family: "Noto Sans JP", serif;
  line-height: 1.59;
}

.tariff__asterisk li:last-of-type {
  margin-top: 10px;
}

.tariff__box {
  margin-top: 30px;
  border: 1px solid #9C9090;
  border-radius: 10px;
}

.tariff__box__list1 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  background-color: #F5F5F5;
  color: #533B24;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  line-height: 1.59;
}

.tariff__box__content1 {
  background-color: #EBEBEB;
  padding: 10px 15px;
}

.tariff__box__title {
  font-size: 0.8125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #533B24;
}

.tariff__box__list2 {
  margin-top: 3px;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  line-height: 1.59;
  color: #533B24;
}

.tariff__box__content2 {
  background-color: #F5F5F5;
  padding: 10px 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.tariff__box__list3 {
  margin-top: 3px;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", serif;
  line-height: 1.59;
  color: #533B24;
}

.tariff__box__list3 li span {
  color: #D4AF37;
}

.tariff__box__list3 li:last-of-type {
  font-size: 0.6875rem;
  padding-left: 13px;
}

.tariff__asterisk2 {
  margin-top: 30px;
  font-size: 0.6875rem;
  color: #533B24;
  line-height: 1.59;
}

.tariff__asterisk2 li:last-of-type {
  margin-top: 10px;
}

/* FLOW2 */

.flow2 {
  margin-top: 64px;
}

.flow2__inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 35px;
}

.flow2__title {
  background-color: #B08D57;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  padding: 25px 10px;
}

.flow2__title span:first-of-type {
  display: block;
  font-size: 1.625rem;
  letter-spacing: -.07em;
}

.flow2__title span:last-of-type {
  margin-top: 10px;
  display: block;
  font-size: 1rem;
}

.flow2__box {
  margin-top: 40px;
  border: 2px solid #B08D57;
  border-radius: 10px;
  padding: 16px;
}

.flow2__box ul li {
  margin-top: 15px;
}

.flow2__box ul li:first-of-type {
  margin-top: 0;
}

.flow2__box__title {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #272727;
}

.flow2__box__title1 {
  margin-top: 8px;
}

.flow2__box__title3 {
  margin-bottom: 15px;
}

.flow2__box__title5 {
  margin-bottom: 15px;
}

.flow2__box__title span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  background-color: #B08D57;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.875rem;
}

.flow2__box__text {
  margin-top: 8px;
  font-family: "Noto Sans JP", serif;
  line-height: 2;
  color: #000;
}

/* VOICE */

.voice {
  margin-top: 40px;
}

.voice__inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 26px;
}

.voice__title {
  background-color: #B08D57;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  padding: 13px 10px;
}

.voice__title span:first-of-type {
  display: block;
  font-size: 1.625rem;
  letter-spacing: -.07em;
}

.voice__title span:last-of-type {
  margin-top: 10px;
  display: block;
  font-size: 1rem;
  line-height: 1.59;
}

.voice__list {
  margin-top: 40px;
}

.voice__list li {
  margin-top: 40px;
  border: 2px solid #8D6E63;
  border-radius: 10px;
}

.voice__list__top {
  background-color: #8D6E63;
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 11px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}

.voice__list__person {
  text-align: center;
}

.voice__list__img {
  width: 72px;
  height: 72px;
}

.voice__list__name {
  margin-top: 2px;
  font-size: 0.75rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #fff;
}

.voice__list__title {
  font-size: 1.25rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #fff;
  line-height: 1.8;
}

.voice__list__text {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 18px;
  padding-right: 18px;
  line-height: 1.8;
  font-size: 0.9375rem;
  font-family: "Noto Sans JP", serif;
  color: #000;
}

/* FAQ */

.faq {
  margin-top: 56px;
}

.faq__inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 30px;
}

.faq__title {
  background-color: #B08D57;
  color: #fff;
  text-align: center;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  padding: 22px 10px;
  line-height: 1.59;
  letter-spacing: -.07em;
}

.faq__list {
  margin-top: 40px;
}

.faq__list li {
  margin-top: 20px;
  border: 2px solid #CFE1EB;
  border-radius: 10px;
}

.faq__list li:first-of-type {
  margin-top: 0;
}

.faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  background-color: #CFE1EB;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  padding: 11px 16px;
}

.faq__question__q {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}

.faq__question__title {
  font-size: 1.125rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  line-height: 1.8;
  letter-spacing: .1em;
  color: #1E1E1E;
}

.faq__answer {
  padding: 24px 16px;
  display: flex;
  gap: 16px;
}

.faq__answer__a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background-color: #CFE1EB;
  color: #1E1E1E;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
}

.faq__answer__text {
  font-family: "Noto Sans JP", serif;
  color: #1E1E1E;
  line-height: 2;
  letter-spacing: .1em;
}


/* 
contact.php
*/

.inquiry {
  margin-top: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.inquiry__title {
  text-align: center;
  font-family: serif;
  font-weight: normal;
  font-size: 1.5rem;
  color: #3D3D3D;
  position: relative;
}

.inquiry__title::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  height: 2px;
  width: 75px;
  background-color: #3D3D3D;
}

.inquiry__list {
  margin-top: 31px;
  display: flex;
  justify-content: center;
  gap: 70px;
}

.inquiry__list__circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  border: 1px solid #A2A2A2;
  position: relative;
  background-color: #fff;
}

.inquiry__list__circle::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  z-index: -1;
  height: 1px;
  width: 120px;
  background-color: #A2A2A2;
}

.inquiry__list__circle3::after {
  content: none;
}

.inquiry__list__circle__in {
  width: 16px;
  height: 16px;
  background-color: #A2A2A2;
  border-radius: 50%;
}

.inquiry__list__circle.already {
  border: 1px solid #4CAAC7;
}

.inquiry__list__circle__in.already {
  background-color: #4CAAC7;
}

.inquiry__list__title {
  margin-top: 7px;
  font-size: 0.75rem;
  font-family: serif;
  text-align: center;
  color: #3D3D3D;
}

.inquiry__guidance {
  margin-top: 39px;
  text-align: center;
  font-size: 0.875rem;
  font-family: serif;
  color: #3D3D3D;
  line-height: 1.8;
}

.form {
  margin-top: 24px;
}

.form__item {
  border-top: 1px solid #EDEDED;
  padding-top: 24px;
  padding-bottom: 24px;
}

.form__item__title {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  font-family: serif;
  color: #3D3D3D;
}

.form__item__title .required {
  font-size: 0.6875rem;
  font-family: serif;
  color: #fff;
  background-color: #DB3025;
  border-radius: 30px;
  padding: 3px 7.5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__item__title .any {
  font-size: 0.6875rem;
  font-family: serif;
  color: #fff;
  background-color: #9B9B9B;
  border-radius: 30px;
  padding: 3px 7.5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__body {
  margin-top: 12px;
}

.form__body.radio__body {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 48px;
}

.article-label {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 0.75rem;
  font-weight: medium;
  color: #3D3D3D;
}

.article {
  width: 18px;
  height: 18px;
}

.form__body .name,
.form__body .furigana,
.form__body .tel,
.form__body .email,
.form__body .postal,
.form__body .address,
.form__body .building,
.form__body .textarea {
  width: 100%;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  padding: 15px;
  font-size: 0.8125rem;
  font-family: serif;
  font-weight: 500;
  color: #3D3D3D;
}

input::placeholder {
  color: #A4A4A4;
}

.form__body .postal {
  max-width: 123px;
  margin-left: 17px;
}

.form__body .textarea {
  min-height: 194px;
}

.form__link {
  margin-top: 24px;
  text-align: center;
  font-size: 0.8125rem;
  font-family: serif;
  line-height: 2;
  color: #3D3D3D;
}

.form__link a {
  border-bottom: 1px solid #3D3D3D;
}

.form__consent {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.form__consent input {
  width: 18px;
  height: 18px;
}

.form__consent label {
  font-size: 0.75rem;
  font-weight: 500;
  color: #3D3D3D;
}

.submit-btn-box {
  margin-top: 32px;
  margin-bottom: 66px;
  text-align: center;
}

.submit-btn {
  width: 206px;
  height: 54px;
  color: #fff;
  background-color: #4CAAC7;
  border-radius: 50px;
  font-size: 0.9375rem;
  font-family: serif;
  transition: .3s;
}

.submit-btn:hover {
  transform: scale(1.1);
}

/* 
confirm.php
*/

.confirm__list {
  margin-top: 24px;
}

.confirm__list li {
  border-top: 1px solid #EDEDED;
  padding-top: 24px;
  padding-bottom: 24px;
}

.confirm__list__title {
  display: flex;
  justify-content: space-between;
  font-size: 0.8125rem;
  font-family: serif;
  font-weight: 500;
  color: #3D3D3D;
}

.confirm__list__title .required {
  font-size: 0.6875rem;
  font-family: serif;
  color: #fff;
  background-color: #DB3025;
  border-radius: 30px;
  padding: 3px 7.5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm__list__title .any {
  font-size: 0.6875rem;
  font-family: serif;
  color: #fff;
  background-color: #9B9B9B;
  border-radius: 30px;
  padding: 3px 7.5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.confirm__list__result {
  display: flex;
  align-items: center;
  margin-top: 12px;
  font-size: 0.9375rem;
  font-family: serif;
  font-weight: 500;
  color: #3D3D3D;
}

.confirm__list__result .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid #D9D9D9;
  border-radius: 50%;
}

.confirm__list__result .circle .circle__in {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #3D3D3D;
}

.confirm__list__result-textarea {
  line-height: 2;
}

.confirm__btn {
  margin-top: 40px;
  margin-bottom: 80px;
  display: flex;
  justify-content: space-between;
}

.confirm__btn li {
  width: 45.4%;
}

.confirm__btn__back {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  font-family: serif;
  font-weight: 500;
  border: 1px solid #3D3D3D;
  background-color: #fff;
  color: #3D3D3D;
  border-radius: 50px;
  padding-top: 21px;
  padding-bottom: 21px;
  line-height: 1;
}

.confirm__btn__submit {
  display: block;
  width: 100%;
  font-size: 0.9375rem;
  font-family: serif;
  font-weight: 500;
  background-color: #4CAAC7;
  color: #fff;
  border-radius: 50px;
  padding-top: 21px;
  padding-bottom: 21px;
  line-height: 1;
}


/* 
thanks.php
*/

.inquiry__thanks {
  margin-top: 80px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: bold;
  font-family: serif;
  color: #3D3D3D;
}

.inquiry__thanks-message {
  margin-top: 56px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 500;
  font-family: serif;
  line-height: 2;
  color: #3D3D3D;
  padding-left: 20px;
  padding-right: 20px;
}

.inquiry__toTop-box {
  margin-top: 63px;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.inquiry__toTop {
  display: block;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.9375rem;
  font-weight: 500;
  font-family: serif;
  color: #3D3D3D;
  border: 1px solid #3D3D3D;
  border-radius: 50px;
  line-height: 1;
  padding-top: 21px;
  padding-bottom: 21px;
  max-width: 203px;
  width: 100%;
}


/* collective.html */

.mv3 {
  padding-left: 10px;
  padding-right: 10px;
}

.mv3__inner {
  width: 100%;
  height: 382px;
  padding-top: 41px;
  padding-bottom: 41px;
  padding-left: 16px;
  padding-right: 16px;
  background-image: url(../img/mv3-bg.png);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.mv3__title {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  font-family: serif;
  color: #fff;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
}

.mv3__text {
  margin-top: 32px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  font-family: serif;
  color: #fff;
  filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.6));
  line-height: 2;
}

.mv3__scroll {
  margin-top: 32px;
  text-align: center;
}

.mv3__scroll__text {
  display: inline-block;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: bold;
  position: relative;
}

.mv3__scroll__text::after {
  content: "";
  position: absolute;
  left: 12px;
  bottom: -20px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}

.contact-collective .contact__inner {
  background-color: #A98D2D;
}

.contact-collective .contact__mail {
  background-color: #F1E9CE;
}

/* PARTNERSHIP */

.partnership {
  margin-top: 36px;
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.partnership__title {
  margin: 0 auto;
  width: fit-content;
  border-bottom: 1px solid #A98D2D;
  font-size: 1.5rem;
  font-family: serif;
}

.partnership__text {
  margin-top: 24px;
  font-family: serif;
  line-height: 2;
}

.partnership__img {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
}

.partnership__img__first {
  width: 49%;
}

.partnership__img__second {
  width: 49%;
}

.partnership__btn {
  margin-top: 24px;
  display: block;
  background-color: #A98D2D;
  color: #fff;
  text-align: center;
  border-radius: 70px;
  font-weight: bold;
  padding: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.partnership__btn .external {
  display: inline-block;
  width: 13px;
  height: 13px;
}

/* DEEPER */

.deeper {
  margin-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.deeper__title {
  margin: 0 auto;
  width: fit-content;
  border-bottom: 1px solid #A98D2D;
  font-size: 1.5rem;
  font-family: serif;
}

.deeper__text {
  margin-top: 24px;
  font-family: serif;
  line-height: 2;
}

.deeper__list {
  margin-top: 24px;
}

.deeper__list li {
  border: 1px solid rgba(169, 141, 45, 0.5);
  margin-top: 24px;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 27px;
  padding-right: 27px;
}

.deeper__list li:first-of-type {
  margin-top: 0;
}

.deeper__list__title {
  font-size: 2rem;
  font-family: serif;
  font-weight: 500;
  color: #7E6B2A;
  letter-spacing: .04em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.deeper__list__title span {
  display: inline-block;
  font-size: 1.125rem;
}

.deeper__list__img {
  margin-top: 12px;
}

.deeper__list__text {
  font-family: serif;
  line-height: 2;
}

.deeper__list__text1 {
  margin-top: 32px;
}

.deeper__list__text2 {
  margin-top: 10px;
  font-size: 0.875rem;
}

.deeper__list__text3 {
  margin-top: 10px;
  font-size: 0.875rem;
}

.deeper__list__text-bold {
  font-weight: 500;
  font-family: serif;
  line-height: 1.8;
}

.deeper__list__text-bold1 {
  margin-top: 32px;
}

.deeper__list__text-bold2 {
  margin-top: 32px;
}

.deeper__list__asterisk {
  margin-top: 32px;
  line-height: 1.8;
  font-size: 0.625rem;
  letter-spacing: .04em;
}

/* terms.html */

.terms {
  margin-top: 52px;
  margin-bottom: 104px;
  padding-left: 10px;
  padding-right: 10px;
}

.terms__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #3A75BD;
  letter-spacing: .04em;
}

.terms__list__title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #3A75BD;
  letter-spacing: .04em;
}

.terms__list li .terms__list__list {
  padding-left: 15px;
}

.terms__list li .terms__list__list li {
  list-style: decimal outside none;
  font-family: "Noto Sans JP", serif;
  color: #111;
  line-height: 1.8;
  letter-spacing: .04em;
}

.terms__list__text {
  font-family: "Noto Sans JP", serif;
  color: #111;
  line-height: 1.8;
  letter-spacing: .04em;
}

/* privacy.html */

.privacy {
  margin-top: 52px;
  margin-bottom: 104px;
  padding-left: 10px;
  padding-right: 10px;
}

.privacy__title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", serif;
  color: #3A75BD;
  letter-spacing: .04em;
}

.privacy__text {
  margin-top: 27px;
  font-family: "Noto Sans JP", serif;
  letter-spacing: .04em;
  line-height: 1.8;
}

.privacy__list__title {
  margin-top: 32px;
  margin-bottom: 16px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #3A75BD;
  letter-spacing: .04em;
}

.privacy__list li .privacy__list__list {
  padding-left: 15px;
}

.privacy__list li .privacy__list__list li {
  list-style: disc outside none;
  font-family: "Noto Sans JP", serif;
  color: #111;
  line-height: 1.8;
  letter-spacing: .04em;
}

.privacy__list li .privacy__list__list.privacy__list__list-ol li {
  list-style: decimal outside none;
}

.privacy__list__text {
  font-family: "Noto Sans JP", serif;
  color: #111;
  line-height: 1.8;
  letter-spacing: .04em;
}












/*-------------------------------------------
SMALL-SP
-------------------------------------------*/
@media screen and (max-width: 413px) {

  /* MV */

  .mv__inner {
    height: 590px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mv__title {
    font-size: 1.125rem;
  }

  .mv__title span {
    font-size: 1.75rem;
  }

  .mv__title span span {
    font-size: 1.5rem;
  }

  .mv__content {
    margin-top: 240px;
  }

  .mv__price__text {
    font-size: 0.875rem;
  }

  .mv__price__number {
    font-size: 1.25rem;
  }

  .mv__price__number span {
    font-size: 2.75rem;
  }

  .mv__circle {
    width: 100px;
    height: 100px;
  }

  .mv__circle a:hover .mv__circle__en::after {
    bottom: -15px;
  }

  .mv__circle a .mv__circle__en::after {
    left: 45px;
  }

  /* COUPON */

  .coupon__inner {
    outline-offset: -7px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .coupon__text__intro {
    font-size: 1rem;
  }

  .coupon__text__number {
    font-size: 5.5rem;
  }

  .coupon__text__off {
    font-size: 1.5rem;
  }

  .coupon__text__yen {
    font-size: 2.5rem;
  }

  .coupon__spell {
    font-size: 2rem;
  }

  /* PLAN */

  .plan-about__organize__balloon {
    font-size: 0.875rem;
  }

  .plan-about__organize__price {
    gap: 5px;
  }

  .plan-about__organize__price__number {
    font-size: 3rem;
  }

  .plan-about__organize__price__tax {
    font-size: 0.7rem;
  }

  .plan-about__organize__price__yen {
    font-size: 1.5rem;
  }

  .plan-about__present::before {
    left: -15px;
  }

  .plan-about__present::after {
    right: -15px;
  }

  .plan-leave__head::before {
    left: -25px;
  }

  .plan-leave__head::after {
    right: -25px;
  }

  /* SEARCH */

  .tab__menu-item::after {
    right: 10px;
  }

  /* SUPPORT */

  .support__mv {
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .support__mv__title {
    font-size: 1.125rem;
  }

  .support__mv__img {
    right: 5px;
    width: 115px;
  }

  /* SORTING */

  .sorting__title {
    font-size: 2.125rem;
  }

  .sorting__title span {
    font-size: 1.85rem;
  }


  /* 
  arrangement.html
  */

  .mv2__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mv2__intro {
    font-size: 0.875rem;
  }

  .mv2__bay-life {
    font-size: 2.3rem;
  }

  .mv2__title span {
    font-size: 3.25rem;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .mv2__list li {
    width: 95px;
    height: 95px;
    font-size: 1.125rem;
  }

  .mv2__list li span {
    font-size: 0.875rem;
  }

  .mv2__text {
    font-size: 1.25rem;
  }

  .mv2__1r {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1rem;
  }

  .mv2__price__number {
    font-size: 4.25rem;
  }

  .mv2__price__tax {
    font-size: 0.8rem;
  }

  .mv2__price__yen {
    font-size: 1.75rem;
  }

  /* .mv2__person{
    max-width: 120px;
  }
   */

  /* BRAND */

  .brand__bay-life {
    font-size: 2.75rem;
  }

  .brand__bay-life span {
    font-size: 2.25rem;
  }

  .brand__title span {
    font-size: 3.25rem;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-left: 8px;
    padding-right: 8px;
  }

  /* QUESTIONS2 */

  .questions2__title span:last-of-type::before {
    left: 0px;
  }

  .questions2__title span:last-of-type::after {
    right: 0px;
  }

  .questions2__list {
    gap: 15px;
  }

  /* ANYTHING */

  .anything__list2 {
    gap: 10px;
  }
}

.companyInfo {
  transition: .3s;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.companyInfo.is-show {
  opacity: 1;
  pointer-events: all;
}

.companyInfo_overlay {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.companyInfo_content {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: calc(var(--rem) * 39.4);
  max-width: calc(414px);
  padding: calc(var(--rem) * 2.8) calc(var(--rem) * 2.7);
  background: #FFFFFF;
  border-radius: calc(var(--rem) * 2);
}

.companyInfo_head {
  font-weight: 700;
  font-size: calc(var(--rem) * 2.2);
  line-height: calc(32 / 22);
  text-align: center;
  letter-spacing: 0.04em;
  color: #135796;
}

/* テーブルタグのCSSリセット */
.companyInfo_table,
.companyInfo_table th,
.companyInfo_table td {
  margin: 0;
  padding: 0;
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
  background: none;
  font: inherit;
  color: inherit;
  box-sizing: border-box;
}

.companyInfo_table {
  margin-top: calc(var(--rem) * 2.1);
  width: 100%;
  border: solid #618BBE;
  border-width: calc(var(--rem) * 0.1) 0 0 calc(var(--rem) * 0.1);
}

.companyInfo_table tr>* {
  font-size: calc(var(--rem) * 1.4);
  line-height: 1.8;
  color: #222222;
  padding: calc(var(--rem) * 2.8) calc(var(--rem) * 1.6);
  border: solid #618BBE;
  border-width: 0 calc(var(--rem) * 0.1) calc(var(--rem) * 0.1) 0;
}

.companyInfo_table th {
  width: calc(var(--rem) * 12);
  background: #deefff;
  font-weight: 400;
  text-align: center;
  padding: calc(var(--rem) * 2.8) calc(var(--rem) * 1);
}

.companyInfo_close {
  display: block;
  display: flex;
  align-items: center;
  gap: calc(var(--rem) * 1.2);
  font-weight: 500;
  font-size: calc(var(--rem) * 2);
  line-height: 80%;
  color: #135796;
  margin-top: calc(var(--rem) * 2.6);
  padding: calc(var(--rem) * 2.2) calc(var(--rem) * 9.7);
  border: calc(var(--rem) * 0.1) solid #135796;
  border-radius: 500em;
}

.companyInfo_close::before {
  content: "";
  display: block;
  width: calc(var(--rem) * 1.4);
  height: calc(var(--rem) * 1.4);
  background: url("../img/modal_close.svg") no-repeat center center / contain;
}