h2.section-title {
  color: #fff;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.24;
  font-style: italic;
  text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; }
  @media screen and (max-width: 1024px) {
    h2.section-title {
      margin-top: 0;
      font-size: 40px; } }
  @media screen and (max-width: 980px) {
    h2.section-title {
      font-size: 48px; } }
  @media screen and (max-width: 540px) {
    h2.section-title {
      font-size: 30px; } }
  @media screen and (max-width: 375px) {
    h2.section-title {
      font-size: 22px; } }
  @media screen and (max-width: 320px) {
    h2.section-title {
      font-size: 18px; } }

.mark {
  display: block;
  width: 164px;
  height: 164px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  line-height: 1.1; }
  .mark > p {
    width: 164px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1;
    color: #E94709; }
    .mark > p span {
      display: block; }
  @media screen and (max-width: 540px) {
    .mark {
      width: 96px;
      height: 96px; }
      .mark > p {
        width: 96px;
        font-size: 18px; } }

.text-wrap .text-block + .text-block {
  margin-top: 24px; }
  @media screen and (max-width: 540px) {
    .text-wrap .text-block + .text-block {
      margin-top: 16px; } }
  @media screen and (max-width: 320px) {
    .text-wrap .text-block + .text-block {
      margin-top: 12px; } }
.text-wrap .text-block p {
  letter-spacing: .064em;
  line-height: 1.6; }

.cach-section {
  text-align: center;
  position: relative; }
  .cach-section.changecolor0 {
    background-color: #E94709; }
    .cach-section.changecolor0 .red {
      display: block; }
  .cach-section.changecolor1 {
    background-color: #2E75B6; }
    .cach-section.changecolor1 .blue {
      display: block; }
  .cach-section.changecolor2 {
    background-color: #FFC000; }
    .cach-section.changecolor2 .yellow {
      display: block; }
  .cach-section.changecolor3 {
    background-color: #548235; }
    .cach-section.changecolor3 .green {
      display: block; }
  .cach-section .cach {
    line-height: 1;
    margin: 0; }
  .cach-section .top_copy_image,
  .cach-section .top_logo_image {
    width: 80%;
    margin: 8px auto 0; }
  .cach-section .global_nav {
    position: absolute;
    top: 0;
    right: 40px;
    display: flex;
    list-style: none;
    padding-right: 15px; }
    @media screen and (max-width: 1200px) {
      .cach-section .global_nav {
        display: none; } }
    .cach-section .global_nav .nav_item + .nav_item {
      margin-left: 40px; }
    .cach-section .global_nav .nav_item a {
      font-size: 18px;
      color: #fff;
      font-weight: bold;
      font-style: italic;
      text-decoration: none;
      padding-bottom: 4px; }
      .cach-section .global_nav .nav_item a:hover {
        border-bottom: 1px solid #fff; }
  .cach-section .cach-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    width: 100%;
    max-width: 1200px;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100);
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      .cach-section .cach-wrap {
        width: 100%;
        justify-content: space-evenly; } }
    @media screen and (min-width: 1023px) {
      .cach-section .cach-wrap {
        padding-top: 60px; } }
  .cach-section .cach-copy {
    width: auto;
    height: 230px;
    display: none;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 auto;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: .16em;
    line-height: 1.8;
    text-align: start; }
    @media screen and (max-width: 540px) {
      .cach-section .cach-copy {
        height: 220px;
        font-size: 22px; } }
    @media screen and (max-width: 320px) {
      .cach-section .cach-copy {
        height: 180px;
        font-size: 18px; } }

@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0; }
  30% {
    height: 60px;
    opacity: 1; }
  100% {
    height: 0;
    top: 60px;
    opacity: 0; } }
.scroll-wrap {
  position: absolute;
  left: 10vw;
  bottom: 0;
  width: 18px;
  height: 150px; }
  .scroll-wrap .scroll-text {
    font-size: 12px;
    font-weight: bold;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    letter-spacing: .16em; }
  .scroll-wrap .scrolldown {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 1px;
    height: 80px; }
    .scroll-wrap .scrolldown:after {
      content: "";
      position: absolute;
      bottom: 0;
      width: 1px;
      height: 60px;
      background: #fff;
      animation: pathmove 1.4s ease-in-out infinite;
      opacity: 0; }
  @media screen and (max-width: 540px) {
    .scroll-wrap {
      height: 220px; }
    @keyframes pathmove {
      0% {
        height: 0;
        top: 0;
        opacity: 0; }
      30% {
        height: 130px;
        opacity: 1; }
      100% {
        height: 0;
        top: 130px;
        opacity: 0; } }
      .scroll-wrap .scrolldown {
        height: 150px; }
        .scroll-wrap .scrolldown:after {
          height: 130px; } }

.flex-row-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-wrap: nowrap;
  align-content: center; }
  @media screen and (min-width: 981px) {
    .flex-row-center {
      height: 100vh; } }

.flex-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-content: center; }
  @media screen and (min-width: 981px) {
    .flex-row {
      height: 100vh; } }
  @media screen and (max-width: 1023px) {
    .flex-row {
      flex-direction: column;
      justify-content: center;
      gap: 64px; } }
  @media screen and (max-width: 540px) {
    .flex-row {
      gap: 24px; } }

