﻿@charset "UTF-8";

:root {
  --ff-alphanumeric: "Noto Sans", sans-serif;
}

.pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

img {
  max-width: 100%;
}

a {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.pane-footer {
  margin-top: 0;
}

.p-miles h2 {
  letter-spacing: 0;
}

.slick-list {
  margin: 0;
}

.slick-dots {
  position: initial;
}

.p-miles {
  font-family: "Noto Sans JP", sans-serif;
}

.p-miles__inner {
  margin-inline: auto;
  width: 960px;
}

@media screen and (max-width: 767px) {
  .p-miles__inner {
    width: 100%;
  }
}

.p-miles-mv {
  background-color: #0EA8ED;
}

.p-miles-mv__heading {
  margin-inline: auto;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .p-miles-mv__heading {
    width: 100%;
  }
}

.p-miles-tabs {
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .p-miles-tabs {}
}

.p-miles-tabs__list {
  border-bottom: 5px solid #0061B6;
  display: flex;
  align-items: end;
  column-gap: 7px;
}

.p-miles-tabs__list ._p-linkTabs {
  border-radius: 15px 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: calc(32 / 22);
  color: #fff;
  background-color: #0086CC;
  position: relative;
  cursor: pointer;
  min-height: 60px;
  width: calc((100% - 14px) / 3);
}

.p-miles-tabs__list ._p-linkTabs.active {
  background-color: #0061B6;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: calc(32 / 25);
  min-height: 70px;
}

.p-miles-tabs__list ._p-linkTabs:hover {
  background-color: #017DBE;
}

@media screen and (max-width: 767px) {
  .p-miles-tabs__list {
    column-gap: 3.5px;
  }

  .p-miles-tabs__list ._p-linkTabs,
  .p-miles-tabs__list ._p-linkTabs.active {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
    line-height: calc(21 / 15);
    min-height: 65px;
    width: calc((100% - 7px) / 3);
    text-align: center;
  }

  .p-miles-tabs__list ._p-linkTabs.active {
    font-weight: 500;
    min-height: 68px;
  }

  .p-miles-tabs__list ._p-linkTabs:hover {
    background-color: #0086CC;
  }

  .p-miles-tabs__list ._p-linkTabs.active:hover {
    background-color: #0061B6;
  }
}

.p-miles-content {
  background-color: #fff;
  border-radius: 0 0 30px 30px;
  padding-block: 60px 100px;
}

@media screen and (max-width: 767px) {
  .p-miles-content {
    padding-block: 35px 60px;
    padding-inline: min(10px, calc(10 / 375 * 100vw));
    min-height: 200vh;
  }
}

.p-miles-content__text {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(36 / 16);
  text-align: center;
  margin: 0 0 60px;
}

@media screen and (max-width: 767px) {
  .p-miles-content__text {
    font-size: 1.4rem;
    line-height: calc(27 / 14);
    text-align: left;
    margin: 0 0 50px;
  }
}

.p-miles-content__bnr {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 20px;
}

@media screen and (max-width: 767px) {
  .p-miles-content__bnr {
    row-gap: 15px;
  }
}

.p-miles-content__notes {
  background-color: #F1F1F1;
  padding: 6.5rem 0 10rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes {
    padding: 8.75vw 0 18vw;
  }
}

.p-miles-content__notes-inner {
  max-width: 100.2rem;
  padding: 0 2rem;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-inner {
    padding: 0 5vw;
  }
}

.p-miles-content__notes-title {
  font-family: "Noto Serif JP", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
  color: #333333;
  border-bottom: 0.1rem dashed #333333;
  padding-bottom: 0.8rem;
  margin-bottom: 2.8rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-title {
    font-size: 6vw;
    line-height: 1.3;
    padding-bottom: 2.5vw;
    margin-bottom: 5vw;
  }
}

.p-miles-content__notes-text {
  font-size: 1.6rem;
  line-height: 1.5;
  color: #333333;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-text {
    font-size: 3.75vw;
    line-height: 1.6;
  }
}

.p-miles-content__notes-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
    margin-bottom: 50px;
  }
}

.p-miles-content__notes-list--item {
  background-color: #E4F6FF;
  border-radius: 18px;
  padding: 30px 33px;
  min-height: 360px;
}

.p-miles-content__notes-list--item.-free-area {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item {
    border-radius: 12px;
    padding: 25px min(12px, calc(12 / 375 * 100vw));
    min-height: auto;
  }

  .p-miles-content__notes-list--item.-free-area {
    padding: 5px 0 0;
  }
}

.p-miles-content__notes-list--item_ttl {
  color: #0179AE;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: calc(30 / 20);
  text-align: center;
  margin-bottom: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item_ttl {
    font-size: min(1.8rem, calc(18 / 375 * 100vw));
    margin-bottom: 17px;
  }
}

.p-miles-content__notes-list--item_img {
  text-align: center;
}

.p-miles-content__notes-list--item_txt {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item_txt {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(24 / 15);
    margin-top: 20px;
  }
}

.p-miles-content__notes-list--item_note {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: calc(22 / 12);
  margin-top: 1.2rem;
}

@media screen and (max-width: 767px) {
  .p-miles-content__notes-list--item_note {
    font-size: min(1.1rem, calc(11 / 375 * 100vw));
  }
}

.p-miles-content__notes-list--item a {
  text-decoration: underline;
}

.p-miles-tsukau__slide {
  margin-bottom: 0px !important;
}

.p-miles-tsukau__slide .slick-track {
  display: flex;
}

.p-miles-tsukau__slide-step {
  background-color: #ffffff;
  border-radius: 1.2rem;
  height: auto !important;
  padding: 3.3rem 7.7rem 3rem;
  position: relative;
  min-width: 760px;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide {
    margin-inline: 5px;
  }

  .p-miles-tsukau__slide-step {
    padding: 5.75vw 5vw;
    min-width: min(305px, calc(305 / 375 * 100vw));
  }
}

.p-miles-tsukau__slide-step--flex {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.p-miles-tsukau__slide-step--cmt {
  flex-grow: 1;
  margin-right: 1.6rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--cmt {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 100%;
    margin-right: 0;
    margin-top: -0.75vw;
  }
}

.p-miles-tsukau__slide-step--label {
  color: #1C2DBC;
  font-family: var(--ff-alphanumeric);
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: 1;
  position: relative;
}

.p-miles-tsukau__slide-step--label>span {
  font-size: 3.7rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--label {
    font-size: min(2.3rem, calc(23 / 375 * 100vw));
  }

  .p-miles-tsukau__slide-step--label>span {
    font-size: min(2.7rem, calc(27 / 375 * 100vw));
  }
}

.p-miles-tsukau__slide-step--ttl {
  color: #0179AE;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(32 / 20);
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--ttl {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(25 / 16);
    margin-top: 1rem;
  }
}

.p-miles-tsukau__slide-step--ttl span {
  color: #9AA2B0;
  font-size: 1.3rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--ttl span {
    font-size: min(1.2rem, calc(12 / 375 * 100vw));
    line-height: calc(22 / 12);
  }
}

.p-miles-tsukau__slide-step--images {
  flex-shrink: 0;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--images {
    order: -1;
    margin: 0 auto 20px;
  }
}

.p-miles-tsukau__slide-step--gr {
  background-color: #F8F8F8;
  border-radius: 0.8rem;
  padding: 1.8rem 0rem 1.8rem 1.2rem;
  margin-top: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--gr {
    margin-top: 1.5vw;
    padding: 3vw;
  }

  .p-miles-tsukau__slide-step--gr ol .p-miles-tsukau__slide-step--txt {
    font-size: 3vw;
    line-height: 1.6;
  }

  .p-miles-tsukau__slide-step--gr ol .p-miles-tsukau__slide-step--txt+.p-miles-tsukau__slide-step--gr ol .p-miles-tsukau__slide-step--txt {
    margin-top: 0.5vw;
  }
}

.p-miles-tsukau__slide-step--caro {
  background-color: #F5F5F8;
  border-radius: .5rem;
  padding: 1.7rem 1.1rem 1.6rem;
  margin-top: 1.3rem;
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--caro {
    width: 100%;
    padding: 3vw;
    margin-top: 1.5vw;
  }
}

.p-miles-tsukau__slide-step--caro_txt {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--caro_txt {
    font-size: 3vw;
  }
}

.p-miles-tsukau__slide-step--txt {
  font-size: 1.4rem;
  line-height: 1.6;
  color: #333333;
  margin-bottom: 0.8rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--txt {
    font-size: 3.25vw;
    margin-bottom: 1vw;
  }
}

.p-miles-tsukau__slide-step--txt+.p-miles-tsukau__slide-step--txt {
  margin-top: 0.2rem;
}

.p-miles-tsukau__slide-step--note {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: calc(23 / 13);
  color: #9AA2B0;
  margin-top: 1rem;
  padding-left: 1.3rem;
  text-indent: -1.3rem;
}

@media screen and (max-width: 767px) {
  .p-miles-tsukau__slide-step--note {
    font-size: 3vw;
    margin-top: 1.5vw;
    padding-left: 3.75vw;
    text-indent: -3.75vw;
  }
}

.p-miles ._p-txtBold {
  font-weight: bold;
}

.p-miles ._p-txtSmall {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .p-miles ._p-txtSmall {
    font-size: 3.25vw;
  }
}

.p-miles ._p-colorRed {
  color: #EA0000;
}

.p-miles .slick-arrow {
  appearance: none;
  box-shadow: 3px 3px #0179AE;
  background-color: #0586E4;
  border-radius: 50%;
  cursor: pointer;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  z-index: 5;
  height: 58px;
  width: 58px;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow {
    height: 36px;
    width: 36px;
  }
}

.p-miles .slick-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid currentColor;
  border-right: 0;
  opacity: 1;
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow::before {
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid currentColor;
  }
}

