@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap);
/*
 * header
 */
.header_parks {
  background-color: #fff;
  padding: 0 20px;
  position: relative; }
  .header_parks_logo {
    max-width: 1100px;
    margin: 0 auto;
    position: relative; }
    .header_parks_logo img {
      display: block; }
      .header_parks_logo img[src$=".png"] {
        height: auto;
        width: 100%; }
    .header_parks_logo > * {
      display: block;
      position: relative;
      top: 50%;
      -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%); }

@media only screen and (max-width: 600px) {
  html.nj_nav_open .header_parks {
    display: none; }

  body {
    -webkit-overflow-scrolling: touch; }

  .header_parks {
    height: 114px; }
    .header_parks_logo {
      background-color: #fff;
      box-sizing: border-box;
      height: 54px;
      left: 0;
      padding: 0 20px;
      position: absolute;
      top: 0;
      width: 100%;
      z-index: 1000; }
      .header_parks_logo > * {
        margin-right: 100px;
        max-width: 220px; } }
@media only screen and (max-width: 320px) {
  .header_parks {
    height: 113px; }
    .header_parks_logo > * {
      margin-right: 100px;
      max-width: 120px; } }
@media only screen and (min-width: 601px) {
  .header_parks_logo {
    height: 68px; }
    .header_parks_logo > * {
      font-size: 1rem;
      max-width: 370px;
      width: -webkit-calc(100% - 32em);
      width: calc(100% - 32em); } }
@media only screen and (max-width: 478px) {
  .header_parks_logo {
    padding: 0 10px; } }
/*
 * skip links
 */
.skip_links {
  font-size: 0.75rem;
  line-height: 2em;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  white-space: nowrap;
  z-index: 1000; }
  .skip_links li {
    background-color: #ed4e00;
    border-radius: 0 0 0 5px;
    display: block;
    float: right;
    max-height: 2em;
    padding: 0 1em; }
  .skip_links a {
    color: #fff;
    display: block;
    height: 0;
    overflow: hidden;
    text-decoration: none; }
    .skip_links a:focus {
      height: 2em;
      outline: none; }

/*
 * globalnavi [グローバルナビ]
 */
