@charset "UTF-8";
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
body {
  background-color: #ffffff;
}

.l-main .anchor {
  padding-top: 8rem;
  margin-top: -8rem;
}
@media screen and (max-width: 767px) {
  .l-main .anchor {
    padding-top: 16vw;
    margin-top: -16vw;
  }
}
.l-main #access.anchor {
  padding-top: 16rem;
  margin-top: -16rem;
}
@media screen and (max-width: 767px) {
  .l-main #access.anchor {
    padding-top: 32vw;
    margin-top: -32vw;
  }
}
.l-main .p-mv {
  position: relative;
  padding-bottom: 15.3rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv {
    padding-bottom: 8vw;
  }
}
.l-main .p-mv__slider .slide {
  width: 100%;
  height: 80rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv__slider .slide {
    height: 130.6666666667vw;
  }
}
.l-main .p-mv__slider .slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-main .p-mv__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv__content {
    height: 130.6666666667vw;
  }
}
.l-main .p-mv__content-cnt {
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv__content-cnt {
    width: 90%;
    margin: auto;
  }
}
.l-main .p-mv__content .wave {
  position: absolute;
  bottom: -1px;
  width: 100%;
}
.l-main .p-mv__content .wave img {
  width: 100%;
  display: block;
}
.l-main .p-mv__deco .kamome {
  position: absolute;
  right: 0;
  top: 0;
  width: 60.2rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv__deco .kamome {
    top: 16vw;
    width: 66.6666666667vw;
  }
}
.l-main .p-mv__deco .sakana {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv__deco .sakana {
    width: 64.5333333333vw;
    bottom: -11.7333333333vw;
  }
}
.l-main .p-mv__deco .onlineshop {
  width: 19.3rem;
  position: absolute;
  right: 5rem;
  bottom: 19rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv__deco .onlineshop {
    width: 40vw;
  }
}
.l-main .p-mv__deco .onlineshop a, .l-main .p-mv__deco .onlineshop img {
  display: block;
  position: relative;
}
.l-main .p-mv__deco .onlineshop a {
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-mv__deco .onlineshop a:hover {
    opacity: 0.7;
  }
}
.l-main .p-mv__deco .onlineshop a::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/top/img_btn_onlineshop-bg.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-animation: rotate linear 20s infinite;
          animation: rotate linear 20s infinite;
}
@media screen and (max-width: 767px) {
  .l-main .p-mv__deco .onlineshop {
    right: 2.6666666667vw;
    bottom: -16vw;
  }
}
.l-main .p-intro__content {
  padding-top: 11.6rem;
  padding-bottom: 11.9rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__content {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
}
.l-main .p-intro__image .img1 {
  position: absolute;
  width: 59.2rem;
  right: -5.5rem;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__image .img1 {
    position: relative;
    width: 100%;
    right: auto;
    margin-bottom: 8vw;
  }
}
.l-main .p-intro__image .img2 {
  width: 30.4rem;
  position: absolute;
  left: -7rem;
  bottom: 11.9rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__image .img2 {
    width: 100%;
    position: relative;
    left: auto;
    bottom: auto;
  }
}
.l-main .p-intro__image .img3 {
  width: 42.7rem;
  position: absolute;
  right: -2.2rem;
  bottom: -7rem;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__image .img3 {
    width: 100%;
    position: relative;
    right: auto;
    bottom: auto;
  }
}
.l-main .p-intro__text1 {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.83;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__text1 {
    font-size: 5.3333333333vw;
  }
}
.l-main .p-intro__title {
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  margin-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__title {
    font-size: 9.3333333333vw;
    margin-top: 0.3em;
  }
}
.l-main .p-intro__text2 {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.22;
  letter-spacing: 0.15em;
  width: 54rem;
  max-width: 100%;
  margin: 9.9rem 0 auto 28.4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__text2 {
    width: 100%;
    margin: 6.6666666667vw auto;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.l-main .p-intro__btns {
  margin-left: 28.4rem;
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-intro__btns {
    margin: auto auto auto;
  }
}
.l-main .p-intro__btns .c-btn + .c-btn {
  margin-top: 1.5rem;
}
.l-main .p-intro__btns + .p-intro__image.sp {
  margin-top: 8vw;
}
.l-main .p-news {
  background-image: url(../images/top/bg_news.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  padding-top: 8rem;
  padding-bottom: 9.2rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main .p-news {
    padding-top: 16vw;
    padding-bottom: 16vw;
    background-size: 450% 100%;
  }
}
.l-main .p-news__title {
  width: 12.3rem;
  margin: auto auto auto;
}
.l-main .p-news__list {
  margin-top: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-news__list {
    margin-top: 8vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5.3333333333vw;
  }
}
.l-main .p-news__list .item {
  width: calc((100% - 3rem) / 3);
}
@media screen and (max-width: 767px) {
  .l-main .p-news__list .item {
    width: 100%;
  }
}
.l-main .p-news__list .item__inn {
  display: block;
}
.l-main .p-news__list .img {
  border-radius: 1.6rem;
  overflow: hidden;
  position: relative;
  padding-top: 56.1538461538%;
  width: 100%;
}
.l-main .p-news__list .img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.l-main .p-news__list .title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.67;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-news__list .title {
    font-size: 4.2666666667vw;
    margin-top: 0.8em;
  }
}
.l-main .p-news__list .date {
  color: #919191;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  margin-top: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-news__list .date {
    margin-top: 2.6666666667vw;
  }
}
.l-main .p-news .c-btn-sub {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-news .c-btn-sub {
    margin-top: 8vw;
  }
}
.l-main .p-slider {
  margin-top: -3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .p-slider {
    margin-top: -10.6666666667vw;
  }
}
.l-main .p-slider__wrapper {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-main .p-slider__slides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll-left 40s infinite linear 0.5s both;
          animation: scroll-left 40s infinite linear 0.5s both;
}
.l-main .p-slider__slides .slide {
  width: 45rem;
  height: 60rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-main .p-slider__slides .slide {
    width: 53.3333333333vw;
    height: 80vw;
  }
}
.l-main .p-slider__slides .slide img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@-webkit-keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.l-main .p-slider__btm {
  width: 100%;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.l-main .p-slider__btm img {
  display: block;
}
.l-main .p-howto {
  padding-top: 7rem;
  padding-bottom: 2.5rem;
  /* 各box　*/
}
@media screen and (max-width: 767px) {
  .l-main .p-howto {
    padding-top: 10.6666666667vw;
    -o-object-fit: 16vw;
       object-fit: 16vw;
  }
}
.l-main .p-howto__heading {
  padding-bottom: 4.4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__heading {
    padding-bottom: 8vw;
  }
}
.l-main .p-howto__heading .l-content-inner {
  width: 125.7rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__heading .l-content-inner {
    width: 100%;
  }
}
.l-main .p-howto__heading .title-wrap {
  position: relative;
}
.l-main .p-howto__heading .title-wrap .title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  padding-bottom: 3.6rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__heading .title-wrap .title {
    width: 80%;
    padding-bottom: 0;
  }
}
.l-main .p-howto__box {
  position: relative;
  width: 144rem;
  margin: auto;
  max-width: 100%;
  padding-bottom: 12rem;
}
@media screen and (max-width: 1440px) {
  .l-main .p-howto__box {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box {
    padding-bottom: 16vw;
  }
}
.l-main .p-howto__box::before {
  content: "";
  width: 78rem;
  height: 98rem;
  display: block;
  background-color: #FFF0F0;
  border-radius: 15rem 0 0 15rem;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box::before {
    width: 93.3333333333vw;
    height: 74.6666666667vw;
    border-radius: 8vw 0 0 8vw;
  }
}
.l-main .p-howto__box-col1 {
  position: relative;
}
.l-main .p-howto__box-col1 .l-content-inner {
  width: 144rem;
  max-width: 100%;
}
@media screen and (max-width: 1440px) {
  .l-main .p-howto__box-col1 .l-content-inner {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box-col1 .l-content-inner {
    padding: 0 0 0 5.3333333333vw;
  }
}
.l-main .p-howto__box-col1 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box-col1 .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.l-main .p-howto__box-col2 {
  position: relative;
  margin-top: 4rem;
}
.l-main .p-howto__box-col2 .img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box-col2 .img-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
  }
  .l-main .p-howto__box-col2 .img-list .img {
    width: calc((100% - 4vw) / 2);
  }
}
.l-main .p-howto__box-deco .img {
  position: absolute;
}
.l-main .p-howto__left {
  width: calc(100% - 90rem);
  padding-top: 10rem;
  padding-left: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__left {
    width: 100%;
    padding: 0 5.3333333333vw 0 0;
  }
}
.l-main .p-howto__title {
  width: 31rem;
  height: 31rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__title {
    margin-top: 8vw;
    width: 53.3333333333vw;
    height: 53.3333333333vw;
  }
}
.l-main .p-howto__title::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(../images/top/img_howto-circle_buy.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  letter-spacing: 0;
  -webkit-animation: rotate 20s linear infinite;
          animation: rotate 20s linear infinite;
}
.l-main .p-howto__title > div {
  position: relative;
}
.l-main .p-howto__title .icon {
  width: 5.5rem;
  margin: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__title .icon {
    width: 10.6666666667vw;
  }
}
.l-main .p-howto__title .icon img {
  width: 100%;
}
.l-main .p-howto__title .title__en {
  text-align: center;
  color: #FF8888;
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 0.15em;
}
.l-main .p-howto__title .title__jp {
  text-align: center;
  font-size: 6.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__title .title__jp {
    font-size: 10.6666666667vw;
  }
}
.l-main .p-howto__text {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__text {
    margin-top: 6.6666666667vw;
  }
}
.l-main .p-howto__check {
  border-radius: 0.5rem;
  background-color: #FF8888;
  padding: 0;
  width: 35rem;
  max-width: 100%;
  height: 6rem;
  margin: 3.8rem auto auto;
  position: relative;
  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;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__check {
    margin-top: 8vw;
  }
}
.l-main .p-howto__check .icon {
  width: 9.2rem;
  height: 7.9rem;
  background-image: url(../images/top/img_howto-check.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 0.2rem;
  top: -1.3rem;
}
.l-main .p-howto__check p {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__check p {
    font-size: 4.8vw;
  }
}
.l-main .p-howto__right {
  width: 90rem;
  max-width: 100%;
  padding-top: 6rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__right {
    width: 100%;
    padding-top: 8vw;
  }
}
.l-main .p-howto__right-title {
  text-align: right;
  padding-right: 6rem;
  color: #ffffff;
  font-size: 8rem;
  font-weight: 700;
  position: relative;
  line-height: 1;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__right-title {
    font-size: 13.3333333333vw;
    padding-right: 5.3333333333vw;
  }
}
.l-main .p-howto__right-img {
  margin-top: -4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__right-img {
    margin-top: -8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-howto__box.-buy .p-howto__check {
    padding-left: 8.5rem;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-buy .p-howto__check {
    padding-left: 17.3333333333vw;
  }
}
.l-main .p-howto__box.-food::before {
  background-color: #E8F8ED;
  right: auto;
  left: 0;
  border-radius: 0 15rem 15rem 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-food::before {
    border-radius: 0 8vw 8vw 0;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-food .p-howto__box-col1 .l-content-inner {
    padding: 0 5.3333333333vw 0 0;
  }
}
@media print, screen and (min-width: 768px) {
  .l-main .p-howto__box.-food .p-howto__box-col1 .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.l-main .p-howto__box.-food .p-howto__title::before {
  background-image: url(../images/top/img_howto-circle_food.svg);
}
.l-main .p-howto__box.-food .p-howto__title .title__en {
  color: #02BC70;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-food .p-howto__left {
    padding-left: 5.3333333333vw;
    padding-right: 0;
  }
}
.l-main .p-howto__box.-food .p-howto__right-title {
  text-align: left;
  padding-right: 0;
  padding-left: 6rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-food .p-howto__right-title {
    padding-left: 5.3333333333vw;
  }
}
.l-main .p-howto__box.-food .p-howto__check {
  background-color: #02BC70;
  padding-left: 5rem;
}
.l-main .p-howto__box.-food .p-howto__box-deco .img {
  width: 72.9rem;
  height: 27.4rem;
  top: -18.6rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-food .p-howto__box-deco .img {
    width: 93.3333333333vw;
    height: 53.3333333333vw;
    top: -40vw;
  }
}
.l-main .p-howto__box.-exp::before {
  background-color: #FFF6DE;
}
.l-main .p-howto__box.-exp .p-howto__title::before {
  background-image: url(../images/top/img_howto-circle_exp.svg);
}
.l-main .p-howto__box.-exp .p-howto__title .title__en {
  color: #FEB600;
}
.l-main .p-howto__box.-exp .p-howto__title .title__jp {
  font-size: 5.2rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-exp .p-howto__title .title__jp {
    font-size: 9.3333333333vw;
  }
}
.l-main .p-howto__box.-exp .p-howto__check {
  background-color: #FEB600;
  padding-left: 1rem;
}
.l-main .p-howto__box.-exp .p-howto__check .icon {
  left: 4rem;
}
.l-main .p-howto__box.-exp .p-howto__box-deco .img1 {
  width: 34.9rem;
  height: 23rem;
  top: -19.6rem;
  left: 4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-exp .p-howto__box-deco .img1 {
    width: 40vw;
    height: 40vw;
    top: -40vw;
    left: 0;
  }
}
.l-main .p-howto__box.-exp .p-howto__box-deco .img2 {
  width: 27rem;
  height: 17.8rem;
  top: -7.1rem;
  right: 7.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-howto__box.-exp .p-howto__box-deco .img2 {
    width: 40vw;
    height: 40vw;
    top: -26.6666666667vw;
    right: 0;
  }
}
.l-main .p-sio {
  background-image: url(../images/top/bg_sio.png);
  background-size: auto 100%;
  background-repeat: repeat-x;
  min-height: 108rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio {
    min-height: auto;
    padding-bottom: 16vw;
  }
}
.l-main .p-sio__images {
  position: absolute;
  width: 120rem;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__images {
    width: 100%;
    position: relative;
  }
}
.l-main .p-sio__images .img {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__images .img {
    position: static;
  }
}
.l-main .p-sio__images .img.img1 {
  width: 98.8rem;
  left: -2.8rem;
  top: -9rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__images .img.img1 {
    width: 100%;
    left: auto;
    top: -10.6666666667vw;
    position: relative;
    margin-bottom: -10.6666666667vw;
  }
}
.l-main .p-sio__images .img.img2 {
  width: 29.5rem;
  right: -2.6rem;
  top: -7.2rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__images .img.img2 {
    width: 100%;
    display: none;
  }
}
.l-main .p-sio__images .img.img3 {
  width: 29rem;
  bottom: -14rem;
  left: 3.8rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__images .img.img3 {
    width: 100%;
    display: none;
  }
}
.l-main .p-sio__images .img.img4 {
  width: 32.7rem;
  bottom: -5.2rem;
  right: -4.2rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__images .img.img4 {
    width: 100%;
    display: none;
  }
}
.l-main .p-sio__content {
  padding-top: 35.8rem;
  padding-left: calc(100% - 32rem);
  margin: 0 0 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__content {
    padding-top: 0;
    padding-left: 0;
  }
}
.l-main .p-sio__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.25;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio__text {
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.l-main .p-sio .c-btn {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-sio .c-btn {
    margin-top: 4vw;
  }
}
.l-main .p-eq {
  margin-top: -2rem;
  background-image: url(../images/top/bg_eq02.png);
  background-position: center top;
  background-repeat: repeat-x;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq {
    margin-top: -10.6666666667vw;
    background-size: cover;
  }
}
.l-main .p-eq__bg {
  background-image: url(../images/top/bg_eq01.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 18.5rem;
  padding-bottom: 14rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq__bg {
    padding-top: 26.6666666667vw;
    padding-bottom: 34.6666666667vw;
    background-image: url(../images/top/bg_eq01_sp.png);
    background-size: 100%;
  }
}
.l-main .p-eq__deco {
  position: relative;
}
.l-main .p-eq__deco .deco {
  position: absolute;
}
.l-main .p-eq__deco .deco1 {
  left: -12.1rem;
  bottom: -25.1rem;
  width: 42.8rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq__deco .deco1 {
    width: 40vw;
    left: 0;
    bottom: 0;
  }
}
.l-main .p-eq__deco .deco2 {
  right: -10.2rem;
  top: -13.3rem;
  width: 39.4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq__deco .deco2 {
    width: 32vw;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
.l-main .p-eq__title {
  width: 77.7rem;
  margin: auto;
  max-width: 100%;
}
.l-main .p-eq__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq__content {
    margin-top: 8vw;
    gap: 4vw;
  }
}
.l-main .p-eq__box {
  background-color: #ffffff;
  border-radius: 3rem;
  width: 100rem;
  max-width: 100%;
  margin: auto;
  padding: 2.7rem 7rem 4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq__box {
    border-radius: 4vw;
    padding: 5.3333333333vw;
  }
}
.l-main .p-eq__box-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  position: relative;
  padding-bottom: 0.3em;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq__box-title {
    font-size: 5.8666666667vw;
  }
}
.l-main .p-eq__box-title::after {
  content: "";
  display: block;
  width: 7rem;
  height: 0.6rem;
  background-image: url(../images/top/img_eq_title-line.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.l-main .p-eq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6.2rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.9rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-eq__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 4vw;
    margin-top: 5.3333333333vw;
  }
}
.l-main .p-eq__list .item .img {
  width: 12rem;
  margin: auto;
}
.l-main .p-eq__list .item .img img {
  width: 100%;
}
.l-main .p-eq__list .item .text {
  margin: 0.8em -2em 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
}
.l-main .p-eq__list .item .text-note {
  display: block;
  text-align: right;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1;
  margin-top: 0.3em;
}
.l-main .p-access {
  background-image: url(../images/top/bg_access.png);
  background-position: center bottom;
  background-size: 100% 100%;
  background-repeat: repeat-x;
  margin-top: -2rem;
  position: relative;
  padding-bottom: 9.2rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-access {
    padding-bottom: 16vw;
    margin-top: -10.6666666667vw;
    background-size: auto;
    background-position: bottom right;
  }
}
.l-main .p-access__title {
  color: #ffffff;
  text-align: center;
  font-size: 12.8rem;
  font-weight: 700;
  line-height: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: -4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__title {
    font-size: 16vw;
    margin-bottom: -8vw;
  }
}
.l-main .p-access__title-jp {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__title-jp {
    font-size: 5.3333333333vw;
  }
}
.l-main .p-access__map {
  border-radius: 3rem;
  border: 2px solid #0082C8;
  overflow: hidden;
  margin-top: 5.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__map {
    margin-top: 5.3333333333vw;
    border-radius: 4vw;
  }
}
.l-main .p-access__tbl {
  margin-top: 4.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__tbl {
    margin-top: 5.3333333333vw;
    display: block;
  }
}
.l-main .p-access__tbl .tbl {
  width: 46rem;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__tbl .tbl {
    width: 100%;
  }
}
.l-main .p-access__tbl .tbl > dt {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: -0.7rem;
}
.l-main .p-access__tbl .tbl dd {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
}
.l-main .p-access__tbl .tbl dd + dt {
  margin-top: 1rem;
}
.l-main .p-access__tbl .in-tbl dt {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.7rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-main .p-access__tbl .in-tbl dt::before {
  content: "";
  width: 2.5rem;
  height: 2.7rem;
  background-image: url(../images/common/icn_car.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.l-main .p-access__tbl .in-tbl dt.train {
  margin-top: 1.7rem;
}
.l-main .p-access__tbl .in-tbl dt.train::before {
  background-image: url(../images/common/icn_train.svg);
}
.l-main .p-access__tbl .c-btn-sub {
  margin-top: 2.5rem;
}
.l-main .p-access__deco {
  position: relative;
}
.l-main .p-access__deco .deco {
  position: absolute;
}
.l-main .p-access__deco .deco1 {
  width: 23.1rem;
  top: -3.2rem;
  left: -3.1rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__deco .deco1 {
    width: 26.6666666667vw;
    top: 0;
    left: 0;
  }
}
.l-main .p-access__deco .deco2 {
  width: 21.3rem;
  right: 5.8rem;
  top: -3.6rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__deco .deco2 {
    width: 26.6666666667vw;
    right: 0;
    top: -16vw;
  }
}
.l-main .p-access__deco .deco3 {
  width: 12.9rem;
  left: 8rem;
  top: 8.3rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-access__deco .deco3 {
    width: 21.3333333333vw;
    left: 0;
    top: -16vw;
  }
}
.l-main .p-spot {
  background-image: url(../images/top/bg_spot.png);
  background-repeat: repeat-x;
  margin-top: -2rem;
  padding-top: 11rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot {
    margin-top: -10.6666666667vw;
    padding-top: 26.6666666667vw;
    padding-bottom: 26.6666666667vw;
  }
}
.l-main .p-spot__deco {
  position: relative;
}
.l-main .p-spot__deco .deco {
  position: absolute;
}
.l-main .p-spot__deco .deco1 {
  width: 21.7rem;
  top: 4rem;
  left: -3rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__deco .deco1 {
    width: 32vw;
    top: -26.6666666667vw;
    left: 0;
  }
}
.l-main .p-spot__deco .deco2 {
  width: 29.1rem;
  top: -6.3rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__deco .deco2 {
    width: 40vw;
    top: -21.3333333333vw;
  }
}
.l-main .p-spot__title {
  color: #ffffff;
  text-align: center;
  font-size: 4.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__title {
    font-size: 8vw;
    line-height: 1.5;
  }
}
.l-main .p-spot__title .yellow {
  color: #FCF872;
}
.l-main .p-spot__title .dot {
  display: inline-block;
  position: relative;
}
.l-main .p-spot__title .dot::before {
  content: "・・・・";
  font-weight: 400;
  display: inline-block;
  position: absolute;
  top: -3.4rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__title .dot::before {
    top: -0.7em;
  }
}
.l-main .p-spot__text {
  color: #ffffff;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1;
  letter-spacing: 0.05em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__text {
    text-align: left;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
}
.l-main .p-spot__content {
  margin-top: 6.5rem;
}
@media print, screen and (min-width: 768px) {
  .l-main .p-spot__content {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }
  .l-main .p-spot__content .item1 {
    grid-area: 1/1/2/2;
  }
  .l-main .p-spot__content .item2 {
    grid-area: 1/2/2/3;
  }
  .l-main .p-spot__content .item3 {
    grid-area: 2/1/3/3;
  }
  .l-main .p-spot__content .item4 {
    grid-area: 3/1/4/2;
  }
  .l-main .p-spot__content .item5 {
    grid-area: 3/2/4/3;
  }
  .l-main .p-spot__content .item6 {
    grid-area: 1/3/2/4;
  }
  .l-main .p-spot__content .item7 {
    grid-area: 2/3/4/4;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__content {
    margin-top: 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 2.6666666667vw;
  }
  .l-main .p-spot__content .item {
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
.l-main .p-spot__content .item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__content .item.item7 {
    width: 100%;
  }
  .l-main .p-spot__content .item.item7 .img {
    padding-top: 50%;
  }
  .l-main .p-spot__content .item.item7 .img img {
    -o-object-position: 5% 15%;
       object-position: 5% 15%;
  }
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__content .item .img {
    width: 100%;
    padding-top: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 4vw;
  }
  .l-main .p-spot__content .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.l-main .p-spot__content .item .cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__content .item .cnt {
    padding-bottom: 4vw;
  }
}
.l-main .p-spot__content .item .title {
  color: #ffffff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__content .item .title {
    font-size: 4.2666666667vw;
  }
}
.l-main .p-spot__content .item .title-jp {
  color: #ffffff;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-top: -0.5em;
}
@media screen and (max-width: 767px) {
  .l-main .p-spot__content .item .title-jp {
    font-size: 2.6666666667vw;
    line-height: 1.4;
    margin-top: 0;
  }
}