@charset 'UTF-8';

/*  header  */
#wrapper {
  padding-top: 0;
}
#wrapper > header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  display: block;
  height: 48.5rem;
  border-bottom: none;
}
#wrapper > header .slider {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
#wrapper > header .slider > div {
  height: 100%;
}
#wrapper > header .slider ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#wrapper > header .slider .image {
  height: 100%;
  background-color: rgba(28, 41, 87, 0.15);
  overflow: hidden;
}
#wrapper > header .slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 67% 50%;
  object-position: 67% 50%;
  mix-blend-mode: multiply;
}
#wrapper > header .swiper-slide-prev img,
#wrapper > header .swiper-slide-active img,
#wrapper > header .swiper-slide-duplicate-active img {
  -webkit-animation: 4.8s zoomup linear 0s 1 normal both;
  animation: 4.8s zoomup linear 0s 1 normal both;
}
@media screen and (min-width: 768px) {
  #wrapper > header {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
    max-width: none;
    height: 100vh;
    min-height: 650px;
    background-image: linear-gradient(154deg, rgb(70, 96, 239) 39%, rgb(96, 203, 190) 98%);
    background-repeat: no-repeat;
  }
  #wrapper > header::before {
    content: none;
  }
  #wrapper > header .slider {
    margin: 0;
    right: 35rem;
    bottom: 5rem;
  }
  #wrapper > header .slider img {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }
}

#wrapper > header:not(.fvout) {
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #wrapper > header.fvout {
    direction: rtl;
  }
}
@media screen and (min-width: 768px) {
  #wrapper > header h1 {
    padding: 3rem 5rem;
    display: -webkit-box;
    display: flex;
  }
}
#wrapper > header h1 a {
  white-space: nowrap;
  overflow: hidden;
}
#wrapper > header h1 a::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  padding-top: calc(20 / 134.87 * 100%);
  width: 100%;
  background: url(../images/logo_inv.svg) no-repeat 50% 50% / contain;
}
#wrapper > header h1 .ttl {
  padding: 0.8rem 0 0 0;
  position: static;
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  background-color: transparent;
  white-space: normal;
  overflow: visible;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}
@media screen and (min-width: 768px) {
  #wrapper > header h1 .ttl {
    padding: 0 0 0 2.8rem;
    margin: 0;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.1;
    word-break: keep-all;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
  }
}
#wrapper > header .text {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 calc(16 / 375 * 100%);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #wrapper > header .text {
    padding: 0 0 0 calc(140 / 1920 * 100%);
    margin-bottom: 5rem;
    width: calc(100% - 35rem);
  }
}
#wrapper > header .tagline h2 {
  margin: 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #wrapper > header .tagline h2 {
    font-size: 8rem;
    font-size: clamp(10px, 80 / 1280 * 100vw, 8rem);
  }
}
#wrapper > header .tagline p.tag {
  padding: 0.4rem 1rem;
  margin: 0.6rem 0;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 50px;
  color: rgb(255, 255, 255);
  border: solid 1px rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #wrapper > header .tagline p.tag {
    margin: 2.6rem 0;
    padding: 0.8rem 2.1rem;
    font-size: 2rem;
  }
}
#wrapper > header .button {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  #wrapper > header .button {
    padding-top: calc(20 / 1080 * 100vh);
    padding-bottom: calc(152 / 1080 * 100vh);
  }
}
#wrapper > header .button label {
  display: block;
  max-width: 35rem;
  height: 4rem;
  border-radius: 35px;
  box-sizing: border-box;
  white-space: normal;
  overflow: visible;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: rgb(255, 255, 255);
  /* background-image: linear-gradient(to right, rgb(70, 96, 239) 12%, rgb(96, 203, 190) 62.666667%); */
  background: #fd2ca0;
  background-size: 150% auto;
  background-position: 0% 50%;
  transition: 0.2s background-position ease-out;
}
@media screen and (min-width: 768px) {
  #wrapper > header .button label {
    width: 35rem;
    height: 6rem;
    font-size: 2rem;
  }
}
#wrapper > header .button label:hover {
  background-position: 100% 50%;
}
#wrapper > header .button label::before {
  margin-right: 0.9rem;
  content: "";
  display: inline-block;
  width: 1.9rem;
  height: 1.9rem;
  background: url(../images/ico_search.svg) no-repeat 50% 50% / contain;
}

