@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed&family=Noto+Sans+JP:wght@500;700&family=Noto+Serif+JP:wght@400;500&display=swap");
@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 750px) {
  .pc {
    display: none !important;
  }
}

.centering, .btn, #access .bnr {
  margin-left: auto;
  margin-right: auto;
}

.flex-center, .btn, .card div.nemuro::after, .card div.betsukai::after, .card div.nakashibetsu::after, .card div.shibetsu::after, .card div.rausu::after, .card div.recommend::after, #seasonPlan .tab-menu li a, #seasonPlan #planWrap > div .nv-plan li a, #seasonPlan #planWrap > div .big-bnr, #area .tab-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper, .sec-ttl, #seasonPlan #planWrap > div .planCont .cover, #area #areaWrap .cover, #area #areaWrap .cards, #recommend .cards, #access #accessWrap, #access .enjoy {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 751px) {
  .wrapper, .sec-ttl, #seasonPlan #planWrap > div .planCont .cover, #area #areaWrap .cover, #area #areaWrap .cards, #recommend .cards, #access #accessWrap, #access .enjoy {
    width: calc(100vw - 40px);
    max-width: 1136px;
  }
}
@media screen and (max-width: 750px) {
  .wrapper, .sec-ttl, #seasonPlan #planWrap > div .planCont .cover, #area #areaWrap .cover, #area #areaWrap .cards, #recommend .cards, #access #accessWrap, #access .enjoy {
    width: 89.3333333333vw;
  }
}

.gs-element {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}

/*==================================================
	RESET CSS
==================================================*/
*,
*::before,
*::after {
  position: relative;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none;
}

/*==================================================
	SCROLL ANIMATION
==================================================*/
._fadeIn {
  opacity: 0;
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
          transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
}
._fadeIn._show {
  opacity: 1.0;
}

