html {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

a {
  color: inherit;
  text-decoration: inherit;
}

.guide-table-section {
  padding: 0 24px 24px 24px;

  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 8px;
}

.guide-table {
  flex-grow: 1;
  width: 100%;
  border-collapse: separate;
  border-spacing: 6px;
  table-layout: fixed;
  font-size: 14px;
  margin-top: 0px;
  font-family: -apple-system, BlinkMacSystemFont, 'Hiragino Sans', 'Segoe UI',
  'Meiryo UI', 'Meiryo', 'メイリオ', system-ui, sans-serif;        
}

.guide-table th:first-child {
    width: 140px;
}

.guide-table th {
    background-color: #f3bae8;
    text-align: center;
    padding: 10px 0;
    padding: 16px 10px;
    color: white;
    font-weight: bold;
}

.guide-table td {
    background-color: #f8f8f8;
    text-align: center;
    padding: 10px 0;
    padding: 16px 10px;
}

.guide-table th.header-none {
    background: white;
}

/* ===== Scrollbar CSS ===== */
  /* Firefox */
  * {
    scrollbar-width: thin;
    /* scrollbar-color: #e684d6 #faf4f9; */
  }

  /* Chrome, Edge, and Safari */
  *::-webkit-scrollbar {
    width: 12px;
  }

  *::-webkit-scrollbar-track {
    background: #faf4f9;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #5d5d5d;
    border-radius: 10px;
    border: 3px solid #ffffff;
  }

  .card-shadow {
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%), 0 2px 3px 0 rgb(0 0 0 / 19%);
  }
  
  .notch {
    position: relative;
  }

  .notch:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-top: 50px solid #ffffff;
    border-left: 50px solid #ffffff00;
    width: 0;
    z-index: 100;
  }

  .notch:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 50px solid #ffffff;
    border-right: 50px solid #ffffff00;
    width: 0;
  }

  .container {
    width: auto;
    padding-right: 24px;
    padding-left: 24px;
    margin-right: auto;
    margin-left: auto;
  }

  header {
    height: 58px;
  }

  section {
    max-width: 1200px;
    margin: auto;
    width: 100%;
    box-sizing: border-box;
  }

  .nav-bar {
    box-shadow: 0 0.125rem 0.28rem rgb(0 0 0 / 25%) !important;
    height: 58px;

    padding-bottom: 0.4rem !important;
    padding-top: 0.4rem !important;

    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;

    background-color: #fff !important;

    flex-flow: row nowrap;
    justify-content: space-between;

    display: flex;

    padding: 0.5rem 1rem;
  }

  .home-link {
    color: #212121;
    margin-bottom: 0.25rem !important;

    display: inline-block;
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;

    text-decoration: none;
    background-color: transparent;

    cursor: pointer;
  }

  .home-link img {
    vertical-align: middle;
    border-style: none;

    height: 42px;
  }

  .nav-link {
    display: flex !important;
    flex-basis: auto;

    flex-grow: 1;
    align-items: center;
  }

  .nav-link ul {
    flex-direction: row;
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    margin-left: auto !important;

    display: flex;
    padding-left: 0;
    list-style: none;
  }

  .nav-link ul > li {
    margin: 0.5rem !important;
    position: relative;

  }

  .nav-link ul > li > a {
    color: #212121;
    font-weight: bold;
    display: block;
    white-space: nowrap;
    cursor: pointer;
  }

  .nav-bar a:hover {
    text-decoration: underline;
  }

  .flyer-section {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .flyer-section.green {
    background: #F9FFEF;
  }

  .flyer-banner {
    width:  100%;
    object-fit: cover;
    object-position: bottom;
    height: auto;
    vertical-align: middle;
    border-style: none;
  }

  .flyer-pc {
    position: relative;
  }

  .review-banner {
    width:  100%;
    max-width: 1000px;
    margin: 0 auto;
  }

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

  .embed-video iframe {
    margin: 20px auto 0 auto;
  }

  .plan-section .flyer-banner {
    /*width: calc(100vw - 48px);*/
  }

  .text-section {
    position: relative;
    width: auto;
    padding: 8px 16px;
  }

  .highlight-text-section {
    display: flex;
    align-items: center;
    flex-direction: column;

    position: relative;
    width: auto;

    padding: 32px 16px;
  }

  .highlight-text-section .title {
    text-align: center;
  }


  .highlight-text {
    font-size: 25px;
    font-weight: 600;
    color: #DA68A3;
    margin-bottom: 20px;
  }

  .highlight-sub-text {
    font-size: 12px;
    font-weight: bold;
    color: #262626
  }

  .link-section {
    padding: 32px 16px;
    background-color: #72CBF3;
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .title-text1 {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;    
  }

  .title-text2 {
    font-size: 32px;
    font-weight: 500;
    color: #ffffff; 
    margin: 0 24px;
  }

  .logo-white {
    margin: 24px 0 0 0;
    width: 128px;
  }

  .store-link {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 32px;
    margin-top: 32px;
  }

  .title-marker-section {
    display: flex;
    flex-direction: column;
    align-items: center;

    font-size: 16px;

    font-weight: bold;

    padding: 32px 16px;
  }

  .marker-text {
    padding: 1px 0;
    background: linear-gradient(180deg, #ffffff 60%, #EABDE5 40%);

    margin-bottom: 12px;
  }

  .footer-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #212121;
    color: #ffffff;
    padding: 38px;
  }

  .title-text-footer {
    text-align: center;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 3px;
  }

  .store-link-footer {
    margin: 32px 0;
  }

  .title-text2-footer {
    color: #acacac;
    font-size: 12px;
    text-align: center;
  }

  .shipping-fee-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    margin: 32px 0 0 0;
  }

  .logo-color {
    margin: 0 0 32px 0;
    width: 100px;
  }

  .bottom-link {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #ffffff;
    font-size: 14px;
  }

  .bottom-link a:hover {
    text-decoration: underline;
  }

  .bottom-link > div:after {
    content: "|";
    padding: 0 10px;
  }

  .bottom-link > div:last-child::after {
    content: "";
  }

  .store-button {
    width: 168px;
    max-width: 40vw;
  }

  .sns-links {
    width: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 32px;
    margin: 32px 0 0 0;
  }

  .sns-links a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .sns-links img {
    width: 32px;
  }

  .table-title {
    font-weight: normal;
    font-size: 16px;
  }

  @media (min-width: 1025px) {
    .mobile {
      display: none;
    }
  }


  /*******************************************************
  * MOBILE SECTION
  *******************************************************/
  @media (max-width: 1024px) {
    .wide {
      display: none;
    }

    .title-text1 {
      font-size: 20px;  
    }
  
    .title-text2 {
      font-size: 20px;
      margin: 0 6px;
    }

    .title-marker-section {
      font-size: 3.8vw; 
    }

    .store-link {
      flex-direction: row;
      margin-top: 24px;
    }

    .guide-table-section {
      padding: 24px;    
      display: flex;
      flex-direction: column;
      align-items: stretch;
      justify-content: center;
      gap: 0;
    }

    .guide-table {
      margin-top: 0;
    }

    .flyer-section {
      display: flex;
      flex-direction: column;
    }

    .plan-section {
      padding: 0 24px;
    }

    header {
      height: 44px;
      width: 100%;
    }
  
    .nav-bar {
      height: 44px;
    }

    .home-link img {  
      height: 7vw;
      max-height: 40px;
    }

    .title-text-footer {
      font-size: 20px;
    }

    .bottom-link {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      gap: 8px;

    }

    .bottom-link > div:after {
      content: "";
      padding: 0;
    }

    .title-text2-footer {
      text-align: center;
    }

    .logo-color {
      width: 84px;
    }
  }

  .privacy-content  {
    padding: 8px;
    width: 1024px;
    margin: 0 auto;
  }

  .title-2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 4px;
  }

  .title-3 {
    margin-top: 4px;
    margin-bottom: 4px;
  }

  @media (max-width: 1024px) {
    .privacy-content  {
      padding: 20px;
      padding-top: 8px;
      width: auto;
      margin: 0 auto;
    }
  }

  h4 {
    margin: 6px 0;
  }

  .faq-section {
    background-color: #e8e9eb;
    display: flex;
    flex-direction: column;
    justify-content: center;    
    align-items: center;
  }

  .faq-section h1 {
    display: block;
    text-align: center;
    font-size: 1.8em;
  }

  .faq-content {
    max-width: 1000px;
    margin: 16px 34px;
  }

  .faq-section dl>dt {
    background-color: #FFFFFF;
    display: inline-block;
    padding: 2px 4px;
    margin: 8px 0;
    font-size: 1.04em;
  }

  .faq-section dl>dd {
    padding: 2px 4px;
    margin: 0;
    margin-bottom: 10px;
    font-size: 1.04em;
  }

  .faq-section dl>dd b, .faq-section dl>dt b{
    margin-right: 8px;
  }

  a.download-link {
    box-shadow: inset 0 0 0 0 #f3bae8;
    color: #ff79e4;
    padding: 0 .25rem;
    margin: 0 -.25rem;
    transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
  }
  a.download-link:hover {
    color: #fff;
    box-shadow: inset 200px 0 0 0 #f3bae8;
  }
  
  /* Presentational styles */
  a.download-link {
    color: #ff79e4;
    text-decoration: none;
  }