@charset "UTF-8";
.main .lead .text::before, .main .story .tab .weekdays .item .text p::before,
.main .story .tab .holiday .item .text p::before, .main .story .tab .bicycle .item .text p::before,
.main .story .tab .train .item .text p::before,
.main .story .tab .car .item .text p::before, .main .story .tab .append .voice .image figcaption::before, .main .story .tab .append .voice .balloon .text::before, .main .lead .text::after, .main .story .tab .weekdays .item .text p::after,
.main .story .tab .holiday .item .text p::after, .main .story .tab .bicycle .item .text p::after,
.main .story .tab .train .item .text p::after,
.main .story .tab .car .item .text p::after, .main .story .tab .append .voice .image figcaption::after, .main .story .tab .append .voice .balloon .text::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
}
.main .lead .text::before, .main .story .tab .weekdays .item .text p::before,
.main .story .tab .holiday .item .text p::before, .main .story .tab .bicycle .item .text p::before,
.main .story .tab .train .item .text p::before,
.main .story .tab .car .item .text p::before, .main .story .tab .append .voice .image figcaption::before, .main .story .tab .append .voice .balloon .text::before {
  margin-bottom: calc((1em - 1lh) / 2);
}
.main .lead .text::after, .main .story .tab .weekdays .item .text p::after,
.main .story .tab .holiday .item .text p::after, .main .story .tab .bicycle .item .text p::after,
.main .story .tab .train .item .text p::after,
.main .story .tab .car .item .text p::after, .main .story .tab .append .voice .image figcaption::after, .main .story .tab .append .voice .balloon .text::after {
  margin-top: calc((1em - 1lh) / 2);
}

.main .story .nav .btn {
  font-family: "Forum", serif;
  line-height: 0.8;
}

@media (prefers-reduced-motion: no-preference) {
  @-webkit-keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
  @keyframes flowPetal {
    0% {
      translate: 0 -0.1rem 0;
    }
    100% {
      translate: 0 0 0;
    }
  }
}