._fadeUp {
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
  -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
._fadeUp._show {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._fadeUpBack {
  opacity: 0;
  -webkit-transform: translateY(75px);
          transform: translateY(75px);
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
._fadeUpBack._show {
  opacity: 1.0;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

._scaleIn {
  opacity: 0;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
  -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
._scaleIn._show {
  opacity: 1.0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

._scaleInBack {
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: 1.05s;
          transition-duration: 1.05s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
._scaleInBack._show {
  -webkit-transform: scale(1);
          transform: scale(1);
}

._scaleRotateInBack {
  -webkit-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
  -webkit-transition-duration: 1.25s;
          transition-duration: 1.25s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
          transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.275);
}
._scaleRotateInBack._show {
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

._scaleOut {
  opacity: 0;
  -webkit-transform: scale(1.2) rotate(-5deg);
          transform: scale(1.2) rotate(-5deg);
  -webkit-transition-duration: 1.45s;
          transition-duration: 1.45s;
  -webkit-transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
          transition-timing-function: cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
._scaleOut._show {
  opacity: 1.0;
  -webkit-transform: scale(1) rotate(0);
          transform: scale(1) rotate(0);
}

._delay1,
._delay1 span {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

._delay2,
._delay2 span {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

._delay3,
._delay3 span {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

._delay4,
._delay4 span {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

._delay5 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

._delay6,
._delay6 span {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

._delay7,
._delay7 span {
  -webkit-transition-delay: 1.0s;
          transition-delay: 1.0s;
}

._delay8,
._delay8 span {
  -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}

._delay9,
._delay9 span {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}

._delay10,
._delay10 span {
  -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}

/*==================================================
	OBJECT ANIMATION
==================================================*/
@-webkit-keyframes prev-arrow-anim {
  0% {
    background-position: center center;
  }
  50% {
    background-position: left -150% center;
  }
  51% {
    background-position: left 150% center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes prev-arrow-anim {
  0% {
    background-position: center center;
  }
  50% {
    background-position: left -150% center;
  }
  51% {
    background-position: left 150% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes next-arrow-anim {
  0% {
    background-position: center center;
  }
  50% {
    background-position: left 150% center;
  }
  51% {
    background-position: left -150% center;
  }
  100% {
    background-position: center center;
  }
}
@keyframes next-arrow-anim {
  0% {
    background-position: center center;
  }
  50% {
    background-position: left 150% center;
  }
  51% {
    background-position: left -150% center;
  }
  100% {
    background-position: center center;
  }
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleUp {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes lineStretch {
  0% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  80% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes lineStretch {
  0% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  80% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@-webkit-keyframes lineStretch-rev {
  0% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  80% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
@keyframes lineStretch-rev {
  0% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  50% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
  51% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  80% {
    -webkit-transform: scaleY(0) translateX(-1px);
            transform: scaleY(0) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
  100% {
    -webkit-transform: scaleY(1) translateX(-1px);
            transform: scaleY(1) translateX(-1px);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
  }
}
/*==================================================
	HOVER EFFECT
==================================================*/
/*==================================================
	DEBUG
==================================================*/
.debug {
  background-repeat: no-repeat;
  background-position: center top;
}
@media print, screen and (min-width: 751px) {
  .debug {
    background-image: url(../img/_debug/shiretokonemuro_PC.jpg);
    background-size: 1440px;
  }
}
@media screen and (max-width: 750px) {
  .debug {
    background-image: url(../img/_debug/shiretokonemuro_SP.jpg);
    background-size: 100%;
  }
}
@media print, screen and (min-width: 751px) {
  .debug #kv {
    height: 710px;
  }
}
@media screen and (max-width: 750px) {
  .debug #kv {
    height: 165.0666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  .debug .big-bnr {
    height: 403px !important;
  }
}
@media screen and (max-width: 750px) {
  .debug .card:nth-child(n+2) {
    display: none;
  }
}

/*==================================================
	COMMON
==================================================*/
html, body {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2;
}
@media print, screen and (min-width: 751px) {
  html, body {
    font-size: 15px;
  }
}
@media screen and (max-width: 750px) {
  html, body {
    font-size: 3.7333333333vw;
  }
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  background-color: #fff;
  color: #000000;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

h1 {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  h1 {
    font-size: 32px;
    line-height: 48px;
  }
}
@media screen and (max-width: 750px) {
  h1 {
    font-size: 8.5333333333vw;
    line-height: 12.8vw;
  }
}

h2 {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
@media screen and (max-width: 750px) {
  h2 {
    font-size: 7.4666666667vw;
    line-height: 10.6666666667vw;
  }
}

h3 {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  h3 {
    font-size: 22px;
    line-height: 33px;
  }
}
@media screen and (max-width: 750px) {
  h3 {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}

h4 {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  h4 {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 750px) {
  h4 {
    font-size: 4.2666666667vw;
    line-height: 6.4vw;
  }
}

h5, .card div .anchor {
  font-family: 'Noto Sans JP', sans-serif;
}
@media print, screen and (min-width: 751px) {
  h5, .card div .anchor {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
  }
}
@media screen and (max-width: 750px) {
  h5, .card div .anchor {
    font-size: 3.2vw;
    font-weight: 700;
    line-height: 4.8vw;
  }
}

@media print, screen and (min-width: 751px) {
  small,
  figcaption,
  #area #areaWrap .cover .image .slideCaption {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  small,
  figcaption,
  #area #areaWrap .cover .image .slideCaption {
    font-size: 3.2vw;
  }
}

@media print, screen and (min-width: 751px) {
  .note {
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  .note {
    font-size: 2.9333333333vw;
  }
}

.sec-ttl {
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .sec-ttl {
    font-size: 5.8666666667vw;
  }
}

.font_LL_barlow, .big-label {
  font-family: 'Barlow Condensed', sans-serif;
}
@media print, screen and (min-width: 751px) {
  .font_LL_barlow, .big-label {
    font-size: 78px;
    line-height: 100px;
  }
}
@media screen and (max-width: 750px) {
  .font_LL_barlow, .big-label {
    font-size: 13.8666666667vw;
    line-height: 16vw;
  }
}

.font_L_barlow {
  font-family: 'Barlow Condensed', sans-serif;
}
@media print, screen and (min-width: 751px) {
  .font_L_barlow {
    font-size: 32px;
    line-height: 42px;
  }
}
@media screen and (max-width: 750px) {
  .font_L_barlow {
    font-size: 8.5333333333vw;
    line-height: 11.2vw;
  }
}

.font_M_barlow, #seasonPlan #planWrap > div .nv-plan li a::after {
  font-family: 'Barlow Condensed', sans-serif;
}
@media print, screen and (min-width: 751px) {
  .font_M_barlow, #seasonPlan #planWrap > div .nv-plan li a::after {
    font-size: 18px;
    line-height: 27px;
  }
}
@media screen and (max-width: 750px) {
  .font_M_barlow, #seasonPlan #planWrap > div .nv-plan li a::after {
    font-size: 4.8vw;
    line-height: 7.2vw;
  }
}

.font_S_barlow, #kv .scroll, #access #accessWrap > div .access-info div ul li::before, #check .notice::before, footer .copyright, .nv_pagetop {
  font-family: 'Barlow Condensed', sans-serif;
}
@media print, screen and (min-width: 751px) {
  .font_S_barlow, #kv .scroll, #access #accessWrap > div .access-info div ul li::before, #check .notice::before, footer .copyright, .nv_pagetop {
    font-size: 13px;
    line-height: 18px;
  }
}
@media screen and (max-width: 750px) {
  .font_S_barlow, #kv .scroll, #access #accessWrap > div .access-info div ul li::before, #check .notice::before, footer .copyright, .nv_pagetop {
    font-size: 3.4666666667vw;
    line-height: 4.8vw;
  }
}

.big-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#d7e858));
  background: linear-gradient(#83c993 0%, #d7e858 100%);
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  color: #fff;
  line-height: 1;
  z-index: 5;
}
@media print, screen and (min-width: 751px) {
  .big-label {
    width: 62px;
  }
  .big-label span {
    left: 3px;
  }
}
@media screen and (max-width: 750px) {
  .big-label {
    width: 11.7333333333vw;
  }
  .big-label span {
    left: 0.5333333333vw;
  }
}
#winterPlans .big-label {
  background: -webkit-gradient(linear, left top, left bottom, from(#8198d6), to(#e1cbff));
  background: linear-gradient(#8198d6 0%, #e1cbff 100%);
}

a {
  color: inherit;
}

.btn {
  background-color: #5C6774;
  font-weight: 500;
  line-height: 1;
  z-index: 1;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  .btn {
    padding: 0 4px 8px 0;
    width: 752px;
    height: 111px;
    font-size: 22px;
  }
  .btn:hover::before {
    background-color: #DBE3ED;
    top: 0;
    left: 0;
  }
}
@media screen and (max-width: 750px) {
  .btn {
    padding: 0 1.0666666667vw 2.1333333333vw 0;
    width: 84.2666666667vw;
    height: 18.9333333333vw;
    font-size: 4.2666666667vw;
  }
}
.btn::before {
  content: '';
  width: 100%;
  height: 100%;
  border: 1px solid #5c6774;
  background-color: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
@media print, screen and (min-width: 751px) {
  .btn::before {
    top: -4px;
    left: -4px;
  }
}
@media screen and (max-width: 750px) {
  .btn::before {
    top: -1.0666666667vw;
    left: -1.0666666667vw;
  }
}
.btn .arrow {
  content: '';
  border-right: 1px solid #5C6774;
  border-bottom: 1px solid #5C6774;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
@media print, screen and (min-width: 751px) {
  .btn .arrow {
    width: 52px;
    height: 6px;
    -webkit-transform: translate(calc(50% - 4px), calc(-90% - 4px)) skewX(45deg);
            transform: translate(calc(50% - 4px), calc(-90% - 4px)) skewX(45deg);
  }
}
@media screen and (max-width: 750px) {
  .btn .arrow {
    width: 10.6666666667vw;
    height: 1.6vw;
    -webkit-transform: translate(calc(50% - 2vw), calc(-90% - 1.5vw)) skewX(45deg);
            transform: translate(calc(50% - 2vw), calc(-90% - 1.5vw)) skewX(45deg);
  }
}

.hover-zoom {
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .hover-zoom img {
    -webkit-transition-duration: .8s;
            transition-duration: .8s;
  }
  .hover-zoom:hover img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .hover-zoom:hover::after {
    opacity: 0.1;
  }
}

@media print, screen and (min-width: 751px) {
  .cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 751px) {
  .cards .card {
    margin-right: 16px;
  }
  .cards .card:nth-child(3n) {
    margin-right: 0;
  }
  .cards .card:nth-child(n+4) {
    margin-top: 24px;
  }
}

.card {
  display: inline-block;
}
@media print, screen and (min-width: 751px) {
  .card {
    max-width: 368px;
    width: calc((100% - 32px) / 3);
  }
}
@media screen and (max-width: 750px) {
  .card {
    width: 89.3333333333vw;
  }
}
.card picture {
  display: block;
  background-color: #b9b9b9;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  .card picture {
    height: 234px;
  }
}
@media screen and (max-width: 750px) {
  .card picture {
    height: 56.8vw;
  }
}
.card picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition-duration: .8s;
          transition-duration: .8s;
}
.card div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (min-width: 751px) {
  .card div {
    margin-top: -21px;
    padding: 24px 24px 26px;
    width: 300px;
    max-width: 100%;
    min-height: 140px;
  }
}
@media screen and (max-width: 750px) {
  .card div {
    margin-top: -5.8666666667vw;
    padding: 4.2666666667vw 4.2666666667vw 5.6vw 4.2666666667vw;
    width: 67.2vw;
    min-height: 31.7333333333vw;
  }
}
.card div.nemuro::after, .card div.betsukai::after, .card div.nakashibetsu::after, .card div.shibetsu::after, .card div.rausu::after, .card div.recommend::after {
  content: '';
  background: #5C6774;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  line-height: 1;
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  .card div.nemuro::after, .card div.betsukai::after, .card div.nakashibetsu::after, .card div.shibetsu::after, .card div.rausu::after, .card div.recommend::after {
    padding: 5px 8px 6px 9px;
    font-size: 13px;
    top: -14px;
    right: 26px;
  }
}
@media screen and (max-width: 750px) {
  .card div.nemuro::after, .card div.betsukai::after, .card div.nakashibetsu::after, .card div.shibetsu::after, .card div.rausu::after, .card div.recommend::after {
    padding: 1px 1.0666666667vw 0.5333333333vw 1.0666666667vw;
    font-size: 3.4666666667vw;
    top: -2.1333333333vw;
    right: 4.2666666667vw;
  }
}
.card div.nemuro::after {
  content: 'NEMURO';
}
.card div.betsukai::after {
  content: 'BETSUKAI';
}
.card div.nakashibetsu::after {
  content: 'NAKASHIBETSU';
}
.card div.shibetsu::after {
  content: 'SHIBETSU';
}
.card div.rausu::after {
  content: 'RAUSU';
}
.card div.recommend::after {
  content: 'RECOMMEND';
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#8198d6));
  background: linear-gradient(#83c993 0%, #8198d6 100%);
}
@media print, screen and (min-width: 751px) {
  .card div p {
    margin-top: 14px;
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  .card div p {
    margin-top: 3.7333333333vw;
    font-size: 3.2vw;
  }
}
.card div .anchor {
  margin-top: auto;
  text-align: right;
}
@media print, screen and (min-width: 751px) {
  .card div .anchor {
    color: #5C6774;
  }
}
@media screen and (max-width: 750px) {
  .card div .anchor {
    margin-top: 3.2vw;
    margin-right: 0.5333333333vw;
    color: #000;
  }
}
@media print, screen and (min-width: 751px) {
  .card div .anchor .arrow {
    padding: 0 8px 10px 4px;
  }
}
@media screen and (max-width: 750px) {
  .card div .anchor .arrow {
    padding: 0 2.1333333333vw 2.6666666667vw 1.0666666667vw;
  }
}
.card div .anchor .arrow::before {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
@media print, screen and (min-width: 751px) {
  .card div .anchor .arrow::before {
    height: 6px;
    border-right: 1px solid #5C6774;
    border-bottom: 1px solid #5C6774;
  }
}
@media screen and (max-width: 750px) {
  .card div .anchor .arrow::before {
    height: 1.6vw;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }
}
#summerPlans .card div .anchor {
  color: #83C993;
}
#summerPlans .card div .anchor .arrow::before {
  border-color: #83C993;
}
#winterPlans .card div .anchor {
  color: #8198D6;
}
#winterPlans .card div .anchor .arrow::before {
  border-color: #8198D6;
}
.card[target="_blank"] div .anchor .arrow::after {
  content: '';
  display: inline-block;
  background: url(../img/icn_ex-link.svg) right center no-repeat;
  background-size: contain;
  top: 1px;
}
@media print, screen and (min-width: 751px) {
  .card[target="_blank"] div .anchor .arrow::after {
    margin-left: 4px;
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 750px) {
  .card[target="_blank"] div .anchor .arrow::after {
    margin-left: 1.0666666667vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}

@media print, screen and (min-width: 751px) {
  a.card:hover picture img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  a.card:hover picture::after {
    opacity: 0.1;
  }
}

.floating-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#8198d6));
  background: linear-gradient(#83c993 0%, #8198d6 100%);
  color: #fff;
  position: fixed;
  bottom: 0;
  z-index: 1001;
}
@media print, screen and (min-width: 751px) {
  .floating-bnr {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    padding: 15px 10px;
    width: 38px;
    right: 0;
  }
}
@media screen and (max-width: 750px) {
  .floating-bnr {
    font-size: 4.2666666667vw;
    width: 85.3333333333vw;
    height: 11.4666666667vw;
    left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  .floating-bnr.__fix {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 750px) {
  .floating-bnr.__fix {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@media print, screen and (min-width: 751px) {
  .floating-bnr span {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 750px) {
  .floating-bnr span {
    margin-right: 2.6666666667vw;
  }
}

main {
  overflow: hidden;
}

.notice {
  margin-left: auto;
  margin-right: auto;
  width: calc(100vw - 40px);
  max-width: 752px;
  border: 1px solid #707070;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  .notice {
    padding: 40px 96px 42px;
  }
}
@media screen and (max-width: 750px) {
  .notice {
    padding: 5.8666666667vw 6.1333333333vw 6.4vw;
  }
}
.notice p,
.notice ul {
  text-align: left;
}
@media print, screen and (min-width: 751px) {
  .notice p,
  .notice ul {
    margin-top: 18px;
    text-align: left;
  }
}
@media screen and (max-width: 750px) {
  .notice p,
  .notice ul {
    margin-top: 4.8vw;
  }
}
.notice a {
  text-decoration: underline;
}
.notice a:hover {
  text-decoration: none;
}

.slideImage {
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: none;
  transition: none;
  z-index: 2;
}
.slideImage.active {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  transition: -webkit-clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  transition: clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  transition: clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s, -webkit-clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  z-index: 3;
}
.slideImage.current {
  -webkit-clip-path: inset(0 0 0 0);
          clip-path: inset(0 0 0 0);
  -webkit-transition: -webkit-clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  transition: -webkit-clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  transition: clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  transition: clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s, -webkit-clip-path 1.5s cubic-bezier(0.860, 0.000, 0.070, 1.000) 0s;
  z-index: 1;
}

@media print, screen and (min-width: 751px) {
  #kv .slideImage:nth-child(1) {
    background-image: url(../img/kv2.jpg);
  }
  #kv .slideImage:nth-child(2) {
    background-image: url(../img/kv1.jpg);
  }
  #kv .slideImage:nth-child(3) {
    background-image: url(../img/kv3.jpg);
  }
  #kv .slideImage:nth-child(4) {
    background-image: url(../img/kv4.jpg);
  }
  #kv .slideImage:nth-child(5) {
    background-image: url(../img/kv5.jpg);
  }
  #kv .slideImage:nth-child(6) {
    background-image: url(../img/kv6.jpg);
  }
}
@media screen and (max-width: 750px) {
  #kv .slideImage:nth-child(1) {
    background-image: url(../img/kv2_sp.jpg);
  }
  #kv .slideImage:nth-child(2) {
    background-image: url(../img/kv1_sp.jpg);
  }
  #kv .slideImage:nth-child(3) {
    background-image: url(../img/kv3_sp.jpg);
  }
  #kv .slideImage:nth-child(4) {
    background-image: url(../img/kv4_sp.jpg);
  }
  #kv .slideImage:nth-child(5) {
    background-image: url(../img/kv5_sp.jpg);
  }
  #kv .slideImage:nth-child(6) {
    background-image: url(../img/kv6_sp.jpg);
  }
}

#summerPlan01 .cover .slideImage:nth-child(1) {
  background-image: url(../img/nature-crews_cover1.jpg);
}
#summerPlan01 .cover .slideImage:nth-child(2) {
  background-image: url(../img/nature-crews_cover2.jpg);
}
#summerPlan01 .cover .slideImage:nth-child(3) {
  background-image: url(../img/nature-crews_cover3.jpg);
}

#summerPlan02 .cover .slideImage:nth-child(1) {
  background-image: url(../img/canoe-activity_cover1.jpg);
}
#summerPlan02 .cover .slideImage:nth-child(2) {
  background-image: url(../img/canoe-activity_cover2.jpg);
}
#summerPlan02 .cover .slideImage:nth-child(3) {
  background-image: url(../img/canoe-activity_cover3.jpg);
}

#summerPlan03 .cover .slideImage:nth-child(1) {
  background-image: url(../img/nature-tour_cover1.jpg);
}
#summerPlan03 .cover .slideImage:nth-child(2) {
  background-image: url(../img/nature-tour_cover2.jpg);
}
#summerPlan03 .cover .slideImage:nth-child(3) {
  background-image: url(../img/nature-tour_cover3.jpg);
}

#winterPlan01 .cover .slideImage:nth-child(1) {
  background-image: url(../img/winter-nature-crews_cover1.jpg);
}
#winterPlan01 .cover .slideImage:nth-child(2) {
  background-image: url(../img/winter-nature-crews_cover2.jpg);
}
#winterPlan01 .cover .slideImage:nth-child(3) {
  background-image: url(../img/winter-nature-crews_cover3.jpg);
}

#winterPlan02 .cover .slideImage:nth-child(1) {
  background-image: url(../img/snow-tour_cover1.jpg);
}
#winterPlan02 .cover .slideImage:nth-child(2) {
  background-image: url(../img/snow-tour_cover2.jpg);
}
#winterPlan02 .cover .slideImage:nth-child(3) {
  background-image: url(../img/snow-tour_cover3.jpg);
}

