@charset "UTF-8";
/*==================================================*/
/*==================================================*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style-type: none;
  text-decoration: none;
  outline: none; }

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer; }

.delay1 {
  transition-delay: 0.2s; }

.delay2 {
  transition-delay: 0.4s; }

.delay3 {
  transition-delay: 0.6s; }

/*==================================================*/
/*==================================================*/
.fade-left {
  opacity: 0;
  transform: translateX(20px);
  transition-duration: 0.8s; }
  .fade-left.show {
    opacity: 1;
    transform: translateX(0); }

.ttl_base picture::after,
.ttl_base_ye picture::after {
  transform: scaleX(0);
  transform-origin: left;
  transition-duration: 0.8s; }

.ttl_base picture.show::after,
.ttl_base_ye picture.show::after {
  transform: scaleX(1); }

.fade-text,
.fade-text span {
  opacity: 0; }

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .fade-up.show {
    opacity: 1;
    transform: translateY(0); }

.scale-up {
  transform: scale(0.5);
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  .scale-up.show {
    transform: scale(1); }

.scale-up-bounce {
  transform: scale(0);
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.68, -0.6, 0.32, 1.6); }
  .scale-up-bounce.show {
    transform: scale(1); }

/*==================================================*/
/*==================================================*/
.slide .front {
  transform-origin: left; }

/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
/*==================================================*/
body {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-feature-settings: 'palt';
  line-height: 2;
  -webkit-text-size-adjust: 100%; }
  @media print, screen and (min-width: 751px) {
    body {
      font-size: 16px;
      overflow-x: hidden; } }
  @media screen and (max-width: 750px) {
    body {
      font-size: 3.46667vw; } }
  body.__pause .contents {
    filter: blur(5px); }

img {
  vertical-align: bottom; }

@media print, screen and (min-width: 751px) {
  .sp {
    display: none !important; } }

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

.radi, .slide {
  overflow: hidden; }
  @media print, screen and (min-width: 751px) {
    .radi, .slide {
      border-radius: 40px; } }
  @media screen and (max-width: 750px) {
    .radi, .slide {
      border-radius: 5.33333vw; } }

.radi-half {
  overflow: hidden; }
  @media print, screen and (min-width: 751px) {
    .radi-half {
      border-radius: 20px; } }
  @media screen and (max-width: 750px) {
    .radi-half {
      border-radius: 2.66667vw; } }

.centering, #enjoy .head, #enjoy .control, #activity .cont h2 picture, #activity .cont#map .map, #activity .cont#area .nv-area-wrap, #activity .cont#genre .card-wrap, #activity .cont#seasons .control, #activity .cont#seasons .cont-seasons, #more > div {
  margin-left: auto;
  margin-right: auto; }

.shadow, .btn, main #gnv, main #gnv.is-fixed:hover, #enjoy .card, #activity .cont#map::before, #activity .cont#map .map .card, #activity .cont#area::before, #activity .cont#genre::before, #activity .cont#genre .card-wrap .card, #activity .cont#seasons::before, #activity .cont#seasons .card-wrap .card {
  box-shadow: 0px 0px 20px 0px rgba(142, 142, 142, 0.45); }

.font-handwritten, #about h2 picture::before, #reason h2 picture::before, #enjoy .head h2 picture::before, #activity .head h2:first-child picture::before, #more h2 picture::before, footer h2 picture::before {
  font-family: 'Homemade Apple', cursive;
  font-weight: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  position: relative;
  z-index: 101; }

h2 {
  font-weight: bold;
  line-height: 1; }
  @media print, screen and (min-width: 751px) {
    h2 {
      font-size: 36px; } }
  @media screen and (max-width: 750px) {
    h2 {
      font-size: 6.66667vw;
      line-height: 0.9; } }
  h2.ttl_base picture,
  h2.ttl_base_ye picture {
    position: relative;
    z-index: 10; }
    h2.ttl_base picture::after,
    h2.ttl_base_ye picture::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  h2.ttl_base_ye picture::after {
    background: #fcc800; }
  h2 img {
    padding-left: 5px; }
  @media screen and (max-width: 750px) {
    h2 .ttl-underline {
      font-size: 4.8vw; } }

h3 {
  font-weight: bold; }
  @media print, screen and (min-width: 751px) {
    h3 {
      font-size: 26px;
      line-height: 1.92; } }
  @media screen and (max-width: 750px) {
    h3 {
      font-size: 4.8vw;
      line-height: 1.94; } }

h4 {
  font-weight: bold; }

.ttl-underline {
  display: inline-block;
  position: relative; }
  .ttl-underline::before, .ttl-underline::after {
    content: '';
    display: block;
    width: 100%;
    background: #fcc800;
    position: absolute;
    left: 0;
    bottom: -0.5em; }
    @media print, screen and (min-width: 751px) {
      .ttl-underline::before, .ttl-underline::after {
        height: 6px; } }
    @media screen and (max-width: 750px) {
      .ttl-underline::before, .ttl-underline::after {
        height: 0.8vw; } }
  .ttl-underline::after {
    width: 50%;
    background: #00b900; }

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  border-radius: 50%;
  line-height: 1; }
  @media print, screen and (min-width: 751px) {
    .btn {
      width: 50px;
      height: 50px; }
      .btn.nv-prev {
        padding-right: 5px; }
      .btn.nv-next {
        padding-left: 5px; }
      .btn.show:hover {
        transform: scale(1.1);
        transition-duration: 0.1s !important;
        transition-delay: 0 !important; } }
  @media screen and (max-width: 750px) {
    .btn.nv-prev {
      padding-right: 0.93333vw; }
    .btn.nv-next {
      padding-left: 0.93333vw; } }

.nv-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/arw_anchor@2x.png) no-repeat right 20px center, linear-gradient(45deg, #72b229 0%, #00a693 100%);
  border-radius: 50px;
  color: #ffffff;
  font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  font-weight: bold; }
  @media print, screen and (min-width: 751px) {
    .nv-btn {
      width: 100%;
      height: 60px;
      background-size: 14px, 100%;
      transition-duration: 0.25s; }
      .nv-btn:hover {
        box-shadow: 0px 8px 8px 0px rgba(84, 175, 69, 0.35); } }
  @media screen and (max-width: 920px) and (min-width: 751px) {
    .nv-btn {
      font-size: 2.13333vw;
      background-size: 1.33333vw, 100%;
      background-position: right 1.86667vw CENTER, 0 0; } }
  @media screen and (max-width: 750px) {
    .nv-btn {
      width: 34.66667vw;
      height: 10.66667vw;
      font-size: 2.93333vw;
      background-position: right 2.66667vw CENTER, 0 0;
      background-size: 1.86667vw, 100%; } }

.nv-u-line {
  text-decoration: underline; }
  @media print, screen and (min-width: 751px) {
    .nv-u-line:hover {
      color: #00b900;
      font-weight: bold;
      text-decoration: none; } }

.area {
  display: inline-block;
  background: #fcc800;
  border-radius: 50px;
  font-weight: bold;
  line-height: 1; }
  @media print, screen and (min-width: 751px) {
    .area {
      padding: 5px 15px; } }
  @media screen and (max-width: 750px) {
    .area {
      padding: 4px 8px; } }

/*==================================================*/
/*==================================================*/
.slide {
  z-index: 1; }
  .slide > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
    .slide > div.slide-rev {
      left: 100%; }
    .slide > div picture {
      position: relative;
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: cover; }

@media print, screen and (min-width: 751px) {
  #slide1 {
    position: absolute;
    top: 0;
    left: calc(180px + (100% - 1000px) / 2);
    width: calc(820px + (100% - 1000px) / 2);
    height: 602px; } }

@media screen and (max-width: 750px) {
  #slide1 {
    position: absolute;
    top: 0;
    right: 0;
    width: 82.66667vw;
    height: 108.26667vw;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important; } }

#slide1 .image1 picture {
  background-image: url(../img/slide1-1@2x.jpg); }

#slide1 .image2 picture {
  background-image: url(../img/slide1-2@2x.jpg); }

#slide1 .image3 picture {
  background-image: url(../img/slide1-3@2x.jpg); }

#slide1 .image4 picture {
  background-image: url(../img/slide1-4@2x.jpg); }

#slide1 .image5 picture {
  background-image: url(../img/slide1-5@2x.jpg); }

#slide1 .image6 picture {
  background-image: url(../img/slide1-6@2x.jpg); }

#slide1::after {
  content: '';
  display: block;
  background: url(../img/logo_national-parks-of-japan.svg);
  background-size: contain;
  position: absolute;
  top: 0;
  z-index: 100; }
  @media print, screen and (min-width: 751px) {
    #slide1::after {
      width: 102px;
      height: 168px;
      right: 80px; } }
  @media screen and (max-width: 1440px) and (min-width: 751px) {
    #slide1::after {
      width: 7.08vw;
      height: 11.67vw;
      top: -1px;
      right: 5.55vw; } }
  @media screen and (max-width: 750px) {
    #slide1::after {
      width: 13.6vw;
      height: 22.4vw;
      right: 5.33333vw; } }

@media print, screen and (min-width: 751px) {
  #slide2 {
    position: absolute;
    top: 464px;
    left: 0;
    width: calc(180px + (100% - 1000px) / 2);
    height: 356px; } }

@media screen and (max-width: 1150px) and (min-width: 751px) {
  #slide2 {
    width: 270px;
    height: 270px;
    left: calc(180px + (100% - 1000px) / 2);
    transform: translateX(-100%); } }

@media screen and (max-width: 750px) {
  #slide2 {
    position: absolute;
    top: 108.26667vw;
    left: 0;
    width: 74.66667vw;
    height: 54.66667vw; } }

#slide2 .image1 picture {
  background-image: url(../img/slide2-1@2x.jpg); }

#slide2 .image2 picture {
  background-image: url(../img/slide2-2@2x.jpg); }

#slide2 .image3 picture {
  background-image: url(../img/slide2-3@2x.jpg); }

#slide2 .image4 picture {
  background-image: url(../img/slide2-4@2x.jpg); }

#slide2 .image5 picture {
  background-image: url(../img/slide2-5@2x.jpg); }

#slide2 .image6 picture {
  background-image: url(../img/slide2-6@2x.jpg); }

@media print, screen and (min-width: 751px) {
  #slide3 {
    position: absolute;
    top: -340px;
    left: 0;
    width: calc(400px + (100% - 1000px) / 2);
    min-width: 520px;
    height: 500px; } }

@media screen and (max-width: 750px) {
  #slide3 {
    position: absolute;
    top: -66.66667vw;
    left: 0;
    width: 82.66667vw;
    height: 66.66667vw; } }

#slide3 .image1 picture {
  background-image: url(../img/slide3-1@2x.jpg); }

#slide3 .image2 picture {
  background-image: url(../img/slide3-2@2x.jpg); }

#slide3 .image3 picture {
  background-image: url(../img/slide3-3@2x.jpg); }

#slide3 .image4 picture {
  background-image: url(../img/slide3-4@2x.jpg); }

#slide3 .image5 picture {
  background-image: url(../img/slide3-5@2x.jpg); }

#slide3 .image6 picture {
  background-image: url(../img/slide3-6@2x.jpg); }

@media print, screen and (min-width: 751px) {
  #slide4 {
    position: relative;
    margin-top: -102px;
    margin-left: calc(650px + (100% - 1000px) / 2);
    width: calc(350px + (100% - 1000px) / 2);
    min-width: 570px;
    height: 402px;
    z-index: 1; } }

@media screen and (max-width: 1450px) and (min-width: 751px) {
  #slide4 {
    margin-left: calc(100% - 570px); } }

@media screen and (max-width: 750px) {
  #slide4 {
    position: relative;
    margin-left: 24vw;
    width: 76vw;
    height: 53.6vw;
    z-index: 11; } }

#slide4 .image1 picture {
  background-image: url(../img/slide4-1@2x.jpg); }

#slide4 .image2 picture {
  background-image: url(../img/slide4-2@2x.jpg); }

#slide4 .image3 picture {
  background-image: url(../img/slide4-3@2x.jpg); }

#slide4 .image4 picture {
  background-image: url(../img/slide4-4@2x.jpg); }

#slide4 .image5 picture {
  background-image: url(../img/slide4-5@2x.jpg); }

#slide4 .image6 picture {
  background-image: url(../img/slide4-6@2x.jpg); }

#slide5 {
  z-index: 11; }
  @media print, screen and (min-width: 751px) {
    #slide5 {
      position: relative;
      margin-top: 0;
      margin-left: calc(500px + (100% - 1000px) / 2);
      width: calc(500px + (100% - 1000px) / 2);
      height: 508px; } }
  @media screen and (max-width: 750px) {
    #slide5 {
      position: relative;
      margin-left: 25.33333vw;
      width: 74.66667vw;
      height: 53.33333vw; } }
  #slide5 .image1 picture {
    background-image: url(../img/slide5-1@2x.jpg); }
  #slide5 .image2 picture {
    background-image: url(../img/slide5-2@2x.jpg); }
  #slide5 .image3 picture {
    background-image: url(../img/slide5-3@2x.jpg); }
  #slide5 .image4 picture {
    background-image: url(../img/slide5-4@2x.jpg); }
  #slide5 .image5 picture {
    background-image: url(../img/slide5-5@2x.jpg); }
  #slide5 .image6 picture {
    background-image: url(../img/slide5-6@2x.jpg); }