.p-miles .slick-arrow.slick-prev {
  left: -29px;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-prev {
    left: -8px;
  }
}

.p-miles .slick-arrow.slick-prev::before {
  rotate: -180deg;
  left: 20px;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-prev::before {
    left: 12px;
  }
}

.p-miles .slick-arrow.slick-next {
  right: -29px;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-next {
    right: -8px;
  }
}

.p-miles .slick-arrow.slick-next::before {
  right: 20px;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-arrow.slick-next::before {
    right: 12px;
  }
}

.p-miles .slick-arrow.slick-disabled {
  display: none !important;
}

.p-miles .slick-dots {
  margin-top: 1.4rem;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-dots {
    margin-top: 1.25vw;
  }
}

.p-miles .slick-dots li {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-dots li {}
}

.p-miles .slick-dots li button::before {
  font-size: 1.3rem;
  color: #8495DF;
  opacity: 1;
}

.p-miles .slick-dots li button::after {
  font-size: .9rem;
  color: #E4F6FE;
  opacity: 1;
  font-family: 'slick';
  line-height: 20px;
  position: absolute;
  top: 0;
  left: .2rem;
  width: 1.6rem;
  height: 1.6rem;
  content: '•';
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (max-width: 767px) {
  .p-miles .slick-dots li button::before {}
}

.p-miles .slick-dots li.slick-active button::before,
.p-miles .slick-dots li.slick-active button::after {
  color: #05B9E4;
}

.miles-content {
  background-color: #DDF5FF;
  color: #1A2D4D;
}

.miles-content-hdg::before {
  content: none;
}

@media screen and (max-width: 767px) {}

.miles-content-inner {
  margin-inline: auto;
  width: 1200px;
}

@media screen and (max-width: 767px) {
  .miles-content-inner {
    overflow: hidden;
    padding-inline: 10px;
    width: 100%;
  }
}

.miles-content-lead {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
  margin-bottom: 100px;
  position: relative;
}

#miles-about {
  position: relative;
  /* border-radius: 120px 120px 0 0; */
  /* margin-top: -125px; */
  /* padding-block: 100px 250px;
  background: #F2FCFF; */
  overflow: hidden;
}

#miles-about .miles-content-lead::before,
#miles-about .miles-content-lead::after {
  content: '';
  position: absolute;
}

#miles-about .miles-content-lead::before {
  background-image: url('/cms/miles/images/202510/lead_bg_left.png');
  background-size: 100%;
  height: 273px;
  width: 232px;
  top: 6px;
  left: -111px;
}

#miles-about .miles-content-lead::after {
  background-image: url('/cms/miles/images/202510/lead_bg_right.png');
  background-size: 100%;
  height: 424px;
  width: 210px;
  top: 6px;
  right: -78px;
}

.miles-content-lead-txt {
  display: flex;
  flex-direction: column;
  row-gap: 8px;
}

.miles-content-lead-txt * {
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(40 / 21);
  text-align: center;
}

.miles-content-lead-logo {
  text-align: center;
}

.miles-content-lead-logo img {
  width: 490px;
}

.miles-content-lead-strong {
  color: #FF4C34;
  font-size: 2.4rem;
}

.miles-content-lead-num {
  font-size: 3.4rem;
}

.miles-content-lead-notes {
  font-size: 1.4em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .miles-content-lead {
    row-gap: 30px;
    margin-bottom: 65px;
  }

  #miles-about .miles-content-lead::before,
  #miles-about .miles-content-lead::after {
    content: none;
  }

  .miles-content-lead-txt * {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
    line-height: calc(32 / 15);
  }

  .miles-content-lead-logo img {
    width: min(306px, calc(306 / 375 * 100vw));
  }

  .miles-content-lead-strong {
    font-size: inherit;
  }

  .miles-content-lead-num {
    font-size: 2.6rem;
    line-height: 1;
  }

  .miles-content-lead-notes {
    font-size: 1.2em;
  }
}

.usecase {}

.usecase-hdg {
  color: #1B2DBC;
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  margin-bottom: 30px;
}

.usecase-hdg:before,
.usecase-hdg:after {
  content: "";
  background: #1C2DBC;
  height: 35px;
  width: 3px;
}

.usecase-hdg:before {
  transform: rotate(-30deg);
  margin-right: 20px;
}

.usecase-hdg:after {
  transform: rotate(30deg);
  margin-left: 15px;
}

.usecase-hdg-main {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.usecase-hdg-sub {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .usecase-hdg {
    display: block;
    position: relative;
    column-gap: 0px;
    margin: 0 auto 30px;
    width: fit-content;
    padding-inline: 25px;
    text-align: center;
  }

  .usecase-hdg:before,
  .usecase-hdg:after {
    position: absolute;
    display: block;
    height: 40px;
    width: 2px;
    bottom: 0;
    margin: 0;
  }

  .usecase-hdg:before {
    left: 0;
  }

  .usecase-hdg:after {
    right: 0;
  }

  .usecase-hdg-main {
    display: block;
    font-size: 2.6rem;
  }

  .usecase-hdg-sub {
    font-size: 2.1rem;
  }
}

.usecase-panels {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 100px;
}

.usecase-panels>* {
  width: calc((100% - 48px) / 5);
}

.usecase-panel {
  background-color: #fff;
  border-radius: 18px;
  padding-block: 24px 19px;
  display: flex;
  flex-direction: column;
}

.usecase-panel>*:last-child {
  margin-bottom: 0;
}

.usecase-panel-ttl {
  color: #0179AE;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(32 / 23);
  text-align: center;
  margin-bottom: 16px;
  order: 1;
}

.usecase-panel-img {
  text-align: center;
  margin-bottom: 28px;
  order: 2;
}

.usecase-panel-img img {
  width: 136px;
}

.usecase-panel-desc {
  display: contents;
}

.usecase-panel-txt {
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: calc(22 / 14);
  text-align: center;
  padding-inline: 6px;
  margin-bottom: 10px;
  order: 3;
}

.usecase-panel-note {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: calc(16 / 12);
  text-align: center;
  padding-inline: 15px;
  order: 4;
}

.usecase-panel a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .usecase-panels {
    flex-direction: column;
    gap: 12px;
    margin-bottom: 80px;
  }

  .usecase-panels>* {
    /* width: calc((100% - 10px) / 2); */
    width: 100%;
  }

  .usecase-panel {
    border-radius: 12px;
    padding: 17px 12px;
    flex-direction: row-reverse;
    align-items: center;
    gap: calc(15 / 325 * 100%);
  }

  .usecase-panel-ttl {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    line-height: calc(25 / 16);
    margin-bottom: 8px;
  }

  .usecase-panel-img {
    width: calc(85 / 325 * 100%);
    margin-bottom: 10px;
  }

  .usecase-panel-desc {
    display: block;
    text-align: left;
    flex: 1;
  }

  .usecase-panel-desc>* {
    text-align: left;
  }

  .usecase-panel-img img {
    width: min(110px, calc(110 / 375 * 100vw));
  }

  .usecase-panel-txt {
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(20 / 14);
    padding-inline: min(.8rem, calc(8 / 375 * 100vw));
  }

  .usecase-panel-note {
    font-size: min(1rem, calc(10 / 375 * 100vw));
    padding-inline: min(.8rem, calc(8 / 375 * 100vw));
  }
}

.step-anapay {
  display: flex;
  column-gap: 12px;
  justify-content: center;
  margin-bottom: 60px;
}

.step-anapay-item {
  background-color: #FFF9E0;
  border-radius: 18px;
  box-shadow: 8px 3px 4px rgba(136, 136, 136, 0.19);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 29px 17px 30px;
  width: calc((100% - 36px) / 4);
  position: relative;
}