#nemuro .cover .slideImage:nth-child(1) {
  background-image: url(../img/nemuro_cover1.jpg);
}
#nemuro .cover .slideImage:nth-child(2) {
  background-image: url(../img/nemuro_cover2.jpg);
}
#nemuro .cover .slideImage:nth-child(3) {
  background-image: url(../img/nemuro_cover3.jpg);
}

#betsukai .cover .slideImage:nth-child(1) {
  background-image: url(../img/betsukai_cover1.jpg);
}
#betsukai .cover .slideImage:nth-child(2) {
  background-image: url(../img/betsukai_cover2.jpg);
}
#betsukai .cover .slideImage:nth-child(3) {
  background-image: url(../img/betsukai_cover3.jpg);
}

#nakashibetsu .cover .slideImage:nth-child(1) {
  background-image: url(../img/nakashibetsu_cover1.jpg);
}
#nakashibetsu .cover .slideImage:nth-child(2) {
  background-image: url(../img/nakashibetsu_cover2.jpg);
}
#nakashibetsu .cover .slideImage:nth-child(3) {
  background-image: url(../img/nakashibetsu_cover3.jpg);
}

#shibetsu .cover .slideImage:nth-child(1) {
  background-image: url(../img/shibetsu_cover1.jpg);
}
#shibetsu .cover .slideImage:nth-child(2) {
  background-image: url(../img/shibetsu_cover2.jpg);
}
#shibetsu .cover .slideImage:nth-child(3) {
  background-image: url(../img/shibetsu_cover3.jpg);
}

