:root {
  --fuku-breakpoint-md: 768px;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  color: #000;
  font-family: YuMincho, 'Yu Mincho', serif;
}

body.is-mobile-nav-open {
  overflow: hidden;
}

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

a {
  color: inherit;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.top,
.fuku,
.fuku-page {
  font-family: YuMincho, 'Yu Mincho', serif;
}

@media screen and (min-width: 769px) {
  .fuku,
  .fuku-page {
    min-width: 1200px;
  }
}

.mobile-nav {
  position: relative;
  height: 0;
}

.mobile-nav__toggle {
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  position: fixed;
  top: 17px;
  right: 17px;
  width: 38px;
  height: 38px;
  display: block;
  line-height: 0;
  font-size: 0;
  z-index: 1002;
  -webkit-appearance: none;
  appearance: none;
}

.mobile-nav__toggle img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  cursor: pointer;
}

.mobile-nav__modal {
  position: fixed;
  inset: 0;
  z-index: 1001;
  background: rgba(255, 255, 255, 0.96);
}

.basic-modal {
  width: 100vw;
  height: 100vh;
  margin: 0 auto;
  padding: 118px 50px 30px;
}

.page-list li {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1;
}

.page-list li a,
.studio-plan li a {
  display: block;
  text-decoration: none;
}

.studio-plan {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}

.studio-plan li {
  background-color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 8px;
  border-radius: 10px;
  width: calc(50% - 5px);
}

.studio-plan li a {
  color: #fff;
}

.top-main-visual a {
  color: #000;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .top-main-visual {
    padding: 65px 90px 42px;
  }
}

@media screen and (max-width: 768px) {
  .top-main-visual {
    position: relative;
  }
}

.title-wrapper {
  display: flex;
  flex-wrap: wrap;
}

.title-wrapper a {
  display: block;
  width: 100%;
}

.top-main-visual h1 {
  display: inline-block;
  position: relative;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  font-size: 72px;
  font-weight: bold;
  line-height: 84px;
  letter-spacing: 0.01em;
  z-index: 2;
}

.top-main-visual h1:hover::after {
  position: absolute;
  top: 32px;
  left: -15px;
  content: '';
  display: block;
  width: 600px;
  height: 20px;
  background-color: #ff0;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .top-main-visual h1 {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .top-main-visual picture img {
    margin: -106px 0 0 82px;
    width: calc(100vw - 357px);
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .top-main-visual picture img {
    height: 100vh;
    object-fit: cover;
    object-position: 50% bottom;
  }
}

.top-main-visual .address {
  text-align: right;
  margin: 25px 0 0;
  letter-spacing: 0.1em;
  line-height: 30px;
}

@media screen and (max-width: 768px) {
  .top-main-visual .address {
    writing-mode: vertical-rl;
    color: #fff;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 13px;
  }
}

.top-news {
  background-color: #000;
  color: #fff;
  padding: 37px 100px;
  display: flex;
  align-items: center;
  gap: 50px;
}

@media screen and (max-width: 768px) {
  .top-news {
    padding: 18px 36px 14px;
    gap: 16px;
  }
}

.top-news h2 {
  font-size: 20px;
  font-weight: normal;
}

.top-news dl {
  display: flex;
  align-items: center;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .top-news h2,
  .top-news dl {
    font-size: 13px;
  }

  .top-news dl {
    gap: 10px;
  }
}

@media screen and (min-width: 769px) {
  .top-about {
    display: grid;
    grid-template-columns: 1fr 180px;
    border-bottom: 2px solid #000;
  }
}

