@charset "UTF-8";

.ANA-3013 + .ANA-0060 .ssn-ticket_tour_box {
  padding-top: 0;
}

.is-pc {
  display: block
}

.is-tablet {
  display: none
}

.is-sp {
  display: none
}

.is-wide {
  display: none
}

.no-wide {
  display: block
}

.ofi {
  font-family: "object-fit: cover;";
  object-fit: cover
}

.ssn a[target="_blank"] img.ico-blank-img {
  display: none
}

._pc {
  display: none
}

._tablet {
  display: none
}

.sr-only {
  position: absolute !important;
  overflow: hidden !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  margin: -1px !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  white-space: nowrap !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }

  5% {
    display: block;
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1)
  }

  100% {
    transform: scale(1.2)
  }
}

@keyframes slideloadSp {
  0% {
    height: 0
  }

  100% {
    height: 65px
  }
}

@keyframes slideloadPc {
  0% {
    height: 0
  }

  100% {
    height: 70px
  }
}

@keyframes hide {
  0% {
    bottom: 0
  }

  99% {
    bottom: -120px
  }
}

@keyframes snoopyKv {
  0% {
    opacity: 0;
    transform: translateY(5%)
  }

  100% {
    opacity: 1;
    transform: translateY(0)
  }
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #a2ddf6;
  color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: 0 0
}

.datepicker--cells {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.datepicker--cell {
  position: relative;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  box-sizing: border-box;
  height: 32px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.datepicker--cell.-focus- {
  background: #f0f0f0
}

.datepicker--cell.-current- {
  color: #4eb5e6
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a
}

.datepicker--cell.-current-.-in-range- {
  color: #4eb5e6
}

.datepicker--cell.-in-range- {
  border-radius: 0;
  background: rgba(92, 196, 239, .1);
  color: #4a4a4a
}

.datepicker--cell.-in-range-.-focus- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell.-disabled- {
  color: #aeaeae;
  cursor: default
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae
}

.datepicker--cell.-range-from- {
  border: 1px solid rgba(92, 196, 239, .5);
  border-radius: 4px 0 0 4px;
  background-color: rgba(92, 196, 239, .1)
}

.datepicker--cell.-range-to- {
  border: 1px solid rgba(92, 196, 239, .5);
  border-radius: 0 4px 4px 0;
  background-color: rgba(92, 196, 239, .1)
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px
}

.datepicker--cell.-selected- {
  border: none;
  background: #5cc4ef;
  color: #fff
}

.datepicker--cell.-selected-.-current- {
  background: #5cc4ef;
  color: #fff
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced
}

.datepicker--cell:empty {
  cursor: default
}

.datepicker--days-names {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 8px 0 3px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.datepicker--day-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  color: #ff9a19;
  text-align: center;
  text-transform: uppercase;
  font-size: .8em;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.datepicker--cell-day {
  width: 14.28571%
}

.datepicker--cells-months {
  height: 170px
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%
}

.datepicker--years {
  height: 170px
}

.datepicker--cells-years {
  height: 170px
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #a2ddf6;
  color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: 0 0
}

.datepickers-container {
  position: absolute;
  top: 0;
  left: 0
}

.datepicker {
  position: absolute;
  left: -100000px;
  z-index: 100;
  box-sizing: content-box;
  width: 250px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
  color: #4a4a4a;
  font-size: 14px;
  font-family: Tahoma, sans-serif;
  opacity: 0;
  transition: opacity .3s ease, left 0s .3s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s;
  transition: opacity .3s ease, transform .3s ease, left 0s .3s, -webkit-transform .3s ease
}

.datepicker.-from-top- {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px)
}

.datepicker.-from-right- {
  -webkit-transform: translateX(8px);
  transform: translateX(8px)
}

.datepicker.-from-bottom- {
  -webkit-transform: translateY(8px);
  transform: translateY(8px)
}

.datepicker.-from-left- {
  -webkit-transform: translateX(-8px);
  transform: translateX(-8px)
}

.datepicker.active {
  opacity: 1;
  transition: opacity .3s ease, left 0s 0s, -webkit-transform .3s ease;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s;
  transition: opacity .3s ease, transform .3s ease, left 0s 0s, -webkit-transform .3s ease;
  -webkit-transform: translate(0);
  transform: translate(0)
}

.datepicker-inline .datepicker {
  position: static;
  right: auto;
  left: auto;
  border-color: #d7d7d7;
  box-shadow: none;
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.datepicker-inline .datepicker--pointer {
  display: none
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px
}

.-only-timepicker- .datepicker--content {
  display: none
}

.datepicker--pointer {
  position: absolute;
  z-index: -1;
  width: 10px;
  height: 10px;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  background: #fff
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg)
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg)
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg)
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg)
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 10px / 2)
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 10px / 2)
}

.datepicker--body {
  display: none
}

.datepicker--body.active {
  display: block
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #a2ddf6;
  color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: 0 0
}

.datepicker--nav {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  padding: 4px;
  min-height: 32px;
  border-bottom: 1px solid #efefef;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.-only-timepicker- .datepicker--nav {
  display: none
}

.datepicker--nav-action,
.datepicker--nav-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  cursor: pointer;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.datepicker--nav-action:hover {
  background: #f0f0f0
}

.datepicker--nav-action.-disabled- {
  visibility: hidden
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px
}

.datepicker--nav-title {
  padding: 0 8px;
  border-radius: 4px
}

.datepicker--nav-title i {
  margin-left: 5px;
  color: #9c9c9c;
  font-style: normal
}

.datepicker--nav-title:hover {
  background: #f0f0f0
}

.datepicker--nav-title.-disabled- {
  background: 0 0;
  cursor: default
}

.datepicker--buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 4px;
  border-top: 1px solid #efefef
}

.datepicker--button {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  height: 32px;
  border-radius: 4px;
  color: #4eb5e6;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center
}

.datepicker--button:hover {
  background: #f0f0f0;
  color: #4a4a4a
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #a2ddf6;
  color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: 0 0
}

.datepicker--time {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  padding: 4px;
  border-top: 1px solid #efefef;
  -webkit-align-items: center;
  align-items: center
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  max-width: 138px;
  -webkit-flex: 0 1 138px;
  -ms-flex: 0 1 138px;
  flex: 0 1 138px
}

.-only-timepicker- .datepicker--time {
  border-top: none
}

.datepicker--time-sliders {
  margin-right: 10px;
  max-width: 153px;
  -webkit-flex: 0 1 153px;
  -ms-flex: 0 1 153px;
  flex: 0 1 153px
}

.datepicker--time-label {
  display: none;
  font-size: 12px
}

.datepicker--time-current {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  margin: 0 0 0 10px;
  text-align: center;
  font-size: 14px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  position: relative;
  z-index: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  line-height: 1
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  position: absolute;
  top: -3px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
  border-radius: 4px;
  background: #f0f0f0;
  content: "";
  opacity: 0
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1
}

.datepicker--time-current-ampm {
  margin-bottom: 1px;
  margin-left: 6px;
  color: #9c9c9c;
  text-transform: uppercase;
  font-size: 11px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end
}

.datepicker--time-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
  font-size: 11px;
  -webkit-align-items: center;
  align-items: center
}

.datepicker--time-row:first-child {
  margin-bottom: 4px
}

.datepicker--time-row input[type=range] {
  margin: 0;
  padding: 0;
  height: 100%;
  background: 0 0;
  cursor: pointer;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8
}

.datepicker--time-row input[type=range]:focus {
  outline: 0
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  border-color: #5cc4ef;
  background: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  border-color: #5cc4ef;
  background: #5cc4ef
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  border-color: #5cc4ef;
  background: #5cc4ef
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 1px solid #dedede;
  border-radius: 3px;
  background: #fff;
  cursor: pointer;
  transition: background .2s
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  margin-top: -6px
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  height: 1px;
  border: none;
  background: 0 0;
  color: transparent;
  cursor: pointer
}

.datepicker--time-row input[type=range]::-moz-range-track {
  height: 1px;
  border: none;
  background: 0 0;
  color: transparent;
  cursor: pointer
}

.datepicker--time-row input[type=range]::-ms-track {
  height: 1px;
  border: none;
  background: 0 0;
  color: transparent;
  cursor: pointer
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0
}

.datepicker--time-row span {
  padding: 0 12px
}

.datepicker--time-icon {
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
  border: 1px solid;
  border-radius: 50%;
  color: #9c9c9c;
  font-size: 16px
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  position: absolute;
  background: currentColor;
  content: ""
}

.datepicker--time-icon:after {
  top: calc(50% + 1px);
  left: calc(50% - 1px);
  width: 1px;
  height: .4em;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%)
}

.datepicker--time-icon:before {
  top: calc(50% + 1px);
  left: calc(50% - 1px);
  width: .4em;
  height: 1px
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  background: #a2ddf6;
  color: #fff
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .1);
  color: #ccc
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background-color: rgba(92, 196, 239, .2)
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  border: none;
  background: 0 0
}

.slick-next,
.slick-prev {
  position: absolute;
  top: 50%;
  display: block;
  padding: 0;
  width: 20px;
  height: 20px;
  outline: 0;
  border: none;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: .25
}

.slick-next:before,
.slick-prev:before {
  color: #fff;
  font-size: 20px;
  font-family: slick;
  line-height: 1;
  opacity: .75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-prev {
  left: -25px
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "←"
}

[dir=rtl] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: "→"
}

[dir=rtl] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer
}

.slick-dots li button {
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  outline: 0;
  border: 0;
  background: 0 0;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000;
  content: "•";
  text-align: center;
  font-size: 6px;
  font-family: slick;
  line-height: 20px;
  opacity: .25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: 0
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0)
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-right: auto;
  margin-left: auto
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
  height: 100%;
  outline: 0
}

.slick-slide:focus {
  outline: 0
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto
}

.slick-arrow.slick-hidden {
  display: none
}

a.ssn-btn {
  position: relative;
  display: block;
  border-radius: 100px;
  background-color: #eb7308;
  color: #fff;
  text-align: center
}

a.ssn-btn:hover {
  text-decoration: none;
  opacity: .6
}

a.ssn-btn:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  content: ""
}

a.ssn-btn:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 2px solid #eb7308;
  border-right: 2px solid #eb7308;
  content: "";
  transform: rotate(45deg)
}

a.ssn-btn--mid {
  padding: 8px 0
}

a.ssn-btn--mid:after {
  right: 20px;
  width: 6px;
  height: 6px
}

a.ssn-btn--mid:before {
  right: 8px;
  width: 31px;
  height: 31px
}

a.ssn-btn--area {
  display: flex;
  padding: 14px 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333;
  justify-content: center;
  align-items: center
}

a.ssn-btn--area--col {
  width: 100%
}