/*  globalnav  */
@media screen and (min-width: 768px) {
  .fvout #globalnav {
    padding: 1rem;
    position: fixed;
    top: 2rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 70px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
    background-color: rgb(255, 255, 255);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse;
    -webkit-animation: 0.3s fadein ease-out both;
    animation: 0.3s fadein ease-out both;
  }
  .fvout #globalnav .container {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  /*  close sp  */
  #drawer:not(:checked) + #globalnav .search {
    display: none;
  }
  #drawer:not(:checked) + #globalnav .account {
    display: none;
  }
  #drawer:not(:checked) + #globalnav label[for="drawer"] {
    position: fixed;
    top: 2rem;
    right: 2rem;
    width: 5rem;
    height: 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
  }
}
@media screen and (min-width: 768px) {
  /*  close pc fv  */
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav {
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(100% - 35rem);
    right: 0;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav label[for="drawer"] {
    display: none;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav > label[for="search"] {
    display: none;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .account {
    display: none;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .container {
    margin: 0 auto;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .container > ul:not(:first-of-type) {
    margin-top: 0.8rem;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content {
    padding: 1rem 0;
    display: block;
    border-right: none;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content li {
    padding: 0.5rem 0;
    display: list-item;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content label[for="search"] {
    cursor: pointer;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content a,
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content label[for="search"] {
    padding: 0.25em 0;
    display: block;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
    color: rgb(255, 255, 255);
  }

  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content a:hover,
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content label[for="search"]:hover {
    color: rgb(203, 203, 203);
    opacity: 1;
    transition: 0.2s color ease-out;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content a::before,
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content label[for="search"]::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    margin-right: 0.5em;
    width: 1em;
    height: 1em;
    box-sizing: border-box;
    border-radius: 50%;
    border: solid 3px;
    background-image: none;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .content li span {
    display: inline;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .remote {
    padding: 0.9rem 0;
    display: block;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .remote li {
    padding: 0.5rem 0;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .remote a {
    font-size: 1.4rem;
    font-weight: bold;
    line-height: 1.6;
    color: rgb(255, 255, 255);
    transition: 0.2s color ease-out;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .remote a:hover {
    color: rgb(203, 203, 203);
    opacity: 1;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .sns {
    display: -webkit-box;
    display: flex;
    padding: 1.2rem 0;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .sns li:not(:first-of-type) {
    padding-left: 1.2rem;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .sns a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: 0.2s background-color ease-out;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav .sns a:hover {
    background-color: rgba(239, 239, 239, 0.4);
    opacity: 1;
  }

  /* 20251203変更 */
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav a img {
    width: 2.8rem;
    height: auto;
  }
  /* #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav a[href*="twitter"] img {
    width: 2.17rem;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav a[href*="instagram"] img {
    width: 2.24rem;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav a[href*="line"] img {
    width: 2.1rem;
  }
  #wrapper > header:not(.fvout) #drawer:not(:checked) + #globalnav a[href*="facebook"] img {
    width: 1.16rem;
  } */
}

/*  tour  */
#search:checked + #tour {
  top: 0;
}
@media screen and (min-width: 768px) {
  #search:checked + #tour {
    top: 5rem;
  }
}
#tour .close {
  top: 4rem;
}
@media screen and (min-width: 768px) {
  #tour .close {
    top: 5rem;
  }
}

/*  notice  */
#notice {
  padding: 0;
  margin: 0 calc(50% - 50vw);
  background-color: rgb(239, 239, 239);
}
@media screen and (min-width: 768px) {
  #notice {
    padding: 5rem calc(50vw - 50%) 0 calc(50vw - 50%);
  }
}
#notice ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#notice li {
  border-bottom: solid 1px rgb(203, 203, 203);
}
#notice li:first-of-type {
  border-top: solid 1px rgb(203, 203, 203);
}
#notice a {
  padding: 0.7rem 1rem;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
  color: rgb(234, 31, 32);
  background-color: rgb(247, 247, 247);
  border-left: 10px solid rgb(234, 31, 32);
  position: relative;
}
@media screen and (min-width: 768px) {
  #notice a {
    padding: 1.7rem 3rem;
    font-size: 1.6rem;
    background-color: rgb(234, 31, 32, 0.05);
  }
}
#notice a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 0.5rem;
  width: 1.6rem;
  height: 1.6rem;
  background: url(../images/ico_notice.svg) no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #notice a::before {
    margin-right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
#notice a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  margin: auto;
  width: 0.8rem;
  height: 0.8rem;
  border-top: solid 1px rgb(234, 31, 32);
  border-right: solid 1px rgb(234, 31, 32);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  #notice a::after {
    right: 4rem;
    width: 1rem;
    height: 1rem;
  }
}

/*  daytrip  */
#daytrip {
  padding: 6rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #daytrip {
    padding: 10rem 0;
  }
}
#daytrip h2 {
  padding-bottom: 2rem;
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #daytrip h2 {
    padding-bottom: 2.8rem;
    font-size: 3rem;
  }
}
#daytrip h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 3px rgb(70, 96, 239);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #daytrip h2::before {
    width: 3rem;
    height: 3rem;
    border: solid 5px rgb(70, 96, 239);
  }
}
#daytrip ul {
  padding: 0;
  margin: 0 auto;
  list-style: none;
  display: -webkit-box;
  display: flex;
  max-width: 72rem;
  border: solid 1px rgb(70, 96, 239);
  border-radius: 5px;
  box-sizing: border-box;
  background-color: rgb(255, 255, 255);
}
#daytrip li {
  flex-basis: 34%;
}
#daytrip li:not(:last-of-type) {
  border-right: solid 1px rgb(70, 96, 239);
}
#daytrip li a {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  height: 4rem;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(70, 96, 239);
  box-sizing: border-box;
  transition: 0.2s background-color ease-out;
}
@media screen and (min-width: 768px) {
  #daytrip li a {
    height: 4.8rem;
    font-size: 1.6rem;
  }
}
#daytrip li a:hover {
  opacity: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