.step-anapay-item:not(:last-child)::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 24px solid transparent;
  border-bottom: 24px solid transparent;
  border-left: 31px solid #fff9e0;
  border-right: 0;
  filter: drop-shadow(8px 3px 4px rgba(136, 136, 136, 0.19));
  position: absolute;
  top: 50%;
  left: 100%;
  translate: 0 -50%;
  z-index: 1;
}

.step-anapay-item-img {
  text-align: center;
  margin-bottom: 20px;
}

.step-anapay-item-img img {
  width: 148px;
}

.step-anapay-item-txt *:last-child {
  margin-bottom: 0;
}

.step-anapay-item-caption {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(30 / 18);
  text-align: center;
  margin-bottom: 6px;
}

.step-anapay-item-note {
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: .01em;
  line-height: calc(16 / 12);
  text-align: center;
}

.step-anapay-item a {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .step-anapay {
    flex-direction: column;
    row-gap: 11px;
    margin-bottom: 30px;
  }

  .step-anapay-item {
    border-radius: 12px;
    box-shadow: 2px 3px 2px rgba(41, 17, 0, 0.1);
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 14px min(14px, calc(14 / 375 * 100vw)) 14px min(23px, calc(23 / 375 * 100vw));
    width: 100%;
  }

  .step-anapay-item:not(:last-child)::after {
    border-right: 16px solid transparent;
    border-left: 16px solid transparent;
    border-top: 20px solid #fff9e0;
    border-bottom: 0;
    filter: drop-shadow(2px 3px 2px rgba(41, 17, 0, 0.1));
    top: auto;
    bottom: -16px;
    left: 50%;
    translate: -50% 0;
  }

  .step-anapay-item-img {
    flex-shrink: 0;
    margin-bottom: 0;
  }

  .step-anapay-item-img img {
    width: min(105px, calc(105 / 375 * 100vw));
  }

  .step-anapay-item-txt {
    order: -1;
    flex-grow: 1;
  }

  .step-anapay-item-caption {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    font-weight: bold;
    letter-spacing: .02em;
    line-height: calc(25 / 16);
    text-align: left;
  }

  .step-anapay-item-note {
    font-size: min(1rem, calc(10 / 375 * 100vw));
    text-align: left;
  }
}

.charge-anapay {
  margin-bottom: 60px;
}

.charge-anapay-lead {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  text-align: center;
  margin-bottom: 40px;
}

.charge-anapay-lead * {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: .03em;
  line-height: calc(36 / 16);
}

.charge-anapay-img {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .charge-anapay {
    margin-bottom: 40px;
  }

  .charge-anapay-lead {
    margin-bottom: 30px;
  }

  .charge-anapay-lead * {
    font-size: 1.4rem;
    line-height: calc(28 / 14);
  }
}

.img-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 12px;
  margin-bottom: 30px;
}

.miles-box {
  margin-bottom: 60px;
}

.miles-box.-coins {
  position: relative;
}

.miles-box.-coins::before,
.miles-box.-coins::after {
  content: '';
  background-size: 100%;
  position: absolute;
  height: 141px;
  width: 173px;
}

.miles-box.-coins::before {
  background-image: url('/cms/miles/images/202510/coins1.png');
  bottom: -25px;
  left: -46px;
}

.miles-box.-coins::after {
  background-image: url('/cms/miles/images/202510/coins2.png');
  right: -46px;
  bottom: -17px;
}

.miles-box-ttl {
  background-color: #B2E8F9;
  border-radius: 22px 22px 0 0;
  color: #1C2DBC;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(32 / 20);
  text-align: center;
  padding: 13px 20px 11px;
}

.miles-box-content {
  background-color: #E4F6FE;
  border-radius: 0 0 22px 22px;
  padding-block: 30px 40px;
}

.miles-box-content-inner {
  margin-inline: auto;
  width: 760px;
}

@media screen and (max-width: 767px) {
  .miles-box {
    margin-bottom: 30px;
  }

  .miles-box.-coins::before,
  .miles-box.-coins::after {
    height: 100px;
    width: 123px;
  }

  .miles-box.-coins::before {
    bottom: -25px;
    left: -60px;
  }

  .miles-box.-coins::after {
    right: -60px;
    bottom: -17px;
  }

  .miles-box-ttl {
    border-radius: 15px 15px 0 0;
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    padding: 15px min(15px, calc(15 / 375 * 100vw)) 14px;
  }

  .miles-box-content {
    border-radius: 0 0 15px 15px;
    padding-block: 20px 30px;
    padding-inline: min(10px, calc(10 / 375 * 100vw));
  }

  .miles-box-content-inner {
    width: 100%;
  }
}

.anapay-txt {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-bottom: 0;
}

.anapay-txt a {
  color: inherit;
  text-decoration: underline !important;
}

.anapay-txt-main {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(36 / 16);
}

.anapay-txt-sub {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(36 / 14);
}

.anapay-txt-note {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: calc(34 / 16);
}

.anapay-txt-num {
  font-family: var(--ff-alphanumeric);
  font-size: 2.4rem;
}

.anapay-txt-strong {
  color: #FF4C34;
}

@media screen and (max-width: 767px) {
  .anapay-txt {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 0;
  }

  .anapay-txt a {
    color: inherit;
    text-decoration: underline !important;
  }

  .anapay-txt-main {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    line-height: calc(26 / 16);
  }

  .anapay-txt-sub {
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
    letter-spacing: .02em;
    line-height: calc(23 / 14);
  }

  .anapay-txt-note {
    font-size: min(1.2rem, calc(12 / 375 * 100vw));
    font-weight: 400;
    letter-spacing: .01em;
    line-height: calc(22 / 12);
  }

  .anapay-txt-num {
    font-size: min(2.1rem, calc(21 / 375 * 100vw));
  }
}

.cv-area {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 45px;
  margin-inline: auto;
  width: 845px;
}

.cv-area-appeal {
  background-color: #B2E8F9;
  border-radius: 5px;
  color: #1B2DBC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(28 / 20);
  text-align: center;
  min-height: 73px;
  padding: 9px 9px 8px;
  position: relative;
  margin-bottom: 23px;
}

.cv-area-appeal::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  border-top: 16px solid #B2E8F9;
  border-bottom: 0;
  position: absolute;
  bottom: -9px;
  left: 50%;
  translate: -50%;
}

.cv-area-dl {
  display: flex;
  column-gap: 16px;
  padding: 10px 24px 0 26px;
}

.cv-area-more-btn {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.cv-area-more-btn>a {
  background-color: #0586E4;
  border-radius: 38px;
  box-shadow: 4px 8px #0179AE;
  color: #fff !important;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(28 / 18);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 8px 40px;
  min-height: 75px;
  max-width: 350px;
  width: 100%;
  position: relative;
}

.cv-area-more-btn>a::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 12px solid currentColor;
  border-right: 0;
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
}

@media screen and (max-width: 767px) {
  .cv-area {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 35px;
    width: 100%;
  }

  .cv-area-appeal {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    line-height: calc(20 / 16);
    min-height: 58px;
    margin-bottom: 18px;
  }

  .cv-area-dl {
    column-gap: 12px;
    padding: 8px 23px 0;
  }

  .cv-area-more-btn>a {
    font-size: min(1.8rem, calc(18 / 375 * 100vw));
    line-height: calc(24 / 18);
    padding: 8px 40px;
    min-height: 72px;
    max-width: calc(100% - 4px);
    right: 4px;
  }
}

.miles-content-anchors {
  background: #FFF;
  border-radius: 120px;
  border: 5px solid #DDF5FF;
  max-width: 1350px;
  width: 100%;
  padding: 30px 25px;
  text-align: center;
  margin-inline: auto;
  transform: translateY(-50%);
}

.miles-content-anchors-lead {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #0179AE;
  font-weight: bold;
  font-size: 2.6rem;
  margin-bottom: 25px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.miles-content-anchors-lead:before,
.miles-content-anchors-lead:after {
  content: "";
  background: #0179AE;
  height: 25px;
  width: 3px;
}

.miles-content-anchors-lead:before {
  transform: rotate(-30deg);
  margin-right: 20px;
}

.miles-content-anchors-lead:after {
  transform: rotate(30deg);
  margin-left: 15px;
}

.miles-content-anchors-lead span {
  font-size: 3.2rem;
  padding-inline: 5px;
}

.miles-content-anchors-wrap {
  display: flex;
  justify-content: center;
  gap: 12px;
}

.miles-content-anchors-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  background: #1C2DBC;
  border-radius: 30px;
  max-width: 100%;
  min-height: 60px;
  color: #FFF;
  font-size: 2.4rem;
  padding-inline: 24px;
}

.miles-content-anchors-wrap a:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px calc(12px / 2) 0 calc(12px / 2);
  border-color: #FFFFFF transparent transparent transparent;
}

.miles-content-headline {
  margin-bottom: 40px;
}