a.ssn-btn--area span {
  display: block;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

a.ssn-btn--area:after {
  right: 21px;
  width: 6px;
  height: 6px
}

a.ssn-btn--area:before {
  right: 7px;
  width: 34px;
  height: 34px
}

a.ssn-btn--chushikoku span {
  margin-left: -20px
}

a.ssn-btn--large {
  display: flex;
  padding: 8px 0;
  justify-content: center;
  align-items: center
}

a.ssn-btn--large:after {
  right: 20px;
  width: 6px;
  height: 6px
}

a.ssn-btn--large:before {
  right: 8px;
  width: 31px;
  height: 31px
}

a.ssn-btn--back:after {
  right: auto;
  left: 20px;
  width: 6px;
  height: 6px;
  transform: rotate(-135deg)
}

a.ssn-btn--back:before {
  right: auto;
  left: 8px;
  width: 31px;
  height: 31px
}

a.ssn-btn--back i {
  margin-right: 5px;
  width: 16px;
  height: 14px
}

a.ssn-btn--spot {
  padding: 18px 0;
  background-color: #8fbd33;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1
}

a.ssn-btn--spot:after {
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #8fbd33;
  border-right: 2px solid #8fbd33
}

a.ssn-btn--spot:before {
  right: 8px;
  width: 31px;
  height: 31px
}

a.ssn-btn--spot--top {
  padding: 13px 0;
  max-width: 195px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}

a.ssn-btn--spot--top:after {
  right: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #8fbd33;
  border-right: 2px solid #8fbd33
}

a.ssn-btn--spot--top:before {
  right: 8px;
  width: 25px;
  height: 25px
}

a.ssn-btn--htl {
  display: flex;
  padding: 14px 0;
  background-color: #ffa600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  justify-content: center;
  align-items: center
}

a.ssn-btn--htl::after {
  border-top: 2px solid #ffa600;
  border-right: 2px solid #ffa600
}

a.ssn-btn--htl .area {
  display: block;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

a.ssn-btn--htl .label {
  margin-left: 0;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333
}

a.ssn-btn--htl:after {
  right: 21px;
  width: 6px;
  height: 6px
}

a.ssn-btn--htl:before {
  right: 7px;
  width: 34px;
  height: 34px
}

a.ssn-btn--rank {
  display: flex;
  padding: 14px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857;
  justify-content: center;
  align-items: center
}

a.ssn-btn--rank--col {
  width: 100%
}

a.ssn-btn--rank span {
  display: block;
  margin-right: 10px;
  padding: 3px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

a.ssn-btn--rank:after {
  right: 21px;
  width: 6px;
  height: 6px
}

a.ssn-btn--rank:before {
  right: 7px;
  width: 34px;
  height: 34px
}

a.ssn-btn--rank--hotel {
  margin-top: 20px;
  padding: 6px 0;
  background-color: #ffa600;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462
}

a.ssn-btn--rank--hotel:after {
  border-top: 2px solid #ffa600;
  border-right: 2px solid #ffa600
}

a.ssn-btn--amc {
  margin-right: auto;
  margin-left: auto;
  width: 78.57143%;
  background-color: #8fbd33;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.33333
}

a.ssn-btn--amc:after {
  border-top: 2px solid #8fbd33;
  border-right: 2px solid #8fbd33
}

#wrap-container {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  max-width: 100%;
  width: 100%
}

.rcrumbs-list {
  margin: 0 auto;
  padding-right: 20px;
  padding-left: 20px;
  max-width: 1240px
}

.res-pagetop-box {
  display: none
}

.res-inner-contents--end {
  position: relative
}

.ssn-cont {
  position: relative
}

.ssn-hdr__bg {
  position: relative
}

.ssn-hdr__bg img {
  width: 100%;
  height: 268px
}

.ssn-hdr__name {
  position: absolute;
  top: 73px;
  left: 50%;
  z-index: 1;
  padding: 12px 15px 12px;
  background-color: #0b318f;
  color: #fff;
  text-align: center
}

.ssn-hdr__name-ja {
  margin-top: 8px;
  font-size: 35px;
  font-size: 3.5rem;
  line-height: 1
}

.ssn-hdr__name-en {
  font-weight: 400;
  font-weight: 400;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: Lato, sans-serif;
  line-height: 1
}

.ssn-hdr__snoopy {
  position: absolute;
  top: 184px;
  left: 5px;
  width: 226px
}

.ssn-hdr__cpy {
  padding: 40px 20px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-hdr__cpy-top {
  padding: 50px 20px 40px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-hdr__caption {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 5px 0 3px 6px;
  color: #000;
  text-shadow: 0 0 6px rgba(255, 255, 255, .8);
  font-weight: 700;
  font-size: 9px;
  font-size: .9rem;
  line-height: 1
}

.ssn-hdr__caption::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: .8
}

.ssn-sec {
  overflow: hidden;
  padding-right: 20px;
  padding-bottom: 60px;
  padding-left: 20px
}

.ssn-sec--white {
  background-color: #fff
}

.ssn-sec--gray {
  background-color: #f6f6f6
}

.ssn-sec--blue {
  background-color: #8fbd33
}

.ssn-sec__wrap {
  margin: auto;
  max-width: 1080px
}

.ssn-sec__wrap--mile {
  padding: 40px 0 0;
  max-width: 1080px;
  border: 4px solid #f6f6f6
}

.ssn-sec__hdr {
  text-align: center
}

.ssn-sec__hdl2 {
  margin-top: 18px;
  color: #0b318f;
  font-size: 14px;
  font-size: 1.8rem;
  line-height: 1.57143
}

.ssn-sec__hdl-en {
  display: block;
  color: #000;
  letter-spacing: .06em;
  font-weight: 900;
  font-size: 27px;
  font-size: 2.7rem;
  font-family: Lato, sans-serif;
  line-height: 1
}

.ssn-sec__pwd {
  margin-top: 10px;
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-anchor__nav {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px
}

.ssn-anchor__nav--ttl {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69231
}

.ssn-anchor__nav--sttl {
  margin-top: 7px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1
}

.ssn-anchor__nav-en {
  letter-spacing: .04em;
  font-weight: 900;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Lato, sans-serif;
  line-height: 1
}

.ssn-anchor__list {
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  width: 77.77778%
}

.ssn-anchor__item {
  border-top: 1px solid #e2e2e2
}

.ssn-anchor__item:last-child {
  border-bottom: 1px solid #e2e2e2
}

.ssn-anchor__item > a {
  position: relative;
  display: inline-flex;
  padding: 20px 7px;
  width: 100%;
  height: 100%;
  color: #000;
  flex-flow: column;
  justify-content: center
}

.ssn-anchor__item > a::before {
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  content: "";
  transition: background-color .3s ease
}

.ssn-anchor__item > a::after {
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 5px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_arw_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.ssn-anchor__item > a:hover {
  text-decoration: none
}

.ssn-anchor__item > a > span {
  display: block
}

.ssn-bnr__section {
  padding: 40px 30px
}

.ssn-bnr__wrap {
  margin: auto
}

.ssn-bnr__wrap img {
  width: 100%
}

.ssn-bnr--1col img {
  width: 100%;
  aspect-ratio: 300/172
}

.ssn-bnr--1col--rwd {
  padding: 0 30px;
  background-color: #fff
}

.ssn-bnr--3col img {
  width: 100%;
  aspect-ratio: 300/172
}

.ssn-bnr--desc {
  padding: 45px 30px 40px
}

.ssn-bnr__title {
  margin-bottom: 19px;
  color: #0b318f;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1
}

.ssn-bnr__itm {
  margin-top: 10px
}

.ssn-bnr__itm--1col {
  margin-top: 0
}

.ssn-bnr__itm--1col + .ssn-bnr__itm--1col {
  margin-top: 30px
}

.ssn-bnr__itm--sv img {
  width: 100%;
  aspect-ratio: 300/172
}

.ssn-fixed-bnr {
  position: fixed;
  bottom: 0;
  z-index: 3;
  margin: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, .8);
  transition: opacity .5s ease, bottom .2s ease
}

.ssn-fixed-bnr--fadeout {
  bottom: -120px;
  opacity: 0
}

.ssn-fixed-bnr--hide {
  animation: hide .5s linear
}

.ssn-fixed-bnr__wrap {
  position: relative;
  margin: auto;
  padding: 10px 30px
}

.ssn-fixed-bnr__close {
  position: absolute;
  top: 0;
  top: 10px;
  right: 6px;
  display: flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  align-items: center;
  justify-content: center
}

.ssn-fixed-bnr__close img {
  width: 8px;
  height: 8px
}

.ssn-goto {
  padding-bottom: 50px
}

.ssn-goto-link__blank a {
  display: inline;
  padding-bottom: 5px;
  background: linear-gradient(transparent 95%, #0062b1 0);
  color: #0062b1
}

.ssn-goto-link__blank a[target="_blank"]:after {
  display: inline-block;
  margin-left: 4px;
  width: 9px;
  height: 7px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_blk-blue.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.ssn-goto-link__blank a:hover {
  text-decoration: none
}

.ssn-goto-link__blank a img {
  display: none
}

.ssn-goto-notice {
  text-align: left
}

.ssn-goto-notice__list {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333
}

.ssn-goto-notice__list.indent1 {
  padding-left: 1em;
  text-indent: -1em
}

.ssn-goto-notice__list.indent2 .item {
  padding-left: 2em;
  counter-increment: number;
  text-indent: -2em
}

.ssn-goto-notice__list.indent2 .item::before {
  content: "※"counter(number)
}

.ssn-goto-notice__list .item + .ssn-goto-notice__list .item {
  margin-top: 4px
}

.ssn-goto-top {
  padding-top: 62px;
  padding-bottom: 0
}

.ssn-goto-links {
  margin-bottom: 40px;
  text-align: left
}

.ssn-goto-links__item {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.92308
}

.ssn-goto-links__item + .ssn-goto-links__item {
  margin-top: 17px
}

.ssn-goto-hdr {
  position: relative;
  display: block;
  overflow: hidden;
  height: 75px;
  background-color: #8fbd33;
  color: #fff;
  cursor: pointer
}

.ssn-goto-hdr:active {
  color: #fff
}

.ssn-goto-hdr__img {
  position: absolute;
  bottom: -6px;
  left: -4px;
  width: 60px;
  content: ""
}

.ssn-goto-hdr__ttl {
  display: flex;
  flex-direction: column;
  height: 75px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.375;
  align-items: center;
  justify-content: center
}

.ssn-goto-hdr:hover {
  text-decoration: none
}

.ssn-goto__tgl {
  position: absolute;
  top: 50%;
  right: 10px;
  display: flex;
  margin: auto;
  transform: translateY(-50%);
  justify-content: center
}

.ssn-goto__tgl i {
  position: relative;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  background-color: #fff
}

.ssn-goto__tgl i:after,
.ssn-goto__tgl i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 13.5px;
  height: 2px;
  background-color: #8fbd33;
  content: ""
}

.ssn-goto__tgl i:after {
  transition: transform .25s ease;
  transform: rotate(-90deg)
}

.ssn-goto__tgl i.close:after {
  transform: rotate(0)
}

.ssn-goto__row {
  display: none;
  padding: 20px 0 10px
}

.ssn-goto-cont {
  margin: 0 10px 10px;
  padding: 35px 0;
  background-color: #fff
}

.ssn-goto-cont:last-child {
  margin-bottom: 0
}

.ssn-goto-cont__item1 {
  position: relative
}

.ssn-goto-period__hdr {
  text-align: center
}

.ssn-goto-period__hdr-ttl {
  color: #8fbd33;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1
}

.ssn-goto-period__txt {
  margin-top: 24px;
  text-align: left
}

.ssn-goto-period__copy {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-goto-period__imp {
  margin-top: 10px
}

.ssn-goto-des__hdr {
  color: #8fbd33;
  text-align: center
}

.ssn-goto-des__hdr-ttl {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1
}

.ssn-goto-jet {
  position: absolute;
  top: 68px;
  right: 2.8125%;
  width: 34.53125%;
  content: ""
}

.ssn-goto__inwrap {
  padding: 0 3.125%
}

.ssn-goto-intro {
  margin-top: 50px
}

.ssn-goto-intro__txt {
  text-align: left
}

.ssn-goto-intro__txt > .string {
  margin-top: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-goto-intro__txt > .string:last-child {
  margin-top: 0
}

.ssn-goto-intro__txt > .string > b {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-goto-intro__imp {
  margin-top: 14px
}

.ssn-goto-detail {
  margin-top: 18px
}

.ssn-goto-detail__wrap {
  border: 2px solid #f6f6f6
}

.ssn-goto-detail__hdr {
  padding: 20px 0;
  width: 100%;
  color: #8fbd33;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1
}

.ssn-goto-detail__cont {
  display: flex;
  flex-direction: column;
  margin: 0 3.33333%;
  padding: 18px 0 28px;
  border-top: 2px solid #f6f6f6
}

.ssn-goto-detail__img {
  margin: 0 auto;
  width: 100%;
  text-align: center;
  order: -1;
  flex: 0 0 auto
}

.ssn-goto-about {
  margin-top: 29px;
  padding: 0 3.83877%
}

.ssn-goto-about__hdr {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}

.ssn-goto-about__hdr > strong {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1
}

.ssn-goto-about__copy {
  margin-top: 14px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 2
}

.ssn-goto-about__copy > .highlight {
  margin-right: 6px;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846
}

.ssn-goto-about__copy > .highlight > span {
  font-weight: 700
}

.ssn-goto-about__imp {
  margin-top: 4px
}

.ssn-goto__mark {
  position: relative;
  background-color: transparent;
  background-position: left bottom;
  background-size: 1px 6px;
  background-repeat: repeat-x
}

.ssn-goto__mark--lg {
  background-size: 1px 5px
}

.ssn-goto__mark--orange {
  background-image: url(/domestic/theme/season/summer/img/top/goto/bg-marker_or.png)
}

.ssn-goto__mark--green {
  background-image: url(/domestic/theme/season/summer/img/top/goto/bg-marker_gr.png)
}

.ssn-goto__mark--blue {
  background-image: url(/domestic/theme/season/summer/img/top/goto/bg-marker_ble.png)
}

.ssn-goto-ex__wrap {
  text-align: center
}

.ssn-goto-ex__cont {
  margin-top: 30px;
  padding: 0 3.33333%
}

.ssn-goto-ex__hdr {
  color: #8fbd33;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1;
  font-feature-settings: "palt"
}

.ssn-goto-ex__txt {
  margin-top: 26px;
  text-align: left
}

.ssn-goto-ex__detail {
  margin-top: 10px
}

.ssn-goto-ex__cpy {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-goto-ex__cpy > b {
  font-weight: 700
}

.ssn-goto-ex__cpy > b > span {
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-goto-figure__txt > mark {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1
}

.ssn-goto-figure__txt > mark > span {
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-feature-settings: "palt"
}

.ssn-goto-figure__img {
  position: relative;
  margin-top: 19px;
  margin-top: 58px
}

.ssn-goto-figure__img::before {
  position: absolute;
  top: -42px;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 25px;
  background-image: url(/domestic/theme/season/summer/img/top/goto/arrow_lg.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.ssn-goto-mile__hdr {
  position: relative;
  padding-top: 9px;
  text-align: center;
  font-feature-settings: "palt"
}

.ssn-goto-mile__balloon {
  position: relative;
  padding: 9px 14px;
  border-radius: 30px;
  background-color: #0669c4;
  color: #fff;
  letter-spacing: .12em;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  font-feature-settings: "palt"
}

.ssn-goto-mile__balloon::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  border: 4px solid transparent;
  border-top: 6px solid #0669c4;
  content: ""
}

.ssn-goto-mile__ttl {
  margin-top: 20px;
  color: #8fbd33;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5
}

.ssn-goto-mile__ttl > span {
  display: block;
  margin-bottom: 8px;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-goto-mile__item {
  position: relative;
  display: flex;
  padding: 36px 0 25px;
  width: 100%;
  border: 2px solid #8fbd33;
  align-items: center
}

.ssn-goto-mile__item:first-child {
  position: relative;
  margin-top: 52px
}

.ssn-goto-mile__item:first-child::after,
.ssn-goto-mile__item:first-child::before {
  position: absolute;
  right: 0;
  bottom: -27px;
  left: 0;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color: #000;
  content: ""
}

.ssn-goto-mile__item:first-child::after {
  transform: rotate(90deg)
}

.ssn-goto-mile__item:last-child::after,
.ssn-goto-mile__item:last-child::before {
  position: absolute;
  top: -59px;
  left: calc(50% - 3px);
  margin: auto;
  width: 2px;
  height: 12px;
  background-color: #000;
  content: ""
}

.ssn-goto-mile__item:last-child::after {
  left: calc(50% + 3px)
}

.ssn-goto-mile__item + .ssn-goto-mile__item {
  margin-top: 70px
}

.ssn-goto-mile__item-icon {
  position: absolute;
  top: -30px;
  right: 0;
  left: 0;
  margin: auto;
  width: 50px;
  height: 50px
}

.ssn-goto-mile__item--inner {
  width: 100%;
  text-align: center
}

.ssn-goto-mile__sq1--top > b {
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1
}

.ssn-goto-mile__sq1--top > span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-goto-mile__sq1--btm {
  margin-top: 16px
}

.ssn-goto-mile__sq1--btm > span {
  display: block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}

.ssn-goto-mile__sq1--btm > mark {
  display: inline-block;
  margin-top: 6px;
  letter-spacing: .05em;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-goto-mile__sq1--btm > mark > span {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1
}

.ssn-goto-mile__sq2--top > b {
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1
}

.ssn-goto-mile__sq2--top > span {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333
}

.ssn-goto-mile__sq2--btm {
  margin-top: 35px
}

.ssn-goto-mile__sq2--btm > p {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462
}

.ssn-goto-mile__sq2--btm > b {
  display: block;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462
}

.ssn-goto-mile__sq2--btm > mark {
  display: inline-block;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.38462
}

.ssn-goto-mile__sq2--btm > mark > span {
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1
}

.ssn-goto-mile__sq3--top > b {
  display: inline-block;
  letter-spacing: .05em;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.42857
}

.ssn-goto-mile__sq3--btm {
  margin-top: 12px
}

.ssn-goto-mile__sq3--btm > p {
  color: #eb9007;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-goto-mile__sq3--btm > p > span {
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1
}

.ssn-goto-mile__imp {
  margin-top: 10px;
  text-align: left
}

.ssn-goto-info {
  position: relative;
  margin-top: 26px
}

.ssn-goto-info__wrap {
  position: relative;
  padding: 25px 0;
  background-color: #f6f6f6
}

.ssn-goto-info__content {
  margin: 0 7.14286%
}

.ssn-goto-info__circle {
  display: inline-block;
  margin-right: 3px;
  margin-bottom: -4px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1;
  line-height: 34px
}

.ssn-goto-info__circle--orange {
  background: #eb9007
}

.ssn-goto-info__circle--blue {
  background: #0669c4
}

.ssn-goto-info__item + .ssn-goto-info__item {
  margin-top: 14px
}

.ssn-goto-info__item dd,
.ssn-goto-info__item span,
.ssn-goto-info__item > dt {
  letter-spacing: .05em;
  font-weight: 700
}

.ssn-goto-info__item > dt {
  z-index: 1;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}

.ssn-goto-info__item > dd {
  position: relative;
  display: flex;
  margin-top: 13px;
  padding-left: 30px;
  letter-spacing: .05em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.61538;
  align-items: flex-end;
  font-feature-settings: "palt"
}

.ssn-goto-info__item > dd::before {
  position: absolute;
  top: 4px;
  left: 10px;
  width: 15px;
  height: 8px;
  background: url(/domestic/theme/season/summer/img/top/goto/arrow_sm.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.ssn-goto-info__copy {
  margin-top: 20px;
  margin-left: 28px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333
}

.ssn-goto-info__img01 {
  position: absolute;
  bottom: 0;
  left: -8px;
  width: 46px;
  content: ""
}

.ssn-goto-info__img02 {
  position: absolute;
  top: -22px;
  right: -5PX;
  width: 86px;
  content: ""
}

.ssn-goto-point {
  margin-top: 30px
}

.ssn-goto-point__cont {
  border: 2px solid #0669c4;
  text-align: center
}

.ssn-goto-point__ttl {
  padding: 11px 0;
  background-color: #0669c4;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1
}

.ssn-goto-point__txt {
  padding: 16px 0;
  background-color: #fff
}

.ssn-goto-point__copy {
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.8
}

.ssn-goto-point__copy > b {
  color: #eb9007;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.42105
}

.ssn-goto-point__point {
  display: inline-block;
  margin-top: 12px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.41667
}

.ssn-goto-point__imp {
  display: inline-block;
  margin-top: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333
}

.rcrumbs-wrap {
  padding-right: 3%;
  padding-left: 3%
}

.ssn {
  position: relative;
  font-weight: 400;
  font-family: ヒラギノ角ゴシック, Hiragino Sans, Hiragino Kaku Gothic ProN, HiraKakuProN-W3, ヒラギノ角ゴ ProN W3, Hiragino Kaku Gothic Pro, HiraKakuPro-W3, ヒラギノ角ゴ Pro W3, Noto Sans CJK JP, メイリオ, Meiryo, Roboto, Droid Sans, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif
}

.ssn__btn {
  z-index: 4
}

.ssn__btn a {
  display: flex;
  flex-direction: column;
  width: 78px;
  height: 57px;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1;
  align-items: center;
  justify-content: center
}

.ssn__btn a i {
  display: block;
  background-size: cover;
  background-repeat: no-repeat
}

.ssn__spot {
  position: sticky;
  top: 64px;
  display: none
}

_:-ms-fullscreen,
:root .ssn__spot {
  top: 0 !important
}

.ssn__spot--btn--ssnico {
  width: 34px;
  height: 34px
}

.ssn__spot--btn--txt {
  padding-top: 10px
}

.ssn__spot.ssn__spot--close a i::before {
  opacity: 0;
  transition: background-image .25s ease
}

.ssn__spot.ssn__spot--close a i::after {
  opacity: 1;
  transition: background-image .25s ease
}

.ssn__spot a {
  background-color: #0b318f;
  transition: background-color .25s ease
}

.ssn__spot a i {
  position: relative;
  margin: 0 auto;
  width: 34px;
  height: 34px;
  transition: background-image .25s ease
}

.ssn__spot a i::after,
.ssn__spot a i::before {
  position: absolute;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  transition: background-image .25s ease
}

.ssn__spot a i::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 18px;
  height: 29px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_pin.svg)
}

.ssn__spot a i::after {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 22px;
  height: 22px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_close.svg);
  content: "";
  opacity: 0
}

.ssn__spot--close a {
  background-color: #000;
  transition: background-color .25s ease
}

.ssn__ssn {
  position: sticky;
  top: 64px;
  text-decoration: none
}

_:-ms-fullscreen,
:root .ssn__ssn {
  top: 0 !important
}

.ssn__ssn--btn--ssnico {
  width: 22px;
  height: 21px
}

.ssn__ssn--btn--txt {
  padding-top: 3px
}

.ssn__ssn.ssn__ssn--close a i::before {
  opacity: 0;
  transition: background-image .25s ease
}

.ssn__ssn.ssn__ssn--close a i::after {
  opacity: 1;
  transition: background-image .25s ease
}

.ssn__ssn a {
  background-color: #8fbd33;
  transition: background-color .25s ease
}

.ssn__ssn a i {
  position: relative;
  margin: 0 auto;
  width: 22px;
  height: 21px;
  transition: background-image .25s ease
}

.ssn__ssn a i::after,
.ssn__ssn a i::before {
  position: absolute;
  background-position: 50% 50%;
  background-size: contain;
  content: "";
  transition: background-image .25s ease
}

.ssn__ssn a i::before {
  width: 24px;
  height: 22px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_ssn.svg)
}

.ssn__ssn a i::after {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_close.svg);
  content: "";
  opacity: 0
}

.ssn__ssn--close a {
  background-color: #000;
  transition: background-color .25s ease
}

.ssn__sch {
  bottom: 0
}

.ssn__sch a {
  background-color: #eb7308
}

.ssn__sch a i {
  margin: 0 auto 5px;
  width: 19px;
  height: 20px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_sch_wh.svg);
  background-size: cover
}

.ssn__sch--pc {
  display: none
}

.ssn__sch--sp {
  display: block;
  width: 78px
}

.ssn-back {
  margin: 40px 20px 50px
}

.ssn-lst {
  padding: 36px 0;
  background-color: #f6f6f6;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.83333
}

.ssn-lst a {
  color: #000;
  text-decoration: underline
}

.ssn-lst__wrap {
  padding: 0 20px
}

.ssn-lst__copy {
  margin-top: 20px
}

.ssn-mile {
  padding-top: 50px
}

.ssn-mile__wrap {
  max-width: 1000px
}

.ssn-mile__hdr {
  position: relative;
  margin-bottom: 60px;
  padding: 0 16px;
  text-align: center
}

.ssn-mile__hdr::after,
.ssn-mile__hdr::before {
  position: absolute;
  bottom: -36px;
  z-index: -1;
  width: 60px;
  height: 40px;
  background-image: url(/domestic/theme/season/summer/img/common/step_ico_210413.png);
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.ssn-mile__hdr::before {
  left: 6px
}

.ssn-mile__hdr::after {
  right: 6px;
  transform: rotateY(180deg)
}

.ssn-mile__hdl2 {
  display: inline;
  padding-bottom: 8px;
  background: linear-gradient(transparent 90%, #0b318f 0);
  color: #0b318f;
  font-weight: 700;
  font-size: 23px;
  font-size: 2.3rem;
  line-height: 1.91304
}

.ssn-mile__cpy {
  margin-top: 28px;
  text-align: left;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-mile__cont {
  display: none;
  margin-bottom: 30px;
  border-top: 4px solid #f6f6f6
}

.ssn-mile__wrap {
  margin-right: 16px;
  margin-left: 16px
}

.ssn-mile-step {
  position: relative;
  margin-top: 40px;
  padding: 0 4.80769% 25px;
  background-color: #f6f6f6
}

.ssn-mile-step:first-child {
  margin-top: 35px
}

.ssn-mile-step:before {
  position: absolute;
  top: -13px;
  left: 50%;
  padding: 6px 18px;
  border-radius: 50px;
  background-color: #000;
  color: #fff;
  font-weight: 400;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: Lato, sans-serif;
  line-height: 1;
  transform: translateX(-50%)
}

.ssn-mile-step__hdr {
  margin-bottom: 20px;
  border-bottom: 2px solid #fff
}

.ssn-mile-step__hdr:after,
.ssn-mile-step__hdr:before {
  content: ""
}

.ssn-mile-step__hdr--step1 {
  padding-top: 13px;
  padding-bottom: 20px;
  justify-content: center
}

.ssn-mile-step__hdr--step1:after,
.ssn-mile-step__hdr--step1:before {
  display: none
}

.ssn-mile-step__hdr--step2 {
  padding-bottom: 20px
}

.ssn-mile-step__hdr--step2:before {
  background-image: url(/domestic/theme/season/summer/img/common/step_ico2-1.png)
}

.ssn-mile-step__hdr--step2:after {
  background-image: url(/domestic/theme/season/summer/img/common/step_ico2-2.png)
}

.ssn-mile-step__hdr--step3 {
  padding-bottom: 20px
}

.ssn-mile-step__hdr--step3:before {
  background-image: url(/domestic/theme/season/summer/img/common/step_ico3-1.png)
}

.ssn-mile-step__hdr--step3:after {
  background-image: url(/domestic/theme/season/summer/img/common/step_ico3-2.png)
}

.ssn-mile-step__img {
  display: block
}

.ssn-mile-step--step1:before {
  content: "STEP01"
}

.ssn-mile-step--step2:before {
  content: "STEP02"
}

.ssn-mile-step--step3:before {
  content: "STEP03"
}

.ssn-mile-step__hdr3 {
  margin-top: 27px;
  color: #0b318f;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.61111
}

.ssn-mile-step__detail {
  border-top: 2px solid #f6f6f6
}

.ssn-mile-step__detail-cpy {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-mile-step__detail-cpy .atten {
  color: #ed0000;
  font-weight: 700
}

.ssn-mile-step__detail-cpy--atten {
  margin-top: 5px
}

.ssn-mile-step__detail-cpy--itm {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 600
}

.ssn-mile-step__detail-cpy--itm:before {
  content: "・"
}

.ssn-mile-step__detail-lnk {
  margin-top: 19px
}

.ssn-mile-step__detail-lnk a {
  display: inline-flex;
  border-bottom: 1px solid #0b318f;
  color: #0b318f;
  align-items: center
}

.ssn-mile-step__detail-lnk a:hover {
  text-decoration: none
}

.ssn-mile-step__detail-lnk a img {
  margin-left: 4px;
  width: 9px
}

.ssn-mile-step__detail-name {
  display: flex;
  margin-top: 30px;
  padding: 14px 6%;
  background-color: #fff;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333;
  align-items: center;
  justify-content: space-between
}

.ssn-mile-step__detail-name i {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000
}

.ssn-mile-step__detail-name i:after,
.ssn-mile-step__detail-name i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 12px;
  height: 2px;
  background-color: #fff;
  content: ""
}

.ssn-mile-step__detail-name i:after {
  transition: transform .25s ease;
  transform: rotate(-90deg)
}

.ssn-mile-step__detail-name i.close:after {
  transform: rotate(0)
}

.ssn-mile-step__detail-info {
  display: none;
  overflow: hidden;
  margin-top: 2px;
  padding: 0 5.35714% 30px;
  background-color: #fff
}

.ssn-mile-step__detail-sttl {
  margin-top: 20px;
  padding: 13px 6%;
  background-color: #0b318f;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333
}

.ssn-mile-step__detail-scpy {
  margin-top: 16px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333
}

.ssn-mile-step__detail-img {
  display: block;
  margin-top: 16px
}

.ssn-mile-step__detail-img img {
  width: 100%;
  aspect-ratio: 500/389
}

.ssn-mile-step__btn {
  display: flex;
  border-top: 4px solid #f6f6f6;
  justify-content: center;
  align-items: center
}

.ssn-mile-step__tgl {
  position: relative;
  display: flex;
  padding: 20px 0;
  width: 100%;
  color: #000 !important;
  text-decoration: none;
  justify-content: center
}

.ssn-mile-step__tgl span {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.33333
}

.ssn-mile-step__tgl i {
  position: relative;
  display: block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000
}

.ssn-mile-step__tgl i:after,
.ssn-mile-step__tgl i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: ""
}

.ssn-mile-step__tgl i:after {
  transition: transform .25s ease;
  transform: rotate(-90deg)
}

.ssn-mile-step__tgl i.close:after {
  transform: rotate(0)
}

.ssn-mile-amc {
  margin-top: 27px
}

.sr-only,
html.is-modal {
  overflow: hidden
}

.sr-only {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  border: 0
}

.datepicker {
  z-index: 1001
}

.modal-childmodal,
.modal-mainmodal {
  position: relative;
  z-index: 1000;
  display: none
}

.modal-mainmodal label {
  font-size: 1.4rem;
  line-height: 1.4
}

.modal-mainmodal .modal-mainmodal-inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.modal-mainmodal .modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7)
}

.modal-mainmodal .modal-contents {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  max-width: 600px;
  max-height: 100%;
  width: 100%;
  background-color: #fff
}

.modal-mainmodal .modal-close {
  position: absolute;
  top: 15px;
  right: 30px;
  z-index: 1;
  width: 18px;
  height: 18px;
  outline: 0;
  border: none;
  background-color: transparent;
  cursor: pointer
}

.modal-mainmodal .modal-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modal-mainmodal .modal-close:after,
.modal-mainmodal .modal-close:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 4px;
  height: 100%;
  background: #fff;
  content: ""
}

.modal-mainmodal .modal-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modal-mainmodal .modal-inner {
  padding: 20px 30px
}

.modal-mainmodal .modal-col._form {
  -webkit-overflow-scrolling: touch
}

.modal-mainmodal .modal-col._submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  padding: 0 15px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center
}

.modal-mainmodal .modal-col._submit .modal-btn {
  padding: 12px 10px;
  max-width: 320px;
  width: 100%;
  outline: 0;
  border: none;
  background-color: #f37800;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem
}

.modal-mainmodal.modal-childmodal .modal-col._submit .modal-btn {
  background-color: #24509b
}

.modal-mainmodal .modal-head {
  padding: 10px 30px;
  background: #24509b;
  color: #fff;
  font-weight: 700;
  font-size: 1.8rem;
  margin-top: 0;
}

.modal-mainmodal .modal-title {
  padding: 15px;
  background-color: #24509b;
  color: #fff;
  font-weight: 700
}

.modal-mainmodal .modal-child-title {
  font-weight: 700;
  font-size: 1.4rem
}

.c-block.cldcl {
  width: 100%
}

.c-block.cldcl:last-child {
  margin-bottom: 10px
}

.c-block.cldcl + .c-block.cldcl {
  padding-top: 15px
}

.c-block.cldcl .modal-content-row {
  margin-left: 0
}

.modal-mainmodal .modal-content-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.modal-mainmodal .modal-content-wrap + .modal-content-wrap {
  margin-top: 25px
}

.modal-mainmodal .modal-content-wrap + .modal-child-title-wrap {
  border-top: 1px dotted #000
}

.modal-mainmodal .modal-content-col {
  width: 100%
}

.modal-mainmodal .modal-content-col + .modal-content-col {
  margin-top: 20px
}

.modal-mainmodal .modal-content-wrap .modal-content-col input[type=text] {
  width: 100%
}

.modal-mainmodal.modal-childmodal .modal-content-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  width: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center
}

.modal-mainmodal .modal-content-col._full {
  width: 100%
}

.modal-mainmodal .modal-label {
  display: block;
  margin-bottom: .5rem;
  font-size: 1.4rem;
  line-height: 1.4
}

.modal-mainmodal .modal-content-wrap .modal-content-col,
.modal-mainmodal .num-select-inner,
.modal-mainmodal .participant-box li {
  position: relative
}

.modal-mainmodal .calender-wrap input {
  padding: 5px 5px 5px 43px;
  border-top: none;
  border-right: none;
  border-left: none
}

.modal-mainmodal .calender-wrap {
  position: relative
}

.modal-mainmodal .calender-wrap:after {
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -10px;
  width: 15px;
  height: 19px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2219px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(11%2C%2049%2C%20143)%22%20d%3D%22M-0.000%2C18.999%20L-0.000%2C1.931%20L1.304%2C1.931%20L1.304%2C4.185%20L3.913%2C4.185%20L3.913%2C1.931%20L11.087%2C1.931%20L11.087%2C4.185%20L13.695%2C4.185%20L13.695%2C1.931%20L15.000%2C1.931%20L15.000%2C18.999%20L-0.000%2C18.999%20ZM13.695%2C5.474%20L1.304%2C5.474%20L1.304%2C17.711%20L13.695%2C17.711%20L13.695%2C5.474%20ZM6.827%2C12.662%20L11.100%2C8.759%20L12.401%2C9.946%20L8.127%2C13.849%20L6.827%2C15.038%20L5.526%2C13.849%20L2.924%2C11.474%20L4.225%2C10.286%20L6.827%2C12.662%20ZM11.739%2C-0.001%20L13.043%2C-0.001%20L13.043%2C3.541%20L11.739%2C3.541%20L11.739%2C-0.001%20ZM1.956%2C-0.001%20L3.261%2C-0.001%20L3.261%2C3.541%20L1.956%2C3.541%20L1.956%2C-0.001%20Z%22%2F%3E%3C%2Fsvg%3E");
  content: ""
}

.modal-mainmodal .modal-content-col > .select-checkin input,
.modal-mainmodal .modal-content-col > .select-checkout input {
  padding-left: 43px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #c7c7c7
}

.modal-mainmodal .n-box {
  position: relative;
  padding: 5px 0
}

.modal-childmodal .n-box {
  padding: 5px 0
}

.modal-mainmodal .n-box:after {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -5px;
  width: 15px;
  height: 10px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2215px%22%20height%3D%2210px%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb(12%2C%2050%2C%20143)%22%20d%3D%22M-0.001%2C1.839%20L1.256%2C0.567%20L7.500%2C6.888%20L13.744%2C0.567%20L15.000%2C1.839%20L7.500%2C9.432%20L-0.001%2C1.839%20Z%22%2F%3E%3C%2Fsvg%3E");
  content: "";
  pointer-events: none
}

.modal-mainmodal .n-box select,
.modal-mainmodal .participant-child button {
  padding: 7px 10px;
  width: 100%;
  border: 1px solid #bbb;
  border-radius: 5px;
  line-height: 1.4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.modal-mainmodal .participant-child button {
  margin: 5px 0;
  width: 100%;
  text-align: left
}

.modal-mainmodal .n-box select:-ms-expand {
  display: none
}

.modal-mainmodal .modal-content-col .none {
  visibility: hidden
}

.datepicker {
  z-index: 100000 !important
}

.datepicker .-sun- {
  color: #c00000 !important
}

.datepicker .-sun-.-disabled- {
  color: #e58e8e !important
}

.datepicker .-sat- {
  color: #0b79d6 !important
}

.datepicker .-sat-.-disabled- {
  color: #6dafe6 !important
}

.datepicker .-other-month- {
  color: #aeaeae !important
}

.cp-lnav-list a {
  font-size: 1.6rem
}

.modal-mainmodal .flight {
  position: relative;
  border-bottom: 1px solid #ccc
}

.modal-mainmodal .flight .select-arr,
.modal-mainmodal .flight .select-dep {
  position: relative;
  display: block;
  padding: 5px 10px 5px 43px;
  width: 100%;
  outline: 0;
  border: none;
  background: 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.modal-mainmodal .flight:after {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  margin-top: -5px;
  width: 18px;
  height: 11px;
  content: "";
  pointer-events: none
}

.modal-mainmodal .flight._dep:after {
  background-image: url(/_shared/images/root/common/modparts.png);
  background-position: 0 -92px
}

.modal-mainmodal .flight._arr:after {
  background-image: url(/_shared/images/root/common/modparts.png);
  background-position: 0 -20px
}

.modal-mainmodal select::-ms-expand {
  display: none
}

.ssn-season {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4;
  width: 100%;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: transform, opacity;
  transform: translateY(-78px)
}

.ssn-season.ssn-season--fixed {
  opacity: 1;
  transform: translateY(0)
}

.ssn-season__nav {
  padding-bottom: 40px;
  opacity: 0;
  pointer-events: none
}

.ssn-season__nav--bg {
  position: absolute;
  top: 0;
  width: 100vw;
  height: calc(100% + 358px);
  background-color: #000;
  opacity: 0;
  pointer-events: none
}

.ssn-season__nav.ssn-season__nav--show {
  overflow: auto;
  margin-top: -1px;
  opacity: 1;
  pointer-events: auto
}

.ssn-season--sp {
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: .3s;
  transition-property: transform, opacity;
  transform: translateY(-78px)
}

.ssn-season--sp.ssn-season--fixed {
  opacity: 1;
  transform: translateY(0)
}

.ssn-season--show {
  top: 0;
  opacity: 1
}

.ssn-season--bg .ssn-season--bg {
  position: relative
}

.ssn-season--bg .ssn-season--bg::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  opacity: .7
}

.ssn-season-box {
  position: relative
}

.ssn-area {
  position: fixed;
  z-index: 4;
  width: 100%;
  height: 100%;
  border-bottom: 1px solid #e2e2e2
}

.ssn-area__wrap {
  display: flex;
  margin: 0 auto;
  border-bottom: 1px solid #e2e2e2;
  pointer-events: auto
}

.ssn-area__nav--bg {
  top: 0;
  left: 0;
  display: none;
  margin-left: auto;
  width: 100vw;
  height: 100vh;
  background-color: #000
}

.ssn-area__nav--bg--show {
  display: block
}

.ssn-area__lists li {
  border-right: 1px solid #e2e2e2;
  border-bottom: 1px solid #e2e2e2
}

.ssn-area__itm--4col {
  position: relative;
  margin-top: 0;
  width: 48.4375%
}

.ssn-area__itm--4col a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff
}

.ssn-area__itm--4col.current a figure::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  content: " "
}

.ssn-area__itm--nav {
  position: relative;
  margin-top: 0;
  width: calc((100% + 1px)/ 2)
}

.ssn-area__itm--nav:nth-child(2n) {
  width: calc((100% - 1px)/ 2);
  border-right: none
}

.ssn-area__itm--nav:nth-child(n+7) {
  border-bottom: none
}

.ssn-area__itm--nav a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff
}

.ssn-area__itm--nav a > p {
  position: absolute;
  top: 10.21505%;
  left: 50%;
  width: 35.3125%;
  height: 31.38889vw;
  transform: translateX(-50%)
}

.ssn-area__itm--nav a > p img {
  width: 100%;
  height: 100%
}

.ssn-area__itm--nav a > figure img {
  width: 100%;
  height: 100%
}

.ssn-area__itm--nav--season {
  width: 100%;
  border-bottom: 1px solid #e2e2e2
}

.ssn-area--scroll {
  overflow: scroll;
  pointer-events: visible
}

.ssn-sub {
  position: relative;
  top: 0;
  z-index: 1;
  display: none;
  width: 101px;
  border-right: 1px solid #e2e2e2
}

@-moz-document url-prefix() {
  .ssn-sub {
    min-width: 100px
  }
}

.ssn-sub__name {
  position: absolute;
  top: 0;
  display: flex;
  width: 100px;
  height: calc(100vh - 230px);
  text-align: center;
  font-weight: 400;
  font-weight: 400;
  font-family: Lato, sans-serif;
  justify-content: center;
  align-items: center
}

.ssn-sub__name div {
  transform: rotate(-90deg)
}

_:-ms-fullscreen,
:root .ssn-sub__name div {
  position: relative;
  left: -25px
}

.ssn-sub__name div a {
  display: block;
  color: #000
}

.ssn-sub__name div span {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #e2e2e2;
  font-weight: 400;
  font-weight: 400;
  font-family: Lato, sans-serif
}

.ssn-all__nav {
  position: absolute;
  top: 91px;
  left: 0;
  width: 100vw;
  height: calc(100vh - 90px)
}

.ssn-all__wrap {
  position: relative;
  display: grid;
  height: 90px;
  border-bottom: 1px solid #e2e2e2;
  grid-template-columns: 1fr 60px;
  grid-template-rows: 1fr 1fr;
  -ms-grid-columns: 1fr 60px;
  gap: 0 0;
  grid-template-areas: "ssn-all__title ssn-all__btn--sch""ssn-all__links ssn-all__btn--sch"
}

.ssn-all__title {
  padding: 7px 0;
  background-color: #0b318f;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  grid-area: ssn-all__title;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1
}

.ssn-all__title span {
  padding-right: 6px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1;
  transform: scale(.8)
}

.ssn-all__links {
  display: flex;
  grid-area: ssn-all__links;
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 0;
  justify-content: space-between
}

.ssn-all__btn {
  width: 25%;
  background-color: #fff
}

.ssn-all__btn > a,
.ssn-all__btn > button {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 65px;
  color: #fff;
  font-weight: 700;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity .25s ease;
  align-items: center;
  justify-content: center
}

.ssn-all__btn:not(:last-child) {
  border-right: 1px solid #e2e2e2
}

.ssn-all__btn--sch {
  width: 60px;
  grid-area: ssn-all__btn--sch;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-column: 2/3;
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3
}

.ssn-all__btn--sch a {
  display: flex;
  width: 60px;
  height: 100%;
  background-color: #eb7308;
  color: #fff;
  flex-flow: column;
  align-items: center;
  justify-content: center
}

.ssn-all__btn--sch a i {
  margin: 0 auto 9px;
  width: 19px;
  height: 20px;
  background-image: url(/domestic/theme/season/summer/img/common/ico_sch_wh.svg);
  background-size: cover
}

.ssn-all__btn--sch a p {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1
}

.ssn-all__btn--sch--pc {
  display: none
}

.ssn-all__btn--sch--sp {
  display: block;
  width: 78px
}

.ssn-all__btn--icon {
  display: none;
  width: 15px;
  height: 15px
}

.ssn-all__btn--icon.-active {
  display: block
}

.ssn-all__btn--text {
  display: none;
  padding-top: 7px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-all__btn--text.-active {
  display: block
}

.ssn-all__btn--logo {
  display: block;
  width: 55px;
  height: 55px
}

.ssn-all__btn--logo.-active {
  display: none
}

.ssn-all__btn--logo img {
  width: 100%
}

.ssn-all-area__btn {
  border-right: none;
  border-bottom: none;
  border-left: none
}

.ssn-all-area__btn--spr {
  border-top: 4px solid #ff8892;
  background-color: #fff
}

.ssn-all-area__btn--spr.-active {
  border: none;
  background-color: #ff8892
}

.ssn-all-area__btn--smr {
  background-color: #8fbd33
}

.ssn-all-area__btn--atm {
  border-top: 4px solid #e7b236;
  background-color: #fff
}

.ssn-all-area__btn--atm.-active {
  border: none;
  background-color: #e7b236
}

.ssn-all-area__btn--win {
  border-top: 4px solid #50b7b7;
  background-color: #fff
}

.ssn-all-area__btn--win.-active {
  border: none;
  background-color: #50b7b7
}

.ssn-all-area__btn--gw {
  border-top: 4px solid #ff8892;
  background-color: #fff
}

.ssn-all-area__btn--gw.-active {
  border: none;
  background-color: #ff8892
}

.ssn-all-nav__wrap {
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 60px;
  width: 88.88889%
}

.ssn-pagetop {
  position: fixed;
  right: 10px;
  bottom: 30px;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  transition-timing-function: ease;
  transition-duration: .25s;
  transition-property: opacity, visibility
}

.ssn-pagetop--fixed {
  visibility: visible;
  opacity: 1;
  transition-timing-function: ease;
  transition-duration: .25s;
  transition-property: opacity, visibility
}

.ssn-pagetop--btn a {
  display: block;
  overflow: hidden;
  margin-left: auto;
  padding-top: 58px;
  width: 58px;
  height: 0;
  background-image: url(/domestic/theme/season/summer/img/common/pagetop.svg);
  background-size: cover;
  background-repeat: no-repeat
}

.ssn-activity {
  /* padding-top: 45px;*/
   padding-bottom: 50px
 }

 .ssn-activity__wrap {
   position: relative
 }

 .ssn-activity__hdl2 {
   display: block;
   margin-top: 13px;
   color: #fff
 }

 .ssn-activity__hdl-en {
   margin-top: 10px;
   color: #fff
 }

 .ssn-activity-area__lst {
   position: relative;
   margin-top: 35px;
   list-style-type: none
 }

 .ssn-activity-area__detail {
   padding: 0 20px 35px
 }

 .ssn-activity-area__price {
   margin-top: 10px
 }

 .ssn-activity-area__price.ssn-sec__btn {
   margin-top: 30px
 }

 .ssn-activity-area__price .yen {
   position: relative;
   top: -4px;
   margin-left: 13px;
   background: linear-gradient(transparent 70%, #ffde00 70%)
 }

 .ssn-activity-area__info {
   margin-top: 8px;
   font-size: 12px;
   font-size: 1.2rem;
   line-height: 1.58333
 }

 .ssn-activity-area__district {
   margin-top: 18px;
   font-weight: 600;
   font-size: 17px;
   font-size: 1.7rem;
   line-height: 1.41176
 }

 .res-ib-link {
   position: relative;
   margin-top: 30px !important;
   padding: 0 5%
 }

 .res-ib-link .ssn-btn {
   background: #09308f;
   padding: 13px 0
 }

 .res-ib-link .ssn-btn {
   font-size: 14px;
   font-size: 1.4rem;
   line-height: 1
 }

 .res-ib-link a.ssn-btn:after {
   border-top: none;
   border-bottom: 2px solid #09308f;
   border-right: 2px solid #09308f
 }

 .res-ib-link.res-none {
   display: none !important
 }

.ssn-rank {
  padding-top: 45px;
  padding-bottom: 50px
}

.ssn-rank__wrap {
  position: relative
}

.ssn-rank__jet {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -18px;
  margin-left: 0;
  width: 37.1875%
}

.ssn-rank__pkg {
  margin-top: 14px;
  color: #fff;
  font-weight: 600
}

.ssn-rank__hdr:before {
  content: ""
}

.ssn-rank__hdl-ico {
  display: block;
  margin: auto;
  width: 27px
}

.ssn-rank__logo {
  margin: 18px auto 0;
  max-width: 196px;
  max-height: 16px
}

.ssn-rank__hdl2 {
  display: block;
  margin-top: 13px;
  color: #fff
}

.ssn-rank__hdl-en {
  margin-top: 10px;
  color: #fff
}

.ssn-rank-area__lst {
  position: relative;
  margin-top: 35px
}

.ssn-rank-area__tgl {
  display: flex;
  margin-top: 26px;
  color: #fff;
  justify-content: center;
  align-items: center
}

.ssn-rank-area__tgl i {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000
}

.ssn-rank-area__tgl i:after,
.ssn-rank-area__tgl i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: ""
}

.ssn-rank-area__tgl i:after {
  transition: transform .25s ease;
  transform: rotate(-90deg)
}

.ssn-rank-area__tgl i.close:after {
  transform: rotate(0)
}

.ssn-rank-area__slst {
  display: none;
  padding-top: 6.25%
}

.ssn-rank-area__itm {
  position: relative;
  z-index: 1;
  background-color: #fff
}

.ssn-rank-area__itm[aria-hidden=true] {
  display: none
}

.ssn-rank-area__tag {
  position: absolute;
  top: 0;
  display: inline-block;
  padding: 8px 10px;
  background-color: #0b318f;
  color: #fff;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1
}

.ssn-rank-area__tag span {
  font-weight: 400;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
  font-family: Lato, sans-serif;
  line-height: .88235
}

.ssn-rank-area__num {
  position: absolute;
  top: -3px;
  left: 12px;
  display: flex;
  padding-right: 4px;
  padding-bottom: 5px;
  width: 47px;
  height: 53px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  font-weight: 400;
  font-weight: 500;
  font-style: italic;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: Lato, sans-serif;
  line-height: 1;
  align-items: center;
  justify-content: center
}

.ssn-rank-area__num--1 {
  background-image: url(/domestic/theme/season/summer/img/common/rbn1.svg)
}

.ssn-rank-area__num--2 {
  background-image: url(/domestic/theme/season/summer/img/common/rbn2.svg)
}

.ssn-rank-area__num--3 {
  background-image: url(/domestic/theme/season/summer/img/common/rbn3.svg)
}

.ssn-rank-area__detail {
  padding: 0 20px 35px
}

.ssn-rank-area__name {
  margin-top: 12px;
  font-weight: 600;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.71429
}

.ssn-rank-area__dep {
  margin-top: 17px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1
}

.ssn-rank-area__price {
  margin-top: 10px
}

.ssn-rank-area__price .day {
  float: left;
  padding: 5px 0;
  width: 48px;
  background-color: #000;
  color: #fff;
  text-align: center;
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-rank-area__price .yen {
  position: relative;
  top: -4px;
  margin-left: 13px;
  background: linear-gradient(transparent 70%, #ffde00 70%)
}

.ssn-rank-area__price .yen .error_message {
  display: block;
  margin-top: 5px;
  background: linear-gradient(transparent 70%, #fff 70%);
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.3
}

.ssn-rank-area__info {
  margin-top: 8px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.58333
}

.ssn-rank-area__btn {
  margin-top: 25px
}

.ssn-rank-area__blank-txt {
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1
}

.ssn-rank-area__btns {
  margin-top: 30px
}

.ssn-rank-area__btns .ssn-rank__btn + .ssn-rank__btn {
  margin-top: 10px
}

.ssn-rank-area__btns .ssn-rank__btn .ssn-btn + .ssn-btn {
  margin-top: 10px
}

.ssn-rank-area__title {
  color: #0b318f;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1
}

.ssn-rank-area__title--hotel {
  position: relative;
  margin-top: 26px;
  padding-left: 32px
}

.ssn-rank-area__title--hotel::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-image: url(/domestic/theme/season/summer/img/common/icon-hotel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.ssn-rank-area__title--ticket {
  position: relative;
  margin-top: 12px;
  padding-left: 70px
}

.ssn-rank-area__title--ticket-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 64px
}

.ssn-rank-area__title--ticket-icon::after,
.ssn-rank-area__title--ticket-icon::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background-image: url(/domestic/theme/season/summer/img/common/icon-airplane.svg);
  background-size: contain;
  background-repeat: no-repeat;
  content: ""
}

.ssn-rank-area__title--ticket-icon::after {
  left: 38px;
  background-image: url(/domestic/theme/season/summer/img/common/icon-hotel.svg)
}

.ssn-rank-area__title--ticket-icon > span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  margin: auto;
  width: 8px
}

.ssn-rank-area__title--ticket-icon > span::after,
.ssn-rank-area__title--ticket-icon > span::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 1px;
  background-color: #0b318f;
  content: ""
}

.ssn-rank-area__title--ticket-icon > span::after {
  transform: rotate(90deg)
}

.ssn-rank-area__gadget {
  padding-bottom: 20px
}

.ssn-rank-area__district {
  margin-top: 18px;
  font-weight: 600;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.41176
}

.ssn-rank-area__thumb img {
  width: 100%;
  aspect-ratio: 320/198
}

.ssn-rank__btn {
  margin-top: 40px
}

.ssn-rank .ssn-rank__select-area {
  padding: 16px 0 12px
}

.ssn-rank .ssn-rank__select-label {
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1
}

.ssn-rank .ssn-rank__select-area form {
  margin-top: 10px
}

.ssn-rank .ssn-rank__select-area .ssn-rank__select#domtour_besttravelarea_gadget_changer {
  padding: 10px;
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: url(/_shared/images/root/common/ico_arrow_006.png) #fff 95% 50% no-repeat;
  -webkit-appearance: none
}

.ssn-rank .ssn-rank__select-area .ssn-rank__select#domtour_besttravelarea_gadget_changer::-ms-expand {
  display: none
}

.ssn-sch {
  padding-top: 48px;
  background-color: #8fbd33
}

.ssn-sch__wrap {
  padding: 0 20px 55px
}

.ssn-sch__hdl {
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1
}

.ssn-sch-bnr {
  margin-top: 40px;
  text-align: center
}

.ssn-sch-bnr img {
  width: 100%;
  aspect-ratio: 320/91
}

.ssn-sch .res-contents {
  margin-top: 19px
}

.ssn-sch .mod_inttour {
  display: none !important
}

.ssn-sch .module-travel_parts {
  padding-top: 0 !important
}

.ssn-sch .mod-tab_contents.js-mod-list-tab_contents.is-active {
  background-color: #fff
}

.ssn-spot {
  padding-top: 55px;
  padding-bottom: 30px
}

.ssn-spot__wrap {
  margin: auto;
  max-width: 1080px
}

.ssn-spot-area__lst {
  padding-top: 35px
}

.ssn-spot-area__lst--top {
  display: flex;
  flex-wrap: wrap
}

.ssn-spot-area__slst {
  display: none;
  width: 100%
}

.ssn-spot-area__itm--none {
  display: block
}

.ssn-spot-area__itm--2col {
  position: relative
}

.ssn-spot-area__itm--2col a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff
}

.ssn-spot-area__itm--2col a img {
  width: 100%;
  aspect-ratio: 535/355
}

.ssn-spot-area__itm--4col {
  position: relative;
  margin-top: 0;
  margin-left: 3.125%;
  width: 48.4375%
}

.ssn-spot-area__itm--4col a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff
}

.ssn-spot-area__itm--4col a img {
  width: 100%;
  aspect-ratio: 262/174
}

.ssn-spot-area__tgl {
  display: flex;
  margin-top: 26px;
  color: #000;
  justify-content: center;
  align-items: center
}

.ssn-spot-area__tgl i {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000
}

.ssn-spot-area__tgl i:after,
.ssn-spot-area__tgl i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: ""
}