#daytrip li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
}
#daytrip li:first-of-type a::before {
  margin: 0 0.3rem 0 0;
  width: 3.2rem;
  height: 3.2rem;
  background: url(../images/ico_morning.svg) no-repeat 50% 50% / contain;
}
#daytrip li:first-of-type a:hover::before {
  background-image: url(../images/ico_morning_inv.svg);
}
#daytrip li:nth-of-type(2) a::before {
  margin: 0 0.5rem 0 0.2rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/ico_night.svg) no-repeat 50% 50% / contain;
}
#daytrip li:nth-of-type(2) a:hover::before {
  background-image: url(../images/ico_night_inv.svg);
}

#daytrip li:nth-of-type(3) a::before {
  margin: 0 0.5rem 0 0.2rem;
  width: 2.8rem;
  height: 2.8rem;
  background: url(../images/ico_jr_fill.svg) no-repeat 50% 50% / contain;
}
#daytrip li:nth-of-type(3) a:hover::before {
  background-image: url(../images/ico_jr.svg);
}

/*  news  */
#news {
  padding: 3rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  background-color: rgb(247, 247, 247);
}
@media screen and (min-width: 768px) {
  #news {
    padding: 7rem calc(50vw - 50%);
  }
}
#news h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #news h2 {
    font-size: 3rem;
  }
}
#news h2::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 3px rgb(70, 96, 239);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #news h2::before {
    width: 3rem;
    height: 3rem;
    border: solid 5px rgb(70, 96, 239);
  }
}
#news .artlist {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #news .artlist {
    padding: 1.6rem 0;
  }
}
#news article {
  padding: 1rem 0;
}
@media screen and (min-width: 768px) {
  #news article {
    padding: 1.2rem 0;
    display: -webkit-box;
    display: flex;
  }
}
#news h3 {
  margin: 0;
}
#news h3 a {
  padding: 0.6rem 0;
  display: block;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  #news h3 a {
    padding: 0;
    font-size: 1.8rem;
  }
}
#news .meta {
  display: -webkit-box;
  display: flex;
}
@media screen and (min-width: 768px) {
  #news .meta {
    padding: 0.3rem 2.5rem 0 0;
  }
}
#news .cat {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: flex;
}
#news .cat li {
  padding-right: 0.5rem;
}
#news .cat a {
  padding: 0.5rem;
  display: block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
  border-radius: 3px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #news .cat a {
    font-size: 1.4rem;
  }
}
#news time {
  padding: 0.5rem;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  #news time {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #news .button {
    padding: 2rem 0 0 0;
  }
}
#news .button a {
  padding: 1.3rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: rgb(255, 255, 255);
  border-radius: 5px;
  background-color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #news .button a {
    padding: 2rem;
    font-size: 2rem;
  }
}
/* 一覧を見るボタン隠す */
#news .button {
  display: none;
}