.flex-column-center {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center; }
  @media screen and (min-width: 1025px) {
    .flex-column-center {
      height: 100%; } }
  @media screen and (min-width: 981px) {
    .flex-column-center {
      height: 100vh; } }

.flex-column-end {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-end; }
  @media screen and (min-width: 1025px) {
    .flex-column-end {
      height: 100%; } }
  @media screen and (min-width: 981px) {
    .flex-column-end {
      height: 100vh; } }

.flex-column-start {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: flex-start; }
  @media screen and (min-width: 1025px) {
    .flex-column-start {
      height: 100%; } }
  @media screen and (min-width: 981px) {
    .flex-column-start {
      height: 100vh; } }

.inner-container {
  width: 100%;
  max-width: 1020px;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-content: center; }
  @media screen and (max-width: 1024px) {
    .inner-container {
      width: 100%; } }
  @media screen and (max-width: 540px) {
    .inner-container {
      padding: 80px 0 40px;
      width: 90%; } }

.l-index {
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch; }

.main-contents {
  width: 100vw;
  height: 100vh;
  color: #fff;
  overflow-y: auto;
  scroll-snap-type: y mandatory;
  -webkit-overflow-scrolling: touch; }
  @media screen and (min-width: 541px) and (max-width: 820px) {
    .main-contents {
      padding-right: 100px; } }
  @media screen and (min-width: 821px) {
    .main-contents {
      padding-right: 85px; } }