.ssn-spot-area__tgl i:after {
  transition: transform .25s ease;
  transform: rotate(-90deg)
}

.ssn-spot-area__tgl i.close:after {
  transform: rotate(0)
}

.ssn-spot {
  padding-top: 55px;
  padding-bottom: 50px
}

.ssn-spot--top {
  padding-bottom: 0
}

.ssn-spot__wrap {
  margin: auto;
  max-width: 1080px
}

.ssn-spot-note {
  margin-top: 30px
}

.ssn-spot-note__text {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846
}

.ssn-spot-note__text::before {
  content: "※"
}

.ssn-spot__btn {
  padding-top: 30px
}

.ssn-spot__btn a {
  margin: 0 auto
}

.ssn-spot-area__lst {
  padding-top: 35px
}

.ssn-spot-area__lst--top {
  display: flex;
  flex-wrap: wrap
}

.ssn-spot-area__slst {
  display: none;
  width: 100%
}

.ssn-spot-area__itm--none {
  display: block
}

.ssn-spot-area__itm--2col {
  position: relative;
  /*margin-left: 3.125%;
  width: 48.4375%*/
}

.ssn-spot-area__itm--2col:nth-child(2n+1) {
  margin-left: 0
}

.ssn-spot-area__itm--2col:nth-child(n+2) {
  margin-top: 10px
}

.ssn-spot-area__itm--2col a {
  position: relative;
  display: flex;
  overflow: hidden;
  height: 100%;
  color: #fff;
  flex-flow: column
}

.ssn-spot-area__itm--4col {
  position: relative;
  margin-top: 0;
  margin-left: 3.125%;
  width: 48.4375%
}

.ssn-spot-area__itm--4col a {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff
}

.ssn-spot-area__tgl {
  display: flex;
  margin-top: 26px;
  color: #000;
  justify-content: center;
  align-items: center
}

.ssn-spot-area__tgl i {
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000
}

.ssn-spot-area__tgl i:after,
.ssn-spot-area__tgl i:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background-color: #fff;
  content: ""
}

.ssn-spot-area__tgl i:after {
  transition: transform .25s ease;
  transform: rotate(-90deg)
}

.ssn-spot-area__tgl i.close:after {
  transform: rotate(0)
}

.ssn-spot-area__name {
  display: block;
  padding: 3px 5px;
  width: 100%;
  height: 100%;
  background-color: #0b318f;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.53846
}

.ssn-spot-area__name.ssn-spot-area__name--nav > span,
.ssn-spot-area__name.ssn-spot-area__name--btm > span {
  display: inline-block !important;
}

.ssn-spot-area__name span {
  display: block
}

.ssn-spot-area__name span:nth-of-type(2) {
  margin-top: 4px
}

.ssn-spot-area__name span:nth-of-type(3) {
  margin-top: 4px
}