.miles-content-hdg {
  margin-bottom: 15px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.miles-content-hdg-point {
  display: flex;
  align-items: baseline;
  justify-content: center;
  color: #FFF;
  background: url('/cms/miles/images/202511/bg_hdg-fukidashi.png') no-repeat center / contain;
  width: 235px;
  font-size: 2.8rem;
  margin: 0 auto 20px;
  padding-block: 7px 18px;
  letter-spacing: 0.08em;
}

.miles-content-hdg-point span {
  font-size: 3rem;
}

.miles-content-hdg-main {
  font-size: 4rem;
  color: #1B2DBC;
}

.miles-content-hdg-main span {
  font-size: 5rem;
}

.miles-content-headline-note {
  color: #1B2DBC;
  font-size: 1.4rem;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .miles-content-anchors {
    background: #FFF;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 40px 20px;
    transform: translateY(0);
    /* margin-bottom: 100px; */
  }

  .miles-content-anchors-lead {
    width: calc(100% - 40px);
    position: relative;
    display: block;
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    margin: 0 auto 30px;
  }

  .miles-content-anchors-lead:before,
  .miles-content-anchors-lead:after {
    position: absolute;
    display: block;
    height: 50px;
    width: 2px;
    top: 50%;
    margin: 0;
  }

  .miles-content-anchors-lead:before {
    transform: translateY(-50%) rotate(-30deg);
    left: 0;
  }

  .miles-content-anchors-lead:after {
    transform: translateY(-50%) rotate(30deg);
    right: 0;
  }

  .miles-content-anchors-lead span {
    display: block;
    font-size: min(2.1rem, calc(21 / 375 * 100vw));
    padding-inline: 0;
  }

  .miles-content-anchors-wrap {
    flex-direction: column;
    gap: 10px;
  }

  .miles-content-anchors-wrap a {
    justify-content: space-between;
    gap: 0;
    min-height: 53px;
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    padding-inline: min(20px, calc(20 / 375 * 100vw));
    ;
  }

  .miles-content-anchors-wrap a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px calc(9px / 2) 0 calc(9px / 2);
    border-color: #FFFFFF transparent transparent transparent;
  }

  .miles-content-hdg {
    margin-bottom: 10px;
  }

  .miles-content-hdg-point {
    width: 150px;
    font-size: 1.7rem;
    margin-bottom: 10px;
    padding-block: 5px 14px;
  }

  .miles-content-hdg-point span {
    font-size: 2rem;
  }

  .miles-content-hdg-main {
    font-size: min(2.5rem, calc(25 / 375 * 100vw));
    line-height: 1.4;
  }

  .miles-content-hdg-main span {
    font-size: min(3.5rem, calc(35 / 375 * 100vw));
  }

  .miles-content-headline-note {
    font-size: 1.2rem;
  }
}

#miles-about {
  position: relative;
  padding-bottom: 300px;
}

#miles-about:after {
  position: absolute;
  display: block;
  content: "";
  background: url('/cms/miles/images/202511/illust_about_pc.png') no-repeat center / 100% auto;
  bottom: -10px;
  left: 50%;
  transform: translateX(-825px);
  width: 181px;
  height: 418px;
}

@media screen and (max-width: 767px) {
  #miles-about {
    border-radius: 50px 50px 0 0;
    margin-top: -40px;
    padding-block: 80px 180px;
  }

  #miles-about {
    padding-bottom: 130px;
  }

  #miles-about:after {
    padding-bottom: 100px;
    border-image: url('/cms/miles/images/202511/illust_about_sp.png');
    transform: translate(0);
    left: 12px;
    bottom: -120px;
    width: calc(251px / 2);
    height: calc(629px / 2);
  }
}

#miles-card {
  position: relative;
  background: #DDF5FF;
  padding-bottom: 130px;
}

#miles-card:after {
  position: absolute;
  display: block;
  content: "";
  background: url('/cms/miles/images/202511/illust_card.png') no-repeat center / 100% auto;
  bottom: -22px;
  left: 50%;
  transform: translateX(500px);
  width: 399px;
  height: 258px;
}

.card {
  display: flex;
  gap: 12px 15px;
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  margin-top: -40px;
}

.card-item {
  background: #FFF;
  border: 2px solid #B2E7F9;
  border-radius: 18px;
  overflow: hidden;
  width: calc((100% - 15px*2) / 3);
}

.card-item dt {
  background-color: #B2E7F9;
  color: #384290;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .03em;
  line-height: calc(40 / 18);
  text-align: center;
  padding: 10px 10px 8px;
}

.card-item dd {
  padding: 25px;
}

.card-img {
  max-width: 230px;
  width: 100%;
  margin: 0 auto 15px;
}

.card-txt-main {
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
}

.card-txt-strong {
  color: #FF4C34;
}

.card-txt-num {
  font-size: 2.6rem;
}

.card-txt-unit {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  #miles-card {
    padding-block: 80px 180px;
  }

  #miles-card::after {
    content: '';
    bottom: 72px;
    left: auto;
    right: 25px;
    transform: translateX(0);
    width: 189px;
    height: 123px;
  }

  .card {
    margin-top: -25px;
    flex-direction: column;
  }

  .card-item {
    border: 2px solid #B2E7F9;
    border-radius: 10px;
    width: 100%;
  }

  .card-item dt {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
    line-height: calc(36 / 16);
    padding-block: 2px 1px;
  }

  .card-item dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 35px;
  }

  .card-img {
    width: calc(105 / 287 * 100%);
    margin: 0;
  }

  .card-txt-main {
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
    font-weight: 600;
  }

  .card-txt-strong {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
  }

  .card-txt-num {
    font-size: min(2.6rem, calc(26 / 375 * 100vw));
  }

  .card-txt-unit {
    font-size: min(1.8rem, calc(18 / 375 * 100vw));
  }
}

#miles-calendar {
  position: relative;
  border-radius: 120px 120px 0 0;
  margin-top: -120px;
  padding-block: 120px 110px;
  background: #F2FCFF;;
  overflow: hidden;
    /* border-radius: 120px 120px 0 0; */
  /* margin-top: -125px; */
  /* padding-block: 100px 250px;
  background: #F2FCFF; */

}

#miles-calendar:before {
  position: absolute;
  display: block;
  content: "";
  background: url('/cms/miles/images/202511/illust_calendar_left.png') no-repeat center / 100% auto;
  bottom: 34%;
  left: 50%;
  transform: translateX(-880px);
  width: 165px;
  height: 374px;
}

#miles-calendar:after {
  position: absolute;
  display: block;
  content: "";
  background: url('/cms/miles/images/202511/illust_calendar_right.png') no-repeat center / 100% auto;
  bottom: 64%;
  left: 50%;
  transform: translateX(660px);
  width: 325px;
  height: 328px;
}

.calendar-features {
  display: flex;
  gap: 12px 18px;
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
  margin-top: -20px;
  margin-bottom: 60px;
}

.calendar-features-item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: #FFF;
  border-radius: 18px;
  width: calc((100% - 18px*2) / 3);
  text-align: center;
  padding: 25px 20px;
}

.calendar-features-img {
  order: 2;
  max-width: 187px;
  width: 100%;
  margin-inline: auto;
}

.calendar-features-desc {
  display: contents;
}

.calendar-features-lead {
  order: 1;
  color: #0179AE;
  font-size: 2rem;
  font-weight: bold;
  line-height: calc(29 / 20);
}

.calendar-features-txt {
  order: 3;
  font-size: 1.5rem;
  font-weight: 500;
}

.calendar-plan {
  max-width: 960px;
  width: 100%;
  margin-inline: auto;
}

.calendar-plan-hdg {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 30px;
  margin-bottom: 65px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: calc(40 / 26);
  color: #1B2DBC;
  font-family: "Zen Kaku Gothic New", sans-serif;
  text-align: center;
}

.calendar-plan-hdg:before,
.calendar-plan-hdg:after {
  content: "";
  background: #1C2DBC;
  height: 55px;
  width: 3px;
}

.calendar-plan-hdg:before {
  transform: rotate(-30deg);
}

.calendar-plan-hdg:after {
  transform: rotate(30deg);
}

.calendar-plan-step {
  margin-bottom: 60px;
}

.calendar-plan-step:last-child {
  margin-bottom: 0;
}

.calendar-plan-step dt {
  position: relative;
  padding: 30px 10px 15px;
  color: #384290;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  border-radius: 18px 18px 0 0;
  background: #B2E7F9;
}

.calendar-plan-step-tag {
  position: absolute;
  top: 0;
  left: 50%;
  border: 3px solid #B2E7F9;
  background: #FFF;
  letter-spacing: 0.08em;
  width: 186px;
  text-align: center;
  border-radius: 120px;
  transform: translate(-50%, -50%);
}

.calendar-plan-step-tag span {
  font-size: 2.5rem;
}