#rausu .cover .slideImage:nth-child(1) {
  background-image: url(../img/rausu_cover1.jpg);
}
#rausu .cover .slideImage:nth-child(2) {
  background-image: url(../img/rausu_cover2.jpg);
}
#rausu .cover .slideImage:nth-child(3) {
  background-image: url(../img/rausu_cover3.jpg);
}

@media screen and (max-width: 750px) {
  .swiper-container {
    margin: 0 5.3333333333vw;
    width: 89.3333333333vw;
  }
  .swiper-container::before, .swiper-container::after {
    content: '';
    width: 10.6666666667vw;
    height: 1px;
    background: #000;
    position: absolute;
    top: 29.0666666667vw;
    display: block;
    position: absolute;
    z-index: 2;
  }
  .swiper-container::before {
    left: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .swiper-container::after {
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  .swiper-container .swiper-pagination {
    bottom: -10.6666666667vw;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
  }
  .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #83C993;
  }
  #winterPlans .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #8198D6;
  }
  #areaWrap .swiper-container .swiper-pagination .swiper-pagination-bullet-active, #recommend .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5C6774;
  }
}

/*==================================================*/
/*==================================================*/
header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}
@media print, screen and (min-width: 751px) {
  header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
  }
}
@media screen and (max-width: 750px) {
  header {
    padding-left: 4.2666666667vw;
    width: 100%;
    height: 12.8vw;
    z-index: 2;
  }
}
header h1 {
  font-size: 0;
  line-height: 1;
}
header h1 a {
  position: relative;
  display: inline-block;
  background-color: #fff;
  background-image: url(https://www.asoview.com/img/sp/common/logo-image_kana-a5c45b842cea56b781f663a7d536559e.svg);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
}
@media print, screen and (min-width: 751px) {
  header h1 a {
    width: 150px;
    height: 28px;
    background-size: 140px;
  }
}
@media screen and (max-width: 750px) {
  header h1 a {
    width: 29.3333333333vw;
    height: 8.5333333333vw;
    background-size: 29.3333333333vw;
  }
}

/*==================================================
	KV
==================================================*/
#kv {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width: 751px) {
  #kv {
    height: calc(100vh - 70px);
  }
}
@media screen and (max-width: 750px) {
  #kv {
    height: calc(100vh - 12.8vw);
    height: calc((var(--vh, 1vh) * 100) - 12.8vw);
  }
}
#kv h1 {
  background: url(../img/kv_logo.png) center top no-repeat;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  position: absolute;
  z-index: 5;
}
@media print, screen and (min-width: 751px) {
  #kv h1 {
    padding: 192px 30px;
    background-size: 160px;
    font-size: 22px;
    top: 40px;
    right: 53px;
  }
}
@media screen and (max-width: 750px) {
  #kv h1 {
    padding: 30.4vw 1.3333333333vw;
    background-size: 23.4666666667vw;
    font-size: 4.8vw;
    top: 6.4vw;
    right: 3.2vw;
  }
}
#kv h1 span {
  display: inline-block;
  background-color: #fff;
  white-space: nowrap;
}
@media print, screen and (min-width: 751px) {
  #kv h1 span {
    margin: 0 12px;
    padding: 4px 0 2px;
  }
}
@media screen and (max-width: 750px) {
  #kv h1 span {
    margin: 0 1.0666666667vw;
    padding: 1.0666666667vw 0 0.5333333333vw;
    letter-spacing: 0.1em;
  }
}
#kv .slideImageWrap {
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  #kv .slideImageWrap {
    width: calc(100% - 152px);
  }
}
@media screen and (max-width: 750px) {
  #kv .slideImageWrap {
    width: 85.3333333333vw;
  }
}
#kv .scroll {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  #kv .scroll {
    right: 84px;
    bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  #kv .scroll {
    right: 8vw;
    bottom: 6.6666666667vw;
  }
}
#kv .scroll span {
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: scaleY(0), translateX(-1px);
          transform: scaleY(0), translateX(-1px);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation: lineStretch 2s infinite;
          animation: lineStretch 2s infinite;
}
@media print, screen and (min-width: 751px) {
  #kv .scroll span {
    height: 64px;
    top: -80px;
  }
}
@media screen and (max-width: 750px) {
  #kv .scroll span {
    height: 17.0666666667vw;
    top: -21.3333333333vw;
  }
}

/*==================================================
	ABOUT
==================================================*/
#about {
  position: relative;
}
@media print, screen and (min-width: 751px) {
  #about {
    height: 2534px;
    padding-bottom: 156px;
  }
}
@media screen and (max-width: 750px) {
  #about {
    height: 536.8vw;
  }
}
#about .text-block {
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#8198d6));
  background: linear-gradient(#83c993 0%, #8198d6 100%);
  color: #fff;
  position: absolute;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  #about .text-block {
    padding-top: 104px;
    padding-left: 96px;
    width: 616px;
    height: 837px;
    top: 309px;
    right: 0;
  }
}
@media print and (min-width: 1440px), screen and (min-width: 751px) and (min-width: 1440px) {
  #about .text-block {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(104px);
            transform: translateX(104px);
  }
}

@media screen and (max-width: 750px) {
  #about .text-block {
    padding-top: 12.5333333333vw;
    padding-left: 5.3333333333vw;
    width: 85.3333333333vw;
    height: 172.2666666667vw;
    top: 172vw;
    left: 0;
  }
}
#about .text-block h1 {
  font-weight: 500;
}
@media print, screen and (min-width: 751px) {
  #about .text-block h1 {
    font-size: 46px;
    line-height: 78px;
  }
}
@media screen and (max-width: 750px) {
  #about .text-block h1 {
    font-size: 9.6vw;
    line-height: 14.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  #about .text-block .lead {
    margin-top: 36px;
    font-size: 15px;
    line-height: 38px;
  }
}
@media screen and (max-width: 750px) {
  #about .text-block .lead {
    margin-top: 8vw;
    font-size: 3.7333333333vw;
    line-height: 9.3333333333vw;
  }
}
#about .eng1 {
  position: absolute;
  z-index: 3;
}
@media print, screen and (min-width: 751px) {
  #about .eng1 {
    top: 154px;
    left: 50%;
    margin-left: 29px;
  }
}
@media screen and (max-width: 750px) {
  #about .eng1 {
    top: 42.4vw;
    left: 5.3333333333vw;
  }
}
#about .eng2 {
  position: absolute;
  z-index: 3;
}
@media print, screen and (min-width: 751px) {
  #about .eng2 {
    top: 2076px;
    left: 50%;
    margin-left: -680px;
  }
}
@media screen and (max-width: 750px) {
  #about .eng2 {
    top: 384.2666666667vw;
    left: 42.9333333333vw;
  }
}
@media (max-width: 1360px) and (min-width: 751px) {
  #about .eng2 {
    top: auto;
    bottom: 350px;
    left: 30vw;
    margin-left: 0;
  }
  #about .eng2 br {
    display: block !important;
  }
}
#about::after {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 201, 147, 0.2)), to(rgba(129, 152, 214, 0.2)));
  background: linear-gradient(rgba(131, 201, 147, 0.2) 0%, rgba(129, 152, 214, 0.2) 100%);
  position: absolute;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  #about::after {
    width: 100%;
    height: 640px;
    left: 0;
    bottom: 405px;
  }
}
@media screen and (max-width: 750px) {
  #about::after {
    width: 94.6666666667vw;
    height: 69.3333333333vw;
    right: 0;
    bottom: 58.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  #about #scroll-target {
    margin-left: auto;
    margin-right: auto;
    max-width: 1440px;
    height: 2534px;
  }
}
#about .parallaxImage {
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  #about .parallaxImage img {
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #about .parallaxImage#about_img1 {
    width: 520px;
    height: 332px;
    top: 158px;
    left: 50%;
    margin-left: -720px;
  }
  #about .parallaxImage#about_img1 img {
    width: 115%;
    max-width: 115%;
  }
}
@media screen and (max-width: 750px) {
  #about .parallaxImage#about_img1 {
    width: 71.4666666667vw;
    height: 45.6vw;
    top: 21.3333333333vw;
    right: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #about .parallaxImage#about_img2 {
    width: 894px;
    height: 571px;
    top: 1068px;
    left: 50%;
    margin-left: -720px;
  }
  #about .parallaxImage#about_img2 img {
    width: 125%;
    max-width: 125%;
  }
}
@media screen and (max-width: 750px) {
  #about .parallaxImage#about_img2 {
    width: 85.3333333333vw;
    height: 54.6666666667vw;
    top: 338.1333333333vw;
    right: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #about .parallaxImage#about_img3 {
    width: 616px;
    height: 393px;
    top: 1771px;
    left: 50%;
    margin-left: 104px;
  }
  #about .parallaxImage#about_img3 img {
    width: 115%;
    max-width: 115%;
  }
}
@media screen and (max-width: 750px) {
  #about .parallaxImage#about_img3 {
    width: 64vw;
    height: 40.8vw;
    top: 425.0666666667vw;
    left: 0;
  }
}
#about .map {
  position: absolute;
  z-index: 3;
}
@media print, screen and (min-width: 751px) {
  #about .map {
    top: 461px;
    left: 50%;
    margin-left: -692px;
    width: 875px;
  }
}
@media screen and (max-width: 750px) {
  #about .map {
    top: 82.6666666667vw;
    left: 0;
    width: 100%;
  }
}
#about .btn {
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  #about .btn {
    bottom: 156px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-width: 750px) {
  #about .btn {
    left: 6.4vw;
    bottom: 21.3333333333vw;
  }
}