.ssn-spot-area__name--cnt {
  top: 50%;
  left: 50%;
  white-space: nowrap;
  transform: translate(-50%, -50%)
}

.ssn-spot-area__name--btm {
  bottom: 0;
  left: 0
}

.ssn-spot-area__name--btm span {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-spot-area__name--btm--hokuriku span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667
}

.ssn-spot-area__name--btm--chushikoku span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.9
}

.ssn-spot-area__name--large {
  bottom: 0;
  left: 0
}

.ssn-spot-area__name--nav {
  position: inherit;
  bottom: 0;
  left: 0;
  display: block;
  height: 26px
}

.ssn-spot-area__name--nav span {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1
}

.ssn-spot-area__name--nav-chushikoku {
  padding: 3px 5px 2px
}

.ssn-spot-area__name--nav-chushikoku span {
  font-size: 10px;
  font-size: 1rem;
  line-height: 1
}

.ssn-spot-area__name--season {
  position: absolute;
  bottom: calc(50% - ((78 / 186)*100%));
  left: 50%;
  width: auto !important;
  height: auto !important;
  transform: translateX(-50%)
}

.ssn-spot-area__name--season span {
  display: inline-block;
  padding: 5px 5px;
  white-space: nowrap;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}

.peanuts {
  position: relative;
  z-index: 1
}

.peanuts .ssn-top-hdr__ctr:after {
  content: ""
}

.peanuts .ssn-top-hdr__ctr:before {
  content: ""
}

.slide-animation img {
  animation: zoomUp 10s linear 0s 1 normal both
}

.slide-animation img.-stop {
  animation-play-state: paused
}

.slide-animation img.-active {
  animation-play-state: running
}

.slick-counter {
  position: absolute;
  right: 10px;
  bottom: 94px;
  left: auto;
  width: 20px;
  height: 100px;
  color: #fff;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1
}

.slick-counter::before {
  position: absolute;
  right: 0;
  bottom: -16px;
  left: 0;
  color: #fff;
  content: "・";
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1
}

.slick-counter > span {
  position: absolute;
  right: 0;
  left: 0;
  color: #fff;
  font-weight: 400;
  font-weight: 700;
  font-family: Lato, sans-serif
}

.slick-counter .current {
  top: 0
}

.slick-counter .total {
  bottom: 0
}

.slick-dots {
  position: absolute;
  top: auto;
  right: 10px;
  bottom: 65px;
  left: auto;
  width: 20px;
  height: 100px
}

.slick-dots li {
  position: absolute;
  top: -11px;
  right: 0;
  left: 0;
  display: none;
  margin: auto;
  width: 1px;
  height: 0;
  background-color: #fff
}

.slick-dots li button {
  display: none
}

.slick-dots li.slick-active {
  display: block;
  animation: slideloadSp 6s linear
}

.slick-dots li.slick-active.-stop {
  animation-play-state: paused
}

.slick-dots li.slick-active.-active {
  animation-play-state: running
}

.ssn-top-hdr__wrap {
  height: 405px
}

.ssn-top-hdr__search {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3
}

.ssn-top-hdr__search .ssn__btn a {
  width: 67px;
  height: 67px;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1
}

.ssn-top-hdr__search .ssn__btn a i {
  margin: 0 auto 8px;
  width: 22px;
  height: 23px
}

.ssn-top-hdr__search .ssn__btn a span {
  font-weight: 700
}

.ssn-top-hdr__ctr {
  position: relative
}

.ssn-top-hdr__ctr:after,
.ssn-top-hdr__ctr:before {
  position: absolute;
  z-index: 3;
  overflow: hidden;
  height: 0;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateY(-5%);
  pointer-events: none
}

.ssn-top-hdr__ctr:before {
  bottom: 165px;
  padding-top: 81px;
  width: 53px;
  background-image: url(/domestic/theme/season/summer/img/top/snoopy/kv_snoopy-spring01_sp.png);
  opacity: 0;
  animation: snoopyKv .6s ease-out .4s forwards
}

.ssn-top-hdr__ctr:after {
  right: 0;
  bottom: -15px;
  padding-top: 299px;
  width: 125px;
  background-image: url(/domestic/theme/season/summer/img/top/snoopy/kv_snoopy-spring02_sp.png);
  opacity: 0;
  animation: snoopyKv .6s ease-out .4s forwards
}

.ssn-top-hdr__snoopy {
  position: absolute;
  bottom: -10px;
  left: 7px;
  z-index: 2;
  max-width: 225px
}

.ssn-top-hdr__bnr {
  position: absolute;
  right: 0;
  bottom: -127px;
  left: 0;
  z-index: 2;
  margin: auto;
  width: 226px
}

.ssn-top-hdr__ttl {
  position: absolute;
  z-index: 1;
  z-index: 2;
  margin-top: 56px;
  width: 100%;
  text-align: center;
  pointer-events: none
}

.ssn-top-hdr__logo {
  display: inline-block;
  width: 198px
}

.ssn-top-hdr__name {
  margin-top: 25px;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, .73);
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1
}

.ssn-top-hdr__sch {
  display: inline-block;
  margin-top: 28px
}

.ssn-top-hdr__sch a {
  position: relative;
  display: flex;
  width: 250px;
  height: 42px;
  border-radius: 100px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  pointer-events: all;
  align-items: center;
  justify-content: center
}

.ssn-top-hdr__sch a:after {
  position: absolute;
  background-image: url(/domestic/theme/season/summer/img/common/ico_sch_bk.svg);
  background-size: cover;
  background-repeat: no-repeat;
  content: ""
}

.ssn-top-hdr__sldr {
  visibility: hidden
}

.ssn-top-hdr__sldr.slick-initialized {
  visibility: visible
}

.ssn-top-hdr__sldr--btn {
  position: absolute;
  right: 10px;
  bottom: 0
}

.ssn-top-hdr__btn {
  position: absolute;
  right: 0;
  bottom: 50px;
  width: 30px;
  height: 30px;
  border: none;
  background: 0 0;
  color: transparent;
  appearance: none
}

.ssn-top-hdr__btn--stop::after,
.ssn-top-hdr__btn--stop::before {
  position: absolute;
  top: 4px;
  display: block;
  width: 2px;
  height: 10px;
  background: #fff;
  content: ""
}

.ssn-top-hdr__btn--stop::before {
  left: 16px
}

.ssn-top-hdr__btn--stop::after {
  right: 6px
}

.ssn-top-hdr__btn--play {
  position: relative;
  display: none
}

.ssn-top-hdr__btn--play::before {
  position: absolute;
  top: 4px;
  right: 6px;
  width: 0;
  height: 0;
  border-top: 4.5px solid transparent;
  border-bottom: 4.5px solid transparent;
  border-left: 7px solid #fff;
  content: ""
}

.ssn-top-hdr__itm {
  position: relative;
  overflow: hidden
}

.ssn-top-hdr__itm a {
  color: #fff
}

.ssn-top-hdr__itm img {
  height: 405px
}

.ssn-top-hdr__itm span {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 5px 0 3px 6px;
  color: #000;
  text-shadow: 0 0 6px rgba(255, 255, 255, .8);
  font-weight: 700;
  font-size: 9px;
  font-size: .9rem;
  line-height: 1
}

.ssn-top-hdr__itm span::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  opacity: .8
}

.ssn-tour {
  padding-top: 50px;
  padding-bottom: 0
}

.ssn-tour-lst__itm {
  margin-top: 35px;
  background-color: #f6f6f6
}

.ssn-tour-lst__itm + .ssn-tour-lst__itm {
  margin-top: 20px
}

.ssn-tour-lst__hdr {
  padding: 0 6.25%;
  background-color: #0b318f;
  color: #fff;
  text-align: center
}

.ssn-tour-lst__name {
  padding-top: 16px;
  padding-bottom: 8px;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.69231
}

.ssn-tour-lst__hdl {
  padding-top: 8px;
  padding-bottom: 13px;
  border-top: 1px solid #5771b2;
  text-align: left;
  font-weight: 700;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.6
}

.ssn-tour-lst__hdl--2col {
  text-align: left
}

.ssn-tour-lst__hdl--3col {
  text-align: left
}

.ssn-tour-lst__detail {
  padding: 20px 6.25% 0
}

.ssn-tour-lst__detail--3col-comment {
  margin-top: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.66667
}

.ssn-tour-lst__detail-thumb--2col img {
  width: 100%;
  aspect-ratio: 457/304
}

.ssn-tour-lst__detail-thumb--3col img {
  width: 100%;
  aspect-ratio: 300/201
}

.ssn-tour-lst__detail-point {
  padding-top: 19px;
  color: #0b318f;
  letter-spacing: .02em;
  font-weight: 400;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: Lato, sans-serif;
  line-height: 1
}

.ssn-tour-lst__detail-text {
  margin-top: 13px;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.84615
}

.ssn-tour-lst__detail-text:before {
  content: "・"
}

.ssn-tour-lst__btn {
  margin-top: 24px;
  padding: 0 6.25% 35px
}

@media screen and (max-width:768px) {
  .is-pc {
    display: none
  }

  .is-sp {
    display: block
  }

  .ssn-hdr__name {
    white-space: nowrap;
    transform: translateX(-50%)
  }

  .ssn-area__itm--4col:nth-child(2n+1) {
    margin-left: 0
  }

  .ssn-area__itm--4col:nth-child(n+3) {
    margin-top: 10px
  }

  .ssn-all__wrap {
    display: -ms-grid
  }

  .ssn-all__title {
    display: flex;
    align-items: center;
    justify-content: center
  }

  .ssn-activity-area__thumb img {
    width: 100%
  }

  .ssn-activity-area__lst a.ssn-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 13px 0
  }

  .activity-area__itm {
    background: #FFF
  }

  .ssn-rank-area__itm:nth-child(n+1) {
    margin-top: 6.25%
  }

  .ssn-rank-area__itm:first-child {
    margin-top: 0
  }

  .ssn-spot-area__itm--4col:nth-child(2n+1) {
    margin-left: 0
  }

  .ssn-spot-area__itm--4col:nth-child(n+3) {
    margin-top: 10px
  }

  .ssn-spot-area__itm--4col:nth-child(2n+1) {
    margin-left: 0
  }

  .ssn-spot-area__itm--4col:nth-child(n+3) {
    margin-top: 10px
  }
  .ssn-spot-area__name {
    /*margin-bottom: 20px;*/
  }
}

@media screen and (min-width:769px) and (max-width:1024px) {
  .is-tablet {
    display: block
  }

  .ssn-hdr__cpy-top {
    padding: 70px 20px 63px
  }

  .ssn-anchor__list {
    width: 90%;
    flex-flow: wrap
  }

  .ssn-anchor__item {
    width: calc((100% - 30px)/ 2)
  }

  .ssn-anchor__item:last-child a {
    padding-right: 5.46875vw
  }

  .ssn-anchor__item:nth-child(2n) {
    margin-left: 30px
  }

  .ssn-anchor__item--top:nth-child(3) {
    border-bottom: 1px solid #e2e2e2
  }

  .ssn-anchor__item--area:nth-child(4) {
    border-bottom: 1px solid #e2e2e2
  }

  .ssn-anchor__item--area:nth-child(4) a {
    padding-right: 3.90625vw
  }

  .ssn-anchor__item > a {
    padding: 20px 3.51562vw 20px 2.8125vw
  }

  .ssn-anchor__item > a::before {
    right: 20px
  }

  .ssn-anchor__item > a::after {
    right: 28px
  }

  .ssn-mile__hdr::after,
  .ssn-mile__hdr::before {
    width: 108px;
    height: 77px
  }

  .ssn-mile__hdr::before {
    left: 14px
  }

  .ssn-mile__hdr::after {
    right: 14px
  }

  .ssn-season.ssn-season--fixed {
    top: 0
  }

  .ssn-area__nav--bg--end {
    height: 100%
  }

  .ssn-rank-area__lst a.ssn-btn {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1
  }

  .ssn-rank-area__lst a.ssn-btn--mid::before {
    right: 9px;
    width: 24px;
    height: 24px
  }

  .ssn-rank-area__lst a.ssn-btn--mid::after {
    right: 19px;
    width: 4px;
    height: 4px
  }

  .ssn-rank .ssn-rank__select-area {
    top: 118px
  }

  .ssn-spot-area__name--nav {
    bottom: 6px;
    left: 6px
  }

  .ssn-spot-area__name--nav span {
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }

  .ssn-spot-area__name--season span {
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }

  .ssn-top-hdr__bnr {
    bottom: -146px
  }
}