.calendar-plan-step dd {
  padding: 40px 20px 45px;
  border-radius: 0 0 18px 18px;
  background: #FFF;
  border: 2px solid #B2E7F9;
  border-top: none;
}

.calendar-plan-step-lead {
  margin-bottom: 20px;
  color: #0179AE;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #miles-calendar {
    border-radius: 50px 50px 0 0;
    margin-top: -80px;
    padding-block: 80px 120px;
  }

  #miles-calendar:before {
    display: none;
  }

  #miles-calendar:after {
    bottom: -45px;
    left: 0;
    transform: translateX(0);
    width: 182px;
    height: 184px;
  }

  .calendar-features {
    flex-direction: column;
    margin-top: -25px;
    margin-bottom: 45px;
  }

  .calendar-features-item {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: calc(15 / 325 * 100%);
    border-radius: 12px;
    width: 100%;
    padding: 15px;
  }

  .calendar-features-img {
    width: calc(85 / 325 * 100%);
  }

  .calendar-features-desc {
    display: block;
    text-align: left;
    flex: 1;
  }

  .calendar-features-lead {
    margin-bottom: 10px;
    line-height: calc(25 / 16);
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
  }

  .calendar-features-txt {
    font-size: 1.4rem;
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
    font-weight: 600;
  }

  .calendar-plan-hdg {
    gap: 35px;
    margin-bottom: 50px;
    font-size: 1.6rem;
    line-height: calc(32 / 16);
  }

  .calendar-plan-hdg:before,
  .calendar-plan-hdg:after {
    height: 60px;
    width: 2px;
  }

  .calendar-plan-step {
    margin-bottom: 40px;
  }

  .calendar-plan-step dt {
    padding: 20px 10px 10px;
    font-size: 1.6rem;
    border-radius: 10px 10px 0 0;
  }

  .calendar-plan-step-tag {
    border: 2px solid #B2E7F9;
    width: 105px;
    font-size: min(1.1rem, calc(11 / 375 * 100vw));
  }

  .calendar-plan-step-tag span {
    font-size: min(1.6rem, calc(16 / 375 * 100vw));
  }

  .calendar-plan-step dd {
    padding: 30px 10px;
    border-radius: 0 0 10px 10px;
  }

  .calendar-plan-step-lead {
    font-size: min(1.5rem, calc(15 / 375 * 100vw));
  }
}

/* 返礼品年間カレンダーページコンテンツ */
.calendar-plan-step-simulator {
  margin-top: 1.9rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body {
    padding: 0 5vw 5vw;
    border-radius: 0 0 3vw 3vw;
  }
}

.calendar-plan-step-simulator_body-txt {
  font-size: 1.5rem;
  line-height: 1.8;
  font-weight: 500;
  text-align: center;
  color: #1A2D4D;
  margin-bottom: 2.4rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-txt {
    font-weight: 600;
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
  }
}

.calendar-plan-step-simulator_body-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.calendar-plan-step-simulator_body-row+.calendar-plan-step-simulator_body-row {
  margin-top: 2rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-row+.calendar-plan-step-simulator_body-row {
    margin-top: 7vw;
  }
}

.calendar-plan-step-simulator_body-label {
  width: 6rem;
  padding: 0.6rem 0 0.4rem;
  background: #174891;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-label {
    width: 12.5vw;
    padding: 1.25vw 0 1vw;
    font-size: 3.5vw;
    line-height: 1.14;
  }
}

.calendar-plan-step-simulator_body-name {
  width: 15.85%;
  margin-left: 1.6rem;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-name {
    width: 38vw;
    margin-left: 3vw;
    font-size: 4vw;
    line-height: 1.91;
  }
}

_:-ms-fullscreen,
:root .calendar-plan-step-simulator_body__name {
  width: 15.1%;
}

.calendar-plan-step-simulator_body-selector {
  position: relative;
  width: 35.05%;
  margin-left: 2.4rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-selector {
    width: 100%;
    margin-top: 2.5vw;
    margin-left: 0;
  }
}

.calendar-plan-step-simulator_body-selector:after {
  position: absolute;
  top: 1.7rem;
  right: 1.9rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 0.8rem;
  height: 0.8rem;
  border-right: 0.2rem solid #000;
  border-bottom: 0.2rem solid #000;
  content: "";
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-selector:after {
    top: 5vw;
    right: 4.5vw;
    width: 2.25vw;
    height: 2.25vw;
  }
}

.calendar-plan-step-simulator_body-selector select {
  width: 100%;
  height: 4.7rem;
  padding: 0 1.5rem;
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 1.5rem;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 0.1rem #707070;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-selector select {
    font-size: 3.5vw;
    height: 12.75vw;
    padding: 0 4vw;
  }
}

.calendar-plan-step-simulator_body-selector select:focus:not(:focus-visible) {
  outline: none;
}

.calendar-plan-step-simulator_body-selector select:focus-visible {
  outline: 1px solid #333;
}

.calendar-plan-step-simulator_body-selector select::-ms-expand {
  display: none;
}

.calendar-plan-step-simulator_body-result {
  position: relative;
  margin-top: 4rem;
  padding: 3.3rem 0 2.6rem;
  border: 1px solid #36B9E4;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-result {
    margin-top: 10.25vw;
    padding: 6.75vw 0 6vw;
  }
}

.calendar-plan-step-simulator_body-result:before {
  position: absolute;
  top: -1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2.4rem 4rem 0 4rem;
  border-color: #05B9E4 transparent transparent transparent;
  content: "";
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-result:before {
    border-width: 6vw 10vw 0 10vw;
    top: -2.5vw;
  }
}

.calendar-plan-step-simulator_body-result.is-over p {
  visibility: visible;
}

.calendar-plan-step-simulator_body-result p {
  visibility: hidden;
}

.calendar-plan-step-simulator_body-result p:nth-of-type(1) {
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-result p:nth-of-type(1) {
    font-size: 4.25vw;
  }
}

.calendar-plan-step-simulator_body-result input {
  width: 100%;
  height: 7.2rem;
  padding: 0;
  border: 0;
  color: #1B2DBC;
  font: 600 4rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  letter-spacing: 0.4rem;
  text-align: center;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-result input {
    height: 17vw;
  }
}

.calendar-plan-step-simulator_body-result p:nth-of-type(2) {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #000;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_body-result p:nth-of-type(2) {
    font-size: 3.5vw;
  }
}

.calendar-plan-step-simulator_list {
  margin-top: 2rem;
  padding-left: 0.5rem;
}

.calendar-plan-step-simulator_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  line-height: 1.8;
  font-weight: 300;
  color: #1A2D4D;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_list li {
    font-size: min(1.2rem, calc(12 / 375 * 100vw));
    text-align: left;
    justify-content: flex-start;
  }

}

.calendar-plan-step-simulator_smallIntputText {
  color: #000 !important;
  font-weight: normal !important;
  font-size: 1.6rem !important;
  letter-spacing: 0 !important;
}

@media screen and (max-width: 767px) {
  .calendar-plan-step-simulator_smallIntputText {
    font-size: 3.5vw !important;
  }
}

.calendar-plan-seasonal {
  /* width: 100%; */
  width: 1080px;
  transform: scale(0.77) translateX(60px);
  transform-origin: left top;
  margin-bottom: -18%;
  margin-inline: auto;
  background: #ffffff;
  padding: 3rem 2.8rem;
  margin-top: 3.8rem;
  -webkit-box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.09);
  box-shadow: 0px 0px 2rem rgba(0, 0, 0, 0.09);
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal {
    width: 100%;
    margin-top: 4.5vw;
    margin-bottom: 0;
    padding: 2.5vw;
    transform: none;
  }
}

.calendar-plan-seasonal_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: auto;
}

.calendar-plan-seasonal_content .monthly_block {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 16.6666666667%;
  margin: 0px 0.1rem;
}

@media screen and (max-width: 1120px) and (min-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.may .season_period.product_width_05 {
    right: -0.6rem !important;
  }

  .calendar-plan-seasonal_content .monthly_block.may .season_period.product_width_07 {
    right: -0.6rem !important;
  }

  .calendar-plan-seasonal_content .monthly_block.november .calender_inner .season_period.product_width_09 {
    background-size: cover;
  }
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block {
    width: calc((100% - 1vw) / 3);
    margin: 0px;
  }
}

.calendar-plan-seasonal_content .monthly_block p {
  display: block;
  padding: 0.5rem 0.5rem 0.7rem;
  background-color: #ebe8d3;
  color: #000;
  font-family: "DINOT";
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.112rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block p {
    font-size: 5.25vw;
    letter-spacing: 0.22vw;
    padding: 1.25vw 1.25vw 2vw;
  }
}