/*==================================================
	SEASON
==================================================*/
#seasonPlan .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  z-index: 2;
}
#seasonPlan .tab-menu li {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan .tab-menu li a {
    height: 104px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0);
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan .tab-menu li a {
    height: 17.0666666667vw;
  }
}
#seasonPlan .tab-menu li:nth-child(1) a {
  background: rgba(131, 201, 147, 0.4);
}
#seasonPlan .tab-menu li:nth-child(1) a:hover, #seasonPlan .tab-menu li:nth-child(1) a.current {
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#d7e858));
  background: linear-gradient(#83c993 0%, #d7e858 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
#seasonPlan .tab-menu li:nth-child(1) a:hover::after, #seasonPlan .tab-menu li:nth-child(1) a.current::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #d7e858 transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
#seasonPlan .tab-menu li:nth-child(1) a.current::after {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
#seasonPlan .tab-menu li:nth-child(2) a {
  background: rgba(129, 152, 214, 0.4);
}
#seasonPlan .tab-menu li:nth-child(2) a:hover, #seasonPlan .tab-menu li:nth-child(2) a.current {
  background: -webkit-gradient(linear, left top, left bottom, from(#8198d6), to(#e1cbff));
  background: linear-gradient(#8198d6 0%, #e1cbff 100%);
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
#seasonPlan .tab-menu li:nth-child(2) a:hover::after, #seasonPlan .tab-menu li:nth-child(2) a.current::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 18px 0 18px;
  border-color: #e1cbff transparent transparent transparent;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  -webkit-transition-duration: .25s;
          transition-duration: .25s;
}
#seasonPlan .tab-menu li:nth-child(2) a.current::after {
  -webkit-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
#seasonPlan #planWrap > div {
  display: none;
  opacity: 0;
}
#seasonPlan #planWrap > div.active {
  display: block;
  -webkit-animation: fadeIn .5s forwards;
          animation: fadeIn .5s forwards;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
#seasonPlan #planWrap > div#summerPlans {
  background-color: rgba(131, 201, 147, 0.16);
}
#seasonPlan #planWrap > div#winterPlans {
  background-color: rgba(129, 152, 214, 0.16);
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div {
    padding-top: 61px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div {
    padding-top: 14.9333333333vw;
  }
}
#seasonPlan #planWrap > div .nv-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .nv-plan {
    margin-top: 33px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .nv-plan {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 4.8vw;
  }
}
#seasonPlan #planWrap > div .nv-plan li {
  width: 100%;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .nv-plan li {
    height: 340px;
  }
  #seasonPlan #planWrap > div .nv-plan li + li {
    margin-left: 16px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .nv-plan li {
    height: 42.6666666667vw;
  }
  #seasonPlan #planWrap > div .nv-plan li + li {
    margin-top: 9.6vw;
  }
}
#seasonPlan #planWrap > div .nv-plan li a {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .nv-plan li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .nv-plan li a {
    font-size: 4.2666666667vw;
  }
}
#seasonPlan #planWrap > div .nv-plan li a::before {
  content: '';
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .nv-plan li a::before {
    height: 60px;
    bottom: -30px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .nv-plan li a::before {
    height: 10.6666666667vw;
    bottom: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .nv-plan li a::after {
    content: 'MORE';
    color: #000;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    height: 60px;
    bottom: -91px;
  }
}
#seasonPlan #planWrap > div .nv-plan li a picture {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#seasonPlan #planWrap > div .nv-plan li a picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .nv-plan li a picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
}
#seasonPlan #planWrap > div .nv-plan li a p {
  pointer-events: none;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .nv-plan li a:hover picture img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #seasonPlan #planWrap > div .nv-plan li a:hover picture::after {
    opacity: 0.1;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .notice {
    margin-top: 135px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .notice {
    margin-top: 22.9333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .notice p {
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .notice p {
    margin-top: 2.6666666667vw;
  }
}
#seasonPlan #planWrap > div .notice .more-text {
  display: none;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont {
    margin-top: 120px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont {
    margin-top: 15.2vw;
  }
  #seasonPlan #planWrap > div .planCont + .planCont {
    margin-top: 17.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 100%;
    height: 577px;
    position: relative;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .image {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -184px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont .cover .image {
    left: 0;
    width: 94.6666666667vw;
  }
}
#seasonPlan #planWrap > div .planCont .cover .image .big-label {
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .image .big-label {
    width: 62px;
    height: 210px;
    top: 80px;
    left: -30px;
  }
  #seasonPlan #planWrap > div .planCont .cover .image .big-label span {
    left: 3px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont .cover .image .big-label {
    top: 4.2666666667vw;
    left: -5.3333333333vw;
  }
}
@media (max-width: 1120px) and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .image .big-label {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .image .slideImageWrap {
    width: 904px;
    height: 577px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont .cover .image .slideImageWrap {
    width: 100%;
    height: 60.5333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .text {
    width: 344px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont .cover .text {
    margin: -7.2vw 9.3333333333vw 0 -5.3333333333vw;
    padding: 12.8vw 10.6666666667vw 8.5333333333vw 5.3333333333vw;
    width: 89.3333333333vw;
    background-color: #fff;
  }
}
@media (max-width: 1120px) and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .text {
    padding: 0 50px;
    z-index: 3;
  }
}
#seasonPlan #planWrap > div .planCont .cover .text h2 {
  line-height: 1.65;
  white-space: nowrap;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .text p {
    margin-top: 29px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont .cover .text p {
    margin-top: 4.5333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .text::before {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    width: calc(100% + 368px);
    height: calc(100% + 160px);
    left: -152px;
    bottom: -80px;
  }
}
@media (max-width: 1120px) and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cover .text::before {
    width: calc(100% + 180px);
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover {
    margin-left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover .image {
    left: -152px;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover .image .big-label {
    top: 41px;
    left: auto;
    right: -31px;
    height: 222px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover .image .big-label {
    left: auto;
    right: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover .text::before {
    content: '';
    display: block;
    width: calc(100% + 368px);
    height: calc(100% + 160px);
    background-color: #fff;
    position: absolute;
    left: -216px;
    bottom: -80px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover .text {
    margin: -7.2vw 0 0 10.1333333333vw;
    padding: 12.8vw 5.3333333333vw 8.5333333333vw 10.1333333333vw;
  }
}
@media (max-width: 1120px) and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont.plan02 .cover .text::before {
    width: calc(100% + 180px);
    left: 0px;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont.plan03 .cover .image .big-label {
    top: 82px;
    height: 222px;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .cards {
    margin-top: 160px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont .cards {
    margin-top: 10.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .planCont .btn {
    margin-top: 67px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .planCont .btn {
    margin-top: 18.6666666667vw;
    margin-left: 6.4vw;
  }
}
#seasonPlan #planWrap > div .big-bnr {
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .big-bnr {
    margin-top: 120px;
    height: 400px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .big-bnr {
    margin-top: 21.6vw;
    height: 100vw;
  }
}
#seasonPlan #planWrap > div .big-bnr picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#seasonPlan #planWrap > div .big-bnr picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .big-bnr picture::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: .5s;
            transition-duration: .5s;
  }
}
#seasonPlan #planWrap > div .big-bnr div {
  pointer-events: none;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .big-bnr div {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .big-bnr div {
    padding-bottom: 2.6666666667vw;
  }
}
#seasonPlan #planWrap > div .big-bnr div p {
  display: inline-block;
  color: #fff;
  line-height: 1.5;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .big-bnr div p {
    font-size: 28px;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .big-bnr div p {
    margin-top: -1em;
    font-size: 7.4666666667vw;
  }
}
#seasonPlan #planWrap > div .big-bnr div p::after {
  content: '';
  width: 103%;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: -2px;
  -webkit-transform: skewX(45deg);
          transform: skewX(45deg);
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
@media print, screen and (min-width: 751px) {
  #seasonPlan #planWrap > div .big-bnr div p::after {
    height: 6px;
    bottom: -0.8em;
  }
}
@media screen and (max-width: 750px) {
  #seasonPlan #planWrap > div .big-bnr div p::after {
    height: 1.6vw;
    bottom: -2.6666666667vw;
  }
}
#seasonPlan #planWrap > div .big-bnr:hover div p::after {
  width: 108%;
}

/*==================================================
	AREA
==================================================*/
@media print, screen and (min-width: 751px) {
  #area {
    padding-top: 116px;
  }
}
@media screen and (max-width: 750px) {
  #area {
    padding-top: 21.3333333333vw;
  }
  #area .menuWrap {
    margin-top: 9.0666666667vw;
    width: 100vw;
    height: 27.4666666667vw;
    overflow: hidden;
  }
  #area .menuWrap::before, #area .menuWrap::after {
    content: '';
    width: 10.6666666667vw;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
    z-index: 3;
  }
  #area .menuWrap::before {
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #area .menuWrap::after {
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  #area .menuWrap .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 5.3333333333vw;
    width: 100%;
    height: 40vw;
    overflow-x: scroll;
  }
}
#area .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  #area .tab-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 72px;
    margin-left: auto;
    margin-right: auto;
    width: calc(100vw - 40px);
    max-width: 1136px;
  }
}
@media screen and (max-width: 750px) {
  #area .tab-menu::after {
    content: '';
    display: inline-block;
    width: 5.3333333333vw;
    height: 1px;
  }
}
@media print, screen and (min-width: 751px) {
  #area .tab-menu li {
    width: 100%;
  }
}
@media screen and (max-width: 750px) {
  #area .tab-menu li {
    min-width: 43.2vw;
  }
}
@media print, screen and (min-width: 751px) {
  #area .tab-menu li + li {
    margin-left: 1px;
  }
}
@media screen and (max-width: 750px) {
  #area .tab-menu li + li {
    margin-left: 0.5333333333vw;
  }
}
#area .tab-menu li a {
  color: #fff;
  text-align: center;
  line-height: 1.2;
}
@media print, screen and (min-width: 751px) {
  #area .tab-menu li a {
    padding-top: 5px;
    height: 145px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #area .tab-menu li a {
    height: 27.4666666667vw;
  }
}
#area .tab-menu li a picture {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#area .tab-menu li a picture img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
#area .tab-menu li a picture::after {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition-duration: .3s;
          transition-duration: .3s;
}
#area .tab-menu li a p {
  pointer-events: none;
}
#area .tab-menu li a.current {
  pointer-events: none;
}
#area .tab-menu li a.current picture::after {
  opacity: 0.1;
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap {
    margin-top: 13.8666666667vw;
  }
}
#area #areaWrap > div {
  display: none;
  opacity: 0;
}
#area #areaWrap > div.active {
  display: block;
  -webkit-animation: fadeIn .5s forwards;
          animation: fadeIn .5s forwards;
  -webkit-animation-delay: .1s;
          animation-delay: .1s;
}
#area #areaWrap .areaCont::before {
  content: '';
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(131, 201, 147, 0.2)), to(rgba(129, 152, 214, 0.2)));
  background: linear-gradient(rgba(131, 201, 147, 0.2) 0%, rgba(129, 152, 214, 0.2) 100%);
  position: absolute;
  left: 0;
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .areaCont::before {
    height: 892px;
    bottom: 60px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .areaCont::before {
    height: 229.3333333333vw;
    bottom: 13.8666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: 100%;
    height: 577px;
    position: relative;
  }
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .image {
    position: absolute;
    top: 0;
    left: -152px;
    margin-left: 0;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .image {
    margin-left: -5.3333333333vw;
  }
}
#area #areaWrap .cover .image .big-label {
  position: absolute;
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#8198d6));
  background: linear-gradient(#83c993 0%, #8198d6 100%);
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .image .big-label {
    width: 62px;
    top: 24px;
    right: -31px;
  }
  #area #areaWrap .cover .image .big-label span {
    left: 3px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .image .big-label {
    top: 7.4666666667vw;
    right: -5.3333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .image .areaSlideImageWrap {
    width: 904px;
    height: 577px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .image .areaSlideImageWrap {
    width: 94.6666666667vw;
    height: 60.5333333333vw;
  }
}
#area #areaWrap .cover .image .slideCaption {
  width: 100%;
  position: absolute;
  line-height: 1.5;
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .image .slideCaption {
    right: 0;
    top: 590px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .image .slideCaption {
    right: 0;
    top: 62.4vw;
    font-size: 2.6666666667vw;
  }
}
#area #areaWrap .cover .image .slideCaption li {
  width: 100%;
  text-align: right;
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
#area #areaWrap .cover .image .slideCaption li.active {
  opacity: 1;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 272px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .text {
    margin-top: 12.5333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .text h3 {
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
    position: absolute;
    top: 62px;
    font-weight: 400;
  }
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .text h2 {
    margin-top: 402px;
    line-height: 1.65;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .text h2 {
    margin-top: 4.2666666667vw;
  }
}
#area #areaWrap .cover .text h2 span::after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  left: 0;
  bottom: -9px;
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .text h2 span::after {
    bottom: -2.4vw;
  }
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cover .text p {
    margin-top: 17px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cover .text p {
    margin-top: 5.6vw;
  }
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .cards {
    margin-top: 98px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .cards {
    margin-top: 9.6vw;
  }
}
#area #areaWrap .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  background-size: cover;
  z-index: 1;
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .bnr {
    margin: 80px auto 0;
    width: 335px;
    height: 120px;
    font-size: 24px;
    line-height: 27px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .bnr {
    margin: 19.2vw auto 0;
    width: 89.3333333333vw;
    height: 32vw;
    font-size: 6.4vw;
  }
}
#area #areaWrap .bnr[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: url(../img/icn_ex-link_wh.svg) right center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .bnr[target="_blank"]::after {
    width: 10px;
    height: 10px;
    right: 24px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .bnr[target="_blank"]::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 6.4vw;
  }
}
#area #areaWrap .bnr::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  z-index: -1;
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap .btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap .btn {
    margin-top: 11.7333333333vw;
    margin-left: 6.4vw;
  }
}
#area #areaWrap #nemuro .bnr {
  background-image: url(../img/nemuro_bnr.jpg);
}
#area #areaWrap #betsukai .bnr {
  background-image: url(../img/betsukai_bnr.jpg);
}
#area #areaWrap #nakashibetsu .bnr {
  background-image: url(../img/nakashibetsu_bnr.jpg);
}
#area #areaWrap #shibetsu .bnr {
  background-image: url(../img/shibetsu_bnr.jpg);
}
#area #areaWrap #rausu .bnr {
  background-image: url(../img/rausu_bnr.jpg);
}
@media print, screen and (min-width: 751px) {
  #area #areaWrap #shibetsu .card div {
    height: 165px;
  }
}
@media screen and (max-width: 750px) {
  #area #areaWrap #nakashibetsu .cover .slideCaption {
    right: 8.5333333333vw;
    width: 86.1333333333vw;
  }
  #area #areaWrap #nakashibetsu .cover .text,
  #area #areaWrap #rausu .cover .text {
    margin-top: 16.5333333333vw;
  }
}