@media screen and (min-width:1025px) {
  .is-wide {
    display: block
  }

  .no-wide {
    display: none
  }

  .slick-dotted.slick-slider {
    margin-bottom: 0
  }

  .ssn-hdr__cpy-top {
    padding: 63px 20px 63px
  }

  .ssn-anchor {
    border-top: 1px solid #e2e2e2
  }

  .ssn-anchor__nav--top {
    max-width: 1100px
  }

  .ssn-anchor__list {
    margin-bottom: 0;
    width: 100%;
    justify-content: space-between;
    flex-flow: nowrap
  }

  .ssn-anchor__item {
    width: calc((100% - 30px)/ 5);
    border-top: none;
  }

  .ssn-anchor__item:first-child a {
    padding-left: 4.375vw
  }

  .ssn-anchor__item:last-child {
    border-bottom: none
  }

  .ssn-anchor__item:last-child a {
    padding-right: 70px
  }

  .ssn-anchor__item:last-child a::before {
    right: 30px
  }

  .ssn-anchor__item:last-child a::after {
    right: 38px
  }

  .ssn-anchor__item--area:first-child a {
    padding-left: 2.8125vw
  }

  .ssn-anchor__item--area:nth-child(4) a {
    padding-right: 50px
  }

  .ssn-anchor__item--area:nth-child(4) a::before {
    right: 14px
  }

  .ssn-anchor__item--area:nth-child(4) a::after {
    right: 22px
  }

  .ssn-anchor__item > a {
    padding: 40px 3.51562vw 40px 2.8125vw;
    width: auto
  }

  .ssn-anchor__item > a::before {
    right: 10px
  }

  .ssn-anchor__item > a::after {
    right: 18px
  }

  .ssn-goto-point {
    position: absolute;
    top: 0;
    margin-top: 0;
    max-width: 276px;
    width: 25.55556%;
    height: auto;
    content: ""
  }

  .ssn-mile__hdr {
    margin-bottom: 35px
  }

  .ssn-mile__hdr::after,
  .ssn-mile__hdr::before {
    bottom: 11px;
    width: 181px;
    height: 127px
  }

  .ssn-mile__hdr::before {
    left: 40px
  }

  .ssn-mile__hdr::after {
    right: 40px
  }

  .ssn-season {
    top: 130px
  }

  .ssn-season.ssn-season--fixed {
    top: 64px
  }

  .ssn-area__nav--bg {
    height: calc(100vh - 63px)
  }

  .ssn-rank .ssn-rank__select-area {
    top: 48px
  }

  .ssn-spot-area__name--nav {
    bottom: 13px;
    left: 13px
  }

  .ssn-spot-area__name--nav span {
    padding: 5px 9px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-spot-area__name--season span {
    padding: 6px 9px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-top-hdr__bnr {
    right: inherit;
    bottom: 92px;
    left: 50px;
    width: 222px
  }

  .ssn-tour .ssn-goto-point {
    position: absolute;
    top: -20px;
    margin-top: 0;
    max-width: 276px;
    width: 25.55556%;
    height: auto;
    content: ""
  }
}

@media screen and (min-width:769px) {
  ._pc {
    display: block
  }

  a.ssn-btn {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1;
    transition: opacity .25s ease
  }

  a.ssn-btn--mid {
    padding: 15px 0
  }

  a.ssn-btn--mid:after {
    right: 23px;
    width: 6px;
    height: 6px
  }

  a.ssn-btn--mid:before {
    right: 9px;
    width: 34px;
    height: 34px
  }

  a.ssn-btn--area {
    margin: auto;
    padding: 20px 0;
    max-width: 380px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2
  }

  a.ssn-btn--area--col {
    margin: 0
  }

  a.ssn-btn--area span {
    margin-left: -43px;
    padding: 6px 9px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }

  a.ssn-btn--area:after {
    right: 27px
  }

  a.ssn-btn--area:before {
    right: 9px;
    width: 43px;
    height: 43px
  }

  a.ssn-btn--chushikoku {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571
  }

  a.ssn-btn--chushikoku span.label {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.28571
  }

  a.ssn-btn--large {
    margin: auto;
    padding: 22px 0;
    max-width: 380px
  }

  a.ssn-btn--large:after {
    right: 27px;
    width: 6px;
    height: 6px
  }

  a.ssn-btn--large:before {
    right: 9px;
    width: 43px;
    height: 43px
  }

  a.ssn-btn--back:after {
    right: auto;
    left: 27px;
    width: 6px;
    height: 6px
  }

  a.ssn-btn--back:before {
    right: auto;
    left: 9px;
    width: 43px;
    height: 43px
  }

  a.ssn-btn--back i {
    width: 22px;
    height: auto
  }

  a.ssn-btn--spot {
    padding: 23px 0;
    max-width: 380px
  }

  a.ssn-btn--spot:after {
    right: 23px;
    width: 6px;
    height: 6px
  }

  a.ssn-btn--spot:before {
    right: 9px;
    width: 34px;
    height: 34px
  }

  a.ssn-btn--spot--top:after {
    right: 23px;
    width: 6px;
    height: 6px
  }

  a.ssn-btn--spot--top:before {
    right: 9px;
    width: 34px;
    height: 34px
  }

  a.ssn-btn--htl {
    margin: auto;
    padding: 20px 0;
    max-width: 380px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375
  }

  a.ssn-btn--htl .area {
    margin-left: -43px;
    padding: 6px 9px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }

  a.ssn-btn--htl .label {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.2
  }

  a.ssn-btn--htl:after {
    right: 27px
  }

  a.ssn-btn--htl:before {
    right: 9px;
    width: 43px;
    height: 43px
  }

  a.ssn-btn--rank {
    margin: auto;
    margin: 0;
    padding: 20px 0;
    max-width: 380px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375
  }

  a.ssn-btn--rank--col {
    margin: 0
  }

  a.ssn-btn--rank span {
    margin-left: -43px;
    padding: 6px 9px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }

  a.ssn-btn--rank:after {
    right: 27px
  }

  a.ssn-btn--rank:before {
    right: 9px;
    width: 43px;
    height: 43px
  }

  a.ssn-btn--rank--hotel {
    margin-top: 0;
    margin-left: 40px;
    padding: 16px 0
  }

  a.ssn-btn--amc {
    max-width: 430px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.22222
  }

  .ssn-cont {
    width: calc(100px - 100%);
    flex: 1
  }

  .ssn-hdr__ctr {
    position: relative
  }

  .ssn-hdr__bg img {
    height: 400px
  }

  .ssn-hdr__name {
    top: 50px;
    left: 50px;
    padding: 18px 23px 15px;
    text-align: left
  }

  .ssn-hdr__name-ja {
    margin-top: 12px;
    font-size: 42px;
    font-size: 4.2rem;
    line-height: 1
  }

  .ssn-hdr__name-en {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1
  }

  .ssn-hdr__snoopy {
    top: 200px;
    right: 40px;
    left: auto;
    width: 242px
  }

  .ssn-hdr__cpy {
    padding: 47px 20px 63px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875
  }

  .ssn-hdr__cpy-top {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875
  }

  .ssn-hdr__caption {
    right: inherit;
    bottom: 0;
    left: 0;
    padding: 5px 0 3px 4px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1
  }

  .ssn-sec {
    padding-bottom: 110px
  }

  .ssn-sec__wrap--mile {
    padding: 80px 0 0
  }

  .ssn-sec__hdl2 {
    margin-top: 25px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.55556
  }

  .ssn-sec__hdl-en {
    font-size: 46px;
    font-size: 4.6rem;
    line-height: 1
  }

  .ssn-sec__pwd {
    margin-top: 15px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }

  .ssn-anchor__nav--sttl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.25
  }

  .ssn-anchor__nav-en {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1
  }

  .ssn-anchor__list {
    display: flex
  }

  .ssn-anchor__item > a:hover::before {
    background-color: #8fbd33;
    transition: background-color .3s ease
  }

  .ssn-anchor__item > a::before {
    width: 26px;
    height: 26px
  }

  .ssn-anchor__item > a::after {
    width: 10px;
    height: 6px
  }

  .ssn-bnr--area {
    padding: 20px 0 0 0
  }

  .ssn-bnr__section {
    padding: 60px 20px
  }

  .ssn-bnr__wrap {
    max-width: 985px;
  }

  .ssn-bnr--1col img {
    aspect-ratio: 985/82
  }

  .ssn-bnr--1col--rwd {
    background-color: #f6f6f6
  }

  .ssn-bnr--3col img {
    aspect-ratio: 315/181
  }

  .ssn-bnr--desc {
    padding: 80px 20px 60px
  }

  .ssn-bnr__title {
    margin-bottom: 30px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1
  }

  .ssn-bnr__itm {
    margin-top: 0;
    width: 31.9797%
  }

  .ssn-bnr__itm--1col {
    width: 100%
  }

  .ssn-bnr__itm--1col + .ssn-bnr__itm--1col {
    margin-top: 40px
  }

  .ssn-bnr__itm--sv img {
    aspect-ratio: 985/123
  }

  .ssn-bnr__itm a {
    transition: opacity .25s ease
  }

  .ssn-bnr__itm a:hover {
    opacity: .6
  }

  .ssn-fixed-bnr {
    left: 100px;
    padding: 12px 20px 13px;
    width: calc(100% - 100px)
  }

  .ssn-fixed-bnr__wrap {
    padding: 0 50px;
    max-width: 740px
  }

  .ssn-fixed-bnr__close {
    top: 0;
    right: 10px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    transition: opacity .25s ease
  }

  .ssn-fixed-bnr__close:hover {
    opacity: .6
  }

  .ssn-fixed-bnr__close img {
    width: 10px;
    height: 10px
  }

  .ssn-goto {
    padding-bottom: 80px
  }

  .ssn-goto-link__blank a[target="_blank"]:after {
    margin-left: 5px;
    width: 11px;
    height: 9px
  }

  .ssn-goto-link__blank a:hover {
    border-bottom: 1px solid rgba(0, 98, 177, 0)
  }

  .ssn-goto-notice__list {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333
  }

  .ssn-goto-top {
    padding-top: 76px;
    padding-bottom: 0
  }

  .ssn-goto-links {
    margin-bottom: 70px;
    text-align: center
  }

  .ssn-goto-links__item {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-goto-links__item + .ssn-goto-links__item {
    margin-top: 20px
  }

  .ssn-goto-hdr {
    height: 100px
  }

  .ssn-goto-hdr__img {
    bottom: -11px;
    left: 12px;
    width: 144px
  }

  .ssn-goto-hdr__ttl {
    flex-direction: row;
    height: 100px;
    font-size: 30px;
    font-size: 3rem;
    line-height: 1
  }

  .ssn-goto__tgl {
    right: 40px;
    cursor: pointer
  }

  .ssn-goto__tgl i {
    width: 38px;
    height: 38px
  }

  .ssn-goto__tgl i:after,
  .ssn-goto__tgl i:before {
    width: 17px
  }

  .ssn-goto__row {
    margin-top: 2px;
    padding: 40px 0
  }

  .ssn-goto-cont {
    margin: 0 3.7037% 20px;
    padding: 80px 0
  }

  .ssn-goto-period__hdr-ttl {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1
  }

  .ssn-goto-period__txt {
    margin-top: 50px;
    text-align: center
  }

  .ssn-goto-period__copy {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-goto-period__imp {
    margin-top: 26px
  }

  .ssn-goto-des__hdr-ttl {
    font-size: 30px;
    font-size: 3rem;
    line-height: 1
  }

  .ssn-goto-jet {
    top: 54px;
    right: 8.8%;
    max-width: 221px;
    width: 22.1%
  }

  .ssn-goto__inwrap {
    padding: 0 6.4%
  }

  .ssn-goto-intro {
    margin-top: 54px
  }

  .ssn-goto-intro__txt > .string {
    margin-top: 8px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-goto-intro__txt > .string > b {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-goto-intro__imp {
    margin-top: 26px
  }

  .ssn-goto-detail {
    margin-top: 46px
  }

  .ssn-goto-detail__hdr {
    padding: 30px 0;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1
  }

  .ssn-goto-detail__cont {
    flex-direction: row;
    margin: 0 5.95647%;
    padding: 60px 0;
    align-items: center
  }

  .ssn-goto-detail__img {
    margin-right: 3.90625%;
    margin-bottom: 0;
    margin-left: 0;
    width: 44.79167%
  }

  .ssn-goto-about {
    margin-top: 0;
    padding: 0
  }

  .ssn-goto-about__hdr {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1
  }

  .ssn-goto-about__hdr > strong {
    margin-left: 3px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
  }

  .ssn-goto-about__copy {
    margin-top: 34px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-goto-about__copy > .highlight {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875
  }

  .ssn-goto-about__copy > .highlight > span {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5
  }

  .ssn-goto-about__imp {
    margin-top: 10px
  }

  .ssn-goto__mark--lg {
    background-size: 1px 8px
  }

  .ssn-goto-ex__cont {
    margin-top: 54px
  }

  .ssn-goto-ex__hdr {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1
  }

  .ssn-goto-ex__txt {
    margin-top: 48px;
    text-align: center
  }

  .ssn-goto-ex__cpy {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2
  }

  .ssn-goto-ex__cpy > b > span {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.45455
  }

  .ssn-goto-figure__txt {
    margin-top: 24px
  }

  .ssn-goto-figure__txt > mark {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
  }

  .ssn-goto-figure__txt > mark > span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-goto-figure__img {
    margin-top: 100px;
    margin-right: auto;
    margin-left: auto;
    width: 90.1%
  }

  .ssn-goto-figure__img::before {
    top: -70px;
    width: 41px;
    height: 49px
  }

  .ssn-goto-mile__hdr {
    padding-top: 14px
  }

  .ssn-goto-mile__balloon {
    padding: 14px 26px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1
  }

  .ssn-goto-mile__balloon::before {
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 11px solid #0669c4
  }

  .ssn-goto-mile__ttl {
    margin-top: 40px;
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1.41176
  }

  .ssn-goto-mile__ttl > span {
    margin-bottom: 18px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
  }

  .ssn-goto-mile__cont {
    margin-top: 96px
  }

  .ssn-goto-mile__list {
    display: flex;
    justify-content: space-between
  }

  .ssn-goto-mile__item {
    padding: 35px 0
  }

  .ssn-goto-mile__item:first-child {
    margin-top: 0
  }

  .ssn-goto-mile__item:first-child::after,
  .ssn-goto-mile__item:first-child::before {
    top: 0;
    right: -31px;
    bottom: 0;
    left: auto;
    width: 19px;
    height: 3px
  }

  .ssn-goto-mile__item:last-child::after,
  .ssn-goto-mile__item:last-child::before {
    top: calc(50% - 3px);
    left: -31px;
    width: 19px;
    height: 3px
  }

  .ssn-goto-mile__item:last-child::after {
    top: calc(50% + 3px)
  }

  .ssn-goto-mile__item + .ssn-goto-mile__item {
    margin-top: 0;
    margin-left: 38px
  }

  .ssn-goto-mile__item-icon {
    top: -46px;
    width: 63px;
    height: 63px
  }

  .ssn-goto-mile__item--inner {
    margin: 0 6.20155%
  }

  .ssn-goto-mile__sq1--top > b {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1
  }

  .ssn-goto-mile__sq1--top > span {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1
  }

  .ssn-goto-mile__sq1--btm {
    margin-top: 30px
  }

  .ssn-goto-mile__sq1--btm > span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-goto-mile__sq1--btm > mark {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1
  }

  .ssn-goto-mile__sq1--btm > mark > span {
    letter-spacing: 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1
  }

  .ssn-goto-mile__sq2--top > b {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1
  }

  .ssn-goto-mile__sq2--top > span {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5
  }

  .ssn-goto-mile__sq2--btm {
    margin-top: 25px
  }

  .ssn-goto-mile__sq2--btm > p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.42857
  }

  .ssn-goto-mile__sq2--btm > b {
    letter-spacing: .05em;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.33333
  }

  .ssn-goto-mile__sq2--btm > mark {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1
  }

  .ssn-goto-mile__sq2--btm > mark > span {
    letter-spacing: 0;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 1
  }

  .ssn-goto-mile__sq3--top > b {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556
  }

  .ssn-goto-mile__sq3--btm {
    margin-top: 20px
  }

  .ssn-goto-mile__sq3--btm > p {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1
  }

  .ssn-goto-mile__sq3--btm > p > span {
    font-size: 36px;
    font-size: 3.6rem;
    line-height: 1
  }

  .ssn-goto-mile__imp {
    margin-top: 24px;
    text-align: center
  }

  .ssn-goto-info {
    margin-top: 58px
  }

  .ssn-goto-info__wrap {
    padding: 33px 0 50px
  }

  .ssn-goto-info__content {
    margin: 0 6.89655% 0 7.93103%
  }

  .ssn-goto-info__circle {
    margin-right: 2px;
    margin-bottom: -6px;
    width: 56px;
    height: 56px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1;
    line-height: 56px
  }

  .ssn-goto-info__item {
    display: flex
  }

  .ssn-goto-info__item + .ssn-goto-info__item {
    margin-top: 27px
  }

  .ssn-goto-info__item > dt {
    display: flex;
    white-space: nowrap;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1;
    align-items: flex-end
  }

  .ssn-goto-info__item > dd {
    margin-top: 0;
    padding-left: 36px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333
  }

  .ssn-goto-info__item > dd::before {
    top: auto;
    bottom: 6px;
    left: 8px;
    width: 20px;
    height: 11px
  }

  .ssn-goto-info__copy {
    margin-left: 140px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143
  }

  .ssn-goto-info__img01 {
    bottom: -26px;
    left: -20px;
    width: 93px
  }

  .ssn-goto-info__img02 {
    top: auto;
    right: -40px;
    bottom: -26px;
    width: 173px
  }

  .ssn-goto-point {
    right: 20px
  }

  .ssn-goto-point__wrap {
    margin: 0 auto;
    max-width: 500px
  }

  .ssn-goto-point__ttl {
    padding: 13px 0;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1
  }

  .ssn-goto-point__txt {
    padding: 14px 3.7037%
  }

  .ssn-goto-point__copy {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.8
  }

  .ssn-goto-point__copy > b {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5
  }

  .ssn-goto-point__point {
    margin-top: 10px
  }

  .ssn-goto-point__imp {
    margin-top: 14px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.41667
  }

  .rcrumbs-wrap {
    padding-right: 0;
    padding-left: 0
  }

  .ssn {
    display: flex;
    justify-content: space-between
  }

  .ssn__btn {
    position: absolute;
    left: 0;
    width: 100px;
    pointer-events: auto
  }

  .ssn__btn a {
    width: 100px;
    height: 100px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    transition: opacity .25s ease
  }

  .ssn__btn a:hover {
    text-decoration: none;
    opacity: .6
  }

  .ssn__spot {
    top: 0;
    display: block
  }

  .ssn__ssn {
    top: 0;
    display: block
  }

  .ssn__ssn--btn--ssnico {
    width: 34px;
    height: 34px
  }

  .ssn__ssn--btn--txt {
    padding-top: 10px
  }

  .ssn__ssn a i {
    width: 39px;
    height: 36px
  }

  .ssn__ssn a i::before {
    width: 39px;
    height: 36px
  }

  .ssn__ssn a i::after {
    right: auto;
    left: 6px;
    width: 22px;
    height: 22px
  }

  .ssn__sch--fixed {
    position: fixed;
    display: block
  }

  .ssn__sch a i {
    margin: 0 auto 10px;
    width: 24px;
    height: 25px
  }

  .ssn__sch--pc {
    display: block
  }

  .ssn__sch--sp {
    display: none
  }

  .ssn-back {
    margin: 60px 0 80px
  }

  .ssn-lst {
    padding: 55px 0;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2
  }

  .ssn-lst a:hover {
    text-decoration: none
  }

  .ssn-lst__wrap {
    margin: auto;
    max-width: 1080px
  }

  .ssn-mile {
    padding-top: 110px
  }

  .ssn-mile__hdr {
    padding: 0 40px
  }

  .ssn-mile__hdl2 {
    padding-bottom: 10px;
    font-size: 38px;
    font-size: 3.8rem;
    line-height: 1.39474
  }

  .ssn-mile__cpy {
    margin-top: 54px;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-mile__cont {
    margin-bottom: 60px;
    padding-top: 54px
  }

  .ssn-mile__wrap {
    margin-right: 40px;
    margin-left: 40px
  }

  .ssn-mile-step {
    margin-top: 65px;
    padding: 0 6%
  }

  .ssn-mile-step:first-child {
    margin-top: 13px
  }

  .ssn-mile-step:before {
    top: -21px;
    padding: 9px 25px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1
  }

  .ssn-mile-step__hdr {
    display: flex;
    margin-bottom: 0;
    justify-content: space-between;
    align-items: center
  }

  .ssn-mile-step__hdr:after,
  .ssn-mile-step__hdr:before {
    width: 157px;
    height: 168px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
  }

  .ssn-mile-step__hdr--step1 {
    padding-top: 77px;
    padding-bottom: 53px;
    justify-content: center
  }

  .ssn-mile-step__hdr--step2 {
    padding-bottom: 0
  }

  .ssn-mile-step__hdr--step3 {
    padding-bottom: 0
  }

  .ssn-mile-step__img {
    display: none
  }

  .ssn-mile-step__hdr3 {
    margin-top: 0;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.1875
  }

  .ssn-mile-step__detail {
    padding-bottom: 64px
  }

  .ssn-mile-step__detail-cpy {
    margin-top: 37px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-mile-step__detail-cpy--atten {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.33333
  }

  .ssn-mile-step__detail-cpy--lst {
    margin-top: 0
  }

  .ssn-mile-step__detail-cpy--itm span {
    position: relative;
    top: -.3em;
    margin-top: 0;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1
  }

  .ssn-mile-step__detail-lnk {
    margin-top: 19px
  }

  .ssn-mile-step__detail-lnk a:hover {
    border-bottom: 1px solid rgba(0, 98, 177, 0)
  }

  .ssn-mile-step__detail-lnk a img {
    margin-left: 5px;
    width: 11px
  }

  .ssn-mile-step__detail-name {
    margin-top: 50px;
    padding: 23px 5.74713%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.33333;
    cursor: pointer;
    transition: opacity .25s ease
  }

  .ssn-mile-step__detail-name:hover {
    opacity: .6
  }

  .ssn-mile-step__detail-name i {
    width: 26px;
    height: 26px
  }

  .ssn-mile-step__detail-info {
    padding: 0 5.74713%
  }

  .ssn-mile-step__detail-sttl {
    margin-top: 35px;
    padding: 17px 3.88601%;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556
  }

  .ssn-mile-step__detail-scpy {
    margin-top: 26px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-mile-step__detail-img {
    margin-top: 36px;
    margin-bottom: 50px
  }

  .ssn-mile-step__detail-img img {
    aspect-ratio: 773/252
  }

  .ssn-mile-step__tgl {
    cursor: pointer
  }

  .ssn-mile-step__tgl span {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.375
  }

  .ssn-mile-step__tgl i {
    width: 22px;
    height: 22px
  }

  .ssn-mile-amc {
    margin-top: 36px
  }

  .modal-mainmodal .modal-content-col {
    width: 48%
  }

  .modal-mainmodal .modal-content-col + .modal-content-col {
    margin-top: 0
  }

  .ssn-season {
    position: absolute;
    top: 78px;
    z-index: 4;
    display: block;
    opacity: 1;
    transition: opacity .25s ease
  }

  .ssn-season.ssn-season--fixed {
    position: fixed
  }

  .ssn-season.ssn-season--end {
    position: absolute;
    top: auto;
    bottom: 0;
    min-height: 604px;
    height: calc(100vh - 64px)
  }

  .ssn-season__nav {
    position: absolute;
    top: 0 !important;
    left: 101px;
    z-index: 3;
    width: calc(100vw - 100px);
    opacity: 0
  }

  .ssn-season__nav.ssn-season__nav--show {
    overflow: visible
  }

  .ssn-season--sp {
    position: absolute;
    z-index: 3;
    opacity: 1
  }

  .ssn-area {
    position: fixed;
    bottom: 200px;
    left: 0;
    z-index: 2;
    height: auto;
    border-bottom: none;
    pointer-events: none
  }

  .ssn-area--end {
    position: absolute;
    top: auto;
    bottom: 200px
  }

  .ssn-area__wrap {
    position: absolute;
    right: 0;
    left: 0;
    display: block;
    border-bottom: none
  }

  .ssn-area__nav {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100vw - 101px)
  }

  .ssn-area__nav--bg {
    position: absolute;
    left: 101px;
    z-index: -1;
    width: calc(100vw - 101px)
  }

  .ssn-area__itm--4col {
    width: calc((100vw - 100px)/ 4)
  }

  .ssn-area__itm--4col:nth-child(4n+1) {
    margin-left: 0
  }

  .ssn-area__itm--4col a {
    padding-top: 66.41221%;
    height: 0
  }

  .ssn-area__itm--4col a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    transition: transform .5s ease
  }

  .ssn-area__itm--4col:not(.current) a:hover img {
    transform: scale(1.1)
  }

  .ssn-area__itm--nav {
    width: 25%
  }

  .ssn-area__itm--nav:nth-child(2n) {
    width: 25%;
    border-right: 1px solid #e2e2e2
  }

  .ssn-area__itm--nav:nth-child(n+7) {
    border-bottom: 1px solid #e2e2e2
  }

  .ssn-area__itm--nav a {
    height: 100%
  }

  .ssn-area__itm--nav a:hover > figure img {
    transform: scale(1.1)
  }

  .ssn-area__itm--nav a > p {
    top: 25%;
    width: auto;
    height: auto
  }

  .ssn-area__itm--nav a > p img {
    width: 14.84375vw;
    height: 14.84375vw
  }

  .ssn-area__itm--nav a > figure img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform .5s ease;
    object-fit: cover
  }

  .ssn-area__itm--nav__list {
    flex: 1
  }

  .ssn-area__itm--nav--season {
    width: 23.4375vw;
    border-right: 1px solid #e2e2e2
  }

  .ssn-area__itm--nav--season a {
    padding-top: 166.66667%
  }

  .ssn-sub {
    display: block;
    background-color: #f4f4f4
  }

  .ssn-sub__name--fixed {
    position: fixed;
    top: 64px;
    height: calc(100vh - 164px);
    transition: height .25s ease
  }

  .ssn-sub__name--end {
    position: absolute;
    top: auto;
    bottom: 0;
    height: calc(100vh - 64px)
  }

  .ssn-sub__name div a:hover {
    text-decoration: none
  }

  .ssn-sub__name div {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1
  }

  .ssn-all {
    width: 100px
  }

  .ssn-all__nav {
    height: auto
  }

  .ssn-all__wrap {
    position: inherit;
    display: block;
    height: auto;
    border: none
  }

  .ssn-all__title {
    position: absolute;
    top: 16px;
    left: 101px;
    padding: 16px 7px;
    font-weight: 400;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1.23077
  }

  .ssn-all__title span {
    padding-right: 0;
    padding-bottom: 8px;
    transform: scale(1)
  }

  .ssn-all__links {
    display: block
  }

  .ssn-all__btn {
    width: 100px
  }

  .ssn-all__btn > a,
  .ssn-all__btn > button {
    width: 100px;
    height: 100px
  }

  .ssn-all__btn > a:hover,
  .ssn-all__btn > button:hover {
    opacity: .3
  }

  .ssn-all__btn:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #e2e2e2
  }

  .ssn-all__btn--sch {
    width: 100px
  }

  .ssn-all__btn--sch--fixed {
    position: fixed;
    display: block
  }

  .ssn-all__btn--sch a {
    width: 100px;
    height: 76px;
    flex-flow: row
  }

  .ssn-all__btn--sch a i {
    margin: 0 4px 0 0;
    width: 16px;
    height: 17px
  }

  .ssn-all__btn--sch a p {
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1
  }

  .ssn-all__btn--sch--pc {
    display: block
  }

  .ssn-all__btn--sch--sp {
    display: none
  }

  .ssn-all__btn--icon {
    width: 22px;
    height: 22px
  }

  .ssn-all__btn--text {
    padding-top: 14px;
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 1
  }

  .ssn-all__btn--logo {
    width: 74px;
    height: auto
  }

  .ssn-all-area__btn--spr {
    border-top: none;
    border-left: 4px solid #ff8892
  }

  .ssn-all-area__btn--smr {
    border-top: none
  }

  .ssn-all-area__btn--atm {
    border-top: none;
    border-left: 4px solid #e7b236
  }

  .ssn-all-area__btn--win {
    border-top: none;
    border-left: 4px solid #50b7b7
  }

  .ssn-all-area__btn--gw {
    border-top: none;
    border-left: 4px solid #ff8892
  }

  .ssn-all-nav__wrap {
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%
  }

  .ssn-pagetop {
    right: 30px;
    bottom: 50px
  }

  .ssn-pagetop--btn a {
    padding-top: 59px;
    width: 59px
  }

  .ssn-activity {
    padding-top: 110px;
    padding-bottom: 50px
  }

  .ssn-activity__hdl-ico {
    width: 31px
  }

  .ssn-activity__hdl2 {
    margin-top: 23px
  }

  .ssn-activity__hdl-en {
    margin-top: 14px
  }

  .activity-area__itm {
    margin-right: 1.351351351%;
    margin-bottom: 2.702702702%;
    margin-left: 1.351351351%;
    width: 30.63063%;
    background: #FFF
  }

  .ssn-activity-area__lst {
    display: flex;
    margin-top: 65px;
    margin-right: -1.38889%;
    margin-bottom: -2.77778%;
    margin-left: -1.38889%;
    flex-wrap: wrap
  }

  .ssn-activity-area__thumb img {
    width: 100%
  }

  .ssn-activity-area__detail {
    padding: 0 20px 40px
  }

  .ssn-activity-area__price .yen {
    top: auto;
    margin-left: 0;
    padding-bottom: 2px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2
  }

  .ssn-activity-area__info {
    margin-top: 13px
  }

  .ssn-activity-area__district {
    margin-top: 18px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556
  }

  .ssn-rank {
    padding-top: 80px;
    padding-bottom: 110px
  }

  .ssn-rank__jet {
    margin-top: 0;
    margin-left: 5.83333%;
    width: 20.55556%
  }

  .ssn-rank__pkg {
    margin-top: 22px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-rank__hdl-ico {
    width: 31px
  }

  .ssn-rank__logo {
    margin: 23px auto 0;
    max-width: 289px
  }

  .ssn-rank__hdl2 {
    margin-top: 23px
  }

  .ssn-rank__hdl-en {
    margin-top: 14px
  }

  .ssn-rank-area__lst {
    display: flex;
    margin-top: 65px;
    margin-right: -1.38889%;
    margin-bottom: -2.77778%;
    margin-left: -1.38889%;
    flex-wrap: wrap
  }

  .ssn-rank-area__lst--top:after {
    position: absolute;
    right: 15px;
    bottom: 30px;
    z-index: 0;
    display: block;
    width: 200px;
    height: 210px;
    background-image: url(/domestic/theme/season/summer/img/common/blank_illst.png);
    background-size: cover;
    background-repeat: no-repeat;
    content: ""
  }

  .ssn-rank-area__tgl {
    display: none
  }

  .ssn-rank-area__slst {
    display: flex !important;
    margin-top: 2.77778%;
    padding-top: 0;
    width: 100%;
    flex-wrap: wrap
  }

  .ssn-rank-area__itm {
    margin-right: 1.351351351%;
    margin-bottom: 2.702702702%;
    margin-left: 1.351351351%;
    width: 30.63063%
  }

  .ssn-rank-area__tag {
    padding: 8px 13px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1
  }

  .ssn-rank-area__tag span {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1
  }

  .ssn-rank-area__num {
    top: -4px;
    left: 10px;
    width: 52px;
    height: 55px;
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1
  }

  .ssn-rank-area__detail {
    padding: 0 20px 40px
  }

  .ssn-rank-area__name {
    margin-top: 18px;
    font-weight: 700;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-rank-area__dep {
    margin-top: 40px
  }

  .ssn-rank-area__dep-top {
    margin-top: 17px
  }

  .ssn-rank-area__price .day {
    margin-right: 14px;
    padding: 7px 0;
    width: 63px;
    border-radius: 2px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1
  }

  .ssn-rank-area__price .yen {
    top: auto;
    margin-left: 0;
    padding-bottom: 2px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.2
  }

  .ssn-rank-area__price .yen .error_message {
    margin-top: 0;
    margin-bottom: -2px;
    margin-left: 77px
  }

  .ssn-rank-area__info {
    margin-top: 13px
  }

  .ssn-rank-area__btns {
    display: flex;
    margin-top: 70px;
    justify-content: center;
    align-items: center
  }

  .ssn-rank-area__btns .ssn-rank__btn {
    margin-top: 0;
    margin-right: 15px;
    margin-left: 15px;
    max-width: 380px;
    width: 100%
  }

  .ssn-rank-area__btns .ssn-rank__btn + .ssn-rank__btn {
    margin-top: 0
  }

  .ssn-rank-area__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-rank-area__title--hotel {
    margin-top: 32px;
    padding-left: 40px
  }

  .ssn-rank-area__title--hotel::before {
    width: 30px;
    height: 30px
  }

  .ssn-rank-area__title--ticket {
    margin-top: 23px;
    padding-left: 94px
  }

  .ssn-rank-area__title--ticket-icon {
    width: 80px
  }

  .ssn-rank-area__title--ticket-icon::after,
  .ssn-rank-area__title--ticket-icon::before {
    width: 30px;
    height: 30px
  }

  .ssn-rank-area__title--ticket-icon::after {
    left: 50px
  }

  .ssn-rank-area__title--ticket-icon > span {
    width: 10px
  }

  .ssn-rank-area__title--ticket-icon > span::after,
  .ssn-rank-area__title--ticket-icon > span::before {
    width: 10px;
    height: 2px
  }

  .ssn-rank-area__district {
    margin-top: 18px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.55556
  }

  .ssn-rank-area__thumb img {
    aspect-ratio: 340/210
  }

  .ssn-rank__btn {
    margin-top: 70px;
    margin-bottom: -10px
  }

  .ssn-rank__btn--2col {
    display: flex;
    justify-content: center
  }

  .ssn-rank .ssn-rank__select-area {
    position: absolute;
    left: 0;
    padding: 16px;
    text-align: right
  }

  .ssn-rank .ssn-rank__select-area .ssn-rank__select#domtour_besttravelarea_gadget_changer {
    width: 10em
  }

  .ssn-sch {
    padding-top: 90px
  }

  .ssn-sch__wrap {
    margin: auto;
    padding: 0 20px 108px;
    max-width: 1080px
  }

  .ssn-sch__hdl {
    font-size: 34px;
    font-size: 3.4rem;
    line-height: 1
  }

  .ssn-sch-bnr {
    margin-top: 60px;
    margin-right: auto;
    margin-left: auto;
    max-width: 985px
  }

  .ssn-sch-bnr a {
    transition: opacity .25s ease
  }

  .ssn-sch-bnr a:hover {
    opacity: .6;
    transition: opacity .25s ease
  }

  .ssn-sch-bnr img {
    aspect-ratio: 985/82
  }

  .ssn-sch .res-contents {
    margin-top: 50px
  }

  .ssn-spot {
    padding-top: 105px;
    padding-top: 0
  }

  .ssn-spot-area__lst {
    display: flex;
    padding-top: 56px;
    flex-wrap: wrap
  }

  .ssn-spot-area__lst--top {
    padding-bottom: 0
  }

  .ssn-spot-area__slst {
    display: flex !important;
    margin-top: 10px;
    flex-wrap: wrap
  }

  .ssn-spot-area__itm {
    margin-top: 0;
    margin-left: 0
  }

  .ssn-spot-area__itm--none {
    display: none
  }

  .ssn-spot-area__itm--2col {
    margin-left: .92593%;
    width: 49.53704%
  }

  .ssn-spot-area__itm--2col:nth-child(2n+1) {
    margin-left: 0
  }

  .ssn-spot-area__itm--2col:nth-child(n+3) {
    margin-top: 10px
  }

  .ssn-spot-area__itm--2col a {
    padding-top: 66.41221%;
    height: 0
  }

  .ssn-spot-area__itm--2col a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform .5s ease
  }

  .ssn-spot-area__itm--2col a:hover img {
    transform: scale(1.1)
  }

  .ssn-spot-area__itm--4col {
    margin-left: .92593%;
    width: 24.25926%
  }

  .ssn-spot-area__itm--4col:nth-child(4n+1) {
    margin-left: 0
  }

  .ssn-spot-area__itm--4col:nth-child(n+5) {
    margin-top: 10px
  }

  .ssn-spot-area__itm--4col a {
    padding-top: 66.41221%;
    height: 0
  }

  .ssn-spot-area__itm--4col a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform .5s ease
  }

  .ssn-spot-area__itm--4col a:hover img {
    transform: scale(1.1)
  }

  .ssn-spot-area__tgl {
    display: none
  }

  .ssn-spot {
    padding-top: 0
  }

  .ssn-spot--top {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .ssn-spot__wrap {
    position: relative
  }

  .ssn-spot-note {
    margin-top: 40px;
    text-align: center
  }

  .ssn-spot-note__text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.57143
  }

  .ssn-spot__btn {
    padding-top: 60px
  }

  .ssn-spot__btn--top {
    position: absolute;
    top: 78px;
    right: 0;
    padding: 0;
    max-width: 230px;
    width: 100%
  }

  .ssn-spot__btn--top a {
    margin-right: 0;
    padding: 17px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-spot-area__lst {
    display: flex;
    padding-top: 56px;
    flex-wrap: wrap
  }

  .ssn-spot-area__lst--top {
    padding-bottom: 0
  }

  .ssn-spot-area__slst {
    display: flex !important;
    margin-top: 10px;
    flex-wrap: wrap
  }

  .ssn-spot-area__itm {
    margin-top: 0;
    margin-left: 0
  }

  .ssn-spot-area__itm--none {
    display: none
  }

  .ssn-spot-area__itm--2col {
    margin-top: 10px;
    margin-left: .92593%;
    width: 49.53704%
  }

  .ssn-spot-area__itm--2col a {
    display: block;
    padding-top: 66.41221%;
    height: 0
  }

  .ssn-spot-area__itm--2col a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform .5s ease
  }

  .ssn-spot-area__itm--2col a:hover img {
    transform: scale(1.1)
  }

  .ssn-spot-area__itm--4col {
    margin-left: .92593%;
    width: 24.25926%
  }

  .ssn-spot-area__itm--4col:nth-child(4n+1) {
    margin-left: 0
  }

  .ssn-spot-area__itm--4col:nth-child(n+5) {
    margin-top: 10px
  }

  .ssn-spot-area__itm--4col a {
    padding-top: 66.41221%;
    height: 0
  }

  .ssn-spot-area__itm--4col a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transition: transform .5s ease
  }

  .ssn-spot-area__itm--4col a:hover img {
    transform: scale(1.1)
  }

  .ssn-spot-area__tgl {
    display: none
  }

  .ssn-spot-area__name {
    position: absolute;
    display: inline-block;
    padding: 0;
    width: 100%;
    height: auto;
    background-color: transparent;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.73333
  }

  .ssn-spot-area__name span {
    background-color: #0b318f
  }

  .ssn-spot-area__name--btm {
    bottom: 6px;
    left: 6px
  }

  .ssn-spot-area__name--btm span {
    padding: 5px 5px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2
  }

  .ssn-spot-area__name--large {
    bottom: 0;
    left: 0;
  }

  .ssn-spot-area__name--large span {
    padding: 9px 13px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1
  }

  .ssn-spot-area__name--nav {
    position: absolute;
    height: auto
  }

  .ssn-spot-area__name--season {
    bottom: calc(50% - ((100 / 500)*100%))
  }

  .ssn-spot-area__name--season span:nth-child(2) {
    margin-top: 4px
  }

  .peanuts .ssn-top-hdr__ctr:before {
    display: none
  }

  .slick-counter {
    right: 18px;
    bottom: 66px;
    left: auto;
    height: 115px
  }

  .slick-counter::before {
    bottom: -20px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1
  }

  .slick-dots {
    right: 18px;
    bottom: 34px;
    left: auto;
    height: 115px
  }

  .slick-dots li.slick-active {
    animation: slideloadPc 6s linear
  }

  .ssn-top-hdr__wrap {
    min-height: 490px;
    max-height: calc(100vh - 130px);
    height: 643px
  }

  .ssn-top-hdr__ctr:before {
    bottom: -10px;
    left: -20px;
    padding-top: 232px;
    width: 291px;
    background-image: url(/domestic/theme/season/summer/img/top/snoopy/kv_snoopy-spring01.png)
  }

  .ssn-top-hdr__ctr:after {
    right: 67px;
    bottom: -42px;
    padding-top: 204px;
    width: 249px;
    background-image: url(/domestic/theme/season/summer/img/top/snoopy/kv_snoopy-spring02.png);
    opacity: 0;
    animation: snoopyKv .6s ease-out .8s forwards
  }

  .ssn-top-hdr__snoopy {
    top: 40px;
    right: 16px;
    bottom: auto;
    left: auto;
    max-width: 242px
  }

  .ssn-top-hdr__ttl {
    top: 50%;
    margin-top: 0;
    transform: translateY(-50%)
  }

  .ssn-top-hdr__logo {
    width: 290px
  }

  .ssn-top-hdr__logo img {
    width: 100%
  }

  .ssn-top-hdr__name {
    margin-top: 51px;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1
  }

  .ssn-top-hdr__sch {
    margin-top: 60px
  }

  .ssn-top-hdr__sch a {
    width: 300px;
    height: 54px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-top-hdr__sch a:after {
    position: absolute;
    right: 23px;
    width: 22px;
    height: 22px
  }

  .ssn-top-hdr__btn {
    bottom: 20px;
    width: 40px;
    height: 40px
  }

  .ssn-top-hdr__btn--stop::after,
  .ssn-top-hdr__btn--stop::before {
    top: 16px;
    width: 3px
  }

  .ssn-top-hdr__btn--stop::before {
    left: 18px
  }

  .ssn-top-hdr__btn--stop::after {
    right: 13px
  }

  .ssn-top-hdr__btn--play::before {
    top: 16px;
    right: 13px
  }

  .ssn-top-hdr__itm {
    min-height: 490px;
    max-height: calc(100vh - 130px);
    height: 643px
  }

  .ssn-top-hdr__itm img {
    max-height: 643px;
    width: 100%;
    height: 643px
  }

  .ssn-top-hdr__itm span {
    top: inherit;
    bottom: 0
  }

  .ssn-top-hdr__itm span {
    padding: 5px 0 3px 4px;
    font-size: 10px;
    font-size: 1rem;
    line-height: 1
  }

  .ssn-tour {
    padding-top: 110px;
    padding-bottom: 0;
  }

  .ssn-tour__wrap {
    position: relative;
    margin: auto;
    max-width: 1080px
  }

  .ssn-tour__wrap--3col {
    max-width: 1080px
  }

  .ssn-tour-lst--2col {
    display: flex
  }

  .ssn-tour-lst--3col {
    display: flex
  }

  .ssn-tour-lst__itm + .ssn-tour-lst__itm {
    margin-top: 65px
  }

  .ssn-tour-lst__itm {
    margin-top: 65px;
    padding-bottom: 80px
  }

  .ssn-tour-lst__itm--2col {
    padding-bottom: 57px;
    width: 50%
  }

  .ssn-tour-lst__itm--2col:nth-child(even) {
    margin-left: 3.84615%
  }

  .ssn-tour-lst__itm--3col {
    margin-left: 2.77778%;
    padding-bottom: 45px;
    width: 31.48148%
  }

  .ssn-tour-lst__itm--3col:first-child {
    margin-left: 0
  }

  .ssn-tour-lst__hdr {
    padding: 0 6.25%
  }

  .ssn-tour-lst__name {
    padding-top: 33px;
    padding-bottom: 17px;
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.47368
  }

  .ssn-tour-lst__name--2col {
    padding-top: 24px;
    padding-bottom: 13px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5
  }

  .ssn-tour-lst__name--3col {
    padding-top: 17px;
    padding-bottom: 10px;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.83333
  }

  .ssn-tour-lst__hdl {
    padding-top: 19px;
    padding-bottom: 29px;
    text-align: center;
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.41667
  }

  .ssn-tour-lst__hdl--2col {
    padding-top: 12px;
    padding-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.61111
  }

  .ssn-tour-lst__hdl--3col {
    padding-top: 12px;
    padding-bottom: 18px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429
  }

  .ssn-tour-lst__detail {
    display: flex;
    padding: 50px 6.25% 0
  }

  .ssn-tour-lst__detail--2col {
    display: block;
    padding: 50px 6% 0
  }

  .ssn-tour-lst__detail--3col {
    display: block;
    padding: 20px 5.88235% 0
  }

  .ssn-tour-lst__detail--3col-comment {
    margin-top: 15px
  }

  .ssn-tour-lst__detail-thumb {
    margin-right: 55px;
    max-width: 440px;
    width: 48.35165%
  }

  .ssn-tour-lst__detail-thumb--2col {
    margin-right: 0;
    max-width: 100%;
    width: 100%
  }

  .ssn-tour-lst__detail-thumb--3col {
    margin-right: 0;
    max-width: 100%;
    width: 100%
  }

  .ssn-tour-lst__detail-info {
    flex: 1
  }

  .ssn-tour-lst__detail-point {
    padding-top: 9px;
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1
  }

  .ssn-tour-lst__detail-point--2col {
    padding-top: 28px;
    font-size: 20px;
    font-size: 2rem;
    line-height: 1
  }

  .ssn-tour-lst__detail-point--3col {
    padding-top: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1
  }

  .ssn-tour-lst__detail-text {
    margin-top: 17px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.77778
  }

  .ssn-tour-lst__detail-text--2col {
    margin-top: 15px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.75
  }

  .ssn-tour-lst__detail-text--3col {
    margin-top: 13px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.71429
  }

  .ssn-tour-lst__btn {
    margin-top: 60px;
    padding: 0
  }

  .ssn-tour-lst__btn--2col {
    margin-top: 43px;
    padding: 0 5.88235%
  }

  .ssn-tour-lst__btn--3col {
    margin-top: 43px;
    padding: 0 5.88235%
  }
}

@media screen and (min-width:769px) and (max-width:1280px) {
  ._tablet {
    display: block
  }
}

@media print {
  .datepickers-container {
    display: none
  }
}

@media screen and (min-width:1280px) {
  .ssn-anchor__item:first-child a {
    padding-left: 56px
  }

  .ssn-anchor__item--area:first-child a {
    padding-left: 36px
  }

  .ssn-anchor__item > a {
    padding: 40px 45px 40px 36px
  }
}

@media screen and (min-width:1240px) {
  .ssn-goto-point {
    right: calc(50% - 540px)
  }
}

@media all and (-ms-high-contrast:none) {
  .ssn-spot-area__itm--2col a img {
    min-height: 1px
  }

  .ssn-spot-area__name {
    height: auto !important
  }
}

@media screen and (min-width:1190px) {
  .ssn-top-hdr__ctr:before {
    left: -10px;
    padding-top: 292px;
    width: 361px
  }

  .ssn-top-hdr__ctr:after {
    right: 87px;
    padding-top: 264px;
    width: 319px
  }
}
.bnr_stl {
  margin-bottom: 40px;
}
.sp_br {display: none;}
@media screen and (max-width: 768px) {
  .bnr_stl {
    padding: 0 30px;
  }
  .sp_br {display: block;}
  .sp_center {
    text-align: center;
  }
}
@media screen and (min-width:768px) {
  .bnr_item_3 {
    display: flex;
  }
  .bnr_item_3 > a {
    margin: 10px;
  }
  .ssn-bnr--1col img.third {
    aspect-ratio: inherit;
    padding: 5px;
  }
}

/* 202304追加 */
.ssn-sec__heading{
  text-align: center;
}
.ssn-sec__heading_i{
  color: #333;
  font-size: 2rem;
}
@media screen and (min-width:768px) {
  .ssn-sec__heading_i{
    font-size: 2.8rem;
  }
}

/* 個札BOX・DPガジェット */
.ssn-ticket_tour_box {
  padding-top: 50px;
}
@media screen and (min-width:769px) {
  .ssn-ticket_tour_box {
    padding-top: 110px;
  }
}
/* ---------------------------- 月タブ ---------------------------- */
.p_month { margin-top: 0; }
.p_monthColumn { border-top: none; }

.p_monthCnt{}
.p_monthCnt_i{
}
.p_monthColumn{
  display: block;
  justify-content: space-between;
  margin: 0 -15px;
  /* border-top: 1px solid #ccc; */
}

@media (min-width: 769px){
  .p_monthColumn:not(.-column1){
    display: flex;
  }
  .p_monthColumn:not(.-column1) .p_monthColumn__item{
    width: 50%;
  }
}
/* ---------------------------- // 月タブ ---------------------------- */
/* ---------------------------- 月タブ（航空券） ---------------------------- */

@media (min-width:768px){
  .p_monthColumn.-column1 .p_domFareBox__apo {
    display: flex;
    align-items: center;
  }
  .p_monthColumn:not(.-column1) .p_domFareBox__arrApo {
    margin-top: 11px;
  }
}
/* ---------------------------- // 月タブ（航空券） ---------------------------- */
/* ---------------------------- 月タブ（旅行） ---------------------------- */
.p_tourFareBoxFare__price.-price{}
/* ---------------------------- // 月タブ（旅行） ---------------------------- */
/* // 個札BOX・DPガジェット */

/* おすすめの宿 */
.ssn-rank-area__thumb img {
  object-fit: cover;
  height: auto;
}
@media screen and (min-width: 769px){
.smr-rank-area__lst {
  margin-top: 80px;
}
}
.ssn-rank .ssn-rank__select-area {
padding: 16px 16px 12px;
background: #fff;
}
@media screen and (min-width: 769px){
.ssn-rank .ssn-rank__select-area {
  left: 50%;
  top: 58px;
  text-align: center;
  transform: translateX(-50%);
  background: #fff;
  width: 100%;
  max-width: 500px;
}
}
.ssn-rank .ssn-rank__select-label{
color: #333;
font-weight: bold;
}
@media screen and (min-width: 769px) and (max-width: 1024px){
	.ssn-rank__jet img{
		width: 21.6796875vw;
		height:  auto;
	}
	.ssn-rank .ssn-rank__select-area{
		max-width: 48.828125vw;
	}
}
.ssn-rank-area__thumb .caption { font-size: 11px; margin: 0; padding: 5px 10px 0; }
.area-name-box {margin: 10px 0 -15px; }
.area-name-box span { display: inline-block; border: 1px solid #888; padding: 2px 6px; font-size: 1.2rem; background-color: #fafafa; color: #666; }
@media (min-width: 769px) and (max-width: 1024px) { .ssn-rank .ssn-rank__select-area { top: 55px; } }
@media (max-width: 600px) { .ssn-rank__jet { position: static; } }
/* // おすすめの宿 */


/* ---------------------------- 参考ページでインラインで記述されていたcssを移植 ---------------------------- */
@media screen and (max-width: 767px) {
  .modal-mainmodal .modal-content-col {
    width: 100% !important;
  }
  .modal-mainmodal .modal-col._submit .modal-btn {
    margin-bottom: 50px;
  }
}

.asw-decoration.asw-decoration--color-black.asw-decoration--background.asw-decoration--rounded {
  padding: 0;
}
.asw-headline.asw-headline--head2.asw-headline--center.asw-headline--primary.asw-headline--border {
  border-bottom: solid 4px #00146E;
}

/* 全体の背景を白 */
.cp-container-parents {
  background-color: #fff;
}
body {
overflow-x:hidden;
}
@media (max-width: 768px) {
.month-wrap .month-container .month-area .month-area-list .list { display: block !important; }
.month-wrap .month-container .month-area .month-area-list .toggle-btn { display: none; }
}
@media screen and (max-width: 768px){
.ssn-rank-area__thumb img {
    object-fit: cover;
    height: auto;
}
}

.res-btn-link-custom a {
  line-height: 1.3;
  position: relative;
  display: block;
  width: 100%;
  padding: 20px 26px 20px 30px;
  cursor: pointer;
  text-decoration: none!important;
  color: #fff;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
.res-btn-link-custom a span {
  pointer-events: none;
}
.res-btn-link-custom a:after {
  font-family: icoset;
  font-size: 1.8rem;
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  content: "\e906";
  text-transform: none;
  pointer-events: none;
  color: #fff;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.res-btn-link-custom.arrow-R a:after {
  right: 25px;
}
.res-btn-link-custom.type-01 a {
  width: 85%;
  min-width: 200px;
  margin: 0 auto;
}
.res-btn-link-custom.ORA a {
  border-color: #d54100;
  background: #d54100;
}
.res-btn-link-custom .btn-text {
  display: block;
  padding-right: 20px;
  text-align: center;
}
@media print, screen and (min-width: 768px){
.res-btn-link-custom.type-01 a:after {
  font-size: 1.8rem;
  margin-top: -9px;
}
.res-btn-link-custom .btn-text {
  padding-right: 30px;
}
.res-btn-link-custom.type-01 a {
    width: 45%;
    min-width: 256px;
    text-align: center;
}
.res-btn-link-custom.type-01 a {
    min-width: 256px;
}
}
.res-btn-link-custom.arrow-R .btn-text {
  padding-right: 26px;
}
@media print, screen and (max-width: 767px){
.res-btn-link-custom a {
    font-size: 1.4rem;
}
}
.res-btn-link-custom a:hover:after{
-webkit-animation-name: az;
  animation-name: az;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes az{
50%{
  -webkit-transform:translateX(6px);
  transform:translateX(6px)
}
to
{
  -webkit-transform:translateX(0);
  transform:translateX(0)
}
}
@keyframes az{
50%{
  -webkit-transform:translateX(6px);
  transform:translateX(6px)
}
to{
  -webkit-transform:translateX(0);
  transform:translateX(0)
}
}
@media screen and (max-width: 767px){
.asw-hero-carousel__logo{
  width: 100%;
}
.asw-hero-carousel__title{
  font-size: 1.7rem !important;
}
}
@media screen and (min-width: 768px){
.asw-hero-carousel__logo{
  width: 100%;
}
.asw-hero-carousel__title {
    font-size: 2.4rem !important;
}
}
/* ---------------------------- // 参考ページでインラインで記述されていたcssを移植 ---------------------------- */

/* MV中央寄せ */
h1.asw-headline__title {
  text-align: center;
}

/*  アンカー */
.arrow-down-custom .asw-thumbnail-button__item .asw-thumbnail-button__link {
  background-color: #e1f1ff;
  color: #333;
  height: 120%;
}
.arrow-down-custom .asw-thumbnail-button__item .asw-thumbnail-button__link .asw-thumbnail-button__text {
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  padding: 0!important;
}
.arrow-down-custom .asw-thumbnail-button__link--icon .asw-thumbnail-button__text::after {
  right: unset;
  top: 80%;
  transform: rotate(90deg);
}
.arrow-down-custom .asw-thumbnail-button__text {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .arrow-down-custom .asw-thumbnail-button__item .asw-thumbnail-button__link .asw-thumbnail-button__text {
    font-size: 10px;
  }
}

/* キーワードから探すの矢印削除 */
.keyword-list .asw-text-link__anchor--icon {
  padding-right: 0;
}
.keyword-list .asw-text-link__anchor--icon::before {
  content: none;
}
.keyword-list .asw-text-link__anchor--img-transpalent {
  display: none;
}

/* キーワードから探すのSP横並び */
@media screen and (max-width: 767px) {
  .asw-text-link--horizontal.keyword-list {
    display: flex;
    margin-top: 8px;
  }
  .asw-text-link--horizontal.keyword-list .asw-text-link__item {
    margin-right: 32px;
  }
  .asw-text-link--horizontal.keyword-list .asw-text-link__item:first-child {
    margin-top: 16px;
  }
}

/* おすすめの観光スポットの見出し余白調整 */
.asw-decoration--background.asw-decoration--color-highprimary {
  padding-top: 16px;
  padding-bottom: 16px;
}

/* マージン追加 */
.asw-top-margin-xl {
  margin-top: 48px;
}
.asw-top-margin-xxl {
  margin-top: 64px;
}

/* マージン削除 */
.asw-no-top-margin {
  margin-top:0 !important;
}
.asw-no-bottom-margin {
  margin-bottom:0 !important;
}

/* 下線 */
.uline_b {
  border-bottom: solid 2px #333;
  padding: 0 10px;
}

/* 追従ボタン */
.p_following{
  position: relative;
  z-index: 100;
}
.p_following__link{
  position: fixed;
  text-decoration: none;
  background-color: #0060C8;
  width: clamp(44px,16vw,100px);
  height: clamp(44px,16vw,100px);
  border-radius: 50%;
  right: 20px;
  bottom: 40px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p_following__link.-coupon{
  background-color: #ffdd00;
  bottom: 150px;
}
.p_following__link.-max{
  position: absolute;
  bottom: 5px;
}
.p_following__link.-coupon.-max{
  bottom: calc(clamp(44px,16vw,100px) + 15px);
}
.p_following__icon{
  font-size: 0;
  display: block;
}
svg.p_following__icon_i {
  width: clamp(1rem, 2.5vw, 2rem);
  height: clamp(0.7rem, 1.3vw, 1.7rem);
  max-width: 90%;
}
svg.p_following__icon_i line{
  stroke: white;
  stroke-linecap: round;
  stroke-width: 10;
}
svg.p_following__icon_i.-black line{
  stroke: #333;
}
.p_following__link_i{
  font-size: clamp(0.75rem, 2vw, 1.4rem);
  color: #fff;
  font-weight: bold;
  font-weight: normal;
  line-height: 1.3;
  text-align: center;
  margin-top: clamp(3px, 0.5vw, 1rem);
}
.p_following__link.-coupon .p_following__link_i{
  color: #333;
}
a.p_following__link{
  transition: transform 0.5s;
}
a.p_following__link:hover{
  transform: scale(1.2);
}
a.p_following__link:focus{
  transform: scale(1.2);
}
@media (max-width:1024px){
  .p_following__link{
    bottom: 70px;
  }
  .p_following__link.-coupon{
    bottom: calc(clamp(44px,16vw,100px) + 80px);
  }
}
@media (min-width: 767px) and (max-width:1024px){
  .p_following__link{
    bottom: 70px !important;
  }
  .p_following__link.-coupon{
    bottom: 180px !important;
  }
  .p_following__link.-max{
    bottom: 15px !important;
  }
  .p_following__link.-coupon.-max{
    bottom: 125px !important;
  }
}
@media screen and (min-width: 767px){
	.p_following{
	  position: relative;
	  z-index: 100;
	}
	.p_following__link{
	  position: fixed;
	  text-decoration: none;
	  width: clamp(44px,11vw,100px);
	  height: clamp(44px,11vw,100px);
	  border-radius: 50%;
	  right: 20px;
	  bottom: 40px;
	  z-index: 3;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
  .p_following__link.-coupon{
    bottom: 150px;
  }
	.p_following__link.-max{
	  position: absolute;
	  bottom: 5px;
	}
  .p_following__link.-coupon.-max{
    bottom: 115px;
  }
	.p_following__icon{
	  font-size: 0;
	  display: block;
	}
	svg.p_following__icon_i {
	  width: clamp(1rem, 2.5vw, 2rem);
	  height: clamp(0.7rem, 1.3vw, 1.7rem);
	  max-width: 90%;
	}
	svg.p_following__icon_i line{
	  stroke: white;
	  stroke-linecap: round;
	  stroke-width: 10;
	}
  svg.p_following__icon_i.-black line {
    stroke: #333;
  }
	.p_following__link_i{
	  font-size: clamp(0.75rem, 2vw, 1.4rem);
	  color: #fff;
	  font-weight: bold;
	  font-weight: normal;
	  line-height: 1.3;
	  text-align: center;
	  margin-top: clamp(3px, 0.5vw, 1rem);
	}
  .p_following__link.-coupon .p_following__link_i{
    color: #333;
  }
	a.p_following__link{
	  transition: transform 0.5s;
	}
	a.p_following__link:hover{
	  transform: scale(1.2);
	}
	a.p_following__link:focus{
	  transform: scale(1.2);
	}
}

/* 250327 春旅TOP踏襲 */

.pd-bottom-80 {
  padding-bottom: 8rem;
}

.no-loop-swiper .asw-swipLayout__button--prev, .no-loop-swiper .asw-swipLayout__button--next{
  top: 35%;
}

.asw-button__link--icon, .asw-button__link[href$=".pdf"] > span, .asw-button__link[href$=".doc"] > span, .asw-button__link[href$=".docx"] > span, .asw-button__link[href$=".xls"] > span, .asw-button__link[href$=".xlsx"] > span{
  padding: 0 20px;
}

.custom-swiper .asw-swipLayout__button--prev, .custom-swiper .asw-swipLayout__button--next{
  width: 52px;
}

.custom-swiper .asw-swipLayout__button--prev::after, .custom-swiper .asw-swipLayout__button--next::after{
  width: 52px;
  height: 52px;
  content: '';
  background-image: url(/domestic/theme/season/summer/img/top/250327/ico_arrow_round_blue.svg);
}

.asw-swipLayout__scrollbar{
  display: none;
}

.no-top-margin-pc.asw-layout-grid[data-pc-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
  margin-top: 0;
}

.animated-container{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.animated-container.visible {
  opacity: 1 !important;
  transform: translateY(0);
}

.custom-head-lg .asw-headline__title{
  font-size: 3.4rem;
}

.custom-border-line hr.res-hr-line{
  margin: 10rem 0;
  position: relative;
  background-color: #001783;
  border: none;
  height: 2px;
}

.custom-border-line hr::after{
  content: url(/domestic/theme/season/summer/img/top/250327/ico_plane_round.svg);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -3.5555555555rem;
}

.mv-logo{
  padding: 0 4%;
  text-align: left;
}

.mv-logo img{
  width: 30%;
}

.align-center-items > .asw-layout-grid__inner{
  align-items: center;
}

.grid-align-center .asw-layout-grid__inner .asw-layout-grid__item {
  align-self: center;
}

.secondgrid-flexend > .asw-layout-grid__inner .asw-layout-grid__item:nth-child(even){
  align-self: flex-end;
}

.section-title-h3 .asw-headline__title{
  font-size: 3rem;
}

.green-section-bg{
background-color: #D2D8AC !important;
}

.peach-section-bg{
background-color: #e0aa8452 !important;
}

.sky-section-bg.asw-decoration--background {
  background-color: #C6F1FF;
}

.rounded-corner-bg{
border-radius: 30px;
}

.rounded-corner-img01 img {
  border-radius: 5px;
}

.asw-decoration.no-padding{
  padding: 32px 8%;
}

.asw-decoration--background.asw-decoration--color-white.asw-decoration--transparent{
  background-color: rgb(255 255 255 / 0%);
}

.full-width-area{
  padding: 0;
  border-radius: 30px;
}

.full-width-area .asw-layout-grid__inner{
  justify-content: center;
  align-items: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.full-width-area .asw-layout-grid__item{
  padding: 0 !important;
}

.full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(odd){
  width: 40%;
}

.full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(even){
  width: 60%;
}

.full-width-area .asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
  margin-top: 20px;
}

.full-width-area .transparent-btn-container .asw-layout-grid__inner{
  gap: 15px;
}

.full-width-area .transparent-btn-container.asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item{
   width: calc((100% - 15px) / 2);
}

.full-width-area .transparent-btn-container.asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(5) {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .full-width-area .transparent-btn-container.asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item .asw-button__link {
    max-width: none;
  }
}

.full-width-area .asw-layout-grid__item:nth-child(2) > .aem-GridColumn{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;

}

.custom-row-headline .asw-headline__title{
  display: flex;
  align-items: center;
  color: #19318A;
}

.custom-row-headline span {
  margin: 1em 0;
}

.custom-row-headline span:first-of-type {
  font-size: 3.4rem;
  padding-right: 2rem;
  position: relative;
  border-right: 2px solid #19318A;
}

.custom-row-headline .sub-title-text{
  font-size: 2rem;
  padding-left: 3rem;
}

.square-button .asw-button__link{
  font-size: 1.5rem;
  border-radius: 10px;
  padding: 0;
  display: flex;
  align-items: center;
  min-height: 60px;
  background-color: #003087;
  border: 1px solid #003087;
}

.square-button.text-center .asw-button__link{
  justify-content: center;
}

.hover-change-bg-button .asw-button__link{
  transition: background-color 0.3s ease;
}

.hover-change-bg-button .asw-button__link:hover{
  background-color: #fff;
  color: #003087;
}

.transparent-btn .asw-button__link:hover{
  color: #003087;
}

.square-button.no-arrow .asw-button__link::after{
  display: none;
}

.square-button.no-arrow .asw-button__link *{
  flex: 1 1;
}

.square-button .asw-button__link::after, .transparent-btn .asw-button__link::after{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  position: absolute;
  padding-left: 0.2rem;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 100%;
}

.square-button .asw-button__link::after{
  content: '';
  background-image: url(/domestic/theme/season/summer/img/top/250327/ico_arrow_round_blue.svg);
  right: 3%;
}

.transparent-btn .asw-button__link::after {
  background-image: url(/domestic/theme/season/summer/img/top/250327/ico_arrow_round_white.svg);
  content: '';
  width: 32px;
  height: 32px;
}


.square-button .asw-button__link--icon-arrow::after, .transparent-btn .asw-button__link--icon-arrow::after{
  display: none;
}

.transparent-btn .asw-button__link{
  display: flex;
  align-items: center;
  background-color: #00146e00;
  color: #231815;
  min-height: 60px;
  padding: 0;
  border-bottom: 1px solid #231815;
  border-radius: 0;
  font-size: 1.8rem;
}

.transparent-btn .asw-button__link--icon{
  padding: 0;
}

.mv-container{
  position: relative;
}

.loop-mv{
  overflow: hidden;
  position: relative;
  text-align: left;
}

.loop-mv > div{
  display: flex;
  width: 100vw;
  height: 680px;
}

.loop-mv img:first-child{
  animation: loop 200s -100s linear infinite;
}

.loop-mv img:last-child{
  animation: loop2 200s linear infinite;
}

.loop-mv img{
  height: 100%;
}


.loop-mv::before {
  content: '';
  position: absolute;
  top: 0;
  background-image: url(/domestic/theme/season/summer/img/top/250327/mv_background.png);
  background-size: cover;
  height: 100%;
  clip-path: polygon(0 0, 100% 0%, 52% 100%, 0% 100%);
  min-width: 686px;
  opacity: 0.9;
  z-index: 2;
  width: 50vw;
}

.mv-logo-text-container{
  position: absolute;
  width: 100%;
  max-width: 1200px;
  z-index: 3;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.top-anchor-button-container{
  transform: translateY(-4rem);
  position: relative;
  z-index: 3;
  margin-top: 0;
  margin-bottom: 0;
  overflow: visible;
}

.top-anchor-button-container .asw-layout-grid__inner{
  gap: 7px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.top-anchor-button-container .asw-layout-grid__inner  .asw-layout-grid__item {
  flex: 1 1;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.top-anchor-button-wrap .asw-button--horizontal > .asw-button__inner > .asw-button__item {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .top-anchor-button-wrap .asw-button--horizontal > .asw-button__inner {
    column-gap: 7px;
    row-gap: 14px;
    margin: 0;
  }
  .top-anchor-button-wrap .asw-button--horizontal > .asw-button__inner > .asw-button__item {
    flex: 1 1;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .top-anchor-button-wrap .asw-button--horizontal > .asw-button__inner > .asw-button__item > .asw-button__link {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top-anchor-button-wrap .asw-button--horizontal > .asw-button__inner > .asw-button__item {
    flex: initial;
    width: calc((100% - 14px) / 3);
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .top-anchor-button-wrap .asw-button--horizontal > .asw-button__inner {
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 3px;
    row-gap: 6px;
    margin-top: 0;
  }
  .top-anchor-button-wrap .asw-button--horizontal > .asw-button__inner > .asw-button__item {
    width: calc((100% - 6px) / 3);
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.top-anchor-button-container a{
  background-color: #FFFFFF;
  color: #231815;
  font-size: 1.4rem;
  border: #005FCB 2px solid;
  border-radius: 5px;
  min-height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

.top-anchor-button-container a:hover{
  color: #231815;
}

.top-anchor-button-container a::after{
  content: '';
  background: url(/domestic/theme/season/summer/img/top/250327/ico_arrow_blue.svg);
  height: 6px;
  width: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 13%;
}


.summer-section{
  position: relative;
  padding-bottom: 8rem;
  z-index: 0;
}

.summer-section::before{
  position: absolute;
  content: "";
  width: min(37.14vw, 520px);
  aspect-ratio: 509 / 392;
  background-image: url(/domestic/theme/season/summer/img/top/250327/bg_flower_top.png);
  background-size: contain;
  top: 2%;
  right: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .summer-section::before{
    top: 0;
  }
}

.summer-section::after{
  position: absolute;
  content: "";
  width: min(52.14vw, 730px);
  aspect-ratio: 724 / 330;
  background-image: url(/domestic/theme/season/summer/img/top/250327/bg_flower_bot.png);
  background-size: contain;
  bottom: 0;
  z-index: -1;
}

.bg-walk{
  position: relative;
}

.bg-walk::after{
  position: absolute;
  width: 261px;
  height: 217px;
  content: '';
  background-image: url(/domestic/theme/season/summer/img/top/250327/img_bg_walk.png);
  right: 0;
  top: -10rem;
  background-size: contain;
  background-repeat: no-repeat
}

.asw-layout-grid[data-pc-column="2"].container-each-m > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
  margin-top: 25px;
}

.full-width-anchor{
  position: relative;
}

.img-switch-container > .asw-layout-grid__inner{
  align-items: center;
  min-height: 550px;
}

.img-switch-container > .asw-layout-grid__inner > .asw-layout-grid__item:nth-of-type(2){
  position: absolute;
  right: 0;
  padding-right: 0 !important;
}

.image-preview img{
  width: 100%;
  max-height: 550px;
  object-fit: cover;
  border-top-left-radius: 80px;
  border-bottom-right-radius: 80px;
}

.hashtag-full-container{
  padding-top: 4.6rem;
  padding-bottom: 6.5rem;
  margin-top: 10rem;
}

.hashtag-full-container .asw-layout-grid__item{
  width: fit-content !important;
  padding-left: 1% !important;
  padding-right: 1% !important;
}

.hashtag-button-container .asw-button__link{
  border-radius: 10px;
  color: #231815 !important;
  border: 2px solid #1D2080;
  font-size: 1.5rem;
  padding: 12px;
}

.coupon-container{
  padding-top: 4.7rem;
  padding-bottom: 5.5rem;
  margin-top: 9rem;
}

.modal-container > .asw-container__inner > .aem-Grid{
  border-bottom: 2px solid #001783;
}


.modal-container > .asw-container__body::after{
  content: '';
  background-image: url(/domestic/theme/season/summer/img/top/250327/ico_plane_round.svg);
  width: 70px;
  height: 70px;
  background-size: cover;
  background-repeat: none;
}

.pink-section {
  padding: 1rem 0 5rem;
}


#floating-box {
position: fixed;
top: 150px;
right: 0;
z-index: 99;
text-align: right;
}

.circle-button{
  position: fixed;
  right: 25px;
  z-index: 99;
  text-align: right;
  bottom: 25px;
}

.circle-button .close-btn{
  position: absolute;
  content: '';
  background-image: url(/domestic/theme/season/summer/img/top/250807/btn_close.png);
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  right: 10%;
  top: 21%;
  background-color: #fff;
  border-radius: 100%;
  font-size: 0;
}


#floating-box ul.icon-buttons {
width: 95px;
margin-left: auto;
border-radius: 10px 0 0 10px;
}
#floating-box ul.icon-buttons li {
}
#floating-box ul.icon-buttons li a {
display: block;
height: 128px;
background-position: 50% 50%;
background-repeat: no-repeat;
transition: .2s;
}
#floating-box ul.icon-buttons li.upper a {
border-radius: 10px 0 0 10px;
background-image: url(/domestic/theme/season/summer/img/top/250327/float-btn01.png);
background-color: #001783;
}
#floating-box ul.icon-buttons li.lower a {
border-radius: 10px 0 0 10px;
background-image: url(/domestic/theme/season/summer/img/top/250327/float-btn02.png);
background-color: #036EAD;
}
#floating-box ul.icon-buttons li a span {
color: transparent;
opacity: 0;
}
.circle-button {
padding: 12px 7px 0 0;
}

.circle-button .btn-container{
  position: relative;
}

.circle-button .main {
  display: block;
  width: 170px;
  height: 180px;
  background-image: url(/domestic/theme/season/summer/img/top/250807/float-btn03.png);
  transition: .2s;
  background-repeat: no-repeat;
  font-size: 0;
}

.no-loop-swiper .asw-swipLayout__item{
  padding-left: 0;
}


.no-loop-swiper.asw-swipLayout {
  position: relative;
  width: 100vw;
  left: 50%;
  max-width: 1400px;
  transform: translateX(-50%);
  overflow: hidden;
}

.no-loop-swiper .asw-swipLayout__container{
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  max-width: 1200px;
  padding: 0 4%;
}

.no-loop-swiper .asw-swipLayout__item > .asw-decoration{
  padding: 0 4.347826087% 0 0;
}

.no-loop-swiper .asw-swipLayout[data-pc-slides-per-view="2"] .asw-swipLayout__item {
  width: 40% !important;
}

.no-loop-swiper .text-title{
  font-size: 2.4rem;
  min-height: 72px;
  font-weight: bold;
}

.no-loop-swiper .title-caption{
  font-size: 1.6rem;
}

.no-loop-swiper .res-hr-line  {
  margin: 17px 0 20px;
}

.no-loop-swiper .text-description{
  font-size:  1.6rem;
}

.no-loop-swiper .asw-button__link{
  max-width: 320px;
}

.no-loop-swiper .asw-swipLayout__button--next{
  right: -3.055555%;
}

.no-loop-swiper .asw-swipLayout__button--prev{
  left: -3.0555555%;
}

.custom-card-container .asw-card--tag{
  padding-bottom: 0;
  border-radius: 5px;
}

.custom-card-container .asw-card{
  background-color: #0D2984;
}

.custom-card-container .asw-tag-card__title{
  color: #fff;
  text-align: center;
}

.custom-card-container .asw-tag-card__txt--lg{
  font-size: 2rem;
}

.custom-card-container .asw-swipLayout__pagination-container{
  margin: 80px auto 20px;
}

.asw-swipLayout.custom-card-white-arrow{
  position: relative;
  width: 100vw;
  left: 50%;
  max-width: 1104px;
  transform: translateX(-50%);
  overflow: visible;
  padding-left: 4.347826087%;
}

.custom-card-white-arrow .asw-swipLayout__button--prev{
  left: -7%;
}

.custom-card-white-arrow .asw-swipLayout__button--next{
  right: -7%;
}

.custom-card-white-arrow .asw-swipLayout__container{
  width: 100%;
  margin: 0 auto 0 0;
  max-width: 1104px;
}

.custom-card-container.asw-swipLayout{
  width: 100vw;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background-color: #ffffff80;
  margin-top: 250px;
}

.custom-card-container .asw-swipLayout__container{
  width: 100%;
  margin: 0 auto;
  overflow: visible;
  max-width: 1104px;
}

.custom-card-container .asw-swipLayout__item{
  padding-left: 0;
}

.custom-card-white-arrow.asw-swipLayout[data-pc-slides-per-view="2"] .asw-swipLayout__item{
  width: 48%!important;
}

.custom-card-white-arrow .asw-swipLayout__item{
  padding-left: 0;
}

.content-card{
  display: block;
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
  margin-top: 2.8rem;
  overflow: hidden;
  box-shadow: 0px 0px 10px -5px #777;
}

a.content-card::after {
  display: block;
  content: '';
  background-image: url();
  background-image: url(/domestic/theme/season/summer/img/top/250327/ico_arrow_round_white.svg);
  width: 32px;
  height: 32px;
  position: absolute;
  right: 5%;
  bottom: 4%;
  background-repeat: no-repeat;
  background-size: cover;
}

.content-card img{
  width: 100%;
}

.content-card .text-container{
  padding: 1.5rem;
}

.content-card .card-title{
  font-size: 2rem;
  font-weight: bold;
}

.content-card .card-caption{
  font-size: 1.3rem;
  width: 80%;
}

.modal-title{
  font-size: 2rem;
}

.mwargin-bottom-wide{
  margin-bottom: 20rem;
}

.hashtag-slider .asw-swipLayout__container {
  background-color: #ffffff80;

}

.hashtag-slider .asw-decoration{
  background-color: #0D2984;
  padding: 0;
  border-radius: 5px;
}

.hashtag-slider .asw-image-caption{
  color: #fff;
  font-weight: bold;
  padding: 2rem 0.3rem;
  text-align: center;
  font-size: 1.5rem;
}

.hashtag-slider{
  width: 100vw;
  max-width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.content-card img:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  transition: -webkit-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
  transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out;
}

.margin-bottom-wide{
  margin-bottom: 24rem;
}

.img-object-cover img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

@media screen and (min-width: 768px) {
  .img-object-cover img {
    min-height: 370px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
  }
}

@keyframes loop {
  0% {
      transform: translateX(100%);
  }
  to {
      transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
      transform: translateX(0);
  }
  to {
      transform: translateX(-200%);
  }
}

/*SP*/

@media (max-width: 767px) {
  .ssn-ticket_tour_box{
      padding-top: 0px;
  }

  .custom-head-lg{
      margin-top: 0 !important;
  }


  .content-card .card-title{
      font-size: 1.8rem;
      margin: 0;
  }

  #booking .asw-headline__title{
      font-size: 2rem;
  }

  .asw-margin-gap-m-md.asw-layout-grid[data-sp-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
      margin-top: 0;
  }

  .content-card{
      border-radius: 10px;
  }

  .asw-image--custom:last-child{
      margin-bottom: 0;
  }

  .p_monthColumn__dt{
      margin-top: 0;
  }

  .hashtag-slider .asw-swipLayout__container{
      margin: 0 4% 0 0 !important;
      width: 100%;
      overflow: visible;
      max-width: 1200px;
      padding: 0 !important;
      padding-bottom: 5px !important;
  }

  .hashtag-full-container .asw-headline{
      margin-top: 20px;
  }

  .hashtag-full-container {
      padding-top: 2rem;
      padding-bottom: 2rem;
      margin-top: 10rem;
      background-size: 100% 100%;
      background-position: center;
  }

  .hashtag-slider .asw-image-caption{
      font-size: 1.2rem;
      min-height: 50px;
      padding: 0 0.3rem;
      display: flex;
      justify-content: center;
      align-items: center;
  }

  .hashtag-slider .asw-swipLayout__item .asw-decoration{
      margin-bottom: 0;
  }

  .hashtag-slider .asw-swipLayout__button-body {
      margin-top: 15px;
  }

  .hashtag-slider .asw-swipLayout__button-inner {
      margin: 0 4%;
  }

  .hashtag-slider .asw-swipLayout__button--prev {
      left: calc(83% - 15px) !important;
      position: absolute;
  }

  .hashtag-slider .asw-swipLayout__button--next {
      right: 30px !important;
      position: absolute;
  }

  .hashtag-slider .asw-swipLayout__container{
    margin: 50px 4% 0 0 !important;
  }

  .no-loop-swiper .asw-swipLayout__container{
      padding: 0 4%;
  }

  .asw-swipLayout.custom-card-white-arrow{
      padding-left: 24px;
  }

  .hashtag-full-container .asw-button__link{
      padding: 12px 5px;
  }

  .custom-card-white-arrow .asw-swipLayout__item{
      padding-right: 5%;
  }

  .loop-mv > div{
      height: 450px;
  }

  .loop-mv::before{
      clip-path: polygon(0 0, 100% 0%, 52% -55%, 0% 100%);
  }

  .mv-logo img {
  width: min(59%, 250px);
  }

  .asw-button__link {
      max-width: 100%;
      width: 100%;
  }

  .top-anchor-button-container .asw-layout-grid__inner{
      gap: 3px;
  }

  .top-anchor-button-container a{
      font-size: 0.86rem;
      height: 50px;
      min-height: auto;
  }



  .top-anchor-button-container .asw-layout-grid__inner .asw-layout-grid__item{
      flex: unset;
  }

  .top-anchor-button-container.asw-layout-grid[data-sp-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item{
      width: calc((100% - 6px) / 3);
  }

  .top-anchor-button-container.asw-layout-grid[data-sp-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+3)){
      margin-top: 5.5px;
  }

  .custom-head-lg .asw-headline__title{
      font-size: 1.8rem;
  }

  .secondgrid-flexend > .asw-layout-grid__inner .asw-layout-grid__item:nth-child(even){
  align-self: center;
  }

  .asw-gap-s-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
      margin-top: 8px;
  }

  .asw-gap-m-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
      margin-top: 15px;
  }

  .square-button .asw-button__link{
      border-radius: 5px;
  }

  .custom-row-headline .asw-headline__title{
      flex-direction: column;

  }

  .custom-row-headline .asw-headline__title{
      align-items: flex-start;
  }

  .custom-row-headline span:first-of-type{
      font-size: 1.9rem;
      margin-bottom: 0;
      padding-right: 0;
      border-right: none;
  }

  .custom-row-headline .sub-title-text{
      font-size: 1.2rem;
      padding-left: 0;
  }

  .bg-walk::after{
      width: 100px;
      height: 97px;
      right: -1rem;
      top: 0;
  }

  .summer-section{
      padding-bottom: 4rem;
  }

  .summer-section::before{
    width: min(42.67vw, 313px);
    aspect-ratio: 313 / 242;
    background-image: url(/domestic/theme/season/summer/img/top/250327/bg_flower_top_sp.png);
  }

  .summer-section::after{
    width: 100%;
    aspect-ratio: 751 / 344;
    background-image: url(/domestic/theme/season/summer/img/top/250327/bg_flower_bot_sp.png);
  }

  .hashtag-full-container .asw-layout-grid__item{
      width: 50% !important;
  }

  .hashtag-full-container .asw-layout-grid__item .asw-button__link{
      font-size: 1rem;
      border-radius: 5px;
  }

  .image-preview{
      display: none;
  }

  .half-width-img .asw-image{
      width: 50%;
  }

  .transparent-btn .asw-button__link::after {
  width: 18px;
  height: 18px;
  }

  .section-title-h3 .asw-headline__title{
      font-size: 1.7rem;
  }

  .full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(odd){
      width: 100%;
  }

  .full-width-area .asw-layout-grid[data-pc-column="2"].asw-layout-grid--1by2-abovetablet > .asw-layout-grid__inner > .asw-layout-grid__item:nth-child(even){
      width: 100%;
  }

  .transparent-btn .asw-button__link{
      font-size: 1rem;
  }

  .asw-decoration.no-padding{
      padding: 0 4%;
  }

  .full-width-area{
      padding-bottom: 2.6rem;
      border-radius: 20px;
  }

  .full-width-area .asw-image {
      border-top-left-radius: 20px;
      border-top-right-radius: 20px;
  }

  .full-width-area .asw-layout-grid[data-pc-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
  margin-top: 0px;
  }

  .full-width-area .asw-button__item{
      margin-top: 5px;
  }

  .square-button .asw-button__link{
      font-size: 1.2rem;
  }

  .square-button .asw-button__link::after{
      right: 5%;
  }

  .square-button .asw-button__link span{
      flex: 1 1;
  }

  .square-button.text-center .asw-button__link{
      justify-content: center;
  }

  .img-switch-container > .asw-layout-grid__inner{
      min-height: auto;
  }

  .asw-gap-l-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
      margin-top: 28px;
  }

  .coupon-container{
      padding-top: 5rem;
  }

  .custom-card-white-arrow .asw-swipLayout__container{
      padding-left: 0;
  }

  .custom-swiper .asw-swipLayout__button--prev, .custom-swiper .asw-swipLayout__button--next{
      position: absolute;
      top: 0 !important;
      width: 27px;
  }

  .custom-card-white-arrow .asw-swipLayout__button--prev{
      left: calc(87% - 15px) !important;
      position: absolute;
  }

      .custom-card-white-arrow .asw-swipLayout__button--next {
      right: 15px;
      position: absolute;
  }

  .custom-swiper .asw-swipLayout__button--prev::after, .custom-swiper .asw-swipLayout__button--next::after{
      width: 27px;
      height: 27px;
      background-size: cover;
  }

  .no-loop-swiper .asw-swipLayout__button-inner{
      margin: 0 4%;
  }


  .no-loop-swiper .asw-swipLayout__button--prev{
      left: calc(80% - 15px) !important;
      position: absolute;
  }

  .no-loop-swiper .asw-swipLayout__button--next{
      right: 30px !important;
      position: absolute;
  }

  .no-loop-swiper.asw-swipLayout{
      padding-top: 20px;
  }

  .no-loop-swiper .asw-swipLayout__button-body{
      margin-top: 15px;
  }

  /*.modal-title{
      font-size: 1.2rem;
  }*/

  .content-card .card-caption{
      width: 100%;
      margin-top: 10px;
  }

  .content-card .text-container{
      padding: 2rem 1.5rem;
  }

  a.content-card::after{
      width: 20px;
      height: 20px;
  }

  .custom-border-line hr::after {
      content: '';
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      top: -1.555556rem;
      background-image: url(/domestic/theme/season/summer/img/top/250327/ico_plane_round.svg);
      background-size: contain;
      width: 35px;
      height: 35px;
  }

  .items-margin-s-md.asw-layout-grid[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child){
      margin-top: 20px;
  }

  .margin-bottom-wide{
      margin-bottom: 2rem;
  }

  .custom-border-line hr.res-hr-line{
      margin: 5rem 0;
      height: 1px;
  }

  .square-button.no-arrow .asw-button__link--icon{
      padding: 0 2px;
  }

  .transparent-btn .asw-button__link{
      min-height: 40px;
      text-align: left;
  }

  .pink-section{
      padding: 5rem 0 5rem;
  }


  .hashtag-button-container.asw-layout-grid--interval-m[data-sp-column="2"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+2)){
      margin-top: 5px;
  }

  .transparent-btn .asw-button__link--icon{
      width: calc(100% - 18px);
  }

}



@media (min-width: 768px) {
#floating-box ul.icon-buttons li.upper a{
  margin-bottom: 15px;
}

#floating-box ul.icon-buttons li a:hover {
  background-position: 58% 50%;
}
.circle-button a:hover {
  transform: scale(0.95);
}
.ssn-ticket_tour_box {
  padding-top: 0;
}
}
@media (max-width: 1024px) {
#floating-box {
  top: auto;
  bottom: 57px;
  text-align: center;
  width: 100%;
  z-index: 99;
}
#floating-box ul.icon-buttons {
  width: 100%;
  display: flex;
}
#floating-box ul.icon-buttons li {
  width: 50%;
}
#floating-box ul.icon-buttons li a {
  border-radius: 0 !important;
  height: 15vw;
  min-height: 40px;
}
#floating-box ul.icon-buttons li.upper a {
  background-image: url(/domestic/theme/season/summer/img/top/250327/float-btn01_sp.png);
  background-size: 30vw;
}
#floating-box ul.icon-buttons li.lower a {
  background-image: url(/domestic/theme/season/summer/img/top/250327/float-btn02_sp.png);
  background-size: 37vw;
}
.circle-button {
  position: fixed;
  right: 0px;
  bottom: calc(58px + 18vw + 4px);
}
.circle-button .main {
  width: 80px;
  height: auto;
  aspect-ratio: 161 / 181;
  background-size: cover;
  background-position: center;
}
.footer {
  padding-bottom: calc(58px + 11vw + 36px);
}

