@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
.top-mainvisual {
  position: relative;
  min-height: 90dvh;
  background: url(../../images/top/main_pc.jpg) bottom center/cover no-repeat;
}
@media all and (max-width: 896px) {
  .top-mainvisual {
    background: url(../../images/top/main_pc.jpg) top center/1500px no-repeat;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual {
    min-height: 77dvh;
    background: url(../../images/top/main_sp.jpg) top -30px center/100% no-repeat;
  }
}
@media only screen and (max-width: 735px) and (min-height: 667px) {
  .top-mainvisual {
    min-height: 85dvh;
  }
}
@media only screen and (max-width: 428px) and (min-height: 926px) {
  .top-mainvisual {
    min-height: 76dvh;
  }
}
@media only screen and (max-width: 414px) and (min-height: 736px) {
  .top-mainvisual {
    min-height: 80dvh;
  }
}
@media only screen and (max-width: 390px) and (min-height: 844px) {
  .top-mainvisual {
    min-height: 66dvh;
  }
}
@media only screen and (max-width: 360px) and (min-height: 780px) {
  .top-mainvisual {
    min-height: 75dvh;
  }
}
@media only screen and (max-width: 393px) and (min-height: 852px) {
  .top-mainvisual {
    min-height: 67dvh;
  }
}
@media only screen and (max-width: 430px) and (min-height: 932px) {
  .top-mainvisual {
    min-height: 70dvh;
  }
}
@media only screen and (max-width: 414px) and (min-height: 896px) {
  .top-mainvisual {
    min-height: 67dvh;
  }
}
@media only screen and (max-width: 412px) and (min-height: 915px) {
  .top-mainvisual {
    min-height: 65dvh;
  }
}
@media only screen and (max-width: 344px) and (min-height: 882px) {
  .top-mainvisual {
    min-height: 65dvh;
  }
}
.top-mainvisual__ttl {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4.9rem;
  font-weight: 500;
  line-height: 78.5px;
  color: #fff;
  text-shadow: 0px 0px 12.395px rgba(0, 0, 0, 0.8);
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .top-mainvisual__ttl {
    font-size: 3.8rem;
    line-height: 70px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__ttl {
    top: 40px;
    font-size: min(6.5vw, 2.4rem);
    line-height: 38px;
    padding: 0px 0px 0 20px;
  }
}
.top-mainvisual__ttl .portraitonly {
  display: none;
}
@media (width < 376px) {
  .top-mainvisual__ttl .portraitonly {
    display: block;
  }
}
.top-mainvisual__date {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 1;
}
@media (width < 930px) {
  .top-mainvisual__date {
    left: 35%;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__date {
    bottom: 70px;
  }
}
@media (width < 750px) {
  .top-mainvisual__date {
    left: 50%;
    bottom: 185px;
  }
}
@media all and (max-width: 480px) {
  .top-mainvisual__date {
    bottom: 100px;
  }
}
@media (width < 415px) {
  .top-mainvisual__date {
    bottom: 70px;
  }
}
@media (width < 332px) {
  .top-mainvisual__date {
    bottom: 10px;
  }
}
@media only screen and (max-width: 360px) and (min-height: 780px) {
  .top-mainvisual__date {
    bottom: 100px;
  }
}
@media (width < 1200px) {
  .top-mainvisual__date img {
    width: 520.8px;
  }
}
.top-mainvisual__count {
  position: absolute;
  bottom: 50px;
  right: 60px;
}
@media all and (max-width: 1025px) {
  .top-mainvisual__count {
    right: 30px;
  }
}
@media all and (max-width: 896px) {
  .top-mainvisual__count {
    bottom: 70px;
  }
}
@media (width < 750px) {
  .top-mainvisual__count {
    bottom: -45px;
    right: auto;
    left: 0;
    width: 100%;
  }
}
@media (width < 429px) {
  .top-mainvisual__count {
    bottom: 5px;
  }
}
@media (width < 415px) {
  .top-mainvisual__count {
    bottom: -70px;
  }
}
@media (width < 376px) {
  .top-mainvisual__count {
    bottom: -25px;
  }
}
@media (width < 361px) {
  .top-mainvisual__count {
    bottom: 10px;
  }
}
@media (width < 332px) {
  .top-mainvisual__count {
    bottom: -70px;
  }
}
.top-mainvisual__count img {
  max-width: 328px;
}
@media (width < 1680px) {
  .top-mainvisual__count img {
    width: 229.6px;
  }
}
@media (width < 1200px) {
  .top-mainvisual__count img {
    width: 196.8px;
  }
}
@media (width < 750px) {
  .top-mainvisual__count img {
    max-width: none;
    width: 100%;
  }
}

.top-intro {
  position: relative;
  text-align: center;
  padding: 120px 0;
}
@media all and (max-width: 896px) {
  .top-intro {
    padding: 50px 0 150px;
  }
}
@media (width < 751px) {
  .top-intro {
    padding: 120px 0 150px;
  }
}
@media all and (max-width: 600px) {
  .top-intro {
    padding: 120px 0 250px;
  }
}
@media all and (max-width: 480px) {
  .top-intro {
    padding: 120px 0 150px;
  }
}
.top-intro::after {
  position: absolute;
  content: "";
  width: 1021px;
  height: 407px;
  background: url(../../images/top/ship1.svg) bottom right/contain no-repeat;
  bottom: 8px;
  right: 0;
  z-index: -1;
}
@media all and (max-width: 1367px) {
  .top-intro::after {
    width: 500px;
  }
}
@media all and (max-width: 600px) {
  .top-intro::after {
    width: 400px;
  }
}
@media all and (max-width: 480px) {
  .top-intro::after {
    width: 250px;
  }
}
.top-intro .width {
  max-width: 610px;
}
@media all and (max-width: 600px) {
  .top-intro__logo img {
    max-width: 300px;
  }
}
@media all and (max-width: 480px) {
  .top-intro__logo img {
    max-width: 262px;
  }
}
.top-intro__ttl {
  font-size: 3.8rem;
  font-weight: 600;
  line-height: 54px;
  margin-top: 70px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #0A2A4E;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media all and (max-width: 600px) {
  .top-intro__ttl {
    font-size: 3rem;
    margin-top: 40px;
  }
}
@media all and (max-width: 480px) {
  .top-intro__ttl {
    font-size: 2.4rem;
    line-height: 38px;
  }
}
.top-intro__txt {
  font-size: 1.8rem;
  line-height: 36px;
  margin-top: 50px;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media all and (max-width: 896px) {
  .top-intro__txt {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .top-intro__txt {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 36px;
    margin-top: 40px;
  }
}

.top-point {
  background-color: #F5F5F5;
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .top-point {
    padding: 40px 0;
  }
}
.top-point__slide .splide__list {
  padding: 0 0 20px 20px !important;
  display: flex;
  justify-content: center;
}
@media (width < 951px) {
  .top-point__slide .splide__list {
    justify-content: flex-start;
  }
}
@media (width < 951px) {
  .top-point__slide .splide__track {
    padding-left: 8px !important;
  }
}
.top-point__slide .splide__slide-card {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.top-point__slide .splide__slide-card figure {
  position: relative;
  aspect-ratio: 1.42/1;
  overflow: hidden;
}
.top-point__slide .splide__slide-card figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.top-point__slide .splide__slide-card .splide__slide-arrow {
  transition: 0.5s;
}
.top-point__slide .splide__slide-txtbox {
  padding: 20px 20px 20px;
}
.top-point__slide .splide__slide h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #B69A7C;
  line-height: 28px;
}
.top-point__slide .splide__slide-txt {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 20px;
  line-height: 28px;
  min-height: 12em;
}
@media all and (max-width: 480px) {
  .top-point__slide .splide__slide-txt {
    margin-top: 10px;
  }
}
.top-point__slide .splide__slide-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 8px;
}
.top-point__slide .splide__slide-tag li {
  background: #2F2F2F;
  color: #fff;
  border-radius: 4px;
  text-align: center;
  padding: 0 8px;
  font-size: 1.4rem;
  font-weight: 300;
}
.top-point__slide .splide__slide-arrow {
  background: #fff;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .top-point__slide .splide__slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.top-point__slide .splide__slide .common-linkbtn {
  margin-top: 25px;
}
.top-point__slide .splide__arrow {
  background: none;
  top: 96%;
  opacity: 1;
}
@media (width < 1240px) {
  .top-point__slide .splide__arrow {
    width: 50px;
    height: 52px;
  }
}
.top-point__slide .splide__arrow img {
  width: 50px;
  height: 52px;
}
.top-point__slide .splide__arrow:hover {
  opacity: 1;
}
.top-point__slide .splide__arrow--prev {
  left: auto;
  right: 154px;
  transform: translateY(-50%) scale(-1, 1);
}
@media all and (max-width: 896px) {
  .top-point__slide .splide__arrow--prev {
    right: 100px;
  }
}
@media all and (max-width: 480px) {
  .top-point__slide .splide__arrow--prev {
    right: 50px;
  }
}
.top-point__slide .splide__arrow--next {
  right: 80px;
}
@media all and (max-width: 896px) {
  .top-point__slide .splide__arrow--next {
    right: 30px;
  }
}
@media all and (max-width: 480px) {
  .top-point__slide .splide__arrow--next {
    right: 0;
  }
}
.top-point__slide .splide__arrow--next:hover svg {
  transform: translateX(8px);
}
.top-point__slide .splide .splide__pagination {
  bottom: -48px;
}
@media all and (max-width: 896px) {
  .top-point__slide .splide .splide__pagination {
    bottom: -42px;
  }
}
.top-point__slide .splide .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin: 3px 5px;
  background: #fff;
  opacity: 1 !important;
}
.top-point__slide .splide .splide__pagination__page.is-active {
  transform: none;
  background: #009FB9;
  opacity: 1 !important;
}
.top-point__slide-progress {
  display: none;
  background: #E4E4E4;
  margin-top: 60px;
  width: calc(100% - 326px);
}
@media (width < 1001px) {
  .top-point__slide-progress {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .top-point__slide-progress {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 480px) {
  .top-point__slide-progress {
    width: calc(100% - 159px);
  }
}
.top-point__slide-progress-bar {
  background: #B69A7C;
  height: 3px;
  transition: width 500ms ease;
  width: 0;
}

.top-event {
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .top-event {
    padding: 40px 0;
  }
}
.top-event__slide .splide__list {
  padding: 0 0 20px 20px !important;
  display: flex;
  justify-content: center;
}
@media (width < 951px) {
  .top-event__slide .splide__list {
    justify-content: flex-start;
  }
}
@media (width < 951px) {
  .top-event__slide .splide__track {
    padding-left: 8px !important;
  }
}
.top-event__slide .splide__slide-card {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.top-event__slide .splide__slide-card figure {
  position: relative;
  aspect-ratio: 1.42/1;
  overflow: hidden;
}
.top-event__slide .splide__slide-card figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.top-event__slide .splide__slide-card .splide__slide-arrow {
  transition: 0.5s;
}
.top-event__slide .splide__slide-txtbox {
  padding: 20px 20px 0;
}
.top-event__slide .splide__slide h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #B69A7C;
  line-height: 25px;
  min-height: 3em;
}
.top-event__slide .splide__slide-txt {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 20px;
  line-height: 28px;
  min-height: 8em;
}
@media all and (max-width: 480px) {
  .top-event__slide .splide__slide-txt {
    margin-top: 10px;
  }
}
.top-event__slide .splide__slide-arrow {
  background: #fff;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .top-event__slide .splide__slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.top-event__slide .splide__slide .common-linkbtn {
  margin-top: 25px;
}
.top-event__slide .splide__arrow {
  background: none;
  top: 96%;
  opacity: 1;
}
@media (width < 1240px) {
  .top-event__slide .splide__arrow {
    width: 50px;
    height: 52px;
  }
}
.top-event__slide .splide__arrow img {
  width: 50px;
  height: 52px;
}
.top-event__slide .splide__arrow:hover {
  opacity: 1;
}
.top-event__slide .splide__arrow--prev {
  left: auto;
  right: 154px;
  transform: translateY(-50%) scale(-1, 1);
}
@media all and (max-width: 896px) {
  .top-event__slide .splide__arrow--prev {
    right: 100px;
  }
}
@media all and (max-width: 480px) {
  .top-event__slide .splide__arrow--prev {
    right: 50px;
  }
}
.top-event__slide .splide__arrow--next {
  right: 80px;
}
@media all and (max-width: 896px) {
  .top-event__slide .splide__arrow--next {
    right: 30px;
  }
}
@media all and (max-width: 480px) {
  .top-event__slide .splide__arrow--next {
    right: 0;
  }
}
.top-event__slide .splide__arrow--next:hover svg {
  transform: translateX(8px);
}
.top-event__slide .splide .splide__pagination {
  bottom: -48px;
}
@media all and (max-width: 896px) {
  .top-event__slide .splide .splide__pagination {
    bottom: -42px;
  }
}
.top-event__slide .splide .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin: 3px 5px;
  background: #fff;
  opacity: 1 !important;
}
.top-event__slide .splide .splide__pagination__page.is-active {
  transform: none;
  background: #009FB9;
  opacity: 1 !important;
}
.top-event__slide-progress {
  display: none;
  background: #E4E4E4;
  margin-top: 60px;
  width: calc(100% - 326px);
}
@media (width < 1001px) {
  .top-event__slide-progress {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .top-event__slide-progress {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 480px) {
  .top-event__slide-progress {
    width: calc(100% - 159px);
  }
}
.top-event__slide-progress-bar {
  background: #B69A7C;
  height: 3px;
  transition: width 500ms ease;
  width: 0;
}

.top-goods {
  background-color: #F5F5F5;
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .top-goods {
    padding: 40px 0;
  }
}
.top-goods__slide .splide__list {
  padding: 0 0 20px 20px !important;
  display: flex;
  justify-content: center;
}
@media (width < 661px) {
  .top-goods__slide .splide__list {
    justify-content: flex-start;
  }
}
@media (width < 1001px) {
  .top-goods__slide .splide__track {
    padding-left: 8px !important;
  }
}
.top-goods__slide .splide__slide-card {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.top-goods__slide .splide__slide-card figure {
  position: relative;
  aspect-ratio: 1.42/1;
  overflow: hidden;
}
.top-goods__slide .splide__slide-card figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.top-goods__slide .splide__slide-card .splide__slide-arrow {
  transition: 0.5s;
}
.top-goods__slide .splide__slide-txtbox {
  padding: 20px 20px 20px;
  border-top: 1px solid #eee;
}
.top-goods__slide .splide__slide h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #B69A7C;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 28px;
}
.top-goods__slide .splide__slide h4 {
  font-size: 1.4rem;
  font-weight: 500;
  color: #B69A7C;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 22px;
	margin-top: 10px;
}
.top-goods__slide .splide__slide-txt {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 20px;
  line-height: 28px;
  min-height: 8em;
}
.top-goods__slide .splide__slide-txt a {
  color: #009FB9;
  font-weight: 700;
  text-decoration: underline;
}
@media all and (max-width: 480px) {
  .top-goods__slide .splide__slide-txt {
    margin-top: 10px;
  }
}
.top-goods__slide .splide__slide-arrow {
  background: #fff;
  width: 60px;
  height: 60px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .top-goods__slide .splide__slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.top-goods__slide .splide__slide .common-linkbtn {
  margin-top: 25px;
}
.top-goods__slide .splide__arrow {
  background: none;
  top: 96%;
  opacity: 1;
}
@media (width < 1240px) {
  .top-goods__slide .splide__arrow {
    width: 50px;
    height: 52px;
  }
}
.top-goods__slide .splide__arrow img {
  width: 50px;
  height: 52px;
}
.top-goods__slide .splide__arrow:hover {
  opacity: 1;
}
.top-goods__slide .splide__arrow--prev {
  left: auto;
  right: 154px;
  transform: translateY(-50%) scale(-1, 1);
}
@media all and (max-width: 896px) {
  .top-goods__slide .splide__arrow--prev {
    right: 100px;
  }
}
@media all and (max-width: 480px) {
  .top-goods__slide .splide__arrow--prev {
    right: 50px;
  }
}
.top-goods__slide .splide__arrow--next {
  right: 80px;
}
@media all and (max-width: 896px) {
  .top-goods__slide .splide__arrow--next {
    right: 30px;
  }
}
@media all and (max-width: 480px) {
  .top-goods__slide .splide__arrow--next {
    right: 0;
  }
}
.top-goods__slide .splide__arrow--next:hover svg {
  transform: translateX(8px);
}
.top-goods__slide .splide .splide__pagination {
  bottom: -48px;
}
@media all and (max-width: 896px) {
  .top-goods__slide .splide .splide__pagination {
    bottom: -42px;
  }
}
.top-goods__slide .splide .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin: 3px 5px;
  background: #fff;
  opacity: 1 !important;
}
.top-goods__slide .splide .splide__pagination__page.is-active {
  transform: none;
  background: #009FB9;
  opacity: 1 !important;
}
.top-goods__slide-progress {
  display: none;
  background: #E4E4E4;
  margin-top: 60px;
  width: calc(100% - 326px);
}
@media (width < 661px) {
  .top-goods__slide-progress {
    display: block;
  }
}
@media all and (max-width: 896px) {
  .top-goods__slide-progress {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 480px) {
  .top-goods__slide-progress {
    width: calc(100% - 159px);
  }
}
.top-goods__slide-progress-bar {
  background: #B69A7C;
  height: 3px;
  transition: width 500ms ease;
  width: 0;
}
.top-goods__price {
  text-align: right;
  color: #E62525;
  font-size: 2rem;
  font-weight: 700;
  line-height: 28px;
  margin-top: 16px;
}
.top-goods__price--small {
  font-size: 1.2rem;
}
.top-goods__info{
	font-size: 1.4rem;
  font-weight: 300;
  line-height: 25px;
  margin-top: 5px;
}
.top-goods__note{
  width: 100%;
  max-width: 716px;
  margin: 20px auto 0;
}
.top-goods__note h4{
  font-weight: 500;
}

.top-compare {
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .top-compare {
    padding: 40px 0;
  }
}
.top-compare .width {
  max-width: 1200px;
}
.top-compare__item dl {
  display: flex;
  text-align: center;
}
.top-compare__item dt, .top-compare__item dd {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 130%;
  vertical-align: middle;
  padding: 24px 16px;
}
@media all and (max-width: 896px) {
  .top-compare__item dt, .top-compare__item dd {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .top-compare__item dt, .top-compare__item dd {
    font-size: 1.2rem;
    padding: 12px 4px;
  }
}
.top-compare__item dt {
  position: relative;
  flex-shrink: 0;
  width: 276px;
  background: #F5F5F5;
  position: relative;
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .top-compare__item dt {
    width: 150px;
  }
}
@media all and (max-width: 480px) {
  .top-compare__item dt {
    width: 77px;
  }
}
.top-compare__item dt::after {
  position: absolute;
  content: "";
  width: calc(100% - 32px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #C4C4C4;
}
@media all and (max-width: 480px) {
  .top-compare__item dt::after {
    width: calc(100% - 8px);
  }
}
.top-compare__item dd {
  position: relative;
  flex-grow: 1;
  width: calc((100% - 276px) / 2);
  word-break: keep-all;
}
@media all and (max-width: 896px) {
  .top-compare__item dd {
    width: calc((100% - 150px) / 2);
  }
}
@media all and (max-width: 480px) {
  .top-compare__item dd {
    width: calc((100% - 77px) / 2);
  }
}
.top-compare__item dd::after {
  position: absolute;
  content: "";
  width: calc(100% - 32px);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #C4C4C4;
}
@media all and (max-width: 480px) {
  .top-compare__item dd::after {
    width: calc(100% - 8px);
  }
}
.top-compare__item dd:nth-child(2) {
  color: #0A2A4E;
}
.top-compare__item dd:nth-child(3) {
  color: #B69A7C;
  background: #FFF6ED;
}
.top-compare__item.first {
  margin-bottom: 20px;
}
@media all and (max-width: 480px) {
  .top-compare__item.first {
    margin-bottom: 15px;
  }
}
.top-compare__item.first dt {
  background: none;
}
.top-compare__item.first dt::after {
  content: none;
}
.top-compare__item.first dd:nth-child(2) {
  position: relative;
  background: #0A2A4E;
  color: #fff;
  margin: 0 16px;
}
@media all and (max-width: 480px) {
  .top-compare__item.first dd:nth-child(2) {
    font-size: 1.4rem;
    margin: 0 4px;
  }
}
.top-compare__item.first dd:nth-child(2)::before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #0A2A4E transparent transparent transparent;
  border-width: 20px 16px 0px 16px;
}
@media all and (max-width: 480px) {
  .top-compare__item.first dd:nth-child(2)::before {
    bottom: -10px;
    border-width: 10px 7px 0px 7px;
  }
}
.top-compare__item.first dd:nth-child(2)::after {
  content: none;
}
.top-compare__item.first dd:nth-child(3) {
  position: relative;
  background: #B69A7C;
  color: #fff;
  margin: 0 16px;
}
@media all and (max-width: 480px) {
  .top-compare__item.first dd:nth-child(3) {
    font-size: 1.4rem;
    margin: 0 4px;
  }
}
.top-compare__item.first dd:nth-child(3)::before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #B69A7C transparent transparent transparent;
  border-width: 20px 16px 0px 16px;
}
@media all and (max-width: 480px) {
  .top-compare__item.first dd:nth-child(3)::before {
    bottom: -10px;
    border-width: 10px 7px 0px 7px;
  }
}
.top-compare__item.first dd:nth-child(3)::after {
  content: none;
}
.top-compare__img {
  margin-top: 100px;
}
@media all and (max-width: 600px) {
  .top-compare__img {
    margin-top: 40px;
  }
}
@media all and (max-width: 480px) {
  .top-compare__img {
    margin: 40px auto 0;
    max-width: 80%;
  }
}
.top-compare__img ul {
  position: relative;
  display: flex;
}
@media all and (max-width: 480px) {
  .top-compare__img ul {
    display: block;
  }
}
.top-compare__img ul::after {
  position: absolute;
  content: "";
  top: 61%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 121px;
  height: 121px;
  background: url(../../images/top/arrowleft_large.svg) center center/contain no-repeat;
}
@media all and (max-width: 1025px) {
  .top-compare__img ul::after {
    width: 100px;
  }
}
@media all and (max-width: 480px) {
  .top-compare__img ul::after {
    top: 48%;
    left: 38%;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    width: 50px;
    background: url(../../images/top/arrowleft_large.svg) top center/contain no-repeat;
  }
}
.top-compare__img ul li {
  text-align: center;
}
.top-compare__img ul li img {
  width: 100%;
}
.top-compare__img--before p {
  background: #0A2A4E;
}
.top-compare__img--before p::before {
  border-color: #0A2A4E transparent transparent transparent;
}
@media all and (max-width: 480px) {
  .top-compare__img--after {
    margin-top: 30px;
  }
}
.top-compare__img--after p {
  background: #B69A7C;
}
.top-compare__img--after p::before {
  border-color: #B69A7C transparent transparent transparent;
}
.top-compare__img p {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 130%;
  width: 430px;
  height: 80px;
  display: grid;
  place-content: center;
  margin: 0 auto 20px;
}
@media all and (max-width: 1025px) {
  .top-compare__img p {
    width: 80%;
  }
}
@media all and (max-width: 480px) {
  .top-compare__img p {
    font-size: 1.4rem;
    width: 133px;
    height: 42px;
  }
}
.top-compare__img p::before {
  position: absolute;
  content: "";
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 16px 0px 16px;
}
@media all and (max-width: 480px) {
  .top-compare__img p::before {
    bottom: -10px;
    border-width: 10px 7px 0px 7px;
  }
}

.top-voice {
  position: relative;
  background-color: #F5F5F5;
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .top-voice {
    padding: 40px 0 340px;
  }
}
.top-voice::before {
  position: absolute;
  content: "";
  top: 172px;
  left: 0;
  width: 705px;
  height: 301px;
  background: url(../../images/top/ship2.svg) top left/contain no-repeat;
}
@media all and (max-width: 1367px) {
  .top-voice::before {
    width: 493.5px;
  }
}
@media all and (max-width: 896px) {
  .top-voice::before {
    top: 220px;
  }
}
@media all and (max-width: 480px) {
  .top-voice::before {
    top: auto;
    bottom: 170px;
    width: 344px;
    background-position: bottom left;
  }
}
.top-voice::after {
  position: absolute;
  content: "";
  bottom: 35px;
  right: 0;
  width: 585px;
  height: 301px;
  background: url(../../images/top/ship3.svg) bottom right/contain no-repeat;
}
@media all and (max-width: 1367px) {
  .top-voice::after {
    width: 409.5px;
  }
}
@media all and (max-width: 480px) {
  .top-voice::after {
    bottom: 23px;
    width: 247px;
  }
}
.top-voice__list {
  position: relative;
  z-index: 1;
}
.top-voice__list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px 32px;
}
@media all and (max-width: 1025px) {
  .top-voice__list ul {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media all and (max-width: 896px) {
  .top-voice__list ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }
}
.top-voice__list ul li {
  border-radius: 4px;
  border: 1px solid #B69A7C;
  background: url(../../images/top/balloon.svg) left 16px center/43px no-repeat #fff;
  padding: 20px 16px 20px 90px;
}
@media all and (max-width: 600px) {
  .top-voice__list ul li {
    padding: 9px 16px 9px 75px;
  }
}
.top-voice__txt {
  color: #0A2A4E;
}
.top-voice__comment {
  font-size: 1.8rem;
  font-weight: 500;
}
@media all and (max-width: 600px) {
  .top-voice__comment {
    font-size: 1.6rem;
  }
}
.top-voice__name {
  text-align: right;
  font-size: 1.4rem;
  font-weight: 400;
}
@media all and (max-width: 600px) {
  .top-voice__name {
    font-size: 1.2rem;
  }
}

.top-overview {
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .top-overview {
    padding: 40px 0;
  }
}
.top-overview__list dl {
  display: flex;
}
@media all and (max-width: 480px) {
  .top-overview__list dl {
    display: block;
  }
}
.top-overview__list dl.first dt {
  border-top: 1px solid #009FB9;
}
.top-overview__list dl.first dd {
  border-top: 1px solid #e6e6e6;
}
.top-overview__list dl.time dd {
  word-break: keep-all;
  text-align: left;
}
.top-overview__list dl + .top-overview__list--note {
  margin-top: 20px;
  font-size: 1.6rem;
  padding-left: 1em;
  text-indent: -1em;
}
@media all and (max-width: 480px) {
  .top-overview__list dl + .top-overview__list--note {
    margin-top: 10px;
    font-size: 1.4rem;
  }
}
.top-overview__list dt {
  flex-shrink: 0;
  width: 278px;
  background: #009FB9;
  position: relative;
  word-break: keep-all;
  color: #fff;
  text-align: center;
  display: grid;
  place-content: center;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 130%;
  border-bottom: 1px solid #e6e6e6;
}
@media all and (max-width: 896px) {
  .top-overview__list dt {
    width: 150px;
  }
}
@media all and (max-width: 480px) {
  .top-overview__list dt {
    width: 100%;
    font-size: 1.6rem;
    padding: 8px 16px;
    border-left: 1px solid #009FB9;
  }
}
.top-overview__list dd {
  position: relative;
  flex-grow: 1;
  width: calc(100% - 278px);
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 26px;
  padding: 16px 24px;
}
@media all and (max-width: 896px) {
  .top-overview__list dd {
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 480px) {
  .top-overview__list dd {
    padding: 8px 16px;
    width: 100%;
    border-left: 1px solid #e6e6e6;
    text-align: center;
  }
}
@media all and (max-width: 480px) {
  .top-overview__list dd ul {
    text-align: left;
  }
}
.top-overview__list dd ul li {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.top-overview__list dd ul li.noindent {
  padding-left: 0;
  text-indent: 0;
}
.top-overview__list dd ul li.noindent::before {
  content: none;
}
.top-overview__list--note {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  .top-overview__list--note {
    text-align: left;
  }
}
@media all and (max-width: 480px) {
  .top-overview__list--note.spcenter {
    text-align: center;
  }
}
.top-overview__list--link {
  margin-top: 40px;
}
.top-overview__list--link a {
  position: relative;
  display: block;
  border-radius: 8px;
  background: #F99B58;
  color: #fff;
  width: 100%;
  max-width: 379px;
  height: 80px;
  margin: auto;
  padding: 8px 35px 8px 16px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26px;
  word-break: keep-all;
  display: grid;
  place-content: center;
}
.top-overview__list--link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  background: url(../../images/top/arrowleft_white.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
}
.top-overview__month {
  font-weight: 700;
  color: #009FB9;
  font-size: 1.8rem;
}
.top-overview__list .accordion-header {
  position: relative;
  margin: 10px 0;
  cursor: pointer;
  border: 2px solid #009FB9;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
  width: 100%;
  font-size: 1.8rem;
  @media (width < 479px) {
    font-size: 1.6rem;
  }
}
.top-overview__list .accordion-header::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 8px;
  background: url(../../images/top/arrowleft_blue.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
}
.top-overview__list .accordion-header.active::after {
  transform: translateY(-50%) rotate(270deg);
}
.top-overview__notice {
  background: linear-gradient(108deg, #666 12.31%, #999 100%);
  padding: 10px 0;
  text-align: center;
  color: #fff;
  margin: 100px auto;
  max-width: 995px;
}
@media (width < 995px) {
  .top-overview__notice {
    max-width: 100%;
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 480px) {
  .top-overview__notice {
    padding: 10px;
    margin: 40px auto;
    width: 100%;
  }
}
.top-overview__notice--flame.yoko {
  position: relative;
 /* background-image: url(../../images/top/flame2_line_left.svg), url(../../images/top/flame2_line_right.svg);*/
  background-repeat: repeat-y, repeat-y;
  background-position: top left, top right;
  background-size: 10px, 10px;
  height: 263px;
}
@media (width < 750px) {
  .top-overview__notice--flame.yoko {
    height: 350px;
  }
}
@media all and (max-width: 480px) {
  .top-overview__notice--flame.yoko {
    height: 263px;
  }
}
.top-overview__notice--flame.yoko::before, .top-overview__notice--flame.yoko::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 25px;
}
.top-overview__notice--flame.yoko::before {
  top: 0;
  right: 0;
  /*background: url(../../images/top/flame2_kado2.svg) center center/contain no-repeat;*/
  z-index: 1;
}
.top-overview__notice--flame.yoko::after {
  top: 0;
  left: 0;
  transform: scale(-1, 1);
  /*background: url(../../images/top/flame2_kado1.svg) center center/contain no-repeat;*/
}
.top-overview__notice--flame.tate {
  position: relative;
  /*background-image: url(../../images/top/flame2_line_top.svg), url(../../images/top/flame2_line_bottom.svg);*/
  background-repeat: repeat-X, repeat-X;
  background-position: top, bottom;
  background-size: 12px, 12px;
  height: 263px;
  display: grid;
  place-content: center;
}
@media (width < 750px) {
  .top-overview__notice--flame.tate {
    height: 350px;
  }
}
@media all and (max-width: 480px) {
  .top-overview__notice--flame.tate {
    height: 263px;
  }
}
.top-overview__notice--flame.tate::before, .top-overview__notice--flame.tate::after {
  position: absolute;
  content: "";
  width: 26px;
  height: 25px;
}
.top-overview__notice--flame.tate::before {
  bottom: 0;
  right: 0;
 /* background: url(../../images/top/flame2_kado2.svg) center center/contain no-repeat;*/
  transform: scale(1, -1);
}
.top-overview__notice--flame.tate::after {
  bottom: 0;
  left: 0;
  transform: scale(-1, 1);
  /*background: url(../../images/top/flame2_kado1.svg) center center/contain no-repeat;*/
  transform: scale(-1, -1);
}
.top-overview__notice p {
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 34px;
  margin: 0 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media all and (max-width: 480px) {
  .top-overview__notice p {
    font-size: 2.4rem;
    margin: 0;
  }
}
.top-overview__notice ul {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  gap: 32px;
}
@media (width < 900px) {
  .top-overview__notice ul {
    display: block;
    margin-top: 20px;
  }
}
.top-overview__notice ul li {
  position: relative;
  color: #666;
  background: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 26px;
  display: grid;
  place-content: center;
  width: 370px;
  height: 51px;
}
@media (width < 900px) {
  .top-overview__notice ul li {
    width: calc(100% - 50px);
    margin: 0 auto 10px;
  }
  .top-overview__notice ul li:last-child {
    margin: 0 auto;
  }
}
@media all and (max-width: 480px) {
  .top-overview__notice ul li {
    width: 100%;
    font-size: 1.4rem;
    height: 50px;
    line-height: 20px;
  }
}
@media (width < 376px) {
  .top-overview__notice ul li {
    font-size: 1.3rem !important;
  }
}
@media (width < 350px) {
  .top-overview__notice ul li {
    font-size: 1.1rem !important;
  }
}
.top-overview__notice ul li::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  border-width: 0px 0px 51px 16px;
  top: 0;
  left: -16px;
}
@media all and (max-width: 480px) {
  .top-overview__notice ul li::before {
    border-width: 0px 0px 50px 16px;
  }
}
.top-overview__notice ul li::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 51px 16px 0px 0px;
  top: 0;
  right: -16px;
}
@media all and (max-width: 480px) {
  .top-overview__notice ul li::after {
    border-width: 50px 16px 0px 0px;
  }
}

.top-attraction {
  background-color: #F5F5F5;
  padding: 100px 0;
}
@media all and (max-width: 480px) {
  .top-attraction {
    padding: 40px 0;
  }
}
.top-attraction__inner {
  margin-right: calc(50% - 50vw);
  max-width: 1554px;
}
.top-attraction__slide .splide__list {
  padding: 0 20px 20px 0 !important;
}
.top-attraction__slide .splide__slide-card {
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.12);
  background: #fff;
}
.top-attraction__slide .splide__slide-card figure {
  position: relative;
  aspect-ratio: 1.42/1;
  overflow: hidden;
}
.top-attraction__slide .splide__slide-card figure img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: transform 0.5s ease;
}
.top-attraction__slide .splide__slide-card .splide__slide-arrow {
  transition: 0.5s;
}
.top-attraction__slide .splide__slide-txtbox {
  padding: 20px 20px 0;
}
.top-attraction__slide .splide__slide h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #B69A7C;
  line-height: 25px;
  min-height: 3em;
}
.top-attraction__slide .splide__slide h4 {
  font-size: 1.0rem;
  font-weight: 600;
  color: #B69A7C;
  line-height: 20px;
  min-height: 2.5em;
}
.top-attraction__slide .splide__slide-txt {
  font-size: 1.4rem;
  font-weight: 300;
  margin-top: 20px;
  line-height: 28px;
  min-height: 12em;
}
@media all and (max-width: 480px) {
  .top-attraction__slide .splide__slide-txt {
    margin-top: 10px;
  }
}
.top-attraction__slide .splide__slide-arrow {
  background: #fff;
  width: 72px;
  height: 72px;
  display: grid;
  place-content: center;
}
@media all and (max-width: 480px) {
  .top-attraction__slide .splide__slide-arrow {
    width: 40px;
    height: 40px;
  }
}
.top-attraction__slide .splide__slide .common-linkbtn {
  margin-top: 25px;
}
.top-attraction__slide .splide__arrow {
  background: none;
  top: 96%;
  opacity: 1;
  width: 72px;
  height: 72px;
}
@media (width < 1240px) {
  .top-attraction__slide .splide__arrow {
    width: 50px;
    height: 52px;
  }
}
.top-attraction__slide .splide__arrow img {
  width: 72px;
  height: 72px;
}
@media (width < 1240px) {
  .top-attraction__slide .splide__arrow img {
    width: 50px;
    height: 52px;
  }
}
.top-attraction__slide .splide__arrow:hover {
  opacity: 1;
}
.top-attraction__slide .splide__arrow--prev {
  left: auto;
  right: 154px;
  transform: translateY(-50%) scale(-1, 1);
}
@media all and (max-width: 896px) {
  .top-attraction__slide .splide__arrow--prev {
    right: 100px;
  }
}
@media all and (max-width: 480px) {
  .top-attraction__slide .splide__arrow--prev {
    right: 50px;
  }
}
.top-attraction__slide .splide__arrow--next {
  right: 80px;
}
@media all and (max-width: 896px) {
  .top-attraction__slide .splide__arrow--next {
    right: 30px;
  }
}
@media all and (max-width: 480px) {
  .top-attraction__slide .splide__arrow--next {
    right: 0;
  }
}
.top-attraction__slide .splide__arrow--next:hover svg {
  transform: translateX(8px);
}
.top-attraction__slide .splide .splide__pagination {
  bottom: -48px;
}
@media all and (max-width: 896px) {
  .top-attraction__slide .splide .splide__pagination {
    bottom: -42px;
  }
}
.top-attraction__slide .splide .splide__pagination__page {
  width: 16px;
  height: 16px;
  margin: 3px 5px;
  background: #fff;
  opacity: 1 !important;
}
.top-attraction__slide .splide .splide__pagination__page.is-active {
  transform: none;
  background: #009FB9;
  opacity: 1 !important;
}
.top-attraction__slide-progress {
  background: #E4E4E4;
  margin-top: 60px;
  width: calc(100% - 326px);
}
@media all and (max-width: 896px) {
  .top-attraction__slide-progress {
    width: calc(100% - 230px);
  }
}
@media all and (max-width: 480px) {
  .top-attraction__slide-progress {
    width: calc(100% - 159px);
  }
}
.top-attraction__slide-progress-bar {
  background: #B69A7C;
  height: 3px;
  transition: width 500ms ease;
  width: 0;
}

.top-common__ttlbox {
  text-align: center;
  margin-bottom: 40px;
}
@media all and (max-width: 480px) {
  .top-common__ttlbox {
    margin-bottom: 20px;
  }
}
.top-common__sub {
  position: relative;
  display: inline-block;
  padding: 0 107px;
  color: #B69A7C;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 36px;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .top-common__sub {
    padding: 0 40px;
    font-size: 1.4rem;
    line-height: 26px;
  }
}
.top-common__sub::before, .top-common__sub::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  background: url(../../images/top/flame1.svg) center center/contain no-repeat;
  width: 92px;
  height: 19px;
}
@media all and (max-width: 896px) {
  .top-common__sub::before, .top-common__sub::after {
    width: 70px;
    height: 14px;
  }
}
@media all and (max-width: 480px) {
  .top-common__sub::before, .top-common__sub::after {
    width: 32px;
    height: 7px;
  }
}
.top-common__sub::before {
  left: 0;
}
.top-common__sub::after {
  right: 0;
  transform: translateY(-50%) scaleX(-1);
}
.top-common__ttl {
  color: #009FB9;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 4rem;
  font-weight: 600;
  line-height: 71.529px;
}
@media all and (max-width: 480px) {
  .top-common__ttl {
    font-size: 2.4rem;
    line-height: 38px;
  }
}

.splide__slide-link {
  margin-top: 32px;
  padding: 0 20px 20px;
}
.splide__slide-link a {
  box-sizing: border-box;
  display: block;
  border: 1px solid #B69A7C;
  background: #fff;
  color: #B69A7C;
  position: relative;
  padding: 9px 80px;
  font-size: 1.4rem;
  text-align: center;
}
@media all and (max-width: 480px) {
  .splide__slide-link a {
    padding: 9px;
  }
}
.splide__slide-link a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  background: url(../../images/top/arrowleft_gold.svg) center center/contain no-repeat;
  width: 23px;
  height: 24px;
}
@media (hover: hover) {
  .splide__slide-link a:hover {
    background: #B69A7C;
    color: #fff;
    opacity: 1;
  }
  .splide__slide-link a:hover::after {
    background: url(../../images/top/arrowleft_white.svg) center center/contain no-repeat;
  }
}

.modal__gallery-img {
  text-align: center;
}
.modal__gallery-txt {
  margin-top: 20px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .modal__gallery-txt {
    text-align: left;
  }
}
.modal__gallery-close {
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 30px auto 0;
  border: 1px solid #B69A7C;
  padding: 10px;
  width: 150px;
}

.glightbox-clean .gprev, .glightbox-clean .gnext {
  display: none;
}

p.footer_read{
	text-align: right;
	margin-top: 50px;
	font-size: 1.1rem;
	
}

.accordion-container{
  position: relative;
}

.panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}