.s-section {
  width: 100%;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  position: relative;
  scroll-snap-align: start; }
  .s-section.section-2, .s-section.section-6, .s-section.section-9 {
    background-color: #2E75B6; }
  .s-section.section-3, .s-section.section-7 {
    background-color: #FFC000; }
  .s-section.section-4, .s-section.section-8 {
    background-color: #548235; }
  .s-section.section-5, .s-section.section-10 {
    background-color: #E94709; }

.thought-section .inner-container,
.feature-section-1 .inner-container,
.contact-section .inner-container {
  display: flex;
  align-content: center;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
@media screen and (min-width: 1025px) {
  .thought-section,
  .feature-section-1,
  .contact-section {
    min-height: 100vh; }
    .thought-section .text-wrap,
    .feature-section-1 .text-wrap,
    .contact-section .text-wrap {
      width: 80%;
      min-width: 1020px;
      margin: 0 auto; } }

.feature-section-1 p,
.thought-section p {
  font-size: 24px; }
  @media screen and (max-width: 1024px) {
    .feature-section-1 p,
    .thought-section p {
      font-size: 22px;
      margin: 0 32px; } }
  @media screen and (max-width: 540px) {
    .feature-section-1 p,
    .thought-section p {
      font-size: 16px;
      margin: 0; } }
  @media screen and (max-width: 540px) {
    .feature-section-1 p,
    .thought-section p {
      font-size: 14px; } }

.contact-wrap {
  width: 480px;
  margin-top: 24px;
  margin: 80px auto 0; }
  @media screen and (min-width: 1025px) {
    .contact-wrap {
      width: 80%; } }
  @media screen and (max-width: 540px) {
    .contact-wrap {
      width: 300px; } }
  .contact-wrap .contact-button {
    display: block;
    width: 100%;
    height: auto;
    padding: 16px 0px;
    color: #E94709;
    background-color: #fff;
    text-align: center;
    font-size: 48px;
    font-weight: bold;
    line-height: 1;
    border: 4px solid #fff; }
    @media screen and (max-width: 768px) {
      .contact-wrap .contact-button {
        font-size: 32px; } }
    @media screen and (max-width: 375px) {
      .contact-wrap .contact-button {
        font-size: 24px; } }
    .contact-wrap .contact-button:hover {
      color: #fff;
      background-color: #E94709; }

.about-section .image-wrap {
  width: 260px;
  height: 510px; }
  .about-section .image-wrap img {
    width: auto;
    height: 100%; }
  @media screen and (max-width: 1024px) {
    .about-section .image-wrap {
      width: 220px;
      height: auto; }
      .about-section .image-wrap img {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 540px) {
    .about-section .image-wrap {
      width: 90px; } }
  @media screen and (max-width: 320px) {
    .about-section .image-wrap {
      width: 70px; } }

.product-section-1 .image-wrap {
  width: 350px;
  height: 510px;
  position: relative; }
  .product-section-1 .image-wrap .club-2 {
    width: 240px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  @media screen and (max-width: 1024px) {
    .product-section-1 .image-wrap {
      width: 260px;
      height: 350px;
      margin-right: 24px; }
      .product-section-1 .image-wrap .club-2 {
        width: 160px;
        top: 0;
        left: auto;
        right: 0;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none; } }
  @media screen and (max-width: 540px) {
    .product-section-1 .image-wrap {
      width: 200px;
      height: 160px; }
      .product-section-1 .image-wrap .club-2 {
        width: 72px;
        left: 70%; } }
  @media screen and (max-width: 320px) {
    .product-section-1 .image-wrap {
      width: 180px;
      height: 100px; }
      .product-section-1 .image-wrap .club-2 {
        width: 50px;
        left: 70%; } }
  .product-section-1 .image-wrap .mark {
    position: absolute;
    bottom: 0; }
    .product-section-1 .image-wrap .mark > p {
      color: #548235; }
      @media screen and (max-width: 320px) {
        .product-section-1 .image-wrap .mark > p {
          font-size: 14px; } }

.product-section-2 .image-wrap {
  width: 340px;
  height: 480px;
  position: relative; }
  .product-section-2 .image-wrap .club-3-1 {
    width: 130px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); }
  .product-section-2 .image-wrap .club-3-2 {
    width: 150px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    bottom: 0; }
  @media screen and (max-width: 1024px) {
    .product-section-2 .image-wrap {
      width: 300px;
      height: 400px; }
      .product-section-2 .image-wrap .club-3-1 {
        width: 110px; }
      .product-section-2 .image-wrap .club-3-2 {
        width: 120px; } }
  @media screen and (max-width: 540px) {
    .product-section-2 .image-wrap {
      width: 230px;
      height: 230px; }
      .product-section-2 .image-wrap .club-3-1 {
        width: 64px; }
      .product-section-2 .image-wrap .club-3-2 {
        width: 80px; } }
  @media screen and (max-width: 320px) {
    .product-section-2 .image-wrap {
      width: 200px;
      height: 140px; }
      .product-section-2 .image-wrap .club-3-1 {
        width: 44px; }
      .product-section-2 .image-wrap .club-3-2 {
        width: 54px; } }
  .product-section-2 .image-wrap .mark {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
    .product-section-2 .image-wrap .mark > p {
      color: #E94709; }
      @media screen and (max-width: 320px) {
        .product-section-2 .image-wrap .mark > p {
          font-size: 14px; } }

.product-section-3 .image-wrap {
  width: 350px;
  height: 540px;
  position: relative; }
  .product-section-3 .image-wrap .club-4 {
    width: 320px;
    height: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%); }
  @media screen and (max-width: 1024px) {
    .product-section-3 .image-wrap {
      width: 300px;
      height: 280px; } }
  @media screen and (max-width: 540px) {
    .product-section-3 .image-wrap {
      width: 160px;
      height: 136px; }
      .product-section-3 .image-wrap .club-4 {
        width: 160px;
        height: auto; } }

@media screen and (max-width: 1023px) {
  .detail-section .flex-row {
    width: auto;
    height: 100vh;
    min-height: 100vh;
    min-height: calc(var(--vh, 1vh) * 100); } }
.detail-section .info-wrap {
  width: 100%;
  height: 80%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  .detail-section .info-wrap .info {
    font-size: 48px;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    font-style: italic;
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 540px) {
      .detail-section .info-wrap .info {
        font-size: 36px; } }
    @media screen and (max-width: 375px) {
      .detail-section .info-wrap .info {
        font-size: 26px; } }
    @media screen and (max-width: 320px) {
      .detail-section .info-wrap .info {
        font-size: 22px; } }
  .detail-section .info-wrap .instagram-wrap {
    width: 100%;
    max-width: 800px;
    height: auto;
    margin-top: 24px; }
    @media screen and (max-width: 540px) {
      .detail-section .info-wrap .instagram-wrap {
        width: 250px; } }
    @media screen and (max-width: 320px) {
      .detail-section .info-wrap .instagram-wrap {
        width: 200px; } }

.information-section .info-wrap {
  width: 50%;
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  @media screen and (max-width: 1023px) {
    .information-section .info-wrap {
      width: 100%; } }
  .information-section .info-wrap .info {
    font-size: 56px;
    text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
    font-style: italic;
    text-align: center;
    line-height: 1.2; }
    @media screen and (max-width: 540px) {
      .information-section .info-wrap .info {
        font-size: 36px; } }
    @media screen and (max-width: 375px) {
      .information-section .info-wrap .info {
        font-size: 26px; } }
    @media screen and (max-width: 320px) {
      .information-section .info-wrap .info {
        font-size: 22px; } }
  .information-section .info-wrap .apology-wrap {
    display: block;
    height: auto;
    font-size: 16px;
    padding: 20px;
    margin: 24px auto 0;
    background-color: #fff;
    color: #0e0e0e; }
    @media screen and (min-width: 541px) {
      .information-section .info-wrap .apology-wrap {
        width: 80%; } }
    @media screen and (max-width: 540px) {
      .information-section .info-wrap .apology-wrap {
        width: 96%; } }
    @media screen and (max-width: 375px) {
      .information-section .info-wrap .apology-wrap {
        font-size: 14px; } }
    @media screen and (max-width: 320px) {
      .information-section .info-wrap .apology-wrap {
        font-size: 13px; } }
    .information-section .info-wrap .apology-wrap .apology-title {
      font-size: 1.1em; }
    .information-section .info-wrap .apology-wrap .date {
      text-align: right; }

.feature-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: center;
  justify-content: center; }
  .feature-items .feature-item {
    text-align: center;
    margin: 16px 60px; }
    @media screen and (max-width: 540px) {
      .feature-items .feature-item {
        margin: 16px 8px; } }
    .feature-items .feature-item .item-name {
      font-size: 16px;
      letter-spacing: .12em; }
      @media screen and (max-width: 375px) {
        .feature-items .feature-item .item-name {
          font-size: 14px; } }
      @media screen and (max-width: 320px) {
        .feature-items .feature-item .item-name {
          font-size: 13px; } }
    .feature-items .feature-item .item-detail {
      font-size: 64px;
      font-style: italic;
      line-height: 1;
      letter-spacing: .012em;
      text-shadow: 1px 1px 0 #000, -1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000; }
      @media screen and (max-width: 540px) {
        .feature-items .feature-item .item-detail {
          font-size: 56px;
          font-size: 5vh; } }
      @media screen and (max-width: 320px) {
        .feature-items .feature-item .item-detail {
          font-size: 4vh; } }
      .feature-items .feature-item .item-detail.jp {
        font-size: 48px;
        line-height: 1.24; }
        @media screen and (max-width: 540px) {
          .feature-items .feature-item .item-detail.jp {
            font-size: 4vh; } }
      .feature-items .feature-item .item-detail .unit {
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        margin-left: 4px; }
        @media screen and (max-width: 320px) {
          .feature-items .feature-item .item-detail .unit {
            font-size: 24px; } }
      .feature-items .feature-item .item-detail .current {
        font-size: 24px;
        font-style: normal;
        display: block;
        -webkit-text-stroke: 0;
        text-stroke: 0; }
        @media screen and (max-width: 375px) {
          .feature-items .feature-item .item-detail .current {
            font-size: 16px; } }

.l-footer {
  position: relative;
  scroll-snap-align: end; }

/*# sourceMappingURL=style.css.map */