.circle-button .close-btn{
  width: 20px;
  height: 20px;
  right: 0%;
  top: 10%;
  background-size: cover;
}
}

@media (min-width: 768px) and (max-width: 1321px){
  .custom-card-white-arrow .asw-swipLayout__button--prev {
      left: 0 !important;
  }

   .custom-card-white-arrow .asw-swipLayout__button--next {
      right: 0 !important;
   }

   .no-loop-swiper .asw-swipLayout__button--prev, .hashtag-slider .asw-swipLayout__button--prev{
      left: 3%;
   }

   .no-loop-swiper .asw-swipLayout__button--next, .hashtag-slider .asw-swipLayout__button--next{
      right: 3%;
   }
}

@media (min-width: 1400px){
  .hashtag-slider > .asw-swipLayout__container{
      width: 100%;
      padding: 0 calc(80px + 4%) !important;
      margin: 0;
  }
}

/*TAB DISPLAY*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .asw-layout-grid[data-tab-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item {
      width: calc((100% - 14px) / 3);
      flex: unset ;
  }

  .asw-layout-grid[data-tab-column="3"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+3)){
      margin-top: 10px;
  }

  #floating-box ul.icon-buttons li.upper a{
      margin-bottom: 0;
  }

  .loop-mv::before{
      clip-path: polygon(0 0, 100% 0%, 20% 100%, 0% 100%);
      min-width: auto;
      width: 45vw;
  }

  .transparent-btn .asw-button__link{
      font-size: 1.3rem;
  }

  .square-button .asw-button__link{
      font-size: 1.2rem;
  }

  .custom-row-headline span:first-of-type{
      font-size: 2rem;
  }

  .custom-row-headline .sub-title-text{
      font-size: 1.4rem;
  }

  .ssn-ticket_tour_box{
      padding-top: 0 ;
      padding-bottom: 5rem;
  }

  .hashtag-slider .asw-image-caption{
  font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .bg-walk .sub-title-text{
      width: calc(66.11% - 261px);
  }
}

/* ガジェットレイアウト */
@media (min-width: 769px) {
  .p_monthColumn:not(.-column1) {
    flex-direction: row-reverse;
  }
}
@media (max-width: 768px) {
  .p_monthColumn:not(.-column1) {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (max-width:767px) {
.square-button.fs-15 .asw-button__link{
font-size: 1.5rem !important;
}
.asw-layout-grid.margin-zero[data-sp-column="1"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:first-child) {
    margin-top: 0px !important;
  }
}

@media screen and (min-width: 1025px) {
  .hashtag-full-container .asw-layout-grid--interval-m[data-pc-column="4"] > .asw-layout-grid__inner > .asw-layout-grid__item:not(:nth-child(-n+4)) {
    margin-top: 0;
  }
}

@media (max-width:767px) {
  .img_sp-width45 img {
    width: 45%;
  }
}

/* mvボタン */
.loop-mv__play {
  position: absolute;
  bottom: 10%;
  right: 15px;
}
.loop-mv__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 40px;
  height: 40px;
  border: 1.5px solid #19318A;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
}
.mv-loop__stop {
  position: relative;
  width: 10px;
  height: 16px;
  font-size: 0;
}
.mv-loop__stop::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: #19318A;
}
.mv-loop__stop::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background-color: #19318A;
}
.mv-loop__start {
  display: none;
  position: relative;
  width: 15px;
  height: 16px;
  font-size: 0;
}
.mv-loop__start > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.mv-container.-pause .loop-mv img {
  animation-play-state: paused;
}
.mv-container.-pause .mv-loop__stop {
  display: none;
}
.mv-container.-pause .mv-loop__start {
  display: block;
}