@media print, screen and (min-width: 751px) {
  #slide6 {
    position: absolute;
    top: -122px;
    left: 0;
    width: calc(180px + (100% - 1000px) / 2);
    min-width: 400px;
    height: 300px; } }

@media screen and (max-width: 750px) {
  #slide6 {
    position: absolute;
    top: -13.33333vw;
    left: 0;
    width: 53.33333vw;
    height: 40vw; } }

#slide6 .image1 picture {
  background-image: url(../img/slide6-1@2x.jpg); }

#slide6 .image2 picture {
  background-image: url(../img/slide6-2@2x.jpg); }

#slide6 .image3 picture {
  background-image: url(../img/slide6-3@2x.jpg); }

#slide6 .image4 picture {
  background-image: url(../img/slide6-4@2x.jpg); }

#slide6 .image5 picture {
  background-image: url(../img/slide6-5@2x.jpg); }

#slide6 .image6 picture {
  background-image: url(../img/slide6-6@2x.jpg); }

img {
  object-fit: cover;
  object-position: center; }

/*==================================================*/
/*==================================================*/
.loading {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  padding-bottom: 12vw;
  background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
  opacity: 1; }
  .loading .svgall,
  .loading .mask {
    width: 100%;
    max-width: 622px; }
  .loading .st1 {
    opacity: 0.7;
    fill: none;
    stroke: #fff;
    stroke-width: 11;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }
  .loading h1 {
    position: absolute;
    width: 100%;
    color: #ffffff; }
    @media print, screen and (min-width: 751px) {
      .loading h1 {
        top: calc(50% + 70px - 6vw);
        left: calc(50% + 70px);
        font-size: 30px;
        font-weight: bold;
        line-height: 1.75; } }
    @media screen and (max-width: 750px) {
      .loading h1 {
        top: 50%;
        left: 50%;
        font-size: 4.66667vw;
        font-weight: bold;
        line-height: 1.75; } }
  @media screen and (max-width: 750px) {
    .loading {
      padding: 8vw 8vw 40vw; } }
  .loading.__loaded {
    z-index: -1; }
  .__pause .loading {
    z-index: 2000;
    opacity: 0.96; }

.contents {
  position: fixed;
  top: 100vh;
  background: #ffffff;
  transition-duration: 0.5s; }
  .contents.__loaded {
    position: relative;
    top: 0; }

/*==================================================*/
/*==================================================*/
header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw; }
  @media print, screen and (min-width: 751px) {
    header {
      height: 80px; } }
  @media screen and (max-width: 750px) {
    header {
      height: 13.33333vw; }
      header img {
        width: 30.93333vw; } }
  header h1 {
    font-size: 0; }
    @media print, screen and (min-width: 751px) {
      header h1 {
        padding: 15px 0 20px; } }
    header h1 a {
      position: relative;
      display: inline-block;
      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: 200px;
          height: 38px;
          background-size: 200px; } }
      @media screen and (max-width: 750px) {
        header h1 a {
          width: 128px;
          height: 52px;
          background-size: 128px; } }

/*==================================================*/
/*==================================================*/
main {
  display: block;
  position: relative;
  background: #fff;
  overflow: hidden; }
  @media print, screen and (min-width: 751px) {
    main {
      padding-top: 491px; } }
  @media screen and (max-width: 750px) {
    main {
      padding-top: 95.33333vw; } }
  main h1 {
    position: relative;
    background: #fff;
    line-height: 1; }
    main h1 span {
      position: absolute;
      transform: rotate(-19deg);
      color: #fcc800;
      line-height: 2; }
    @media print, screen and (min-width: 751px) {
      main h1 {
        margin-left: calc(50vw + 85px);
        width: calc(50vw - 85px); }
        main h1 span {
          display: flex;
          justify-content: center;
          top: -491px;
          left: calc((50vw + 85px) * -1);
          width: calc(50vw + 85px);
          font-size: 96px; } }
    @media screen and (max-width: 1440px) and (min-width: 751px) {
      main h1 {
        width: 635px;
        margin-left: calc(100vw - 635px); }
        main h1 span {
          display: inline;
          width: auto;
          left: calc((100vw - 635px) * -1 + 50px);
          font-size: 6.67vw; } }
    @media screen and (max-width: 750px) {
      main h1 {
        margin-left: 22.66667vw; }
        main h1 picture img {
          width: 69.46667vw; }
        main h1 span {
          font-size: 9.2vw;
          top: -92.26667vw;
          left: -15.86667vw; } }
    main h1::after {
      content: '';
      display: block;
      position: absolute;
      background-image: url("../img/illust1@2x.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
      @media print, screen and (min-width: 751px) {
        main h1::after {
          bottom: -424px;
          left: -652px;
          width: 197px;
          height: 168px; } }
      @media screen and (max-width: 750px) {
        main h1::after {
          top: 93.6vw;
          left: -20.53333vw;
          width: 26.26667vw;
          height: 22.4vw; } }
  main #gnv {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    background: #ffffff;
    text-align: center;
    transition-property: color, box-shadow, opacity, height;
    transition-duration: 0.5s;
    z-index: 1000; }
    @media print, screen and (min-width: 751px) {
      main #gnv {
        top: 700px;
        padding-top: 16px;
        width: calc(100% - 40px);
        max-width: 1000px;
        height: 120px;
        border-radius: 60px; } }
    @media screen and (max-width: 750px) {
      main #gnv {
        top: 153.86667vw;
        padding: 1.46667vw 2.66667vw 1.46667vw 1.33333vw;
        width: 89.33333vw;
        height: 32vw;
        border-radius: 5.33333vw; }
        main #gnv h3 {
          font-size: 3.73333vw; } }
    main #gnv.is-fixed {
      position: fixed; }
      @media print, screen and (min-width: 751px) {
        main #gnv.is-fixed {
          opacity: 0.8;
          box-shadow: none;
          color: #888;
          top: 10px; } }
      @media screen and (max-width: 750px) {
        main #gnv.is-fixed {
          display: inline-flex;
          align-items: top;
          justify-content: center;
          flex-wrap: wrap;
          top: 5.33333vw;
          height: 10.66667vw;
          overflow: hidden;
          cursor: pointer; }
          main #gnv.is-fixed h3 {
            padding-top: 2vw;
            padding-bottom: 2vw;
            padding-left: 1em;
            line-height: 1;
            white-space: nowrap; }
            main #gnv.is-fixed h3::after {
              content: '';
              display: inline-block;
              margin-left: 1.6vw;
              width: 4vw;
              height: 2.4vw;
              background-image: url(../img/arw_down@2x.png);
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              position: relative;
              top: -0.26667vw; }
          main #gnv.is-fixed ul {
            display: none;
            height: 0;
            opacity: 0; }
          main #gnv.is-fixed.is-opened {
            height: 32vw; }
            main #gnv.is-fixed.is-opened h3::after {
              content: '';
              display: inline-block;
              width: 4vw;
              height: 3.73333vw;
              background-image: url(../img/ico_close.png);
              top: 0.26667vw; }
            main #gnv.is-fixed.is-opened ul {
              display: flex;
              height: auto;
              opacity: 1; } }
    main #gnv.is-fixed:hover {
      opacity: 1;
      color: #000000; }
    main #gnv ul {
      display: flex; }
      @media print, screen and (min-width: 751px) {
        main #gnv ul {
          padding: 6px 80px;
          justify-content: space-between; } }
      @media screen and (max-width: 1440px) and (min-width: 751px) {
        main #gnv ul {
          padding: 6px 5.55vw; } }
      @media screen and (max-width: 750px) {
        main #gnv ul {
          padding: 1.33333vw;
          justify-content: center;
          overflow: hidden;
          opacity: 1;
          transition-duration: 1.5s; } }
      main #gnv ul li:nth-child(1) a {
        background-image: url(../img/ico_map@2x.png); }
      main #gnv ul li:nth-child(3) a {
        background-image: url(../img/ico_area@2x.png); }
      main #gnv ul li:nth-child(4) a {
        background-image: url(../img/ico_genre@2x.png); }
      main #gnv ul li:nth-child(2) a {
        background-image: url(../img/ico_seasons@2x.png); }
      @media print, screen and (min-width: 751px) {
        main #gnv ul li {
          line-height: 1.5; }
          main #gnv ul li:nth-child(1) a {
            background-size: 20px;
            padding-left: 30px; }
          main #gnv ul li:nth-child(3) a {
            background-size: 28px;
            padding-left: 40px; }
          main #gnv ul li:nth-child(4) a {
            background-size: 30px;
            padding-left: 38px; }
          main #gnv ul li:nth-child(2) a {
            background-size: 16px;
            padding-left: 26px; } }
      @media screen and (max-width: 750px) {
        main #gnv ul li {
          line-height: 1.33; }
          main #gnv ul li:first-child {
            display: none; }
          main #gnv ul li:nth-child(3) a {
            background-size: 9.33333vw;
            border-left: 1px solid #000; }
          main #gnv ul li:nth-child(4) a {
            background-size: 10vw;
            border-left: 1px solid #000; }
          main #gnv ul li:nth-child(2) a {
            background-size: 5.33333vw; } }
      main #gnv ul li a {
        display: block;
        font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
        font-weight: bold;
        background-repeat: no-repeat;
        color: currentColor; }
        @media print, screen and (min-width: 751px) {
          main #gnv ul li a {
            background-position: left center;
            font-size: 18px;
            transition-duration: 0.25s; }
            main #gnv ul li a:hover {
              color: #00b900; } }
        @media screen and (max-width: 750px) {
          main #gnv ul li a {
            padding-top: 9.33333vw;
            width: 26.66667vw;
            background-position: center top;
            font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-size: 3.2vw; } }
  main .scroll {
    display: inline-block;
    color: #fcc800;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    transition-property: opacity;
    transition-duration: .5s; }
    @media print, screen and (min-width: 751px) {
      main .scroll {
        font-size: 16px;
        top: 505px;
        right: 10px;
        margin-top: 30px; } }
    @media screen and (max-width: 750px) {
      main .scroll {
        font-size: 2.4vw;
        top: 98vw;
        right: 1.33333vw;
        margin-top: 2vw; } }
    main .scroll .arrow {
      display: inline-block;
      background-color: #fcc800;
      position: absolute;
      top: -0.8em;
      right: 1.8em; }
      @media print, screen and (min-width: 751px) {
        main .scroll .arrow {
          width: 2px;
          height: 150px;
          animation: 2.5s arrow-animation-pc infinite ease-in-out; } }
      @media screen and (max-width: 750px) {
        main .scroll .arrow {
          top: 0;
          width: 1px;
          height: 26.66667vw;
          animation: 2.5s arrow-animation-sp infinite ease-in-out; } }
      main .scroll .arrow::after {
        content: '';
        display: inline-block;
        background-color: #fcc800;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: rotate(30deg);
        transform-origin: left bottom; }
        @media print, screen and (min-width: 751px) {
          main .scroll .arrow::after {
            width: 2px;
            height: 24px;
            animation: 2.5s arrow-after-animation-pc infinite ease-in-out; } }
        @media screen and (max-width: 750px) {
          main .scroll .arrow::after {
            width: 1px;
            height: 3.2vw;
            animation: 2.5s arrow-after-animation-sp infinite ease-in-out; } }
    main .scroll.is-fixed {
      position: fixed;
      top: 0; }
    main .scroll.is-hide {
      opacity: 0; }

@keyframes arrow-animation-pc {
  0% {
    height: 0; }
  66% {
    height: 150px; } }

@keyframes arrow-after-animation-pc {
  0% {
    transform: rotate(0);
    height: 0; }
  46% {
    transform: rotate(30deg);
    height: 24px; } }

@keyframes arrow-animation-sp {
  0% {
    height: 0; }
  66% {
    height: 26.66667vw; } }

@keyframes arrow-after-animation-sp {
  0% {
    transform: rotate(0);
    height: 0; }
  46% {
    transform: rotate(30deg);
    height: 3.2vw; } }