/*  special  */
#special {
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #special {
    padding: 7rem 0;
  }
}
#special::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  margin: 0 calc(50% - 50vw);
  background-color: rgb(239, 239, 239);
}
#special h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #special h2 {
    font-size: 3rem;
  }
}
#special h2 a {
  display: block;
}
@media screen and (min-width: 768px) {
  #special h2 a {
    display: inline;
  }
}
#special h2 a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 3px rgb(70, 96, 239);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #special h2 a::before {
    width: 3rem;
    height: 3rem;
    border: solid 5px rgb(70, 96, 239);
  }
}
#special .carousel {
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #special .carousel {
    padding: 2.7rem 0 0 0;
    margin: 0;
    position: relative;
  }
}
#special .swiper-container {
  padding: 0 calc(16 / 375 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #special .swiper-container {
    padding: 0;
  }
}
#special .carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#special .carousel a {
  display: block;
}
#special .carousel li .image {
  padding: 0 1rem 1rem 0;
  position: relative;
}
#special .carousel li .image::after {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 1rem;
  right: 0;
  z-index: -10;
  border-radius: 10px;
  border: solid 3px rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #special .carousel li .image::after {
    border-radius: 20px;
  }
}
#special .carousel li img {
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  　width: 100%;
}
@media screen and (min-width: 768px) {
  #special .carousel li img {
    border-radius: 20px;
    width: 100%;
  }
}
#special div[class^="swiper-button"] {
  display: none;
}
@media screen and (min-width: 768px) {
  #special div[class^="swiper-button"] {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s opacity ease-out;
  }
  #special div[class^="swiper-button"]:hover {
    opacity: 0.75;
  }
  #special .swiper-button-prev {
    left: auto;
    right: calc(100% + 2rem);
  }
  #special .swiper-button-next {
    left: calc(100% + 2rem);
    right: auto;
  }
  #special .swiper-button-disabled {
    opacity: 0.7;
  }
  #special div[class^="swiper-button"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 2px rgb(0, 0, 0);
    border-right: solid 2px rgb(0, 0, 0);
    box-sizing: border-box;
  }
  #special .swiper-button-prev::before {
    -webkit-transform: rotate(-135deg) translate(-17.677%, 17.677%);
    transform: rotate(-135deg) translate(-17.677%, 17.677%);
  }
  #special .swiper-button-next::before {
    -webkit-transform: rotate(45deg) translate(-17.677%, 17.677%);
    transform: rotate(45deg) translate(-17.677%, 17.677%);
  }
}
@media screen and (min-width: 768px) {
  #special .button {
    display: block;
    position: absolute;
    top: 7rem;
    right: 0;
  }
}
#special .button a {
  padding: 1.3rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #special .button a {
    padding: 0;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(70, 96, 239);
    border-radius: 0;
    background-color: transparent;
    transition: 0.2s color ease-out;
  }
  #special .button a:hover {
    opacity: 1;
    color: rgba(70, 96, 239, 0.75);
  }
  #special .button a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-left: 2rem;
    width: 5rem;
    height: 0.1rem;
    background-color: rgb(70, 96, 239);
  }
  #special .button a:hover::after {
    -webkit-animation: 0.4s stretch ease-in-out both;
    animation: 0.4s stretch ease-in-out both;
  }
}