/*==================================================
	RECOMMEND
==================================================*/
@media print, screen and (min-width: 751px) {
  #recommend {
    padding-top: 120px;
    padding-bottom: 114px;
  }
}
@media screen and (max-width: 750px) {
  #recommend {
    padding-top: 21.8666666667vw;
    padding-bottom: 29.8666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  #recommend .cards {
    margin-top: 56px;
  }
}
@media screen and (max-width: 750px) {
  #recommend .cards {
    margin-top: 8.5333333333vw;
  }
}
@media print, screen and (min-width: 751px) {
  #recommend .cards .card div {
    min-height: 248px;
  }
}
@media screen and (max-width: 750px) {
  #recommend .cards .card div {
    margin-top: -6.1333333333vw;
  }
}
#recommend::before {
  content: '';
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#8198d6));
  background: linear-gradient(#83c993 0%, #8198d6 100%);
  position: absolute;
  left: 0;
  opacity: 0.2;
}
@media print, screen and (min-width: 751px) {
  #recommend::before {
    height: 490px;
    bottom: -57px;
  }
}
@media screen and (max-width: 750px) {
  #recommend::before {
    height: 128vw;
    bottom: -9.6vw;
  }
}

/*==================================================
	ACCESS
==================================================*/
@media screen and (max-width: 750px) {
  #access .nv-map {
    margin: 8vw 5.3333333333vw 0;
    width: 89.3333333333vw;
    height: 18.6666666667vw;
    overflow: hidden;
    z-index: 1000;
  }
  #access .nv-map .trigger {
    display: block;
    width: 100%;
    height: 18.6666666667vw;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
  }
  #access .nv-map .trigger::after {
    content: '';
    width: 3.7333333333vw;
    height: 3.7333333333vw;
    border: 0.5333333333vw solid #fff;
    border-width: 0 0.5333333333vw 0.5333333333vw 0;
    position: absolute;
    top: 50%;
    right: 7.4666666667vw;
    -webkit-transform: translateY(-70%) rotate(45deg);
            transform: translateY(-70%) rotate(45deg);
  }
  #access .nv-map.active {
    overflow: visible;
  }
  #access .nv-map.active .tab-menu {
    pointer-events: auto;
  }
  #access .nv-map.active .trigger::after {
    -webkit-transform: translateY(-20%) rotate(-135deg);
            transform: translateY(-20%) rotate(-135deg);
  }
}
#access .tab-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media print, screen and (min-width: 751px) {
  #access .tab-menu {
    margin-top: 58px;
    margin-left: auto;
    margin-right: auto;
    width: 1140px;
  }
  #access .tab-menu li {
    width: 100%;
  }
  #access .tab-menu li + li {
    margin-left: 1px;
  }
}
@media screen and (max-width: 750px) {
  #access .tab-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    height: 20vw;
    z-index: 1;
    pointer-events: none;
  }
  #access .tab-menu li {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  #access .tab-menu li.active {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  #access .tab-menu li.active a {
    background: #5c6774;
  }
}
#access .tab-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-family: 'Barlow Condensed', sans-serif;
  background-color: #BEC2C7;
  -webkit-transition-duration: .2s;
          transition-duration: .2s;
}
@media print, screen and (min-width: 751px) {
  #access .tab-menu a {
    height: 82px;
    font-size: 25px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #access .tab-menu a::after {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 11px 0 11px;
    border-color: #5c6774 transparent transparent transparent;
    position: absolute;
    bottom: -18px;
    left: 50%;
    -webkit-transform: translateX(-50%) scaleY(0);
            transform: translateX(-50%) scaleY(0);
    -webkit-transform-origin: center top;
            transform-origin: center top;
  }
}
@media screen and (max-width: 750px) {
  #access .tab-menu a {
    padding-left: 5.3333333333vw;
    height: 18.6666666667vw;
    font-size: 8.5333333333vw;
    text-align: left;
  }
}
#access .tab-menu a:hover {
  background: #5c6774;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media print, screen and (min-width: 751px) {
  #access .tab-menu a.current {
    background: #5c6774;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    pointer-events: none;
  }
  #access .tab-menu a.current::after {
    -webkit-transform: translateX(-50%) scaleY(1);
            transform: translateX(-50%) scaleY(1);
    -webkit-transition-duration: .25s;
            transition-duration: .25s;
  }
}
#access .tab-menu li a::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 751px) {
  #access .tab-menu li a::before {
    margin-right: 5px;
    width: 28px;
    height: 24px;
  }
}
@media screen and (max-width: 750px) {
  #access .tab-menu li a::before {
    margin-right: 2.6666666667vw;
    width: 7.4666666667vw;
    height: 6.4vw;
  }
}
#access .tab-menu li:nth-child(1) a::before {
  background-image: url(../img/icn_plane.svg);
}
#access .tab-menu li:nth-child(2) a::before {
  background-image: url(../img/icn_train.svg);
}
#access .tab-menu li:nth-child(3) a::before {
  background-image: url(../img/icn_bus.svg);
}
#access .tab-menu li:nth-child(4) a::before {
  background-image: url(../img/icn_car.svg);
}
#access .tab-menu li:nth-child(5) a::before {
  background-image: url(../img/icn_bicycle.svg);
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap {
    margin-top: 34px;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap {
    margin-top: 5.3333333333vw;
  }
}
#access #accessWrap > div {
  opacity: 0;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  pointer-events: none;
}
#access #accessWrap > div:nth-child(n+2) {
  position: absolute;
  top: 0;
  left: 0;
}
#access #accessWrap > div.active {
  opacity: 1;
  pointer-events: auto;
}
#access #accessWrap > div.active .mapWrap img {
  opacity: 1;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div.active .mapWrap img {
    -webkit-transition-delay: 0.35s;
            transition-delay: 0.35s;
  }
}
#access #accessWrap > div.active .access-info {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#access #accessWrap > div .mapWrap {
  display: block;
  border: 1px solid #707070;
  background-color: #fff;
  overflow: hidden;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .mapWrap {
    width: 100%;
    height: 760px;
  }
  #access #accessWrap > div .mapWrap img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap > div .mapWrap {
    width: 89.3333333333vw;
    height: 89.3333333333vw;
  }
}
#access #accessWrap > div .mapWrap .leaflet-control-container {
  display: none;
}
#access #accessWrap > div .access-info {
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#8198d6));
  background: linear-gradient(#83c993 0%, #8198d6 100%);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.04);
  color: #fff;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .access-info {
    padding: 32px;
    width: 343px;
    position: absolute;
    bottom: -104px;
    right: 25px;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap > div .access-info {
    margin: 6.4vw 0 0;
    padding: 4vw 4vw;
  }
}
#access #accessWrap > div .access-info div h4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#access #accessWrap > div .access-info div h4::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .access-info div h4::before {
    margin-right: 5px;
    width: 28px;
    height: 24px;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap > div .access-info div h4::before {
    margin-right: 2.6666666667vw;
    width: 7.4666666667vw;
    height: 6.4vw;
  }
}
#access #accessWrap > div .access-info div div {
  border-left: 2px solid #fff;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .access-info div div {
    margin-top: 20px;
    padding: 0 0 0 18px;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap > div .access-info div div {
    margin-top: 3.7333333333vw;
    padding-left: 2.6666666667vw;
  }
}
#access #accessWrap > div .access-info div div p {
  margin-bottom: 0.4em;
}
#access #accessWrap > div .access-info div div dl {
  overflow: hidden;
}
#access #accessWrap > div .access-info div div dl dt {
  float: left;
}
#access #accessWrap > div .access-info div div dl dd {
  float: right;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .access-info div ul {
    margin-top: 18px;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap > div .access-info div ul {
    margin-top: 4.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .access-info div ul li {
    font-size: 12px;
  }
}
#access #accessWrap > div .access-info div ul li + li {
  margin-top: 2px;
}
#access #accessWrap > div .access-info div ul li::before {
  content: '';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: url(../img/icn_spot.svg) center no-repeat;
  background-size: contain;
  color: #000;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .access-info div ul li::before {
    margin-right: 5px;
    width: 16px;
    height: 22px;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap > div .access-info div ul li::before {
    margin-right: 1.3333333333vw;
    width: 4.2666666667vw;
    height: 5.8666666667vw;
    top: -0.5333333333vw;
  }
}
#access #accessWrap > div .access-info div ul li:nth-child(1)::before {
  content: '1';
}
#access #accessWrap > div .access-info div ul li:nth-child(2)::before {
  content: '2';
}
#access #accessWrap > div .access-info div ul li:nth-child(3)::before {
  content: '3';
}
#access #accessWrap > div .access-info div ul li:nth-child(4)::before {
  content: '4';
}
#access #accessWrap > div .access-info div ul li:nth-child(5)::before {
  content: '5';
}
#access #accessWrap > div .access-info div ul li:nth-child(6)::before {
  content: '6';
}
#access #accessWrap > div .access-info div ul li:nth-child(7)::before {
  content: '7';
}
#access #accessWrap > div .access-info div ul li:nth-child(8)::before {
  content: '8';
}
#access #accessWrap > div .access-info div ul li:nth-child(9)::before {
  content: '9';
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap > div .note {
    display: inline-block;
    position: absolute;
    right: 384px;
    bottom: -36px;
    font-size: 11px;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap > div .note {
    font-size: 2.6666666667vw;
    white-space: nowrap;
  }
}
#access #accessWrap > div#air-plane .access-info div h4::before {
  background-image: url(../img/icn_plane.svg);
}
#access #accessWrap > div#train .access-info div h4::before {
  background-image: url(../img/icn_train.svg);
}
#access #accessWrap > div#bus .access-info div h4::before {
  background-image: url(../img/icn_bus.svg);
}
#access #accessWrap > div#car .access-info div h4::before {
  background-image: url(../img/icn_car.svg);
}
#access #accessWrap > div#bicycle .access-info div h4::before {
  background-image: url(../img/icn_bicycle.svg);
}
#access #accessWrap .zoom-icon {
  width: 19.2vw;
  height: 19.2vw;
  background-color: rgba(92, 103, 116, 0.3);
  background-image: url(../img/icn_zoom.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 9.6vw;
  border-radius: 5050%;
  position: absolute;
  top: 42.6666666667vw;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1000;
}
#access #accessWrap .zoom-icon._show {
  opacity: 0;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