/*==================================================*/
/*==================================================*/
#about {
  position: relative;
  background-image: linear-gradient(45deg, #72b229 0%, #00a693 100%);
  color: #ffffff; }
  @media print, screen and (min-width: 751px) {
    #about {
      border-radius: 40px; } }
  @media screen and (max-width: 750px) {
    #about {
      border-radius: 5.33333vw; } }
  @media print, screen and (min-width: 751px) {
    #about {
      left: calc(180px + (100% - 1000px) / 2);
      margin-top: -33px;
      width: calc(820px + (100% - 1000px) / 2);
      padding: 370px 0 160px 160px;
      background-image: url(../img/illust2@2x.png), linear-gradient(45deg, #72b229 0%, #00a693 100%);
      background-position: right 138px bottom 24px, 0 0;
      background-repeat: no-repeat;
      background-size: 214px, 100%; } }
  @media screen and (max-width: 1440px) and (min-width: 751px) {
    #about {
      background-position: right 20px bottom 24px, 0 0; } }
  @media screen and (max-width: 1100px) and (min-width: 751px) {
    #about {
      background-image: none, linear-gradient(45deg, #72b229 0%, #00a693 100%); } }
  @media screen and (max-width: 750px) {
    #about {
      margin-top: -5.33333vw;
      margin-left: 17.33333vw;
      padding: 104.66667vw 0 62.66667vw 6.66667vw; } }
  #about h2 picture {
    position: relative; }
    @media screen and (max-width: 750px) {
      #about h2 picture img {
        width: 40vw; } }
    #about h2 picture::before {
      content: 'About';
      position: absolute;
      color: #fcc800;
      font-weight: normal;
      z-index: 2; }
      @media print, screen and (min-width: 751px) {
        #about h2 picture::before {
          right: -550px;
          bottom: -10px;
          font-size: 65px; } }
      @media screen and (max-width: 1440px) and (min-width: 751px) {
        #about h2 picture::before {
          right: calc(50vw * -1 + 120px); } }
      @media screen and (max-width: 750px) {
        #about h2 picture::before {
          right: -28vw;
          bottom: 1.6vw;
          font-size: 8vw; } }
  @media print, screen and (min-width: 751px) {
    #about h3 {
      margin-top: 18px;
      font-feature-settings: normal; } }
  @media screen and (max-width: 1440px) and (min-width: 751px) {
    #about h3 {
      max-width: 25em; } }
  @media screen and (max-width: 1000px) {
    #about h3 br.sp {
      display: block; } }
  @media screen and (max-width: 750px) {
    #about h3 {
      margin-top: 4vw; } }
  @media print, screen and (min-width: 751px) {
    #about p {
      margin-top: 70px;
      line-height: 2.5; } }
  @media screen and (max-width: 1100px) {
    #about p::after {
      content: '';
      display: block;
      position: absolute;
      background-image: url("../img/illust2@2x.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; } }
  @media screen and (max-width: 1100px) and (min-width: 751px) {
    #about p::after {
      bottom: -214px;
      left: 12px;
      width: 214px;
      height: 352px;
      transform: scaleX(-1); } }
  @media screen and (max-width: 1100px) and (max-width: 750px) {
    #about p::after {
      bottom: 13.86667vw;
      right: 7.73333vw;
      width: 28.53333vw;
      height: 46.93333vw; } }
  @media screen and (max-width: 750px) {
    #about p {
      margin-top: 9.33333vw;
      width: 70.66667vw;
      line-height: 2.15; } }
  #about::before, #about::after {
    content: '';
    display: block;
    position: absolute;
    background-position: center bottom;
    background-size: cover; }
    @media print, screen and (min-width: 751px) {
      #about::before, #about::after {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) {
      #about::before, #about::after {
        border-radius: 5.33333vw; } }
    @media print, screen and (min-width: 751px) {
      #about::before, #about::after {
        width: calc(260px + (100vw - 1000px) / 2);
        height: 390px; } }
    @media screen and (max-width: 750px) {
      #about::before, #about::after {
        width: 70.66667vw;
        height: 58.66667vw; } }
  #about::before {
    background-image: url(../img/img_01.jpg); }
    @media print, screen and (min-width: 751px) {
      #about::before {
        top: 438px;
        left: calc((180px + (100vw - 1000px) / 2) * -1); } }
    @media screen and (max-width: 750px) {
      #about::before {
        bottom: -20.26667vw;
        left: -17.33333vw; } }
  #about::after {
    background-image: url(../img/img_02.jpg);
    z-index: 10;
    right: 0;
    transform: translateY(100%); }
    @media print, screen and (min-width: 751px) {
      #about::after {
        bottom: 0;
        min-width: 480px; } }
    @media screen and (max-width: 750px) {
      #about::after {
        bottom: -20.26667vw; } }

/*==================================================*/
/*==================================================*/
#reason {
  color: #ffffff; }
  #reason h2 picture {
    position: relative; }
    @media screen and (max-width: 750px) {
      #reason h2 picture {
        padding-right: 4px; }
        #reason h2 picture img {
          width: 58.66667vw; } }
    #reason h2 picture::before {
      content: 'Reason';
      position: absolute;
      color: #fcc800;
      font-weight: normal;
      z-index: 2; }
      @media print, screen and (min-width: 751px) {
        #reason h2 picture::before {
          left: -303px;
          bottom: -10px;
          font-size: 65px; } }
      @media screen and (max-width: 1050px) and (min-width: 851px) {
        #reason h2 picture::before {
          bottom: 35px;
          left: 0;
          transform: translateX(-90%); } }
      @media screen and (max-width: 850px) and (min-width: 751px) {
        #reason h2 picture::before {
          bottom: 35px;
          left: 60px;
          transform: translateX(-90%); } }
      @media screen and (max-width: 750px) {
        #reason h2 picture::before {
          left: -0.66667vw;
          bottom: 10vw;
          font-size: 10vw; } }
  @media print, screen and (min-width: 751px) {
    #reason {
      position: relative;
      margin-top: 260px;
      padding: 140px 0 165px;
      text-align: center;
      z-index: 1; }
      #reason::before {
        content: '';
        display: block;
        width: calc(1000px + 80px + (100vw - 1000px) / 2);
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
        z-index: -1; } }
    @media print, screen and (min-width: 751px) and (min-width: 751px) {
      #reason::before {
        border-radius: 40px; } }
    @media screen and (min-width: 751px) and (max-width: 750px) {
      #reason::before {
        border-radius: 5.33333vw; } }
  @media print, screen and (min-width: 751px) {
      #reason > p {
        margin-top: 20px; }
      #reason > div {
        display: flex;
        justify-content: space-between;
        margin-top: 85px;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
        max-width: 1000px; }
        #reason > div div {
          width: 27%;
          max-width: 265px; }
        #reason > div picture {
          display: block;
          margin-top: 40px;
          position: relative; }
          #reason > div picture::before {
            content: '';
            display: block;
            position: absolute;
            background-image: url("../img/img_corner@2x.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            width: 140px;
            height: 140px;
            z-index: -1; }
        #reason > div div:nth-child(1) picture::before {
          top: -10px;
          right: -10px; }
        #reason > div div:nth-child(2) picture::before {
          left: -10px;
          bottom: -10px;
          transform: scale(-1); }
        #reason > div div:nth-child(3) picture::before {
          top: -10px;
          left: -10px;
          transform: scale(-1, 1); }
        #reason > div h3 {
          white-space: nowrap; }
        #reason > div img {
          border-radius: 50%; }
        #reason > div p {
          margin-top: 35px;
          text-align: left; } }
  @media screen and (max-width: 920px) and (min-width: 751px) {
    #reason > div {
      flex-wrap: wrap;
      width: 75%; }
      #reason > div div {
        width: 50%; }
        #reason > div div:last-child {
          margin-top: 60px; } }
  @media screen and (max-width: 750px) {
    #reason {
      position: relative;
      margin-top: 65.6vw;
      padding: 29.33333vw 0 77.33333vw 5.33333vw;
      z-index: 1; }
      #reason::before {
        content: '';
        display: block;
        width: 90.66667vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
        z-index: -1; } }
    @media screen and (max-width: 750px) and (min-width: 751px) {
      #reason::before {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) and (max-width: 750px) {
      #reason::before {
        border-radius: 5.33333vw; } }
  @media screen and (max-width: 750px) {
      #reason h3 {
        line-height: 1.67; }
      #reason > p {
        margin-top: 2.66667vw;
        width: 70.66667vw; }
      #reason > div div {
        position: relative;
        margin-top: 13.33333vw; }
      #reason > div picture {
        display: block;
        position: absolute;
        top: 0;
        left: 0; }
        #reason > div picture img {
          width: 40vw;
          height: 40vw; }
        #reason > div picture::before {
          content: '';
          display: block;
          position: absolute;
          background-image: url("../img/img_corner@2x.png");
          background-position: center;
          background-repeat: no-repeat;
          background-size: contain;
          width: 21.33333vw;
          height: 21.33333vw;
          z-index: -1; }
      #reason > div div:nth-child(1),
      #reason > div div:nth-child(3) {
        padding-left: 32vw; }
        #reason > div div:nth-child(1) picture,
        #reason > div div:nth-child(3) picture {
          left: -13.33333vw; }
      #reason > div div:nth-child(2) picture {
        left: 50.66667vw; }
      #reason > div div:nth-child(1) picture::before {
        bottom: -1.33333vw;
        right: -1.33333vw;
        transform: scale(1, -1); }
      #reason > div div:nth-child(2) picture::before {
        left: -1.33333vw;
        bottom: -1.33333vw;
        transform: scale(-1); }
      #reason > div div:nth-child(3) picture::before {
        top: -1.33333vw;
        right: -1.33333vw;
        transform: scale(1, 1); }
      #reason > div img {
        border-radius: 50%; }
      #reason > div p {
        margin-top: 0.66667vw;
        text-align: left;
        width: 46vw;
        text-align: justify; } }
  #reason::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/illust3@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media print, screen and (min-width: 751px) {
      #reason::after {
        bottom: -211px;
        right: 13px;
        width: 401px;
        height: 345px; } }
    @media screen and (max-width: 920px) and (min-width: 751px) {
      #reason::after {
        bottom: 120px; } }
    @media screen and (max-width: 750px) {
      #reason::after {
        bottom: 21.46667vw;
        right: 13.86667vw;
        width: 53.46667vw;
        height: 46vw; } }

/*==================================================*/
/*==================================================*/
@media print, screen and (min-width: 751px) {
  #enjoy {
    position: relative;
    margin-top: 260px;
    padding: 140px 0 450px;
    z-index: 1; }
    #enjoy::before {
      content: '';
      display: block;
      width: calc(50vw + 260px);
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
      z-index: -1; } }
    @media print, screen and (min-width: 751px) and (min-width: 751px) {
      #enjoy::before {
        border-radius: 40px; } }
    @media screen and (min-width: 751px) and (max-width: 750px) {
      #enjoy::before {
        border-radius: 5.33333vw; } }

@media screen and (max-width: 750px) {
  #enjoy {
    position: relative;
    margin-top: 50.66667vw;
    padding: 17.33333vw 0 146.66667vw;
    z-index: 1; }
    #enjoy::before {
      content: '';
      display: block;
      width: 77.33333vw;
      height: 133.33333vw;
      position: absolute;
      top: 0;
      right: 0;
      background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
      z-index: -1; } }
    @media screen and (max-width: 750px) and (min-width: 751px) {
      #enjoy::before {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) and (max-width: 750px) {
      #enjoy::before {
        border-radius: 5.33333vw; } }

#enjoy .head {
  color: #ffffff;
  text-align: right; }
  @media print, screen and (min-width: 751px) {
    #enjoy .head {
      max-width: 1000px; } }
  @media screen and (max-width: 1020px) and (min-width: 751px) {
    #enjoy .head {
      margin-right: 20px; } }
  @media screen and (max-width: 750px) {
    #enjoy .head {
      padding-right: 5.33333vw; } }
  @media print, screen and (min-width: 751px) {
    #enjoy .head p {
      margin-top: 15px; } }
  @media screen and (max-width: 750px) {
    #enjoy .head p {
      margin-top: 8vw; } }
  #enjoy .head h2 picture {
    position: relative; }
    @media screen and (max-width: 750px) {
      #enjoy .head h2 picture img {
        width: 55.33333vw; } }
    #enjoy .head h2 picture::before {
      content: 'Enjoy!';
      position: absolute;
      color: #fcc800;
      font-weight: normal;
      z-index: 2; }
      @media print, screen and (min-width: 751px) {
        #enjoy .head h2 picture::before {
          left: -298px;
          bottom: -15px;
          font-size: 65px; } }
      @media screen and (max-width: 750px) {
        #enjoy .head h2 picture::before {
          left: -34vw;
          bottom: -2vw;
          font-size: 10vw; } }

@media print, screen and (min-width: 751px) {
  #enjoy .control {
    width: calc(100vw - 40px);
    max-width: 1000px; }
    #enjoy .control a {
      margin-right: 5px; }
    #enjoy .control span {
      display: inline-block;
      line-height: 1.5;
      vertical-align: bottom;
      font-size: 20px; } }

@media screen and (max-width: 750px) {
  #enjoy .control a {
    width: 10.8vw;
    height: 10.8vw;
    z-index: 2;
    position: absolute;
    top: 104.66667vw; }
    #enjoy .control a img {
      width: 3.86667vw; }
    #enjoy .control a.nv-prev {
      left: 5.33333vw; }
    #enjoy .control a.nv-next {
      right: 5.33333vw; }
  #enjoy .control span {
    display: none; } }