/*  campaign  */
#campaign {
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #campaign {
    padding: 7rem 0;
  }
}
#campaign::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -10;
  margin: 0 calc(50% - 50vw);
  background-color: rgb(239, 239, 239);
}
#campaign h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #campaign h2 {
    font-size: 3rem;
  }
}
#campaign h2 a {
  display: block;
}
@media screen and (min-width: 768px) {
  #campaign h2 a {
    display: inline;
  }
}
#campaign h2 a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 3px rgb(70, 96, 239);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #campaign h2 a::before {
    width: 3rem;
    height: 3rem;
    border: solid 5px rgb(70, 96, 239);
  }
}
#campaign .carousel {
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #campaign .carousel {
    padding: 2.7rem 0 0 0;
    margin: 0;
    position: relative;
  }
}
#campaign .swiper-container {
  padding: 0 calc(16 / 375 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #campaign .swiper-container {
    padding: 0;
  }
}
#campaign .carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#campaign .carousel a {
  display: block;
}
#campaign .carousel li .image {
  padding: 0 1rem 1rem 0;
  position: relative;
}
#campaign .carousel li .image::after {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 1rem;
  right: 0;
  z-index: -10;
  border-radius: 10px;
  border: solid 3px rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #campaign .carousel li .image::after {
    border-radius: 20px;
  }
}
#campaign .carousel li img {
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #campaign .carousel li img {
    border-radius: 20px;
    width: 100%;
  }
}
#campaign div[class^="swiper-button"] {
  display: none;
}
@media screen and (min-width: 768px) {
  #campaign div[class^="swiper-button"] {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s opacity ease-out;
  }
  #campaign div[class^="swiper-button"]:hover {
    opacity: 0.75;
  }
  #campaign .swiper-button-prev {
    left: auto;
    right: calc(100% + 2rem);
  }
  #campaign .swiper-button-next {
    left: calc(100% + 2rem);
    right: auto;
  }
  #campaign .swiper-button-disabled {
    opacity: 0.7;
  }
  #campaign div[class^="swiper-button"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 2px rgb(0, 0, 0);
    border-right: solid 2px rgb(0, 0, 0);
    box-sizing: border-box;
  }
  #campaign .swiper-button-prev::before {
    -webkit-transform: rotate(-135deg) translate(-17.677%, 17.677%);
    transform: rotate(-135deg) translate(-17.677%, 17.677%);
  }
  #campaign .swiper-button-next::before {
    -webkit-transform: rotate(45deg) translate(-17.677%, 17.677%);
    transform: rotate(45deg) translate(-17.677%, 17.677%);
  }
}
#campaign .button {
  display: none;
}
@media screen and (min-width: 768px) {
  #campaign .button {
    display: block;
    position: absolute;
    top: 7rem;
    right: 0;
  }
}
#campaign .button a {
  padding: 1.3rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #campaign .button a {
    padding: 0;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(70, 96, 239);
    border-radius: 0;
    background-color: transparent;
    transition: 0.2s color ease-out;
  }
  #campaign .button a:hover {
    opacity: 1;
    color: rgba(70, 96, 239, 0.75);
  }
  #campaign .button a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-left: 2rem;
    width: 5rem;
    height: 0.1rem;
    background-color: rgb(70, 96, 239);
  }
  #campaign .button a:hover::after {
    -webkit-animation: 0.4s stretch ease-in-out both;
    animation: 0.4s stretch ease-in-out both;
  }
}