.top-about > a {
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.top-about > a:hover {
  opacity: 0.7;
}

.top-about-title {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  border-left: 2px solid #000;
  writing-mode: vertical-rl;
  padding: 110px 65px;
}

.top-about-title h2 {
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  font-size: 60px;
  letter-spacing: 0.01em;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .top-about-title {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .top-about-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 140px 100px;
  }
}

@media screen and (max-width: 768px) {
  .top-about-item {
    padding: 60px 36px;
    border-bottom: 1px solid #000;
  }
}

.top-about-item img {
  max-width: calc((75vw - 280px) / 2);
}

@media screen and (max-width: 768px) {
  .top-about-item img {
    width: 66px;
    max-width: none;
    height: auto;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 768px) {
  .top-about-item:last-child img {
    width: 115px;
  }
}

.top-about-item__text h3 {
  font-weight: normal;
  font-size: 20px;
  margin-bottom: 34px;
  line-height: 1.75;
}

.top-about-item__text p {
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .top-about-item__text h3 {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .top-about-item__text p {
    font-size: 12px;
  }
}

.fuku-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 83px 100px 92px;
}

@media screen and (max-width: 768px) {
  .fuku-header {
    padding: 27px 36px;
  }
}

.fuku-header .studio-logo img {
  width: 172px;
}

@media screen and (max-width: 768px) {
  .fuku-header .studio-logo img {
    width: 103px;
  }
}

.fuku-header .nico-address p {
  text-align: right;
  letter-spacing: 0.1em;
  line-height: 30px;
}

@media screen and (min-width: 769px) {
  .nico-main-visual {
    padding: 0 100px 60px;
    border-bottom: 2px solid #000;
  }
}

@media screen and (max-width: 768px) {
  .nico-main-visual {
    position: relative;
  }
}

.nico-main-visual picture {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 1840 / 801;
}

.nico-main-visual picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.nico-main-visual .message {
  padding: 37px 37px 0;
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .nico-main-visual .message .copy {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.75;
  }

  .nico-main-visual .message .desc {
    font-size: 12px;
    line-height: 1.75;
  }
}

.menu-fuku a,
.gift-option a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.3s ease-in-out;
}

.menu-fuku a:hover,
.gift-option a:hover {
  opacity: 0.7;
}

.menu-list > a:nth-child(odd) li {
  grid-template-columns: 1fr 180px;
}

.menu-list > a:nth-child(odd) li h3 {
  grid-column: 2;
  grid-row: 1;
  border-left: 2px solid #000;
}

.menu-list > a:nth-child(odd) li .menu-content {
  grid-column: 1;
  grid-row: 1;
  gap: 60px;
}

.menu-list > a:nth-child(even) li {
  grid-template-columns: 180px 1fr;
}

.menu-list > a:nth-child(even) li h3 {
  border-right: 2px solid #000;
}

.menu-list > a:nth-child(even) li .menu-content {
  flex-direction: row-reverse;
  gap: 30px;
}

.menu-list li {
  border-top: 2px solid #000;
  display: grid;
}

.menu-list li h3 {
  writing-mode: vertical-rl;
  padding: 110px 65px;
  font-size: 60px;
  letter-spacing: 0.01em;
  line-height: 1;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
}

.menu-list li .menu-content {
  display: flex;
  align-items: center;
  padding: 45px 100px;
}

.menu-image-frame {
  width: 414px;
  min-width: 414px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  flex: 0 0 auto;
}

.menu-image-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}

.menu-list li .menu-desc h4 {
  font-size: 20px;
  line-height: 35px;
  margin-bottom: 56px;
  font-weight: normal;
}

.menu-list li .menu-desc p {
  font-size: 16px;
  line-height: 40px;
}

@media screen and (max-width: 768px) {
  .menu-list > a:nth-child(odd) li {
    grid-template-columns: 1fr 73px;
  }

  .menu-list > a:nth-child(odd) li .menu-content,
  .menu-list > a:nth-child(even) li .menu-content {
    gap: 0;
  }

  .menu-list > a:nth-child(even) li {
    grid-template-columns: 73px 1fr;
  }

  .menu-list li h3 {
    font-size: 30px;
    padding: 20px;
    text-align: center;
    border-bottom: 2px solid #000;
  }

  .menu-list li .menu-content {
    padding: 36px;
    border-bottom: 2px solid #000;
  }

  .menu-image-frame {
    width: 100%;
    min-width: 0;
  }

  .menu-list li .menu-desc {
    grid-column: span 2;
    padding: 30px 36px;
  }

  .menu-list li .menu-desc h4 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
  }

  .menu-list li .menu-desc p {
    font-size: 12px;
    line-height: 20px;
  }
}