#enjoy .cont-enjoy {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1); }
  #enjoy .cont-enjoy.__enjoy1 {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  #enjoy .cont-enjoy.__enjoy2 {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  #enjoy .cont-enjoy.__enjoy3 {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  #enjoy .cont-enjoy.__enjoy4 {
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
  @media print, screen and (min-width: 751px) {
    #enjoy .cont-enjoy {
      margin-top: 15px;
      width: calc(100vw - 40px);
      max-width: 1000px;
      transform: translateX(110%); }
      #enjoy .cont-enjoy.show, #enjoy .cont-enjoy.__enjoy1 {
        transform: translateX(0); }
      #enjoy .cont-enjoy.__enjoy2 {
        transform: translateX(-480px); }
      #enjoy .cont-enjoy.__enjoy3 {
        transform: translateX(-960px); }
      #enjoy .cont-enjoy.__enjoy4 {
        transform: translateX(-1440px); }
      #enjoy .cont-enjoy.__enjoy5 {
        transform: translateX(-1920px); }
      #enjoy .cont-enjoy.__enjoy6 {
        transform: translateX(-2400px); }
      #enjoy .cont-enjoy.__enjoy7 {
        transform: translateX(-2880px); }
      #enjoy .cont-enjoy.__enjoy8 {
        transform: translateX(-3360px); } }
  @media screen and (max-width: 1200px) {
    #enjoy .cont-enjoy {
      transform: translateX(0); } }
  @media screen and (max-width: 750px) {
    #enjoy .cont-enjoy.show, #enjoy .cont-enjoy.__enjoy1 {
      transform: translateX(12.67vw); }
    #enjoy .cont-enjoy.__enjoy2 {
      transform: translateX(-67.33vw); }
    #enjoy .cont-enjoy.__enjoy3 {
      transform: translateX(-147.33vw); }
    #enjoy .cont-enjoy.__enjoy4 {
      transform: translateX(-227.33vw); }
    #enjoy .cont-enjoy.__enjoy5 {
      transform: translateX(-307.33vw); }
    #enjoy .cont-enjoy.__enjoy6 {
      transform: translateX(-387.33vw); }
    #enjoy .cont-enjoy.__enjoy7 {
      transform: translateX(-467.33vw); }
    #enjoy .cont-enjoy.__enjoy8 {
      transform: translateX(-547.33vw); } }

#enjoy .card-wrap {
  display: flex;
  position: absolute; }
  @media print, screen and (min-width: 751px) {
    #enjoy .card-wrap {
      width: 3760px; } }
  @media screen and (max-width: 750px) {
    #enjoy .card-wrap {
      width: 640vw; } }

#enjoy .card {
  background: #ffffff;
  vertical-align: top;
  overflow: hidden;
  position: relative; }
  @media print, screen and (min-width: 751px) {
    #enjoy .card {
      border-radius: 40px; } }
  @media screen and (max-width: 750px) {
    #enjoy .card {
      border-radius: 5.33333vw; } }
  @media print, screen and (min-width: 751px) {
    #enjoy .card {
      padding: 0 30px 90px;
      width: 440px; }
      #enjoy .card:not(:last-child) {
        margin-right: 40px; } }
  @media screen and (max-width: 750px) {
    #enjoy .card {
      margin-top: 9.33333vw;
      margin-right: 5.33333vw;
      padding: 0 5.33333vw 20vw;
      width: 74.66667vw; } }
  #enjoy .card picture {
    display: block;
    overflow: hidden;
    position: relative; }
    @media print, screen and (min-width: 751px) {
      #enjoy .card picture {
        margin-left: -30px;
        width: calc(100% + 60px);
        height: 270px; } }
    @media screen and (max-width: 750px) {
      #enjoy .card picture {
        margin-left: -5.33333vw;
        width: calc(100% + 10.67vw);
        height: 50.66667vw; } }
    #enjoy .card picture img {
      width: calc(100% + 1px); }
    #enjoy .card picture.comingsoon img {
      transform: scale(1.1);
      filter: blur(14px); }
    #enjoy .card picture.comingsoon::after {
      content: 'Coming soon';
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #fff;
      font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
      font-size: 26px;
      font-weight: bold;
      letter-spacing: 0.02em; }
      @media screen and (max-width: 750px) {
        #enjoy .card picture.comingsoon::after {
          font-size: 4.8vw;
          line-height: 1.5; } }
  #enjoy .card .area {
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
    @media print, screen and (min-width: 751px) {
      #enjoy .card .area {
        margin-top: 30px; } }
    @media screen and (max-width: 750px) {
      #enjoy .card .area {
        margin-top: 4vw; } }
  #enjoy .card .pref {
    line-height: 1.5; }
    @media print, screen and (min-width: 751px) {
      #enjoy .card .pref {
        margin-top: 5px; } }
    @media screen and (max-width: 750px) {
      #enjoy .card .pref {
        margin-top: 0.66667vw; } }
  #enjoy .card h3 {
    line-height: 1.5; }
    @media print, screen and (min-width: 751px) {
      #enjoy .card h3 {
        margin-top: 20px; } }
    @media screen and (max-width: 750px) {
      #enjoy .card h3 {
        margin-top: 2.66667vw; } }
  @media print, screen and (min-width: 751px) {
    #enjoy .card p {
      margin-top: 10px; } }
  @media screen and (max-width: 750px) {
    #enjoy .card p {
      margin-top: 1.33333vw; } }
  #enjoy .card > div.comingsoon {
    position: relative; }
  #enjoy .card > div.comingsoon * {
    filter: blur(6px);
    opacity: 0.2; }
  #enjoy .card > div.comingsoon::after {
    white-space: pre;
    content: '順次公開予定です。\A公開まで今しばらくお待ちください。';
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-40%);
    color: currentColor;
    font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-align: center; }
    @media screen and (max-width: 750px) {
      #enjoy .card > div.comingsoon::after {
        font-size: 3.2vw;
        line-height: 1.5; } }
  #enjoy .card .nv-btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%); }
    @media print, screen and (min-width: 751px) {
      #enjoy .card .nv-btn {
        width: 260px;
        bottom: 30px; } }
    @media screen and (max-width: 750px) {
      #enjoy .card .nv-btn {
        width: 48vw;
        bottom: 30px; } }