/*  transport  */
#transport h2 {
  padding: 1.5rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(255, 255, 255);
  background-color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #transport h2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
    font-size: 3rem;
  }
}
#transport h2 a {
  display: block;
}
@media screen and (min-width: 768px) {
  #transport h2 a {
    display: inline-block;
  }
}
#transport h2 a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 3px rgb(255, 255, 255);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #transport h2 a::before {
    width: 3rem;
    height: 3rem;
    border: solid 5px rgb(255, 255, 255);
  }
}
#transport > section {
  padding: 3rem calc(50vw - 50%);
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #transport > section {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
}
#transport h3 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(255, 255, 255);
}
@media screen and (min-width: 768px) {
  #transport h3 {
    font-size: 3rem;
  }
}
#transport h3::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  background: no-repeat 50% 50% / contain;
}
@media screen and (min-width: 768px) {
  #transport h3::before {
    width: 4rem;
    height: 4rem;
  }
}
#transport > section > section {
  padding: 2.7rem 0 0 0;
}
@media screen and (min-width: 768px) {
  #transport > section > section {
    padding: 3rem 0 0 0;
    position: relative;
  }
}
#transport h4 {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 1;
  color: rgb(255, 255, 255);
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}
@media screen and (min-width: 768px) {
  #transport h4 {
    font-size: 2.4rem;
  }
}
#transport .carousel {
  padding: 1rem 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #transport .carousel {
    padding: 1.6rem 0;
    margin: 0;
  }
}
#transport div[class^="swiper-button"] {
  display: none;
}
@media screen and (min-width: 768px) {
  #transport div[class^="swiper-button"] {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s opacity ease-out;
  }
  #transport div[class^="swiper-button"]:hover {
    opacity: 0.75;
  }
  #transport .swiper-button-prev {
    left: auto;
    right: calc(100% + 2rem);
  }
  #transport .swiper-button-next {
    left: calc(100% + 2rem);
    right: auto;
  }
  #transport .swiper-button-disabled {
    opacity: 0.7;
  }
  #transport div[class^="swiper-button"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 2px rgb(0, 0, 0);
    border-right: solid 2px rgb(0, 0, 0);
    box-sizing: border-box;
  }
  #transport .swiper-button-prev::before {
    -webkit-transform: rotate(-135deg) translate(-17.677%, 17.677%);
    transform: rotate(-135deg) translate(-17.677%, 17.677%);
  }
  #transport .swiper-button-next::before {
    -webkit-transform: rotate(45deg) translate(-17.677%, 17.677%);
    transform: rotate(45deg) translate(-17.677%, 17.677%);
  }
}
#transport .swiper-container {
  padding: 0 calc(16 / 375 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #transport .swiper-container {
    padding: 0;
  }
}
#transport ol {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: rank;
}
#transport li {
  counter-increment: rank;
}
#transport li a {
  display: block;
  position: relative;
  z-index: 0;
  border-radius: 10px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background-color: rgb(255, 255, 255);
  overflow: hidden;
}
#transport li a:hover {
  opacity: 1;
}
#transport li a::before {
  content: counter(rank);
  position: absolute;
  top: 0;
  left: 1rem;
  z-index: 10;
  display: inline-block;
  width: 1.8rem;
  height: 2rem;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.6;
  color: rgb(255, 255, 255);
  background-color: rgb(28, 41, 87);
}
@media screen and (min-width: 768px) {
  #transport li a::before {
    left: 1.5rem;
    width: 2.7rem;
    height: 3rem;
    font-size: 1.8rem;
  }
}
#transport li:nth-of-type(-n + 3) a::before {
  height: 2.2rem;
  color: rgb(0, 0, 0);
}
@media screen and (min-width: 768px) {
  #transport li:nth-of-type(-n + 3) a::before {
    height: 3.3rem;
  }
}
#transport li:nth-of-type(1) a::before {
  background: url(../images/bg_rank1.svg) no-repeat 50% 0% / contain;
}
#transport li:nth-of-type(2) a::before {
  background: url(../images/bg_rank2.svg) no-repeat 50% 0% / contain;
}
#transport li:nth-of-type(3) a::before {
  background: url(../images/bg_rank3.svg) no-repeat 50% 0% / contain;
}
#transport a .area {
  padding: 0.5rem 0.8rem;
  margin: 0;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
  z-index: 10;
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: rgb(255, 255, 255);
  border-radius: 50px;
  background-color: rgb(96, 203, 190);
}
@media screen and (min-width: 768px) {
  #transport a .area {
    padding: 0.4rem 0.8rem;
    top: 1rem;
    right: 1rem;
    font-size: 1.2rem;
  }
}
#transport a .image {
  max-width: 30rem;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  position: relative;
}
#transport a .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.2s transform ease-out;
}
#transport a:hover .image img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#transport .text {
  padding: 1rem 1.5rem;
  transition: 0.2s opacity ease-out;
}
#transport a:hover .text {
  opacity: 0.75;
}
#transport .ttl {
  margin: 0;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #transport .ttl {
    margin: 0;
    font-size: 1.6rem;
  }
}
#transport .desc {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  #transport .desc {
    font-size: 1.4rem;
  }
}
#transport .price {
  margin: 0;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: right;
  color: rgb(234, 31, 32);
}
#transport .price span {
  display: inline-block;
  padding-left: 0.25em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  #transport .price {
    font-size: 1.2rem;
  }
  #transport .price span {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #transport .button {
    position: absolute;
    top: 2.7rem;
    right: 0;
  }
}
#transport .button a {
  padding: 1.3rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  border-radius: 5px;
  background-color: rgb(239, 239, 239);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #transport .button a {
    padding: 0;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    line-height: 1.2;
    color: rgb(255, 255, 255);
    border-radius: 0;
    background-color: transparent;
    transition: 0.2s color ease-out;
  }
  #transport .button a:hover {
    opacity: 1;
    color: rgba(255, 255, 255, 0.75);
  }
  #transport .button a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-left: 2rem;
    width: 5rem;
    height: 0.1rem;
    background-color: rgb(255, 255, 255);
  }
  #transport .button a:hover::after {
    -webkit-animation: 0.4s stretch ease-in-out both;
    animation: 0.4s stretch ease-in-out both;
  }
}

/*  transport bus  */
#transport .bus {
  background-color: rgb(77, 139, 240);
}
#transport .bus h3::before {
  background-image: url(../images/ico_bus.svg);
}

/*  transport jr  */
#transport .jr {
  background-color: rgb(60, 177, 213);
}
#transport .jr h3::before {
  background-image: url(../images/ico_jr.svg);
}

