@charset "UTF-8";
/*! sanitize.css | CC0 Public Domain | github.com/jonathantneal/sanitize.css */
/*
 * Normalization
 */ :root {
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  cursor: default;
  font: 16px / 1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
details {
  display: block;
}
input[type="number"] {
  width: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
main {
  display: block;
}
summary {
  display: block;
}
pre {
  overflow: auto;
}
progress {
  display: inline-block;
}
small {
  font-size: 75%;
}
template {
  display: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
[hidden] {
  display: none;
}
[unselectable] {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*
 * Universal inheritance
 */
*, ::before, ::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
}
* {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}
::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
/*
 * Opinionated defaults
 */
html {
  background-color: #FFFFFF;
}
a {
  text-decoration: none;
}
ul, ol {
  list-style: none;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}
button, input, select, textarea {
  background-color: transparent;
  color: inherit;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
}
audio:not([controls]) {
  display: none;
}
button, [type="button"], [type="date"], [type="datetime"], [type="datetime-local"], [type="email"], [type="month"], [type="number"], [type="password"], [type="reset"], [type="search"], [type="submit"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], select, textarea {
  min-height: 1.5em;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
nav ol, nav ul {
  list-style: none;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
::-moz-selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
::selection {
  background-color: #B3D4FC;
  text-shadow: none;
}
@media screen {
  [hidden ~ ="screen"] {
    display: inherit;
  }
  [hidden ~ ="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
/*
#styleguide
基本スタイル

```
<p>特に何も指定しないときの状態</p>
```
*/
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  text-rendering: auto;
  font-size: 14px;
  font-family: "HiraKakuPro-W3-AlphaNum", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  min-width: 1279px;
  overflow-x: hidden;
}
@media screen and (max-width: 750px) {
  body {
    min-width: 100%;
  }
}
*:focus {
  outline: none;
  border: none;
}
img {
  max-width: 100%;
}
br {
  opacity: 0;
}
.svg-sprite {
  display: none;
}
@media screen and (max-width: 749px) {
  .u-show-pc {
    display: none !important;
  }
}
.u-show-sp {
  display: none !important;
}
@media screen and (max-width: 749px) {
  .u-show-sp {
    display: block !important;
  }
}
@media screen and (max-width: 749px) {
  .u-show-sp.u-show-sp-flex {
    display: -webkit-box !important;
    display: flex !important;
  }
}
.u-clear:after {
  content: " ";
  display: block;
  clear: both;
}
.u-title-hidden {
  font-size: 0;
  letter-spacing: 0;
  position: absolute;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  touch-action: pan-y;
}
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  touch-action: pan-x;
}
.attraction-title {
  margin-top: 43px;
  margin-bottom: 15px;
}
.attraction-subtext {
  margin-bottom: 31px;
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.160em;
}
@media screen and (max-width: 749px) {
  .attraction-subtext {
    margin-bottom: 30px;
    font-size: 24px;
    color: #333333;
  }
}
.wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .wrap {
    padding-top: 56px;
  }
}
.wrap:before {
  content: '';
  background-color: #fff;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
}
.wrap.is-active {
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}
.wrap.is-entrance {
  opacity: 0;
  height: 100%;
}
.wrap.is-entrance:before {
  opacity: 1;
}
.wrap.is-exit {
  opacity: 1;
  height: 100%;
}
.wrap.is-exit:before {
  opacity: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.ie .wrap {
  overflow: hidden;
}
.preload-image {
  background: transparent url("../images/preload-bg.jpg") no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.preload-text {
  position: absolute;
  top: 47%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  left: 50%;
  z-index: 1;
  -webkit-transition: top 1.5s ease-in-out, opacity 1s ease-in-out;
  transition: top 1.5s ease-in-out, opacity 1s ease-in-out;
  -webkit-transition-delay: 400ms;
  transition-delay: 400ms;
  opacity: 0;
  width: 450px;
}
@media screen and (max-width: 749px) {
  .preload-text {
    width: 325px;
  }
}
.preload {
  height: 100vh;
  position: fixed;
  width: 100%;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  opacity: 1;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.preload:before {
  content: '';
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
  left: 0;
  top: 0;
  -webkit-transition: opacity 1.5s ease-in-out;
  transition: opacity 1.5s ease-in-out;
}
.preload.is-entrance:before {
  opacity: 0;
}
.preload.is-entrance .preload-text {
  top: 45%;
  opacity: 1;
}
.preload.is-exit {
  opacity: 0;
}
.preload.is-exit .preload-text {
  top: 42%;
  -webkit-transition: top 1.5s ease-in-out;
  transition: top 1.5s ease-in-out;
}
.preload.is-hide {
  display: none;
}
.heading {
  margin: 40px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .heading {
    margin: 24px 0;
  }
}
.heading.heading-sumika .heading-texts img {
  width: 600px;
}
@media screen and (max-width: 749px) {
  .heading.heading-sumika .heading-texts img {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
}
.heading.heading-sumika-hashtag .heading-texts img {
  max-width: 477px;
}
.heading.sumika-hashtag .heading-texts {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .heading.sumika-hashtag .heading-texts img {
    width: 200px;
    margin: 0 auto;
  }
}
.heading.heading-dokidoki-hashtag .heading-texts img {
  max-width: 650px;
}
@media screen and (max-width: 749px) {
  .heading.heading-dokidoki-hashtag .heading-texts img {
    max-width: 280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 749px) {
  .heading.heading-dokidoki .heading-texts img {
    width: 363px;
  }
}
.heading-text {
  display: block;
  font-family: "Holland";
  background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #027cc3), to(#099f48));
  background: linear-gradient(to bottom, #027cc3 10%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 0.1em;
  font-size: 36px;
}
.is-ie .heading-text {
  background: none !important;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}
@media screen and (max-width: 749px) {
  .heading-text {
    letter-spacing: 0.01em;
    font-size: 24px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#027cc4), to(#09a045));
    background: linear-gradient(to bottom, #027cc4 0%, #09a045 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media screen and (max-width: 749px) {
  .heading-wrap-parkmap .heading-text {
    text-align: left;
  }
}
.heading-subtext {
  display: inline-block;
  margin-top: 20px;
  height: 36px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .heading-subtext {
    height: 22px;
    display: block;
  }
}
.heading-subtext svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .subpage-walk .heading-text, .subpage-labo .heading-text {
    font-size: 22.5px !important;
  }
}
.subpage-walk .heading-subtext, .subpage-labo .heading-subtext {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .subpage-walk .heading-main-subpage, .subpage-labo .heading-main-subpage {
    margin-top: 90px;
  }
  .subpage-walk .heading-family-walk .heading, .subpage-labo .heading-family-walk .heading {
    margin-bottom: 18px;
  }
  .subpage-walk .heading-family-walk .heading-subtext, .subpage-labo .heading-family-walk .heading-subtext {
    width: 315.5px;
    height: 55.5px;
    margin-top: 14px;
  }
  .subpage-walk .heading-guide-walk .heading, .subpage-labo .heading-guide-walk .heading {
    margin-bottom: 18px;
  }
  .subpage-walk .heading-guide-walk .heading-subtext, .subpage-labo .heading-guide-walk .heading-subtext {
    width: 196.5px;
    height: 56px;
    margin-top: 14px;
  }
  .subpage-walk .heading-free-walk .heading, .subpage-labo .heading-free-walk .heading {
    margin-bottom: 18px;
  }
  .subpage-walk .heading-free-walk .heading-subtext, .subpage-labo .heading-free-walk .heading-subtext {
    width: 256.5px;
    height: 25px;
    margin-top: 14px;
  }
  .subpage-walk .heading-aqua-labo .heading-subtext, .subpage-labo .heading-aqua-labo .heading-subtext {
    height: 48px;
  }
  .subpage-walk .heading-mammal-labo .heading-subtext, .subpage-labo .heading-mammal-labo .heading-subtext {
    height: 55px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-family-walk, .subpage-walk .subpage-section-aqua-labo, .subpage-labo .subpage-section-family-walk, .subpage-labo .subpage-section-aqua-labo {
    margin-top: 150px;
  }
}
.challenge .heading-text {
  max-width: 560px;
  width: 100%;
  background: none;
}
@media screen and (max-width: 749px) {
  .challenge .heading-text {
    max-width: 250px;
  }
}
.heading-mobipark .heading {
  margin-bottom: 53px;
}
.heading-mobipark .heading-subtext {
  max-width: 161px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .heading-tsubasa .heading-subtext {
    height: 55px;
  }
}
@media screen and (max-width: 749px) {
  .page-mobipark .heading-subtext {
    min-height: 47px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 749px) {
  .page-mobipark .heading-info .heading-subtext {
    min-height: 47px;
  }
}
@media screen and (max-width: 749px) {
  .page-mobipark .heading-kids-carbike-attraction .heading-subtext {
    min-height: 56px;
    margin-top: 12px;
  }
}
.kids-carbike-attraction .content-heading {
  font-family: "HiraKakuPro-W6-AlphaNum";
  font-size: 28px;
  line-height: 1.462;
  background: -webkit-gradient(linear, left top, right top, color-stop(10%, #027cc3), to(#099f48));
  background: linear-gradient(to right, #027cc3 10%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-ie .kids-carbike-attraction .content-heading {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .content-heading {
    text-align: center;
    font-size: 13px;
  }
}
@media screen and (min-width: 750px) {
  .kids-carbike-attraction .heading-kids-carbike-attraction .heading-subtext {
    width: 716px;
  }
}
.subpage-section-carbike .heading-carbike .heading-subtext {
  display: block;
  max-width: 400px;
}
.map .heading-wrap .heading-subtext {
  display: block;
  height: 36px;
}
@media screen and (max-width: 749px) {
  .map .heading-wrap .heading-subtext {
    margin-top: 0px;
    max-width: 230px;
    padding: 0px;
  }
}
.adventure .adventure-heading {
  width: 100%;
  height: 35px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 750px) {
  .adventure .adventure-heading {
    margin-bottom: 50px;
  }
}
.adventure .adventure-heading.hellowoods {
  font-size: 39px;
  height: auto;
  max-width: none;
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .adventure .adventure-heading.hellowoods {
    font-size: 20px;
  }
}
.adventure .adventure-heading svg {
  width: 100%;
  height: 100%;
}
.adventure .heading-title-adventure .heading-subtext {
  display: block;
}
@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure .heading-subtext {
    height: 34px;
  }
}
@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure .heading-subtext {
    max-width: 257px;
    margin-top: 0;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-sumika .heading-subtext {
    width: 443px;
    height: 35px;
  }
}
@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-sumika .heading-subtext {
    max-width: 225px;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-dokidoki .heading-subtext {
    width: 578px;
    height: 35px;
  }
}
@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-dokidoki .heading-subtext {
    max-width: 289px;
    padding: 0;
  }
}
@media screen and (min-width: 750px) {
  .adventure .heading-title-adventure-itadaki .heading-subtext {
    width: 349px;
    height: 35px;
  }
}
@media screen and (max-width: 749px) {
  .adventure .heading-title-adventure-itadaki .heading-subtext {
    max-width: 174.5px;
    padding: 0;
    margin-top: -14px;
  }
}
.dokidoki .heading-main-title .heading-text, .mobipark .heading-main-title .heading-text {
  max-width: 497px;
  margin-top: 68px;
  margin-bottom: 79px;
}
.dokidoki .heading-dokidoki .heading-text, .dokidoki .heading-mobipark .heading-text, .mobipark .heading-dokidoki .heading-text, .mobipark .heading-mobipark .heading-text {
  width: auto !important;
  height: auto !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: "Holland";
  font-weight: bold;
}
.dokidoki .heading-dokidoki .heading-subtext, .dokidoki .heading-mobipark .heading-subtext, .mobipark .heading-dokidoki .heading-subtext, .mobipark .heading-mobipark .heading-subtext {
  width: 100%;
}
.dokidoki .heading-enjoy .heading, .mobipark .heading-enjoy .heading {
  margin-top: 103px;
  margin-bottom: 37px;
}
.dokidoki .heading-enjoy .heading-text, .mobipark .heading-enjoy .heading-text {
  width: auto !important;
  height: auto !important;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: "Holland";
  font-weight: 600;
  font-weight: bold;
}
.dokidoki .heading-enjoy .heading-subtext, .mobipark .heading-enjoy .heading-subtext {
  width: 100%;
  margin-top: 0px;
}
.dokidoki .heading-forest .heading, .mobipark .heading-forest .heading {
  margin-top: 25px;
  margin-bottom: -1px;
}
.dokidoki .heading-forest .heading-text, .mobipark .heading-forest .heading-text {
  width: auto !important;
  height: auto !important;
  font-size: 36px;
  letter-spacing: 0.06em;
  font-family: "Holland";
  font-weight: bold;
}
.dokidoki .heading-forest .heading-subtext, .mobipark .heading-forest .heading-subtext {
  width: 100%;
  margin-top: 39px;
}
@media screen and (max-width: 749px) {
  .dokidoki .heading-forest-craft .heading-wrap svg, .mobipark .heading-forest-craft .heading-wrap svg {
    width: 310px;
  }
}
@media screen and (max-width: 749px) {
  .dokidoki .heading-forest-craft .heading-wrap, .mobipark .heading-forest-craft .heading-wrap {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 749px) {
  .dokidoki .heading-forest-craft .heading-subtext, .mobipark .heading-forest-craft .heading-subtext {
    height: auto;
    margin-top: 4px;
  }
}
.dokidoki .heading-net-dokidoki .heading-text, .dokidoki .heading-net-mobipark .heading-text, .mobipark .heading-net-dokidoki .heading-text, .mobipark .heading-net-mobipark .heading-text {
  width: auto !important;
  height: auto !important;
  font-size: 32.456px;
  font-family: "HiraKakuPro-W3-AlphaNum", "\6E38\30B4\30B7\30C3\30AF", YuGothic, "\30D2\30E9\30AE\30CE\89D2\30B4   ProN W3", "Hiragino Kaku Gothic ProN", "\30E1\30A4\30EA\30AA", Meiryo, sans-serif;
  letter-spacing: 0.06em;
  font-weight: 300;
}
.dokidoki .heading-faq .heading-text, .mobipark .heading-faq .heading-text {
  text-align: center;
}
.dokidoki .heading-faq .heading-subtext, .mobipark .heading-faq .heading-subtext {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.mobipark .heading-main-title .heading-text {
  max-width: 651px;
}
.hellowoods-adventure-title p {
  display: block;
}
.dokidoki-video .heading-dokidoki .heading-text, .mobipark-video .heading-dokidoki .heading-text {
  margin-top: 122px;
}
.dokidoki-video .heading-dokidoki .heading-subtext, .mobipark-video .heading-dokidoki .heading-subtext {
  margin-top: 20px;
}
.mv-forest-driving .mv-heading {
  position: relative;
  bottom: initial;
  left: initial;
  text-align: center;
  width: 100%;
}
.mv-forest-driving .mv-heading-text {
  font-size: 45px;
  color: #fff;
  display: inline-block;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}
@media screen and (max-width: 749px) {
  .mv-forest-driving .mv-heading-text {
    font-size: 46px;
    color: #fff;
  }
}
.heading-map {
  position: relative;
}
@media screen and (max-width: 749px) {
  .info-container .heading-info .heading-subtext {
    min-height: 25px !important;
    margin-top: 12px;
  }
}
@media screen and (max-width: 749px) {
  .racing-kart .heading-racing-kart .heading-subtext {
    min-height: 23px;
    margin-top: 12px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-family-walk {
    margin-top: 72px !important;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-family-walk .heading-family-walk .heading {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-family-walk .heading-family-walk .heading-text {
    margin-left: 22px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-family-walk .heading-family-walk .heading-subtext {
    margin-top: 13px;
    margin-left: auto;
    width: 668px;
    height: 33px;
    margin-right: auto;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-guide-walk .heading-guide-walk .heading {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-guide-walk .heading-guide-walk .heading-text {
    margin-left: 22px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-guide-walk .heading-guide-walk .heading-subtext {
    margin-top: 13px;
    margin-left: auto;
    width: 481px;
    height: 33px;
    margin-right: auto;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-free-walk .heading-free-walk .heading {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-free-walk .heading-free-walk .heading-text {
    margin-left: 22px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-free-walk .heading-free-walk .heading-subtext {
    margin-top: 13px;
    margin-left: auto;
    width: 336px;
    height: 34px;
    margin-right: auto;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading {
    margin-bottom: 19px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading-text {
    margin-left: 22px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading-subtext {
    margin-top: 11px;
    margin-left: auto;
    width: 264px;
    height: 34px;
    margin-right: auto;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .heading-aqua-labo .heading-subtext {
    width: 201.5px;
    height: 25px;
    margin-top: 14px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading {
    margin-top: 95px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading-text {
    margin-left: 22px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading-subtext {
    margin-top: 11px;
    margin-left: auto;
    width: 264px;
    height: 34px;
    margin-right: auto;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .heading-mammal-labo .heading-subtext {
    width: 171.5px;
    height: 25.5px;
    margin-top: 14px;
  }
}
.heading-dokidoki-instagram {
  width: 500px;
}
@media screen and (max-width: 749px) {
  .heading-dokidoki-instagram {
    width: auto;
  }
}
.heading-itadaki-instagram {
  width: 400px;
}
@media screen and (max-width: 749px) {
  .heading-itadaki-instagram {
    width: auto;
  }
}
.heading-wrap.heading-forest {
  margin-bottom: 40px;
}
.heading-wrap.heading-recommend {
  margin-bottom: 40px;
}
.heading-howto.heading-howto-dokidoki .heading-subtext {
  margin: 17px auto 0;
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .heading-howto.heading-howto-dokidoki .heading-subtext {
    margin: 10px auto 0;
    max-width: 300px;
    height: 57px;
  }
}
.heading-howto.heading-howto-itadaki .heading-subtext {
  width: 100%;
}
.heading-wrap.heading-forest svg {
  width: 520px;
  height: 36px;
}
.heading-wrap.heading-video svg {
  width: 520px;
  height: 36px;
}
.heading-wrap.heading-recommend svg {
  width: 513px;
  height: 34px;
}
.heading-wrap.heading-pickup svg {
  max-width: 389px;
  height: 36px;
}
.heading-howto.heading-howto-itadaki svg {
  max-width: 640px;
}
.heading-wrap.heading-you-video svg {
  width: 520px;
  height: 36px;
}
.heading-wrap.heading-enjoy svg {
  width: 520px;
  height: 36px;
}
@media screen and (max-width: 749px) {
  .heading-wrap.heading-enjoy svg {
    position: relative;
    top: -6px;
    width: 300px;
    height: 50px;
  }
  .heading-wrap.heading-forest svg {
    position: relative;
    top: -8px;
    width: 206px;
    height: 57px;
  }
  .heading-wrap.heading-recommend svg {
    width: auto;
  }
  .heading-howto.heading-howto-itadaki svg {
    max-width: 300px;
    height: 58px;
  }
  .heading-wrap.heading-you-video svg {
    position: relative;
    top: -26px;
    width: 286px;
    height: 57px;
  }
  .heading-wrap.heading-pickup svg {
  max-width: 389px;
  height: 25px;
}
  .heading-wrap.heading-video svg {
    width: 274px;
    position: relative;
    top: -14px;
  }
  .heading-wrap.heading-sumika-faq .heading-subtext svg {
    position: relative;
    top: -15px;
    width: 200px;
    height: 35px;
  }
}
.mv {
  height: 607px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .mv {
    height: 350px;
  }
}
.mv::after { 
	content: ''; 
	position: absolute; 
	bottom: -46px; 
	left: 0; 
	width: 100%; 
	height: 134px; 
	background: url(../images/mv-curve.png) no-repeat center top; 
	background-size: cover;}

@media screen and (max-width: 749px) {
.mv::after { 
	content: ''; 
	position: absolute; 
	bottom: -4vw; 
	left: 0; 
	width: 100%; 
	height: 20vw; 
	background: url(../images/mv-curve.png) 
	no-repeat left top; 
	background-size: 110% 100%;}
}
.mv-container {
  position: relative;
  z-index: 1;
}
.mv-list, .mv-buttons-list {
  list-style: none;
}
.mv-image {
  width: 100%;
  height: 607px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 749px) {
  .mv-image {
    height: 378px;
  }
}
.mv-subpage .mv-image {
  max-height: 100%;
  height: 0;
  overflow-y: hidden;
}
@media screen and (min-width: 750px) {
  .mv-subpage .mv-image {
    padding-bottom: 29%;
  }
}
@media screen and (max-width: 749px) {
  .mv-subpage .mv-image {
    padding-bottom: 67%;
  }
}
.mv-subpage .mv-image::after {
  bottom: -50px;
}
@media screen and (min-width: 750px) {
  .mv-subpage-craft .mv-image {
    height: 420px;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .mv-subpage-craft .mv-image {
    padding-bottom: 71%;
  }
}
.mv-image.mv-image-sp {
  display: none;
}
@media screen and (max-width: 749px) {
  .mv-image.mv-image-sp {
    display: block;
  }
}
.mv-image.mv-image-pc {
  display: block;
}
@media screen and (max-width: 749px) {
  .mv-image.mv-image-pc {
    display: none;
  }
}
.mv-list-top {
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
  -webkit-transition-delay: 4s;
  transition-delay: 4s;
  height: 607px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .mv-list-top {
    height: 440px;
  }
}
.mv-list-top .mv-item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.mv-list-top .mv-item.is-active {
  opacity: 1;
}
.mv-list-top.is-show {
  opacity: 1;
}
@media screen and (max-width: 749px) {
  .mv-list-top .mv-image {
    height: 440px;
  }
}
.mv-buttons {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/*@media screen and (max-width: 749px) {
  .mv-buttons {
    display: none;
  }
}*/
.mv-buttons-list {
  width: 100%;
}
.mv-buttons-link {
  display: -webkit-box;
  display: flex;
  width: 100%;
  min-height: 150px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 20px 0 20px 6px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.14;
  color: #2d2d2d;
  background: url(../images/mv-button-bg.jpg) repeat left top;
  background-size: cover;
  border-radius: 5px 0 0 5px;
}


@media screen and (max-width: 749px) {
.mv-buttons-link {
  font-size: 12px;
}
	}


.mv-buttons-link span {
  display: inline-block;
  width: 16px;
}

.mv-buttons-item {
  display: block;
  width: 100%;
  margin: 11px 0;
}

.mv-buttons-item:last-child .mv-buttons-link {
  background-position: left bottom;
}
.mv-heading {
  position: absolute;
}
.mv-heading:not(.mv-heading-subpage) {
  bottom: -92px;
  left: 35px;
}
@media screen and (max-width: 749px) {
  .mv-heading:not(.mv-heading-subpage) {
    bottom: -122px;
    left: 20px;
  }
}
@media screen and (max-width: 749px) {
  .mv-heading {
    left: 15px;
  }
}
.mv-heading.hellowoods-mv-heading {
  bottom: 5px;
  width: 100%;
}
.mv-heading.hellowoods-mv-heading .heading-text {
  font-size: 45px;
  -webkit-text-fill-color: #fff;
}
@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-text {
    text-align: left;
    font-size: 23px;
  }
}
.mv-heading.hellowoods-mv-heading .heading-subtext {
  width: 100%;
  max-width: 385px;
  height: 90px;
  margin-top: 0;
}
@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading .heading-subtext {
    height: 60px;
    width: 230px;
    margin: 0;
  }
}
.mv-heading.hellowoods-mv-heading .heading-tsubasa .heading-subtext {
  max-width: 600px;
}
.mv-heading.hellowoods-mv-heading .heading-musasabi .heading-subtext {
  max-width: 600px;
  height: 80px;
  fill: #fff;
}
@media screen and (max-width: 749px) {
  .mv-heading.hellowoods-mv-heading {
    left: 0;
    padding: 50px 20px;
  }
  .mv-heading.hellowoods-mv-heading .heading {
    margin-bottom: 12px;
  }
}
.mv-heading span {
  display: block;
}
@media screen and (max-width: 749px) {
  .mv-heading.mv-heading-top::before {
    content: '';
    position: absolute;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15.5px;
    height: 16.5px;
    right: 24px;
    top: 92px;
    background-image: url(../images/design-petal1-sp.png);
  }
}
.mv-heading-text {
  font-family: "Holland";
  font-size: 36px;
  color: #12290f;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 749px) {
  .mv-heading-text {
    font-size: 18px;
  }
}
@media screen and (min-width: 750px) {
  .mv-heading-text .is-safari {
    letter-spacing: 0.078em;
  }
}
.mv-heading-subtexts {
  font-size: 47px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
	  font-family: "Noto Serif JP", serif;
	margin-bottom: 30px;
}

@media screen and (max-width: 749px) {
 .mv-heading-subtexts {
  font-size: 36px;
	margin-bottom: 5px;
}
}
.mv-today {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: -144px;
  width: 368px;
  height: 366px;
  color: #333;
  text-align: center;
  background: url(../images/mv-today-bg.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .mv-today {
    width: 225px;
    height: 225px;
    right: -23px;
    bottom: -70px;
  }
}
.mv-today.mv-hellowoods-logo {
  background: url(../images/hellowoods/mv-today-bg.png) no-repeat;
  background-size: contain;
  max-width: 270px;
}
@media screen and (max-width: 749px) {
  .mv-today {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .mv-today-top {
    display: -webkit-box;
    display: flex;
    bottom: -91px;
  }
}
.mv-today-text {
  display: block;
  margin: 0 auto;
  width: 92px;
  height: 47px;
  -webkit-transform: translateX(-4px);
  transform: translateX(-4px);
}
@media screen and (max-width: 749px) {
  .mv-today-text {
    width: 56px;
    height: 25px;
  }
}
.mv-today-time {
  display: block;
  margin-top: 7px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0;
  -webkit-transform: translateX(-6px);
  transform: translateX(-6px);
  position: relative;
}
@media screen and (max-width: 749px) {
  .mv-today-time {
    margin-top: 7px;
    font-size: 17px;
    letter-spacing: 0.03em;
  }
}
.mv-today-time::after {
  content: '';
  display: block;
  position: relative;
  margin: 4px auto 7px;
  width: 92px;
  height: 3px;
  background: url(../images/dot.png) no-repeat center;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .mv-today-time::after {
    width: 63px;
  }
}
.mv-today-degree {
  display: block;
  margin-left: -23px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 749px) {
  .mv-today-degree {
    font-size: 13px;
    font-weight: normal;
  }
}
.mv-today-degree-icon {
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 24px;
}
@media screen and (max-width: 749px) {
  .mv-today-degree-icon {
    width: 15px;
    height: 15px;
    margin-right: 1px;
    margin-top: -1px;
  }
}
.mv-today-degree-icon svg {
  width: 100%;
  height: 100%;
}
.mv-today-celcius-value {
  margin: 0 -7px;
}
@media screen and (max-width: 749px) {
  .mv-today-celcius-value {
    margin: 0 -3px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-labo .mv-image {
    background-position-x: 60%;
  }
}
.mv-car-and-bike .mv-container {
  max-width: 1263px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (min-width: 749px) {
  .mv-car-and-bike .mv-container {
    bottom: -15px;
  }
}
.mv-car-and-bike .mv-heading {
  position: relative;
  bottom: 0;
  left: 0;
}
.mv-car-and-bike .mv-heading-texts {
  width: 568px;
  height: 50px;
}
.mv-car-and-bike .mv-heading-texts svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .mv-car-and-bike .mv-heading-texts {
    width: 100%;
    max-width: 400px;
  }
  .mv-car-and-bike .mv-heading-texts svg {
    max-width: 400px;
  }
}
.mv-car-and-bike .mv-heading-subtexts {
  margin-top: 10px;
  font-size: 54px;
  color: white;
  text-align: left;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
  position: relative;
  left: -15px;
  max-width: 430px;
}
@media screen and (max-width: 749px) {
  .mv-car-and-bike .mv-heading-subtexts {
    width: 100%;
    max-width: 300px;
    height: 100px;
    position: relative;
    left: -10px;
  }
}
.mv-car-and-bike .mv-heading-subtexts svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}
.mv-car-and-bike .mv-logo {
  width: 268px;
  height: 266px;
  background-image: url(../images/car-and-bike/mv-logo.png);
  bottom: 0;
  position: relative;
}
.mv-car-and-bike .mv-image {
  height: 607px;
}
@media screen and (max-width: 749px) {
  .mv-car-and-bike .mv-image {
    height: auto;
  }
}
.mv-dokidoki {
  overflow-y: hidden;
}
.mv-dokidoki .mv-heading {
  left: 0px;
  bottom: 65px;
}
.mv-dokidoki .mv-mobipark-text {
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.08em;
}
.mv-dokidoki .mv-mobipark-subtext {
  max-width: 356px;
  width: 100%;
}
.mv-dokidoki .mv-heading-text {
  width: auto;
  font-family: "Holland";
  color: #fff;
  font-size: 32px;
  font-size: 50px;
  letter-spacing: 0.06em;
  text-align: left;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}
.mv-dokidoki .mv-heading-subtext {
  margin-top: -15px;
  font-size: 47px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}
.mv-dokidoki .mv-today {
  width: 268px;
  height: 266px;
  background-image: url(../images/dokidoki/dokidoki-logo.png);
  bottom: -60px;
}
.mv-mobipark {
  max-height: 607px;
  height: auto;
  margin-bottom: 7px;
  overflow-y: hidden;
}
@media screen and (max-width: 749px) {
  .mv-mobipark .mv-image {
    background-position-x: 84%;
  }
}
@media screen and (min-width: 750px) {
  .mv-mobipark .mv-heading {
    bottom: 89px;
  }
}
@media screen and (max-width: 749px) {
  .mv-mobipark .mv-heading {
    padding-left: 20px;
    padding-right: 20px;
    bottom: 55px;
    left: 0px;
  }
}
.mv-mobipark .mv-heading-text-mobipark {
  font-size: 45px;
  color: #fff;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .mv-mobipark .mv-heading-text-mobipark {
    font-size: 22.5px;
    letter-spacing: 0.08em;
  }
}
.mv-mobipark .mv-heading-subtext-mobipark {
  margin-top: -10px;
  font-size: 54px;
  color: #fff;
  text-align: left;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
  max-width: 356px;
  height: 62px;
}
@media screen and (max-width: 749px) {
  .mv-mobipark .mv-heading-subtext-mobipark {
    height: 52.5px;
    max-width: 202.5px;
    margin-top: -25px;
    margin-left: -2px;
  }
}
.mv-mobipark .mv-heading-subtext-mobipark svg {
  width: 100%;
  height: 100%;
  fill: #fff;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}
.mv-mobipark .mv-today-mobipark {
  max-width: 247px;
  width: 100%;
  height: 247px;
  bottom: -37px;
  background-image: url(../images/mobipark/mobipark-logo.png);
  right: 20px;
}
@media screen and (max-width: 749px) {
  .mv-mobipark .mv-today-mobipark {
    display: none;
  }
}
.mv-itadaki .mv-heading {
  bottom: 45px;
}
.mv-itadaki .mv-heading-subtexts {
  font-size: 47px;
  margin-top: 26px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}
.mv-itadaki .mv-heading-texts {
  font-family: "Holland";
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.06em;
  width: auto;
  text-align: center;
}
.mv-itadaki .mv-today {
  width: 268px;
  height: 266px;
  background-image: url(../images/itadaki/today.png);
  bottom: -45px;
}
.mv-tsubasa, .mv-musasabi {
  margin-bottom: 80px;
  position: relative;
}
.mv-tsubasa .mv-heading, .mv-musasabi .mv-heading {
  bottom: 5px;
}
@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-heading, .mv-musasabi .mv-heading {
    top: 50%;
    left: 0;
    right: 0;
    padding: 30px;
  }
}
.mv-tsubasa .mv-heading-texts, .mv-musasabi .mv-heading-texts {
  width: 448px;
  height: 50px;
  font-family: "Holland";
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.06em;
  text-align: center;
}
.mv-tsubasa .mv-heading-texts svg, .mv-musasabi .mv-heading-texts svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-heading-texts, .mv-musasabi .mv-heading-texts {
    width: 100%;
    max-width: 400px;
    font-size: 26px;
    color: #fff;
    margin: auto;
    text-align: center;
  }
  .mv-tsubasa .mv-heading-texts svg, .mv-musasabi .mv-heading-texts svg {
    max-width: 400px;
  }
}
.mv-tsubasa .mv-heading-subtexts, .mv-musasabi .mv-heading-subtexts {
  font-size: 47px;
  margin-top: 26px;
  color: #fff;
  letter-spacing: 0.06em;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
}
.mv-tsubasa .mv-heading-subtexts svg, .mv-musasabi .mv-heading-subtexts svg {
  width: 100%;
  height: 100%;
}
.mv-tsubasa .mv-logo, .mv-musasabi .mv-logo {
  width: 268px;
  height: 266px;
  background-image: url(../images/tsubasa/mv-logo.png);
  bottom: -60px;
}
@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-logo, .mv-musasabi .mv-logo {
    background-image: url(../images/tsubasa/mv-logo-sp.png);
  }
}
.mv-tsubasa .mv-logo-musasabi, .mv-musasabi .mv-logo-musasabi {
  width: 268px;
  height: 266px;
  background-image: url(../images/musasabi/mv-logo.png);
  bottom: -60px;
}
@media screen and (max-width: 749px) {
  .mv-tsubasa .mv-logo-musasabi, .mv-musasabi .mv-logo-musasabi {
    background-image: url(../images/musasabi/mv-logo-sp.png);
  }
}
@media screen and (max-width: 749px) {
  .mv-inner {
    height: 378px;
  }
}
.mv-inner .mv-today {
  width: 268px;
  height: 266px;
  background-image: url(../images/sumika/sumika-logo.png);
  bottom: -45px;
}
.mv-inner .mv-heading {
  bottom: 58px;
}
.mv-inner .mv-heading-subtexts svg {
  fill: #fff;
  width: 520px;
  height: 74px;
}
.mv-inner .mv-heading-texts {
  font-family: "Holland";
  color: #fff;
  font-size: 50px;
  letter-spacing: 0.06em;
  width: auto;
}
@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-texts {
    font-size: 25px;
  }
}
@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-sumika .mv-heading-texts {
    font-size: 24px;
    letter-spacing: 0.092em;
  }
}
.mv-inner .mv-heading-sumika .mv-heading-subtexts svg {
  width: 653px;
  height: 81px;
}
@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-sumika .mv-heading-subtexts svg {
    width: 271px;
    height: 87px;
    position: relative;
    left: -6px;
    top: -3px;
  }
}
.mv-inner .mv-heading-itadaki .mv-heading-texts {
  margin-left: 25px;
}
@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-itadaki .mv-heading-texts {
    margin-left: 0;
  }
}
@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-itadaki .mv-heading-subtexts svg {
    width: 162px;
    height: 76px;
  }
}
@media screen and (min-width: 750px) {
  .mv-inner .mv-heading-dokidoki {
    bottom: 50px;
  }
  .mv-inner .mv-heading-dokidoki .mv-heading-subtexts svg {
    width: 810px;
    height: 72px;
  }
}
@media screen and (max-width: 749px) {
  .mv-inner .mv-heading-dokidoki .mv-heading-subtexts svg {
    width: 183px;
    height: 96px;
  }
}
.mv-inner.itadaki-mv .mv-today {
  background-image: url(../images/itadaki/today.png);
}
.mv-inner.dokidoki-mv .mv-today {
  background-image: url(../images/dokidoki/dokidoki-logo.png);
  width: 247px;
  height: 247px;
  bottom: -38px;
}
.mv-subpage {
  margin-bottom: 20px;
  height: auto;
}
@media screen and (min-width: 750px) {
  .mv-subpage {
    margin-bottom: 50px;
  }
}
.mv-subpage::after {
  bottom: -50px;
}
@media screen and (max-width: 749px) {
  .mv-subpage::after {
    bottom: -25px;
  }
}
.mv-subpage .mv-heading-subpage {
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mv-subpage .mv-heading-subpage span {
  color: #fff;
  text-shadow: 0px 0px 18.9px rgba(79, 79, 79, 0.5);
  font-size: 23px;
  font-weight: 300;
}
.mv-subpage .mv-heading-subpage span.mv-heading-text-walk {
  font-family: "HiraKakuPro-W3-AlphaNum";
}
.mv-subpage .mv-heading-subpage span.mv-heading-text-labo {
  font-family: "HiraKakuPro-W3-AlphaNum";
}
@media screen and (min-width: 750px) {
  .mv-subpage .mv-heading-subpage span {
    font-size: 46px;
  }
}
@media screen and (max-width: 749px) {
  .mv-subpage.mv-subpage-acrox::after {
    display: none;
  }
}
@media screen and (min-width: 750px) {
  .mv-subpage.mv-subpage-craft {
    height: 447px;
    margin-bottom: 89px;
  }
}
@media screen and (min-width: 750px) {
  .mv-subpage.mv-subpage-craft .mv-heading-subpage {
    top: 43%;
  }
}
.mv-subpage.mv-musasabi .mv-heading-texts {
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 749px) {
  .mv-subpage.mv-musasabi .mv-heading-texts {
    font-size: 23px;
    font-weight: normal;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
  }
}
.mv-subpage.mv-musasabi .mv-heading-subtexts {
  font-weight: normal;
}
@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi .mv-heading-subtexts {
    letter-spacing: 0.17em;
    margin-top: 18px;
  }
}
@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi .mv-image {
    height: 620px;
    max-height: none;
  }
}
@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi .mv-heading {
    bottom: 56px;
    left: 31px;
  }
}
@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi::after {
    bottom: -89px;
  }
}
@media screen and (min-width: 750px) {
  .mv-subpage.mv-musasabi {
    height: auto;
    margin-bottom: 72px;
  }
}
.mv-image-subpage {
  background-position-y: 25%;
}
@media screen and (max-width: 749px) {
  .mv-top {
    height: 440px;
  }
}
@media screen and (max-width: 749px) {
  .mv-top:after {
    bottom: -37px;
  }
}
@media screen and (max-width: 749px) {
  .mv-top .mv-heading-subtext {
    left: -16px;
    position: relative;
    margin-top: 0px;
  }
  .mv-top .mv-heading-subtext img {
    display: block;
    max-width: 370px;
    width: auto;
  }
}
.mv-subpage-walk, .mv-subpage-labo {
  overflow: hidden;
}
@media screen and (min-width: 750px) {
  .mv-subpage-walk, .mv-subpage-labo {
    margin-bottom: 127px;
  }
}
@media screen and (max-width: 749px) {
  .mv-tsubasa {
    max-height: 265px;
  }
  .mv-tsubasa .mv-image {
    background-size: cover;
    max-height: 265px;
  }
  .mv-tsubasa .mv-logo-tsubasa {
    display: block;
    max-width: 130px;
    bottom: -170px;
    right: 10px;
  }
}
@media screen and (max-width: 749px) {
  .mv-musasabi .mv-logo-musasabi {
    display: block;
    max-width: 130px;
    bottom: -140px;
    right: 10px;
  }
}
.mv-heading-subpage-labo {
  text-align: right !important;
  top: 78% !important;
  left: 47% !important;
}
@media screen and (min-width: 750px) {
  .mv-heading-text-walk {
    font-weight: 600 !important;
  }
}
.article-image-wrap {
  padding: 15px;
  position: relative;
  width: 100%;
  height: 100%;
}
.article-image-wrap::before, .article-image-wrap::after {
  content: '';
  height: 75px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left top;
}
@media screen and (max-width: 749px) {
  .article-image-wrap::before, .article-image-wrap::after {
    height: 60px;
  }
}
.article-image-wrap::before {
  width: 285px;
  left: 15px;
  top: -12px;
  background-image: url(../images/article/leaves.png);
  background-position: -44px top;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .article-image-wrap::before {
    width: 187px;
    left: 21px;
    top: 0;
  }
}
.article-image-wrap::after {
  right: 26px;
  bottom: 0;
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  background-image: url(../images/article/leaves2.png);
  width: 152px;
}
@media screen and (max-width: 749px) {
  .article-image-wrap::after {
    width: 124px;
    right: 32px;
    bottom: 9px;
  }
}
.article-heading {
  margin-top: 4px;
  padding-left: 23px;
  width: 100%;
  min-height: 70px;
  font-size: 18px;
  font-weight: 600;
  color: #12290f;
  line-height: 1.67;
  letter-spacing: 0.07em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .article-heading {
    font-size: 13px;
  }
}
.article-image {
  padding-top: 62%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
  background-size: 110%;
}
.article-image::before {
  content: '';
  background-image: url(../images/article/bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: -5.65%;
  top: -17%;
  height: 133%;
  width: 110%;
}
@media screen and (max-width: 749px) {
  .article-image::before {
    left: -6.5%;
    width: 108%;
  }
}
.article-period {
  padding-left: 23px;
  width: 100%;
  font-size: 14px;
  color: #12290f;
  letter-spacing: 0.06em;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .article-period {
    font-size: 11px;
    padding-left: 0px;
  }
}
.article-type {
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#099f48));
  background: linear-gradient(to right, #027cc3 0%, #099f48 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  color: #09a046;
  font-weight: 600;
  margin-bottom: 7px;
  letter-spacing: 0.06em;
  line-height: 1;
}
.is-ie .article-type {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}
.article {
  display: block;
  position: relative;
  padding-bottom: 36px;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .article.article-pickup {
    padding: 0 0 20px 0;
  }
}
.article.article-pickup .article-heading {
  min-height: 105px;
  margin-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .article.article-pickup .article-heading {
    min-height: 100%;
    margin-bottom: 20px;
  }
}
.article.article-pickup .article-image-wrap {
  margin-bottom: 14px;
}
.article.article-pickup .article-image-wrap:before, .article.article-pickup .article-image-wrap:after {
  content: none;
}
.article.article-pickup .article-image {
  background-size: cover;
  padding-top: 57%;
}
.article.article-pickup .article-image:before {
  content: none;
}
.article.article-pickup .article-period {
  padding: 0;
}
.article.article-no-design .article-heading {
  margin-top: 7px;
  padding-left: 0;
  color: #2d2d2d;
  letter-spacing: 0.03em;
}
@media screen and (min-width: 750px) {
  .article.article-no-design:hover .button-gradient-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media screen and (max-width: 749px) {
  .article.article-no-design .article-period {
    padding-left: 0;
  }
}
.article.article-no-design .article-image-wrap {
  padding: 0;
  height: auto;
}
.article.article-no-design .article-image-wrap::before, .article.article-no-design .article-image-wrap::after {
  display: none;
}
.article.article-no-design .article-image-wrap .article-image::before {
  display: none;
}
@media screen and (max-width: 749px) {
  .article.article-feature .article-period {
    padding-left: 23px;
  }
}
.article-link {
  display: block;
}
.article-category {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: -32px;
  right: -40px;
  width: 93px;
  height: 97px;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.03em;
  background: url(../images/article/category-bg.png) no-repeat left top;
  background-size: contain;
  color: #1a4d01;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .article-category {
    font-size: 14px;
    top: -19px;
    right: -11px;
    width: 78px;
    height: 79px;
  }
}
.article-category.article-category-news {
  background-image: url(../images/article/category-bg2.png);
}
@media screen and (max-width: 749px) {
  .article-category.article-category-news {
    z-index: 9;
  }
}
.article-name {
  font-size: 24px;
  font-weight: bold;
  padding: 17px 0;
  text-align: left;
}
.article-tag {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 15px;
  color: #fff;
}
.article-tag.article-bg-green {
  background-color: #00a040;
}
.article-tag.article-bg-green-2 {
  background-color: #368121;
}
.article-tag.article-bg-green-3 {
  background-color: #90ae28;
}
.article-tag.article-bg-green-4 {
  background-color: #41a327;
}
.article-tag.article-bg-green-5 {
  background-color: #d2e737;
}
.feature-container {
  padding-top: 40px;
  background: none;
}
.feature-list {
  display: -webkit-box;
  display: flex;
  list-style: none;
  margin: 0 -40px;
}
.feature-list.feature-list-no-design {
  margin: 37px -25px 0;
}
.feature-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 25px;
  width: calc(1220px / 3);
}
.feature-list-attraction-cat {
  margin: 55px -25px 0;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .feature-list-attraction-cat {
    display: block;
  }
}
.feature-list-attraction-cat .feature-item {
  max-width: 300px;
}
@media screen and (max-width: 749px) {
  .feature-list-attraction-cat .feature-item {
    display: block;
    margin: auto;
  }
}
.feature-list-attraction-cat article {
  padding-bottom: 17px;
}
.feature-list-attraction-cat article::after {
  content: " ";
  width: 40px;
  height: 20px;
  background: url(../images/car-and-bike/arrow-down.png) no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 749px) {
  .feature-list-attraction-cat article {
    padding-bottom: 20px;
  }
}
.feature-list-attraction-cat .article-image {
  background-size: contain;
}
.feature-list-car-bike {
  flex-wrap: wrap;
  width: calc(100% + 40px);
}
@media screen and (max-width: 749px) {
  .feature-list-car-bike {
    margin: 0;
  }
}
.feature-list-car-bike .feature-item {
  width: calc((100% - 100px) / 2);
}
@media screen and (min-width: 749px) {
  .feature-list-car-bike .feature-item {
    max-width: 480px;
  }
}
.feature-list-car-bike .feature-item article {
  padding-bottom: 80px;
}
.feature-list-car-bike .feature-item:last-child article {
  padding-bottom: 0px;
}
@media screen and (max-width: 749px) {
  .feature-list-car-bike .feature-item {
    width: 100%;
    margin: 0;
  }
}
.file-dl .file-dl-wrap {
  border-top: 1px solid #a6a5a5;
  border-bottom: 1px solid #a6a5a5;
  font-size: 24px;
  text-align: center;
  padding: 66px;
  max-height: 170px;
}
@media screen and (max-width: 749px) {
  .file-dl .file-dl-wrap {
    padding: 28px 0px;
    font-size: 15px;
  }
}
.file-dl .file-dl-wrap .file-link {
  color: #000;
}
.file-dl .file-dl-wrap .file-link .file-name {
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .file-dl .file-dl-wrap .file-link .file-name img {
    width: 20px;
  }
}
@media screen and (max-width: 749px) {
  .parkmap-inner {
    margin-top: 64px;
  }
}
.parkmap-container {
  position: relative;
}
.parkmap-image {
  background: url(../images/top/parkmap/map-v2.png) no-repeat center top;
  background-size: contain;
  width: 1600px;
  height: 903px;
  position: relative;
  left: -346px;
  top: -65px;
}
@media screen and (max-width: 749px) {
  .parkmap-image {
    width: 550px;
    height: 370px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: url(../images/top/parkmap/map-v2-sp.png) no-repeat center top;
    background-size: contain;
  }
}
.parkmap-image-list {
  counter-reset: parkmap_image_list;
  position: relative;
  left: 330px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-list {
    left: 0;
  }
}
.parkmap-image-item {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  cursor: pointer;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item {
    width: 38px;
    height: 38px;
  }
}
.parkmap-image-item a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 1;
}
.parkmap-image-item::before {
  counter-increment: parkmap_image_list;
  content: "0"counter(parkmap_image_list);
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.08em;
  background: url(../images/top/parkmap/number-bg-border.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item::before {
    padding: 2px 0 0 2px;
    font-size: 13px;
  }
}
.parkmap-image-item:first-child {
  left: 355px;
  top: 229px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item:first-child {
    left: 231px;
    top: 48px;
  }
}
.parkmap-image-item:nth-of-type(2) {
  left: 247px;
  top: 299px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(2) {
    left: 174px;
    top: 86px;
  }
}
.parkmap-image-item:nth-of-type(3) {
  left: 521px;
  top: 374px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(3) {
    left: 324px;
    top: 129px;
  }
}
.parkmap-image-item:nth-of-type(4) {
  left: 642px;
  top: 396px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(4) {
    left: 393px;
    top: 142px;
  }
}
.parkmap-image-item:nth-of-type(5) {
  left: 387px;
  top: 492px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(5) {
    left: 246px;
    top: 194px;
  }
}
.parkmap-image-item:nth-of-type(6) {
  left: 221px;
  top: 447px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(6) {
    left: 160px;
    top: 173px;
  }
}
.parkmap-image-item:nth-of-type(7) {
  left: 530px;
  top: 516px;
}
@media screen and (max-width: 749px) {
  .parkmap-image-item:nth-of-type(7) {
    left: 333px;
    top: 207px;
  }
}
.parkmap-list {
  counter-reset: parkmap_list;
}
@media screen and (max-width: 749px) {
  .parkmap-list {
    position: relative;
    z-index: 1;
  }
}
.parkmap-right {
  position: absolute;
  right: 0;
  top: 181px;
  width: 410px;
}
@media screen and (max-width: 749px) {
  .parkmap-right {
    margin-top: -93px;
    position: relative;
    right: auto;
    left: 23px;
    top: 0;
    width: calc(100% - 23px);
  }
}
.parkmap-link-icon {
  width: 25px;
  position: absolute;
  right: 18px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media screen and (max-width: 749px) {
  .parkmap-link-icon {
    width: 19px;
    right: 15px;
  }
}
.parkmap-link-icon svg {
  width: 100%;
  height: 12px;
}
.parkmap-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 50px;
  height: 73px;
  background: url(../images/top/parkmap/button-bg.jpg) repeat;
  border-radius: 5px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  position: relative;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (max-width: 749px) {
  .parkmap-link {
    font-size: 14px;
    height: 51px;
    letter-spacing: 0.05em;
    padding-left: 39px;
  }
}
.parkmap-link::before {
  counter-increment: parkmap_list;
  content: "0"counter(parkmap_list);
  position: absolute;
  left: -30px;
  top: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 61px;
  height: 61px;
  font-size: 20px;
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.08em;
  background: url(../images/top/parkmap/number-bg.png) no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .parkmap-link::before {
    left: -23px;
    width: 45px;
    height: 45px;
    font-size: 15px;
  }
}
@media screen and (min-width: 750px) {
  .parkmap-link:hover {
    color: #00a040;
  }
  .parkmap-link:hover .parkmap-link-icon svg {
    stroke: #00a040;
  }
}
.parkmap-item {
  display: block;
  margin-bottom: 10px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media screen and (min-width: 750px) {
  .parkmap-item:hover {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}
.parkmap-item.is-active {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.parkmap-item.is-active .parkmap-link {
  color: #00a040;
}
.parkmap-item.is-active .parkmap-link-icon svg {
  stroke: #00a040;
}
.parkmap-item.parkmap-item-last {
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .parkmap-item.parkmap-item-last {
    margin-top: 39px;
    margin-left: -20px;
  }
}
@media screen and (min-width: 750px) {
  .parkmap-item.parkmap-item-last:hover {
    -webkit-transform: none;
    transform: none;
  }
  .parkmap-item.parkmap-item-last:hover .parkmap-link-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
@media screen and (min-width: 750px) {
  .map {
    margin-top: -42px;
    margin-bottom: 79px;
  }
}
.map .map-img {
  background-image: url(../images//mobipark/map-bg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (min-width: 750px) {
  .map .map-img {
    margin-top: -52px;
    padding-top: 90px;
  }
}
@media screen and (max-width: 749px) {
  .map .map-img {
    height: 288px;
    padding-top: 40px;
    background-size: contain;
  }
}
.map .map-img img {
  max-width: 912px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media screen and (max-width: 749px) {
  .map .map-img img {
    max-width: 277px;
  }
}
@media screen and (max-width: 749px) {
  .map {
    margin-bottom: 52px;
    margin-top: -43px;
  }
  .map-img {
    margin: 0 -160px;
  }
  .map-img img {
    max-width: 504px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.button-icon {
  width: 22px;
  position: absolute;
  right: 20px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
@media screen and (max-width: 749px) {
  .button-icon {
    width: 15px;
  }
}
.button-icon svg {
  width: 100%;
  height: 12px;
}
.button {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin: 0 auto;
  width: 364px;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  border: 1px dotted #333;
  position: relative;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 749px) {
  .button {
    font-size: 12px;
    max-width: 364px;
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 750px) {
  .button:hover .button-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.button::before {
  content: '';
  width: calc(100% + 10px);
  height: calc(100% - 7px);
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -5px;
  right: 0;
  border: 1px dotted #333;
}
.button.button-parkmap {
  width: 98%;
}
@media screen and (min-width: 750px) {
  .button.button-parkmap:hover {
    color: #00a040;
  }
  .button.button-parkmap:hover .button-icon svg {
    stroke: #00a040;
  }
}
.button.button-parkmap .button-icon {
  right: 18px;
}
.button.button-sumika {
  max-width: 381px;
  letter-spacing: 0.112em;
}
@media screen and (max-width: 749px) {
  .button.button-sumika {
    width: 100%;
  }
}
.button.button-sumika .button-icon {
  right: 26px;
  width: 20px;
}
@media screen and (max-width: 749px) {
  .button.button-sumika-instagram {
    width: 75%;
  }
}
@media screen and (max-width: 749px) {
  .button.button-sumika-instagram .button-icon {
    width: 17px;
    right: 15px;
  }
}
.button.button-instagram {
  max-width: 381px;
  letter-spacing: 0.112em;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .button.button-instagram {
    max-width: 248px;
  }
}
.button.button-hellowoods {
  width: 100%;
  max-width: 364px;
}
.button.button-banner-more {
  max-width: 381px;
  letter-spacing: 0.112em;
}
@media screen and (max-width: 749px) {
  .button.button-banner-more {
    width: calc(100% - 76px);
  }
}
.button.button-banner-more .button-icon {
  right: 26px;
  width: 20px;
}
.button.button-kart {
  margin: 35px auto 0;
}
@media screen and (min-width: 750px) {
  .button.button-kart {
    margin-top: 58px;
  }
}
@media screen and (max-width: 749px) {
  .button.button-kart {
    max-width: 246px;
  }
}
.button.button-comparison {
  max-width: 370px;
  width: 100%;
}
.button.button-comparison br {
  display: block;
}
@media screen and (min-width: 526px) {
  .button.button-comparison br {
    display: none;
  }
}
@media screen and (max-width: 525px) {
  .button.button-comparison .button-icon {
    right: 0;
    position: relative;
    margin-left: 20px;
  }
}
@media screen and (min-width: 750px) {
  .button.challenge-hellowoods-button {
    margin-left: 5px;
  }
}
.button-gradient-icon {
  width: 25px;
  position: absolute;
  right: 0;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.button-gradient-icon svg {
  width: 100%;
  height: 12px;
}
.button-gradient {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
  height: 62px;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  position: relative;
}
@media screen and (max-width: 749px) {
  .button-gradient {
    font-size: 12px;
    letter-spacing: 0.14em;
  }
}
.button-gradient.button-gradient-cmn {
  height: auto;
}
.button-gradient-text {
  background: -webkit-gradient(linear, left top, right top, from(#609ed5), to(#00a040));
  background: linear-gradient(to right, #609ed5 0%, #00a040 100%);
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -ms-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  -ms-text-fill-color: transparent;
}
.is-ie .button-gradient-text {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}
.section-inner {
  margin-top: -11px;
}
@media screen and (max-width: 749px) {
  .section-inner.section-inner-activity {
    margin: 83px 0 90px;
  }
}
.section-image {
  height: 400px;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 749px) {
  .section-image {
    padding-top: 46%;
    height: auto;
  }
}
.section-image-logo {
  margin: 0 auto;
  width: 301px;
  position: absolute;
  top: 33px;
  left: 0;
  right: 0;
}
@media screen and (max-width: 749px) {
  .section-image-logo {
    top: -51px;
    width: 128px;
  }
}
.section-image-logo.section-image-logo-twinring {
  width: 314px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 749px) {
  .section-image-logo.section-image-logo-twinring {
    width: 166px;
    top: 45%;
  }
}
.section-image-logo.section-image-logo-hotel-twin {
  top: 76px;
}
@media screen and (max-width: 749px) {
  .section-image-logo.section-image-logo-hotel-twin {
    top: 29px;
    width: 164px;
  }
}
@media screen and (max-width: 749px) {
  .section-image-logo.section-image-logo-activity {
    top: -54px;
    width: 176px;
  }
}
.section-contents {
  margin-top: -41px;
  padding: 33px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .section-contents {
    padding: 24px 0;
    margin-top: -21px;
  }
}
.section-contents:before {
  content: "";
  width: 100%;
  height: 50px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
}
.section-contents-copy {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.19em;
  position: relative;
  z-index: 9;
}
.section-contents-copy > a {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.section-contents-copy > a:link, .section-contents-copy > a:visited {
  color: #000;
}
.section-contents-copy > a:hover {
  opacity: 0.5;
}
@media screen and (max-width: 749px) {
  .section-contents-copy {
    text-align: left;
    font-size: 12px;
    padding: 0 28px;
  }
}
.section-button {
  margin-top: 34px;
}
@media screen and (max-width: 749px) {
  .section-button {
    width: 249px;
    margin: 10px auto 0;
  }
  .section-button .button-icon {
    width: 15px;
    right: 16px;
  }
}
.section-cards {
  list-style: none;
  display: -webkit-box;
  display: flex;
  margin: 42px -10px 0;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .section-cards {
    margin-top: 23px;
  }
}
.section-cards-image-wrap {
  position: relative;
  display: block;
}
.section-cards-item {
  width: calc((100% / 3) - 20px);
  margin: 0 10px;
  position: relative;
}
.section-cards-item:first-child .section-cards-image-wrap {
  z-index: 2;
}
.section-cards-item:nth-of-type(2) .section-cards-image-wrap {
  z-index: 1;
}
.section-cards-item:nth-of-type(3) .section-cards-image-wrap {
  z-index: 0;
}
@media screen and (max-width: 749px) {
  .section-cards-item {
    width: auto;
  }
}
.section-cards-category {
  padding: 20px 4px 4px;
  width: 180px;
  font-size: 12px;
  background-color: #fff;
  position: absolute;
  left: -42px;
  top: 39px;
  -webkit-transform: rotate(-45deg) scale(0.8);
  transform: rotate(-45deg) scale(0.8);
  -webkit-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .section-cards-category {
    width: 89px;
    padding-top: 20px;
    left: -29px;
    top: 8px;
    border-radius: 20%;
    -webkit-transform: rotate(-45deg) scale(0.8);
    transform: rotate(-45deg) scale(0.8);
  }
}
.section-cards-category::before {
  content: '';
  margin: 0 auto;
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  width: 70px;
  height: 70px;
  background: url(../images/section/card-category-after.png) no-repeat;
  background-size: contain;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center;
  transform-origin: center;
}
@media screen and (max-width: 749px) {
  .section-cards-category::before {
    bottom: -42px;
    left: -10px;
    right: 0;
    width: 55px;
    height: 73px;
  }
}
.section-cards-image {
  padding: 27% 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.section-cards-title {
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .section-cards-title {
    font-size: 13px;
    margin-top: 8px;
  }
}
.section-card-link {
  color: #333;
}
.youtube-video {
  text-align: center;
}
.youtube-video-content {
  margin: 0 -20px;
}
@media screen and (max-width: 749px) {
  .youtube-video-content {
    margin: 0 -27px;
  }
}
@media screen and (max-width: 749px) {
  .youtube-video-content.youtube-video-content-itadaki {
    padding: 0;
  }
}
.youtube-video-list {
  margin-top: 47px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .youtube-video-list {
    padding: 0 25px;
    margin-top: -7px;
  }
}
.youtube-video-item {
  padding: 0 24px;
}
@media screen and (max-width: 749px) {
  .youtube-video-item:last-child {
    margin-top: 22px;
  }
}
.youtube-video-wrapper {
  background: url(../images/frame.png) no-repeat center top;
  background-size: 100% 100%;
  padding: 15px;
}
@media screen and (max-width: 749px) {
  .youtube-video-wrapper {
    padding: 7px;
  }
}
.youtube-video-inner {
  position: relative;
  height: 0;
  padding-bottom: 49.25%;
  /* 16:9 */
  padding-top: 25px;
}
@media screen and (max-width: 749px) {
  .youtube-video-inner {
    padding-bottom: 45.25%;
  }
}
.youtube-video-inner iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.youtube-video-description {
  display: block;
  font-size: 17px;
  line-height: 1.731;
  text-align: left;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .youtube-video-description {
    font-size: 14px;
    text-align: center;
  }
}
.instagram {
  display: block;
  margin-top: 80px;
}
.instagram-banner {
  text-align: center;
  margin-top: 72px;
}
@media screen and (max-width: 749px) {
  .instagram-banner {
    margin-top: 49px;
  }
}
.instagram-inner {
  position: relative;
  background: url(../images/sumika/frame-lg.png) no-repeat center top;
  background-size: 100% 100%;
  padding-bottom: 80px;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .instagram-inner {
    background: none;
    padding-bottom: 0;
  }
}
.instagram-inner:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-image: url(../images/sumika/net-sumika/vine-top.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 59px;
}
@media screen and (max-width: 749px) {
  .instagram-inner:before {
    content: none;
  }
}
.instagram-inner:after {
  content: "";
  position: absolute;
  display: block;
  right: 0;
  bottom: 0;
  background-image: url(../images/sumika/net-sumika/vine-bottom.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 180px;
  height: 59px;
}
@media screen and (max-width: 749px) {
  .instagram-inner:after {
    content: none;
  }
}
.instagram-inner-content {
  position: relative;
  padding-top: 30px;
  margin: 5px;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .instagram-inner-content {
    padding-top: 0;
    margin: 0;
  }
}
.instagram-inner-content:before {
  content: '';
  position: absolute;
  background-image: url(../images/sumika/net-sumika/green-background.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
  left: -89px;
  top: -76px;
  right: -67px;
  bottom: -170px;
}
@media screen and (max-width: 749px) {
  .instagram-inner-content:before {
    content: none;
  }
}
.instagram-content {
  text-align: center;
  margin-top: -25px;
}
.instagram-list-item {
  padding: 0 10px;
}
@media screen and (max-width: 749px) {
  .instagram-list-item {
    padding: 0 5px;
  }
}
.instagram-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: 30px;
}
.instagram-list.sumika-instagram-list .instagram-list-item:last-child {
  display: none;
}
@media screen and (max-width: 749px) {
  .instagram-list {
    margin-left: 0;
  }
}
.instagram-list-item-image {
  width: 212px;
  height: 198px;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20px;
}
@media screen and (max-width: 749px) {
  .instagram-list-item-image {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-top: 10px;
  }
}
.instagram-list-item-image img {
  width: 100%;
  height: auto;
}
.faq {
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .faq {
    margin-top: 28px;
  }
}
@media screen and (max-width: 749px) {
  .faq-tsubasa, .faq-musasabi {
    margin-top: 0;
  }
}
.faq-inner {
  padding: 0 20px;
}
@media screen and (min-width: 750px) {
  .faq-inner {
    padding: 0 157px;
  }
}
.faq-subpage {
  padding-bottom: 40px;
}
@media screen and (min-width: 750px) {
  .faq-musasabi::before {
    background-image: url(../images/musasabi/musasabi-faq-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -150px;
    right: 0;
    bottom: 0;
    content: "";
  }
}
@media screen and (min-width: 750px) {
  .faq-musasabi .faq-inner {
    padding: 0 167px;
  }
}
.call-to-action {
  text-align: center;
  margin-top: 50px 0;
  position: relative;
}
@media screen and (min-width: 750px) {
  .call-to-action {
    margin: 80px 0;
  }
}
@media screen and (max-width: 749px) {
  .call-to-action {
    margin: 40px 0;
  }
  .call-to-action.call-to-action-hellowoods {
    margin-top: 0;
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 749px) {
  .call-to-action:after {
    width: 100%;
    height: 120%;
    content: "";
    background-color: #f9f9f9;
    position: absolute;
    top: 80px;
    left: 0px;
    z-index: 2;
  }
}
.call-to-action.call-to-action-itadaki {
  margin: 25px 0 -230px;
}
.call-to-action-wrapper {
  padding: 0 100px;
}
@media screen and (max-width: 749px) {
  .call-to-action-wrapper {
    padding-left: 0px;
    padding-right: 0px;
    background-color: #fff;
    position: relative;
    z-index: 3;
  }
}
.call-to-action-inner {
  position: relative;
  max-height: 320px;
  padding: 47px;
}
@media screen and (max-width: 749px) {
  .call-to-action-inner {
    padding: 27px 31px 10px;
  }
}
.call-to-action-inner:before {
  position: absolute;
  content: "";
  background-image: url(../images/sumika/frame-sm.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}
.call-to-action-inner:after {
  position: absolute;
  content: "";
  background-image: url(../images/sumika/green-dots.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 22px;
  left: 33px;
  right: 23px;
  bottom: 39px;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .call-to-action-inner:after {
    background-image: url(../images/sumika/green-dots-sp.png);
    background-size: contain;
    background-position: center;
  }
}
.call-to-action-title {
  display: inline-block;
  font-size: 31px;
  background: -webkit-gradient(linear, left top, right top, from(#1cc763), to(#34b0e7));
  background: linear-gradient(to right, #1cc763 0%, #34b0e7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.call-to-action-description-text {
  font-family: "HiraKakuPro-W3-AlphaNum";
  font-size: 12px;
  line-height: 1.667;
  margin-top: 25px;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 750px) {
  .call-to-action-description-text {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  .call-to-action-description-text {
    margin-top: 15px;
  }
}
.call-to-action-description-text.call-to-action-description-text-itadaki {
  margin-top: -10px;
}
.call-to-action-dot {
  position: absolute;
}
@media screen and (max-width: 749px) {
  .call-to-action-dot {
    display: none;
  }
}
.call-to-action-dot img {
  width: 100%;
}
.call-to-action-dot-1 {
  left: -40px;
  bottom: -30px;
  max-width: 192px;
  width: 100%;
}
.call-to-action-dot-2 {
  top: -19px;
  left: 128px;
  max-width: 116px;
  width: 100%;
}
.call-to-action-dot-3 {
  bottom: -30px;
  right: 135px;
  max-width: 116px;
  width: 100%;
}
.call-to-action-dot-4 {
  top: -28px;
  right: -27px;
  max-width: 192px;
  width: 100%;
}
.call-to-action-bunbun .call-to-action-description-text {
  letter-spacing: 0.16em;
}
.mobipark.call-to-action {
  margin-top: 64px;
}
.mobipark-cta .forest-driving-cta-heading {
  max-width: 420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.mobipark-cta .heading-net-mobipark {
  margin-top: -17px;
}
.call-to-action-inner-subpage {
  padding-top: 13px;
  padding-bottom: 37px;
}
.call-to-action-hellowoods .call-to-action-inner {
  padding: 40px;
}
.call-to-action-hellowoods .headig-call-to-action {
  margin: 0;
}
.call-to-action-hellowoods .headig-call-to-action .heading-text {
  font-size: 25px;
}
.call-to-action-hellowoods::after {
  display: none;
}
@media screen and (min-width: 750px) {
  .call-to-action-musasabi::before {
    background-image: url(../images/musasabi/musasabi-cta-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -32px;
    right: 0;
    bottom: 0;
    content: "";
  }
}
.table {
  display: table;
  width: 100%;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .table {
    font-size: 15px;
  }
}
.table:not(:last-child).table-subpage {
  margin-bottom: 55px;
}
@media screen and (max-width: 749px) {
  .table.table-craft::before {
    position: absolute;
    left: -20px;
    right: -20px;
    top: -135px;
    bottom: -80px;
    background-image: url("../images/craft/craft-table-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    content: '';
  }
}
@media screen and (max-width: 749px) {
  .table.table-craft {
    position: relative;
  }
}
.table-head {
  background-color: #f7f7f7;
  width: 93px;
  padding-top: 21px;
  padding-bottom: 21px;
}
@media screen and (min-width: 750px) {
  .table-head {
    width: 220px;
  }
}
.table-col-num {
  display: inline-block;
  margin-right: 20px;
}
@media screen and (max-width: 749px) {
  .table-col-num {
    margin-right: 15px;
  }
}
.table-col {
  width: calc(100% - 93px);
  letter-spacing: 0.1em;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 750px) {
  .table-col {
    width: calc(100% - 220px);
  }
}
.table-col a {
  color: #333;
}
.table-head, .table-col {
  position: relative;
  padding: 10px 13px;
  vertical-align: top;
  min-height: 32px;
  line-height: 2.15;
}
@media screen and (min-width: 750px) {
  .table-head, .table-col {
    padding: 17px 40px;
  }
}
.table-head:before, .table-col:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-position: left;
  background-image: url(../images/img-dash.png);
  background-repeat: repeat-x;
  opacity: 0.2;
}
@media screen and (max-width: 749px) {
  .table-craft .table-head, .table-craft .table-col {
    padding: 12px 13px;
    font-size: 12px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}
.table-head a, .table-col a {
  color: #333;
  text-decoration: underline;
}
@media screen and (min-width: 750px) {
  .table-craft .table-head {
    width: 214px;
  }
}
.table-dokidoki .table-head {
  background: transparent;
}
.table-dokidoki .table-col {
  width: calc(100% - 220px);
}
.table-row {
  width: 100%;
}
.table-row:first-child .table-head, .table-row:first-child .table-col {
  position: relative;
}
.table-row:first-child .table-head:after, .table-row:first-child .table-col:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-position: left center;
  background-image: url(../images/img-dash.png);
  background-repeat: repeat-x;
  opacity: 0.2;
}
.table-heading-attractioninfo img {
  max-width: 234px;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .table-heading-attractioninfo img {
    max-width: 126px;
  }
}
.table-heading {
  margin-top: 36px;
  margin-bottom: 15px;
}
@media screen and (max-width: 749px) {
  .table-heading {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 749px) {
  .table-heading.table-heading-sp img {
    width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .table-heading.table-heading-collapse img {
    width: 90%;
    height: 15px;
  }
}
.table-subheading {
  margin-bottom: 32px;
  font-size: 15px;
  color: #333;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.160em;
}
@media screen and (max-width: 749px) {
  .table-subheading {
    margin-bottom: 17px;
    font-size: 12px;
    color: #333333;
  }
}
.subpage-walk .table-row .table-col p {
  margin-bottom: 15px;
}
.subpage-walk .table-row .table-col p:last-child {
  margin-bottom: 0px;
}
.media {
  margin: 0 auto;
  max-width: 1060px;
  display: -webkit-box;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .media {
    padding: 0 55px;
  }
}
@media screen and (max-width: 749px) {
  .media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 20px;
  }
}
.media:not(:last-child) {
  margin-bottom: 25px;
}
@media screen and (min-width: 750px) {
  .media:not(:last-child) {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 749px) {
  .sumika-media, .itadaki-media, .dokidoki-media {
    margin-top: 61px;
  }
}
.media-left {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .media-left {
    max-width: 380px;
    width: 100%;
  }
}
.media-thumb-bg {
  position: relative;
  width: 100%;
}
.media-thumb-bg img {
  position: absolute;
  content: "";
  z-index: 1;
}
.media-bg {
  position: relative;
  padding: 5px;
}
.media-bg:after {
  position: absolute;
  content: '';
  background-image: url("../images/img-frame-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  left: -2%;
  z-index: 0;
  width: 103%;
  height: 103%;
}
@media screen and (max-width: 749px) {
  .media-craft .media-bg:after {
    background-size: cover;
    background-image: url("../images/img-frame-bg-sp.png");
  }
}
@media screen and (max-width: 749px) {
  .media-bg {
    margin-left: 0px;
  }
}
.media-thumb {
  position: relative;
  width: 370px;
  height: 217px;
  z-index: 2;
}
.media-thumb img {
  position: absolute;
  top: -5px;
  left: -18px;
}
.media-thumb div {
  position: relative;
  padding-top: 58.65%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
}
@media screen and (max-width: 749px) {
  .media-thumb div {
    border-radius: 7px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft .media-thumb div {
    border-radius: 10px;
    padding-top: 55.65%;
  }
}
@media screen and (max-width: 749px) {
  .media-thumb {
    width: 100%;
    height: 100%;
  }
}
.media-right {
  width: 100%;
}
.media-right .dekitane-link-banner {
  display: block;
  max-width: 300px;
}
@media screen and (min-width: 750px) {
  .media-right {
    padding-left: 50px;
    width: calc(100% - 380px);
  }
}
.media-title {
  display: inline-block;
  position: relative;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 750px) {
  .media-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 749px) {
  .media-title {
    margin-top: 15px;
  }
}
.media-title span {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .media-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #c3e8d8), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(75%, #c3e8d8), color-stop(75%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 25%, #ffffff 25%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 75%, #ffffff 75%, #ffffff 100%);
    background-size: 32.00px 32.00px;
  }
}
@media screen and (min-width: 750px) {
  .media-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(19.44%, #c3e8d8), color-stop(19.44%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(69.44%, #c3e8d8), color-stop(69.44%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 36.00px 36.00px;
  }
}
.media-title.alt-feature-heading {
  margin-bottom: 20px;
}
.media-title.alt-feature-heading .media-title-text {
  background-size: 36.00px 45.00px;
}
@media screen and (max-width: 749px) {
  .media-title.alt-feature-heading .media-title-text {
    background-size: 32.00px 32.00px;
  }
}
@media screen and (min-width: 750px) {
  .media-title.alt-feature-heading {
    font-size: 24px;
    margin-bottom: 38px;
  }
}
.media-title-nohighlight span {
  background: transparent;
}
.media-desc {
  font-size: 12px;
  padding-top: 10px;
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 300;
}
@media screen and (min-width: 750px) {
  .media-desc {
    font-size: 15px;
  }
}
.media-bottom {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.media-subpage .media-bottom {
  text-align: left;
  padding-left: 20px;
}
@media screen and (max-width: 749px) {
  .media-bottom {
    text-align: center !important;
    padding-left: 0px !important;
  }
}
@media screen and (max-width: 749px) {
  .media-subpage-bunbun .media-desc br {
    display: none;
  }
}
.media-title-racing-kart {
  text-align: center;
  font-size: 26px;
}
@media screen and (min-width: 750px) {
  .media-title-racing-kart {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 749px) {
  .media-title-racing-kart {
    font-size: 13px;
    margin-top: 0px;
  }
}
/*craft modifier*/
.craft-media-title span::before {
  display: none;
}
/*Tsubasa*/
.media-note-tsubasa {
  max-width: 195px;
}
@media screen and (min-width: 750px) {
  .media-note-tsubasa {
    max-width: 300px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft .media-right {
    padding-left: 55px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft .media-right {
    padding-left: 5px;
  }
}
.media-craft .media-title span {
  background-image: none;
}
@media screen and (max-width: 749px) {
  .media-craft .media-title {
    margin-top: 26px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft .media-desc {
    padding-top: 17px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft .step-word {
    letter-spacing: 0.16em;
    display: inline-block;
  }
}
@media screen and (min-width: 750px) {
  .media-craft .step-word-no .step-no {
    line-height: 1;
    display: inline-block;
    font-size: 60px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft .step-word-no .step-no {
    display: inline-block;
  }
}
@media screen and (min-width: 750px) {
  .media-craft .step-word-no {
    margin-bottom: 12px;
  }
}
.media-craft:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 17px 24px 0 24px;
  border-color: #41a327 transparent transparent transparent;
  content: '';
  position: absolute;
  left: 166px;
  right: 0;
  bottom: -2px;
}
@media screen and (max-width: 749px) {
  .media-craft:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 13px 0 13px;
    border-color: #41a327 transparent transparent transparent;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(1) .step-word-no {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .step-word-no {
    top: -47px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(1) .step-word {
    display: inline-block;
    -webkit-transform: translate(0px, -7px);
    transform: translate(0px, -7px);
    letter-spacing: 0.16em;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(1) .step-no {
    display: inline-block;
    -webkit-transform: translate(8px, 5px);
    transform: translate(8px, 5px);
    line-height: 1;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .step-no {
    -webkit-transform: translate(-5px, 4px);
    transform: translate(-5px, 4px);
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .media-desc {
    padding-top: 10px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) .media-title {
    margin-top: 21px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(1) {
    padding-top: 10px;
    margin-bottom: 36px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) .step-word {
    -webkit-transform: translate(-2px, -2px);
    transform: translate(-2px, -2px);
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) .step-no {
    -webkit-transform: translate(8px, 2px);
    transform: translate(8px, 2px);
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .step-no {
    -webkit-transform: translate(-7px, 5px);
    transform: translate(-7px, 5px);
    display: inline-block;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .media-title {
    margin-top: 8px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .media-desc {
    padding-top: 15px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) .note {
    margin-top: 22px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) .note-acorn {
    top: -23px;
    right: -22px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(2) {
    padding: 0 0 60px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(2) {
    padding-top: 36px;
    padding-bottom: 36px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) .step-word-no {
    margin-bottom: 6px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) .step-word {
    -webkit-transform: translate(-2px, -7px);
    transform: translate(-2px, -7px);
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) .step-no {
    -webkit-transform: translate(2px, -3px);
    transform: translate(2px, -3px);
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(3) .step-no {
    display: inline-block;
    -webkit-transform: translate(-6px, 5px);
    transform: translate(-6px, 5px);
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(3) .media-title {
    margin-top: 9px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(3) {
    margin-bottom: 41px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(3) {
    padding-top: 28px;
    padding-bottom: 42px;
    margin-bottom: 14px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .step-word {
    -webkit-transform: translate(-3px, -6px);
    transform: translate(-3px, -6px);
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .step-no {
    -webkit-transform: translate(1px, -4px);
    transform: translate(1px, -4px);
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .step-no {
    display: inline-block;
    -webkit-transform: translate(-1px, 5px);
    transform: translate(-1px, 5px);
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .step-word-no {
    margin-bottom: 2px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .media-title {
    margin-top: 11px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .media-desc {
    padding-top: 6px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .media-desc {
    padding-top: 5px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .note {
    margin-top: 34px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) .note {
    margin-top: 20px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:nth-of-type(4) .note-acorn {
    top: -23px;
    right: -22px;
  }
}
@media screen and (max-width: 749px) {
  .media-craft:nth-of-type(4) {
    padding-top: 28px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.media-craft:last-of-type:before {
  content: none;
}
@media screen and (max-width: 749px) {
  .media-craft:nth-child(odd) .media-bg:after {
    top: 5px;
    height: 102%;
    background-position: center bottom;
    width: 103%;
  }
}
@media screen and (min-width: 750px) {
  .media-craft:not(:last-child) {
    margin-bottom: 38px;
  }
}
@media screen and (min-width: 750px) {
  .media-craft {
    padding: 0 0 50px;
    max-width: 1033px;
    position: relative;
  }
}
@media screen and (max-width: 749px) {
  .media-craft {
    position: relative;
    padding: 21px 34px 30px 34px;
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo {
    padding-top: 49px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo {
    padding-top: 23px;
  }
}
.subpage-section-aqua-labo .media-labo .subpage-title {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .subpage-title {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .media {
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media {
    padding: 0 34px;
    margin-bottom: 77px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .media-title {
    margin-top: 3px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media-title {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-aqua-labo .media-labo .media-desc {
    padding-top: 15px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media-desc {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-aqua-labo .media-labo .media-left {
    width: 100%;
  }
}
.subpage-section-aqua-labo .media-labo .media-bg {
  margin-left: 0px;
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo {
    padding-top: 57px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo {
    padding-top: 23px;
  }
}
.subpage-section-mammal-labo .media-labo .subpage-title {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .subpage-title {
    margin-bottom: 34px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .media {
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media {
    padding: 0 34px;
    margin-bottom: 45px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .media-title {
    margin-top: 3px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media-title {
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 8px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .media-labo .media-desc {
    padding-top: 15px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media-desc {
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-section-mammal-labo .media-labo .media-left {
    width: 100%;
  }
}
.subpage-section-mammal-labo .media-labo .media-bg {
  margin-left: 0px;
}
@media screen and (min-width: 750px) {
  .subpage-section-mammal-labo .subpage-button {
    margin-top: 89px;
  }
}
@media screen and (min-width: 750px) {
  .page-mobipark .media-title-racing-kart span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(21.43%, #c3e8d8), color-stop(21.43%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(71.43%, #c3e8d8), color-stop(71.43%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 21.43%, #ffffff 21.43%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 71.43%, #ffffff 71.43%, #ffffff 100%);
    background-size: 35.00px 40.00px;
    background-position-y: -10%;
    background-repeat-y: no-repeat;
  }
}
.media-subpage-labo {
  max-width: 891px;
  width: 100%;
  -webkit-box-pack: center;
  justify-content: center;
}
.media-subpage-labo .media-box {
  text-align: center;
}
@media screen and (min-width: 750px) {
  .media-subpage-labo .media-box:first-child {
    margin-right: 50px;
  }
  .media-subpage-labo .media-box:last-child {
    margin-left: 50px;
  }
}
@media screen and (min-width: 750px) and (max-width: 749px) {
  .media-subpage-labo .media-box:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 749px) {
  .media-subpage-labo .media-box {
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 749px) {
  .media-subpage-labo .media-box .media-title {
    margin-top: 0px;
    margin-bottom: 7px;
  }
}
.bottom-slider {
  width: 100%;
  padding: 0;
}
@media screen and (min-width: 750px) {
  .bottom-slider {
    padding: 0 110px;
  }
}
.accordion {
  display: block;
  width: 100%;
}
.accordion.accordion-musasabi {
  background-color: #f7f7f7;
  max-width: 800px;
  margin: 40px auto 0;
}
@media screen and (max-width: 749px) {
  .accordion.accordion-musasabi {
    margin-top: 25px;
  }
}
.accordion-arrow {
  display: block;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 9px 5.5px;
  border-color: transparent transparent #719b68 transparent;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media screen and (min-width: 750px) {
  .accordion-arrow {
    right: 40px;
    border-width: 0 7px 12.1px 7px;
  }
}
@media screen and (max-width: 749px) {
  .accordion-arrow {
    right: 7px;
  }
}
.accordion-arrow.is-active {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}
.accordion-arrow.accordion-arrow-musasabi {
  display: none;
}
.is-open .accordion-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.accordion-btn {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 28px 95px 28px 44px;
  cursor: pointer;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width: 749px) {
  .accordion-btn {
    font-size: 12px;
    padding: 10px 27px 12px;
  }
}
.accordion-btn.accordion-btn-musasabi {
  text-align: center;
  padding: 35px 44px;
}
@media screen and (max-width: 749px) {
  .accordion-btn.accordion-btn-musasabi {
    padding: 15px 20px;
  }
}
.accordion-description {
  overflow: hidden;
  -webkit-transition: height .30s ease-out;
  transition: height .30s ease-out;
  height: 0;
  border-bottom: 1px solid #dfdfdf;
}
@media screen and (max-width: 749px) {
  .accordion-description {
    font-size: 12px;
  }
}
.accordion-description p {
  display: block;
  background-color: #f7f7f7;
  font-size: 14px;
  padding: 20px;
  line-height: 2;
  margin: 0 22px 30px;
}
@media screen and (max-width: 749px) {
  .accordion-description p {
    font-size: 12px;
    margin: 0 0 30px;
  }
}
.accordion-description.accordion-description-musasabi {
  border: 0;
  padding: 0 20px;
}
.accordion-description.accordion-description-musasabi p {
  padding: 0;
  margin-bottom: 15px;
}
.accordion-btn-label {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.accordion-btn-label img {
  max-width: 100%;
}
@media screen and (max-width: 749px) {
  .accordion-btn-label img {
    width: 15px;
    height: 10px;
  }
}
.accordion-btn-text {
  font-size: 17px;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .accordion-btn-text {
    font-size: 12px;
  }
}
/*Tsubasa table*/
.accordion-table-tsubasa .accordion-btn-table {
  padding: 0;
}
.accordion-table-tsubasa .accordion-description-table {
  border: none;
}
.accordion-table-tsubasa .accordion-description-table p {
  padding: 0;
  margin: 0;
  background: none;
  font-size: inherit;
  line-height: inherit;
}
.design-petals, .design-circle, .design-mount, .design-feature, .design-parkmap, .design-activity, .design-parkmap-inner, .design-activity-inner, .design-how-to {
  position: relative;
}
.design-petals::before, .design-petals::after, .design-circle::before, .design-circle::after, .design-mount::before, .design-mount::after, .design-feature::before, .design-feature::after, .design-parkmap::before, .design-parkmap::after, .design-activity::before, .design-activity::after, .design-parkmap-inner::before, .design-parkmap-inner::after, .design-activity-inner::before, .design-activity-inner::after, .design-how-to::before, .design-how-to::after {
  content: '';
  position: absolute;
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .design-petals::before, .design-petals::after, .design-circle::before, .design-circle::after, .design-mount::before, .design-mount::after, .design-feature::before, .design-feature::after, .design-parkmap::before, .design-parkmap::after, .design-activity::before, .design-activity::after, .design-parkmap-inner::before, .design-parkmap-inner::after, .design-activity-inner::before, .design-activity-inner::after, .design-how-to::before, .design-how-to::after {
    display: none;
  }
}
.design-feature::before {
  width: 268px;
  height: 216px;
  left: 0;
  top: 143px;
  background-image: url(../images/design-mount1.png);
}
@media screen and (max-width: 749px) {
  .design-feature::before {
    display: block;
    width: 130px;
    height: 106px;
    top: 169px;
    left: 32px;
  }
}
.design-feature::after {
  width: 57px;
  height: 95px;
  right: 58px;
  top: 46px;
  background-image: url(../images/design-leaves1.png);
}
.design-parkmap::before {
  width: 39px;
  height: 37px;
  left: 45px;
  top: -58px;
  background-image: url(../images/design-leaves2.png);
}
@media screen and (max-width: 749px) {
  .design-parkmap::before {
    display: block;
    width: 194px;
    height: 175px;
    right: -56px;
    top: -20px;
    left: auto;
    background-image: url(../images/design-leaves1-sp.png);
  }
}
.design-parkmap::after {
  width: 78px;
  height: 59px;
  right: 379px;
  top: -31px;
  background-image: url(../images/design-leaves3.png);
}
@media screen and (max-width: 749px) {
  .design-parkmap::after {
    display: block;
    width: 153px;
    height: 146px;
    left: -38px;
    top: calc((100% / 2) - 161px);
    background-image: url(../images/design-leaves2-sp.png);
  }
}
.design-parkmap-inner::before {
  width: 358px;
  height: 343px;
  right: -23px;
  top: -64px;
  background-image: url(../images/design-leaves4.png);
}
.design-parkmap-inner::after {
  width: 208px;
  height: 328px;
  left: 0;
  bottom: -81px;
  background-image: url(../images/design-leaves5.png);
}
.design-activity::before {
  width: 39px;
  height: 34px;
  left: 163px;
  top: 162px;
  background-image: url(../images/design-leaves7.png);
  z-index: 1;
}
.design-activity::after {
  width: 135px;
  height: 262px;
  right: 94px;
  top: -68px;
  background-image: url(../images/design-leaves6.png);
}
.design-activity-inner::before {
  width: 78px;
  height: 109px;
  left: 34px;
  bottom: 6px;
  background-image: url(../images/design-leaves8.png);
}
.design-activity-inner::after {
  width: 228px;
  height: 183px;
  right: -23px;
  bottom: 49px;
  background-image: url(../images/design-mount.png);
}
.design-how-to::before {
  width: 204px;
  height: 204px;
  right: 0;
  top: -132px;
  background-image: url(../images/design-circle2.png);
  z-index: 1;
}
.design-circle::before {
  width: 204px;
  height: 205px;
  left: -11px;
  bottom: 105px;
  background-image: url(../images/design-circle.png);
}
.design-circle::after {
  width: 115px;
  height: 123px;
  right: 51px;
  bottom: 124px;
  background-image: url(../images/design-petals1.png);
}
.design-mount::before {
  width: 228px;
  height: 183px;
  left: 16px;
  top: 348px;
  background-image: url(../images/design-mount.png);
}
.design-mount::after {
  width: 132px;
  height: 106px;
  right: 80px;
  bottom: 118px;
  background-image: url(../images/design-petals2.png);
}
.design-mount.design-twinring::after {
  width: 37px;
  height: 36px;
  right: 93px;
  bottom: calc((100% / 2) - 124px);
  background-image: url(../images/design-petal2.png);
  z-index: 1;
}
.design-petal {
  position: absolute;
  width: 39px;
  height: 38px;
  left: 41px;
  bottom: 40px;
  background-image: url(../images/design-petal1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.design-petals::before {
  width: 95px;
  height: 133px;
  left: 62px;
  bottom: 30px;
  background-image: url(../images/design-petals3.png);
}
.design-petals::after {
  width: 37px;
  height: 36px;
  right: 120px;
  bottom: 123px;
  background-image: url(../images/design-petal3.png);
}
.info-container {
  margin-top: 65px;
}
@media screen and (min-width: 750px) {
  .info-container {
    margin-bottom: 128px;
  }
}
@media screen and (max-width: 749px) {
  .info-container {
    margin-top: 0px;
  }
}
.info-container .info-list {
  max-width: 1021px;
  width: 100%;
  max-height: 320px;
  margin: 58px auto 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
}
@media screen and (max-width: 749px) {
  .info-container .info-list {
    margin: 0 0 85px 0;
    max-height: 300px;
    min-height: 31px;
  }
}
.info-container .info-list .info-item {
  padding-left: 45px;
  padding-right: 20px;
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px dashed #000;
}
.info-container .info-list .info-item a {
  color: inherit;
}
.info-container .info-list .info-item a:hover {
  text-decoration: underline;
}
.info-container .info-list .info-item:before {
  width: 11px;
  height: 11px;
  background-image: url(../images/list-dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
  content: "";
  position: absolute;
  left: 15px;
  top: 7px;
}
@media screen and (max-width: 749px) {
  .info-container .info-list .info-item:before {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 3px;
  }
}
.info-container .info-list .info-item span {
  margin-top: 24px;
  margin-bottom: 25px;
  display: block;
  color: #333;
}
@media screen and (max-width: 749px) {
  .info-container .info-list .info-item span {
    margin-bottom: -6px;
    margin-top: 14px;
    padding-bottom: 13px;
  }
}
.info-container .info-list .info-item:first-child span {
  margin-top: 0px;
}
@media screen and (min-width: 750px) {
  .info-container .info-list .info-item:first-child span {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 749px) {
  .info-container.info-container-hellowoods {
    margin-top: 0px;
  }
}
@media screen and (max-width: 749px) {
  .info-container .info-list {
    max-width: 612px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 36px;
    max-height: 178px;
  }
  .info-container .info-list .info-item {
    font-size: 12px;
    padding-left: 23px;
  }
}
.challenge {
  margin-top: 34px;
  background-image: url(../images/mobipark/challenge-bg.png);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
}
.challenge-left {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
.challenge-right {
  -webkit-box-ordinal-group: 2;
  order: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 50%;
}
@media screen and (max-width: 749px) {
  .challenge-right {
    margin-top: 13px;
    max-width: 612px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .challenge-right .heading-text {
    text-align: left;
  }
  .challenge-right img {
    max-width: 245px;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .challenge {
    background-image: url(../images/mobipark/challenge-bg-sp.png);
    background-size: 100%;
    background-position: center top;
  }
}
.challenge .row {
  display: -webkit-box;
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 749px) {
  .challenge .row {
    display: block;
    position: relative;
  }
}
.challenge .desc {
  margin-top: 66px;
  margin-left: 4px;
  font-size: 20px;
  letter-spacing: 0.16em;
  line-height: 2.25;
}
@media screen and (max-width: 749px) {
  .challenge .desc {
    line-height: 2.25;
    margin: 0;
    margin-top: 22px;
    font-size: 12px;
  }
}
.challenge .desc.hellowoods {
  max-width: 600px;
}
@media screen and (max-width: 749px) {
  .challenge .desc.hellowoods {
    line-height: 2;
  }
}
.challenge .challenge-img > * {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .challenge .challenge-img > * {
    max-width: 310px;
    display: block;
    padding-top: 15px;
    margin: auto;
  }
}
.challenge .challenge-img1 {
  max-width: 274px;
  position: relative;
  top: -46px;
  left: -32px;
}
.challenge .challenge-img2 {
  max-width: 592px;
  position: relative;
  left: 95px;
  top: -134px;
}
.challenge .challenge-img3 {
  max-width: 192px;
  position: relative;
  left: 24px;
  top: -220px;
}
.challenge.hellowoods-life-overflowing .desc {
  max-width: 584px;
}
.challenge.hellowoods-life-overflowing .challenge-img {
  max-height: 500px;
}
.challenge.hellowoods-life-overflowing .challenge-img1 {
  max-width: 230px;
  left: 30px;
}
.challenge.hellowoods-life-overflowing .challenge-img2 {
  max-width: 600px;
  left: 110px;
  top: -110px;
}
.challenge.hellowoods-life-overflowing .challenge-img3 {
  max-width: 193px;
  left: -20px;
}
.challenge.hellowoods {
  max-height: 800px;
}
@media screen and (max-width: 749px) {
  .challenge {
    margin-bottom: 90px;
    margin-top: -27px;
  }
  .challenge.hellowoods {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 750px) {
  .adventure {
    margin-top: 0;
    margin-bottom: 150px;
  }
}
@media screen and (max-width: 749px) {
  .adventure .forest-container {
    margin-top: 33px;
  }
}
.adventure-container {
  margin-top: 48px;
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 749px) {
  .adventure-container {
    margin-bottom: 90px;
    margin-top: -6px;
  }
  .adventure-container.adventure-container-hellowoods {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.adventure-list {
  margin-bottom: 102px;
}
.adventure-list:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 749px) {
  .adventure-list {
    margin-bottom: 48px;
  }
  .adventure-list.adventure-list-hellowoods {
    margin-bottom: 47px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) {
    margin-bottom: 20px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) .adventure-bg {
    height: 140px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) .adventure-image-logo {
    bottom: -48px;
  }
  .adventure-list.adventure-list-hellowoods:nth-child(2) .l-adventure.hellowoods {
    margin-top: -11px;
  }
}
@media screen and (max-width: 749px) {
  .adventure-list-itadaki .adventure-content-copy {
    margin-top: 9px;
  }
}
.adventure-bg {
  width: 100%;
  height: 460px;
  position: relative;
  background-size: cover;
}
@media screen and (max-width: 749px) {
  .adventure-bg {
    height: 157px;
  }
}
.adventure-image-logo {
  max-width: 279px;
  width: 100%;
  position: absolute;
  bottom: -150px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .adventure-image-logo {
    max-width: 110px;
    bottom: -45px;
  }
}
.adventure-image-logo.hellowoods {
  bottom: -100px;
}
@media screen and (max-width: 749px) {
  .adventure-image-logo.hellowoods {
    bottom: -30px;
    max-width: 119px;
  }
}
.adventure-content-copy {
  font-size: 15px;
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: center;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 749px) {
  .adventure-content-copy {
    font-size: 12px;
    margin-top: 14px;
    text-align: left;
  }
}
.logo-racing-kart {
  max-width: 320px;
  margin-bottom: 31px;
}
@media screen and (max-width: 749px) {
  .logo-racing-kart {
    max-width: 151px;
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 750px) {
  .racing-kart .adventure-content-copy {
    margin-top: 0px;
  }
}
.adventure-bg-racing-kart {
  margin-top: 45px;
}
@media screen and (max-width: 749px) {
  .adventure-bg-racing-kart {
    margin-top: -8px;
    background-position: right top;
  }
}
@media screen and (min-width: 750px) {
  .kids-carbike-attraction {
    margin-top: 0;
    margin-bottom: 149px;
  }
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction {
    margin-top: -27px;
  }
}
.kids-carbike-attraction .row {
  margin-top: 52px;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .row {
    margin-top: 45px;
  }
}
.kids-carbike-attraction .row [class^="col-"]:first-child {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
@media screen and (min-width: 750px) {
  .kids-carbike-attraction .row [class^="col-"]:first-child {
    padding-left: 31px;
    padding-top: 9px;
  }
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .row [class^="col-"]:first-child {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.kids-carbike-attraction .row [class^="col-"]:last-child {
  -webkit-box-ordinal-group: 2;
  order: 1;
  padding-right: 30px;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .row [class^="col-"]:last-child {
    -webkit-box-ordinal-group: 3;
    order: 2;
    margin-top: 25px;
    padding-left: 30px;
    padding-right: 30px;
  }
}
.kids-carbike-attraction .content-desc {
  margin-top: 34px;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .content-desc {
    font-size: 12px;
    text-align: justify;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 13px;
    line-height: 2;
  }
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction {
    max-width: 612px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}
.block-image {
  margin-top: 66px;
  padding-bottom: 126px;
  position: relative;
}
.block-image::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: calc((100% / 2) + 70px);
  background-color: #f9f9f9;
}
@media screen and (max-width: 749px) {
  .block-image::before {
    height: calc((100% / 2) + 118px);
  }
}
.block-image.block-image-hellowoods {
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  .block-image {
    margin-top: 27px;
    padding-bottom: 36px;
  }
}
.block-image-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -8px;
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.block-image-list.block-image-list-hellowoods {
  margin: 0;
}
@media screen and (max-width: 749px) {
  .block-image-list {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.block-image-text img {
  width: 134px;
}
@media screen and (max-width: 749px) {
  .block-image-text img {
    width: 92px;
    margin-bottom: 3px;
  }
}
.block-image-item {
  margin: 0 8px;
  width: calc(100% / 2);
}
@media screen and (max-width: 749px) {
  .block-image-item {
    width: 100%;
    margin: 0 0 24px;
  }
}
.block-image-item.block-image-item-last .block-image-text img {
  width: 156px;
}
@media screen and (max-width: 749px) {
  .block-image-item.block-image-item-last .block-image-text img {
    width: 105px;
  }
}
.block-image-item.block-image-item-hellowoods {
  margin: 0 0 30px;
  max-width: 598px;
}
.block-image-item.block-image-item-hellowoods .block-image-text-hellowoods {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .block-image-item.block-image-item-hellowoods {
    margin-bottom: 26px;
  }
  .block-image-item.block-image-item-hellowoods:last-child {
    margin-bottom: 4px;
  }
}
.block-image-inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 255px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 749px) {
  .block-image-inner {
    height: auto;
    padding: 10% 0;
  }
}
.block-image-text-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 216px;
  height: 136px;
  background-color: rgba(255, 255, 255, 0.89);
}
@media screen and (max-width: 749px) {
  .block-image-text-wrap {
    width: 141px;
    height: 76px;
  }
}
.block-image-subtext {
  display: block;
  font-size: 15px;
  color: #2d2d2d;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .block-image-subtext {
    font-size: 10px;
  }
}
.image-border {
  padding: 10px;
  background: url(../images/frame.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 749px) {
  .image-border {
    padding: 7px;
  }
}
.video-border {
  border: 14px solid transparent;
  -webkit-border-image: url(../images/frame.png) 14 stretch;
  -o-border-image: url(../images/frame.png) 14 stretch;
  border-image: url(../images/frame.png) 14 stretch;
}
@media screen and (max-width: 749px) {
  .video-border {
    border: 6px solid transparent;
    -webkit-border-image: url(../images/frame.png) 30 stretch;
    -o-border-image: url(../images/frame.png) 30 stretch;
    border-image: url(../images/frame.png) 30 stretch;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}
.how-to-container {
  border-bottom: 1px solid #ccc;
  max-width: 1220px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .how-to-container {
    width: 69%;
    max-width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .how-to-craft::before {
    content: '';
    position: absolute;
    left: 0;
    top: -123px;
    right: 0;
    background-image: url("../images/craft/craft-howto-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .how-to-craft::before {
    background-image: url("../images/craft/craft-how-to-bg-sp1.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -20px;
    top: 34px;
    right: 0;
    bottom: 0;
    content: "";
  }
}
@media screen and (max-width: 749px) {
  .how-to-craft::after {
    background-image: url("../images/craft/craft-how-to-bg-sp2.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 49px;
    content: "";
    height: 309px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-craft .how-to-craft {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-craft .how-to-craft {
    padding-bottom: 26px;
  }
}
@media screen and (max-width: 749px) {
  .how-to-craft .heading-wrap-craft .heading-subtext {
    margin-top: 18px;
  }
}
@media screen and (max-width: 749px) {
  .how-to-craft .heading-wrap-craft svg {
    width: 300px;
  }
}
@media screen and (max-width: 749px) {
  .how-to-craft-container {
    position: relative;
  }
}
.information {
  padding: 47px 0 110px;
  position: relative;
}
@media screen and (max-width: 749px) {
  .information {
    padding: 53px 0 50px;
  }
}
.information-container {
  position: relative;
}
.information-button {
  position: absolute;
  right: 34px;
  top: 43px;
}
@media screen and (max-width: 749px) {
  .information-button {
    position: relative;
    right: 0;
    top: auto;
    margin: 43px 5px 0;
  }
}
.information-button .button {
  width: 374px;
}
@media screen and (max-width: 749px) {
  .information-button .button {
    max-width: 100%;
  }
}
.post-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: -6px -30px 0;
}
@media screen and (max-width: 749px) {
  .post-list {
    margin: -7px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.post-item {
  width: calc((100% / 2) - 60px);
  margin: 0 30px;
}
@media screen and (max-width: 749px) {
  .post-item {
    width: 100%;
    margin: 0;
  }
}
.post-link-icon {
  width: 22px;
  position: absolute;
  right: 0;
  bottom: 24px;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
}
.post-link-icon svg {
  width: 100%;
  height: 12px;
}
.post-link {
  display: block;
  padding: 34px 0 23px;
  height: 100%;
  font-size: 18px;
  color: #333;
  border-bottom: 1px dashed #333;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 749px) {
  .post-link {
    padding-top: 18px;
  }
}
@media screen and (min-width: 750px) {
  .post-link:hover .post-link-icon {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.post-text {
  font-size: 18px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .post-text {
    font-size: 13px;
    padding-right: 33px;
    letter-spacing: 0.09em;
  }
}
@media screen and (max-width: 749px) {
  .post-text h3 {
    line-height: 2;
  }
}
.post-text-bottom {
  display: block;
  margin-top: 13px;
}
@media screen and (max-width: 749px) {
  .post-text-bottom {
    margin-top: 2px;
  }
}
.post-category {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.07em;
  background: -webkit-gradient(linear, left top, right top, from(#609ed5), to(#00a040));
  background: linear-gradient(to right, #609ed5 0%, #00a040 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-ie .post-category {
  background: none !important;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}
@media screen and (max-width: 749px) {
  .post-category {
    font-size: 11px;
  }
}
.post-time {
  margin-left: 18px;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: rgba(45, 45, 45, 0.5);
}
@media screen and (max-width: 749px) {
  .post-time {
    font-size: 12px;
    margin-left: 13px;
  }
}
.banner-cta {
  margin: 180px 0 86px;
  position: relative;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 749px) {
  .banner-cta {
    margin: 50px 0;
  }
}
.banner-cta:after {
  display: block;
  position: relative;
  content: "";
  background-color: #f9f9f9;
  height: 100px;
  margin-top: -113px;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .banner-cta:after {
    height: 240px;
  }
}
@media screen and (max-width: 749px) {
  .banner-cta:after {
    margin-top: -56px;
    height: 97px;
  }
}
.banner-cta .banner-cta-inner {
  position: relative;
  z-index: 10;
}
.banner-cta .banner-cta-bottom-inner {
  display: block;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  z-index: 2;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
@media screen and (min-width: 750px) {
  .banner-cta .banner-cta-bottom-inner:hover {
    opacity: 0.8;
  }
}
.banner-cta .banner-cta-bottom-inner img {
  width: 100%;
}
@media screen and (max-width: 749px) {
  .banner-cta .banner-cta-bottom-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-mobipark .banner-cta {
    margin-top: 180px;
    margin-bottom: 108px;
  }
  .subpage-mobipark .banner-cta:after {
    margin-top: -137px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-mobipark .banner-cta {
    margin-top: 96px;
  }
}
.banner-image {
  background-color: #f9f9f9;
}
.banner-image .banner-image-wrap {
  border: 1px solid #d2d2d2;
  background-image: url(../images/hellowoods/blog-banner.png);
  text-align: center;
  padding: 30px;
  background-size: cover;
  background-color: #fff;
}
.banner-image .banner-image-wrap .banner-image-subtext {
  color: #000;
}
@media screen and (max-width: 749px) {
  .banner-image .banner-image-wrap .banner-image-subtext {
    font-size: 10px;
  }
}
@media screen and (max-width: 749px) {
  .banner-image .banner-image-wrap {
    background-image: url(../images/hellowoods/blog-banner-sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    padding: 10px;
  }
}
@media screen and (max-width: 749px) {
  .banner-image {
    background-color: #f9f9f9;
  }
}
.footer {
  font-family: "NotoSansCJKjp-Regular";
}
.footer-background {
  height: 524px;
  background: url(../images/footer-twinring.png) no-repeat center 55%, url(../images/footer-bg.jpg) no-repeat center top;
  background-size: 387px auto, cover;
}
@media screen and (max-width: 749px) {
  .footer-background {
    height: auto;
    background-size: 250px auto, cover;
    background-position: center 52%, center top;
    padding: 34.7% 0;
  }
}
.footer-sns {
  margin-top: -30px;
}
@media screen and (max-width: 749px) {
  .footer-sns {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.footer-top-nav-list-wrap {
  background-color: #f9f9f9;
  margin-bottom: 45px;
  padding: 17px 0;
}
@media screen and (max-width: 749px) {
  .footer-top-nav-list-wrap {
    padding-bottom: 0;
  }
}
.footer-top-nav-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .footer-top-nav-list {
    flex-wrap: wrap;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    padding-top: 26px;
  }
}
.footer-top-nav-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  flex-grow: 1;
  border-right: 1px solid #333;
}
@media screen and (max-width: 749px) {
  .footer-top-nav-item {
    -webkit-box-flex: 1;
    flex: auto;
    border: 0;
    padding: 0 10px;
    width: calc(100% / 3);
    margin-bottom: 37px;
  }
  .footer-top-nav-item.footer-nav-car .footer-top-nav-icon {
    width: 36px;
  }
}
.footer-top-nav-item:first-child {
  border-left: 1px solid #333;
  -webkit-box-flex: 1.25;
  flex-grow: 1.25;
}
@media screen and (max-width: 749px) {
  .footer-top-nav-item:first-child {
    border: 0;
  }
}
.footer-top-nav-link {
  font-size: 15px;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media screen and (max-width: 749px) {
  .footer-top-nav-link {
    text-align: center;
  }
}
.footer-top-nav-link:hover {
  color: #00a040;
}
.footer-top-nav-text {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 749px) {
  .footer-top-nav-text {
    display: block;
    text-align: center;
    font-size: 11px;
  }
}
.footer-top-nav-icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 17px;
  width: 36px;
}
@media screen and (max-width: 749px) {
  .footer-top-nav-icon {
    display: block;
    text-align: center;
    margin: 0 auto 7px;
    width: 26px;
  }
}
.footer-top-links {
  display: -webkit-box;
  display: flex;
}
.footer-top-links-list {
  -webkit-box-flex: 1;
  flex-grow: 1;
}
.footer-top-links-item {
  display: block;
  margin-bottom: 41px;
  font-size: 15px;
  letter-spacing: 0.03em;
}
.footer-top-links-item-link {
  display: inline-block;
  font-size: 14px;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  position: relative;
}
.footer-top-links-item-link:hover {
  color: #00a040;
}
.footer-top-links-text {
  display: block;
  margin-bottom: 17px;
}
.footer-top-links-sub li {
  display: block;
  margin-bottom: 9px;
  font-size: 14px;
}
.footer-top-links-sub li:last-child {
  margin-bottom: 0;
}
.footer-top-links-sub a {
  display: inline-block;
  padding-left: 30px;
  font-size: 14px;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
  position: relative;
}
.footer-top-links-sub a:hover {
  color: #00a040;
}
.footer-top-links-sub a::before {
  content: '';
  width: 15px;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: 0;
  top: 10px;
}
.footer-bottom {
  padding: 41px 0 26px;
}
.footer-bottom-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .footer-bottom-list {
    flex-wrap: wrap;
  }
}
.footer-bottom-item {
  border-right: 1px solid #333;
  font-size: 14px;
  -webkit-box-flex: 1;
  flex-grow: 1;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .footer-bottom-item {
    font-size: 10px;
    width: calc(100% / 4);
    text-align: center;
    margin-bottom: 21px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 749px) {
  .footer-bottom-item:nth-of-type(2) {
    border-left: 1px solid #333;
  }
}
@media screen and (max-width: 749px) {
  .footer-bottom-item:nth-of-type(6) {
    border-left: 1px solid #333;
  }
}
.footer-bottom-item:first-child {
  padding-left: 0;
  text-align: left;
  -webkit-box-flex: .78;
  flex-grow: .78;
}
@media screen and (max-width: 749px) {
  .footer-bottom-item:first-child {
    display: none;
  }
}
.footer-bottom-item-image {
  width: 156px;
}
.footer-bottom-link {
  display: block;
  line-height: 0.98;
  color: #333;
  -webkit-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
.footer-bottom-link:hover {
  color: #00a040;
}
.footer-bottom-copyright-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-top: 31px;
}
@media screen and (max-width: 749px) {
  .footer-bottom-copyright-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    margin-top: 19px;
  }
}
.footer-bottom-copyright {
  font-size: 15px;
  line-height: 1.7;
  letter-spacing: 0.087em;
}
@media screen and (max-width: 749px) {
  .footer-bottom-copyright {
    font-size: 12px;
    letter-spacing: 0.11em;
  }
}
.footer-bottom-logos {
  display: -webkit-box;
  display: flex;
}
@media screen and (max-width: 749px) {
  .footer-bottom-logos {
    margin-bottom: 36px;
    -webkit-box-pack: center;
    justify-content: center;
  }
}
.footer-bottom-logos li {
  margin-left: 21px;
  width: 123px;
}
@media screen and (max-width: 749px) {
  .footer-bottom-logos li {
    margin: 0 9px;
  }
}
@media screen and (max-width: 749px) {
  .footer-bottom-logos li:last-of-type {
    border: 1px solid rgba(45, 45, 45, 0.25);
  }
}
.footer-bottom-logos a {
  display: block;
}
.footer-bottom-name {
  margin-bottom: 12px;
}
.footer-bottom-name-text {
  max-width: 165px;
}
@media screen and (max-width: 749px) {
  .footer-bottom-nav {
    background-color: #f9f9f9;
  }
}
.sns-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}
@media screen and (max-width: 749px) {
  .sns-list {
    flex-wrap: wrap;
  }
}
.sns-item {
  width: 24px;
  height: 24px;
  margin: 0 20px;
}
@media screen and (max-width: 749px) {
  .sns-item {
    width: 35px;
    margin: 0 16px;
  }
}
.sns-item svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .sns-item.sns-item-facebook {
    width: 25px;
  }
}
.sns-item.sns-item-twitter {
  margin-left: 9px;
  width: 45px;
  height: 42px;
}
@media screen and (max-width: 749px) {
  .sns-item.sns-item-twitter {
    width: 43px;
    height: 43px;
  }
}
.sns-item.sns-item-youtube {
  margin-left: 7px;
  width: 36px;
  height: 29px;
}
@media screen and (max-width: 749px) {
  .sns-item.sns-item-youtube {
    width: 31px;
    height: 32px;
  }
}
.sns-item.sns-item-rider {
  padding-left: 40px;
  width: calc(133px + 44px);
  height: auto;
  border-left: 1px solid rgba(45, 45, 45, 0.2);
}
@media screen and (max-width: 749px) {
  .sns-item.sns-item-rider {
    width: 100%;
    text-align: center;
    border: 0;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 749px) {
  .sns-item.sns-item-rider a {
    width: 130px;
    display: inline-block;
    margin: 10px auto 0;
  }
}
.slider-wrapper {
  margin-left: 110px;
}
.slider-wrapper a {
  -webkit-touch-callout: none;
}
@media screen and (max-width: 749px) {
  .slider-wrapper {
    margin-left: 0;
  }
}
.slider-container-mobipark {
  overflow: hidden !important;
}
.slider-wrap {
  max-width: 100%;
  padding-left: 6%;
  padding-right: 7%;
}
.slider-wrap .slider-item {
  max-width: calc(100% / 3.53);
  width: 100%;
}
@media screen and (max-width: 749px) {
  .slider-wrap .slider-item {
    max-width: 100%;
  }
}
.slider-wrap .slider-wrapper {
  margin-left: 0;
}
.slider-wrap-how-to {
  margin-top: -2px;
  padding-bottom: 10px;
}
@media screen and (max-width: 749px) {
  .slider-wrap-how-to {
    max-width: 100%;
    margin: 0 auto;
  }
}
.slider-wrap-how-to .slider-item {
  max-width: calc(100% / 3.393);
}
@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item {
    max-width: 86.93%;
  }
}
@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item.swiper-slide-active::before {
    background-color: transparent;
    z-index: -1;
  }
}
@media screen and (max-width: 749px) {
  .slider-wrap-how-to .slider-item::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0.5);
    -webkit-transition: background-color 0.5s ease-in;
    transition: background-color 0.5s ease-in;
    z-index: 1;
  }
}
.slider-wrap-section {
  padding-left: 7%;
}
@media screen and (max-width: 749px) {
  .slider-wrap-section .slider-item {
    max-width: 100%;
  }
}
.slider-wrapper-feature {
  margin-left: 0;
}
.slider-gallery {
  overflow: hidden;
  margin-bottom: 25px;
}
.slider-gallery .slider-item {
  width: 100%;
  position: relative;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.slider-gallery .slider-gallery-img {
  display: block;
  width: 100%;
  padding-bottom: 47%;
  background-position: center;
  background-size: cover;
}
.slider-mobipark-attraction .slider-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}
.slider-gallery-thumb .swiper-wrapper {
  -webkit-box-pack: center;
  justify-content: center;
}
.slider-gallery-thumb .slider-item {
  width: 70px;
}
.slider-gallery-thumb .slider-gallery-thumb-img {
  display: block;
  width: 100%;
  height: 50px;
  background-position: center;
  background-size: cover;
}
.slider-pickup, .slider-recommendation, .slider-howto {
  opacity: 1;
  overflow: visible;
  margin-left: 0;
}
.slider-pickup .slider-wrapper, .slider-recommendation .slider-wrapper, .slider-howto .slider-wrapper {
  margin-left: 0;
}
@media screen and (min-width: 749px) {
  .slider-pickup .slider-item, .slider-recommendation .slider-item, .slider-howto .slider-item {
    max-width: 369px;
  }
}
@media screen and (max-width: 749px) {
  .slider-pickup .slider-item, .slider-recommendation .slider-item, .slider-howto .slider-item {
    opacity: 0.4;
    min-width: 257px;
  }
  .slider-pickup, .slider-recommendation {
    padding: 0 12%;
  }
}
@media screen and (max-width: 749px) {
  .slider-pickup .swiper-slide-active, .slider-recommendation .swiper-slide-active, .slider-howto .swiper-slide-active {
    opacity: 1;
  }
}
.swiper-pagination-feature, .swiper-pagination-section {
  margin-top: 14px;
  text-align: center;
}
.swiper-pagination-feature .swiper-pagination-bullet, .swiper-pagination-section .swiper-pagination-bullet {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 50px;
  height: 3px;
  background-color: #ccc;
}
@media screen and (max-width: 749px) {
  .swiper-pagination-feature .swiper-pagination-bullet, .swiper-pagination-section .swiper-pagination-bullet {
    margin: 0 4px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
  }
}
.swiper-pagination-feature .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination-section .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a040;
}
@media screen and (max-width: 749px) {
  .swiper-pagination-feature {
    margin-top: -13px;
  }
}
@media screen and (max-width: 749px) {
  .swiper-pagination-section {
    margin-top: 15px;
  }
}
.slider-dokidoki .slide-text {
  margin-top: 15px;
  display: inline-block;
  font-size: 20px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  color: #000;
  letter-spacing: 0.06em;
}
.kids-carbike-attraction .slide-container {
  position: relative;
}
@media screen and (min-width: 750px) {
  .kids-carbike-attraction .slide-container {
    width: 524px;
    height: 344px;
  }
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 281px;
  }
}
.kids-carbike-attraction .slide-container:before {
  width: calc(100% + 90px);
  height: 100%;
  content: "";
  position: absolute;
  top: -31px;
  left: -52px;
  background-image: url(../images/mobipark/slider-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container:before {
    background-image: url(../images/mobipark/mobipark-kids-attraction-bg-sp.png);
    max-width: 335px;
    height: calc(100% - 0px);
    background-size: 100%;
    left: 50%;
    top: -6%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.kids-carbike-attraction .slide-container:after {
  width: calc(100% + 19px);
  height: calc(100% - 42px);
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  background-image: url(../images/mobipark/slider-frame.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .slide-container:after {
    display: none;
  }
}
.kids-carbike-attraction .slider-wrapper {
  margin-left: 0px;
  position: relative;
}
.kids-carbike-attraction .slider-wrapper .slider-item {
  position: relative;
  z-index: 10;
}
.kids-carbike-attraction .swiper-pagination {
  max-width: 508px;
  width: 100%;
  margin-left: 0;
  margin-top: 38px;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .swiper-pagination {
    margin-top: 14px;
  }
}
.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet {
  margin-right: 13px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ccc;
  display: inline-block;
}
@media screen and (max-width: 749px) {
  .kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin-right: 8px;
  }
}
.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #00a040;
}
.kids-carbike-attraction .swiper-pagination .swiper-pagination-bullet:nth-child(4) {
  margin-right: 0;
}
.slider-carbike-container {
  width: 100%;
}
.slider-carbike .slider-carbike-item {
  max-width: 245px;
}
@media screen and (min-width: 750px) {
  .slider-carbike .slider-carbike-item {
    max-width: 100%;
    width: calc((100% - 100px) / 3);
  }
}
.slider-carbike .slider-carbike-item:not(:last-child) {
  margin-right: 25px;
}
@media screen and (min-width: 750px) {
  .slider-carbike .slider-carbike-item:not(:last-child) {
    margin-right: 50px;
  }
}
.top-slider .swiper-wrapper {
  margin: 0 -95px;
}
.sponsors .sponsor-list {
  display: -webkit-box;
  display: flex;
  max-width: 1021px;
  margin: auto;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 749px) {
  .sponsors .sponsor-list {
    flex-wrap: wrap;
  }
}
.sponsors .sponsor-list .sponsor-item {
  /*padding: 35px;*/
}
.sponsors .sponsor-list .sponsor-item.Coleman img {
  width: 100px;
}
.sponsors .sponsor-list .sponsor-item.Stiihl img {
  width: 118px;
}
.sponsors .sponsor-list .sponsor-item.Jyaoan img {
  width: 154px;
}
.sponsors .sponsor-list .sponsor-item.Fumakira img {
  width: 110px;
}
.sponsors .sponsor-list .sponsor-item.MSAD img {
  width: 165px;
}
.sponsors .sponsor-list .sponsor-item.Mont-bell img {
  width: 118px;
}
@media screen and (max-width: 749px) {
  .sponsors .sponsor-list .sponsor-item {
    width: 33%;
    padding: 0px;
  }
  .sponsors .sponsor-list .sponsor-item.Coleman {
    padding: 4px 30px 11px 14px;
  }
  .sponsors .sponsor-list .sponsor-item.Stiihl {
    padding: 2px 34px 10px 4px;
  }
  .sponsors .sponsor-list .sponsor-item.Jyaoan {
    padding: 0px 12px 10px 4px;
  }
  .sponsors .sponsor-list .sponsor-item.Fumakira {
    padding: 9px 30px 0px 15px;
  }
  .sponsors .sponsor-list .sponsor-item.MSAD {
    padding: 8px 7px 0px 0px;
  }
  .sponsors .sponsor-list .sponsor-item.Mont-bell {
    padding: 7px 20px 0px 23px;
  }
}
.top-slider-text {
  font-size: 20px;
  display: inline-block;
  font-weight: 600;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 749px) {
  .top-slider-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 750px) {
  .forest-craft .top-slider-text {
    display: block;
    margin: 14px 0 0;
  }
}
@media screen and (max-width: 749px) {
  .forest-craft .top-slider-text {
    font-size: 13px;
    margin-top: 9px;
    letter-spacing: 0.1em;
    line-height: 1.65;
  }
}
.top-slider-text small {
  font-size: 15px;
  letter-spacing: 0.16em;
  display: block;
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  .top-slider-text small {
    display: none;
  }
}
@media screen and (max-width: 749px) {
  .top-slide-craft .top-slider-text small {
    display: block;
    font-size: 12px;
  }
}
.top-slider-image {
  text-align: center;
  margin-bottom: 10px;
}
.top-slider-image img {
  width: 100%;
  height: auto;
}
.hellowoods-wrapper .l-container-m {
  max-width: 1021px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .hellowoods-wrapper .l-container-m {
    max-width: 252px;
  }
}
.hellowoods-wrapper .bg-green {
  background-color: #4fae32;
}
.hellowoods-wrapper .bg-gray {
  background-color: #9c9c9c;
}
.hellowoods-wrapper .information .info-list {
  padding: 30px 0;
  list-style-image: url(../images/hellowoods/bullets.png);
}
.hellowoods-wrapper .information .info-list .info-list-item {
  border-bottom: 1px dashed #333;
  font-size: 18px;
  padding: 26px 0;
}
.hellowoods-wrapper .field-introduction .field-introduction-container {
  padding: 0;
}
.hellowoods-wrapper .field-introduction .map-wrapper {
  /*background-image: url(../images/hellowoods/field-intro-bg.png);*/
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 749px) {
  .hellowoods-wrapper .field-introduction .map-wrapper {
    background-size: cover;
    padding-top: 0;
    margin-top: 50px;
    margin-bottom: 5px;
    margin-right: 4px;
    margin-left: -10px;
  }
}
@media screen and (max-width: 749px) {
  .hellowoods-wrapper .field-introduction {
    margin-bottom: 23px;
  }
}
.hellowoods-wrapper .text-ribbon {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 10px 15px;
  border-radius: 5px;
  color: #fff;
}
@media screen and (max-width: 749px) {
  .hellowoods-wrapper .text-ribbon {
    position: relative;
    top: 0;
    right: 0;
    padding: 5px 11px;
    font-size: 10px;
    display: inline-block;
    border-radius: 3px;
    margin-top: 15px;
    margin-bottom: 12px;
  }
}
.note {
  display: block;
  position: relative;
  width: 100%;
  max-width: 350px;
}
@media screen and (max-width: 749px) {
  .note {
    max-width: 235px;
    margin: 0 auto;
    left: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 450px) {
  .note {
    left: 2%;
  }
}
.note.note-itadaki-banner-1 > div {
  position: relative;
  top: 6px;
  left: 54px;
  width: 96%;
}
@media screen and (max-width: 749px) {
  .note.note-itadaki-banner-1 > div {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.note.note-itadaki-banner-2 > div {
  position: relative;
  top: 6px;
  left: 66px;
  width: 98%;
}
@media screen and (max-width: 749px) {
  .note.note-itadaki-banner-2 > div {
    top: 0;
    left: 0;
    width: 100%;
  }
}
.note-message {
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  padding-bottom: 37%;
}
.hellowoods-info {
  margin-top: 80px;
}
.hellowoods-info .heading-text {
  max-width: 167px;
  width: 100%;
  margin: 0 auto;
}
.hellowoods-info .heading-subtext {
  max-width: 161px;
  width: 100%;
}
.hellowoods-info .info-list {
  max-width: 1021px;
  width: 100%;
  max-height: 320px;
  margin: 37px auto 0;
  overflow-y: scroll;
}
.hellowoods-info .info-list .info-item {
  padding: 20px 20px 20px 50px;
  font-size: 18px;
  letter-spacing: 0.16em;
  font-weight: 600;
  position: relative;
  border-bottom: 1px dashed #000;
}
.hellowoods-info .info-list .info-item:before {
  width: 11px;
  height: 11px;
  background-image: url(../images/list-dot.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left center;
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.alt-feature {
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 130px;
  display: -webkit-box;
  display: flex;
}
.alt-feature .order-1 {
  -webkit-box-ordinal-group: 2;
  order: 1;
}
.alt-feature .order-2 {
  -webkit-box-ordinal-group: 3;
  order: 2;
}
@media screen and (max-width: 749px) {
  .alt-feature {
    max-width: 514px;
    margin: auto;
    margin-bottom: 40px;
  }
  .alt-feature.row {
    display: block;
  }
}
.alt-feature .alt-feature-image-wrapper {
  text-align: center;
  width: 50%;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-image-wrapper {
    width: calc(100% + 12px);
    max-width: 430px;
    margin: 0 auto;
    margin-bottom: 8px;
  }
}
.alt-feature .alt-feature-desc {
  max-width: 465px;
  margin: auto;
  width: 50%;
}
.alt-feature .alt-feature-desc.right {
  margin-right: 0;
}
.alt-feature .alt-feature-desc.left {
  margin-left: 0;
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper {
  background: url("../images/frame-v2.png") no-repeat;
  background-size: 99% 100%;
  padding: 40px 40px 45px;
  text-align: center;
  position: relative;
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper.new::before {
  content: "NEW!";
  background-color: #51ca30;
  position: absolute;
  top: 10px;
  left: 12px;
  padding: 5px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper.new::before {
    top: 5px;
    left: 5px;
    font-size: 9px;
  }
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper .alt-feature-desc-text {
  line-height: 2;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper {
    padding: 10px 15px;
    padding-bottom: 22px;
  }
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon {
  position: absolute;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon {
    right: auto !important;
    left: -12px !important;
    max-width: 50px;
  }
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.owl {
  right: 0;
  top: -50px;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.owl {
    top: -48px;
  }
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit {
  left: -40px;
  top: -30px;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit {
    top: -48px;
  }
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit-right {
  right: 0px;
  top: -30px;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.rabbit-right {
    top: -48px;
  }
}
.alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.bird {
  top: -40px;
  right: 0;
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc .alt-feature-desc-wrapper img.animal-icon.bird {
    top: -48px;
  }
}
@media screen and (max-width: 749px) {
  .alt-feature .alt-feature-desc {
    width: 100%;
    font-size: 12px;
  }
}
.alt-feature:last-child {
  margin-bottom: 0;
}
.steps-list-wrapper {
  max-width: 1020px;
  margin: 0 auto;
}
.step-word-no {
  font-family: "Holland";
  color: #00a040;
}
.step-word-no.craft {
  margin-top: -20px;
}
@media screen and (max-width: 749px) {
  .step-word-no.craft {
    position: absolute;
    left: 0;
    top: -27px;
    right: 0;
    margin: 0 auto;
    text-align: center;
  }
}
.step-word-no .step-word {
  font-size: 18px;
  margin-right: 10px;
}
@media screen and (max-width: 749px) {
  .step-word-no .step-word {
    font-size: 13.5px;
    letter-spacing: 0.16em;
  }
}
.step-word-no .step-no {
  font-size: 50px;
}
@media screen and (max-width: 749px) {
  .step-word-no .step-no {
    font-size: 45px;
  }
}
.step-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .step-list {
    padding: 0 20px;
  }
}
.step-media-bottom {
  margin-top: 30px;
}
.step-item {
  width: calc((100% - 120px) / 3);
  margin-bottom: 70px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .step-item {
    width: 100%;
    max-width: 450px;
    margin: auto;
    margin-bottom: 23px;
  }
}
.step-item.step-goal {
  width: calc((((100% - 120px) / 3)* 2) + 60px);
}
@media screen and (max-width: 749px) {
  .step-item.step-goal {
    width: 100%;
  }
}
.step-item.step-goal .img-step {
  display: none;
}
.step-item.step-goal .step-no {
  margin: 0 auto;
  height: 45px;
  position: relative;
  font-size: 18px;
  color: #00a040;
}
.step-item.step-goal .step-no img {
  position: relative;
  left: 0;
  right: 0;
  z-index: 3;
  margin: auto;
}
@media screen and (min-width: 750px) {
  .step-item.step-goal .step-no img {
    top: -8px;
  }
}
@media screen and (min-width: 750px) {
  .step-item.step-goal .step-image-inner:before {
    background-image: url("../images/step-bg-goal.png");
    background-repeat: no-repeat;
    width: calc(100% + 40px);
    left: -19px;
  }
}
.step-item.step-goal .step-image:after {
  display: none;
}
.step-item:not(:nth-child(3n)) .step-image::after {
  content: " ";
  width: 20px;
  height: 50px;
  position: absolute;
  top: 50%;
  right: -44px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: url("../images/tsubasa/step-arrow.png") no-repeat;
}
@media screen and (max-width: 749px) {
  .step-item:not(:nth-child(3n)) .step-image::after {
    display: none;
  }
}
.step-item:not(:last-child)::after {
  content: " ";
  width: 28px;
  height: 12px;
  position: relative;
  display: none;
  margin: 20px auto 0;
  background: url("../images/tsubasa/step-arrow-down.png") no-repeat;
  background-size: contain;
}
@media screen and (max-width: 749px) {
  .step-item:not(:last-child)::after {
    display: block;
  }
}
.step-goal .step-item::after {
  display: none;
}
.step-item-inner .step-image {
  display: block;
  margin-bottom: 17px;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 749px) {
  .step-item-inner .step-image {
    padding: 0 18px;
  }
}
.step-item-inner .step-image.step-goal-bg {
  background-image: url("../images/tsubasa/goal-bg.png");
}
.step-item-inner .step-image img {
  width: 100%;
  position: relative;
  z-index: 1;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .step-item-inner .step-image img {
    width: 100%;
  }
}
.step-item-inner .step-image-inner {
  position: relative;
  padding: 5px 0;
  width: 100%;
}
.step-item-inner .step-image-inner:before {
  content: '';
  display: block;
  position: absolute;
  background-image: url("../images/step-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  left: -4%;
  top: 0;
  height: 105%;
  width: 108%;
}
.step-item-inner .step-image-box {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (min-width: 750px) {
  .step-item-inner .step-image-box {
    max-width: 317px;
    max-height: 317px;
    padding-bottom: 55%;
    width: 100%;
  }
}
.step-item-inner .step-no {
  margin-bottom: 12px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  justify-content: center;
}
@media screen and (max-width: 749px) {
  .step-item-inner .step-no img {
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .step-item-inner .step-no img:first-child {
    max-width: 55px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 749px) {
  .step-item-inner .step-no img:last-child {
    max-width: 25px;
  }
}
@media screen and (max-width: 749px) {
  .step-10 .step-item-inner .step-no img {
    max-width: 42px;
  }
}
@media screen and (max-width: 749px) {
  .step-goal .step-item-inner .step-no img {
    max-width: 146px;
  }
}
.step-item-inner .step-title {
  font-size: 15px;
  font-weight: bold;
  color: #00a040;
  letter-spacing: 0.16em;
  margin-bottom: 2px;
}
@media screen and (min-width: 750px) {
  .step-item-inner .step-title {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.step-item-inner .step-subtitle {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.16em;
  margin-bottom: 5px;
}
@media screen and (min-width: 750px) {
  .step-item-inner .step-subtitle {
    font-size: 15px;
  }
}
.step-item-inner .step-desc {
  max-width: 300px;
  margin: auto;
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 2;
  text-align: left;
}
@media screen and (min-width: 750px) {
  .step-item-inner .step-desc {
    font-size: 15px;
  }
}
.comparison {
  display: block;
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}
.comparison-inner {
  width: 100%;
}
.comparison-col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  background: #f2f7fb;
  width: calc(100% / 2);
  -webkit-box-align: center;
  align-items: center;
  padding: 15px;
  font-size: 12px;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .comparison-col {
    font-size: 14px;
  }
}
@media screen and (min-width: 750px) {
  .comparison-col {
    -webkit-box-pack: center;
    justify-content: center;
    width: calc((100% - 220px) / 2);
    padding: 35px;
  }
}
.comparison-col:nth-child(1) {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  background: #fff;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .comparison-col:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    order: 2;
    width: 220px;
  }
}
.comparison-col:nth-child(1) p {
  font-size: 14px;
}
@media screen and (min-width: 750px) {
  .comparison-col:nth-child(1) p {
    font-size: 18px;
  }
}
.comparison-col:nth-child(1) span, .comparison-col:nth-child(1) p {
  text-align: center;
}
.comparison-col:nth-child(1) span {
  font-size: 12px;
  font-weight: 300;
}
@media screen and (min-width: 750px) {
  .comparison-col:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}
.comparison-col:nth-child(3) {
  background: #f2faf5;
}
@media screen and (min-width: 750px) {
  .comparison-col:nth-child(3) {
    -webkit-box-ordinal-group: 4;
    order: 3;
  }
}
.comparison-row {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #dfdfdf;
}
.comparison-row:first-child .comparison-col:not(:first-child) {
  padding: 40px 15px;
}
@media screen and (min-width: 750px) {
  .comparison-row:first-child .comparison-col:not(:first-child) {
    padding: 40px 50px;
  }
}
.comparison-row:first-child .comparison-col:first-child {
  padding: 0;
}
.comparison-btn {
  margin-top: 20px;
  width: calc(100% / 2);
  padding: 0 15px;
}
@media screen and (min-width: 750px) {
  .comparison-btn {
    padding: 0 20px;
    margin-top: 34px;
    width: calc((100% - 220px) / 2);
  }
}
.comparison-btn-tsubasa {
  margin-left: auto;
}
.comparison-btn-musasabi {
  margin-left: 0;
}
.comparison .comparison-img-1 {
  max-width: 216px;
  margin: 0 auto 30px;
  width: 100%;
}
.comparison-img-2 {
  max-width: 220px;
  margin: 0 auto 30px;
  width: 100%;
}
.comparison-label {
  padding: 5px 10px;
  border-radius: 2px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: normal;
}
.comparison-label-green {
  background: #4fad31;
}
.comparison-label-grey {
  background: #9c9c9c;
}
.common-slider {
  position: relative;
  margin: 0 -176px;
}
@media screen and (max-width: 749px) {
  .common-slider {
    margin: 0 -214px;
  }
}
.common-slider .swiper-wrapper .swiper-slide-prev {
  opacity: 0.5;
}
.common-slider .swiper-wrapper .swiper-slide-next {
  opacity: 0.5;
}
.common-slider .swiper-pagination {
  display: -webkit-box;
  display: flex;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -47%;
}
.common-slider .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background-color: #cccccc;
  border-radius: 50%;
  margin-right: 10px;
}
.common-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #00a040;
}
.common-slider.sumika-slider .swiper-pagination {
  bottom: -30px;
}
.common-slider.itadaki-slider .swiper-pagination {
  bottom: -30px;
}
.common-slider.dokidoki-slider .swiper-pagination {
  bottom: -30px;
}
.kart {
  width: 100%;
}
.kart-course {
  width: 100%;
}
.kart-course-item {
  display: -webkit-box;
  display: flex;
  position: relative;
}
@media screen and (max-width: 749px) {
  .kart-course-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }
}
.kart-course-item:not(:last-child) {
  margin-bottom: 28px;
}
@media screen and (min-width: 750px) {
  .kart-course-item:not(:last-child) {
    margin-bottom: 45px;
  }
}
.kart-course-thumb {
  max-width: 524px;
  max-height: 298px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .kart-course-thumb {
    height: 298px;
  }
}
@media screen and (max-width: 749px) {
  .kart-course-thumb {
    margin: 0 auto 18px;
  }
}
.kart-course-thumb:before {
  background-image: url("../images/frame.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.kart-course-thumb-img {
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .kart-course-thumb-img {
    height: 100%;
  }
}
@media screen and (max-width: 749px) {
  .kart-course-thumb-img {
    padding-bottom: 56%;
  }
}
@media screen and (min-width: 750px) {
  .kart-course-content {
    padding-top: 15px;
    padding-left: 55px;
  }
}
.kart-course-content-desc {
  background: #f9f9f9;
  padding: 10px 17px;
  border-radius: 5px;
}
@media screen and (min-width: 750px) {
  .kart-course-content-desc {
    padding: 18px 30px;
  }
}
.kart-course-content-desc p {
  font-size: 12px;
  letter-spacing: 0.16em;
  line-height: 2;
  font-weight: 300;
}
@media screen and (min-width: 750px) {
  .kart-course-content-desc p {
    font-size: 15px;
    line-height: 2.2;
  }
}
.kart-course-content-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  letter-spacing: 0.16em;
  padding-left: 25px;
  position: relative;
}
@media screen and (min-width: 750px) {
  .kart-course-content-title {
    margin-bottom: 25px;
    padding-left: 30px;
    font-size: 20px;
  }
}
.kart-course-content-title:before {
  background-image: url("../images/flag.png");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  position: absolute;
  left: 0px;
  top: -4px;
  height: 24px;
  width: 20px;
}
@media screen and (min-width: 750px) {
  .kart-course-content-title:before {
    left: -2px;
    top: -19px;
    height: 44px;
    width: 36px;
  }
}
.kart-txt {
  text-align: center;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.16em;
  font-weight: 300;
}
@media screen and (min-width: 750px) {
  .kart-txt {
    font-size: 15px;
  }
}
.kart-challenge {
  display: -webkit-box;
  display: flex;
  width: 100%;
  margin-top: 93px;
}
@media screen and (max-width: 749px) {
  .kart-challenge {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-top: 30px;
  }
}
.kart-challenge-thumb {
  width: calc(100% - 50px);
  padding: 5px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .kart-challenge-thumb {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 750px) {
  .kart-challenge-thumb {
    padding: 10px 0;
    width: 450px;
    height: 662px;
  }
}
.kart-challenge-thumb img {
  width: 100%;
  position: relative;
  z-index: 1;
}
.kart-challenge-thumb:before, .kart-challenge-thumb:after {
  content: '';
  display: block;
  position: absolute;
}
.kart-challenge-thumb:before {
  background-image: url("../images/frame-long.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}
@media screen and (min-width: 750px) {
  .kart-challenge-thumb:before {
    left: -10px;
    width: calc(100% + 20px);
  }
}
.kart-challenge-thumb:after {
  background-image: url("../images/frame-long-splash.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 108%;
  left: -4%;
  top: -3%;
  height: 108%;
  opacity: 0.2;
}
@media screen and (min-width: 750px) {
  .kart-challenge-thumb:after {
    width: calc(100% + 54px);
    left: -34px;
    top: -21px;
  }
}
.kart-challenge-content {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .kart-challenge-content {
    padding-top: 49px;
    padding-left: 58px;
    width: calc(100% - 450px);
  }
}
.kart-list {
  display: block;
  padding: 30px 0;
  position: relative;
}
.kart-list:before, .kart-list:after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(15%, #2d2d2d), color-stop(15%, transparent), color-stop(50%, transparent), color-stop(50%, #2d2d2d), color-stop(65%, #2d2d2d), color-stop(65%, transparent), to(transparent));
  background-image: linear-gradient(90deg, #2d2d2d 15%, transparent 15%, transparent 50%, #2d2d2d 50%, #2d2d2d 65%, transparent 65%, transparent 100%);
  background-size: 20.00px 20.00px;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
}
.kart-list:before {
  top: 0;
}
.kart-list:after {
  bottom: 0;
}
.kart-item {
  display: -webkit-box;
  display: flex;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 750px) {
  .kart-item {
    font-size: 15px;
  }
}
.kart-item:not(:last-child) {
  margin-bottom: 20px;
}
.kart-item p {
  width: calc(100% - 103px);
  line-height: 2.2;
}
.kart-sched {
  background-color: #f2f2f2;
  padding: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  height: 29px;
  width: 65px;
  margin-right: 15px;
}
@media screen and (min-width: 750px) {
  .kart-sched {
    width: 103px;
    margin-right: 30px;
  }
}
.carbike {
  width: 100%;
}
.carbike-menu {
  display: -webkit-box;
  display: flex;
  max-width: 905px;
  margin: 0 auto;
  flex-wrap: wrap;
  width: 100%;
}
.carbike-menu-item {
  width: 245px;
}
.carbike-menu-link {
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.carbike-menu-link:after {
  content: '';
  display: block;
  position: relative;
  border-top: 18px solid #4fae32;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  width: 0;
  margin: 20px auto;
}
@media screen and (min-width: 1025px) {
  .carbike-menu-link:hover:after {
    -webkit-animation: movearrow linear 1s infinite;
    animation: movearrow linear 1s infinite;
  }
}
.carbike-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .carbike-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    padding: 0 38px;
  }
}
.carbike-item {
  margin-bottom: 20px;
  width: 100%;
}
.carbike-item .carbike-item-link {
  color: inherit;
}
@media screen and (min-width: 750px) {
  .carbike-item {
    margin-bottom: 75px;
    width: calc((100% - 60px) / 2);
  }
}
.carbike-article-thumb {
  position: relative;
  margin-bottom: 12px;
}
@media screen and (min-width: 750px) {
  .carbike-article-thumb {
    margin-bottom: 23px;
    width: 480px;
    height: 284px;
  }
}
.carbike-article-thumb-img {
  background-size: cover;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .carbike-article-thumb-img {
    height: 100%;
  }
}
@media screen and (max-width: 749px) {
  .carbike-article-thumb-img {
    padding-bottom: 54%;
  }
}
.carbike-article-cat {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  border-radius: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
}
@media screen and (min-width: 750px) {
  .carbike-article-cat {
    padding: 5px 10px;
    min-height: 35px;
    font-size: 15px;
  }
}
.carbike-article-cat.carbike-article-cat-bg-green-1 {
  background-color: #4fae32;
}
.carbike-article-cat.carbike-article-cat-bg-green-2 {
  background-color: #368121;
}
.carbike-article-cat.carbike-article-cat-bg-green-3 {
  background-color: #90ae28;
}
.carbike-article-cat.carbike-article-cat-bg-green-4 {
  background-color: #4fc42e;
}
.carbike-article-cat.carbike-article-cat-bg-green-5 {
  background-color: #d2e737;
}
.carbike-article-cat.carbike-article-cat-bg-green-6 {
  background-color: #bcd63b;
}
.carbike-article-content {
  position: relative;
}
.carbike-article-title {
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 750px) {
  .carbike-article-title {
    margin-bottom: 15px;
    font-size: 24px;
  }
}
.carbike-article-title span {
  position: relative;
}
.ico-carbike {
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ico-carbike-family {
  background-image: url("../images/car-and-bike/ico-family.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  width: 28.5px;
  height: 30.5px;
  right: -32px;
}
@media screen and (min-width: 750px) {
  .ico-carbike-family {
    width: 50px;
    height: 40px;
    right: -60px;
  }
}
.carbike-article-list {
  width: 100%;
  margin-bottom: 20px;
  border-top: 1px dashed #d5d5d5;
}
.carbike-article-list-item {
  border-bottom: 1px dashed #d5d5d5;
  display: -webkit-box;
  display: flex;
}
.carbike-article-list-label {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  background-color: #f2f2f2;
  width: 78px;
  margin-right: 15px;
  font-size: 11px;
  font-weight: 600;
  align-self: stretch;
}
@media screen and (min-width: 750px) {
  .carbike-article-list-label {
    font-size: 15px;
    margin-right: 35px;
    width: 135px;
  }
}
.carbike-article-list-desc {
  font-size: 11px;
  font-weight: 600;
  width: calc(100% - 90px);
  padding: 11.5px 0;
}
@media screen and (min-width: 750px) {
  .carbike-article-list-desc {
    width: calc(100% - 170px);
    font-size: 14px;
  }
}
.carbike-article-list-label, .carbike-article-list-desc {
  line-height: 2;
  letter-spacing: 0.16em;
  padding: 7px 0;
}
@media screen and (min-width: 750px) {
  .carbike-article-list-label, .carbike-article-list-desc {
    padding: 11.5px 0;
  }
}
.carbike-article-more {
  width: 100%;
}
.carbike-article-more-link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}
.carbike-article-more-link:before, .carbike-article-more-link:after {
  background-image: url("../images/car-and-bike/carbike-line.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 2px;
  -webkit-box-flex: 1;
  flex: 1;
  content: '';
  display: block;
  position: relative;
}
.carbike-article-more-link:before {
  background-position: left;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.carbike-article-more-link:after {
  background-position: right;
}
.carbike-article-more-link span {
  background-color: #fff;
  padding: 3px 20px;
  color: #4fae32;
  font-size: 10px;
}
@media screen and (min-width: 750px) {
  .carbike-article-more-link span {
    font-size: 15px;
  }
}
@-webkit-keyframes movearrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes movearrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@media screen and (max-width: 749px) {
  .youtube-iframe-container iframe {
    width: 100%;
    height: 210px;
  }
}
body > .subpage, .trmWrapper > .subpage {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  body > .subpage, .trmWrapper > .subpage {
    margin-bottom: 120px;
  }
}
.subpage > * {
  position: relative;
}
.subpage::after {
  background: #dfdfdf;
  content: '';
  display: block;
  height: 1px;
  max-width: 1220px;
  position: absolute;
  bottom: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 40px);
}
.subpage::before {
  background-image: url("../images/subpage-bg.png");
  background-repeat: repeat-y;
  background-size: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 749px) {
  .subpage::before {
    background-image: url("../images/bg-leaf.png");
    background-size: cover;
    background-position-x: center;
  }
}
.subpage.subpage-itadaki::before {
  background-image: url("../images/itadaki/subpage-bg.png");
}
@media screen and (max-width: 749px) {
  .subpage.subpage-itadaki::before {
    background-image: url("../images/bg-leaf.png");
    background-size: cover;
    background-position-x: center;
  }
}
.subpage.subpage-craft::before {
  content: normal;
}
@media screen and (max-width: 749px) {
  .subpage.subpage-craft::before {
    content: normal;
  }
}
@media screen and (min-width: 750px) {
  .subpage.subpage-craft {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 749px) {
  .subpage.subpage-craft {
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 750px) {
  .subpage.subpage-musasabi::before {
    content: normal;
  }
}
.subpage-inner {
  position: relative;
  max-width: 1060px;
  margin: 0 auto 60px;
  padding: 0 20px;
  width: 100%;
}
@media screen and (min-width: 750px) {
  .subpage-inner {
    margin-bottom: 145px;
  }
}
.subpage-inner > p {
  font-size: 12px;
  color: #333;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.16em;
  margin-bottom: 33px;
}
@media screen and (min-width: 750px) {
  .subpage-inner > p {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-inner > p {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-craft .subpage-inner > p {
    margin-bottom: 43px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-craft .subpage-inner {
    margin-bottom: 123px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-craft .subpage-inner {
    margin-bottom: 95px;
  }
}
.subpage-inner.subpage-inner-musasabi {
  position: relative;
}
@media screen and (min-width: 750px) {
  .subpage-inner.subpage-inner-musasabi > p {
    margin-bottom: 63px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-inner.subpage-inner-musasabi > p {
    margin-bottom: 24px;
    letter-spacing: 0.19em;
  }
}
@media screen and (min-width: 750px) {
  .subpage-craft .subpage-inner-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: -222px;
    right: 0;
    background-image: url("../images/craft/craft-subpage-inner-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    height: 783px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-musasabi .subpage-inner-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url("../images/musasabi/musasabi-subpage-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.subpage-button-link {
  color: #fff;
  background: #333;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
}
.subpage-button-link span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .subpage-button-link span {
    font-size: 12px;
  }
}
.subpage-title {
  font-size: 13px;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
}
@media screen and (min-width: 750px) {
  .subpage-craft .subpage-title {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-title {
    font-size: 24px;
  }
}
.subpage-title span {
  background: -webkit-gradient(linear, left top, right top, from(#027cc3), to(#09a046));
  background: linear-gradient(to right, #027cc3 0%, #09a046 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.is-ie .subpage-title span {
  background: none;
  color: #00a040;
  -webkit-text-fill-color: #00a040;
  -moz-text-fill-color: #00a040;
  -ms-text-fill-color: #00a040;
}
@media screen and (min-width: 750px) {
  .subpage-title-musasabi {
    margin-bottom: 6px;
  }
}
.subpage-youtube {
  width: 100%;
  margin-bottom: 40px;
}
.subpage-banner {
  width: calc(100% + 40px);
  left: -20px;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 750px) {
  .subpage-banner {
    margin-bottom: 40px;
    left: 0;
    width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .subpage-banner-precaution {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.subpage-banner iframe {
  width: 100%;
}
@media screen and (min-width: 750px) {
  .subpage-banner.subpage-banner-craft {
    margin-bottom: 26px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-banner.subpage-banner-craft {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-banner.subpage-banner-craft .subpage-title {
    margin-bottom: 10px;
  }
}
.subpage-banner.subpage-banner-tsubasa .subpage-banner-inner-tsubasa {
  margin: 0 auto;
}
.subpage-banner.subpage-banner-musasabi {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .subpage-banner.subpage-banner-musasabi iframe {
    height: 212px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-banner.subpage-banner-musasabi {
    margin-bottom: 30px;
  }
}
.subpage-section {
  position: relative;
  width: 100%;
}
.subpage-section-inner {
  position: relative;
  max-width: 1102px;
  margin: 0 auto;
  padding: 0 42px;
  width: 100%;
}
.subpage-button {
  max-width: 669px;
  height: 137px;
  margin: -20px auto 135px;
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
}
@media screen and (max-width: 749px) {
  .subpage-button {
    height: 70px;
  }
}
.subpage-image-gallery {
  margin-bottom: 30px;
}
.subpage-section-howto {
  margin-bottom: 30px;
}
@media screen and (min-width: 750px) {
  .subpage-section-howto {
    margin-bottom: 103px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-comparison-musasabi::before {
    background-image: url(../images/musasabi/musasabi-comparison-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -4px;
    top: 17px;
    right: 0;
    bottom: 0;
    content: "";
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-howto-musasabi::before {
    background-image: url(../images/musasabi/musasabi-howto-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -142px;
    right: 0;
    bottom: 0;
    content: "";
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-howto-musasabi {
    margin-bottom: 80px;
  }
}
.subpage-section-howto-inner {
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 749px) {
  .subpage-section-howto-inner {
    padding: 0 36px;
  }
}
.subpage-section-video-inner {
  max-width: 1070px;
  margin: 0 auto;
}
.subpage-section-course-inner {
  max-width: 1024px;
  margin: 0 auto;
}
.subpage-section-recommendation {
  margin-bottom: 65px;
}
.subpage-section-cat-attraction {
  max-width: 905px;
  margin: 0 auto;
  margin-bottom: 80px;
}
.subpage-section-carbike {
  max-width: 1060px;
  margin: 0 auto;
  margin-bottom: 20px;
  padding: 0 20px;
}
.subpage-button-family-walk {
  margin-top: 50px;
  margin-bottom: 0px;
}
@media screen and (max-width: 749px) {
  .subpage-button-family-walk {
    margin-top: 33px;
  }
}
.subpage-button-family-walk .banner-list {
  position: relative;
}
.subpage-button-family-walk .banner-list .list-item {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in;
  transition: opacity 1s ease-in;
}
.subpage-button-family-walk .banner-list .list-item img {
  width: 100%;
}
.subpage-button-family-walk .banner-list .list-item.is-active {
  opacity: 1;
}
.subpage-inner-precaution {
  background-color: #f7f7f7;
}
@media screen and (min-width: 750px) {
  .subpage-inner-precaution {
    padding: 70px 56px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-inner-precaution {
    padding: 37px 23px;
  }
}
.subpage-inner-precaution h4 {
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  line-height: 1.417;
  letter-spacing: 0.1em;
  cursor: pointer;
  text-decoration: underline;
}
@media screen and (max-width: 749px) {
  .subpage-inner-precaution h4 {
    font-size: 13px;
  }
}
.subpage-inner-precaution ol {
  font-size: 15px;
  line-height: 2;
  text-align: left;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 749px) {
  .subpage-inner-precaution ol {
    font-size: 12px;
  }
}
.subpage-inner-precaution:after {
  content: "";
  display: block;
  position: absolute;
  top: 90%;
  right: 5px;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 5.5px 9px 5.5px;
  border-color: transparent transparent #719b68 transparent;
  -webkit-transition: -webkit-transform 0.35s ease-in-out;
  transition: -webkit-transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out;
  transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}
@media screen and (min-width: 750px) {
  .subpage-inner-precaution:after {
    right: 50%;
    border-width: 0 7px 12.1px 7px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-inner-precaution:after {
    right: 50%;
  }
}
.subpage-inner-precaution.is-open:after {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.subpage-section-video {
  margin-bottom: 158px;
}
@media screen and (max-width: 749px) {
  .subpage-section-video {
    margin-bottom: 82px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-video.subpage-section-video-musasabi::before {
    background-image: url(../images/musasabi/musasabi-videos-bg.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -102px;
    right: 0;
    bottom: 0;
    content: "";
    pointer-events: none;
  }
}
@media screen and (min-width: 750px) {
  .subpage-section-video.subpage-section-video-musasabi {
    margin-bottom: 153px;
  }
}
.subpage-section-video-wrapper {
  text-align: center;
}
@media screen and (max-width: 749px) {
  .subpage-section-video-wrapper {
    position: relative;
    padding-top: 44%;
    max-width: 289px;
    margin: 0 auto;
  }
}
.subpage-collapse-num {
  display: inline-block;
  margin-right: 20px;
}
.subpage-section-collapse {
  background-color: #f7f7f7;
  max-width: 800px;
  margin: 50px auto;
}
.subpage-section-collapse .subpage-collapse-heading {
  padding: 30px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
}
.subpage-section-collapse .subpage-collapse-heading:hover {
  cursor: pointer;
}
.subpage-section-collapse .subpage-collapse-description {
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.subpage-section-collapse .subpage-collapse-content {
  padding: 0 50px 50px 50px;
}
.subpage-section-collapse .subpage-collapse-content a {
  display: inline-block;
  color: #333;
  text-decoration: underline;
}
.subpage-section-collapse .subpage-collapse-content > p {
  line-height: 2;
  margin: 0 0 17px;
  letter-spacing: 0.16em;
}
.subpage-section-collapse .hidden {
  display: none;
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-banner-walk {
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-inner-walk {
    margin-bottom: 108px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-walk .subpage-inner-walk {
    margin-bottom: 81px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-inner-walk > p {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-button-family-walk {
    margin-top: 61px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk {
    margin-bottom: 116px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk {
    margin-bottom: 73px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk > p {
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-guide-walk .subpage-inner-walk > p {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-free-walk .subpage-inner-walk {
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-walk .subpage-section-free-walk .subpage-inner-walk {
    margin-bottom: 41px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-section-free-walk .subpage-inner-walk > p {
    margin-bottom: 58px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-walk .subpage-banner-precaution {
    margin-bottom: -8px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-walk .subpage-banner-precaution .subpage-inner {
    margin-bottom: 72px;
  }
}
.subpage-walk .subpage-inner-anchor {
  margin-top: 53px;
}
@media screen and (max-width: 749px) {
  .subpage-walk .subpage-inner-anchor {
    margin-top: -39px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-labo > .subpage-inner {
    margin-bottom: 148px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-labo .subpage-inner-anchor {
    margin-top: -39px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-aqua-labo {
    margin-top: 84px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-inner {
    margin-bottom: 196px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-inner > p {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-banner {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-aqua-labo .subpage-title {
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-inner {
    margin-bottom: 196px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-inner > p {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-banner {
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-title {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-button {
    margin-top: 71px;
  }
}
@media screen and (max-width: 749px) {
  .subpage-labo .subpage-section-mammal-labo .subpage-button-labo {
    width: 100%;
  }
}
.subpage-section-course, .subpage-section-kart {
  margin-bottom: 50px;
}
@media screen and (min-width: 750px) {
  .subpage-section-course, .subpage-section-kart {
    margin-bottom: 120px;
  }
}
.column-link-walk .link-container {
  max-width: 840px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.column-link-labo .link-container {
  max-width: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}
.column-link .link-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: space-evenly;
  justify-content: space-evenly;
}
.column-link .link-container .link-item {
  -webkit-box-flex: 1;
  flex-grow: 1;
  flex-basis: 0;
  position: relative;
  text-align: center;
}
.column-link .link-container .link-item a {
  display: inline-block;
  text-align: center;
  color: #000;
  font-size: 17px;
  font-family: "HiraKakuPro-W6-AlphaNum";
  position: relative;
  height: 100%;
}
.column-link .link-container .link-item a:after {
  width: 40px;
  height: 14px;
  content: url(../images/hellowoods/caret-down.png);
  position: absolute;
  left: 50%;
  bottom: -25px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  pointer-events: none;
}
@media screen and (max-width: 749px) {
  .column-link .link-container .link-item a:after {
    content: "";
    background-image: url(../images/hellowoods/caret-down.png);
    background-size: 100%;
    width: 26px;
    height: 8.5px;
    bottom: -16px;
  }
}
.column-link .link-container .link-item a:hover:after {
  bottom: -35px;
}
@media screen and (max-width: 749px) {
  .column-link .link-container .link-item a img {
    width: 112px;
    height: 111.5px;
  }
}
.column-link .link-container .link-item a span {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 749px) {
  .column-link .link-container .link-item a span {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 13px;
    margin-top: 7px;
  }
}
@media screen and (min-width: 750px) {
  .subpage-inner-anchor {
    margin-bottom: 147px;
  }
}
.forest.forest-craft {
  overflow: hidden;
}
@media screen and (max-width: 749px) {
  .forest.forest-craft::before {
    background-image: url("../images/craft/craft-monthly-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -59px;
    right: 0;
    height: 120px;
    content: "";
  }
}
@media screen and (min-width: 750px) {
  .forest.forest-craft {
    margin-top: -59px;
    padding-bottom: 91px;
  }
}
@media screen and (max-width: 749px) {
  .forest.forest-craft {
    margin-top: 40px;
    padding-bottom: 65px;
  }
}
@media screen and (max-width: 749px) {
  .menu {
    margin-top: 31px;
  }
}
@media screen and (min-width: 750px) {
  .menu::before {
    background-image: url("../images/craft/craft-menu-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -127px;
    right: 0px;
    bottom: 0;
    content: "";
  }
}
@media screen and (max-width: 749px) {
  .menu::before {
    background-image: url("../images/craft/craft-menu-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 32px;
    right: 0;
    bottom: 0;
    content: "";
  }
}
.menu-container {
  position: relative;
}
.menu-list {
  display: -webkit-box;
  display: flex;
  margin: 0 -23px;
  flex-wrap: wrap;
}
@media screen and (max-width: 749px) {
  .menu-list {
    margin: 0 -3%;
    position: relative;
  }
}
.menu-list-item {
  padding: 0 23px 63px;
}
@media screen and (max-width: 749px) {
  .menu-list-item {
    padding: 0 3% 34px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }
}
.menu-list-link {
  display: block;
  width: 270px;
}
@media screen and (max-width: 749px) {
  .menu-list-link {
    width: 100%;
  }
}
.menu-list-image {
  width: 100%;
  height: 270px;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 749px) {
  .menu-list-image {
    height: auto;
    padding-top: 102.5%;
    background-size: cover;
  }
}
.menu-list-title {
  font-size: 18px;
  letter-spacing: 0.06em;
  line-height: 1.7778;
  color: #2d2d2d;
  margin: 12px 0 5px;
  position: relative;
}
.menu-list-title span {
  font-size: 14px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: normal;
}
@media screen and (max-width: 749px) {
  .menu-list-title span {
    font-size: 9px;
  }
}
@media screen and (max-width: 749px) {
  .menu-list-title {
    font-size: 13px;
    margin: 0;
  }
}
.menu-list-price {
  font-size: 14px;
  letter-spacing: 0.06em;
  color: #2d2d2d;
  line-height: 2.377;
}
@media screen and (max-width: 749px) {
  .menu-list-price {
    font-size: 12px;
    margin: 0;
    line-height: 2;
  }
}
@media screen and (min-width: 750px) {
  .craft-recommendation::before {
    background-image: url("../images/craft/craft-recommendation-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 8px;
    top: -151px;
    right: 0px;
    bottom: 0;
    content: "";
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation::before {
    background-image: url("../images/craft/craft-recommendation-bg-sp.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: -31px;
    right: 0;
    bottom: 0;
    content: "";
  }
}
@media screen and (min-width: 750px) {
  .craft-recommendation .heading-subtext {
    margin-top: 13px;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation .heading-subtext {
    padding: 0 29px 0 28px;
    margin-top: 8px;
    height: 34px;
  }
}
@media screen and (min-width: 750px) {
  .craft-recommendation .heading-subtext svg {
    width: 449px;
    height: 33px;
    margin-left: 13px;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation .heading-wrap {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation .heading {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation .heading svg {
    width: 100%;
  }
}
@media screen and (min-width: 750px) {
  .craft-recommendation .heading-text {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation .article .article-heading {
    margin-top: 11px;
    min-height: 54px;
    padding: 0;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation .article {
    padding: 0 5px 36px;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation .article-image {
    padding-top: 61%;
    background-size: cover;
  }
}
@media screen and (min-width: 750px) {
  .craft-recommendation {
    margin-top: 83px;
  }
}
@media screen and (max-width: 749px) {
  .craft-recommendation {
    position: relative;
    margin-top: 76px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 750px) {
  .craft-pick-up::before {
    background-image: url("../images/craft/craft-pickup-bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 196px;
    right: -13px;
    bottom: 0;
    content: "";
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up::before {
    background-image: url("../images/craft/craft-pickup-bg-sp.png");
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 155px;
    height: 160px;
    width: 126px;
    content: "";
  }
}
@media screen and (min-width: 750px) {
  .craft-pick-up {
    margin-top: 51px;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up {
    margin-top: -29px;
    padding-bottom: 25px;
    position: relative;
  }
}
@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup svg {
    margin-left: 14px;
    max-width: 389px;
    height: 33px;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .heading-pickup svg {
    width: 282px;
  }
}
@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup .heading-text {
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .heading-pickup .heading-text {
    -webkit-transform: translate(1px, 1px);
    transform: translate(1px, 1px);
  }
}
@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup .heading {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 750px) {
  .craft-pick-up .heading-pickup {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .heading-pickup {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-list-item {
    max-width: 100%;
    padding: 0 12.5px 25px;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .pick-inner {
    width: auto;
    margin: 0;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-list {
    width: auto;
    margin: 0 -12.5px;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-article .article-heading {
    font-size: 12px;
    letter-spacing: 0.14em;
    line-height: 1.67;
    padding: 0;
    min-height: 0;
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-article .article-period {
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .pickup-article {
    padding: 0 0 9px;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .article-image-wrap {
    padding: 0;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 749px) {
  .craft-pick-up .article-image {
    padding-top: 65%;
    background-position: -6px -6px;
    background-size: 109%;
  }
}
.trmWrapper > .breadcrumbs {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (min-width: 750px) {
  .trmWrapper > .breadcrumbs {
    margin-bottom: 25px;
  }
}
.breadcrumbs-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.breadcrumbs-link {
  color: #12290f;
}
.breadcrumbs-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  font-size: 11px;
  letter-spacing: 0.06em;
  line-height: 2;
}
@media screen and (min-width: 750px) {
  .breadcrumbs-item {
    font-size: 12px;
  }
}
.breadcrumbs-item:not(:last-child):after {
  content: '';
  display: block;
  position: relative;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #6a6969;
  border-right: 1px solid #6a6969;
  margin: 0 6px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media screen and (min-width: 750px) {
  .breadcrumbs-item:not(:last-child):after {
    -webkit-transform: rotate(-45deg) skew(10deg, 10deg);
    transform: rotate(-45deg) skew(10deg, 10deg);
    width: 10px;
    height: 10px;
    margin: 0 15px;
  }
}
.breadcrumbs-item:last-child {
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .breadcrumbs-item:hover {
    font-weight: bold;
  }
}
.swiper-container {
  overflow: visible;
  background-color: #fff;
}
.swiper-container-mobipark {
  background-color: transparent;
}
.swiper-container.slider-gallery, .swiper-container.slider-gallery-thumb {
  overflow: hidden;
}
.collpase {
  margin: 0 -15px;
}
@media screen and (max-width: 749px) {
  .collpase {
    padding: 0 10px;
  }
}
.collapse-inner {
  position: relative;
  border: 1px solid #ccc;
  background-color: #fff;
  text-align: center;
  padding: 0 40px 10px;
  overflow: hidden;
  -webkit-transition: max-height .3s ease-in-out;
  transition: max-height .3s ease-in-out;
}
@media screen and (max-width: 749px) {
  .collapse-inner {
    padding: 0 0 18px;
  }
}
.collapse-inner:hover {
  cursor: pointer;
}
.collapse-inner .table-subheading {
  text-align: center;
  margin-top: 40px;
}
.collapse-inner .table-heading {
  margin: 0;
  padding: 36px 0;
}
@media screen and (max-width: 749px) {
  .collapse-inner .table-heading {
    padding: 15px 0 26px;
  }
}
.collapse-inner .collapse-arrow {
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 13px;
  top: auto;
}
.collapse-inner.is-open {
  padding-bottom: 50px;
}
.collapse-inner.is-open .collapse-arrow {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.collapse-content-wrap {
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.col-lg-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 8.33333333%;
  max-width: 8.33333333%;
}
@media screen and (max-width: 1279px) {
  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
  }
}
.col-lg-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 16.66666667%;
  max-width: 16.66666667%;
}
@media screen and (max-width: 1279px) {
  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
  }
}
.col-lg-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 25%;
  max-width: 25%;
}
@media screen and (max-width: 1279px) {
  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 25%;
    max-width: 25%;
  }
}
.col-lg-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 33.33333333%;
  max-width: 33.33333333%;
}
@media screen and (max-width: 1279px) {
  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
  }
}
.col-lg-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 41.66666667%;
  max-width: 41.66666667%;
}
@media screen and (max-width: 1279px) {
  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
  }
}
.col-lg-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 50%;
  max-width: 50%;
}
@media screen and (max-width: 1279px) {
  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 50%;
    max-width: 50%;
  }
}
.col-lg-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 58.33333333%;
  max-width: 58.33333333%;
}
@media screen and (max-width: 1279px) {
  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
  }
}
.col-lg-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 66.66666667%;
  max-width: 66.66666667%;
}
@media screen and (max-width: 1279px) {
  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
  }
}
.col-lg-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 75%;
  max-width: 75%;
}
@media screen and (max-width: 1279px) {
  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 75%;
    max-width: 75%;
  }
}
.col-lg-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 83.33333333%;
  max-width: 83.33333333%;
}
@media screen and (max-width: 1279px) {
  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
  }
}
.col-lg-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 91.66666667%;
  max-width: 91.66666667%;
}
@media screen and (max-width: 1279px) {
  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
  }
}
.col-lg-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  flex-basis: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1279px) {
  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 749px) {
  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    flex-basis: 100%;
    max-width: 100%;
  }
}
  .suspend-box {
    padding: 20px 0;
    width: 1020px;
    margin: 80px auto 80px;
    background: #F7F7F7;
	text-align: center;
	  font-weight: bold;
	  font-size: 16px;
	  line-height:2;
	  color: #666;
  }
.l-container {
  padding: 0 32px;
  width: 1284px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .l-container {
    width: 100%;
    padding: 0 20px;
  }
}
.l-container-kids-attraction {
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
}
.l-container-inner {
  padding: 0 30px;
  width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 749px) {
  .suspend-box {
    padding: 5%;
    width: 95%;
    margin: 10% auto 5%;
    background: #D8CEBE;
	text-align: center;
	  font-weight: bold;
	  font-size: 14px;
	  color: #666;
	  background-color:#F7F7F7;
  }
  .l-container-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.l-header-top {
  display: -webkit-box;
  display: flex;
  border-bottom: 1px solid rgba(51, 51, 51, 0.12);
}
.l-header-top-logo {
  width: 234px;
}
.l-header-top-right {
  width: calc(100% - 242px);
  text-align: right;
}
.l-header-bottom {
  padding: 20px 0;
}
.l-heading {
  text-align: center;
}
.l-heading-main {
  margin: 48px 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .l-heading-main {
    margin: 40px 0 49px;
  }
}
.l-heading-inner {
  margin: 40px 0;
  text-align: center;
}
.l-feature {
  padding: 153px 0 0;
}
@media screen and (max-width: 749px) {
  .l-feature {
    padding-top: 132px;
  }
}
.l-parkmap {
  position: relative;
}
@media screen and (max-width: 749px) {
  .l-parkmap {
    padding: 0px 0 49px;
  }
}
.l-section {
  padding-bottom: 95px;
}
.l-section.youtube-video {
  padding-top: 25px;
  padding-bottom: 0;
}
@media screen and (max-width: 749px) {
  .l-section {
    padding-bottom: 55px;
  }
}
.l-section.l-section-hotel-twin {
  padding-bottom: 47px;
}
@media screen and (max-width: 749px) {
  .l-section.l-section-hotel-twin {
    padding-bottom: 33px;
  }
  .l-section.l-section-forest-dokidoki {
    padding-bottom: 20px;
  }
}
.l-section.l-section-hellowoods {
  padding-bottom: 50px;
}
@media screen and (max-width: 749px) {
  .l-section.l-section-hellowoods {
    padding-bottom: 68px;
  }
}
@media screen and (max-width: 749px) {
  .l-section.sponsors {
    margin-bottom: 55px;
  }
}
.l-section.l-section-activity {
  margin-top: -72px;
}
@media screen and (max-width: 749px) {
  .l-section.l-section-activity {
    margin-top: 0;
  }
}
@media screen and (max-width: 749px) {
  .l-section.banner-image {
    padding-bottom: 60px;
    background-color: #f9f9f9;
  }
}
.l-section-inner {
  padding: 0 146px;
}
@media screen and (max-width: 749px) {
  .l-section-inner {
    padding: 26px 0 40px;
  }
}
.l-section-title {
  text-align: center;
}
.l-section-title-adventure {
  position: relative;
  z-index: 3;
}
.l-section-title-adventure.hellowoods {
  position: initial;
}
/*Modifier*/
.alternate-feature .heading-wrap {
  margin-bottom: 65px;
}
@media screen and (max-width: 749px) {
  .alternate-feature .heading-wrap {
    margin-bottom: 45px;
  }
}
.faq-file-dl .heading-wrap {
  margin-bottom: 50px;
}
.l-button {
  margin-top: 50px;
}
.l-button.l-button-call-to-action {
  margin-top: 25px;
}
@media screen and (max-width: 749px) {
  .l-button.l-button-call-to-action {
    margin: 15px;
  }
}
.l-button .button-adventure {
  margin-top: -9px;
}
@media screen and (max-width: 749px) {
  .l-button .button-adventure {
    margin-top: -21px;
  }
  .l-button .button-adventure-racing-kart {
    margin-top: -24px;
  }
}
.l-button .button-kids-carbike-attraction {
  margin-left: 0;
  margin-right: 0;
}
.l-button-call-to-action-subpage {
  margin-top: 25px;
}
@media screen and (max-width: 749px) {
  .l-button-kids-carbike {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.l-adventure {
  max-width: 961px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -40px;
  padding-top: 93px;
  background-color: #fff;
  position: relative;
  padding-left: 90px;
  padding-right: 90px;
}
.l-adventure.hellowoods {
  padding-top: 140px;
}
@media screen and (max-width: 749px) {
  .l-adventure {
    max-width: 612px;
    padding-top: 23px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: -27px;
  }
  .l-adventure.hellowoods {
    padding-top: 60px;
    margin-top: -30px;
  }
}
@media screen and (max-width: 749px) {
  .l-adventure-sp-container {
    padding-left: 35px;
    padding-right: 35px;
  }
}
@media screen and (min-width: 750px) {
  .l-adventure-dokidoki {
    padding-top: 106px;
  }
}
@media screen and (min-width: 750px) {
  .l-adventure-itadaki {
    padding-top: 60px;
  }
}
.l-racing-kart {
  padding-top: 39px;
}
@media screen and (max-width: 749px) {
  .l-racing-kart {
    padding-top: 23px;
  }
}
@media screen and (min-width: 750px) {
  .racing-kart {
    margin-top: 0;
  }
}
.l-note {
  margin: 40px 0;
  text-align: center;
}
@media screen and (max-width: 749px) {
  .l-note {
    margin: 0;
  }
}
.l-youtube {
  margin-top: 78px;
}
@media screen and (max-width: 749px) {
  .l-youtube {
    margin: 0 -20px;
  }
}
.l-column-link {
  margin-left: -20px;
  margin-right: -20px;
}


　流れ追加　20201012　



@media screen and (min-width: 750px) {
.flow {
    margin-bottom: 83px;
    margin-top: 14px;
  }
}

@media screen and (max-width: 749px) {
.flow {
    margin-bottom: 83px;
    margin-top: 14px;
  }
}

.flow-list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
		  }

@media screen and (max-width: 749px) {
.flow-list {
    display: block;
  }
}

.flow-item {
  position: relative;
}

@media screen and (min-width: 750px) {
.flow-item {
    width: 480px;
  }
}

@media screen and (max-width: 749px) {
.flow-item {
    margin-bottom: 40px;
  }
}


.flow-item:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 45px;
  background-image: url(../images/sumika/arrow.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  top: 180px;
  right: -40px;
}

@media screen and (max-width: 749px) {
.flow-item:before {
    width: 11px;
    height: 60px;
    right: 50%;
    top: 350px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}


.flow-item:last-child:before {
  display: none;
}

.flow-title {
  text-align: center;
   margin:20px auto;
}

@media screen and (min-width: 750px) {
.flow-title img {
    width: 20%;
    margin: auto;
  }
}

@media screen and (max-width: 749px) {
.flow-title img {
    width: 20%;
  }
}

.flow-box .flow-headline {
  background-color: #f7f7f7;
  border-radius: 10px;
  height: 250px;
  margin-bottom: 10px;
  font-family: "HiraKakuPro-W6-AlphaNum";
	  padding:10px;
display: -webkit-box;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

@media screen and (max-width: 749px) {
.flow-box .flow-headline {
    height: 250px;
    margin: 10px;
	  padding:10px;
	    }
.flow-box .flow-headline p{
    font-size: 13px;
    line-height: 1.3;
	}
	
}

.flow-box .flow-headline p{
  text-align: center;
  font-size: 17px;
  line-height: 1.5;
  letter-spacing: 0.1em;
	}
	
.flow-box a.btn{
	margin:10px 0;
	font-size: 14px;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
	text-decoration: none;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
}	

.flow-box a.btn1{  background-color:#006934;}	
.flow-box a.btn2{  background-color:#13AE67;}	
.flow-box a.btn3{  background-color:#90D67E;}	

.btn_grey{
	margin:10px 0;
	font-size: 14px;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color:#666;
}	
	
.flow-headline a{
	text-decoration:underline;
	}

@media screen and (max-width: 749px) {
	.flow-box a.btn{
	margin:5px 0;
	font-size: 11px;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color:#090;
}	
	.flow-box a.btn2{
	margin:5px 0;
	font-size: 11px;
  font-weight: 700;
  width:100%;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 10px;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  color: #fff;
  background-color:#13AE67;
}	



.flow-headline a{
	text-decoration:underline;
	}

}


.flow-desc {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 749px) {
.flow-desc {
    font-size: 12px;
    line-height: 1.667;
	  padding:10px;
  }
}

.flow-desc a{
	text-decoration:underline;
	}

@media screen and (max-width: 749px) {
.flow-desc a{
	text-decoration:underline;
	}

}


.subpage-asoview {
  position: relative;
  width: 100%;
}
.subpage-asoview-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 42px;
  width: 100%;
}

.subpage-asoview-collapse {
  max-width: 1020px;
  margin: 50px auto 50px;
}
.subpage-asoview-collapse .subpage-collapse-heading {
	font-size:24px;
  padding: 20px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  color:#dd8080;
  background-color:#E8F1BF;
}


@media screen and (max-width: 749px) {
	.subpage-asoview-collapse .subpage-collapse-heading {
	font-size:20px;
	margin:10px;
  padding: 20px;
  text-align: center;
  text-decoration: underline;
  font-weight: bold;
  color:#dd8080;
  background-color:#E8F1BF;
}
}

.subpage-asoview-collapse .subpage-collapse-heading:hover {
  cursor: pointer;
}
.subpage-asoview-collapse .subpage-collapse-description {
  overflow: hidden;
  -webkit-transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  transition: height 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}
.subpage-asoview-collapse .subpage-collapse-content {
  padding: 0 50px 50px 50px;
}
.subpage-asoview-collapse .hidden {
  display: none;
}

.asoview-title {
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align:center;
  
    margin-top: 50px;
    margin-bottom: 20px;
	
}
@media screen and (min-width: 750px) {
  .asoview-title {
    font-size: 15px;
  }
}
@media screen and (max-width: 749px) {
  .asoview-title {
    margin-top: 15px;
  }
}

.asoview-title span {
  font-size: 20px;
  position: relative;
  z-index: 1;
  text-align:center;
}
@media screen and (max-width: 749px) {
.asoview-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #c3e8d8), color-stop(25%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(75%, #c3e8d8), color-stop(75%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 25%, #ffffff 25%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 75%, #ffffff 75%, #ffffff 100%);
    background-size: 32.00px 32.00px;
  }
}
@media screen and (min-width: 750px) {
.asoview-title span {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(19.44%, #c3e8d8), color-stop(19.44%, #ffffff), color-stop(50%, #ffffff), color-stop(50%, #c3e8d8), color-stop(69.44%, #c3e8d8), color-stop(69.44%, #ffffff), to(#ffffff));
    background-image: linear-gradient(0deg, #c3e8d8 19.44%, #ffffff 19.44%, #ffffff 50%, #c3e8d8 50%, #c3e8d8 69.44%, #ffffff 69.44%, #ffffff 100%);
    background-size: 36.00px 36.00px;
  }
}

.accordion-arrow-asoview {
	position: absolute;
	top: 36px;
	right: 630px;
	-webkit-transform-origin: center;
	transform-origin: center;
	-webkit-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 8px 12px 8px;
	border-color: transparent transparent #dd8080 transparent;
	-webkit-transition: -webkit-transform 0.35s ease-in-out;
	transition: -webkit-transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out;
	transition: transform 0.35s ease-in-out, -webkit-transform 0.35s ease-in-out;
}

@media screen and (max-width: 749px) {
  .accordion-arrow-asoview {
    right: 290px;
	 	top: 35px;
  }
}

.accordion-arrow-asoview.is-active {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

.is-open .accordion-arrow-asoview {
  -webkit-transform: rotate(0);
  transform: rotate(0);
}

.red_kusumi {
color:#dd8080;
font-weight:bold;
	 font-size:12px;
}

.lead{
  font-size: 16px;
  color: #333;
  letter-spacing: 0.160em;
  	text-align:center;
	margin-top:40px;
	margin-bottom:-20px;
}
@media screen and (max-width: 749px) {
 
 .red_kusumi {
	 color:#dd8080;
	 font-size:11px;
}
 .lead{
	    font-size: 15px;
   margin-top:40px;
	margin-bottom:-20px;
	margin-left:15px;
	margin-right:15px;
	text-align:left;
	  letter-spacing: 0.140em;
  }
}



.announce { margin:20px 0 5px 0 ;}
.announce p{text-align:left; font-size:20px; font-weight:bold; color:#DD8080; letter-spacing: 0.130em;}

@media screen and (max-width: 749px) {
.announce p{font-size:16px;}
}

.program-caution-box-pageinner-small {
    background: #EAF4EF;
    font-weight: bold;
    width: 100%;
    margin:10px auto;
    padding:20px 0;
    text-align: center;
  	  line-height: 2;
}

.program-caution-box-pageinner-small a {
    text-decoration: underline;
	color: #000;
}

@media screen and (max-width: 749px) {	
.program-caution-box-pageinner-small {
    width: 100%;
    margin: 10px auto;
    padding: 10px auto;
    }
	}

/*20240520　画像化*/

h3.info {
	font-size:18pt;
	margin: 25px auto 10px;
	letter-spacing: 0.15em;
	font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-style:normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 20%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
h3.info  {
	font-size:14pt;
	margin: 10px auto 25px;
	letter-spacing: 0.15em;
  font-weight: 600;
  font-style: normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}
 p.heading-subtext  {
  display: inline-block;
  position: relative;
	font-size:28pt;
	margin: 10px auto 25px;
	letter-spacing: 0.15em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
@media screen and (max-width: 750px) {
p.heading-subtext   {
    display: block;
	font-size:20pt;
	margin: 5px auto 30px;
	letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
}
}

 span.heading-texts  {
  display: inline-block;
  position: relative;
	font-size:28pt;
	margin: 10px auto 25px;
	letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
	   font-style:normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 750px) {
 span.heading-texts   {
    display: block;
	font-size:20pt;
	margin: 10px auto 25px;
	letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
	   font-style:normal;
	background: -webkit-gradient(linear, top left, top right, from(#027cc4), to(#09a045));
    background: linear-gradient(to right, #027cc4 0%, #09a045 70%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
}


.footer {
	margin: 0 auto 50px;
}