/*==================================================*/
/*==================================================*/
#activity {
  position: relative; }
  @media print, screen and (min-width: 751px) {
    #activity {
      margin-top: 540px; } }
  @media screen and (max-width: 750px) {
    #activity {
      margin-top: 18.66667vw;
      padding-top: 54.4vw; }
      #activity h2:nth-child(1) img {
        width: 62.4vw; }
      #activity h2:nth-child(2) img {
        width: 68.4vw; } }
  #activity::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/illust4@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2; }
    @media print, screen and (min-width: 751px) {
      #activity::before {
        top: -258px;
        left: 110px;
        width: 402px;
        height: 311px; } }
    @media screen and (max-width: 900px) and (min-width: 751px) {
      #activity::before {
        top: -258px;
        left: 0;
        width: 44.67vw;
        height: 34.67vw; } }
    @media screen and (max-width: 750px) {
      #activity::before {
        top: -16vw;
        left: 0;
        width: 53.6vw;
        height: 41.46667vw; } }
  #activity::after {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/img_03.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-size: cover; }
    @media print, screen and (min-width: 751px) {
      #activity::after {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) {
      #activity::after {
        border-radius: 5.33333vw; } }
    @media print, screen and (min-width: 751px) {
      #activity::after {
        top: 0;
        left: 0;
        width: calc(220px + (100vw - 1000px) / 2);
        min-width: 250px;
        height: 354px; } }
    @media screen and (max-width: 900px) and (min-width: 751px) {
      #activity::after {
        top: -300px;
        left: auto;
        right: 0;
        width: 440px;
        height: 314px; } }
    @media screen and (max-width: 750px) {
      #activity::after {
        top: 0;
        right: 0;
        width: 58.66667vw;
        height: 47.33333vw; } }
  #activity .head {
    text-align: center; }
    @media print, screen and (min-width: 751px) {
      #activity .head h2:not(:first-child) {
        margin-top: 10px; }
      #activity .head p {
        margin-top: 20px; } }
    @media screen and (max-width: 750px) {
      #activity .head h2:not(:first-child) {
        margin-top: 10px; }
      #activity .head p {
        margin-top: 4.66667vw; } }
    #activity .head h2:first-child picture {
      position: relative; }
      #activity .head h2:first-child picture::before {
        content: 'Activity';
        position: absolute;
        color: #fcc800;
        font-weight: normal; }
        @media print, screen and (min-width: 751px) {
          #activity .head h2:first-child picture::before {
            right: -486px;
            bottom: -15px;
            font-size: 65px; } }
        @media screen and (max-width: 1280px) and (min-width: 901px) {
          #activity .head h2:first-child picture::before {
            right: 0;
            transform: translateX(110%); } }
        @media screen and (max-width: 900px) and (min-width: 751px) {
          #activity .head h2:first-child picture::before {
            right: -200px;
            bottom: 32px; } }
        @media screen and (max-width: 750px) {
          #activity .head h2:first-child picture::before {
            right: -18.66667vw;
            top: -11.33333vw;
            font-size: 10vw; } }
  #activity .cont {
    position: relative;
    z-index: 5; }
    @media print, screen and (min-width: 751px) {
      #activity .cont {
        padding: 70px 0 120px; } }
    @media screen and (max-width: 750px) {
      #activity .cont {
        background-color: #fff;
        box-shadow: 0px 0px 20px 0px rgba(142, 142, 142, 0.45);
        border-radius: 5.33333vw; } }
    #activity .cont h2 {
      text-align: center; }
    #activity .cont h2 picture {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ffffff; }
      @media print, screen and (min-width: 751px) {
        #activity .cont h2 picture {
          margin-top: -130px;
          margin-bottom: -15px;
          width: 160px;
          height: 160px;
          border-radius: 50%; } }
      @media screen and (max-width: 750px) {
        #activity .cont h2 picture {
          margin-top: -13.33333vw;
          margin-bottom: -2vw;
          width: 21.33333vw;
          height: 21.33333vw;
          border-radius: 50%; } }
      #activity .cont h2 picture::after {
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        background: #ffffff;
        border-radius: 50%;
        z-index: -2;
        box-shadow: 0px -20px 20px 0px rgba(142, 142, 142, 0.45); }
        @media print, screen and (min-width: 751px) {
          #activity .cont h2 picture::after {
            top: 20px;
            width: 130px;
            height: 130px; } }
        @media screen and (max-width: 750px) {
          #activity .cont h2 picture::after {
            top: 2.66667vw;
            width: 16vw;
            height: 16vw; } }
    #activity .cont#map {
      margin-top: 100px;
      padding-bottom: 85px;
      z-index: 1; }
      @media screen and (max-width: 750px) {
        #activity .cont#map {
          display: none; } }
      #activity .cont#map::before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(50vw - 560px);
        background: #ffffff;
        z-index: -1; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#map::before {
            border-radius: 40px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#map::before {
            border-radius: 5.33333vw; } }
        @media screen and (max-width: 1120px) {
          #activity .cont#map::before {
            left: 0; } }
      #activity .cont#map::after {
        content: '';
        display: block;
        width: 720px;
        height: 842px;
        position: absolute;
        top: 608px;
        left: 0;
        background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
        z-index: -2; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#map::after {
            border-radius: 40px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#map::after {
            border-radius: 5.33333vw; } }
      #activity .cont#map .map {
        margin-top: 80px;
        width: 920px;
        height: 716px;
        background: url(../img/map@2x.png) center center;
        background-size: 920px;
        position: relative; }
        @media screen and (max-width: 950px) and (min-width: 851px) {
          #activity .cont#map .map {
            transform: scale(0.9) translateX(-56%);
            margin-left: 50vw; } }
        @media screen and (max-width: 850px) {
          #activity .cont#map .map {
            transform: scale(0.8) translateX(-63.5%);
            margin-left: 50vw; } }
        #activity .cont#map .map .plot li {
          width: 52px;
          height: 52px;
          position: absolute; }
          #activity .cont#map .map .plot li#plot1 {
            top: -12px;
            left: 137px; }
          #activity .cont#map .map .plot li#plot2 {
            top: 63px;
            left: 316px; }
          #activity .cont#map .map .plot li#plot3 {
            top: 109px;
            left: 249px; }
          #activity .cont#map .map .plot li#plot4 {
            top: 141px;
            left: 282px;
            z-index: 2; }
          #activity .cont#map .map .plot li#plot5 {
            top: 94px;
            left: 193px; }
          #activity .cont#map .map .plot li#plot6 {
            top: 132px;
            left: 114px; }
          #activity .cont#map .map .plot li#plot7 {
            top: 41px;
            left: 775px; }
          #activity .cont#map .map .plot li#plot8 {
            top: 137px;
            left: 813px; }
          #activity .cont#map .map .plot li#plot9 {
            top: 172px;
            left: 727px; }
          #activity .cont#map .map .plot li#plot10 {
            top: 269px;
            left: 722px; }
          #activity .cont#map .map .plot li#plot11 {
            top: 259px;
            left: 692px; }
          #activity .cont#map .map .plot li#plot12 {
            top: 272px;
            left: 651px;
            z-index: 2; }
          #activity .cont#map .map .plot li#plot13 {
            top: 243px;
            left: 628px; }
          #activity .cont#map .map .plot li#plot14 {
            top: 326px;
            left: 662px;
            z-index: 3; }
          #activity .cont#map .map .plot li#plot15 {
            top: 495px;
            left: 836px; }
          #activity .cont#map .map .plot li#plot16 {
            top: 393px;
            left: 685px;
            z-index: 4; }
          #activity .cont#map .map .plot li#plot17 {
            top: 269px;
            left: 604px; }
          #activity .cont#map .map .plot li#plot18 {
            top: 263px;
            left: 552px; }
          #activity .cont#map .map .plot li#plot19 {
            top: 342px;
            left: 613px;
            z-index: 3; }
          #activity .cont#map .map .plot li#plot20 {
            top: 443px;
            left: 505px; }
          #activity .cont#map .map .plot li#plot21 {
            top: 480px;
            left: 408px; }
          #activity .cont#map .map .plot li#plot22 {
            top: 296px;
            left: 452px; }
          #activity .cont#map .map .plot li#plot23 {
            top: 386px;
            left: 297px; }
          #activity .cont#map .map .plot li#plot24 {
            top: 296px;
            left: 325px; }
          #activity .cont#map .map .plot li#plot25 {
            top: 484px;
            left: 208px;
            z-index: 2; }
          #activity .cont#map .map .plot li#plot26 {
            top: 418px;
            left: 40px; }
          #activity .cont#map .map .plot li#plot27 {
            top: 461px;
            left: 60px; }
          #activity .cont#map .map .plot li#plot28 {
            top: 440px;
            left: 136px; }
          #activity .cont#map .map .plot li#plot29 {
            top: 528px;
            left: 98px;
            z-index: 3; }
          #activity .cont#map .map .plot li#plot30 {
            top: 605px;
            left: 81px; }
          #activity .cont#map .map .plot li#plot31 {
            top: 628px;
            left: 719px; }
          #activity .cont#map .map .plot li#plot32 {
            top: 642px;
            left: 652px; }
          #activity .cont#map .map .plot li#plot33 {
            top: 667px;
            left: 518px; }
          #activity .cont#map .map .plot li#plot34 {
            top: 615px;
            left: 869px; }
          #activity .cont#map .map .plot li a {
            display: inline-block;
            overflow: visible;
            width: auto;
            height: auto;
            position: relative;
            cursor: pointer; }
            #activity .cont#map .map .plot li a img {
              width: 52px; }
            #activity .cont#map .map .plot li a:hover img {
              transform: scale(1.1); }
            #activity .cont#map .map .plot li a::after {
              content: '';
              width: 0;
              height: 0;
              border-width: 16px 8px 0 8px;
              border-color: #fcc800 transparent transparent transparent;
              border-style: solid;
              position: absolute;
              top: -8px;
              left: 18px;
              opacity: 0;
              transition-duration: 0.125s; }
            #activity .cont#map .map .plot li a.active::after, #activity .cont#map .map .plot li a:hover::after {
              opacity: 1; }
          #activity .cont#map .map .plot li span {
            display: inline-block;
            width: auto;
            padding: 7px 14px;
            background: #fcc800;
            border-radius: 20px;
            font-size: 20px;
            font-weight: bold;
            line-height: 1;
            white-space: nowrap;
            opacity: 0;
            transition-duration: 0.125s;
            transform: translateX(-50%) translateX(26px) translateY(-90px);
            pointer-events: none; }
          #activity .cont#map .map .plot li a:hover + span,
          #activity .cont#map .map .plot li a.active + span {
            opacity: 1; }
        #activity .cont#map .map .card {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%) scale(0);
          transition-duration: 0.25s;
          transition-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
          z-index: 10;
          background: #ffffff;
          vertical-align: top;
          overflow: hidden; }
          #activity .cont#map .map .card.show {
            transform: translate(-50%, -50%) scale(1);
            transition-duration: 0.5s;
            transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1); }
          @media print, screen and (min-width: 751px) {
            #activity .cont#map .map .card {
              border-radius: 40px; } }
          @media screen and (max-width: 750px) {
            #activity .cont#map .map .card {
              border-radius: 5.33333vw; } }
          @media print, screen and (min-width: 751px) {
            #activity .cont#map .map .card {
              padding: 0 30px 30px;
              width: 440px; }
              #activity .cont#map .map .card:not(:last-child) {
                margin-right: 40px; } }
          #activity .cont#map .map .card picture {
            margin-left: -30px;
            cursor: pointer; }
          #activity .cont#map .map .card .area {
            margin-top: 20px; }
          #activity .cont#map .map .card h3 {
            margin-top: 5px;
            line-height: 1.53; }
          #activity .cont#map .map .card h4 {
            margin-top: 20px;
            font-size: 20px;
            line-height: 1.6; }
          #activity .cont#map .map .card p {
            margin-top: 10px;
            letter-spacing: -0.01em; }
          #activity .cont#map .map .card a.nv-btn {
            margin-top: 20px; }
          #activity .cont#map .map .card a.nv-close {
            display: block;
            width: 36px;
            height: 36px;
            background: url(../img/nv_close@2x.png) no-repeat;
            background-size: contain;
            position: absolute;
            top: 20px;
            right: 20px;
            transition-duration: 0.25s;
            cursor: pointer; }
            #activity .cont#map .map .card a.nv-close:hover {
              transform: rotate(90deg); }
    #activity .cont#area {
      position: relative;
      z-index: 10; }
      #activity .cont#area::before {
        position: absolute; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#area::before {
            border-radius: 40px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#area::before {
            border-radius: 5.33333vw; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#area::before {
            content: '';
            display: block;
            width: calc(1000px + 120px + (100vw - 1000px) / 2);
            height: 100%;
            top: 0;
            left: -60px;
            background: #ffffff;
            z-index: -1; } }
        @media screen and (max-width: 750px) {
          #activity .cont#area::before {
            content: '';
            display: block;
            width: 68vw;
            height: 58.66667vw;
            bottom: -91.6vw;
            left: 0;
            background: linear-gradient(45deg, #72b229 0%, #00a693 100%); } }
      #activity .cont#area::after {
        pointer-events: none; }
        @media screen and (max-width: 1250px) and (min-width: 751px) {
          #activity .cont#area::after {
            left: calc(50% - 325px); } }
        @media screen and (max-width: 750px) {
          #activity .cont#area::after {
            content: '';
            display: block;
            position: absolute;
            background-image: url("../img/illust8@2x.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            bottom: -83.6vw;
            left: -14.93333vw;
            width: 60.93333vw;
            height: 29.86667vw; } }
      @media print, screen and (min-width: 751px) {
        #activity .cont#area {
          margin-top: 0; } }
      @media screen and (max-width: 750px) {
        #activity .cont#area {
          margin-top: 18vw;
          padding: 5.33333vw; }
          #activity .cont#area h2 img {
            width: 9.33333vw; } }
      #activity .cont#area .nv-area-wrap {
        display: flex;
        overflow: hidden; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#area .nv-area-wrap {
            margin-top: 65px;
            width: calc(100vw - 40px);
            max-width: 1000px;
            border: 2px solid #00b900; } }
  @media print, screen and (min-width: 751px) and (min-width: 751px) {
    #activity .cont#area .nv-area-wrap {
      border-radius: 20px; } }
  @media screen and (min-width: 751px) and (max-width: 750px) {
    #activity .cont#area .nv-area-wrap {
      border-radius: 2.66667vw; } }
        @media screen and (max-width: 750px) {
          #activity .cont#area .nv-area-wrap {
            flex-direction: column;
            margin-top: 10.66667vw; } }
        #activity .cont#area .nv-area-wrap > li {
          width: 100%; }
          @media print, screen and (min-width: 751px) {
            #activity .cont#area .nv-area-wrap > li:not(:first-child) {
              border-left: 2px solid #00b900; } }
          @media screen and (max-width: 750px) {
            #activity .cont#area .nv-area-wrap > li {
              line-height: 1; }
              #activity .cont#area .nv-area-wrap > li:first-child > a {
                border-radius: 2.66667vw 2.66667vw 0 0; }
              #activity .cont#area .nv-area-wrap > li:last-child > a {
                border-radius: 0 0 2.66667vw 2.66667vw;
                border-bottom: 1px solid #00b900; }
              #activity .cont#area .nv-area-wrap > li:last-child dl {
                border-radius: 0 0 2.66667vw 2.66667vw; } }
          #activity .cont#area .nv-area-wrap > li > a {
            display: block;
            background: #ffffff url(../img/arw_down@2x.png) no-repeat;
            font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
            font-weight: bold;
            text-align: center; }
            @media print, screen and (min-width: 751px) {
              #activity .cont#area .nv-area-wrap > li > a {
                padding: 20px 0 40px;
                background-position: center bottom 20px;
                background-size: 31px;
                font-size: 20px;
                transition-duration: 0.25s; }
                #activity .cont#area .nv-area-wrap > li > a:not(.active):hover {
                  background-color: rgba(0, 128, 0, 0.05);
                  background-position: center bottom 15px;
                  color: #00b900; }
                #activity .cont#area .nv-area-wrap > li > a.active:hover {
                  background-position: center bottom 25px; } }
            @media screen and (max-width: 750px) {
              #activity .cont#area .nv-area-wrap > li > a {
                padding: 4vw 5.33333vw;
                width: 100%;
                border: 1px solid #00b900;
                border-bottom: none;
                background-position: right 5.6vw center;
                background-size: 4.53333vw;
                font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
                font-size: 4.8vw;
                transition-duration: 0.25s;
                text-align: left; } }
            #activity .cont#area .nv-area-wrap > li > a.active {
              background-color: #00b900;
              background-image: url(../img/arw_up@2x.png);
              color: #fff; }
              @media screen and (max-width: 750px) {
                #activity .cont#area .nv-area-wrap > li > a.active {
                  border-bottom-left-radius: 0;
                  border-bottom-right-radius: 0; } }
          #activity .cont#area .nv-area-wrap > li > dl {
            display: block;
            background: #fcc800; }
            @media print, screen and (min-width: 751px) {
              #activity .cont#area .nv-area-wrap > li > dl {
                padding: 25px 20px 20px;
                transform: scale(0);
                transform-origin: 66px -14px;
                transition-duration: 0.1s;
                position: absolute;
                top: 315px; }
                #activity .cont#area .nv-area-wrap > li > dl.show {
                  transform: scale(1); }
                #activity .cont#area .nv-area-wrap > li > dl#area1 {
                  left: calc(50vw - ( calc(1000px / 7) * 3.5) - 2px); }
                #activity .cont#area .nv-area-wrap > li > dl#area2 {
                  left: calc(50vw - ( calc(1000px / 7) * 2.5) - 2px); }
                #activity .cont#area .nv-area-wrap > li > dl#area3 {
                  left: calc(50vw - ( calc(1000px / 7) * 1.5) - 2px); }
                #activity .cont#area .nv-area-wrap > li > dl#area4 {
                  left: calc(50vw - ( calc(1000px / 7) * 0.5) - 2px); }
                #activity .cont#area .nv-area-wrap > li > dl#area5 {
                  left: calc(50vw + ( calc(1000px / 7) * 0.5) - 2px); }
                #activity .cont#area .nv-area-wrap > li > dl#area6 {
                  left: calc(50vw + ( calc(1000px / 7) * 1.5) - 2px); }
                #activity .cont#area .nv-area-wrap > li > dl#area7 {
                  left: calc(50vw + ( calc(1000px / 7) * 2.5) - 2px); } }
  @media print, screen and (min-width: 751px) and (min-width: 751px) {
    #activity .cont#area .nv-area-wrap > li > dl {
      border-radius: 20px; } }
  @media screen and (min-width: 751px) and (max-width: 750px) {
    #activity .cont#area .nv-area-wrap > li > dl {
      border-radius: 2.66667vw; } }
            @media screen and (max-width: 1200px) {
              #activity .cont#area .nv-area-wrap > li > dl#area7 {
                left: auto;
                right: 0; } }
            @media screen and (max-width: 1000px) {
              #activity .cont#area .nv-area-wrap > li > dl#area1 {
                left: calc(50vw - ( calc((100vw - 40px) / 7) * 3.5) - 2px); }
              #activity .cont#area .nv-area-wrap > li > dl#area2 {
                left: calc(50vw - ( calc((100vw - 40px) / 7) * 2.5) - 2px); }
              #activity .cont#area .nv-area-wrap > li > dl#area3 {
                left: calc(50vw - ( calc((100vw - 40px) / 7) * 1.5) - 2px); }
              #activity .cont#area .nv-area-wrap > li > dl#area4 {
                left: calc(50vw - ( calc((100vw - 40px) / 7) * 0.5) - 2px); }
              #activity .cont#area .nv-area-wrap > li > dl#area5 {
                left: calc(50vw + ( calc((100vw - 40px) / 7) * 0.5) - 2px); }
              #activity .cont#area .nv-area-wrap > li > dl#area6 {
                left: calc(50vw + ( calc((100vw - 40px) / 7) * 1.5) - 2px); } }
            @media screen and (max-width: 750px) {
              #activity .cont#area .nv-area-wrap > li > dl {
                height: 0;
                overflow: hidden; }
                #activity .cont#area .nv-area-wrap > li > dl.show {
                  height: auto; } }
            #activity .cont#area .nv-area-wrap > li > dl dt {
              font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
              font-size: 20px;
              font-weight: bold; }
              @media screen and (max-width: 750px) {
                #activity .cont#area .nv-area-wrap > li > dl dt {
                  display: none; } }
            #activity .cont#area .nv-area-wrap > li > dl dd {
              margin-top: 10px; }
              @media screen and (max-width: 750px) {
                #activity .cont#area .nv-area-wrap > li > dl dd {
                  padding: 2.66667vw 5.33333vw; } }
              @media print, screen and (min-width: 751px) {
                #activity .cont#area .nv-area-wrap > li > dl dd ul {
                  display: inline-block;
                  margin-right: 25px;
                  vertical-align: top; } }
              #activity .cont#area .nv-area-wrap > li > dl dd li::before {
                content: '●';
                color: #00b900;
                margin-right: 2px;
                line-height: 2.5; }
              #activity .cont#area .nv-area-wrap > li > dl dd li a {
                font-size: 16px; }
              #activity .cont#area .nv-area-wrap > li > dl dd .nv-close {
                position: absolute;
                top: 20px;
                right: 20px;
                transition-duration: 0.25s; }
                #activity .cont#area .nv-area-wrap > li > dl dd .nv-close:hover {
                  transform: rotate(90deg); }
                @media screen and (max-width: 750px) {
                  #activity .cont#area .nv-area-wrap > li > dl dd .nv-close {
                    display: none; } }
            #activity .cont#area .nv-area-wrap > li > dl::before {
              content: '';
              position: absolute;
              top: -14px;
              left: 66px;
              width: 0;
              height: 0;
              border-width: 0 9px 14px 9px;
              border-color: transparent transparent #fcc800 transparent;
              border-style: solid; }
              @media screen and (max-width: 1000px) {
                #activity .cont#area .nv-area-wrap > li > dl::before {
                  left: calc(95vw / 14 - 7px); } }
              @media screen and (max-width: 750px) {
                #activity .cont#area .nv-area-wrap > li > dl::before {
                  display: none; } }
            @media screen and (max-width: 1200px) {
              #activity .cont#area .nv-area-wrap > li > dl#area7::before {
                left: auto;
                right: calc((100vw - 1000px) / 2 + (1000px / 14) - 6px); } }
            @media screen and (max-width: 1040px) {
              #activity .cont#area .nv-area-wrap > li > dl#area7::before {
                left: auto;
                right: calc((100vw - 40px) / 14 + 13px); } }
    @media print, screen and (min-width: 751px) {
      #activity .cont#genre {
        margin-top: 0; } }
    @media screen and (max-width: 750px) {
      #activity .cont#genre {
        margin-top: 37.86667vw;
        padding-top: 5.33333vw;
        padding-bottom: 10.66667vw;
        z-index: 10; }
        #activity .cont#genre h2 img {
          width: 11.46667vw; } }
    @media print, screen and (min-width: 751px) {
      #activity .cont#genre::before {
        content: '';
        display: block;
        width: 100vw;
        height: 100%;
        position: absolute;
        top: 0;
        left: calc(50vw - 560px);
        background: #ffffff;
        z-index: -1; } }
    @media screen and (max-width: 1120px) and (min-width: 751px) {
      #activity .cont#genre::before {
        left: 0; } }
    @media print, screen and (min-width: 751px) {
      #activity .cont#genre::before {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) {
      #activity .cont#genre::before {
        border-radius: 5.33333vw; } }
    @media print, screen and (min-width: 751px) {
      #activity .cont#genre::after {
        content: '';
        display: block;
        position: absolute;
        background-image: url("../img/illust6@2x.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 137px;
        right: 50px;
        width: 422px;
        height: 307px; } }
    @media screen and (max-width: 1200px) and (min-width: 751px) {
      #activity .cont#genre::after {
        bottom: -28px;
        right: 10px; } }
    #activity .cont#genre .card-wrap {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
      z-index: 2; }
      @media print, screen and (min-width: 751px) {
        #activity .cont#genre .card-wrap {
          margin-top: 60px;
          width: calc(100vw - 40px);
          max-width: 1000px; } }
      @media screen and (max-width: 750px) {
        #activity .cont#genre .card-wrap {
          margin-top: 8vw;
          width: 89.33333vw; } }
      #activity .cont#genre .card-wrap .card {
        display: flex;
        flex-direction: column;
        overflow: hidden;
        background: #ffffff; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#genre .card-wrap .card {
            border-radius: 20px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#genre .card-wrap .card {
            border-radius: 2.66667vw; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#genre .card-wrap .card {
            width: 320px;
            padding: 0 30px 30px;
            margin-top: 40px; }
            #activity .cont#genre .card-wrap .card:nth-child(3n) {
              margin-right: 0; }
            #activity .cont#genre .card-wrap .card picture {
              margin-left: -30px; }
            #activity .cont#genre .card-wrap .card.dummy {
              opacity: 0; } }
        @media screen and (max-width: 1000px) and (min-width: 751px) {
          #activity .cont#genre .card-wrap .card {
            width: 32%; } }
        @media screen and (max-width: 750px) {
          #activity .cont#genre .card-wrap .card {
            margin-top: 5.33333vw;
            width: 42.66667vw;
            padding: 0 4vw 4vw; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#genre .card-wrap .card picture img {
            object-fit: cover;
            width: 123.3%; } }
        @media screen and (max-width: 750px) {
          #activity .cont#genre .card-wrap .card picture img {
            margin-left: -4vw;
            height: 27.73333vw; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#genre .card-wrap .card h3 {
            margin-top: 20px;
            line-height: 1.5; } }
        @media screen and (max-width: 750px) {
          #activity .cont#genre .card-wrap .card h3 {
            padding-top: 4vw;
            line-height: 1.4375; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#genre .card-wrap .card p {
            margin-top: 5px;
            margin-bottom: 40px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#genre .card-wrap .card p {
            margin-top: 1.33333vw;
            margin-bottom: 2.66667vw;
            line-height: 1.8; } }
        #activity .cont#genre .card-wrap .card a {
          margin-top: auto; }
      #activity .cont#genre .card-wrap::after {
        content: '';
        display: block;
        position: absolute;
        background-image: url("../img/illust8@2x.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#genre .card-wrap::after {
            top: -437px;
            left: calc(50% - 720px);
            width: 457px;
            height: 224px; } }
        @media screen and (max-width: 1440px) and (min-width: 1001px) {
          #activity .cont#genre .card-wrap::after {
            left: calc(0px - (100vw - 1000px) /2); } }
        @media screen and (max-width: 1000px) and (min-width: 751px) {
          #activity .cont#genre .card-wrap::after {
            left: -20px; } }
    @media print, screen and (min-width: 751px) {
      #activity .cont#seasons {
        margin-top: 300px;
        height: 630px;
        width: 100vw; } }
    @media screen and (max-width: 750px) {
      #activity .cont#seasons {
        position: relative;
        margin-top: 17.33333vw;
        padding-top: 5.33333vw;
        height: 266.66667vw;
        width: 100vw;
        z-index: 100; }
        #activity .cont#seasons h2 img {
          width: 6.66667vw; } }
    @media print, screen and (min-width: 751px) {
      #activity .cont#seasons::before {
        content: '';
        display: block;
        width: calc(1000px + 120px + (100vw - 1000px) / 2);
        height: 100%;
        position: absolute;
        top: 0;
        left: -60px;
        background: #ffffff;
        z-index: -1; } }
  @media print, screen and (min-width: 751px) and (min-width: 751px) {
    #activity .cont#seasons::before {
      border-radius: 40px; } }
  @media screen and (min-width: 751px) and (max-width: 750px) {
    #activity .cont#seasons::before {
      border-radius: 5.33333vw; } }
    @media print, screen and (min-width: 751px) {
      #activity .cont#seasons::after {
        content: '';
        display: block;
        position: absolute;
        background-image: url("../img/illust5@2x.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: 451px;
        left: calc(50% - 695px);
        width: 373px;
        height: 439px; } }
    @media screen and (max-width: 750px) {
      #activity .cont#seasons::after {
        content: '';
        display: block;
        position: absolute;
        background-image: url("../img/illust6@2x.png");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -50.66667vw;
        right: -6.66667vw;
        width: 56.26667vw;
        height: 40.93333vw; } }
    #activity .cont#seasons .nv-seasons {
      display: flex;
      align-items: center;
      justify-content: center; }
      @media print, screen and (min-width: 751px) {
        #activity .cont#seasons .nv-seasons {
          margin-top: 75px; } }
      @media screen and (max-width: 750px) {
        #activity .cont#seasons .nv-seasons {
          flex-wrap: wrap;
          margin-top: 6.66667vw; } }
      #activity .cont#seasons .nv-seasons li {
        border-radius: 50px;
        transition-duration: 0.25s;
        background-repeat: no-repeat;
        background-size: cover; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#seasons .nv-seasons li {
            margin: 0 10px;
            padding: 3px;
            width: 140px;
            height: 80px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#seasons .nv-seasons li {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            margin: 2.66667vw 2vw 0;
            width: 40vw;
            height: 10.66667vw; } }
        #activity .cont#seasons .nv-seasons li.spring {
          background-image: url(../img/grad_spring.png);
          color: #ec7d84; }
          #activity .cont#seasons .nv-seasons li.spring:hover {
            box-shadow: 0px 8px 8px 0px rgba(237, 116, 149, 0.35); }
        #activity .cont#seasons .nv-seasons li.summer {
          background-image: url(../img/grad_summer.png);
          color: #00a693; }
          #activity .cont#seasons .nv-seasons li.summer:hover {
            box-shadow: 0px 8px 8px 0px rgba(0, 166, 147, 0.35); }
        #activity .cont#seasons .nv-seasons li.autumn {
          background-image: url(../img/grad_autumn.png);
          color: #fe8141; }
          #activity .cont#seasons .nv-seasons li.autumn:hover {
            box-shadow: 0px 8px 8px 0px rgba(254, 129, 65, 0.35); }
        #activity .cont#seasons .nv-seasons li.winter {
          background-image: url(../img/grad_winter.png);
          color: #66a6ff; }
          #activity .cont#seasons .nv-seasons li.winter:hover {
            box-shadow: 0px 8px 8px 0px rgba(102, 166, 255, 0.35); }
      #activity .cont#seasons .nv-seasons li a {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        background: #ffffff;
        border-radius: 50px;
        font-size: 20px; }
        #activity .cont#seasons .nv-seasons li a.current {
          background: none;
          color: #ffffff; }
        #activity .cont#seasons .nv-seasons li a span:first-child {
          font-family: "游ゴシック体", "YuGothic", "游ゴシック", "Yu Gothic", "Yu Gothic Pr6N B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#seasons .nv-seasons li a {
            justify-content: center;
            width: 134px;
            height: 74px;
            transition-duration: 0.25s; }
            #activity .cont#seasons .nv-seasons li a:hover {
              background: none;
              color: #ffffff; }
            #activity .cont#seasons .nv-seasons li a span {
              width: 100%;
              font-weight: bold;
              text-align: center; }
              #activity .cont#seasons .nv-seasons li a span:nth-child(2) {
                margin-top: -12px;
                padding-left: 10px;
                font-weight: normal; } }
        @media screen and (max-width: 750px) {
          #activity .cont#seasons .nv-seasons li a {
            justify-content: center;
            width: 38.93333vw;
            height: 9.6vw; }
            #activity .cont#seasons .nv-seasons li a span {
              display: inline-block;
              font-size: 4vw;
              font-weight: bold;
              text-align: center; }
              #activity .cont#seasons .nv-seasons li a span:nth-child(1) {
                width: 30%; }
              #activity .cont#seasons .nv-seasons li a span:nth-child(2) {
                padding-top: 0.4em;
                width: 50%;
                font-size: 3.73333vw;
                font-weight: normal; } }
    #activity .cont#seasons .control {
      position: relative;
      z-index: 10; }
      @media print, screen and (min-width: 751px) {
        #activity .cont#seasons .control {
          width: calc(100vw - 70px);
          max-width: 1000px; } }
      @media screen and (max-width: 750px) {
        #activity .cont#seasons .control {
          width: 100%; } }
      #activity .cont#seasons .control a {
        position: absolute;
        z-index: 10; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#seasons .control a {
            top: 292px; }
            #activity .cont#seasons .control a.nv-prev {
              left: -25px; }
            #activity .cont#seasons .control a.nv-next {
              right: -25px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#seasons .control a {
            width: 10.8vw;
            height: 10.8vw;
            top: 100vw; }
            #activity .cont#seasons .control a img {
              width: 3.86667vw; }
            #activity .cont#seasons .control a.nv-prev {
              left: 2.66667vw; }
            #activity .cont#seasons .control a.nv-next {
              right: 2.66667vw; } }
    #activity .cont#seasons .cont-seasons {
      transition-duration: 1s;
      transition-timing-function: cubic-bezier(0.87, 0, 0.13, 1); }
      #activity .cont#seasons .cont-seasons.show {
        transform: translateX(0); }
      #activity .cont#seasons .cont-seasons.__season1, #activity .cont#seasons .cont-seasons.__season2, #activity .cont#seasons .cont-seasons.__season3, #activity .cont#seasons .cont-seasons.__season4 {
        transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86); }
      @media print, screen and (min-width: 751px) {
        #activity .cont#seasons .cont-seasons {
          margin-top: 35px;
          width: 1000px;
          transform: translateX(1040px); }
          #activity .cont#seasons .cont-seasons.__season1 {
            transform: translateX(0); }
          #activity .cont#seasons .cont-seasons.__season2 {
            transform: translateX(-1040px); }
          #activity .cont#seasons .cont-seasons.__season3 {
            transform: translateX(-2080px); }
          #activity .cont#seasons .cont-seasons.__season4 {
            transform: translateX(-3120px); } }
      @media screen and (max-width: 1200px) {
        #activity .cont#seasons .cont-seasons {
          transform: translateX(0); } }
      @media screen and (max-width: 1040px) and (min-width: 751px) {
        #activity .cont#seasons .cont-seasons {
          width: calc(100vw - 40px); }
          #activity .cont#seasons .cont-seasons.__season1 {
            transform: translateX(0); }
          #activity .cont#seasons .cont-seasons.__season2 {
            transform: translateX(-100vw); }
          #activity .cont#seasons .cont-seasons.__season3 {
            transform: translateX(-200vw); }
          #activity .cont#seasons .cont-seasons.__season4 {
            transform: translateX(-300vw); } }
      @media screen and (max-width: 750px) {
        #activity .cont#seasons .cont-seasons {
          margin-top: 5.33333vw;
          width: 100%; }
          #activity .cont#seasons .cont-seasons.show {
            transform: translateX(4vw); }
          #activity .cont#seasons .cont-seasons.__season1 {
            transform: translateX(4vw); }
          #activity .cont#seasons .cont-seasons.__season2 {
            transform: translateX(-84vw); }
          #activity .cont#seasons .cont-seasons.__season3 {
            transform: translateX(-172vw); }
          #activity .cont#seasons .cont-seasons.__season4 {
            transform: translateX(-260vw); } }
      #activity .cont#seasons .cont-seasons #spring-activity ul li:nth-child(1) picture {
        background-image: url(../img/img_spring_sub1@2x.jpg); }
      #activity .cont#seasons .cont-seasons #spring-activity ul li:nth-child(2) picture {
        background-image: url(../img/img_genre4@2x.jpg); }
      #activity .cont#seasons .cont-seasons #spring-activity ul li:nth-child(3) picture {
        background-image: url(../img/img_spring_sub3@2x.jpg); }
      #activity .cont#seasons .cont-seasons #summer-activity ul li:nth-child(1) picture {
        background-image: url(../img/img_summer_sub1.jpg); }
      #activity .cont#seasons .cont-seasons #summer-activity ul li:nth-child(2) picture {
        background-image: url(../img/img_summer_sub2.jpg); }
      #activity .cont#seasons .cont-seasons #summer-activity ul li:nth-child(3) picture {
        background-image: url(../img/img_summer_sub3.jpg); }
      #activity .cont#seasons .cont-seasons #autumn-activity ul li:nth-child(1) picture {
        background-image: url(../img/img_genre8@2x.jpg); }
      #activity .cont#seasons .cont-seasons #autumn-activity ul li:nth-child(2) picture {
        background-image: url(../img/img_season_onsen@2x.jpg); }
      #activity .cont#seasons .cont-seasons #autumn-activity ul li:nth-child(3) picture {
        background-image: url(../img/img_season_hiking@2x.jpg); }
      #activity .cont#seasons .cont-seasons #winter-activity ul li:nth-child(1) picture {
        background-image: url(../img/img_winter_sub1@2x.jpg); }
      #activity .cont#seasons .cont-seasons #winter-activity ul li:nth-child(2) picture {
        background-image: url(../img/img_season_ski@2x.jpg); }
      #activity .cont#seasons .cont-seasons #winter-activity ul li:nth-child(3) picture {
        background-image: url(../img/img_winter_sub3@2x.jpg); }
    #activity .cont#seasons .card-wrap {
      display: flex;
      position: absolute;
      width: 4120px; }
      #activity .cont#seasons .card-wrap .card {
        background: #ffffff; }
        @media print, screen and (min-width: 751px) {
          #activity .cont#seasons .card-wrap .card {
            border-radius: 40px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#seasons .card-wrap .card {
            border-radius: 5.33333vw; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#seasons .card-wrap .card {
            width: 1000px;
            max-width: calc(100vw - 40px);
            padding: 40px 40px 30px; }
            #activity .cont#seasons .card-wrap .card:not(:last-child) {
              margin-right: 40px; }
            #activity .cont#seasons .card-wrap .card > div {
              display: flex;
              justify-content: space-between;
              position: relative; } }
    @media print, screen and (min-width: 751px) and (min-width: 751px) {
      #activity .cont#seasons .card-wrap .card > div img {
        border-radius: 20px; } }
    @media screen and (min-width: 751px) and (max-width: 750px) {
      #activity .cont#seasons .card-wrap .card > div img {
        border-radius: 2.66667vw; } }
        @media print, screen and (min-width: 751px) {
              #activity .cont#seasons .card-wrap .card > div > div {
                width: 420px;
                min-height: 302px; }
                #activity .cont#seasons .card-wrap .card > div > div h3 {
                  font-feature-settings: normal; }
                #activity .cont#seasons .card-wrap .card > div > div p {
                  margin-top: 20px;
                  line-height: 2.5;
                  text-align: justify; } }
        @media screen and (max-width: 1040px) and (min-width: 751px) {
          #activity .cont#seasons .card-wrap .card > div picture {
            width: 50%; }
            #activity .cont#seasons .card-wrap .card > div picture img {
              width: 100%; }
          #activity .cont#seasons .card-wrap .card > div > div {
            margin-left: 30px; }
            #activity .cont#seasons .card-wrap .card > div > div h3 br {
              display: none; }
            #activity .cont#seasons .card-wrap .card > div > div p {
              line-height: 2; } }
        @media screen and (max-width: 750px) {
          #activity .cont#seasons .card-wrap .card {
            margin-left: 4vw;
            width: 84vw;
            padding: 5.33333vw 5.33333vw 2.66667vw; }
            #activity .cont#seasons .card-wrap .card > div {
              position: relative; }
              #activity .cont#seasons .card-wrap .card > div img {
                width: 100%; } }
      @media screen and (max-width: 750px) and (min-width: 751px) {
        #activity .cont#seasons .card-wrap .card > div img {
          border-radius: 20px; } }
      @media screen and (max-width: 750px) and (max-width: 750px) {
        #activity .cont#seasons .card-wrap .card > div img {
          border-radius: 2.66667vw; } }
        @media screen and (max-width: 750px) {
              #activity .cont#seasons .card-wrap .card > div > div {
                padding: 0 1.33333vw; }
                #activity .cont#seasons .card-wrap .card > div > div h3 {
                  margin-top: 5.33333vw;
                  font-feature-settings: normal;
                  line-height: 1.5; }
                #activity .cont#seasons .card-wrap .card > div > div p {
                  margin-top: 2.66667vw;
                  min-height: 14em;
                  text-align: justify; } }
        #activity .cont#seasons .card-wrap .card#spring-activity > div::before,
        #activity .cont#seasons .card-wrap .card#summer-activity > div::before,
        #activity .cont#seasons .card-wrap .card#autumn-activity > div::before,
        #activity .cont#seasons .card-wrap .card#winter-activity > div::before {
          content: '';
          display: block;
          position: absolute;
          bottom: -20px;
          right: 0;
          background-repeat: no-repeat;
          background-size: contain; }
        #activity .cont#seasons .card-wrap .card#spring-activity > div::before {
          background-image: url(../img/txt_spring@2x.png); }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card#spring-activity > div::before {
              bottom: -40px;
              width: 236px;
              height: 98px; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card#spring-activity > div::before {
              bottom: 5.33333vw;
              width: 31.46667vw;
              height: 13.06667vw; } }
        #activity .cont#seasons .card-wrap .card#summer-activity > div::before {
          background-image: url(../img/txt_summer@2x.png); }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card#summer-activity > div::before {
              width: 293px;
              height: 61px; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card#summer-activity > div::before {
              bottom: 10.66667vw;
              width: 39.06667vw;
              height: 8.13333vw; } }
        #activity .cont#seasons .card-wrap .card#autumn-activity > div::before {
          background-image: url(../img/txt_autumn@2x.png); }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card#autumn-activity > div::before {
              width: 249px;
              height: 60px; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card#autumn-activity > div::before {
              bottom: 6.66667vw;
              width: 33.2vw;
              height: 8vw; } }
        #activity .cont#seasons .card-wrap .card#winter-activity > div::before {
          background-image: url(../img/txt_winter@2x.png); }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card#winter-activity > div::before {
              width: 214px;
              height: 61px; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card#winter-activity > div::before {
              bottom: 6.66667vw;
              width: 28.53333vw;
              height: 8.13333vw; } }
        #activity .cont#seasons .card-wrap .card h4 {
          background: url(../img/ico_genre.png) left center no-repeat;
          font-size: 20px; }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card h4 {
              margin-top: 26px;
              padding-left: 52px;
              background-size: 44px; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card h4 {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              margin-top: 2.66667vw;
              width: 34.66667vw;
              height: 24vw;
              padding-top: 6.66667vw;
              background-size: 7.73333vw;
              background-position: center top 2.66667vw;
              border: 1px solid #00b900;
              border-radius: 2.66667vw;
              text-align: center;
              font-size: 3.73333vw;
              line-height: 1.5;
              vertical-align: top; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#seasons .card-wrap .card ul {
            display: flex;
            justify-content: space-between;
            margin-top: 5px; } }
        @media screen and (max-width: 750px) {
          #activity .cont#seasons .card-wrap .card ul {
            display: inline; } }
        @media print, screen and (min-width: 751px) {
          #activity .cont#seasons .card-wrap .card ul li {
            width: 32%;
            max-width: 280px; }
            #activity .cont#seasons .card-wrap .card ul li a:hover {
              color: #00b900;
              font-weight: bold; }
              #activity .cont#seasons .card-wrap .card ul li a:hover picture {
                background-size: 118%; } }
        @media screen and (max-width: 750px) {
          #activity .cont#seasons .card-wrap .card ul li {
            display: inline-block;
            margin-top: 2.66667vw;
            width: 34.66667vw;
            font-size: 3.2vw;
            vertical-align: top; }
            #activity .cont#seasons .card-wrap .card ul li:not(:nth-child(2)) {
              margin-left: 2.66667vw; } }
        #activity .cont#seasons .card-wrap .card ul li picture {
          display: block;
          width: 100%;
          background-position: center;
          background-repeat: no-repeat;
          background-size: cover; }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card ul li picture {
              border-radius: 20px; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card ul li picture {
              border-radius: 2.66667vw; } }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card ul li picture {
              margin-bottom: 5px;
              height: 180px;
              background-size: 100%;
              transition-duration: 0.5s; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card ul li picture {
              display: inline-block;
              width: 34.66667vw;
              height: 24vw;
              margin-bottom: -0.66667vw; } }
        #activity .cont#seasons .card-wrap .card ul li span {
          position: relative;
          display: block; }
          @media print, screen and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card ul li span {
              font-size: 16px;
              line-height: 1.625; } }
          @media screen and (max-width: 750px) {
            #activity .cont#seasons .card-wrap .card ul li span {
              font-size: 3.46667vw;
              line-height: 1.23; } }
          #activity .cont#seasons .card-wrap .card ul li span::after {
            content: '';
            display: inline-block;
            background: url(../img/arw_right@2x.png) no-repeat;
            background-size: contain;
            position: relative; }
            @media print, screen and (min-width: 751px) {
              #activity .cont#seasons .card-wrap .card ul li span::after {
                top: 2px;
                margin-left: 10px;
                width: 10px;
                height: 17px; } }
            @media screen and (max-width: 1000px) and (min-width: 751px) {
              #activity .cont#seasons .card-wrap .card ul li span::after {
                display: none; } }
            @media screen and (max-width: 750px) {
              #activity .cont#seasons .card-wrap .card ul li span::after {
                margin-left: 1.33333vw;
                width: 1.6vw;
                height: 2.8vw; } }
          @media screen and (max-width: 1000px) and (min-width: 751px) {
            #activity .cont#seasons .card-wrap .card ul li span {
              padding-left: 18px;
              text-indent: -18px; }
              #activity .cont#seasons .card-wrap .card ul li span::before {
                content: '';
                display: inline-block;
                margin-right: 8px;
                width: 10px;
                height: 17px;
                background: url(../img/arw_right@2x.png) no-repeat;
                background-size: contain;
                position: relative;
                top: 1px; } }