.gift-option > h2,
.fuku-price-anniversary > h2,
.fuku-price-wedding > h2,
.fuku-price-shichigosan > h2 {
  font-size: 60px;
  font-weight: bold;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 48px;
  line-height: 1;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .gift-option > h2,
  .fuku-price-anniversary > h2,
  .fuku-price-wedding > h2,
  .fuku-price-shichigosan > h2 {
    font-size: 30px;
    padding: 20px;
  }
}

.gift-option-content {
  padding: 57px 100px 90px;
}

.gift-option-message {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 81px;
}

.gift-option-list {
  display: flex;
  justify-content: space-between;
  gap: 28px;
  list-style: none;
}

.gift-option-list li {
  width: calc(33.333% - 20px);
}

.gift-option-list li img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.gift-option-list li h4 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.01em;
  text-align: center;
  margin-bottom: 35px;
}

.gift-desc {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.01em;
}

.more {
  margin: 0 auto 70px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  letter-spacing: 0.01em;
  padding: 18px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .gift-option-content {
    padding: 30px 36px 70px;
  }

  .gift-option-message {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 30px;
    text-align: left;
  }

  .gift-option-list {
    display: block;
  }

  .gift-option-list li {
    width: 100%;
  }

  .gift-option-list li img {
    margin-bottom: 20px;
  }

  .gift-option-list li h4 {
    font-size: 20px;
  }

  .gift-desc {
    font-size: 12px;
    line-height: 20px;
  }

  .more {
    margin: 0 auto 30px;
    font-size: 16px;
    padding: 8px;
  }
}

.reserve {
  border-bottom: 2px solid #000;
}

@media screen and (min-width: 769px) {
  .reserve {
    border-top: 2px solid #000;
    display: grid;
    grid-template-columns: 1fr 180px;
  }

  .reserve-title {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
    border-left: 2px solid #000;
    writing-mode: vertical-rl;
    padding: 110px 65px;
  }
}

.reserve-title h3 {
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  font-size: 60px;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .reserve-title h3 {
    font-size: 30px;
    text-align: center;
    padding: 20px;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
  }
}

.reserve-content {
  padding: 108px 100px;
}

.reserve-content > .pc-only {
  display: flex;
  justify-content: space-between;
}

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

.insta-icon img {
  width: 17px;
  height: 17px;
}

.reserve-content p {
  font-size: 20px;
  margin: 0;
}

.reserve-content p.how-to-reserve {
  font-size: 14px;
  margin: 26px 0 24px;
}

.reserve-content p.reserve-desc {
  margin-top: 46px;
  font-size: 16px;
}

.reserve-content p img {
  vertical-align: sub;
  margin-left: 20px;
}