#access #accessWrap::before, #access #accessWrap::after {
  content: '';
  display: block;
  height: 1px;
  background: #000;
  position: absolute;
  z-index: 1000;
}
@media print, screen and (min-width: 751px) {
  #access #accessWrap::before, #access #accessWrap::after {
    width: 60px;
    top: 50%;
  }
}
@media screen and (max-width: 750px) {
  #access #accessWrap::before, #access #accessWrap::after {
    width: 10.6666666667vw;
    top: 42.6666666667vw;
  }
}
#access #accessWrap::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#access #accessWrap::after {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}
#access .bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #707070;
  background-color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}
@media print, screen and (min-width: 751px) {
  #access .bnr {
    margin-top: 144px;
    padding-bottom: 10px;
    width: 335px;
    height: 120px;
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #access .bnr {
    margin-top: 8.8vw;
    padding-bottom: 4vw;
    width: 89.3333333333vw;
    height: 32vw;
    font-size: 4.8vw;
  }
}
#access .bnr[target="_blank"]::after {
  content: '';
  display: inline-block;
  background: url(../img/icn_ex-link.svg) right center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}
@media print, screen and (min-width: 751px) {
  #access .bnr[target="_blank"]::after {
    width: 10px;
    height: 10px;
    right: 24px;
  }
}
@media screen and (max-width: 750px) {
  #access .bnr[target="_blank"]::after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    right: 6.4vw;
  }
}
@media screen and (max-width: 750px) {
  #access .enjoy {
    margin-top: 4.8vw;
    padding-left: 37.3333333333vw;
    white-space: nowrap;
  }
}
#access::before {
  content: '';
  background: -webkit-gradient(linear, left top, left bottom, from(#83c993), to(#8198d6));
  background: linear-gradient(#83c993 0%, #8198d6 100%);
  position: absolute;
  left: 0;
  opacity: 0.2;
}
@media print, screen and (min-width: 751px) {
  #access::before {
    width: calc(50vw + 88px);
    height: 580px;
    bottom: 49px;
  }
}
@media screen and (max-width: 750px) {
  #access::before {
    width: 71.4666666667vw;
    height: 194.1333333333vw;
    bottom: 22.1333333333vw;
  }
}