/*  transport car  */
#transport .car {
  background-color: rgb(96, 203, 190);
}
#transport .car h3::before {
  background-image: url(../images/ico_car.svg);
}

/*  article  */
#article {
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #article {
    padding: 7rem 0;
  }
}
#article h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #article h2 {
    font-size: 3rem;
  }
}
#article h2 a {
  display: block;
}
@media screen and (min-width: 768px) {
  #article h2 a {
    display: inline;
  }
}
#article h2 a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 3px rgb(70, 96, 239);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #article h2 a::before {
    width: 3rem;
    height: 3rem;
    border: solid 5px rgb(70, 96, 239);
  }
}
#article .carousel {
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #article .carousel {
    padding: 2.7rem 0 0 0;
    margin: 0;
    position: relative;
  }
}
#article .swiper-container {
  padding: 0 calc(16 / 375 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #article .swiper-container {
    padding: 0;
  }
}
#article .carousel ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#article .carousel a {
  display: block;
}
#article .carousel li .image {
  padding: 0 1rem 1rem 0;
  position: relative;
}
#article .carousel li .image::after {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 0;
  left: 1rem;
  right: 0;
  z-index: -10;
  border-radius: 10px;
  border: solid 3px rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #article .carousel li .image::after {
    border-radius: 20px;
  }
}
#article .carousel li img {
  border-radius: 10px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  width: 100%;
}
@media screen and (min-width: 768px) {
  #article .carousel li img {
    border-radius: 20px;
    width: 100%;
  }
}
#article div[class^="swiper-button"] {
  display: none;
}
@media screen and (min-width: 768px) {
  #article div[class^="swiper-button"] {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s opacity ease-out;
  }
  #article div[class^="swiper-button"]:hover {
    opacity: 0.75;
  }
  #article .swiper-button-prev {
    left: auto;
    right: calc(100% + 2rem);
  }
  #article .swiper-button-next {
    left: calc(100% + 2rem);
    right: auto;
  }
  #article .swiper-button-disabled {
    opacity: 0.7;
  }
  #article div[class^="swiper-button"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 2px rgb(0, 0, 0);
    border-right: solid 2px rgb(0, 0, 0);
    box-sizing: border-box;
  }
  #article .swiper-button-prev::before {
    -webkit-transform: rotate(-135deg) translate(-17.677%, 17.677%);
    transform: rotate(-135deg) translate(-17.677%, 17.677%);
  }
  #article .swiper-button-next::before {
    -webkit-transform: rotate(45deg) translate(-17.677%, 17.677%);
    transform: rotate(45deg) translate(-17.677%, 17.677%);
  }
}
@media screen and (min-width: 768px) {
  #article .button {
    display: block;
    position: absolute;
    top: 7rem;
    right: 0;
  }
}
#article .button a {
  padding: 1.3rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #article .button a {
    padding: 0;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(70, 96, 239);
    border-radius: 0;
    background-color: transparent;
    transition: 0.2s color ease-out;
  }
  #article .button a:hover {
    opacity: 1;
    color: rgba(70, 96, 239, 0.75);
  }
  #article .button a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-left: 2rem;
    width: 5rem;
    height: 0.1rem;
    background-color: rgb(70, 96, 239);
  }
  #article .button a:hover::after {
    -webkit-animation: 0.4s stretch ease-in-out both;
    animation: 0.4s stretch ease-in-out both;
  }
}
/*  article 20240110  */

#article .carousel ul li article {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}

#article .carousel ul li article h3 {
  margin: 0;
}

#article .carousel ul li article .image {
  padding: 0;
}

#article .carousel ul li article .image a img {
  box-shadow: inherit;
  border-radius: 0;
  aspect-ratio: 16/9;
  object-fit: cover;
}

#article .carousel ul li article .image::after {
  display: none;
}

#article .carousel ul li article .meta .cat ul {
  display: flex;
  flex-wrap: wrap;
}

#article .carousel ul li article .meta .cat ul li a {
  padding: 0.8rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  background-color: rgb(70, 96, 239);
  color: #fff;
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  #article .carousel ul li article .meta .cat ul li a {
    font-size: 1.2rem;
  }
}