/*==================================================*/
/*==================================================*/
#more {
  position: relative;
  text-align: center; }
  @media print, screen and (min-width: 751px) {
    #more {
      margin-top: 100px; } }
  @media screen and (max-width: 750px) {
    #more {
      margin-top: 62.66667vw; } }
  #more h2 picture {
    position: relative; }
    @media screen and (max-width: 750px) {
      #more h2 picture img {
        width: 59.46667vw; } }
    #more h2 picture::before {
      content: 'More';
      position: absolute;
      color: #fcc800;
      font-weight: normal;
      z-index: 2; }
      @media print, screen and (min-width: 751px) {
        #more h2 picture::before {
          left: -440px;
          bottom: -10px;
          font-size: 65px; } }
      @media screen and (max-width: 1280px) and (min-width: 951px) {
        #more h2 picture::before {
          left: calc(0px - 28vw); } }
      @media screen and (max-width: 950px) and (min-width: 751px) {
        #more h2 picture::before {
          left: calc(0px - 23vw);
          bottom: 30px; } }
      @media screen and (max-width: 750px) {
        #more h2 picture::before {
          left: -16vw;
          bottom: 8vw;
          font-size: 10vw; } }
  @media screen and (max-width: 750px) {
    #more h3 {
      font-size: 4.53333vw; } }
  #more > div {
    background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
    color: #ffffff; }
    @media print, screen and (min-width: 751px) {
      #more > div {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) {
      #more > div {
        border-radius: 5.33333vw; } }
    @media print, screen and (min-width: 751px) {
      #more > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 80px;
        padding: 60px 100px 80px;
        width: calc(100vw - 40px);
        max-width: 1000px; } }
    @media screen and (max-width: 750px) {
      #more > div {
        margin-top: 10.66667vw;
        padding: 6.66667vw 5.33333vw 10.66667vw;
        width: 89.33333vw; } }
    #more > div h3 {
      width: 100%; }
      @media print, screen and (min-width: 751px) {
        #more > div h3 {
          margin-bottom: 55px; } }
      #more > div h3 .ttl-underline::before,
      #more > div h3 .ttl-underline::after {
        background: #ffffff;
        bottom: -0.25em; }
    #more > div picture.logo {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #ffffff; }
      @media print, screen and (min-width: 751px) {
        #more > div picture.logo {
          border-radius: 20px; } }
      @media screen and (max-width: 750px) {
        #more > div picture.logo {
          border-radius: 2.66667vw; } }
      @media print, screen and (min-width: 751px) {
        #more > div picture.logo {
          width: 300px;
          height: 144px; } }
      @media screen and (max-width: 750px) {
        #more > div picture.logo {
          margin: 8vw auto 0;
          width: 66.66667vw;
          height: 29.33333vw; }
          #more > div picture.logo img {
            width: 40vw; } }
    #more > div .txt-block {
      text-align: left; }
      @media print, screen and (min-width: 751px) {
        #more > div .txt-block {
          width: calc(100% - 320px);
          max-width: 460px; }
          #more > div .txt-block h4 {
            font-size: 16px; }
          #more > div .txt-block p {
            font-size: 16px;
            letter-spacing: 0.03em;
            line-height: 2; } }
      @media screen and (max-width: 750px) {
        #more > div .txt-block h4 {
          font-size: 3.73333vw; }
        #more > div .txt-block p {
          margin-top: 2em;
          font-size: 3.46667vw;
          text-align: justify; } }
    #more > div .bnr,
    #more > div .special {
      width: 100%; }
      @media print, screen and (min-width: 751px) {
        #more > div .bnr,
        #more > div .special {
          margin-top: 58px; } }
      @media screen and (max-width: 750px) {
        #more > div .bnr,
        #more > div .special {
          margin-top: 9.33333vw; } }
      #more > div .bnr h4,
      #more > div .special h4 {
        text-align: left; }
        @media print, screen and (min-width: 751px) {
          #more > div .bnr h4,
          #more > div .special h4 {
            margin-bottom: 5px;
            font-size: 21px; } }
        @media screen and (max-width: 750px) {
          #more > div .bnr h4,
          #more > div .special h4 {
            font-size: 3.73333vw; } }
        #more > div .bnr h4 span,
        #more > div .special h4 span {
          position: relative; }
          #more > div .bnr h4 span::after,
          #more > div .special h4 span::after {
            content: '';
            display: inline-block;
            background: url(../img/arw_anchor_thin@2x.png) no-repeat;
            background-position: center;
            background-size: contain; }
            @media print, screen and (min-width: 751px) {
              #more > div .bnr h4 span::after,
              #more > div .special h4 span::after {
                margin-left: 20px;
                width: 9px;
                height: 16px; } }
            @media screen and (max-width: 750px) {
              #more > div .bnr h4 span::after,
              #more > div .special h4 span::after {
                margin-left: 1.33333vw;
                width: 1.6vw;
                height: 2.8vw; } }
      #more > div .bnr img,
      #more > div .special img {
        max-width: 100%; }
  @media print, screen and (min-width: 751px) {
    #more > h3 {
      margin-top: 80px; } }
  @media screen and (max-width: 750px) {
    #more > h3 {
      margin-top: 16vw; } }
  #more > h3 .ttl-underline::before,
  #more > h3 .ttl-underline::after {
    bottom: -0.25em; }
  #more > ul {
    text-align: left; }
    @media print, screen and (min-width: 751px) {
      #more > ul {
        display: flex;
        justify-content: center;
        margin-top: 60px; } }
    @media screen and (max-width: 750px) {
      #more > ul {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 2.66667vw auto;
        width: 64vw; } }
    @media print, screen and (min-width: 751px) {
      #more > ul li {
        margin: 0 6.5px;
        max-width: 24%; } }
    @media screen and (max-width: 750px) {
      #more > ul li {
        margin-top: 4vw; } }
    #more > ul picture {
      display: block; }
      #more > ul picture img {
        width: 100%; }
    #more > ul span {
      position: relative; }
      #more > ul span::after {
        content: '';
        display: inline-block;
        background: url(../img/arw_right@2x.png);
        background-size: contain; }
        @media print, screen and (min-width: 751px) {
          #more > ul span::after {
            position: absolute;
            bottom: 0;
            right: -20px;
            width: 10px;
            height: 17px; } }
        @media screen and (max-width: 750px) {
          #more > ul span::after {
            position: relative;
            margin-left: 1.33333vw;
            width: 1.6vw;
            height: 2.8vw; } }
  #more::before {
    content: '';
    display: block;
    position: absolute;
    background-image: url("../img/illust7@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; }
    @media print, screen and (min-width: 751px) {
      #more::before {
        top: -493px;
        left: 200px;
        width: 422px;
        height: 264px;
        z-index: 20; } }
    @media screen and (max-width: 1264px) and (min-width: 751px) {
      #more::before {
        left: calc(50vw - 432px); } }
    @media screen and (max-width: 750px) {
      #more::before {
        top: -62.66667vw;
        left: 7.33333vw;
        width: 49.46667vw;
        height: 36.53333vw;
        z-index: 20;
        transform: rotate(15deg); } }
  #more::after {
    content: '';
    display: block;
    width: 68vw;
    height: 50.66667vw;
    position: absolute;
    top: -82.66667vw;
    left: 0;
    background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
    z-index: 1; }
    @media print, screen and (min-width: 751px) {
      #more::after {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) {
      #more::after {
        border-radius: 5.33333vw; } }