.calendar-plan-seasonal_content .monthly_block p span {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block p span {
    font-size: 3.5vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner {
  width: auto;
  position: relative;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner.calender_bg {
  background-color: #f6f6f6;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner::before {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 100%;
  left: -0.2rem;
  background-image: url(/cms/feature/producer/2022/05/assets/images//product_calender_dotline_pc.png);
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .calender_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 3.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .calender_flex {
    display: none;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .calender_flex.calender_flex_01 {
  width: 49.8rem;
  top: 3.2rem;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .calender_flex.calender_flex_02 {
  width: 66.8rem;
  top: 5.6rem;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .calender_flex.calender_flex_03 {
  width: 83.7rem;
  top: 3.2rem;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .calender_flex.calender_flex_04 {
  width: 83.7rem;
  top: 5.6rem;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .calender_flex .season_period {
  border-radius: 0px;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period {
  display: block;
  position: absolute;
  z-index: 2;
  height: 3.5rem;
  border-radius: 1.75rem;
  margin-left: 0.6rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period {
    font-size: 3vw;
    height: 10vw;
    letter-spacing: 0.12vw;
    border-radius: 5vw;
    margin-left: 1vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period span {
  display: inline-block;
  height: 3.5rem;
  padding-left: 3rem;
  line-height: 3.5rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period span {
    height: 10vw;
    line-height: 10vw;
    padding-left: 4.25vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period span::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -1.2rem;
  width: 0.6rem;
  height: 0.9rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_arrow.png) no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period span::before {
    width: 1.5vw;
    height: 2.25vw;
    right: -2.5vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_01 {
  width: 15.6rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_01 {
    width: 26vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_02 {
  width: 32.8rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_02 {
    width: 54vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_03 {
  width: 49.8rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_03 {
    width: 82vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_04 {
  width: 34.3rem;
  background: url(/cms/feature/producer/2022/05/assets/images//button_mango.svg) no-repeat;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_05 {
  width: 17.2rem;
  right: -0.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//button_cherry.svg) no-repeat;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_06 {
  width: 42.8rem;
  background: url(/cms/feature/producer/2022/05/assets/images//button_melon_orange.svg) no-repeat;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_07 {
  width: 25.7rem;
  right: -0.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//button_peach_strawberry.svg) no-repeat;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_08 {
  width: 42.7rem;
  right: -0.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//button_kiwi.svg) no-repeat;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_width_09 {
  width: 59.8rem;
  background: url(/cms/feature/producer/2022/05/assets/images//button_apple.svg) no-repeat;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_bg_01 {
  background: #ffb349;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_bg_02 {
  background: #9ac8e7;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_bg_03 {
  background: #a0db83;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_bg_04 {
  background: #fe9e9e;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_bg_05 {
  background: #c7ab84;
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_01 {
  top: 3.2rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_01 {
    top: 6vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_02 {
  top: 9.1rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_02 {
    top: 22vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_03 {
  top: 15rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_03 {
    top: 38vw;
  }
}

.calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_04 {
  top: 20.8rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block .calender_inner .season_period.product_04 {
    top: 54vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.april .calender_inner:before {
  left: 0px;
}

.calendar-plan-seasonal_content .monthly_block.april .product_01::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 0.7rem;
  width: 5rem;
  height: 4.4rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_01.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.april .product_01::before {
    top: 0.75vw;
    left: 0px;
    width: 8.75vw;
    height: 7.75vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.april .product_02::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 1.2rem;
  width: 3.7rem;
  height: 4.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_05.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.april .product_02::before {
    top: 1vw;
    left: 0px;
    width: 6.75vw;
    height: 8.25vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.april .product_03::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0.2rem;
  width: 5.6rem;
  height: 2.3rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_09.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.april .product_03::before {
    top: 3vw;
    left: 0px;
    width: 9.75vw;
    height: 4vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.april .product_04::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 1rem;
  width: 4rem;
  height: 4.3rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_12.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.april .product_04::before {
    top: 1vw;
    left: 0px;
    width: 7vw;
    height: 7.5vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.may .product_width_04::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: -0.1rem;
  width: 5.7rem;
  height: 4.4rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_02.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.may .product_width_05::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 2.3rem;
  width: 4.1rem;
  height: 4.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_03.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.may .product_width_06::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0.8rem;
  width: 4.1rem;
  height: 4.4rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_06.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.may .product_width_07::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 2.2rem;
  width: 4.8rem;
  height: 4.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_07.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.may .product_01::before {
  content: "";
  position: absolute;
  top: 0.75vw;
  left: -0.75vw;
  width: 10vw;
  height: 7.75vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_02.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.may .product_02::before {
  content: "";
  position: absolute;
  top: 1.25vw;
  left: -0.75vw;
  width: 7.25vw;
  height: 7.75vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_06.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.may .product_04::before {
  content: "";
  position: absolute;
  top: 0.1rem;
  left: 0px;
  width: 5.7rem;
  height: 3.4rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_13.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.may .product_04::before {
    top: 2vw;
    left: -0.75vw;
    width: 10vw;
    height: 6vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.june .product_03::before {
  content: "";
  position: absolute;
  top: 0.3rem;
  left: -0.3rem;
  width: 5.7rem;
  height: 3rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_10.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.june .product_03::before {
    top: 2.5vw;
    left: -0.75vw;
    width: 10vw;
    height: 5.25vw;
  }
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.june .calender_inner:after {
    content: "";
    position: absolute;
    width: 0.5vw;
    height: 100%;
    right: 0px;
    background-image: url(/cms/feature/producer/2022/05/assets/images//product_calender_dotline_pc.png);
  }
}

.calendar-plan-seasonal_content .monthly_block.july .product_01::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 7.25vw;
  height: 8.5vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_03.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.july .product_02::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8.25vw;
  height: 8.25vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_07.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.july .product_03::before {
  content: "";
  position: absolute;
  top: 2.5vw;
  left: 0px;
  width: 10vw;
  height: 5.25vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_10.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.july .product_04::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 0.2rem;
  width: 5.5rem;
  height: 4.9rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_14.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.july .product_04::before {
    top: 0.75vw;
    left: 0px;
    width: 9.75vw;
    height: 9vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.august .product_01::before {
  content: "";
  position: absolute;
  top: -1rem;
  left: 0.6rem;
  width: 3.5rem;
  height: 5.6rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_04.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.august .product_01::before {
    top: -0.25vw;
    left: -0.5vw;
    width: 6.25vw;
    height: 9.75vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.september .calender_inner:after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 100%;
  right: 0px;
  background-image: url(/cms/feature/producer/2022/05/assets/images//product_calender_dotline_pc.png);
}

.calendar-plan-seasonal_content .monthly_block.september .product_02::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 0.4rem;
  width: 4.8rem;
  height: 4.9rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_08.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.september .product_02::before {
    top: 0.5vw;
    left: -0.5vw;
    width: 8.5vw;
    height: 8.5vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.september .product_03::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: -0.2rem;
  width: 5.9rem;
  height: 5.9rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_11.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.september .product_03::before {
    top: 0px;
    left: -0.75vw;
    width: 10vw;
    height: 10vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.september .product_04::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 0.5rem;
  width: 4.6rem;
  height: 3.9rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_15.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.september .product_04::before {
    top: 1.75vw;
    left: -0.75vw;
    width: 8vw;
    height: 6.75vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.october .product_01 span {
  font-size: 1.3rem;
  line-height: 1.08;
  letter-spacing: 0.052rem;
  padding-top: 0.4rem;
}

.calendar-plan-seasonal_content .monthly_block.october .product_01::before {
  content: "";
  position: absolute;
  top: -1.2rem;
  left: 1.4rem;
  width: 3.5rem;
  height: 5.6rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_04.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.october .product_01::before {
    top: 0.25vw;
    left: 0.5vw;
    width: 6.25vw;
    height: 9.75vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.october .product_02::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0.9rem;
  width: 4.5rem;
  height: 3.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_17.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.october .product_02::before {
    top: 1.75vw;
    left: 0px;
    width: 8vw;
    height: 6.5vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.october .product_03::before {
  content: "";
  position: absolute;
  top: -1.1rem;
  left: 0.1rem;
  width: 5.9rem;
  height: 5.9rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_11.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.october .product_03::before {
    top: -0.25vw;
    left: 0.25vw;
    width: 10vw;
    height: 10vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.october .product_04::before {
  content: "";
  position: absolute;
  top: -0.3rem;
  left: 0.8rem;
  width: 4.7rem;
  height: 3.9rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_15.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.october .product_04::before {
    top: 1.75vw;
    left: 0px;
    width: 8vw;
    height: 6.75vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.november .product_width_06::before {
  content: "";
  position: absolute;
  top: -0.1rem;
  left: 0.7rem;
  width: 4.1rem;
  height: 3.4rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_16.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.november .product_width_08::before {
  content: "";
  position: absolute;
  top: -0.8rem;
  left: 2.3rem;
  width: 5.5rem;
  height: 4.8rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_01.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.november .product_width_09::before {
  content: "";
  position: absolute;
  top: -0.4rem;
  left: 0.6rem;
  width: 4.1rem;
  height: 4.5rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_18.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.november .product_width_07::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: 2rem;
  width: 3.7rem;
  height: 4.7rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_05.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.november .product_01::before {
  content: "";
  position: absolute;
  top: 2.25vw;
  left: -0.75vw;
  width: 7vw;
  height: 6vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_16.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.november .product_02::before {
  content: "";
  position: absolute;
  top: 1.25vw;
  left: -0.75vw;
  width: 7.25vw;
  height: 7.75vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_18.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.november .product_03::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 5.5rem;
  height: 3.8rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_19.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.november .product_03::before {
    top: 1.75vw;
    left: -0.5vw;
    width: 9.5vw;
    height: 6.75vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.december .product_04::before {
  content: "";
  position: absolute;
  top: -0.6rem;
  left: -0.4rem;
  width: 5.7rem;
  height: 4.4rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_21.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.december .product_04::before {
    top: 1vw;
    left: -0.75vw;
    width: 10vw;
    height: 8vw;
  }
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.december .calender_inner:after {
    content: "";
    position: absolute;
    width: 0.5vw;
    height: 100%;
    right: 0px;
    background-image: url(/cms/feature/producer/2022/05/assets/images//product_calender_dotline_pc.png);
  }
}

.calendar-plan-seasonal_content .monthly_block.january .product_01::before {
  content: "";
  position: absolute;
  top: 1vw;
  left: -2.25vw;
  width: 8.75vw;
  height: 7.75vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_01.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.january .product_02::before {
  content: "";
  position: absolute;
  top: 1vw;
  left: -2vw;
  width: 7.25vw;
  height: 7.75vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_18.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.january .product_03::before {
  content: "";
  position: absolute;
  top: 1.5vw;
  left: -2vw;
  width: 9.5vw;
  height: 6.75vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_19.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.january .product_04::before {
  content: "";
  position: absolute;
  top: -0.7rem;
  left: 0.2rem;
  width: 5.7rem;
  height: 4.8rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_22.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.january .product_04::before {
    top: 0.75vw;
    left: -2.5vw;
    width: 9.5vw;
    height: 8.5vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.february .product_03::before {
  content: "";
  position: absolute;
  top: -0.2rem;
  left: 1.2rem;
  width: 4.4rem;
  height: 4rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_20.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.february .product_03::before {
    top: 1.25vw;
    left: -0.75vw;
    width: 7.5vw;
    height: 7vw;
  }
}

.calendar-plan-seasonal_content .monthly_block.march .calender_inner:after {
  content: "";
  position: absolute;
  width: 0.2rem;
  height: 100%;
  right: 0px;
  background-image: url(/cms/feature/producer/2022/05/assets/images//product_calender_dotline_pc.png);
}

.calendar-plan-seasonal_content .monthly_block.march .product_02::before {
  content: "";
  position: absolute;
  top: 0.75vw;
  left: -0.5vw;
  width: 6.75vw;
  height: 8.25vw;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_05.png) no-repeat;
  background-size: contain;
}

.calendar-plan-seasonal_content .monthly_block.march .product_04::before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 0.4rem;
  width: 4rem;
  height: 4.3rem;
  background: url(/cms/feature/producer/2022/05/assets/images//icon_12.png) no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_content .monthly_block.march .product_04::before {
    top: 1vw;
    left: 0.25vw;
    width: 7vw;
    height: 7.5vw;
  }
}

.calendar-plan-seasonal_first_quarter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_first_quarter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.calendar-plan-seasonal_first_quarter .calender_inner {
  height: 27.8rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_first_quarter .calender_inner {
    height: 70vw;
  }
}

.calendar-plan-seasonal_second_quarter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_second_quarter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.calendar-plan-seasonal_second_quarter .calender_inner {
  height: 28.1rem;
}

@media screen and (max-width: 767px) {
  .calendar-plan-seasonal_second_quarter .calender_inner {
    height: 70vw;
  }
}

.miles-menu {
  position: fixed;
  right: -2px;
  bottom: 0;
  overflow: hidden;
  z-index: 10;
}

.miles-menu-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 120px;
  height: 46px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #FFF;
  font-size: min(1.7rem, calc(17 / 375 * 100vw));
  border-top-left-radius: 25px;
  background: #0179AE;
  border: 1px solid #B2E7F9;
  border-bottom: none;
  border-left: none;
  letter-spacing: 0.05em;
  margin-left: auto;
  cursor: pointer;
}

  .miles-menu-head:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px calc(9px / 2) 0 calc(9px / 2);
    border-color: #FFF transparent transparent transparent;
    transform: rotate(180deg);
    transition: 0.3s;
  }


.miles-menu-body {
  border: 3px solid #DDF5FF;
  border-bottom: none;
  background: #FFF;
  padding: 10px 30px;
  border-top-left-radius: 30px;
}

/* @media screen and (min-width: 768px) {
  .miles-menu-body {
    display: block !important;
  }
} */

.miles-menu-body a {
  min-width: 208px;
  padding-block: 15px;
  position: relative;
  display: block;
  color: #1B2DBC;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: (27 / 26);
  border-bottom: 2px solid #B2E7F9;
}

.miles-menu-body a:last-child {
  border-bottom: none;
}

.miles-menu-body a span {
  font-size: 2rem;
}

.miles-menu-body a:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px calc(12px / 2) 0 calc(12px / 2);
  border-color: #1B2DBC transparent transparent transparent;
  top: 50%;
  transform: translateY(-50%);
  right: 5px;
}

.miles-menu.is-open .miles-menu-head:after {
    transform: rotate(0);
}

@media screen and (max-width: 767px) {
  .miles-menu {
    width: 100%;
    right: 0;
  }

  .miles-menu-head {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 120px;
    height: 46px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    color: #FFF;
    font-size: min(1.7rem, calc(17 / 375 * 100vw));
    border-top-right-radius: 25px;
    border-top-left-radius: 0;
    background: #0179AE;
    border: 1px solid #B2E7F9;
    border-bottom: none;
    border-left: none;
    letter-spacing: 0.05em;
    margin: 0;
  }

  .miles-menu-head:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px calc(9px / 2) 0 calc(9px / 2);
    border-color: #FFF transparent transparent transparent;
    transform: rotate(180deg);
    transition: 0.3s;
  }

  .miles-menu-body {
    display: none;
    border: none;
    border-top: 2px solid #DDF5FF;
    padding: 15px 40px;
    border-radius: 0;
  }

  .miles-menu-body a {
    padding-block: 15px;
    font-size: min(1.4rem, calc(14 / 375 * 100vw));
  }

  .miles-menu-body a span {
    font-size: inherit;
  }

  .miles-menu-body a:after {
    border-width: 6px calc(9px / 2) 0 calc(9px / 2);
    right: 0;
  }

  .miles-menu.is-open .miles-menu-head:after {
    transform: rotate(0);
  }
}

/* 20251216 calendar */
.calendar-tabs-wrap {
  position: relative;
}

.calendar-tabs-wrap .icon-scroll {
  display: none;
}

.calendar-tabs-wrap .tab-list {
  display: flex;
  align-items: flex-end;
  padding-left: 0;
  margin: 0;
  gap: 8px;
}

.calendar-tabs-wrap .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 210px;
  height: 50px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
}

.calendar-tabs-wrap .tab-item img {
  width: 47px;
  object-fit: contain;
  aspect-ratio: 47 / 38;
  margin-left: -18px;
}

.calendar-tabs-wrap .tab-item.fruit {
  background-color: #F75D75;
}

.calendar-tabs-wrap .tab-item.vegetables {
  background-color: #188333;

}

.calendar-tabs-wrap .tab-item.fish {
  background-color: #3579D5;

}

.calendar-tabs-wrap .panel-item {
  display: none;
}

.calendar-tabs-wrap .panel-item.is-active {
  display: block;
}

/* .calendar-tabs-wrap .panel-table {
  background-color: white;
  border-collapse: collapse;
  border: 2px solid #F75D75;
} */

/* .calendar-tabs-wrap .fruit .panel-table {
  border: 2px solid #F75D75;
}

.calendar-tabs-wrap .vegetables .panel-table {
  border: 2px solid #188333;
}

.calendar-tabs-wrap .fish .panel-table {
  border: 2px solid #3579D5;
} */

.calendar-plan-step {
  position: relative;
}

.calendar-plan-step-1::after {
  content: '';
  position: absolute;
  bottom: 80px;
  right: 0;
  transform: translateX(calc(253px + 120px));
  width: 253px;
  aspect-ratio: 253/301;
  background: url(/cms/miles/images/202511/calendar_right_img.png) no-repeat center/contain;
}

/* .calendar-tabs-wrap .panel-item.is-active {
  display: block;
} */

.calendar-tabs-wrap .panel-table {
  display: grid;
  grid-template-columns: 191px repeat(12, 60px);
  background-color: white;
  border: 2px solid #F75D75;
}

.calendar-tabs-wrap .fruit .panel-table {
  border-color: #F75D75;
}

.calendar-tabs-wrap .vegetables .panel-table {
  border-color: #188333;
}

.calendar-tabs-wrap .fish .panel-table {
  border-color: #3579D5;
}

.header-row,
.item-row {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: subgrid;
}

.calendar-tabs-wrap .panel-table .item-row {
  position: relative;
}

.header-row .panel-th {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF0F3;
  height: 51px;
  font-weight: 600;
  color: #1A2D4D;
  font-size: 16px;
}

.header-row .panel-th span {
  font-size: 14px;
}

.calendar-tabs-wrap .fruit .header-row .panel-th {
  background-color: #FFF0F3;
}

.calendar-tabs-wrap .vegetables .header-row .panel-th {
  background-color: #E3FFE3;
}

.calendar-tabs-wrap .fish .header-row .panel-th {
  background-color: #EEFAFE;
}

.header-row .panel-th:first-child {
  border-right: 1px solid #FF8B9D;
}

.header-row .panel-th:not(:nth-child(2)):not(:first-child) {
  border-left: 1px dashed #FF8B9D;
}

.calendar-tabs-wrap .fruit .header-row .panel-th:first-child {
  border-right-color: #FF8B9D;
}

.calendar-tabs-wrap .fruit .header-row .panel-th:not(:nth-child(2)):not(:first-child) {
  border-left-color: #FF8B9D;
}

.calendar-tabs-wrap .vegetables .header-row .panel-th:first-child {
  border-right-color: #53B16C;
}

.calendar-tabs-wrap .vegetables .header-row .panel-th:not(:nth-child(2)):not(:first-child) {
  border-left-color: #53B16C;
}

.calendar-tabs-wrap .fish .header-row .panel-th:first-child {
  border-right-color: #5DA6EF;
}

.calendar-tabs-wrap .fish .header-row .panel-th:not(:nth-child(2)):not(:first-child) {
  border-left-color: #5DA6EF;
}

.calendar-tabs-wrap .fruit .panel-table .item-row:not(:last-child) {
  border-bottom: 1px solid rgba(255, 139, 157, .41);
}

.calendar-tabs-wrap .vegetables .panel-table .item-row:not(:last-child) {
  border-bottom: 1px solid rgba(83, 117, 108, .41);
}

.calendar-tabs-wrap .fish .panel-table .item-row:not(:last-child) {
  border-bottom: 1px solid rgba(54, 185, 228, .41);
}

.calendar-tabs-wrap .panel-table .item-head {
  width: 191px;
  padding: 10px;
  border-right: 1px solid #FF8B9D;
}

.calendar-tabs-wrap .fruit .panel-table .item-head {
  border-right-color: #FF8B9D !important;
}

.calendar-tabs-wrap .vegetables .panel-table .item-head {
  border-right-color: #53B16C !important;
}

.calendar-tabs-wrap .fish .panel-table .item-head {
  border-right-color: #5DA6EF !important;
}

.calendar-tabs-wrap .fruit .item-row .panel-td:not(.item-head):not(:nth-child(2)) {
  border-left: 1px dashed #FF8B9D;
}

.calendar-tabs-wrap .vegetables .item-row .panel-td:not(.item-head):not(:nth-child(2)) {
  border-left: 1px dashed #53B16C;
}

.calendar-tabs-wrap .fish .item-row .panel-td:not(.item-head):not(:nth-child(2)) {
  border-left: 1px dashed #5DA6EF;
}

.calendar-tabs-wrap .panel-table .item-head-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  border-radius: 3px;
}

.calendar-tabs-wrap .fruit .panel-table .item-head-inner {
  background-color: #FFF0F3;
}

.calendar-tabs-wrap .vegetables .panel-table .item-head-inner {
  background-color: #E3FFE3;
}

.calendar-tabs-wrap .fish .panel-table .item-head-inner {
  background-color: #EEFAFE;
}

.calendar-tabs-wrap .panel-table .item-name {
  font-size: 15px;
  font-weight: 600;
}

.calendar-tabs-wrap .panel-table .item-btn {
  position: relative;
  width: 124px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  line-height: 1;
}

.calendar-tabs-wrap .fruit .panel-table .item-btn {
  background-color: #F75D75;
}

.calendar-tabs-wrap .vegetables .panel-table .item-btn {
  background-color: #188333;
}

.calendar-tabs-wrap .fish .panel-table .item-btn {
  background-color: #3579D5;
}

.calendar-tabs-wrap .panel-table .item-btn::after {
  content: '▶';
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%) scale(0.7);
  font-size: 10px;
  color: white;
  line-height: 1;
}

.calendar-tabs-wrap .panel-table .item-bar {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 25px;
  height: 34px;
  background-color: rgba(247, 93, 117, .54);
  pointer-events: none;
}

.calendar-tabs-wrap .fruit .item-bar {
  background-color: rgba(247, 93, 117, .54);
}

.calendar-tabs-wrap .vegetables .item-bar {
  background-color: rgba(24, 131, 51, .54);
}

.calendar-tabs-wrap .fish .item-bar {
  background-color: rgba(53, 121, 213, .54);
}

.item-bar--split-first {
  border-radius: 26px 0 0 26px !important;
}

.item-bar--split-second {
  border-radius: 0 26px 26px 0 !important;
}


@media screen and (max-width: 767px) {

  .calendar-tabs-wrap .icon-scroll {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 141px;
    height: auto;
    opacity: 1;
    visibility: visible;
    transition: all .6s ease;
    pointer-events: none;
    z-index: 3;
  }

  .calendar-tabs-wrap .icon-scroll.is-animated {
    opacity: 0;
    visibility: hidden;
  }

  .calendar-tabs-wrap .tab-list {
    gap: 0;
  }

  .calendar-tabs-wrap .tab-item {
    width: calc(100% / 3);
    height: 34px;
    font-size: 14px;
    border-radius: 6px 6px 0 0;
  }

  .calendar-tabs-wrap .tab-item.is-active {
    height: 37px;
  }

  .calendar-tabs-wrap .tab-item img {
    width: 30px !important;
    object-fit: contain;
    margin-left: 0;
  }

  .calendar-tabs-wrap .panel-item {
    overflow-x: auto;
  }

  .calendar-tabs-wrap .panel-table {
    width: 862px;
    grid-template-columns: 140px repeat(12, 60px);
    border-left: none !important;
  }

  .header-row .panel-th:first-child {
    position: sticky;
    left: 0;
    z-index: 3;
    border-right: none !important;
  }

  .header-row .panel-th:first-child::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 2px;
  }

  .calendar-tabs-wrap .fruit .header-row .panel-th:first-child::before {
    background-color: #FF8B9D;
  }

  .calendar-tabs-wrap .vegetables .header-row .panel-th:first-child::before {
    background-color: #188333;
  }

  .calendar-tabs-wrap .fish .header-row .panel-th:first-child::before {
    background-color: #3579D5;
  }

  .header-row .panel-th:first-child::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
  }

  .calendar-tabs-wrap .fruit .header-row .panel-th:first-child::after {
    background-color: #FF8B9D;
  }

  .calendar-tabs-wrap .vegetables .header-row .panel-th:first-child::after {
    background-color: #188333;
  }

  .calendar-tabs-wrap .fish .header-row .panel-th:first-child::after {
    background-color: #3579D5;
  }

  .calendar-tabs-wrap .panel-table .panel-td.item-head {
    width: 140px !important;
    padding: 6px;
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
    border-right: none !important;
  }

  .calendar-tabs-wrap .panel-table .panel-td {
    width: 60px !important;
  }


  .calendar-tabs-wrap .panel-table .item-head::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: -1px;
    width: 2px;
  }

  .calendar-tabs-wrap .fruit .panel-table .item-head::before {
    background-color: #FF8B9D;
  }

  .calendar-tabs-wrap .vegetables .panel-table .item-head::before {
    background-color: #188333;
  }

  .calendar-tabs-wrap .fish .panel-table .item-head::before {
    background-color: #3579D5;
  }

  .calendar-tabs-wrap .panel-table .item-head::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
  }

  .calendar-tabs-wrap .fruit .panel-table .item-head::after {
    background-color: #FF8B9D;
  }

  .calendar-tabs-wrap .vegetables .panel-table .item-head::after {
    background-color: #188333;
  }

  .calendar-tabs-wrap .fish .panel-table .item-head::after {
    background-color: #3579D5;
  }

  .calendar-tabs-wrap .panel-table .item-bar {
    height: 28px;
  }

}