.reserve-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.reserve-button {
  width: 100%;
  padding: 25px;
  text-align: center;
  line-height: 1;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  font-size: 25px;
  font-weight: bold;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .reserve-content {
    padding: 45px 36px;
  }

  .reserve-content p {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .reserve-content p.reserve-desc {
    margin-top: 20px;
    text-align: left;
  }

  .reserve-content p img {
    margin-left: 10px;
  }

  .reserve-buttons {
    flex-direction: column;
    margin-top: 0;
  }

  .reserve-button {
    font-size: 16px;
    padding: 10px;
  }
}

.fuku-footer-map {
  padding: 142px 100px 73px;
}

.fuku-footer-map iframe {
  width: 100%;
}

.fuku-footer-map iframe,
.fuku-footer-map object,
.fuku-footer-map embed {
  filter: grayscale(100%);
}

.fuku-footer-map .copy {
  text-align: center;
  font-size: 15px;
  letter-spacing: 0.05em;
  margin: 88px 0 0;
}

@media screen and (max-width: 768px) {
  .fuku-footer-map {
    padding: 48px 0;
  }

  .fuku-footer-map iframe {
    height: 238px;
  }

  .fuku-footer-map .copy {
    margin: 33px 0 0;
    font-size: 15px;
  }
}

.fukumenu-main-visual {
  position: relative;
  padding: 0 0 102px 100px;
}

@media screen and (max-width: 768px) {
  .fukumenu-main-visual {
    padding: 0 0 116px;
    overflow: hidden;
  }
}

.fukumenu-main-visual h1 {
  position: absolute;
  left: var(--title-left);
  bottom: var(--title-bottom);
  font-size: var(--title-font-size);
  font-weight: bold;
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  z-index: 2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .fukumenu-main-visual h1 {
    font-size: var(--title-sp-font-size);
    width: var(--title-sp-width);
    left: var(--title-sp-left);
    bottom: var(--title-sp-bottom);
  }
}

.fukumenu-main-visual picture {
  display: block;
  width: 100%;
  aspect-ratio: var(--slide-aspect-ratio);
  overflow: hidden;
}

.fukumenu-main-visual img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.fuku-price-anniversary,
.fuku-price-wedding,
.fuku-price-shichigosan {
  position: relative;
}

.wedding-price,
.shichigosan-price {
  margin: 140px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wedding-price,
  .shichigosan-price {
    margin: 38px auto 0;
  }
}

.price-plans {
  max-width: 920px;
  margin: 0 auto;
}

.price-plans__plans {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  column-gap: 18px;
  row-gap: 40px;
}

.price-plans__card {
  border: 2px solid #000;
  background: #fff;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.price-plans__card.is-wide {
  grid-column: 1 / -1;
}

.price-plans__cardHeader {
  height: 74px;
  border-bottom: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: HiraginoSans-W6, 'Hiragino Sans', sans-serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.01em;
}

.price-plans__cardHeader.is-compact,
.price-plans__cardHeader .is-compact {
  font-size: 24px;
  letter-spacing: 0;
  white-space: nowrap;
}

.price-plans__cardHeader.is-wide {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  justify-content: initial;
  padding: 0 32px;
  text-align: left;
}

.price-plans__wideHeaderTitle {
  min-width: 0;
}

.price-plans__widePrice {
  white-space: nowrap;
}

.price-plans__title {
  display: inline-flex;
  align-items: baseline;
  justify-content: center;
}

.price-plans__titleSubWrap {
  display: inline-flex;
  align-items: baseline;
}

.price-plans__titlePlus {
  font-family: Helvetica-Bold, Helvetica;
  font-weight: 700;
  margin: 0 6px;
}

.price-plans__cardBody {
  flex: 1;
  padding: 40px 24px 0 45px;
  text-align: left;
}

.price-plans__cardBody.is-wide {
  padding: 36px 32px 40px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.7fr) minmax(0, 1fr);
  column-gap: 48px;
  align-items: start;
}

.price-plans__cardBody.is-wide > * {
  min-width: 0;
}

.price-plans__items,
.price-plans__sideItems {
  list-style: none;
  margin: 0;
  padding: 0;
}

.price-plans__planNote {
  font-size: 16px;
  line-height: 1.5;
  color: #666;
  margin-top: 14px;
}

.price-plans__item,
.price-plans__sideItem {
  display: flex;
  align-items: center;
  gap: 26px;
  min-height: 30.5px;
}

.price-plans__itemText {
  font-family: HiraginoSans-W6, 'Hiragino Sans', sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.5;
}

.price-plans__check {
  width: 22px;
  height: 22px;
  border: 2px solid #000;
  background: #3b3939;
  flex: 0 0 auto;
}

.price-plans__check--empty,
.price-plans__item.is-excluded .price-plans__check {
  background: transparent;
}

.price-plans__item.is-excluded .price-plans__itemText {
  color: #a5a5a5;
}