/*  feature  */
#feature {
  padding: 3rem 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  #feature {
    padding: 7rem 0;
  }
}
#feature h2 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  #feature h2 {
    font-size: 3rem;
  }
}
#feature h2 a {
  display: block;
}
@media screen and (min-width: 768px) {
  #feature h2 a {
    display: inline;
  }
}
#feature h2 a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.2em;
  margin-right: 1rem;
  width: 2rem;
  height: 2rem;
  border: solid 3px rgb(70, 96, 239);
  border-radius: 50%;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #feature h2 a::before {
    width: 3rem;
    height: 3rem;
    border: solid 5px rgb(70, 96, 239);
  }
}
#feature .carousel {
  padding: 2rem 0;
  margin: 0 calc(50% - 50vw);
}
@media screen and (min-width: 768px) {
  #feature .carousel {
    padding: 2.7rem 0 0 0;
    margin: 0;
    position: relative;
  }
}
#feature .swiper-container {
  padding: 0 calc(16 / 375 * 100vw);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #feature .swiper-container {
    padding: 0;
  }
}

#feature .carousel ul {
  padding: 0;
}

#feature .carousel ul li {
  list-style: none;
}

#feature .carousel ul li article {
  display: flex;
  flex-direction: column-reverse;
  gap: 1.5rem;
}

#feature .carousel ul li article h3 {
  margin: 0;
}

#feature .carousel ul li article .image {
  padding: 0;
}

#feature .carousel ul li article .image a img {
  box-shadow: inherit;
  border-radius: 0;
  aspect-ratio: 16/9;
  object-fit: cover;
}

#feature .carousel ul li article .meta .cat ul {
  display: flex;
  flex-wrap: wrap;
}

#feature .carousel ul li article .meta .cat ul li a {
  padding: 0.8rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  border-radius: 5px;
  background-color: rgb(70, 96, 239);
  color: #fff;
  white-space: nowrap;
}

#feature div[class^="swiper-button"] {
  display: none;
}
@media screen and (min-width: 768px) {
  #feature div[class^="swiper-button"] {
    display: block;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 5rem;
    height: 5rem;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    background-color: rgb(255, 255, 255);
    background-image: none;
    background-size: auto;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.2s opacity ease-out;
  }
  #feature div[class^="swiper-button"]:hover {
    opacity: 0.75;
  }
  #feature .swiper-button-prev {
    left: auto;
    right: calc(100% + 2rem);
  }
  #feature .swiper-button-next {
    left: calc(100% + 2rem);
    right: auto;
  }
  #feature .swiper-button-disabled {
    opacity: 0.7;
  }
  #feature div[class^="swiper-button"]::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1.5rem;
    height: 1.5rem;
    border-top: solid 2px rgb(0, 0, 0);
    border-right: solid 2px rgb(0, 0, 0);
    box-sizing: border-box;
  }
  #feature .swiper-button-prev::before {
    -webkit-transform: rotate(-135deg) translate(-17.677%, 17.677%);
    transform: rotate(-135deg) translate(-17.677%, 17.677%);
  }
  #feature .swiper-button-next::before {
    -webkit-transform: rotate(45deg) translate(-17.677%, 17.677%);
    transform: rotate(45deg) translate(-17.677%, 17.677%);
  }
}
#feature .button {
  display: none;
}
@media screen and (min-width: 768px) {
  #feature .button {
    display: block;
    position: absolute;
    top: 7rem;
    right: 0;
  }
}
#feature .button a {
  padding: 1.3rem;
  margin: 0 auto;
  display: block;
  max-width: 40rem;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: rgb(255, 255, 255);
  box-sizing: border-box;
  border-radius: 5px;
  background-color: rgb(70, 96, 239);
}
@media screen and (min-width: 768px) {
  #feature .button a {
    padding: 0;
    margin: 0 0 0 auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 2rem;
    line-height: 1.6;
    color: rgb(70, 96, 239);
    border-radius: 0;
    background-color: transparent;
    transition: 0.2s color ease-out;
  }
  #feature .button a:hover {
    opacity: 1;
    color: rgba(70, 96, 239, 0.75);
  }
  #feature .button a::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.2em;
    margin-left: 2rem;
    width: 5rem;
    height: 0.1rem;
    background-color: rgb(70, 96, 239);
  }
  #feature .button a:hover::after {
    -webkit-animation: 0.4s stretch ease-in-out both;
    animation: 0.4s stretch ease-in-out both;
  }
}

@media screen and (min-width: 768px) {
  #feature .carousel ul li article .meta .cat ul li a {
    font-size: 1.2rem;
  }
}

/*  aside promo  */
#promo {
  display: block;
}

#limitedSale {
  margin-top: 2em;
}

#limitedSale a {
  display: block;
  margin: 0 auto;
  width: fit-content;
}