.main .pageHeader {
  display: grid;
  padding: 1.2rem 0 0;
}
.main .pageHeader .image {
  grid-area: 1/1;
  margin: 0;
}
.main .pageHeader .image img {
  width: 100%;
  height: 5.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.main .pageHeader .image::after {
  width: 5.06rem;
  aspect-ratio: 506/595;
  top: 1.42rem;
  left: calc(50% + 2.28rem);
  background-image: url(../imgs/sakura00.png);
}
@media screen and (max-width: 750px) {
  .main .pageHeader .image::after {
    width: 2.53rem;
    top: 2.4rem;
    right: 0;
    left: auto;
    z-index: 1;
  }
}
.main .pageHeader .ttl {
  grid-area: 1/1;
  align-self: flex-end;
  justify-self: center;
  width: 7rem;
  position: relative;
  translate: 0 3.3rem 0;
}
@media screen and (max-width: 750px) {
  .main .pageHeader .ttl {
    translate: 0 2rem 0;
  }
}
.main .lead {
  margin: 4.3rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 750px) {
  .main .lead {
    margin: 3.5rem 0 0;
  }
}
.main .lead .slider {
  width: 5rem;
  margin: 0 auto;
  overflow: visible;
}
.main .lead .slider figure {
  scale: 0.6;
  transition: 1s;
  translate: 1.2rem 0 0;
}
.main .lead .slider .swiper-slide-active figure {
  scale: 1;
  translate: 0 0 0;
}
.main .lead .slider .swiper-slide-prev figure,
.main .lead .slider .swiper-slide-next figure {
  scale: 0.8;
}
.main .lead .slider .swiper-slide-prev figure {
  translate: 0.1rem 0 0;
}
.main .lead .slider .swiper-slide-next figure {
  translate: -0.1rem 0 0;
}
.main .lead .slider .swiper-slide-next ~ .swiper-slide figure {
  translate: -1.2rem 0 0;
}
.main .lead .text {
  padding: 1rem 0 0;
  font-size: 0.2rem;
  line-height: 0.5rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .lead .text {
    font-size: 0.28rem;
    line-height: 2;
    text-align: left;
  }
}
.main .story {
  margin: 1.2rem 0 0;
  padding: 0 0 2rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .story {
    padding: 0 0 1.5rem;
  }
}
.main .story:has(.tab.active) {
  background: linear-gradient(transparent 2.6rem, #fcf5f5 2.6rem);
}
.main .story .nav {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin: 0.8rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .story .nav {
    gap: 0.1rem;
    margin: 0.6rem 0 0;
  }
}
.main .story .nav .btn {
  box-sizing: border-box;
  width: 3.8rem;
  height: 0.7rem;
  border: none;
  padding: 0;
  background: #bbaeae;
  position: relative;
  color: #fff;
  letter-spacing: 0;
  text-align: left;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .story .nav .btn {
    width: calc((100% - 0.2rem) / 3);
    height: auto;
    padding: 0.2rem 0;
  }
}
.main .story .nav .btn:not(:has(.num + .name)) {
  text-align: center;
}
.main .story .nav .btn:not(:has(.num + .name)) .num {
  border-right: none;
  padding: 0;
  margin: 0 auto;
}
.main .story .nav .btn .num {
  display: inline-block;
  width: 1.28rem;
  border-right: 0.01rem solid currentColor;
  padding: 0 0 0 0.4rem;
  font-size: 0.24rem;
}
@media screen and (max-width: 750px) {
  .main .story .nav .btn .num {
    display: block;
    width: auto;
    border-right: none;
    padding: 0;
    text-align: center;
  }
}
.main .story .nav .btn .name {
  padding: 0 0 0 0.38rem;
  font-size: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .story .nav .btn .name {
    display: block;
    margin: 0.2rem 0 0;
    padding: 0;
    text-align: center;
  }
}
.main .story .nav .btn .new {
  background: #b1332f;
  color: #fff;
  font-size: 0.2rem;
  padding-bottom: 0.01rem;
  line-height: 1;
  width: 0.5rem;
  display: inline-flex;
  padding: 0.07rem 0.01rem;
  position: absolute;
  transform: translate(0, -50%);
  left: 0.5rem;
  top: 50%;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .story .nav .btn .new {
    font-size: 0.2rem;
    width: 0.8rem;
    height: 0.3rem;
    transform: translate(-50%, 0);
    left: 50%;
    top: -0.175rem;
  }
}
.main .story .nav .btn::after {
  content: "";
  display: block;
  width: 0.3rem;
  aspect-ratio: 1;
  position: absolute;
  top: calc(50% - 0.15rem);
  right: 0.2rem;
  background: rgba(245, 213, 212, 0.3) 50% 50% no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 0.01rem 0.09rem, 0.09rem 0.01rem;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .main .story .nav .btn::after {
    right: 0.1rem;
  }
}
.main .story .nav .btn.active {
  background: #e19290;
}
.main .story .nav .btn.active::after {
  background-image: linear-gradient(#fff, #fff);
  background-size: 0.09rem 0.01rem;
}
.main .story .nav .btn.off {
  pointer-events: none;
}
.main .story .nav .btn.off .num {
  width: 1.2rem;
}
@media screen and (max-width: 750px) {
  .main .story .nav .btn.off .num {
    width: auto;
  }
}
.main .story .nav .btn.off .name {
  padding: 0 0 0 0.26rem;
}
@media screen and (max-width: 750px) {
  .main .story .nav .btn.off .name {
    padding: 0;
  }
}
.main .story .nav .btn.off::after {
  content: none;
}
.main .story .tab {
  display: grid;
  grid-template-rows: 0fr;
  grid-template-columns: auto;
  width: 12.8rem;
  margin: 0 auto;
  position: relative;
  transition: grid-template-rows 0.8s;
  transition: grid-template-rows 0.8s, -ms-grid-rows 0.8s;
}
@media screen and (max-width: 750px) {
  .main .story .tab {
    width: auto;
    margin: 0 -0.4rem;
  }
}
.main .story .tab.active {
  grid-template-rows: 1fr;
}
.main .story .tab .inner {
  grid-area: 1/1;
  position: relative;
  background: 50% 50% no-repeat;
  background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
  background-size: 100% calc(100% - 0.6rem), calc(100% - 0.6rem) 100%;
  filter: drop-shadow(0 0 0.57rem rgba(242, 225, 223, 0.8));
  overflow: hidden;
}
.main .story .tab .catch {
  display: grid;
  place-items: center;
  height: 1.9rem;
  position: relative;
  background-image: linear-gradient(#e39795, #e39795), linear-gradient(#e39795, #e39795);
  background-position: 50% 50%, 50% 100%;
  background-size: calc(100% - 0.6rem) 100%, 100% calc(100% - 0.3rem);
  background-repeat: no-repeat;
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.5rem;
  text-align: center;
  box-shadow: 0.11rem 0.16rem 0.29rem 0.01rem rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 750px) {
  .main .story .tab .catch {
    height: auto;
    padding: 0.4rem 0;
    font-size: 0.32rem;
    line-height: 1.5;
  }
}
.main .story .tab .catch::before {
  content: "";
  display: block;
  height: 1.8rem;
  margin: 0;
  position: absolute;
  bottom: -0.6rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .catch::before {
    left: auto;
    right: 0;
    bottom: -1.3rem;
    z-index: 5;
  }
}
.main .story .tab .catch::after {
  content: none;
}
.main .story .tab--01 .catch::before {
  background: url(../imgs/ill01.svg) 0 0/contain no-repeat;
  left: 1.74rem;
  width: 1.8rem;
}
.main .story .tab--02 .catch::before {
  background: url(../imgs/ill19.png) 0 0/contain no-repeat;
  left: 0.74rem;
  width: 2.49rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab--02 .catch::before {
    left: auto;
    right: 0;
  }
}
.main .story .tab .weekdays,
.main .story .tab .holiday {
  position: relative;
  background: linear-gradient(#ede8e8, #ede8e8) 50% 0/0.01rem 100% no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays,
.main .story .tab .holiday {
    background: none;
  }
}
.main .story .tab .weekdays .day,
.main .story .tab .holiday .day {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .day,
.main .story .tab .holiday .day {
    position: static;
  }
}
.main .story .tab .weekdays .item,
.main .story .tab .holiday .item {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item,
.main .story .tab .holiday .item {
    display: block;
  }
}
.main .story .tab .weekdays .item .text,
.main .story .tab .weekdays .item .image,
.main .story .tab .holiday .item .text,
.main .story .tab .holiday .item .image {
  width: 4.2rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item .text,
.main .story .tab .weekdays .item .image,
.main .story .tab .holiday .item .text,
.main .story .tab .holiday .item .image {
    width: auto;
  }
}
.main .story .tab .weekdays .item .text,
.main .story .tab .holiday .item .text {
  align-self: flex-end;
}
.main .story .tab .weekdays .item .text .time,
.main .story .tab .holiday .item .text .time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1px;
}
.main .story .tab .weekdays .item .text .time img,
.main .story .tab .holiday .item .text .time img {
  width: auto;
  height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item .text .time img,
.main .story .tab .holiday .item .text .time img {
    height: 0.5rem;
  }
}
.main .story .tab .weekdays .item .text .time::after,
.main .story .tab .holiday .item .text .time::after {
  content: "";
  display: block;
  width: 0.09rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0.08rem;
  background: #ccbfbe;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item .text .time::after,
.main .story .tab .holiday .item .text .time::after {
    content: none;
  }
}
.main .story .tab .weekdays .item .text p,
.main .story .tab .holiday .item .text p {
  padding: 0.28rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item .text p,
.main .story .tab .holiday .item .text p {
    padding: 0.4rem 0 0;
  }
}
.main .story .tab .weekdays .item .text p small,
.main .story .tab .holiday .item .text p small {
  display: block;
  margin-top: 0.1rem;
  font-size: 70%;
  line-height: 1.6;
}
.main .story .tab .weekdays .item figure.facility .holder,
.main .story .tab .holiday .item figure.facility .holder {
  position: relative;
}
.main .story .tab .weekdays .item figure.facility .holder figcaption,
.main .story .tab .holiday .item figure.facility .holder figcaption {
  padding: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
.main .story .tab .weekdays .item figure.facility .holder figcaption.white,
.main .story .tab .holiday .item figure.facility .holder figcaption.white {
  color: #fff;
}
.main .story .tab .weekdays .item figure.facility .holder figcaption.left,
.main .story .tab .holiday .item figure.facility .holder figcaption.left {
  right: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item figure.facility .holder figcaption,
.main .story .tab .holiday .item figure.facility .holder figcaption {
    font-size: 0.18rem;
  }
}
.main .story .tab .weekdays .item figure.facility > figcaption,
.main .story .tab .holiday .item figure.facility > figcaption {
  padding: 0.18rem 0 0;
  line-height: 1;
}
.main .story .tab .weekdays .item figure.facility > figcaption .name,
.main .story .tab .holiday .item figure.facility > figcaption .name {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item figure.facility > figcaption .name,
.main .story .tab .holiday .item figure.facility > figcaption .name {
    font-size: 0.28rem;
  }
}
.main .story .tab .weekdays .item figure.facility > figcaption .time,
.main .story .tab .holiday .item figure.facility > figcaption .time {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item figure.facility > figcaption .time,
.main .story .tab .holiday .item figure.facility > figcaption .time {
    font-size: 0.18rem;
  }
}
.main .story .tab .weekdays .item figure.round,
.main .story .tab .holiday .item figure.round {
  width: 1.8rem;
  position: absolute;
}
.main .story .tab .weekdays .item figure.round img,
.main .story .tab .holiday .item figure.round img {
  border-radius: 50%;
}
.main .story .tab .weekdays .item figure.round figcaption,
.main .story .tab .holiday .item figure.round figcaption {
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item figure.round figcaption,
.main .story .tab .holiday .item figure.round figcaption {
    font-size: 0.18rem;
  }
}
.main .story .tab .weekdays {
  padding: 0.92rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays {
    padding: 0.8rem 0.4rem 0;
  }
}
.main .story .tab .weekdays .day {
  width: 3.79rem;
  top: 0.94rem;
  left: 2.27rem;
}
.main .story .tab .weekdays .item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.main .story .tab .weekdays .item:nth-of-type(odd) .text .time::after {
  left: -0.37rem;
}
.main .story .tab .weekdays .item:nth-of-type(even) .text .time {
  margin: 0 0 0 auto;
}
.main .story .tab .weekdays .item:nth-of-type(even) .text .time::after {
  right: -0.37rem;
}
.main .story .tab .weekdays .item:nth-of-type(even) .text p {
  text-align: right;
}
.main .story .tab .weekdays .item--01 {
  background: url(../imgs/ill02.svg) 0.83rem 1.55rem/2rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--01 {
    margin: 0.4rem 0 0;
    background-position: 0 0;
  }
}
.main .story .tab .weekdays .item--01 .text {
  padding-bottom: 2.56rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--01 .text {
    padding-bottom: 0;
  }
}
.main .story .tab .weekdays .item--01 .text p {
  padding-top: 0.74rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--01 .text p {
    padding-top: 0.4rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--01 .image {
    margin: 0.6rem 0 0;
  }
}
.main .story .tab .weekdays .item--01 .image--02 {
  width: 2.9rem;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--01 .image--02 > figcaption {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
  }
}
.main .story .tab .weekdays .item--02 {
  background: url(../imgs/ill03.svg) calc(100% - 1.45rem) 0.14rem/1rem auto no-repeat;
  padding: 0.4rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--02 {
    margin: 0.6rem 0 0;
    padding: 0;
    background-position: 100% 0;
  }
}
.main .story .tab .weekdays .item--02 .text {
  padding-bottom: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--02 .text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--02 .image {
    margin: 0.6rem 0 0;
  }
}
.main .story .tab .weekdays .item--03 {
  padding: 0.15rem 0 0;
  background: url(../imgs/ill04.svg) 0.98rem 0.72rem/1.97rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--03 {
    margin: 0.6rem 0 0;
    padding: 0;
    background-position: 0 0.4rem;
  }
}
.main .story .tab .weekdays .item--03 .image {
  position: relative;
  padding: 0 0 0.9rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--03 .image {
    margin: 0.6rem 0 0;
    padding: 0 0 0.6rem;
  }
}
.main .story .tab .weekdays .item--03 .image--01 figcaption {
  text-align: right;
}
.main .story .tab .weekdays .item--03 .image--02.round {
  position: absolute;
  bottom: 0;
  left: -0.47rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--03 .image--02.round {
    left: -0.4rem;
  }
}
.main .story .tab .weekdays .item--03 .image--02.round figcaption {
  bottom: 0;
  left: 1.4rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--03 .image--02.round figcaption {
    left: 1.6rem;
  }
}
.main .story .tab .weekdays .item--04 {
  padding: 0.64rem 0 0;
  background: url(../imgs/ill05.svg) calc(100% - 1.53rem) 1.05rem/2.18rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--04 {
    margin: 0.6rem 0 0;
    padding: 0;
    background-position: 100% 0;
  }
}
.main .story .tab .weekdays .item--04 .text {
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--04 .text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--04 .image {
    margin: 0.6rem 0 0;
  }
}
.main .story .tab .weekdays .item--05 {
  padding: 0.5rem 0 0;
  background: url(../imgs/ill06.svg) 1.31rem 0.99rem/2.56rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--05 {
    margin: 0.6rem 0 0;
    padding: 0;
    background-position: 0 0;
  }
}
.main .story .tab .weekdays .item--05 .text {
  padding-bottom: 0.48rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--05 .text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--05 .image {
    width: 2.8rem;
    margin: 0.6rem auto 0;
  }
}
.main .story .tab .weekdays .item--05 .image .holder {
  width: 2.8rem;
  position: relative;
}
.main .story .tab .weekdays .item--06 {
  padding: 0.5rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--06 {
    margin: 0.6rem 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .weekdays .item--06 .image {
    width: 4rem;
    margin: 0.4rem auto 0;
  }
}
.main .story .tab .holiday {
  padding: 2.06rem 0 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday {
    padding: 1rem 0.4rem;
  }
}
.main .story .tab .holiday .day {
  width: 3.23rem;
  top: 0.72rem;
  right: 2.81rem;
}
.main .story .tab .holiday .item:nth-of-type(odd) .text .time {
  margin: 0 0 0 auto;
}
.main .story .tab .holiday .item:nth-of-type(odd) .text .time::after {
  right: -0.37rem;
}
.main .story .tab .holiday .item:nth-of-type(odd) .text p {
  text-align: right;
}
.main .story .tab .holiday .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.main .story .tab .holiday .item:nth-of-type(even) .text .time::after {
  left: -0.37rem;
}
.main .story .tab .holiday .item--01 {
  background: url(../imgs/ill07.svg) calc(100% - 1.62rem) 0.88rem/1.16rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--01 {
    margin: 0.4rem 0 0;
    background-position: 100% 0;
  }
}
.main .story .tab .holiday .item--01 .text {
  padding-bottom: 1.02rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--01 .text {
    padding-bottom: 0;
  }
}
.main .story .tab .holiday .item--01 .image {
  position: relative;
  padding-bottom: 0.87rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--01 .image {
    margin: 0.6rem 0 0;
    padding-bottom: 0.4rem;
  }
}
.main .story .tab .holiday .item--01 .image--02 {
  bottom: 0;
  right: -0.45rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--01 .image--02 {
    right: -0.4rem;
  }
}
.main .story .tab .holiday .item--01 .image--02 img {
  border-radius: 50%;
}
.main .story .tab .holiday .item--01 .image--02 figcaption {
  bottom: 0;
  right: 1.36rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--01 .image--02 figcaption {
    right: 1.4rem;
  }
}
.main .story .tab .holiday .item--02 {
  padding: 0.35rem 0 0;
  background: url(../imgs/ill08.svg) 1.84rem 1.04rem/2.09rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--02 {
    margin: 0.6rem 0 0;
    padding: 0;
    background-position: 0 0;
  }
}
.main .story .tab .holiday .item--02 .text {
  padding-bottom: 0.32rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--02 .text {
    padding-bottom: 0;
  }
}
.main .story .tab .holiday .item--02 .image {
  position: relative;
  padding: 0 0 0.72rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--02 .image {
    margin: 0.6rem 0 0;
    padding: 0 0 0.4rem;
  }
}
.main .story .tab .holiday .item--02 .image--01 figcaption {
  text-align: right;
}
.main .story .tab .holiday .item--02 .image--02.round {
  position: absolute;
  bottom: 0;
  left: -0.47rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--02 .image--02.round {
    left: -0.4rem;
  }
}
.main .story .tab .holiday .item--02 .image--02.round figcaption {
  bottom: 0;
  left: 1.42rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--02 .image--02.round figcaption {
    left: 1.6rem;
  }
}
.main .story .tab .holiday .item--03 {
  padding: 0.5rem 0 0;
  background: url(../imgs/ill09.svg) calc(100% - 0.94rem) 0.08rem/1.78rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--03 {
    padding: 0.6rem 0 0;
    background-position: 100% 0;
    background-size: 1.6rem auto;
  }
}
.main .story .tab .holiday .item--03 .text {
  position: relative;
}
.main .story .tab .holiday .item--03 .text > .image {
  position: absolute;
  bottom: 0;
  right: 0.4rem;
  transform: translateX(100%);
  width: 2rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--03 .text > .image {
    position: static;
    transform: none;
    width: 100%;
  }
}
.main .story .tab .holiday .item--03 .text > .image figcaption {
  padding: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  line-height: 1;
  color: #fff;
}
.main .story .tab .holiday .item--03 .image {
  padding-bottom: 0.1rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--03 .image {
    margin: 0.6rem 0 0;
    padding-bottom: 0;
  }
}
.main .story .tab .holiday .item--04 {
  padding: 0.62rem 0 0;
  background: url(../imgs/ill10.svg) 1.82rem 0.52rem/2.3rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--04 {
    margin: 0.6rem 0 0;
    padding: 0;
    background-position: 0 0;
  }
}
.main .story .tab .holiday .item--04 .text {
  padding-bottom: 1.36rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--04 .text {
    padding-bottom: 0;
  }
}
.main .story .tab .holiday .item--04 .image {
  position: relative;
  padding: 0 0 0.58rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--04 .image {
    margin: 0.6rem 0 0;
    padding: 0 0 0.4rem;
  }
}
.main .story .tab .holiday .item--04 .image--01 figcaption {
  display: flex;
  flex-direction: column;
  gap: 0.12rem;
  text-align: right;
}
.main .story .tab .holiday .item--04 .image--02.round {
  position: absolute;
  bottom: 0;
  left: -0.47rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--04 .image--02.round {
    left: -0.4rem;
  }
}
.main .story .tab .holiday .item--04 .image--02.round figcaption {
  bottom: 0;
  right: 1.36rem;
  white-space: nowrap;
}
@media screen and (max-width: 750px) {
  .main .story .tab .holiday .item--04 .image--02.round figcaption {
    right: auto;
    left: 1.6rem;
  }
}
.main .story .tab .bicycle,
.main .story .tab .train,
.main .story .tab .car {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle,
.main .story .tab .train,
.main .story .tab .car {
    background: none;
  }
}
.main .story .tab .bicycle .day,
.main .story .tab .train .day,
.main .story .tab .car .day {
  position: absolute;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .day,
.main .story .tab .train .day,
.main .story .tab .car .day {
    position: static;
  }
}
.main .story .tab .bicycle .item,
.main .story .tab .train .item,
.main .story .tab .car .item {
  display: flex;
  justify-content: center;
  gap: 0.65rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item,
.main .story .tab .train .item,
.main .story .tab .car .item {
    display: block;
  }
}
.main .story .tab .bicycle .item + .item,
.main .story .tab .train .item + .item,
.main .story .tab .car .item + .item {
  margin-top: 0.8rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item .text,
.main .story .tab .train .item .text,
.main .story .tab .car .item .text {
    width: auto;
  }
}
.main .story .tab .bicycle .item:not(.memo) .image,
.main .story .tab .train .item:not(.memo) .image,
.main .story .tab .car .item:not(.memo) .image {
  position: relative;
}
.main .story .tab .bicycle .item .image,
.main .story .tab .train .item .image,
.main .story .tab .car .item .image {
  width: 4.2rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item .image,
.main .story .tab .train .item .image,
.main .story .tab .car .item .image {
    width: auto;
  }
}
.main .story .tab .bicycle .item .image img,
.main .story .tab .train .item .image img,
.main .story .tab .car .item .image img {
  width: 100%;
}
.main .story .tab .bicycle .item .image figcaption:not([class]),
.main .story .tab .train .item .image figcaption:not([class]),
.main .story .tab .car .item .image figcaption:not([class]) {
  margin-top: 0.1rem;
  line-height: 1.3;
}
.main .story .tab .bicycle .item .image .spot,
.main .story .tab .train .item .image .spot,
.main .story .tab .car .item .image .spot {
  position: absolute;
  top: 100%;
  left: 0;
  line-height: 1.3;
  margin-top: 0.1rem;
  width: 100%;
}
.main .story .tab .bicycle .item .image .name,
.main .story .tab .train .item .image .name,
.main .story .tab .car .item .image .name {
  display: inline-block;
}
.main .story .tab .bicycle .item .image .time,
.main .story .tab .train .item .image .time,
.main .story .tab .car .item .image .time {
  display: inline-block;
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item .image .time,
.main .story .tab .train .item .image .time,
.main .story .tab .car .item .image .time {
    font-size: 0.16rem;
  }
}
.main .story .tab .bicycle .item .text,
.main .story .tab .train .item .text,
.main .story .tab .car .item .text {
  align-self: center;
}
.main .story .tab .bicycle .item .text .time,
.main .story .tab .train .item .text .time,
.main .story .tab .car .item .text .time {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  line-height: 1px;
}
.main .story .tab .bicycle .item .text .time img,
.main .story .tab .train .item .text .time img,
.main .story .tab .car .item .text .time img {
  width: auto;
  height: 0.25rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item .text .time img,
.main .story .tab .train .item .text .time img,
.main .story .tab .car .item .text .time img {
    height: 0.5rem;
  }
}
.main .story .tab .bicycle .item .text .time::after,
.main .story .tab .train .item .text .time::after,
.main .story .tab .car .item .text .time::after {
  content: "";
  display: block;
  width: 0.09rem;
  aspect-ratio: 1;
  position: absolute;
  top: 0.08rem;
  background: #ccbfbe;
  border-radius: 50%;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item .text .time::after,
.main .story .tab .train .item .text .time::after,
.main .story .tab .car .item .text .time::after {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item .text p,
.main .story .tab .train .item .text p,
.main .story .tab .car .item .text p {
    font-size: 0.27rem;
  }
}
.main .story .tab .bicycle .item .text p small,
.main .story .tab .train .item .text p small,
.main .story .tab .car .item .text p small {
  display: block;
  margin-top: 0.1rem;
  font-size: 70%;
  line-height: 1.6;
}
.main .story .tab .bicycle .item.memo,
.main .story .tab .train .item.memo,
.main .story .tab .car .item.memo {
  position: relative;
  border: 1px solid;
  width: 11rem;
  margin: 0.9rem auto 0;
  padding: 0.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item.memo,
.main .story .tab .train .item.memo,
.main .story .tab .car .item.memo {
    margin-top: 1rem;
    width: 100%;
    padding: 0.6rem 0.4rem;
    box-sizing: border-box;
  }
}
.main .story .tab .bicycle .item.memo:before,
.main .story .tab .train .item.memo:before,
.main .story .tab .car .item.memo:before {
  content: "MEMO";
  background: #594847;
  color: #fff;
  font-family: "Forum", serif;
  font-size: 0.24rem;
  padding: 0.03rem 0.2rem 0.02rem;
  position: absolute;
  top: -0.18rem;
  left: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item.memo:before,
.main .story .tab .train .item.memo:before,
.main .story .tab .car .item.memo:before {
    font-size: 0.3rem;
    top: -0.26rem;
  }
}
.main .story .tab .bicycle .item figure.facility .holder,
.main .story .tab .train .item figure.facility .holder,
.main .story .tab .car .item figure.facility .holder {
  position: relative;
}
.main .story .tab .bicycle .item figure.facility .holder figcaption,
.main .story .tab .train .item figure.facility .holder figcaption,
.main .story .tab .car .item figure.facility .holder figcaption {
  padding: 0.1rem;
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
.main .story .tab .bicycle .item figure.facility .holder figcaption.white,
.main .story .tab .train .item figure.facility .holder figcaption.white,
.main .story .tab .car .item figure.facility .holder figcaption.white {
  color: #fff;
}
.main .story .tab .bicycle .item figure.facility .holder figcaption.left,
.main .story .tab .train .item figure.facility .holder figcaption.left,
.main .story .tab .car .item figure.facility .holder figcaption.left {
  right: 0;
  left: 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item figure.facility .holder figcaption,
.main .story .tab .train .item figure.facility .holder figcaption,
.main .story .tab .car .item figure.facility .holder figcaption {
    font-size: 0.18rem;
  }
}
.main .story .tab .bicycle .item figure.facility > figcaption,
.main .story .tab .train .item figure.facility > figcaption,
.main .story .tab .car .item figure.facility > figcaption {
  padding: 0.18rem 0 0;
  line-height: 1;
}
.main .story .tab .bicycle .item figure.facility > figcaption .name,
.main .story .tab .train .item figure.facility > figcaption .name,
.main .story .tab .car .item figure.facility > figcaption .name {
  font-size: 0.18rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item figure.facility > figcaption .name,
.main .story .tab .train .item figure.facility > figcaption .name,
.main .story .tab .car .item figure.facility > figcaption .name {
    font-size: 0.28rem;
  }
}
.main .story .tab .bicycle .item figure.facility > figcaption .time,
.main .story .tab .train .item figure.facility > figcaption .time,
.main .story .tab .car .item figure.facility > figcaption .time {
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item figure.facility > figcaption .time,
.main .story .tab .train .item figure.facility > figcaption .time,
.main .story .tab .car .item figure.facility > figcaption .time {
    font-size: 0.18rem;
  }
}
.main .story .tab .bicycle .item figure.round,
.main .story .tab .train .item figure.round,
.main .story .tab .car .item figure.round {
  width: 1.8rem;
  position: absolute;
}
.main .story .tab .bicycle .item figure.round img,
.main .story .tab .train .item figure.round img,
.main .story .tab .car .item figure.round img {
  border-radius: 50%;
}
.main .story .tab .bicycle .item figure.round figcaption,
.main .story .tab .train .item figure.round figcaption,
.main .story .tab .car .item figure.round figcaption {
  position: absolute;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-size: 0.12rem;
  letter-spacing: 0.025em;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item figure.round figcaption,
.main .story .tab .train .item figure.round figcaption,
.main .story .tab .car .item figure.round figcaption {
    font-size: 0.18rem;
  }
}
.main .story .tab .bicycle {
  padding: 1.5rem 0 1rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle {
    padding: 0.3rem 0.4rem 0;
  }
}
.main .story .tab .bicycle .day {
  width: 3.79rem;
  top: 0;
  left: 2rem;
}
.main .story .tab .bicycle .item--01 {
  background: url(../imgs/ill11.png) 1rem bottom/3.26rem auto no-repeat;
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--01 {
    padding-bottom: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--01 {
    background-position: right top;
    background-size: 24vw auto;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--01 .text {
    padding-top: 0.6rem;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--01 .text p {
    text-align: right;
  }
}
.main .story .tab .bicycle .item--01 .time {
  margin: 0 0 0 auto;
}
.main .story .tab .bicycle .item--01 .time::after {
  right: -0.37rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--01 .image {
    margin: 0.6rem 0 0;
  }
}
.main .story .tab .bicycle .item--01 .image--02 {
  width: 2.9rem;
  margin: 0.2rem 0 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--01 .image--02 > figcaption {
    display: flex;
    flex-direction: column;
    gap: 0.12rem;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--02.memo {
    padding: 0.5rem 0.8rem;
    margin-top: 0.3rem;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--02.memo .text {
    width: 100%;
  }
}
.main .story .tab .bicycle .item--03 {
  background: url(../imgs/ill12.png) calc(100% - 0.5rem) 0/1.94rem auto no-repeat;
  flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--03 {
    padding: 5vw 0 0;
    background-position: 0.4rem 0;
    background-size: 23vw auto;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--03 .text {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--03 .text p {
    letter-spacing: 0.005em;
    padding-top: 0;
    text-align: right;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--03 .image {
    width: 2.9rem;
    height: 1.93rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--03 .image {
    margin: 0.6rem 0 0;
  }
}
.main .story .tab .bicycle .item--04.memo {
  background: url(../imgs/ill13.png) 0.4rem bottom/2.33rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--04.memo {
    background-position: calc(100% - 0.4rem) 0.6rem;
    background-size: 27vw auto;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--04.memo .text {
    width: 5.5rem;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--04.memo .text p {
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--04.memo .text p {
    font-size: 0.24rem;
    line-height: 2;
  }
}
.main .story .tab .bicycle .item--04.memo .image {
  position: relative;
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--04.memo .image {
    width: 2.9rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--04.memo .image {
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--04.memo .image img {
    width: 100%;
    height: auto;
  }
}
.main .story .tab .bicycle .item--04.memo .image--01 {
  margin-bottom: 0.35rem;
}
@media screen and (min-width: 751px) {
  .main .story .tab .bicycle .item--04.memo .image--01 .spot {
    text-align: right;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .bicycle .item--04.memo .image--01 .spot {
    font-size: 0.24rem;
  }
}
.main .story .tab .train {
  padding: 0 0 1rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train {
    padding: 1rem 0.4rem 0;
  }
}
.main .story .tab .train .day {
  width: 3.23rem;
  top: -0.2rem;
  right: 3rem;
}
.main .story .tab .train .item:nth-of-type(odd) .text .time {
  margin: 0 0 0 auto;
}
.main .story .tab .train .item:nth-of-type(odd) .text .time::after {
  right: -0.37rem;
}
@media screen and (min-width: 751px) {
  .main .story .tab .train .item:nth-of-type(odd) .text p {
    text-align: right;
  }
}
.main .story .tab .train .item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.main .story .tab .train .item:nth-of-type(even) .text .time::after {
  left: -0.37rem;
}
.main .story .tab .train .item--01 {
  background: url(../imgs/ill14.png) calc(100% - 0.62rem) bottom/2.7rem auto no-repeat;
  align-items: center;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 {
    padding: 0.4rem 0 0;
    background-position: right 0.3rem;
    background-size: 24vw auto;
  }
}
.main .story .tab .train .item--01 .text {
  align-self: inherit;
}
@media screen and (min-width: 751px) {
  .main .story .tab .train .item--01 .text {
    width: 5.5rem;
    padding-left: 1rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 .text {
    padding-bottom: 0;
  }
}
.main .story .tab .train .item--01 .text p {
  padding: 0 0 0.5rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 .text p {
    padding: 0;
  }
}
.main .story .tab .train .item--01 .images {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 .images {
    margin: 0.6rem 0 0;
  }
}
.main .story .tab .train .item--01 .images::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../imgs/sakura03.png);
  width: 3.38rem;
  height: 3.4rem;
  top: -2rem;
  left: -1.3rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 .images::before {
    top: auto;
    left: -2vw;
    bottom: -0.1rem;
    left: auto;
    width: 25vw;
    height: 25vw;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 .image img {
    width: 100%;
  }
}
.main .story .tab .train .item--01 .image.--02 {
  margin-top: 0.3rem;
  margin-left: 1rem;
  margin-right: -1rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 .image.--02 {
    margin-right: 0;
  }
}
.main .story .tab .train .item--01 .image .spot {
  text-align: right;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--01 .image .spot {
    margin-right: 0;
  }
}
.main .story .tab .train .item--02 {
  background: url(../imgs/ill15.png) 0.7rem top/1.3rem auto no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--02 {
    padding: 0.6rem 0 0;
    background-position: 0.4rem top;
    background-size: 30vw auto;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .train .item--02 .text {
    width: 5rem;
  }
}
.main .story .tab .train .item--02 .text p {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--02 .text p {
    text-align: right;
  }
}
.main .story .tab .train .item--02 .image {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--02 .image {
    margin: 0.6rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--02 .image img {
    width: 62%;
    display: block;
    margin-left: auto;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--02 .image .spot {
    text-align: right;
  }
}
.main .story .tab .train .item--03.memo {
  align-items: center;
}
.main .story .tab .train .item--03.memo:before {
  left: auto;
  right: 0.3rem;
}
.main .story .tab .train .item--03.memo .text {
  position: relative;
  align-self: inherit;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--03.memo .text p {
    font-size: 0.24rem;
    line-height: 2;
  }
}
.main .story .tab .train .item--03.memo .image {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--03.memo .image {
    margin: 0.6rem 0 0.35rem;
  }
}
.main .story .tab .train .item--03.memo .image::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  background-image: url(../imgs/sakura04.png);
  width: 1.53rem;
  height: 1.28rem;
  top: -0.5rem;
  right: -1.5rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--03.memo .image::before {
    top: auto;
    bottom: -7vw;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--03.memo .image img {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .train .item--03.memo .image figcaption {
    font-size: 0.24rem;
  }
}
.main .story .tab .car {
  padding: 1.5rem 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .car {
    padding: 0.8rem 0.4rem 1.2rem;
  }
}
.main .story .tab .car .day {
  width: 1.86rem;
  top: 0;
  left: 3rem;
}
.main .story .tab .car .item:nth-of-type(odd) {
  flex-direction: row-reverse;
}
.main .story .tab .car .item:nth-of-type(odd) .text .time::after {
  left: -0.37rem;
}
.main .story .tab .car .item:nth-of-type(even) .text .time {
  margin: 0 0 0 auto;
}
.main .story .tab .car .item:nth-of-type(even) .text .time::after {
  right: -0.37rem;
}
@media screen and (min-width: 751px) {
  .main .story .tab .car .item:nth-of-type(even) .text p {
    text-align: right;
  }
}
.main .story .tab .car .item--01 {
  background: url(../imgs/ill16.png) 1rem bottom/2rem auto no-repeat;
  padding-bottom: 1rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--01 {
    background-position: calc(100% - 0.4rem) top;
    background-size: 22vw auto;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .car .item--01 .text {
    width: 5rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--01 .text {
    padding: 0.5rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--01 .image {
    margin: 0.6rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--01 .image img {
    width: 100%;
  }
}
.main .story .tab .car .item--02 {
  background: url(../imgs/ill17.png) calc(100% - 0.62rem) bottom/2rem auto no-repeat;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--02 {
    margin: 0;
    background-position: right 0.05rem;
    background-size: 25vw auto;
    margin-top: 1.4rem !important;
  }
}
.main .story .tab .car .item--02 .text {
  align-self: inherit;
}
.main .story .tab .car .item--02 .text p {
  padding-top: 0;
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--02 .image {
    margin: 0.6rem 0 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--02 .image img {
    width: 100%;
  }
}
.main .story .tab .car .item--03 {
  padding-bottom: 1rem;
  background: url(../imgs/ill18.png) 0.5rem 1.5rem/2rem auto no-repeat;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--03 {
    margin-top: 1.2rem !important;
    padding: 0;
    background-position: right 0;
    background-size: 18vw auto;
  }
}
.main .story .tab .car .item--03 .text {
  align-self: inherit;
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--03 .text p {
    padding: 0;
  }
}
.main .story .tab .car .item--03 .image {
  position: relative;
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--03 .image {
    margin: 0.6rem 0 0;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--03 .image img {
    width: 100%;
  }
}
@media screen and (min-width: 751px) {
  .main .story .tab .car .item--04.memo {
    margin-top: 0.5rem;
  }
}
@media screen and (max-width: 750px) {
  .main .story .tab .car .item--04.memo .image {
    margin: 0.6rem 0 0;
  }
}
.main .story .tab .append {
  padding: 1rem 0.4rem 0.4rem;
}
.main .story .tab .append .voice {
  display: flex;
  position: relative;
  padding: 0.52rem 0.5rem 0.54rem 0.48rem;
  background: #f8e8e8;
  -webkit-clip-path: polygon(-0.06rem -0.06rem, 100% -0.06rem, 100% calc(100% - 0.2rem), calc(100% - 0.2rem) 100%, 0.2rem 100%, 0 calc(100% - 0.2rem), -0.06rem calc(100% - 0.2rem));
          clip-path: polygon(-0.06rem -0.06rem, 100% -0.06rem, 100% calc(100% - 0.2rem), calc(100% - 0.2rem) 100%, 0.2rem 100%, 0 calc(100% - 0.2rem), -0.06rem calc(100% - 0.2rem));
}
@media screen and (max-width: 750px) {
  .main .story .tab .append .voice {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 3.72rem;
    gap: 0.4rem 0;
    padding: 0.4rem;
  }
}
.main .story .tab .append .voice .cttl {
  width: 1.9rem;
  position: absolute;
  top: -0.06rem;
  left: -0.06rem;
}
.main .story .tab .append .voice .image {
  width: 2.08rem;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .main .story .tab .append .voice .image {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: center;
    width: auto;
  }
}
.main .story .tab .append .voice .image img {
  width: 1.4rem;
}
.main .story .tab .append .voice .image figcaption {
  padding: 0.2rem 0 0;
  font-size: 0.15rem;
  line-height: 0.2rem;
}
.main .story .tab .append .voice .balloon {
  box-sizing: border-box;
  width: 3.72rem;
  height: 1.96rem;
  padding: 0.4rem 0 0 0.48rem;
  background: url(../imgs/blt03.png) 0 0/contain no-repeat;
}
@media screen and (max-width: 750px) {
  .main .story .tab .append .voice .balloon {
    grid-row: 1/2;
    grid-column: 2/3;
  }
}
.main .story .tab .append .voice .balloon .text {
  font-size: 0.2rem;
  line-height: 0.36rem;
  white-space: nowrap;
}
.main .story .tab .append .voice p {
  align-self: center;
  width: 4.7rem;
  margin-left: auto;
  font-size: 0.16rem;
  line-height: 0.3rem;
}
@media screen and (max-width: 750px) {
  .main .story .tab .append .voice p {
    grid-row: 2/3;
    grid-column: 1/3;
    width: auto;
    font-size: 0.24rem;
    line-height: 1.5;
  }
}
.main .story .tab--02 .append {
  padding-bottom: 0.9rem;
}
.main .story .tab .bg {
  width: 0.3rem;
  aspect-ratio: 1;
  position: absolute;
  overflow: hidden;
}
.main .story .tab .bg::before {
  content: "";
  display: block;
  width: 200%;
  aspect-ratio: 1;
  position: absolute;
  border-radius: 50%;
}
.main .story .tab .bg--01 {
  top: 0;
  left: 0;
}
.main .story .tab .bg--01::before {
  top: -100%;
  left: -100%;
  box-shadow: 0 0 0 0.3rem #e39795;
}
.main .story .tab .bg--02 {
  top: 0;
  right: 0;
}
.main .story .tab .bg--02::before {
  top: -100%;
  right: -100%;
  box-shadow: 0 0 0 0.3rem #e39795;
}
.main .story .tab .bg--03 {
  bottom: 0;
  right: 0;
}
.main .story .tab .bg--03::before {
  bottom: -100%;
  right: -100%;
  box-shadow: 0 0 0 0.3rem #fff;
}
.main .story .tab .bg--04 {
  bottom: 0;
  left: 0;
}
.main .story .tab .bg--04::before {
  bottom: -100%;
  left: -100%;
  box-shadow: 0 0 0 0.3rem #fff;
}/*# sourceMappingURL=unique.css.map */