/*==================================================*/
/*==================================================*/
.bg-image {
  display: flex;
  position: relative; }
  @media print, screen and (min-width: 751px) {
    .bg-image {
      margin-top: 360px; } }
  @media screen and (max-width: 750px) {
    .bg-image {
      position: relative;
      z-index: 1; } }
  @media print, screen and (min-width: 751px) {
    .bg-image picture img {
      border-radius: 40px; } }
  @media screen and (max-width: 750px) {
    .bg-image picture img {
      border-radius: 5.33333vw; } }
  @media print, screen and (min-width: 751px) {
    .bg-image picture img {
      width: calc(350px + (100vw - 1000px) / 2);
      min-width: 570px;
      height: 401px; } }
  @media screen and (max-width: 750px) {
    .bg-image picture img {
      width: 58.66667vw;
      height: 42.66667vw; } }
  .bg-image .bg-grad {
    background: linear-gradient(45deg, #72b229 0%, #00a693 100%); }
    @media print, screen and (min-width: 751px) {
      .bg-image .bg-grad {
        border-radius: 40px; } }
    @media screen and (max-width: 750px) {
      .bg-image .bg-grad {
        border-radius: 5.33333vw; } }
    @media print, screen and (min-width: 751px) {
      .bg-image .bg-grad {
        width: calc(650px + (100vw - 1000px) / 2);
        height: 650px;
        position: absolute;
        top: -400px;
        right: 0; } }
    @media screen and (max-width: 750px) {
      .bg-image .bg-grad {
        position: absolute;
        top: 17.86667vw;
        right: 0;
        width: 68vw;
        height: 70.13333vw;
        z-index: -1; } }

/*==================================================*/
/*==================================================*/
.movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important; }

/*==================================================*/
/*==================================================*/
footer {
  position: relative;
  background: linear-gradient(45deg, #72b229 0%, #00a693 100%);
  color: #ffffff;
  text-align: center;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }
  @media print, screen and (min-width: 751px) {
    footer {
      border-radius: 40px; } }
  @media screen and (max-width: 750px) {
    footer {
      border-radius: 5.33333vw; } }
  @media print, screen and (min-width: 751px) {
    footer {
      margin-top: 290px;
      padding: 100px 0 20px; }
      footer h2 img {
        padding-right: 5px; } }
  @media screen and (max-width: 750px) {
    footer {
      margin-top: 37.33333vw;
      padding: 22.66667vw 0 20px; }
      footer h2 img {
        width: 67.2vw; } }
  footer h2 picture {
    position: relative; }
    footer h2 picture::before {
      content: 'Share';
      position: absolute;
      color: #fcc800;
      font-weight: normal; }
      @media print, screen and (min-width: 751px) {
        footer h2 picture::before {
          right: -330px;
          bottom: -15px;
          font-size: 65px; } }
      @media screen and (max-width: 1250px) and (min-width: 1000px) {
        footer h2 picture::before {
          top: -71px;
          right: -160px; } }
      @media screen and (max-width: 1000px) and (min-width: 751px) {
        footer h2 picture::before {
          top: -71px;
          right: -40px; } }
      @media screen and (max-width: 750px) {
        footer h2 picture::before {
          top: -35.73333vw;
          right: -10.66667vw;
          font-size: 10vw; } }
  footer ul {
    display: flex;
    justify-content: center; }
    @media print, screen and (min-width: 751px) {
      footer ul {
        margin-top: 60px; } }
    @media screen and (max-width: 750px) {
      footer ul {
        margin-top: 8vw; } }
    @media print, screen and (min-width: 751px) {
      footer ul li:not(:first-child) {
        margin-left: 40px; } }
    @media screen and (max-width: 750px) {
      footer ul li:not(:first-child) {
        margin-left: 5.33333vw; } }
    footer ul a {
      display: inline-block; }
      @media print, screen and (min-width: 751px) {
        footer ul a:hover img {
          transform: scale(1.05); } }
      @media screen and (max-width: 750px) {
        footer ul a.scale-up {
          transform: scale(1); }
        footer ul a img {
          width: 10.66667vw; } }
  footer .copyright {
    line-height: 1; }
    @media print, screen and (min-width: 751px) {
      footer .copyright {
        margin-top: 100px;
        font-size: 11px; } }
    @media screen and (max-width: 750px) {
      footer .copyright {
        margin-top: 10.66667vw;
        font-size: 2.66667vw; } }
  footer .scroll-top {
    display: inline-block;
    color: #fcc800;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    z-index: 100; }
    @media print, screen and (min-width: 751px) {
      footer .scroll-top {
        font-size: 16px;
        top: 54px;
        right: 10px; } }
    @media screen and (max-width: 750px) {
      footer .scroll-top {
        font-size: 2.4vw;
        bottom: 7.46667vw;
        right: 1.33333vw; } }
    footer .scroll-top .arrow {
      display: inline-block;
      background-color: #fcc800;
      position: absolute;
      bottom: 0;
      right: 1.8em;
      transform: rotate(180deg) scaleX(-1); }
      @media print, screen and (min-width: 751px) {
        footer .scroll-top .arrow {
          width: 2px;
          height: 150px;
          animation: 2.5s arrow-animation-pc infinite ease-in-out; } }
      @media screen and (max-width: 750px) {
        footer .scroll-top .arrow {
          width: 1px;
          height: 26.66667vw;
          animation: 2.5s arrow-animation-sp infinite ease-in-out; } }
      footer .scroll-top .arrow::after {
        content: '';
        display: inline-block;
        background-color: #fcc800;
        position: absolute;
        left: 0;
        bottom: 0;
        transform: rotate(30deg);
        transform-origin: left bottom; }
        @media print, screen and (min-width: 751px) {
          footer .scroll-top .arrow::after {
            width: 2px;
            height: 24px;
            animation: 2.5s arrow-after-animation-pc infinite ease-in-out; } }
        @media screen and (max-width: 750px) {
          footer .scroll-top .arrow::after {
            width: 1px;
            height: 3.2vw;
            animation: 2.5s arrow-after-animation-sp infinite ease-in-out; } }

/*==================================================*/
/*==================================================*/
@media all and (-ms-high-contrast: none) {
  .scroll,
  .scroll-top {
    display: none !important; } }

/*# sourceMappingURL=style.css.map */