.header_parks {
  /*
  	@include mqTB {
  		&.js_fixed {
  			.header_parks_logo,
  			.header_parks_nav_utility {
  				left: 0;
  				position: fixed;
  				right: 0;
  				width: 100%;
  				z-index: 1000;
  			}
  			.header_parks_logo {
  				background-color: #fff;
  				max-width: none;
  				top: 0;
  				> * {
  					max-width: 1100px;
  					margin: 0 auto;
  					width: auto;
  				}
  				img {
  					max-width: 370px;
  				}
  			}
  			.header_parks_nav_utility {
  				top: 34px;
  			}
  		}
  	}
  */ }
  .header_parks a {
    display: block;
    text-decoration: none;
    vertical-align: bottom; }
    .header_parks a:link, .header_parks a:visited {
      color: #4e4e4e; }
    .header_parks a:active, .header_parks a:hover, .header_parks a:focus {
      color: #4e4e4e; }
  .header_parks strong a:link,
  .header_parks strong a:visited {
    color: #ed4e00; }
  @media only screen and (min-width: 601px) {
    .header_parks #header_parks_inner {
      background-color: #fff;
      z-index: 1000; } }
  @media only screen and (max-width: 600px) {
    .header_parks #header_parks_inner {
      background-color: #fff;
      z-index: 1000; } }
  .header_parks.is-hide {
    transform: translateY(-100%); }

.header_parks_nav {
  text-align: center;
  /*
  &_english,
  &_japanese {
  	font-size: $font-14px;
  	line-height: 30px;
  	margin: 0;
  	position: absolute;
  	a {
  		display: inline-block;
  		&::before {
  			background-image:url(../../assets/img/ico_lang.svg);
  			background-position: left center;
  			background-repeat: no-repeat;
  			background-size: contain;
  			content: '';
  			display: inline-block;
  			height: 14px;
  			margin-right: 7px;
  			vertical-align: middle;
  			width: 14px;
  		}
  	}
  }
  &_search > div {
  	background-color: #fff;
  	border: 1px solid $color-border;
  	border-radius: 3px;
  	width: -webkit-calc(100% - 22px);
  	width: calc(100% - 22px);
  }
  */
  	/*
  	@include mqMin-Max(1000px, 1200px) {
  		&_sub {
  			html[lang='en'] & {
  				> li {
  					font-size: $font-13px;
  				}
  			}
  		}
  		&_utility {
  			html[lang='en'] & {
  				> li {
  					font-size: $font-11px;
  				}
  			}
  		}
  		&_japanese {
  			html[lang='en'] & {
  				font-size: $font-11px;
  			}
  		}
  		&_search {
  			html[lang='en'] & {
  				> div {
  					width: 128px;
  				}
  			}
  		}
  	}
  	@include mqMin-Max($screen-sm, 1055px) {
  		&_utility {
  			html[lang='en'] & {
  				> li {
  					max-width: 14%;
  				}
  			}
  		}
  		&_search {
  			> div {
  				width: 118px;
  			}
  		}
  	}
  	@include mqMin-Max($screen-sm, 1000px) {
  		&_sub {
  			li {
  				margin-left: 1.7%;
  			}
  			html[lang='en'] & {
  				> li {
  					max-width: 30%;
  					font-size: $font-12px;
  				}
  			}
  		}
  		&_utility {
  			font-size: $font-13px;
  			li {
  				margin-left: 1.7%;
  			}
  			html[lang='en'] & {
  				> li {
  					font-size: $font-10px;
  					&:not(.header_nav_search) {
  						max-width: 15%;
  					}
  				}
  			}
  		}
  		&_japanese {
  			html[lang='en'] & {
  				font-size: $font-10px;
  			}
  		}
  //	&_search {
  //		> div {
  //			width: 118px;
  //		}
  //	}
  		&_english,
  		&_japanese {
  			font-size: $font-13px;
  		}
  	}
  	@include mqMin-Max($screen-sm, 900px) {
  		&_main {
  			&_child {
  				ul li {
  					flex-basis: 100%;
  					width: 100%;
  				}
  			}
  		}
  	}
  	@include mqMin-Max((480px - 1px), 540px) {
  		&_english,
  		&_japanese {
  			right: calc(3% + 46px);
  		}
  	}
  	@include mqMax(480px - 1px) {
  		padding: 66px 0 20px;
  		&_sub,
  		&_utility {
  			li {
  				font-size: $font-14px;
  				flex-basis: 100%;
  				width: 100%;
  			}
  		}
  		&_english,
  		&_japanese {
  			right: calc(3% + 36px);
  		}
  		&_button {
  			right: 10px;
  		}
  	}
  	*/ }
  .header_parks_nav_main, .header_parks_nav_sub, .header_parks_nav_utility {
    display: flex; }
  .header_parks_nav_main {
    align-items: center;
    justify-content: space-between; }
    .header_parks_nav_main_wrapper {
      border-top-color: #d7d7d7;
      border-top-style: solid;
      border-top-width: 1px; }
    .header_parks_nav_main li {
      box-sizing: border-box;
      font-size: 0.5rem;
      margin: 0;
      position: relative;
      text-align: center;
      width: 100%; }
      .header_parks_nav_main li + li {
        border-left-color: #d7d7d7;
        border-left-style: solid;
        border-width: 1px; }
    .header_parks_nav_main a {
      color: #411505;
      display: block;
      font-family: 'Kosugi Maru', sans-serif;
      font-weight: 700;
      padding: 8px 0;
      position: relative;
      text-decoration: none; }
      .header_parks_nav_main a::before {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: block;
        height: 24px;
        margin: 0 auto 3px;
        width: 26px; }
      .header_parks_nav_main a::after {
        bottom: 0;
        content: "";
        display: block;
        height: 3px;
        left: 0;
        position: absolute;
        width: 100%; }
      .header_parks_nav_main a[href*="/category/game"] span, .header_parks_nav_main a[href*="/category/attraction"] span {
        display: inline-block;
        transform: scale(0.8, 1);
        transform-origin: top left;
        width: 125%; }
      .header_parks_nav_main a[href*="/character"] {
        color: #a72037; }
        .header_parks_nav_main a[href*="/character"]::before {
          background-image: url(../images/ico_gnav_character.png); }
        .header_parks_nav_main a[href*="/character"]::after {
          background-color: #a72037; }
        .header_parks_nav_main a[href*="/character"].cur, .header_parks_nav_main a[href*="/character"]:hover {
          background-color: #a72037;
          color: #fff; }
          .header_parks_nav_main a[href*="/character"].cur::before, .header_parks_nav_main a[href*="/character"]:hover::before {
            background-image: url(../images/ico_gnav_character_cur.png); }
      .header_parks_nav_main a[href*="/event"] {
        color: #ed621e; }
        .header_parks_nav_main a[href*="/event"]::before {
          background-image: url(../images/ico_gnav_event.svg); }
        .header_parks_nav_main a[href*="/event"]::after {
          background-color: #ed621e; }
        .header_parks_nav_main a[href*="/event"].cur, .header_parks_nav_main a[href*="/event"]:hover {
          background-color: #ed621e;
          color: #fff; }
          .header_parks_nav_main a[href*="/event"].cur::before, .header_parks_nav_main a[href*="/event"]:hover::before {
            background-image: url(../images/ico_gnav_event_cur.svg); }
      .header_parks_nav_main a[href*="/category/goods"] {
        color: #edb01e; }
        .header_parks_nav_main a[href*="/category/goods"]::before {
          background-image: url(../images/ico_gnav_goods.svg); }
        .header_parks_nav_main a[href*="/category/goods"]::after {
          background-color: #edb01e; }
        .header_parks_nav_main a[href*="/category/goods"].cur, .header_parks_nav_main a[href*="/category/goods"]:hover {
          background-color: #edb01e;
          color: #fff; }
          .header_parks_nav_main a[href*="/category/goods"].cur::before, .header_parks_nav_main a[href*="/category/goods"]:hover::before {
            background-image: url(../images/ico_gnav_goods_cur.svg); }
      .header_parks_nav_main a[href*="/category/game"] {
        color: #32a035; }
        .header_parks_nav_main a[href*="/category/game"]::before {
          background-image: url(../images/ico_gnav_game.svg); }
        .header_parks_nav_main a[href*="/category/game"]::after {
          background-color: #32a035; }
        .header_parks_nav_main a[href*="/category/game"].cur, .header_parks_nav_main a[href*="/category/game"]:hover {
          background-color: #32a035;
          color: #fff; }
          .header_parks_nav_main a[href*="/category/game"].cur::before, .header_parks_nav_main a[href*="/category/game"]:hover::before {
            background-image: url(../images/ico_gnav_game_cur.svg); }
      .header_parks_nav_main a[href*="/category/attraction"] {
        color: #0a99bd; }
        .header_parks_nav_main a[href*="/category/attraction"]::before {
          background-image: url(../images/ico_gnav_attraction.svg); }
        .header_parks_nav_main a[href*="/category/attraction"]::after {
          background-color: #0a99bd; }
        .header_parks_nav_main a[href*="/category/attraction"].cur, .header_parks_nav_main a[href*="/category/attraction"]:hover {
          background-color: #0a99bd;
          color: #fff; }
          .header_parks_nav_main a[href*="/category/attraction"].cur::before, .header_parks_nav_main a[href*="/category/attraction"]:hover::before {
            background-image: url(../images/ico_gnav_attraction_cur.svg); }
      .header_parks_nav_main a[href*="/spot"] {
        color: #2e3aaa; }
        .header_parks_nav_main a[href*="/spot"]::before {
          background-image: url(../images/ico_gnav_spot.svg); }
        .header_parks_nav_main a[href*="/spot"]::after {
          background-color: #2e3aaa; }
        .header_parks_nav_main a[href*="/spot"].cur, .header_parks_nav_main a[href*="/spot"]:hover {
          background-color: #2e3aaa;
          color: #fff; }
          .header_parks_nav_main a[href*="/spot"].cur::before, .header_parks_nav_main a[href*="/spot"]:hover::before {
            background-image: url(../images/ico_gnav_spot_cur.svg); }
  .header_parks_nav_sub, .header_parks_nav_utility {
    box-sizing: border-box;
    align-items: center;
    justify-content: flex-end;
    left: 0;
    margin: 0 auto;
    max-width: 1240px;
    position: absolute;
    padding: 0 20px;
    right: 0;
    width: 100%; }
    html[lang='ja'] .header_parks_nav_sub, html[lang='ja'] .header_parks_nav_utility {
      white-space: nowrap; }
    .header_parks_nav_sub li, .header_parks_nav_utility li {
      line-height: 30px; }
  .header_parks_nav_sub {
    font-size: 0.94rem;
    font-weight: bold;
    height: 0;
    top: 50px; }
    .header_parks_nav_sub li {
      margin-left: 3.4%; }
    html[lang='en'] .header_parks_nav_sub > li {
      line-height: 1.2; }
      html[lang='en'] .header_parks_nav_sub > li a {
        align-items: center;
        display: flex;
        min-height: 30px; }
  .header_parks_nav_utility {
    font-size: 0.88rem;
    height: 0;
    padding-right: calc(20px + 3.5%);
    top: 34px; }
    .header_parks_nav_utility li {
      margin-left: 3.5%; }
      .header_parks_nav_utility li:not(.header_nav_utility_search) {
        order: 2; }
    html[lang='en'] .header_parks_nav_utility > li:not(.header_nav_search) {
      line-height: 1.2; }
      html[lang='en'] .header_parks_nav_utility > li:not(.header_nav_search) a {
        align-items: center;
        display: flex;
        min-height: 30px; }
  .header_parks_nav_utility {
    /*
    a {
    	&::before {
    		background-position: left center;
    		background-repeat: no-repeat;
    		background-size: contain;
    		content: '';
    		display: inline-block;
    		height: 14px;
    		margin-right: 7px;
    		vertical-align: middle;
    		width: 14px;
    	}
    	&[href*="/access"]::before {
    		background-image:url(../../assets/img/ico_access.svg);
    	}
    	&[href*="/document"]::before {
    		background-image:url(../../assets/img/ico_document.svg);
    	}
    	&[href*="/contact"]::before {
    		background-image:url(../../assets/img/ico_contact.svg);
    	}
    }
    > li {
    	line-height: 1.2;
    }
    */ }
    .header_parks_nav_utility li {
      display: inline-block;
      font-family: -apple-system, BlinkMacSystemFont, '游ゴシック', 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Hiragino Sans W3', 'Hiragino Sans', 'メイリオ', Meiryo, Arial, sans-serif;
      font-size: 0.56rem;
      font-weight: bold;
      margin: 0;
      vertical-align: middle; }
      .header_parks_nav_utility li + li {
        margin-left: 3px; }
      .header_parks_nav_utility li a {
        align-items: center;
        border: 1px solid #4e4e4e;
        border-radius: 10px;
        color: #4e4e4e;
        display: flex;
        padding: 5px;
        text-decoration: none;
        white-space: nowrap; }
        .header_parks_nav_utility li a::before {
          background-position: center bottom;
          background-repeat: no-repeat;
          background-size: contain;
          content: "";
          display: block;
          height: 11px;
          margin: 0 3px 0 0;
          width: 11px; }
        .header_parks_nav_utility li a[href*="/about"]::before {
          background-image: url(../images/ico_about_b.png); }
        .header_parks_nav_utility li a[href*="login.html"]::before {
          background-image: url(../images/ico_login_b.svg); }
        .header_parks_nav_utility li a[href*="/about"].cur {
          background-color: #a72037;
          border: 1px solid #a72037;
          color: #fff; }
          .header_parks_nav_utility li a[href*="/about"].cur::before {
            background-image: url(../images/ico_about_w.png); }
    .header_parks_nav_utility a:hover {
      opacity: .6; }
  @media only screen and (max-width: 600px) {
    .header_parks_nav {
      box-sizing: border-box;
      left: 0;
      position: absolute;
      top: 57px;
      width: 100%;
      		/*
      		&_sub,
      		&_utility {
      			flex-wrap: wrap;
      			font-size: $font-16px;
      			html[lang='ja'] & {
      				li {
      					flex-basis: 50%;
      					width: 50%;
      					&:nth-child(even) {
      						border-left: 1px solid #fff;
      						margin-left: -1px;
      					}
      				}
      			}
      			html[lang='en'] & {
      				li {
      					flex-basis: 100%;
      					width: 100%;
      				}
      			}
      		}
      		&_utility li {
      			&:last-child:nth-child(odd) {
      				border-left: 1px solid #fff;
      				flex-basis: 100%;
      				margin-left: 0;
      				width: 100%;
      			}
      		}
      		&_utility li {
      			&:last-child,
      			&:nth-last-of-type(2):nth-child(odd) {
      				flex-basis: 100%;
      				width: 100%;
      			}
      		}
      
      		&_english,
      		&_japanese {
      			font-feature-settings: normal;
      			position: fixed;
      			right: 80px;
      			top: 18px;
      			z-index: 1004;
      			.js_nav_open & {
      				z-index: 999;
      			}
      			a {
      				letter-spacing: -1em;
      				overflow: hidden;
      //				font-size: 0;
      				position: relative;
      				&:link,
      				&:visited,
      				&:hover,
      				&:active {
      					color: #fff;
      				}
      				&::before {
      					position: relative;
      					z-index: 1;
      				}
      				&::after {
      					font-size: $font-14px;
      					letter-spacing: normal;
      					line-height: 30px;
      					vertical-align: middle;
      				}
      				&:link,
      				&:visited {
      					&::after {
      						color: $color-text;
      					}
      				}
      				&:hover,
      				&:active {
      					&::after {
      						color: $color-hover;
      					}
      				}
      			}
      		}
      		&_english {
      			a {
      				&::after {
      					content: 'EN';
      				}
      			}
      		}
      		&_japanese {
      			a {
      				&::after {
      					content: 'JA';
      				}
      			}
      		}
      		&_search {
      			border-left-style: none !important;
      			flex-basis: 100% !important;
      			padding: 20px 0;
      			margin: 0 20px;
      			width: 100% !important;
      			> div {
      				height: 38px;
      				line-height: 38px;
      				margin: 0 auto;
      				max-width: 368px;
      			}
      		}
      		*/ }
      .header_parks_nav a {
        font-weight: bold; }
      .header_parks_nav li {
        border-top: 1px solid #fff; }
      .header_parks_nav_main_child {
        display: none; }
      .header_parks_nav_utility {
        top: 27px;
        margin-right: 20px;
        padding-right: 0;
        z-index: 1100; }
        .header_parks_nav_utility li {
          line-height: 24px; }
          .header_parks_nav_utility li a {
            padding: 0 5px; }
      .header_parks_nav_button {
        cursor: pointer;
        position: fixed;
        right: 20px;
        top: 20px;
        z-index: 1001; }
        .header_parks_nav_button:before {
          border-top: 2px solid #222;
          bottom: 0;
          content: '';
          display: block;
          height: 0;
          left: 0;
          margin: auto;
          position: absolute;
          right: 0;
          top: 0;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s;
          width: 20px;
          z-index: 1002; }
        .header_parks_nav_button:after {
          background-color: rgba(255, 255, 255, 0);
          content: '';
          display: block;
          height: 66px;
          left: -10px;
          margin: auto;
          position: absolute;
          right: 0;
          top: -20px;
          width: 66px;
          z-index: 1003; }
        .header_parks_nav_button:hover {
          opacity: .6; }
        .header_parks_nav_button:focus {
          opacity: .6; }
          html[data-keypress-flag] .header_parks_nav_button:focus {
            outline: 1px dotted #ed4e00; }
        .header_parks_nav_button span {
          display: block;
          height: 26px;
          overflow: hidden;
          position: relative;
          text-indent: 30px;
          white-space: nowrap;
          width: 26px; }
          .header_parks_nav_button span:before, .header_parks_nav_button span:after {
            border-top: 2px solid #222;
            bottom: 0;
            content: '';
            display: block;
            height: 0;
            left: 0;
            margin: auto;
            position: absolute;
            right: 0;
            top: 0;
            -moz-transition: all 0.2s;
            -o-transition: all 0.2s;
            -webkit-transition: all 0.2s;
            transition: all 0.2s;
            width: 20px;
            z-index: 1002; }
          .header_parks_nav_button span:before {
            top: -14px; }
          .header_parks_nav_button span:after {
            top: 14px; }
        .js_nav_open .header_parks_nav_button:before {
          opacity: 0;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
        .js_nav_open .header_parks_nav_button span:before {
          top: 0;
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .js_nav_open .header_parks_nav_button span:after {
          top: 0;
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg); }
      .js_nav_open .header_parks_nav {
        height: 100%;
        opacity: 1;
        top: 0; } }
  @media only screen and (max-width: 320px) {
    .header_parks_nav {
      top: 60px; }
      .header_parks_nav_utility {
        top: 28px;
        margin-right: 0; } }
  @media only screen and (min-width: 601px) {
    .header_parks_nav {
      line-height: 1;
      /*
      a {
      	&[href*='aiit.cybozu.com'] {
      		border-radius: 3px;
      	}
      }
      &_home {
      	display: none;
      }
      */
      /*
      &_sub,
      &_utility {
      	box-sizing: border-box;
      	align-items: center;
      	justify-content: flex-end;
      	left: 0;
      	margin: 0 auto;
      	max-width: $screen-lg - 20px * 2;
      	position: absolute;
      	padding: 0 20px;
      	right: 0;
      	width: 100%;
      	html[lang='ja'] & {
      		white-space: nowrap;
      	}
      	li {
      		line-height: 30px;
      	}
      }
      &_sub {
      	font-size: $font-15px;
      	font-weight: bold;
      	height: 0;
      	top: 50px;
      	li {
      		margin-left: 3.4%;
      	}
      	html[lang='en'] & {
      		> li {
      			line-height: 1.2;
      			a {
      				align-items: center;
      				display: flex;
      				min-height: 30px;
      			}
      		}
      	}
      }
      &_utility {
      	font-size: $font-14px;
      	height: 0;
      	padding-right: -webkit-calc(3.5em + 27px + 3.5%);
      	padding-right: calc(3.5em + 27px + 3.5%);
      	top: 13px;
      	li {
      		margin-left: 3.5%;
      		&:not(.header_nav_utility_search) {
      			order: 2;
      		}
      	}
      	html[lang='en'] & {
      		> li:not(.header_nav_search) {
      			line-height: 1.2;
      			a {
      				align-items: center;
      				display: flex;
      				min-height: 30px;
      			}
      		}
      	}
      }
      */
      /*
      &.js_float {
      	left: 0;
      	position: absolute;
      	right: 0;
      	.header_parks_nav_utility {
      		top: -35px;
      	}
      	.header_nav_sub {
      		top: -45px;
      	}
      	.header_parks_nav_main_wrapper {
      		margin: 0;
      	}
      }
      &.js_fixed {
      	background-color: #fff;
      	position: fixed;
      	top: 0;
      	z-index: 100;
      }
      */ }
      .header_parks_nav_main {
        align-items: stretch;
        flex-wrap: nowrap;
        justify-content: center;
        margin: 0 auto;
        max-width: 1100px; }
        .header_parks_nav_main > li {
          border: none;
          display: flex;
          font-size: 0.88rem;
          position: relative;
          				/*
          				display: flex;
          				flex: auto;
          				flex-grow: 1;
          				max-width: 50%;
          				min-height: 2.85rem;
          				min-width: 0;
          				word-wrap: break-word;
          				> a,
          				> strong,
          				> strong > a {
          					align-items: center;
          					display: flex;
          					justify-content: center;
          					height: 100%;
          					width: 100%;
          				}
          				> a,
          				> strong > a {
          					box-sizing: border-box;
          					font-size: $font-16px;
          					font-weight: bold;
          					padding: .2em .1em;
          					text-align: center;
          				}
          				&.js_nav_open > a,
          				&:hover > a {
          					color: $color-main;
          				}
          				&.js_nav_open,
          				&:hover {
          					> a:not(:last-child),
          					> strong:not(:last-child) > a {
          						background-color: $color-bg;
          					}
          					.header_nav_main_child_wrapper {
          						background-color: $color-bg;
          						overflow: visible;
          						width: 100%;
          						@include transition(background-color .2s, width 0s);
          //						&::after {
          //							opacity: 1;
          //						}
          					}
          					.header_nav_main_child {
          						opacity: 1;
          					}
          				}
          				*/ }
          .header_parks_nav_main > li::before {
            background-color: #dcdcdc;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 1px;
            z-index: 20; }
          .header_parks_nav_main > li:last-child::after {
            background-color: #dcdcdc;
            content: '';
            height: 100%;
            right: 0;
            position: absolute;
            top: 0;
            width: 1px;
            z-index: 20; }
          .header_parks_nav_main > li + li {
            border: none; }
        .header_parks_nav_main a {
          align-items: center;
          display: flex;
          flex-basis: 100%;
          justify-content: center;
          padding: 18px 0; }
          .header_parks_nav_main a::before {
            background-position: center;
            margin: 0 10px 0 0; }
          .header_parks_nav_main a::after {
            z-index: 10; }
          .header_parks_nav_main a[href*="/category/game"] span, .header_parks_nav_main a[href*="/category/attraction"] span {
            display: inline-block;
            transform: scale(1, 1);
            width: auto; }
        .header_parks_nav_main_wrapper {
          position: relative;
          margin: 0 -20px; }
          .header_parks_nav_main_wrapper::after {
            background-color: #a72037;
            bottom: 0;
            content: "";
            display: block;
            height: 3px;
            left: 0;
            position: absolute;
            width: 100%; }
        .header_parks_nav_main_child {
          display: flex;
          flex-wrap: nowrap;
          justify-content: center;
          margin: 0 auto;
          max-width: 1240px;
          opacity: 0;
          -moz-transition: all 0.2s;
          -o-transition: all 0.2s;
          -webkit-transition: all 0.2s;
          transition: all 0.2s; }
          .header_parks_nav_main_child a {
            color: #222;
            display: inline-block; }
            .header_parks_nav_main_child a:active, .header_parks_nav_main_child a:hover, .header_parks_nav_main_child a:focus {
              color: #222;
              text-decoration: underline; }
              .header_parks_nav_main_child a:active img, .header_parks_nav_main_child a:hover img, .header_parks_nav_main_child a:focus img {
                opacity: .8; }
          .header_parks_nav_main_child ul {
            display: inline-block;
            margin: -1.25em auto;
            text-align: left; }
            .header_parks_nav_main_child ul::after {
              clear: both;
              content: '';
              display: block; }
            .header_parks_nav_main_child ul li {
              display: inline-block;
              float: left;
              margin-top: .5em;
              max-width: 50%; }
              .header_parks_nav_main_child ul li:nth-child(odd) {
                clear: both;
                min-width: 50%;
                width: 50vw; }
          .header_parks_nav_main_child figure {
            max-width: 240px; }
          .header_parks_nav_main_child figcaption {
            padding-bottom: .5em; }
          .header_parks_nav_main_child > li {
            box-sizing: border-box;
            padding: 50px 20px 50px 0;
            text-align: center;
            width: 100%; }
            .header_parks_nav_main_child > li:first-child {
              flex: 0 0 auto; }
              .header_parks_nav_main_child > li:first-child:nth-of-last(3) {
                max-width: 58%; }
              .header_parks_nav_main_child > li:first-child:nth-of-last(2) {
                max-width: 79%; }
            .header_parks_nav_main_child > li:not(:first-child) {
              flex: 0 0 21%;
              max-width: 21%;
              width: 260px; }
          .header_parks_nav_main_child_wrapper {
            background-color: rgba(240, 240, 240, 0);
            overflow: hidden;
            left: 0;
            position: absolute;
            top: 100%;
            -moz-transition: background-color 0.2s 0s, width 0s 0.2s;
            -o-transition: background-color 0.2s 0s, width 0s 0.2s;
            -webkit-transition: background-color 0.2s, width 0s;
            -webkit-transition-delay: 0s, 0.2s;
            transition: background-color 0.2s 0s, width 0s 0.2s;
            width: 0;
            z-index: 999; }
            .header_parks_nav_main_child_wrapper::after {
              background-color: #f0f0f0;
              bottom: 0;
              box-shadow: 0 10px 10px rgba(153, 153, 153, 0.7);
              content: '';
              display: block;
              height: 20px;
              opacity: 0;
              position: absolute;
              -moz-transition: all 0.2s;
              -o-transition: all 0.2s;
              -webkit-transition: all 0.2s;
              transition: all 0.2s;
              width: 100%; }
        .header_parks_nav_main .chk_style {
          width: -webkit-calc(100% - 60px);
          width: calc(100% - 60px); }
          .header_parks_nav_main .chk_style li {
            white-space: nowrap; }
        .header_parks_nav_main .set_style li:nth-child(odd) {
          margin-right: 60px;
          width: auto; }
        html[lang='en'] .header_parks_nav_main > li {
          line-height: 1.2; }
          html[lang='en'] .header_parks_nav_main > li:nth-child(1), html[lang='en'] .header_parks_nav_main > li:nth-child(3), html[lang='en'] .header_parks_nav_main > li:nth-child(6) {
            flex-basis: 12%; }
          html[lang='en'] .header_parks_nav_main > li:nth-child(5) {
            flex-basis: 17%; }
          html[lang='en'] .header_parks_nav_main > li:nth-child(4) {
            flex-basis: 22%; }
          html[lang='en'] .header_parks_nav_main > li:nth-child(2) {
            flex-basis: 25%; }
      .header_parks_nav_utility li {
        font-size: 1.13rem; }
        .header_parks_nav_utility li + li {
          margin-left: 15px; }
        .header_parks_nav_utility li a {
          padding: 8px 20px; }
          .header_parks_nav_utility li a::before {
            height: 20px;
            margin: 0 5px 0 0;
            width: 20px; }
      .header_parks_nav_english, .header_parks_nav_japanese {
        box-sizing: border-box;
        height: 0;
        left: 0;
        margin: 0 auto;
        max-width: 1240px;
        padding: 0 20px;
        right: 0;
        text-align: right;
        top: 13px;
        width: 100%; }
      .header_parks_nav_search {
        order: 1 !important; }
        .header_parks_nav_search > div {
          height: 28px;
          line-height: 28px;
          width: 178px; }
      .header_parks_nav_button {
        display: none; } }

/*
 * breadcrumb [ パンくず ]
 */
.breadcrumb {
  font-size: 0.81rem;
  margin: 20px auto 0;
  max-width: 1200px;
  padding: 0 20px; }
  .breadcrumb a {
    vertical-align: middle; }
    .breadcrumb a:link, .breadcrumb a:visited {
      color: #666; }
    .breadcrumb a:active, .breadcrumb a:hover, .breadcrumb a:focus {
      color: #999; }
  .breadcrumb ol {
    letter-spacing: -.4em;
    overflow: auto;
    white-space: nowrap;
    width: 100%; }
  .breadcrumb li {
    display: inline;
    letter-spacing: normal;
    white-space: nowrap; }
    .breadcrumb li:nth-child(n+2)::before {
      border-color: #666;
      border-style: solid;
      border-width: 0 1px 1px 0;
      content: '';
      display: inline-block;
      height: .4em;
      margin: 0 .6em;
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
      vertical-align: middle;
      width: .4em; }
    .breadcrumb li:last-child a {
      color: #222;
      text-decoration: none; }
  @media only screen and (min-width: 601px) {
    .breadcrumb ol {
      overflow: hidden;
      text-overflow: ellipsis; } }
  @media only screen and (max-width: 478px) {
    .breadcrumb {
      padding: 0 10px; } }

/*
 * localnavi [ローカルナビ]
 */
.localnavi_item {
  font-size: 0.94rem; }
  .localnavi_item a {
    display: block;
    position: relative;
    padding: 12px 15px;
    text-decoration: none; }
    .localnavi_item a:link, .localnavi_item a:visited {
      color: #222; }
    .localnavi_item a:active, .localnavi_item a:hover, .localnavi_item a:focus {
      color: #999; }
  .localnavi_item > li > a {
    background-color: #f0f0f0;
    font-size: 1.13rem;
    font-weight: bold; }
  .localnavi_item > li > ul > li {
    border-bottom: 1px solid #ccc; }
    .localnavi_item > li > ul > li li {
      margin-left: 10px; }
    .localnavi_item > li > ul > li > a:not(:last-child) {
      background-color: #f0f0f0;
      font-weight: bold; }
    .localnavi_item > li > ul > li > ul {
      background-color: #f0f0f0; }
.localnavi_item_root > a:last-child,
.localnavi strong a {
  color: #ed4e00 !important;
  font-weight: bold; }
@media only screen and (max-width: 600px) {
  .localnavi {
    padding-bottom: 20px; } }
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .localnavi {
    margin: 60px -20px 0; } }
@media only screen and (max-width: 478px) {
  .localnavi {
    margin: 40px -10px 0; } }

/* nav_list */
.nav_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 20px; }
  .nav_list > li {
    margin-top: 40px;
    flex-basis: 100%;
    width: 100%; }
  .nav_list a {
    position: relative;
    text-decoration: none; }
    .nav_list a:link, .nav_list a:visited {
      color: #222; }
    .nav_list a:active, .nav_list a:hover, .nav_list a:focus {
      color: #999; }
  .nav_list img {
    display: block;
    vertical-align: bottom;
    width: 100%; }
  .nav_list dl {
    position: relative; }
    .nav_list dl:after {
      clear: both;
      content: '';
      display: block; }
  .nav_list dt {
    border-bottom: 2px solid #ccc;
    font-size: 1.25rem;
    font-weight: bold;
    line-height: 1.4;
    padding: .2em 0; }
    .nav_list dt a {
      display: block;
      padding-right: 10px; }
      .nav_list dt a::before, .nav_list dt a::after {
        border-left: 2px solid #ed4e00;
        content: '';
        display: block;
        height: 10px;
        position: absolute;
        right: 1px;
        width: 0; }
      .nav_list dt a::before {
        margin-top: -1px;
        top: 50%;
        -moz-transform: rotate(35deg);
        -ms-transform: rotate(35deg);
        -webkit-transform: rotate(35deg);
        transform: rotate(35deg); }
      .nav_list dt a::after {
        bottom: 50%;
        margin-bottom: -1px;
        -moz-transform: rotate(-35deg);
        -ms-transform: rotate(-35deg);
        -webkit-transform: rotate(-35deg);
        transform: rotate(-35deg); }
  .nav_list dd {
    margin-top: 1em; }
    .nav_list dd ul {
      margin-left: -30px; }
    .nav_list dd li {
      display: inline-block;
      margin-left: 30px; }
      .nav_list dd li a {
        display: inline-block;
        position: static; }
        .nav_list dd li a:active, .nav_list dd li a:hover, .nav_list dd li a:focus {
          text-decoration: underline; }
      .nav_list dd li:not(.wm-icon) a {
        padding-left: 15px; }
        .nav_list dd li:not(.wm-icon) a::before {
          border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #ed4e00;
          border-style: solid;
          border-width: 3px 0 3px 4px;
          content: '';
          display: block;
          height: 0;
          left: 1px;
          margin-top: -3px;
          position: absolute;
          top: 0.85em;
          width: 0; }
  .nav_list .nav_list_wide {
    flex-basis: 100%;
    width: 100%; }
    .nav_list .nav_list_wide dt {
      border-bottom-width: 3px;
      font-size: 1.38rem; }
  .nav_list .nav_list_image a {
    display: block; }
  .nav_list li:not(.nav_list_wide) dt:nth-last-child(3),
  .nav_list li:not(.nav_list_wide) dd:nth-child(3) {
    float: right;
    width: -webkit-calc(100% - 30.51% - 20px);
    width: calc(100% - 30.51% - 20px); }
  .nav_list li:not(.nav_list_wide) .nav_list_image {
    float: left;
    margin: 0;
    width: 30.51%; }
  @media only screen and (min-width: 480px) and (max-width: 600px) {
    .nav_list dt {
      font-size: 1.5rem; }
    .nav_list .nav_list_wide dt {
      font-size: 1.63rem; } }
  @media only screen and (min-width: 640px) and (max-width: 600px) {
    .nav_list li:not(.nav_list_wide) dt:nth-last-child(3) {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px); }
    .nav_list li:not(.nav_list_wide) dd:nth-child(3) {
      width: -webkit-calc(100% - 200px);
      width: calc(100% - 200px); }
    .nav_list li:not(.nav_list_wide) .nav_list_image {
      width: 180px; } }
  @media only screen and (min-width: 601px) {
    .nav_list > li {
      flex-basis: -webkit-calc(50% - 20px);
      flex-basis: calc(50% - 20px);
      margin-top: 60px;
      width: -webkit-calc(50% - 20px);
      width: calc(50% - 20px); }
    .nav_list dt {
      font-size: 1.63rem; }
    .nav_list .nav_list_image {
      width: 30.51%; }
    .nav_list .nav_list_wide dt {
      font-size: 1.88rem; }
      .nav_list .nav_list_wide dt:nth-last-child(3) {
        float: right;
        width: -webkit-calc(50% - 20px);
        width: calc(50% - 20px); }
    .nav_list .nav_list_wide dd:nth-child(3) {
      float: right;
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px); }
    .nav_list .nav_list_wide .nav_list_image {
      float: left;
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px); } }
  @media only screen and (min-width: 1000px) {
    .nav_list > li {
      flex-basis: -webkit-calc(50% - 30px);
      flex-basis: calc(50% - 30px);
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); }
    .nav_list .nav_list_wide dt:nth-last-child(3),
    .nav_list .nav_list_wide dd:nth-child(3),
    .nav_list .nav_list_wide .nav_list_image {
      width: -webkit-calc(50% - 10px);
      width: calc(50% - 10px); } }

/* boxlink */
.wm-column-item > a {
  color: inherit;
  text-decoration: none; }
  .wm-column-item > a img:hover {
    opacity: .9; }
.wm-column-item > div {
  height: 100%; }
.wm-column-item dl:first-child:last-child {
  background-color: #fff;
  box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%; }
  .wm-column-item dl:first-child:last-child dt {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 15px;
    position: relative;
    order: 2;
    text-align: center;
    width: 100%; }
  .wm-column-item dl:first-child:last-child dd {
    margin: 0;
    order: 1;
    width: 100%; }
  .wm-column-item dl:first-child:last-child ~ * {
    margin: 15px 15px 0; }
  .wm-column-item dl:first-child:last-child img {
    display: block;
    width: 100%; }

.wm-column-item dt span,
.swiper-slide dt span {
  display: block;
  width: 100%; }

.title_sub {
  font-size: 0.75rem;
  font-weight: normal; }

/* office info */
.office_info {
  background-color: #fff;
  border: 1px solid #d5d5d5;
  margin-top: 70px;
  padding: 25px; }
  .office_info:after {
    clear: both;
    content: '';
    display: block; }
  .office_info h2 {
    margin-top: 0;
    float: left; }
  .office_info > p {
    float: right;
    margin-top: .3rem; }
  .office_info .infolist {
    clear: both; }
    .office_info .infolist dt {
      padding-top: 10px; }
    .office_info .infolist dd:not(.infolist_label) {
      border-style: none;
      padding: 10px 0; }

/* google map */
.google_map iframe {
  width: 100%;
  margin-top: 20px; }
.google_map + table tbody th {
  width: 2em; }

/* youtube */
.yt_movie {
  max-width: 560px;
  margin: 10px auto 0;
  position: relative; }
  .yt_movie:before {
    content: '';
    display: block;
    padding-top: 56.25%; }
  *:not(p) + .yt_movie {
    margin-top: 30px; }
  .yt_movie iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

/* business pickup */
.content #pickup + .wm-column3 a {
  display: block; }
.content #pickup + .wm-column3 h3 {
  color: inherit;
  font-size: 1.125rem;
  text-align: center; }
.content #pickup + .wm-column3 .wm-column-item {
  position: relative;
  padding-bottom: 15px; }
  .content #pickup + .wm-column3 .wm-column-item:before {
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2);
    content: '';
    display: block;
    height: 100%;
    left: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0; }
  .content #pickup + .wm-column3 .wm-column-item > * {
    position: relative; }
    .content #pickup + .wm-column3 .wm-column-item > *:not(figure) {
      margin: 15px 15px 0;
      z-index: 1; }
  .content #pickup + .wm-column3 .wm-column-item:hover a:after {
    content: '';
    display: block;
    height: 100%;
    left: 30px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .content #pickup + .wm-column3 .wm-column-item:hover > figure {
    position: static; }

/* product_info */
#product_info {
  margin-top: 50px; }
  #product_info th {
    width: 8em; }

.product_label {
  margin: -5px 0 0 -5px; }
  .product_label:after {
    clear: both;
    content: '';
    display: block; }
  .product_label li {
    color: #fff;
    font-size: 0.75rem;
    display: inline-block;
    float: left;
    line-height: 1.6em;
    margin: 5px 0 0 5px;
    min-width: 6.6em;
    padding: 0 .2em;
    text-align: center; }
  .product_label_type {
    background-color: #3d96da; }
  .product_label_target {
    background-color: #599e4b; }

.content header:not(.top_header) h1:not(:last-child) {
  border-style: none;
  margin: 0; }
  .content header:not(.top_header) h1:not(:last-child):after {
    display: none; }
.content header:not(.top_header) h1 + p:last-child {
  border-bottom: 1px solid #ccc;
  font-size: 1.25rem;
  font-weight: bold;
  margin: 0; }
  .content header:not(.top_header) h1 + p:last-child:after {
    border-top: 4px solid #ed4e00;
    content: '';
    display: block;
    margin: 10px 0 -4px;
    max-width: 150px;
    width: 30%; }
  @media only screen and (max-width: 600px) {
    .content header:not(.top_header) h1 + p:last-child {
      font-size: 1.13rem; } }

/* contact */
#contact {
  box-sizing: border-box;
  margin: 40px auto 0;
  max-width: 1200px;
  padding: 40px 25px;
  text-align: center; }
  #contact dt {
    margin-top: 0;
    font-size: 1.125rem; }
  #contact dd.wm-button a {
    min-width: 50%; }
    #contact dd.wm-button a:before {
      background: url(../../assets/img/ico_contact.svg) center center no-repeat;
      -moz-background-size: contain;
      -o-background-size: contain;
      -webkit-background-size: contain;
      background-size: contain;
      border-style: none;
      display: inline-block;
      margin-right: 10px;
      height: 16px;
      position: static;
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
      vertical-align: middle;
      width: 20px; }
  @media only screen and (min-width: 601px) {
    #contact {
      margin-top: 70px; }
      .wide_style #contact {
        background-color: #f6f6f6;
        border-style: none;
        margin: 90px -20px -20px;
        max-width: 200%;
        padding: 90px 20px 0;
        position: relative; }
        .wide_style #contact:after {
          background-color: #f6f6f6;
          content: '';
          display: block;
          height: 160px;
          left: 0;
          position: absolute;
          right: 0;
          top: 100%;
          width: 100%;
          z-index: -1; }
        .wide_style #contact dt {
          font-size: 2.25rem; }
        .wide_style #contact dd.wm-button a {
          min-width: 420px;
          width: 420px; } }

/*# sourceMappingURL=content.css.map */