.price-plans__cardFooter {
  padding: 24px 8px;
  text-align: center;
  white-space: nowrap;
}

.price-plans__sideTitle {
  font-family: HiraginoSans-W6, 'Hiragino Sans', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.01em;
  margin-bottom: 6px;
}

.price-plans__asideText {
  font-family: HiraginoSans-W6, 'Hiragino Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.01em;
  line-height: 25px;
  opacity: 0.85;
  white-space: pre-line;
  align-self: end;
}

.price-plans__priceMain {
  font-family: Helvetica-Bold, Helvetica;
  font-weight: 700;
  font-size: 34px;
  letter-spacing: 0.01em;
  display: inline-flex;
  align-items: baseline;
}

.price-plans__priceMainTail {
  font-size: 30px;
}

@media screen and (min-width: 769px) {
  .price-plans__plans.is-center-last-two {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .price-plans__plans.is-center-last-two .price-plans__card {
    grid-column: span 2;
  }

  .price-plans__plans.is-center-last-two .price-plans__card:nth-child(1) {
    grid-column: 1 / span 2;
  }

  .price-plans__plans.is-center-last-two .price-plans__card:nth-child(2) {
    grid-column: 3 / span 2;
  }

  .price-plans__plans.is-center-last-two .price-plans__card:nth-child(3) {
    grid-column: 5 / span 2;
  }

  .price-plans__plans.is-center-last-two .price-plans__card:nth-child(4) {
    grid-column: 2 / span 2;
  }

  .price-plans__plans.is-center-last-two .price-plans__card:nth-child(5) {
    grid-column: 4 / span 2;
  }
}

@media screen and (max-width: 768px) {
  .price-plans__plans {
    grid-template-columns: 1fr;
    row-gap: 18px;
    padding: 0 36px;
  }

  .price-plans__cardHeader {
    font-size: 28px;
    height: 70px;
  }

  .price-plans__title {
    flex-direction: column;
    align-items: center;
    line-height: 1.1;
  }

  .price-plans__titlePlus {
    margin: 0 6px 0 0;
  }

  .price-plans__titleSub {
    font-size: 15px;
  }

  .price-plans__cardBody {
    padding: 44px 18px 0 32px;
  }

  .price-plans__cardBody.is-wide {
    padding: 30px 18px 34px;
    grid-template-columns: 1fr;
    row-gap: 26px;
    column-gap: 0;
  }

  .price-plans__cardHeader.is-wide {
    height: auto;
    padding: 16px 18px;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .price-plans__card.is-wide .price-plans__title {
    align-items: flex-start;
  }

  .price-plans__sideTitle {
    margin-bottom: 14px;
  }

  .price-plans__itemText {
    font-size: 20px;
  }

  .price-plans__planNote {
    font-size: 12px;
    margin-top: 10px;
  }

  .price-plans__priceMain {
    font-size: 32px;
  }

  .price-plans__priceMainTail {
    font-size: 24px;
  }
}

.custom-note,
.notes {
  font-size: 16px;
  line-height: 30px;
  text-align: left;
  padding: 0 140px;
}

.custom-note {
  margin-top: 40px;
}

@media screen and (min-width: 769px) {
  .notes {
    max-width: 920px;
    margin: 40px auto;
  }
}

@media screen and (max-width: 768px) {
  .custom-note,
  .notes {
    padding: 0 36px;
    font-size: 12px;
    line-height: 20px;
  }

  .custom-note {
    margin-top: 30px;
  }

  .notes {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}

.option-table {
  padding: 0 140px;
  margin-top: 40px;
}

.option-table table {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
}

.option-table td {
  font-family: 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
  font-size: 20px;
  letter-spacing: 0.01em;
  font-weight: bold;
  border: 2px solid #000;
  padding: 15px 20px;
  text-align: left;
}

.option-table td:last-child {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .option-table {
    padding: 0 36px;
    margin-top: 30px;
  }

  .option-table td {
    font-size: 14px;
    padding: 10px 12px;
  }
}