/* 250724追加 */

.text-blue { color: #00156E; }
.ana-3012_border .asw-text-link__anchor {
    border: solid 1px;
    border-radius: 0.25rem;
    padding: 0.5rem;
}
.ana-3012_border .asw-text-link__anchor--icon-arrow::before { content: none; }
@media screen and (min-width: 768px) {
    .asw-text-link--horizontal .asw-text-link__item { margin-right: 1rem; }
}


.hd-benefits {
  margin: auto;
  width: 100%;
  background-color: #eef4fd;
  padding: 32px 0 64px;
}
@media (min-width: 768px) {
  .hd-benefits {
    padding: 64px 0 80px;
  }
}
.hd-benefits__inner {
  padding: 0 4%;
  margin: 0 auto;
}
.hd-benefits__content {
  max-width: 1200px;
  margin: 0 auto;
}
.hd-benefits__header {
  font-weight: 600;
  font-size: 2.4rem;
  margin: 0 0 24px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #333;
}
@media (min-width: 768px) {
  .hd-benefits__header {
    font-size: 2.8rem;
    margin-bottom: 48px;
  }
}
.hd-benefits__view-more-btn {
  text-align: center;
  color: #00146e;
  background-color: transparent;
  border: none;
  font-size: 1.6rem;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.hd-benefits__view-more-btn:hover {
  opacity: 0.5;
}
@media (min-width: 768px) {
  .hd-benefits__view-more-btn {
    font-size: 2.2rem;
    font-weight: 600;
  }
}
.hd-benefits__view-more-content {
  width: 100%;
}
.hd-benefits__view-more-content-inner {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}


.hd-point1 {
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hd-point1 {
    padding-bottom: 32px;
  }
}
.hd-point1__title {
  background-color: #cbd4ea;
  color: #00146e;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 22px 0 16px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hd-point1__title {
    font-size: 2.2rem;
  }
}
.hd-point1__main-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 16px 0 28px;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point1__main-text {
    font-size: 2.4rem;
    margin: 24px 0 32px;
  }
  .hd-point1__main-text br {
    display: none;
  }
}
.hd-point1__chips {
  display: flex;
  justify-content: center;
  gap: 8px;
  padding: 0 4px;
}
.hd-point1__chip--gradient {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0a318f 50%, #00a7ea 50%);
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--gradient {
    font-size: 1.8rem;
    margin-top: 16px;
  }
}
.hd-point1__chip--dark {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #0a318f;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--dark {
    font-size: 2rem;
  }
}
.hd-point1__chip--light {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #00a7ea;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--light {
    font-size: 2rem;
  }
}
.hd-point1__chip--medium {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  border-radius: 8px;
  color: #fff;
  font-weight: 600;
  position: relative;
  overflow: hidden;
  background: #3478e3;
  padding: 8px 10px;
  line-height: 1.3;
  font-size: 1.6rem;
}
@media (min-width: 768px) {
  .hd-point1__chip--medium {
    font-size: 2rem;
  }
}
.hd-point1__subtitle {
  width: 92%;
  margin: 0 auto 24px;
  max-width: 348px;
}
.hd-point1__subtitle__text {
  margin: 0;
  padding: 8px 0;
  font-size: 1.8rem;
  font-weight: 600;
  color: #0a318f;
  text-align: center;
  border-top: 3px solid #00a7ea;
  border-bottom: 3px solid #0a318f;
}
@media (min-width: 768px) {
  .hd-point1__subtitle {
    padding: 0 16px;
    max-width: 736px;
  }
  .hd-point1__subtitle__text {
    font-size: 2.4rem;
    padding: 10px 0;
  }
  .hd-point1__subtitle br {
    display: none;
  }
}
.hd-point1__package {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 92%;
  max-width: 348px;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .hd-point1__package {
    width: 100%;
    max-width: 736px;
    padding: 0 16px;
    justify-content: space-between;
  }
  .hd-point1__package > img {
    height: 56px;
  }
}
@media (min-width: 768px) {
  .hd-point1__package-img {
    width: 94.6666667%;
  }
}
.hd-point1__package-item {
  width: 140px;
  border-radius: 16px;
  padding: 16px 8px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.hd-point1__package-item > p {
  background-color: #fff;
  color: #0a318f;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  width: 88.7%;
  padding: 8px 2px;
}
@media (min-width: 768px) {
  .hd-point1__package-item {
    width: 300px;
  }
  .hd-point1__package-item > p {
    width: 96.6666667%;
    font-size: 2.4rem;
    padding: 16px;
  }
}
.hd-point1__package-item--light {
  background-color: #cbd4ea;
}
.hd-point1__package-item--dark {
  background-color: #00a7ea;
}
.hd-point1__info-box--wrapper {
  width: 92%;
  margin: 0 auto 16px;
  max-width: 348px;
}
@media (min-width: 768px) {
  .hd-point1__info-box--wrapper {
    width: 100%;
    max-width: 736px;
    padding: 0 16px;
  }
}
.hd-point1__info-box--text {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  background-color: white;
  border: 6px solid #00a7ea;
  border-radius: 12px;
  padding: 12px;
  width: fit-content;
  text-align: left;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #0a318f;
}
.hd-point1__info-box--text::before {
  content: "";
  position: absolute;
  top: -24px;
  right: 10%;
  transform: translateX(-50%);
  border-width: 0 12px 24px 12px;
  border-style: solid;
  border-color: transparent transparent #00a7ea transparent;
}
@media (min-width: 768px) {
  .hd-point1__info-box--text {
    width: 100%;
    max-width: 736px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #0a318f;
    margin-top: 16px;
  }
  .hd-point1__info-box--text::before {
    top: -32px;
    border-width: 0 14px 28px 14px;
  }
}
.hd-point1__info-box--sm-text {
  font-size: 1.2rem;
  letter-spacing: 0;
  font-weight: 600;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .hd-point1__info-box--sm-text {
    font-size: 2.2rem;
  }
}
.hd-point1__info-row {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .hd-point1__info-icon {
    width: 140px;
  }
}
.hd-point1__info-text {
  font-size: 1.4rem;
  font-weight: 600;
  color: #3478e3;
}
@media (min-width: 768px) {
  .hd-point1__info-text {
    font-size: 2.4rem;
  }
}
.hd-point1__link-full {
  width: 312px;
  height: 48px;
  border: 1px solid #00146e;
  border-radius: 56px;
  color: #00146e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 0;
  background: transparent;
  cursor: pointer;
  margin-bottom: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hd-point1__link-full:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hd-point1__link-full {
    min-width: 74%;
    width: 66%;
    font-size: 2.2rem;
  }
}
.hd-point1__detail {
  width: 92%;
  margin: 0 auto 24px;
  max-width: 348px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .hd-point1__detail {
    width: 100%;
    max-width: 832px;
    padding: 0 16px;
  }
}
.hd-point1__section {
  width: 100%;
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hd-point1__section--blue {
  background-color: #cbd4ea;
}
.hd-point1__section--lightblue {
  background-color: #d1effb;
}
.hd-point1__section-row {
  width: 100%;
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 16px 0;
  max-width: 450px;
}
.hd-point1__section-icon {
  max-width: 157px;
  background-color: #fff;
  padding: 8px;
  border-radius: 8px;
  flex: 1;
}
@media (min-width: 768px) {
  .hd-point1__section-icon {
    padding: 12px;
  }
}
.hd-point1__section-text-normal {
  flex: 1;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2.1rem;
  padding: 0;
  color: #0a318f;
  flex: 1;
}
@media (min-width: 768px) {
  .hd-point1__section-text-normal {
    font-size: 2rem;
    line-height: 3rem;
  }
}
.hd-point1__section-link {
  min-width: 200px;
  width: 60%;
  border: 1px solid #00146e;
  border-radius: 56px;
  color: #00146e;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 11px 0;
  background: #fff;
  cursor: pointer;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.hd-point1__section-link:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .hd-point1__section-link {
    font-size: 2.2rem;
    line-height: 3.3rem;
  }
}
.hd-point1__section-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0a318f;
  align-items: self-start;
  width: 100%;
}
@media (min-width: 768px) {
  .hd-point1__section-note {
    font-size: 1.6rem;
    font-weight: 600;
    width: fit-content;
  }
}

.hd-point2 {
  margin-top: 24px;
  background-color: #fff;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border: solid 1px #f1f1f1;
  position: relative;
  padding-bottom: 20px;
}
@media (min-width: 768px) {
  .hd-point2 {
    padding-bottom: 32px;
  }
}
.hd-point2__title {
  background-color: #cbd4ea;
  color: #00146e;
  font-size: 1.8rem;
  font-weight: 600;
  width: 100%;
  border-top-left-radius: 0.8rem;
  border-top-right-radius: 0.8rem;
  padding: 22px 0 16px;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hd-point2__title {
    font-size: 2.2rem;
  }
}
.hd-point2__main-text {
  text-align: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 16px 0 28px;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point2__main-text {
    font-size: 2.4rem;
    margin: 24px 0 32px;
  }
  .hd-point2__main-text br {
    display: none;
  }
}
.hd-point2__inner {
  width: 92%;
  margin: 0 auto;
  max-width: 348px;
}
@media (min-width: 768px) {
  .hd-point2__inner {
    width: 100%;
    max-width: 784px;
    padding: 0 16px;
  }
}
.hd-point2__section {
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #eaf9ff;
  padding: 8px 8px;
  width: 100%;
}
.hd-point2__section-row {
  width: fit-content;
  display: flex;
  justify-content: center;
}
@media (min-width: 768px) {
  .hd-point2__section-row {
    gap: 24px;
  }
}
.hd-point2__section-column {
  flex: 0;
  display: flex;
  flex-direction: column;
}
.hd-point2__section-column span {
  display: block;
  color: #555;
  font-size: 1.1rem;
  text-align: center;
  margin-top: 4px;
  font-weight: 600;
  min-width: 88px;
}
@media (min-width: 768px) {
  .hd-point2__section-column span {
    font-size: 1.2rem;
  }
}
.hd-point2__section-column--arrow {
  width: 16px;
  height: 62px;
  display: flex;
  align-items: center;
}
.hd-point2__section-column--arrow svg {
  width: 20px;
}
.hd-point2__section-column--coin {
  width: 56px;
  height: 62px;
  margin: 0 auto;
}
.hd-point2__section-column--ticket {
  width: 70px;
  height: 62px;
  padding: 8px 0;
  margin: 0 auto;
}
.hd-point2__section-column img {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .hd-point2__section-column span {
    font-size: 2rem;
    margin-top: 8px;
  }
  .hd-point2__section-column--arrow {
    width: 40px;
    height: 178px;
  }
  .hd-point2__section-column--arrow svg {
    width: 40px;
  }
  .hd-point2__section-column--coin {
    width: 160px;
    height: 178px;
  }
  .hd-point2__section-column--ticket {
    width: 182px;
    height: 178px;
    padding: 40px 8px 34px;
  }
  .hd-point2__section-column--arrow-min {
    width: 28px;
    height: 108px;
  }
  .hd-point2__section-column--arrow-min svg {
    width: 28px;
  }
  .hd-point2__section-column--coin-min {
    width: 98px;
    height: 108px;
  }
  .hd-point2__section-column--ticket-min {
    width: 110px;
    height: 108px;
    padding: 20px 0 20px;
  }
}
.hd-point2__section-description {
  font-size: 1.4rem;
  font-weight: 400;
  color: #0a318f;
}
@media (min-width: 768px) {
  .hd-point2__section-description {
    font-size: 2rem;
    text-align: center;
  }
  .hd-point2__section-description br {
    display: none;
  }
}
.hd-point2__section-note {
  font-size: 1.2rem;
  font-weight: 400;
  color: #0a318f;
  text-align: right;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .hd-point2__section-note {
    font-size: 2rem;
    text-align: center;
  }
}
.hd-point2__section-note--bold {
  font-weight: 700;
  text-decoration: underline;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.hd-point2__section-note--bold:hover {
  opacity: 0.5;
}