/*==================================================
	CHECK
==================================================*/
@media print, screen and (min-width: 751px) {
  #check {
    padding-top: 82px;
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 750px) {
  #check {
    margin-top: 23.4666666667vw;
    padding-bottom: 21.3333333333vw;
  }
}
@media screen and (max-width: 750px) {
  #check .notice {
    padding: 8vw 8vw 0;
  }
}
#check .notice::before {
  content: 'CHECK!';
  padding: 0 8px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 750px) {
  #check .notice h3 {
    font-size: 5.8666666667vw;
    line-height: 8.8vw;
  }
}
@media print, screen and (min-width: 751px) {
  #check .notice p {
    margin-top: 8px;
    text-align: center;
  }
}
@media screen and (max-width: 750px) {
  #check .notice p {
    margin-top: 4.8vw;
  }
}
#check .notice > div {
  background-color: rgba(92, 103, 116, 0.4);
}
@media print, screen and (min-width: 751px) {
  #check .notice > div {
    margin: 38px -96px -42px;
    padding: 40px 40px 24px;
  }
}
@media screen and (max-width: 750px) {
  #check .notice > div {
    margin: 10.6666666667vw -8vw 0;
    padding: 6.4vw 10.6666666667vw 8vw 10.6666666667vw;
  }
}
@media print, screen and (min-width: 751px) {
  #check .notice > div ul {
    margin: 12px 75px;
  }
}
@media screen and (max-width: 750px) {
  #check .notice > div ul {
    margin-top: 3.2vw;
    margin-left: 1em;
  }
}
@media print, screen and (min-width: 751px) {
  #check .notice > div ul li {
    font-size: 12px;
  }
}
@media screen and (max-width: 750px) {
  #check .notice > div ul li {
    font-size: 3.2vw;
  }
}
#check .notice > div ul li::before {
  content: '・';
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 1.8em;
  margin-left: -1.8em;
}

/*==================================================
	FOOTER
==================================================*/
footer {
  border-top: 1px solid #5C6774;
  text-align: center;
}
@media print, screen and (min-width: 751px) {
  footer {
    padding: 10px;
  }
}
@media screen and (max-width: 750px) {
  footer {
    padding: 10.6666666667vw 2.6666666667vw;
  }
}
@media screen and (max-width: 750px) {
  footer .copyright {
    padding-bottom: 11.7333333333vw;
  }
}

.nv_pagetop {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  line-height: 1;
  position: absolute;
}
@media print, screen and (min-width: 751px) {
  .nv_pagetop {
    right: 84px;
    bottom: 42px;
  }
}
@media screen and (max-width: 750px) {
  .nv_pagetop {
    right: 9.0666666667vw;
    bottom: 2.6666666667vw;
  }
}
.nv_pagetop span {
  width: 1px;
  background-color: #000;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-1px);
          transform: translateX(-1px);
  -webkit-animation: lineStretch-rev 2s infinite;
          animation: lineStretch-rev 2s infinite;
}
@media print, screen and (min-width: 751px) {
  .nv_pagetop span {
    height: 64px;
    bottom: 55px;
  }
}
@media screen and (max-width: 750px) {
  .nv_pagetop span {
    height: 17.0666666667vw;
    bottom: 14.6666666667vw;
  }
}
