@charset "UTF-8";
.display-none {
  display: none !important; }

@media screen and (max-width: 320px) {
  .display-none-sss {
    display: none !important; } }

@media screen and (max-width: 480px) {
  .display-none-ss {
    display: none !important; } }

@media screen and (max-width: 768px) {
  .display-none-s {
    display: none !important; } }

@media screen and (min-width: 769px) {
  .display-none-l {
    display: none !important; } }

@media screen and (min-width: 1366px) {
  .display-none-ll {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .display-none-m {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .display-none-mm {
    display: none !important; } }

/* Windows 用 Medium 指定の游ゴシック */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium"); }

/* font-weight: bold の時は通常どおり Bold 書体を使わせる */
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold; }

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ",Meiryo,"游ゴシック",YuGothic,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif; } }

@font-face {
  font-family: 'seaside_resort_nfregular';
  src: url("../fonts/seasideresortnf-webfont.eot");
  src: url("../fonts/seasideresortnf-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/seasideresortnf-webfont.woff2") format("woff2"), url("../fonts/seasideresortnf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

.seaside {
  font-family: 'seaside_resort_nfregular'; }

.oswald {
  font-family: 'Oswald', sans-serif; }

.damion {
  font-family: 'Damion', cursive; }

.l-contents-block {
  padding-left: 0;
  padding-right: 0; }

a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  cursor: pointer;
  text-decoration: underline; }

html {
  font-size: 62.5%; }

body {
  color: #000;
  -webkit-font-smoothing: antialiased;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  -moz-osx-font-smoothing: grayscale;
  /* ゴシック体指定 */
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px; }

.txt-center {
  text-align: center; }

.l-contents-block {
  padding-left: 0;
  padding-right: 0; }

.sc_sp {
  display: none; }

@media screen and (max-width: 768px) {
  .sc_pc {
    display: none; }
  .sc_sp {
    display: block; } }

@font-face {
  font-family: 'seaside_resort_nfregular';
  src: url("../fonts/seasideresortnf-webfont.eot");
  src: url("../fonts/seasideresortnf-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/seasideresortnf-webfont.woff2") format("woff2"), url("../fonts/seasideresortnf-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@media screen and (min-width: 769px) {
  body {
    min-width: 1150px; } }

a, a:hover {
  text-decoration: none; }

ul {
  list-style-type: none; }

.wrapper {
  width: 1024px;
  margin: 0 auto; }
  @media screen and (max-width: 768px) {
    .wrapper {
      width: 92%; } }

@media screen and (min-width: 769px) {
  .sp-only {
    display: none; } }

@media screen and (max-width: 1024px) {
  .under-1024 {
    display: block; } }

@media screen and (min-width: 1025px) {
  .under-1024 {
    display: none; } }

@media screen and (max-width: 1024px) {
  .under-1024_off {
    display: none; } }

@media screen and (min-width: 1025px) {
  .under-1024_off {
    display: block; } }

.starcamp img {
  max-width: 100%;
  display: block;
  margin: auto; }

/* btn */
.starcampBtn {
  padding: 8px 0;
  width: 100%;
  display: inline-block;
  text-align: center; }
  .starcampBtn__overviewBox {
    width: 260px;
    background: #fff;
    border: 1px solid #8b8b8b;
    color: #000;
    position: relative; }
    @media screen and (max-width: 768px) {
      .starcampBtn__overviewBox {
        width: 100%;
        padding: 12px 0; } }
    .starcampBtn__overviewBox:after {
      position: absolute;
      content: "";
      background: url("../img/main/arrow02.png") no-repeat;
      background-size: contain;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 14px;
      width: 10px;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .starcampBtn__overviewBox:hover {
      opacity: 0.85; }
      .starcampBtn__overviewBox:hover:after {
        -webkit-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0); }
  .starcampBtn__contentBtn {
    border: 2px solid #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 170%;
    position: relative; }
    .starcampBtn__contentBtn:after {
      position: absolute;
      content: "";
      background: url("../img/main/arrow04.png") no-repeat;
      background-size: contain;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 17px;
      width: 10px;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .starcampBtn__contentBtn:hover:after {
      -webkit-transform: translate(50%, 0);
      -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      transform: translate(50%, 0); }
  .starcampBtn__lineup {
    background: #001a3a;
    padding: 15px 0;
    color: #fff;
    display: inline-block;
    width: 320px;
    position: relative;
    font-weight: bold; }
    @media screen and (max-width: 768px) {
      .starcampBtn__lineup {
        width: 92%; } }
    .starcampBtn__lineup:after {
      position: absolute;
      content: "";
      background: url("../img/main/arrow04.png") no-repeat;
      background-size: contain;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto 0;
      height: 17px;
      width: 10px;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease; }
    .starcampBtn__lineup:hover:after {
      -webkit-transform: translate(50%, 0);
      -moz-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      transform: translate(50%, 0); }

.mv {
  background-size: cover;
  background-position: top;
  position: relative; }
  @media screen and (min-width: 1366px) {
    .mv {
      height: auto; }
      .mv img {
        width: 100%; } }
  @media screen and (min-width: 769px) {
    .mv {
      height: 60vm; }
      .mv img {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .mv {
      height: auto;
      background-size: cover; } }
  .mv h2 {
    width: 60vw;
    height: auto;
    position: absolute;
    top: 16vw;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9; }
    @media screen and (min-width: 1366px) {
      .mv h2 {
        width: 50vw;
        top: 13vw; } }
    @media screen and (min-width: 769px) {
      .mv h2 {
        min-width: 460px; } }
    @media screen and (max-width: 1024px) {
      .mv h2 {
        top: 190px; } }
    @media screen and (max-width: 768px) {
      .mv h2 {
        width: 82%;
        height: auto;
        top: 34vw; } }
  .mv__map {
    width: 22vw;
    position: absolute;
    top: -16vw;
    right: -17vw;
    z-index: -1; }
    @media screen and (min-width: 1366px) {
      .mv__map {
        width: 18.5vw;
        top: -13vw;
        right: -15vw; } }
    @media screen and (min-width: 769px) {
      .mv__map {
        min-width: 400px; } }
    @media screen and (max-width: 1024px) {
      .mv__map {
        top: -185px;
        right: -170px; } }
    @media screen and (max-width: 768px) {
      .mv__map {
        width: 33vw;
        top: -23vw;
        right: -8.5vw; } }
  .mv__upper_left {
    width: 17vw;
    position: absolute;
    top: 0;
    left: 0; }
    @media screen and (min-width: 1366px) {
      .mv__upper_left {
        width: 20vw; } }
    @media screen and (min-width: 769px) {
      .mv__upper_left {
        min-width: 240px; } }
    @media screen and (max-width: 768px) {
      .mv__upper_left {
        width: 35vw; } }
  .mv__present {
    width: 36vw;
    position: absolute;
    bottom: 130px;
    left: 10px; }
    @media screen and (min-width: 1366px) {
      .mv__present {
        width: 31vw; } }
    @media screen and (min-width: 769px) {
      .mv__present {
        min-width: 360px; } }
    @media screen and (max-width: 1024px) {
      .mv__present {
        bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .mv__present {
        width: 98%;
        bottom: -34vw;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 9; } }
  .mv__canceled {
    width: 20vw;
    max-width: 330px;
    position: absolute;
    bottom: 120px;
    right: 30px; }
    @media screen and (max-width: 1024px) {
      .mv__canceled {
        bottom: 30px; } }
    @media screen and (max-width: 768px) {
      .mv__canceled {
        max-width: 580px;
        position: initial;
        display: block;
        width: 90%;
        margin: 30px auto 0; } }
    .mv__canceled:hover {
      opacity: 0.8; }
  .mv .menuButton {
    width: 65px;
    padding: 8px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 110%;
    background-color: #e60012;
    position: fixed;
    top: 58px;
    right: 0;
    z-index: 9; }
    .mv .menuButton span {
      font-size: 12px;
      display: block; }
  .mv div.mv_menu {
    width: 100%;
    box-sizing: border-box;
    padding-left: 80px;
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 1px #dcdcdc solid;
    bottom: 0;
    z-index: 9;
    clear: both;
    overflow: hidden; }
    @media screen and (max-width: 1024px) {
      .mv div.mv_menu {
        z-index: 10;
        position: fixed;
        display: none;
        height: 100vh;
        padding: 30px 0 60px;
        background-color: #e60012;
        top: 0;
        bottom: auto; } }
    .mv div.mv_menu li {
      padding: 38px 0;
      margin-right: 56px;
      font-family: 'Oswald', sans-serif;
      font-size: 20px;
      float: left; }
      @media screen and (max-width: 1024px) {
        .mv div.mv_menu li {
          padding: 0;
          font-size: 34px;
          float: none;
          margin: 0 0 30px 0;
          text-align: center; } }
      .mv div.mv_menu li a {
        color: #003d49;
        text-decoration: none;
        text-decoration-color: #fff; }
        @media screen and (max-width: 1024px) {
          .mv div.mv_menu li a {
            color: #fff; } }
      .mv div.mv_menu li:last-child {
        width: 310px;
        margin: 0;
        background-color: #ffec00;
        font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
        font-size: 22px;
        font-weight: bold;
        text-align: left;
        color: #000;
        padding: 26px 0 26px 26px;
        float: right;
        position: relative; }
        @media screen and (max-width: 1024px) {
          .mv div.mv_menu li:last-child {
            font-size: 20px;
            float: none;
            margin: 0 auto;
            padding: 19px 0; } }
        .mv div.mv_menu li:last-child:after {
          content: "";
          width: 10px;
          height: 17px;
          background: url(../img/main/arrow03.png) no-repeat;
          background-size: contain;
          display: inline-block;
          margin-left: 20px; }
        .mv div.mv_menu li:last-child span {
          width: 119px;
          height: 83px;
          position: absolute;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; }
          @media screen and (max-width: 1024px) {
            .mv div.mv_menu li:last-child span {
              width: 100px;
              height: 70px; } }
    .mv div.mv_menu li.joinlink {
      background: #ffec00; }
      .mv div.mv_menu li.joinlink a {
        color: #000;
        text-decoration: none; }
    .mv div.mv_menu li.closelink {
      background: #9b9b99;
      color: #666; }
      @media screen and (max-width: 1024px) {
        .mv div.mv_menu li.closelink {
          text-align: center; } }
    .mv div.mv_menu .menuButton_close {
      width: 40px;
      position: absolute;
      top: 10px;
      right: 10px; }

.place {
  background: url(../img/main/place_bg.jpg) no-repeat;
  background-size: cover;
  padding: 130px 0 80px 0;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .place {
      padding: 70px 0; } }
  .place .flag1,
  .place .flag2,
  .place .flag3 {
    height: 100px;
    position: absolute;
    top: 0; }
    .place .flag1 img,
    .place .flag2 img,
    .place .flag3 img {
      width: auto;
      height: 100%; }
      @media screen and (max-width: 768px) {
        .place .flag1 img,
        .place .flag2 img,
        .place .flag3 img {
          /*max-height:28px;*/
          width: 100%;
          height: auto; } }
    @media screen and (max-width: 768px) {
      .place .flag1,
      .place .flag2,
      .place .flag3 {
        width: 22%;
        height: auto; } }
  .place .flag1 {
    left: 0; }
  .place .flag2 {
    width: 100%; }
    @media screen and (max-width: 768px) {
      .place .flag2 {
        width: 50%;
        height: auto;
        left: 0;
        right: 0;
        margin: 0 auto; } }
    .place .flag2 img {
      margin: auto; }
    @media screen and (min-width: 1100px) {
      .place .flag2 img {
        width: 501px; } }
  .place .flag3 {
    right: 0; }
  .place ul {
    font-size: 0;
    position: relative; }
    .place ul::before {
      content: "";
      width: calc(100%);
      height: calc(100%);
      background: rgba(230, 138, 49, 0.8) url(../img/main/thanks_pc.png) no-repeat;
      background-size: 615px;
      background-position: center;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0px;
      margin: auto;
      z-index: 5;
      cursor: default; }
      @media screen and (max-width: 768px) {
        .place ul::before {
          background: rgba(230, 138, 49, 0.8) url(../img/main/thanks_sp.png) no-repeat;
          background-size: contain;
          background-position: center; } }
    .place ul li {
      vertical-align: middle;
      box-sizing: border-box;
      padding: 30px 5px 5px 5px;
      width: 32.4%;
      background: url(../img/main/pattern01.png);
      border-radius: 4px;
      margin-right: 1.4%;
      display: inline-block;
      text-align: center;
      color: #003d49;
      position: relative; }
      .place ul li img.join_stamp {
        position: absolute;
        top: 10px;
        right: -50px;
        width: 120px;
        transform: rotate(31deg);
        z-index: 5; }
      .place ul li img.join_stamp_sp {
        position: absolute;
        top: -30px;
        right: -20px;
        width: 80px; }
      @media screen and (max-width: 768px) {
        .place ul li {
          width: 100%;
          min-height: auto;
          margin: 0 0 25px; } }
      .place ul li:last-child {
        margin: 0; }
      .place ul li h2 {
        font-size: 42px;
        margin: 0 0 15px; }
        .place ul li h2 span {
          font-size: 24px;
          display: block;
          margin: 0 0 15px;
          letter-spacing: 0.1rem;
          font-family: 'Oswald', sans-serif; }
      .place ul li h3 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 6px; }
      .place ul li .date {
        font-size: 32px;
        font-family: 'Oswald', sans-serif;
        font-weight: lighter;
        margin: 0 0 15px;
        letter-spacing: 0.2rem; }
      .place ul li .campground {
        font-weight: bold;
        font-size: 17px;
        margin: 0 0 10px;
        line-height: 120%; }
      .place ul li h4 {
        margin: 0 0 5px;
        font-weight: bold; }
      .place ul li .period {
        font-weight: bold;
        font-size: 18px;
        line-height: 120%;
        text-align: left;
        display: inline-block; }
      .place ul li a {
        font-size: 18px;
        display: block;
        font-family: 'Oswald', sans-serif;
        color: #000000;
        padding: 15px 0 15px;
        margin: 20px 0 0;
        font-weight: bold;
        background-color: #ffec00;
        position: relative; }
        @media screen and (max-width: 768px) {
          .place ul li a {
            padding-top: 20px;
            margin-top: 30px; } }
        .place ul li a:after {
          content: "";
          background: url("../img/main/arrow03.png") no-repeat;
          background-size: contain;
          margin-left: 7px;
          height: 17px;
          width: 10px;
          display: inline-block;
          position: absolute;
          top: 17px;
          right: 10px;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
        .place ul li a:hover:after {
          -webkit-transform: translate(50%, 0);
          -moz-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
          -o-transform: translate(50%, 0);
          transform: translate(50%, 0); }

/* common ttl */
.seasideFont {
  font-family: 'seaside_resort_nfregular'; }

.oswald {
  font-family: 'Oswald', sans-serif; }

h1.sectionTtl {
  padding: 50px 0 30px;
  text-align: center; }
  h1.sectionTtl span.seasideFont {
    font-size: 37px;
    display: inline-block;
    margin: 0 0 10px; }
  h1.sectionTtl span.ttlSub {
    font-weight: bold;
    font-size: 23px; }

/* section news */
.news {
  margin: -10px 0 0;
  background: #beda7f;
  padding: 80px 0 90px;
  position: relative; }
  .news:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: url(../img/main/news_bg_upper.png) repeat; }
  .news:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: url(../img/main/news_bg_lower.png) repeat; }
  .newsInner {
    background: #ffffff;
    padding: 25px 30px;
    height: 220px;
    overflow-y: scroll;
    box-sizing: border-box; }
    .newsInner .scroll::-webkit-scrollbar {
      width: 10px; }
    @media screen and (max-width: 768px) {
      .newsInner {
        height: 460px; } }
    .newsInnerBox {
      margin: 0 0 15px;
      font-size: 15px; }
      @media screen and (max-width: 768px) {
        .newsInnerBox {
          font-size: 18px; } }
      .newsInnerBox dt {
        width: 190px;
        float: left;
        letter-spacing: 0.2em; }
        @media screen and (max-width: 768px) {
          .newsInnerBox dt {
            font-size: 15px;
            width: 100%;
            float: none;
            margin: 0 0 5px;
            display: block;
            overflow: hidden; } }
      .newsInnerBox dd {
        text-decoration: underline;
        letter-spacing: 0.2em;
        display: block;
        overflow: hidden;
        line-height: 18px; }
        @media screen and (max-width: 768px) {
          .newsInnerBox dd {
            line-height: 130%; } }

/* section about */
.aboutText {
  padding: 100px 0 0;
  background: url(../img/main/about_bg.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 768px) {
    .aboutText {
      padding: 70px 0 0; } }

.about h2 {
  margin: 80px 0 70px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .about h2 {
      margin: 30px 0 50px; } }
  .about h2 .oswald {
    font-size: 37px; }
  .about h2 span:last-child {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 0;
    display: inline-block; }

.aboutIcon img {
  width: 200px;
  margin: 0 auto 30px; }

.aboutCatch {
  font-size: 34px;
  font-weight: bold;
  background: linear-gradient(transparent 60%, #ffec00 60%);
  width: 612px;
  margin: 0 auto 60px; }
  @media screen and (max-width: 768px) {
    .aboutCatch {
      font-size: 30px;
      width: 92%;
      background: none;
      margin: 0 auto 30px; }
      .aboutCatch span {
        background: linear-gradient(transparent 60%, #ffec00 60%);
        line-height: 200%; } }

.aboutTxt {
  font-weight: bold;
  margin: 0 0 60px;
  font-size: 20px;
  line-height: 210%; }
  @media screen and (max-width: 768px) {
    .aboutTxt {
      font-size: 18px;
      margin: 0 0 30px; } }

.aboutHistoryTtl {
  display: inline-block;
  font-size: 20px;
  margin: 0 0 85px;
  font-weight: bold;
  color: #000; }
  @media screen and (max-width: 768px) {
    .aboutHistoryTtl {
      width: 100%;
      height: auto;
      font-size: 18px;
      padding: 20px 0;
      display: block;
      margin: 0 auto 60px; }
      .aboutHistoryTtl img {
        display: block;
        margin: auto; } }

.aboutHistoryTtl:hover {
  opacity: 0.5; }

.aboutHistoryContents {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .aboutHistoryContents .closeBtn {
    position: absolute;
    top: 20px;
    right: 20px; }
    @media screen and (max-width: 768px) {
      .aboutHistoryContents .closeBtn {
        top: 10px;
        right: 0; }
        .aboutHistoryContents .closeBtn img {
          width: 50%; } }
  .aboutHistoryContentsImg {
    width: auto;
    width: 1025px;
    height: 90vh;
    margin: 5vh auto;
    overflow-y: scroll;
    overflow-x: hidden; }
    @media screen and (max-width: 768px) {
      .aboutHistoryContentsImg {
        width: 92vw;
        height: 90vh;
        overflow: scroll;
        -webkit-overflow-scrolling: touch; } }

.aboutSlider {
  position: relative; }
  .aboutSliderInner ul {
    font-size: 0; }
    .aboutSliderInner ul img {
      width: 100%; }
  .aboutSliderIcon {
    width: 278px;
    height: 278px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(../img/main/gallery_frame.png); }
    @media screen and (max-width: 768px) {
      .aboutSliderIcon {
        width: 35vw;
        height: 35vw;
        background: url(../img/main/gallery_frame.png);
        background-size: contain; } }
    .aboutSliderIcon p {
      text-align: center;
      margin: 105px 0 0; }
      @media screen and (max-width: 768px) {
        .aboutSliderIcon p {
          margin-top: calc(20vw - 30px); } }
      .aboutSliderIcon p .oswald {
        font-size: 37px; }
        @media screen and (max-width: 768px) {
          .aboutSliderIcon p .oswald {
            font-size: 21px; } }
      .aboutSliderIcon p span:last-child {
        font-size: 20px;
        font-weight: bold;
        margin: 10px 0 0;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .aboutSliderIcon p span:last-child {
            font-size: 11px; } }

/* overview */
.overview {
  margin: 80px 0 0;
  padding: 20px 0 20px;
  background: url("../img/main/overview_bg.jpg") no-repeat;
  background-position: center bottom;
  background-size: contain; }
  @media screen and (max-width: 768px) {
    .overview {
      margin: 50px 0 0;
      overflow: hidden; } }
  .overview h1 {
    text-align: center;
    margin: 0 0 50px; }
    .overview h1 .oswald {
      font-size: 37px; }
    .overview h1 span:last-child {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 0 0;
      display: inline-block; }
  .overviewBox {
    position: relative; }
    .overviewBoxOdd .overviewBoxClickableInner {
      height: 330px; }
      @media screen and (max-width: 768px) {
        .overviewBoxOdd .overviewBoxClickableInner {
          height: auto; } }
      .overviewBoxOdd .overviewBoxClickableInnerLeft {
        position: absolute;
        padding: 33px 0 34px 70px;
        box-sizing: border-box;
        width: 390px;
        color: #003d49;
        border-radius: 10px 0 0 0;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .overviewBoxOdd .overviewBoxClickableInnerLeft {
            width: 100%;
            position: static;
            padding: 20px 10px 10px 10px; } }
      .overviewBoxOdd .overviewBoxClickableInnerBottom {
        position: absolute;
        top: 333px;
        width: 100%; }
        @media screen and (max-width: 768px) {
          .overviewBoxOdd .overviewBoxClickableInnerBottom {
            position: relative;
            top: 0; } }
      .overviewBoxOdd .overviewBoxClickableInnerRight {
        width: 635px;
        height: 330px;
        position: absolute;
        top: 3;
        right: -3px;
        border-radius: 0 7px 0 0;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .overviewBoxOdd .overviewBoxClickableInnerRight {
            width: 100%;
            height: auto;
            position: static; } }
        .overviewBoxOdd .overviewBoxClickableInnerRight img {
          height: 100%;
          width: auto; }
          @media screen and (max-width: 768px) {
            .overviewBoxOdd .overviewBoxClickableInnerRight img {
              height: auto;
              width: 100%; } }
    .overviewBoxOdd .overview_present {
      height: 526px; }
      @media screen and (max-width: 768px) {
        .overviewBoxOdd .overview_present {
          height: auto; } }
    .overviewBoxEven .overviewBoxClickableInner {
      height: 330px; }
      @media screen and (max-width: 768px) {
        .overviewBoxEven .overviewBoxClickableInner {
          height: auto; } }
      .overviewBoxEven .overviewBoxClickableInnerLeft {
        box-sizing: border-box;
        width: 635px;
        height: 330px;
        position: absolute;
        top: 3px;
        left: 4px;
        border-radius: 6px 0 0 0;
        overflow: hidden; }
        @media screen and (max-width: 768px) {
          .overviewBoxEven .overviewBoxClickableInnerLeft {
            width: 100%;
            height: auto;
            position: static; } }
        .overviewBoxEven .overviewBoxClickableInnerLeft img {
          height: 100%;
          width: auto;
          max-width: 640px; }
          @media screen and (max-width: 768px) {
            .overviewBoxEven .overviewBoxClickableInnerLeft img {
              height: auto;
              width: 100%; } }
      .overviewBoxEven .overviewBoxClickableInnerRight {
        position: absolute;
        top: 0;
        right: 0;
        width: 390px;
        padding: 33px 0 34px 25px;
        box-sizing: border-box;
        color: #003d49; }
        @media screen and (max-width: 768px) {
          .overviewBoxEven .overviewBoxClickableInnerRight {
            width: 100%;
            position: static;
            padding: 10px; } }
    .overviewBoxClickable {
      margin: 0 0 50px;
      width: 100%;
      display: block;
      border-radius: 10px;
      overflow: hidden; }
      .overviewBoxClickable img {
        width: 100%; }
      .overviewBoxClickableInnerLeft__topTxt, .overviewBoxClickableInnerRight__topTxt {
        font-size: 18px;
        margin: 0 0 10px;
        font-family: 'Oswald', sans-serif; }
      .overviewBoxClickableInnerLeft h2, .overviewBoxClickableInnerRight h2 {
        margin: 0 0 10px; }
        .overviewBoxClickableInnerLeft h2 span:last-child, .overviewBoxClickableInnerRight h2 span:last-child {
          font-family: 'Oswald', sans-serif;
          font-weight: lighter;
          font-size: 30px; }
        .overviewBoxClickableInnerLeft h2 span:first-child, .overviewBoxClickableInnerRight h2 span:first-child {
          margin: 0 0 5px;
          font-size: 36px;
          display: inline-block; }
      .overviewBoxClickableInnerLeft__bottomTxt, .overviewBoxClickableInnerRight__bottomTxt {
        font-size: 17px;
        margin: 0 0 15px;
        line-height: 120%; }
    .overviewBox .clickable1 .overviewBoxClickableInner,
    .overviewBox .clickable3 .overviewBoxClickableInner {
      background: url(../img/main/pattern02.png) repeat;
      background-position: left; }
    .overviewBox .clickable2 .overviewBoxClickableInner {
      background: url(../img/main/pattern02.png) repeat;
      background-position: right; }
  .overviewIcon {
    position: absolute;
    -webkit-animation-duration: 300ms;
    -moz-animation-duration: 300ms;
    animation-duration: 300ms;
    opacity: 0; }
    .overviewIcon__nth-child01 {
      width: 171px;
      height: 171px;
      top: -100px;
      left: -80px; }
      @media screen and (max-width: 768px) {
        .overviewIcon__nth-child01 {
          width: 140px;
          height: 140px;
          top: 185px;
          left: auto;
          right: -10px; } }
    .overviewIcon__nth-child02 {
      width: 187px;
      height: 177px;
      top: -30px;
      right: -30px; }
      @media screen and (max-width: 768px) {
        .overviewIcon__nth-child02 {
          width: 150px;
          height: 142px;
          top: 185px;
          right: -10px; } }
    .overviewIcon__nth-child03 {
      width: 174px;
      height: 187px;
      left: -55px;
      top: -130px; }
      @media screen and (max-width: 768px) {
        .overviewIcon__nth-child03 {
          width: 130px;
          height: 140px;
          top: 190px;
          left: auto;
          right: 0px; } }
  .overviewConversion {
    margin: 0 0 100px;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .overviewConversion {
        margin: 0; } }
    .overviewConversion a {
      font-weight: bold;
      font-size: 21px;
      background: #ffec00;
      padding: 20px 45px;
      box-sizing: border-box;
      width: 420px;
      display: inline-block;
      margin: 0 0 85px;
      position: relative;
      color: #000; }
      @media screen and (max-width: 768px) {
        .overviewConversion a {
          width: 92%;
          padding: 20px 40px 20px 60px;
          font-size: 18px; } }
      .overviewConversion a:last-child {
        margin: 0 0 60px; }
      .overviewConversion a:before {
        position: absolute;
        content: "";
        background-size: contain;
        left: -70px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 149px;
        width: 149px;
        display: inline-block; }
        @media screen and (max-width: 768px) {
          .overviewConversion a:before {
            background-size: contain; } }
        @media screen and (max-width: 768px) {
          .overviewConversion a:before {
            height: 25vw;
            width: 25vw;
            top: 0;
            left: -30px; } }
      .overviewConversion a:after {
        position: absolute;
        content: "";
        background: url("../img/main/arrow03.png") no-repeat;
        background-size: contain;
        right: 10px;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 14px;
        width: 10px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .overviewConversion a:hover {
        opacity: 0.85; }
        .overviewConversion a:hover:after {
          -webkit-transform: translate(50%, 0);
          -moz-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
          -o-transform: translate(50%, 0);
          transform: translate(50%, 0); }
    .overviewConversion a.overviewConversion__fukiage:before {
      content: "";
      background: url("../img/main/overview01_date.png") no-repeat;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .overviewConversion a.overviewConversion__fukiage:before {
          background: url("../img/main/overview01_date_sp.png") no-repeat;
          background-size: contain; } }
    .overviewConversion a.overviewConversion__makino:before {
      content: "";
      background: url("../img/main/overview01_date.png") no-repeat;
      background-size: contain; }
      @media screen and (max-width: 768px) {
        .overviewConversion a.overviewConversion__makino:before {
          background: url("../img/main/overview01_date_sp.png") no-repeat;
          background-size: contain; } }

/* section program */
.program {
  background: url("../img/main/program_bg.jpg") repeat;
  padding: 110px 0 150px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .program {
      padding: 60px 0; } }
  .program .program_more {
    font-size: 18px;
    color: #fff;
    line-height: 32px;
    font-weight: bold;
    display: block;
    margin: 5px auto;
    text-align: center;
    position: relative; }
  .program .program_slide {
    margin: 30px auto;
    display: none;
    padding: 40px 0; }
  .program .program_hidebtn img {
    margin: 30px auto; }
  .program .program_hidebtn img.active {
    transform: rotateZ(180deg); }
  .program .program_caution {
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    display: block;
    margin: 5px auto;
    width: 27em;
    position: absolute;
    bottom: 130px;
    left: 55%; }
    @media screen and (max-width: 768px) {
      .program .program_caution {
        position: relative;
        width: auto;
        bottom: auto;
        right: auto;
        left: 0;
        text-align: center;
        line-height: 21px;
        margin-top: 20px; } }
  .program:before {
    content: "";
    position: absolute;
    top: -8px;
    width: 100%;
    height: 8px;
    background: url("../img/main/program_bg_decoration_upper.png") repeat; }
  .program:after {
    content: "";
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 8px;
    background: url(../img/main/program_bg_decoration_lower.png) repeat;
    z-index: 2; }
  .program h1 {
    color: #fff;
    margin: 0 0 30px; }
    @media screen and (max-width: 768px) {
      .program h1 {
        margin: 0 0 25px; } }
  .program h2 {
    text-align: center;
    color: #fff;
    font-family: 'Damion', cursive;
    font-size: 38px;
    margin: 0 0 20px; }
    @media screen and (max-width: 768px) {
      .program h2 {
        width: 92%;
        font-size: 34px;
        margin: 0 auto 20px; } }
  .programComingSoonBlock {
    width: 950px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    -webkit-justify-content: space-around;
    justify-content: space-around; }
    @media screen and (max-width: 768px) {
      .programComingSoonBlock {
        width: 95%; } }
    .programComingSoonBlock p {
      width: 215px; }
      @media screen and (max-width: 768px) {
        .programComingSoonBlock p {
          width: 50%;
          padding: 5px;
          box-sizing: border-box; } }
    .programComingSoonBlock p.program_cont {
      margin-bottom: 30px;
      text-align: left;
      font-size: 13px;
      line-height: 21px;
      font-weight: bold; }
      .programComingSoonBlock p.program_cont span {
        color: #fff; }
        @media screen and (max-width: 768px) {
          .programComingSoonBlock p.program_cont span {
            width: 230px;
            display: block;
            margin: auto; } }
        @media screen and (max-width: 480px) {
          .programComingSoonBlock p.program_cont span {
            width: auto; } }
      .programComingSoonBlock p.program_cont span.program_sbttl {
        font-size: 18px;
        line-height: 32px;
        font-weight: bold;
        display: block;
        margin: 5px auto;
        text-align: center; }
        @media screen and (min-width: 769px) {
          .programComingSoonBlock p.program_cont span.program_sbttl {
            height: 62.2px; } }
        @media screen and (max-width: 768px) {
          .programComingSoonBlock p.program_cont span.program_sbttl {
            font-size: 15px;
            line-height: 24px;
            text-align: center; } }
        @media screen and (max-width: 480px) {
          .programComingSoonBlock p.program_cont span.program_sbttl {
            width: auto; } }
      .programComingSoonBlock p.program_cont span.artist_name {
        display: block;
        position: relative;
        text-align: center; }
        .programComingSoonBlock p.program_cont span.artist_name:after {
          position: absolute;
          content: "";
          background: none;
          background-size: contain;
          top: 1px;
          margin: auto 0 auto 5px;
          height: 0;
          width: 0;
          display: inline-block;
          -webkit-transition: all 0.3s ease;
          -moz-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
    .programComingSoonBlock p.cont3 {
      width: 33%; }
      @media screen and (max-width: 768px) {
        .programComingSoonBlock p.cont3 {
          width: 50%; } }
    .programComingSoonBlock p.limit {
      position: relative; }
      .programComingSoonBlock p.limit img.limit_stamp {
        position: absolute;
        top: -15px;
        right: -15px; }
        @media screen and (max-width: 768px) {
          .programComingSoonBlock p.limit img.limit_stamp {
            right: 20px; } }
        @media screen and (max-width: 480px) {
          .programComingSoonBlock p.limit img.limit_stamp {
            right: -5px; } }
    .programComingSoonBlock + p {
      text-align: center;
      font-size: 26px;
      line-height: 200%;
      color: #fff;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .programComingSoonBlock + p {
          font-size: 20px; } }
  .program .leaf1 {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    animation-duration: 1000ms;
    opacity: 0;
    position: absolute;
    top: 55px;
    left: 0; }
    @media screen and (max-width: 768px) {
      .program .leaf1 {
        width: 100px;
        top: 25px;
        left: -20px; } }
  .program .leaf2 {
    -webkit-animation-duration: 1000ms;
    -moz-animation-duration: 1000ms;
    animation-duration: 1000ms;
    opacity: 0;
    position: absolute;
    right: 30px;
    bottom: 60px; }
    @media screen and (max-width: 768px) {
      .program .leaf2 {
        width: 100px;
        right: 3px;
        bottom: 10px; } }
  .program .delicious {
    position: absolute;
    top: 20%;
    left: -115px; }
  .program .exciting {
    position: absolute;
    top: -70px;
    right: -90px; }
  .program .p_right {
    top: -50px;
    right: -95px;
    left: auto; }
  .program .p_left {
    top: 700px;
    left: -110px;
    right: auto; }

/* section voice */
.voice {
  background: url("../img/main/voice_bg.jpg") repeat-y;
  background-size: cover;
  padding: 110px 0 100px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .voice {
      padding: 70px 0;
      overflow: hidden; } }
  .voice h1 {
    text-align: center;
    margin: 0 0 50px; }
    .voice h1 .oswald {
      font-size: 37px; }
    .voice h1 span:last-child {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 0 0;
      display: inline-block; }
  .voiceBoxInner {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap; }
    .voiceBoxInner__img {
      text-align: center;
      position: relative;
      width: 33.3333%;
      margin: 0 0 50px; }
      @media screen and (max-width: 768px) {
        .voiceBoxInner__img {
          width: 85%;
          margin: 0 0 0 15%; }
          .voiceBoxInner__img:nth-child(2n) {
            margin: 0 15% 0 0; } }
      .voiceBoxInner__img img {
        max-width: 330px;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          .voiceBoxInner__img img {
            max-width: 100%; } }
      .voiceBoxInner__img__absolute {
        position: absolute; }
        .voiceBoxInner__img__absolute__nth-child01 {
          top: 0;
          left: -60px;
          width: 56px !important; }
        .voiceBoxInner__img__absolute__nth-child02 {
          top: -50px;
          width: 48px !important;
          left: -25px; }
          @media screen and (max-width: 768px) {
            .voiceBoxInner__img__absolute__nth-child02 {
              top: 50px;
              left: auto;
              right: -50px; } }
        .voiceBoxInner__img__absolute__nth-child03 {
          top: -20px;
          right: -50px;
          width: 52px !important; }
          @media screen and (max-width: 768px) {
            .voiceBoxInner__img__absolute__nth-child03 {
              right: auto;
              left: -55px;
              top: 0;
              transform: rotate(-100deg); } }
        .voiceBoxInner__img__absolute__nth-child04 {
          top: -20px;
          left: -50px;
          width: 45px !important; }
          @media screen and (max-width: 768px) {
            .voiceBoxInner__img__absolute__nth-child04 {
              top: 30px;
              left: auto;
              right: -40px; } }
        .voiceBoxInner__img__absolute__nth-child05 {
          top: -50px;
          right: -20px;
          width: 48px !important; }
          @media screen and (max-width: 768px) {
            .voiceBoxInner__img__absolute__nth-child05 {
              top: 20px;
              right: auto;
              left: -50px; } }
        .voiceBoxInner__img__absolute__nth-child06 {
          top: -20px;
          right: -50px;
          width: 53px !important; }
          @media screen and (max-width: 768px) {
            .voiceBoxInner__img__absolute__nth-child06 {
              top: 10px;
              transform: rotate(100deg); } }

/* section news */
.contentLink {
  background: #beda7f;
  padding: 40px 0 50px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .contentLink {
      padding: 40px 0; } }
  .contentLink:before {
    content: "";
    position: absolute;
    top: -10px;
    width: 100%;
    height: 10px;
    background: url(../img/main/news_bg_upper.png) repeat; }
  .contentLink:after {
    content: "";
    position: absolute;
    bottom: -10px;
    width: 100%;
    height: 10px;
    background: url(../img/main/news_bg_lower.png) repeat; }
  .contentLinkInner {
    color: #fff; }
    @media screen and (min-width: 769px) {
      .contentLinkInner {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: space-between;
        justify-content: space-between; } }
    .contentLinkInnerTtl {
      font-size: 50px;
      margin: 0 0 20px; }
    .contentLinkInnerSubTtl {
      font-size: 20px;
      margin: 0 0 50px;
      font-weight: bold; }
    .contentLinkInner a {
      color: #fff;
      box-sizing: border-box; }
    .contentLinkInnerBox {
      text-align: center;
      width: 48%;
      max-width: 490px;
      padding: 75px 20px 20px 20px;
      box-sizing: border-box;
      border-radius: 20px; }
      @media screen and (max-width: 768px) {
        .contentLinkInnerBox {
          width: 100%;
          margin: 20px auto; } }
    .contentLinkInnerLeft {
      background: url(../img/main/topic_bg.jpg) no-repeat;
      background-size: cover;
      background-position: center;
      position: relative; }
      .contentLinkInnerLeft .starcampBtn:before {
        content: "";
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        background: none;
        background-size: 120px;
        background-position: center;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        left: -10px;
        margin: auto;
        z-index: 4; }
      .contentLinkInnerLeft .starcampBtn:hover:before {
        -webkit-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0); }
    .contentLinkInnerRight {
      background: url(../img/main/question_bg.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
      .contentLinkInnerRight .starcampBtn:before {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
      .contentLinkInnerRight .starcampBtn:hover:before {
        -webkit-transform: translate(50%, 0);
        -moz-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        -o-transform: translate(50%, 0);
        transform: translate(50%, 0); }

/* history section */
.history {
  padding: 90px 0 0; }
  .history h1 {
    text-align: center;
    margin: 0 0 50px; }
    .history h1 .oswald {
      font-size: 37px; }
    .history h1 span:last-child {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 0 0;
      display: inline-block; }
  .historyBlock {
    display: -webkit-flex;
    display: flex; }
    .historyBlockLeft, .historyBlockRight {
      width: 50%; }
      .historyBlockLeft a, .historyBlockRight a {
        width: 100%;
        padding: 127px 0;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        text-align: center;
        line-height: 120%;
        display: block; }
        @media screen and (max-width: 768px) {
          .historyBlockLeft a, .historyBlockRight a {
            padding: 81px 0;
            font-size: 20px; } }
    .historyBlockLeft a {
      background: url(../img/main/history02.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 768px) {
        .historyBlockLeft a {
          background: url(../img/main/history02_sp.jpg) no-repeat;
          background-size: cover;
          background-position: center; } }
    .historyBlockRight a {
      background: url(../img/main/history01.jpg) no-repeat;
      background-size: cover;
      background-position: center; }
      @media screen and (max-width: 768px) {
        .historyBlockRight a {
          background: url(../img/main/history01_sp.jpg) no-repeat;
          background-size: cover;
          background-position: center; } }

/* section special */
.special {
  padding: 90px 0 0;
  margin-bottom: -200px; }
  .special h1 {
    text-align: center;
    margin: 0 0 50px; }
    .special h1 .oswald {
      font-size: 37px; }
    .special h1 span:last-child {
      font-size: 20px;
      font-weight: bold;
      margin: 10px 0 0;
      display: inline-block; }
  .specialInner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .specialInner {
        -webkit-justify-content: end;
        justify-content: end; } }
    .specialInner a {
      margin: 0 20px 40px;
      width: 300px;
      display: block;
      z-index: 5; }
      @media screen and (max-width: 768px) {
        .specialInner a {
          box-sizing: border-box;
          width: 50%;
          padding: 10px;
          margin: 0 0 30px; } }
    .specialInnerImgBlock__txt {
      margin: 15px 0 0;
      font-size: 16px;
      color: #000;
      font-weight: bold;
      text-align: center;
      line-height: 21px; }

/* LINEUP */
.lineup {
  padding: 40px 0 150px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .lineup {
      padding: 50px 0;
      margin: -100px 0 50px; } }
  .lineupCont {
    z-index: 1;
    position: relative;
    padding: 50px 0 50px; }
  .lineupOtherLink {
    text-align: center; }
  .lineup:before {
    background: url("../img/main/lineup_bg.png") no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 120%;
    height: 80%;
    margin: 3% -10% 0;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .lineupInner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 768px) {
      .lineupInner {
        -webkit-justify-content: end;
        justify-content: end; } }
    .lineupInner a {
      margin: 0 20px 40px;
      width: 300px;
      display: block; }
      @media screen and (max-width: 768px) {
        .lineupInner a {
          box-sizing: border-box;
          width: 50%;
          padding: 10px;
          margin: 0 0 30px; } }
    .lineupInnerBlock__img__txt {
      font-weight: bold;
      margin: 15px 0 0;
      font-size: 16px;
      color: #000;
      text-align: center; }

/* foot */
.approach_btn_cont {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 140px auto 130px; }

.approach_btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 23%;
  height: 86px;
  color: #000;
  background-color: #fff257;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

.approach_btn_icon {
  padding: 0 10px 0 18px; }

@media screen and (max-width: 1024px) {
  .approach_btn {
    width: 48%;
    margin-bottom: 20px; }
  .approach_btn_txt {
    padding: 4px; } }

@media screen and (max-width: 768px) {
  .approach_btn_cont {
    margin-top: 40px; }
  .approach_btn {
    height: 60px;
    font-size: 14px; }
  .approach_btn_icon {
    padding: 0 5px 0 10px; }
  .approach_btn_icon img {
    width: 40px; }
  .approach_btn_txt {
    padding: 4px; } }

@media screen and (max-width: 480px) {
  .approach_btn {
    height: 60px;
    font-size: 12px;
    margin-bottom: 10px; } }
  @media screen and (max-width: 480px) and (max-width: 768px) {
    .approach_btn {
      font-size: 15px; } }

@media screen and (max-width: 480px) {
  .approach_btn_icon {
    padding: 0 5px 0 5px; }
  .approach_btn_icon img {
    width: 46px; } }

.sc_foot_top {
  width: 100%;
  height: 89px;
  background-image: url("../img/contents/foot_bg.png");
  background-repeat: repeat-x;
  background-position: bottom center; }

.sc_foot_bottom {
  background-color: #699036;
  padding: 50px 0; }

.sc_contact {
  display: flex;
  justify-content: center;
  margin: 0 auto; }

.sns,
.mail_magazine {
  display: flex;
  align-items: center; }

.sns {
  margin-right: 90px; }

.sns h5,
.mail_magazine h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  padding-right: 24px; }

.sns a {
  margin-right: 10px; }

@media screen and (max-width: 768px) {
  .sns h5,
  .mail_magazine h5 {
    font-size: 16px;
    padding-right: 16px; }
  .sns {
    margin-right: 30px; }
  .sc_foot_top {
    background-position: bottom right; } }

@media screen and (max-width: 480px) {
  .sns h5,
  .mail_magazine h5 {
    font-size: 13px;
    padding-right: 8px; }
  .sns {
    margin-right: 10px; }
  .sns a {
    width: 40px;
    margin-right: 8px; }
  .sns a:nth-child(3) {
    margin-right: 0; }
  .sns a img {
    width: 100%; }
  .sc_contact {
    width: 94%;
    align-items: center; } }

.to_top_cont {
  display: flex;
  justify-content: flex-end;
  margin-top: -60px;
  margin-right: 35px; }

.to_top_cont a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  font-size: 13px;
  width: 80px;
  height: 80px;
  background-color: #ffec00;
  text-decoration: none;
  position: relative;
  color: #000; }

.to_top_cont a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 17px;
  top: 10px;
  left: calc(50% - 5px);
  background: url(../img/main/arrow03.png) no-repeat;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  background-size: contain;
  display: inline-block; }

@media screen and (max-width: 1024px) {
  .to_top_cont {
    margin-top: 30px;
    margin-right: 30px; } }

@media screen and (max-width: 768px) {
  .to_top_cont a {
    font-size: 12px;
    width: 54px;
    height: 54px; }
  .to_top_cont a:after {
    width: 10px;
    height: 12px;
    top: 3px; } }

.presentSp {
  padding: 10px 0 30px; }
  .presentSp div.wrapper img {
    margin: auto; }

.fixed {
  overflow: hidden; }

.no-pickup .l-contents-block {
  padding-bottom: 0; }

div.mv_menu ul li a:hover {
  text-decoration: underline;
  text-decoration-color: #ffec00; }

div.mv_menu ul li a.sc_active {
  text-decoration: underline;
  text-decoration-color: #ffec00; }

div.mv_menu ul li.unlink a {
  color: #b7b7b7;
  pointer-events: none; }

@media screen and (max-width: 768px) {
  div.mv_menu ul li.unlink a {
    opacity: 0.5; }
  .no-sitemap .l-footer-contents {
    margin-top: 0; } }

.mv img {
  height: 55vm; }

@keyframes horizontal {
  0% {
    transform: translateX(-3px); }
  100% {
    transform: translateX(0px); } }

@keyframes vertical {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }

.place span.flag1, .place span.flag3 {
  animation: horizontal 1s ease-in-out infinite alternate; }
  .place span.flag1 img, .place span.flag3 img {
    animation: vertical 1s ease-in-out infinite alternate; }

.place span.flag2 {
  animation: vertical 1s ease-in-out infinite alternate; }
  .place span.flag2 img {
    animation: horizontal 1s ease-in-out infinite alternate; }

.place span.flag1 {
  animation-duration: 1.1s; }

.place span.flag2 {
  animation-duration: 1.5s; }

.place span.flag3 {
  animation-duration: 1.3s; }

.navFixed {
  position: fixed !important;
  top: 0 !important;
  bottom: auto !important; }

@media screen and (min-width: 1366px) {
  .navFixed {
    width: calc(100% - 210px) !important; } }

@media screen and (max-width: 1179px) {
  .menu-trigger {
    margin-bottom: 5px; }
  .navFixed {
    top: 58px !important; } }

.aboutPopup {
  background: #fff;
  color: #fff; }
  .aboutPopup .popup_ttl {
    background-image: url("../img/main/popup_bg01.png");
    width: 100%;
    height: 143px; }
    @media screen and (max-width: 768px) {
      .aboutPopup .popup_ttl {
        background-image: url("../img/main/popup_bg01_sp.png");
        width: 100%;
        height: auto;
        padding-bottom: 15px;
        line-height: 36px; } }
    .aboutPopup .popup_ttl p {
      font-weight: bold;
      text-align: center;
      padding-top: 36px;
      font-size: 28px;
      line-height: 36px; }
      @media screen and (max-width: 768px) {
        .aboutPopup .popup_ttl p {
          font-size: 1.2em;
          padding-top: 15px;
          line-height: 24px; } }
  .aboutPopup .popup_cont01 {
    width: 1020px;
    height: 196px;
    margin-bottom: 10px;
    clear: both; }
    @media screen and (max-width: 768px) {
      .aboutPopup .popup_cont01 {
        width: 100%;
        height: auto; } }
    .aboutPopup .popup_cont01 .popup_txt {
      background-image: url("../img/main/popup_bg02.png");
      padding: 15px;
      width: 280px;
      height: 166px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .aboutPopup .popup_cont01 .popup_txt {
          background-image: url("../img/main/popup_bg02_sp.png");
          width: 100%;
          height: auto;
          padding: 0; } }
  .aboutPopup .popup_cont02 {
    width: 1020px;
    height: 186px;
    margin-bottom: 10px;
    clear: both; }
    @media screen and (max-width: 768px) {
      .aboutPopup .popup_cont02 {
        width: 100%;
        height: auto; } }
    .aboutPopup .popup_cont02 .popup_txt {
      background-image: url("../img/main/popup_bg03.png");
      padding: 15px;
      width: 280px;
      height: 157px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .aboutPopup .popup_cont02 .popup_txt {
          background-image: url("../img/main/popup_bg03_sp.png");
          width: 100%;
          height: auto;
          padding: 0; } }
  .aboutPopup .popup_cont03 {
    width: 1020px;
    height: 186px;
    margin-bottom: 10px;
    clear: both; }
    @media screen and (max-width: 768px) {
      .aboutPopup .popup_cont03 {
        width: 100%;
        height: auto; } }
    .aboutPopup .popup_cont03 .popup_txt {
      background-image: url("../img/main/popup_bg04.png");
      padding: 15px;
      width: 280px;
      height: 155px;
      margin-right: 10px; }
      @media screen and (max-width: 768px) {
        .aboutPopup .popup_cont03 .popup_txt {
          background-image: url("../img/main/popup_bg04_sp.png");
          width: 100%;
          height: auto;
          padding: 0; } }
  .aboutPopup .popup_cont04 {
    width: 1020px;
    height: 265px;
    clear: both; }
    @media screen and (max-width: 768px) {
      .aboutPopup .popup_cont04 {
        width: 100%;
        height: auto; } }
    .aboutPopup .popup_cont04 .popup_txt {
      background-image: url("../img/main/popup_bg05.png");
      margin-right: 10px;
      width: 280px;
      height: 240px; }
      @media screen and (max-width: 768px) {
        .aboutPopup .popup_cont04 .popup_txt {
          background-image: url("../img/main/popup_bg05_sp.png");
          width: 100%;
          height: auto;
          padding: 0; } }
  .aboutPopup .popup_txt {
    padding: 10px 15px 15px;
    float: left;
    text-align: left; }
    @media screen and (max-width: 768px) {
      .aboutPopup .popup_txt {
        float: none;
        margin-bottom: 10px;
        width: 100%; } }
    .aboutPopup .popup_txt p.popup_sbttl {
      font-size: 16px;
      font-weight: bold;
      line-height: 21px; }
      .aboutPopup .popup_txt p.popup_sbttl span {
        font-size: 24px; }
      @media screen and (max-width: 768px) {
        .aboutPopup .popup_txt p.popup_sbttl {
          padding: 10px 10px 0; } }
    .aboutPopup .popup_txt p {
      font-size: 13px;
      line-height: 18px;
      letter-spacing: -1px;
      margin-top: 10px; }
      @media screen and (max-width: 768px) {
        .aboutPopup .popup_txt p {
          padding: 0 10px 10px; } }

.present_ttl {
  margin-bottom: 30px; }

a.active_gear {
  width: 500px; }

.lineup h1.sectionTtl {
  margin-top: 200px; }

#news {
  padding-bottom: 20px; }
  @media screen and (max-width: 768px) {
    #news {
      padding-bottom: 0; } }

@media screen and (max-width: 768px) {
  #about {
    position: absolute;
    bottom: 0; } }

#program {
  padding-bottom: 50px; }
  @media screen and (max-width: 768px) {
    #program {
      padding-bottom: 0; } }

@media screen and (min-width: 769px) {
  .popup_cont02 .popup_sbttl {
    margin-top: 0px !important; } }

.program_artist01_cont, .program_artist02_cont, .program_artist03_cont, .program_artist04_cont, .program_artist05_cont, .canceled_cont {
  display: none;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999; }
  .program_artist01_cont img.modal_profile, .program_artist02_cont img.modal_profile, .program_artist03_cont img.modal_profile, .program_artist04_cont img.modal_profile, .program_artist05_cont img.modal_profile, .canceled_cont img.modal_profile {
    position: absolute;
    top: calc(10% - 55px);
    left: calc(50% - 113px); }
  .program_artist01_cont .closeBtn_program01, .program_artist01_cont .closeBtn_program02, .program_artist01_cont .closeBtn_program03, .program_artist01_cont .closeBtn_program04, .program_artist01_cont .closeBtn_program05, .program_artist01_cont .closeBtn_canceled, .program_artist02_cont .closeBtn_program01, .program_artist02_cont .closeBtn_program02, .program_artist02_cont .closeBtn_program03, .program_artist02_cont .closeBtn_program04, .program_artist02_cont .closeBtn_program05, .program_artist02_cont .closeBtn_canceled, .program_artist03_cont .closeBtn_program01, .program_artist03_cont .closeBtn_program02, .program_artist03_cont .closeBtn_program03, .program_artist03_cont .closeBtn_program04, .program_artist03_cont .closeBtn_program05, .program_artist03_cont .closeBtn_canceled, .program_artist04_cont .closeBtn_program01, .program_artist04_cont .closeBtn_program02, .program_artist04_cont .closeBtn_program03, .program_artist04_cont .closeBtn_program04, .program_artist04_cont .closeBtn_program05, .program_artist04_cont .closeBtn_canceled, .program_artist05_cont .closeBtn_program01, .program_artist05_cont .closeBtn_program02, .program_artist05_cont .closeBtn_program03, .program_artist05_cont .closeBtn_program04, .program_artist05_cont .closeBtn_program05, .program_artist05_cont .closeBtn_canceled, .canceled_cont .closeBtn_program01, .canceled_cont .closeBtn_program02, .canceled_cont .closeBtn_program03, .canceled_cont .closeBtn_program04, .canceled_cont .closeBtn_program05, .canceled_cont .closeBtn_canceled {
    position: absolute;
    top: calc(10% - 25px);
    right: 20px; }
    @media screen and (max-width: 768px) {
      .program_artist01_cont .closeBtn_program01, .program_artist01_cont .closeBtn_program02, .program_artist01_cont .closeBtn_program03, .program_artist01_cont .closeBtn_program04, .program_artist01_cont .closeBtn_program05, .program_artist01_cont .closeBtn_canceled, .program_artist02_cont .closeBtn_program01, .program_artist02_cont .closeBtn_program02, .program_artist02_cont .closeBtn_program03, .program_artist02_cont .closeBtn_program04, .program_artist02_cont .closeBtn_program05, .program_artist02_cont .closeBtn_canceled, .program_artist03_cont .closeBtn_program01, .program_artist03_cont .closeBtn_program02, .program_artist03_cont .closeBtn_program03, .program_artist03_cont .closeBtn_program04, .program_artist03_cont .closeBtn_program05, .program_artist03_cont .closeBtn_canceled, .program_artist04_cont .closeBtn_program01, .program_artist04_cont .closeBtn_program02, .program_artist04_cont .closeBtn_program03, .program_artist04_cont .closeBtn_program04, .program_artist04_cont .closeBtn_program05, .program_artist04_cont .closeBtn_canceled, .program_artist05_cont .closeBtn_program01, .program_artist05_cont .closeBtn_program02, .program_artist05_cont .closeBtn_program03, .program_artist05_cont .closeBtn_program04, .program_artist05_cont .closeBtn_program05, .program_artist05_cont .closeBtn_canceled, .canceled_cont .closeBtn_program01, .canceled_cont .closeBtn_program02, .canceled_cont .closeBtn_program03, .canceled_cont .closeBtn_program04, .canceled_cont .closeBtn_program05, .canceled_cont .closeBtn_canceled {
        top: 10px;
        right: 0; }
        .program_artist01_cont .closeBtn_program01 img, .program_artist01_cont .closeBtn_program02 img, .program_artist01_cont .closeBtn_program03 img, .program_artist01_cont .closeBtn_program04 img, .program_artist01_cont .closeBtn_program05 img, .program_artist01_cont .closeBtn_canceled img, .program_artist02_cont .closeBtn_program01 img, .program_artist02_cont .closeBtn_program02 img, .program_artist02_cont .closeBtn_program03 img, .program_artist02_cont .closeBtn_program04 img, .program_artist02_cont .closeBtn_program05 img, .program_artist02_cont .closeBtn_canceled img, .program_artist03_cont .closeBtn_program01 img, .program_artist03_cont .closeBtn_program02 img, .program_artist03_cont .closeBtn_program03 img, .program_artist03_cont .closeBtn_program04 img, .program_artist03_cont .closeBtn_program05 img, .program_artist03_cont .closeBtn_canceled img, .program_artist04_cont .closeBtn_program01 img, .program_artist04_cont .closeBtn_program02 img, .program_artist04_cont .closeBtn_program03 img, .program_artist04_cont .closeBtn_program04 img, .program_artist04_cont .closeBtn_program05 img, .program_artist04_cont .closeBtn_canceled img, .program_artist05_cont .closeBtn_program01 img, .program_artist05_cont .closeBtn_program02 img, .program_artist05_cont .closeBtn_program03 img, .program_artist05_cont .closeBtn_program04 img, .program_artist05_cont .closeBtn_program05 img, .program_artist05_cont .closeBtn_canceled img, .canceled_cont .closeBtn_program01 img, .canceled_cont .closeBtn_program02 img, .canceled_cont .closeBtn_program03 img, .canceled_cont .closeBtn_program04 img, .canceled_cont .closeBtn_program05 img, .canceled_cont .closeBtn_canceled img {
          width: 50%; } }

.program_artist_modalcont, .canceled_modalcont {
  width: auto;
  width: 1025px;
  height: 70%;
  background-color: #fff;
  border-radius: 10px;
  border: #2aa94b 5px solid;
  overflow-y: scroll;
  overflow-x: hidden;
  position: absolute;
  top: 15%;
  left: calc(50% - 512px);
  padding: 5px; }
  .program_artist_modalcont img, .canceled_modalcont img {
    margin: 10px auto; }
    @media screen and (max-width: 768px) {
      .program_artist_modalcont img, .canceled_modalcont img {
        margin: 0 0 25px 0; } }
  .program_artist_modalcont p, .canceled_modalcont p {
    width: calc(100% - 30px);
    height: auto;
    font-size: 18px;
    line-height: 32px;
    padding: 20px 15px;
    color: #000; }
    @media screen and (max-width: 768px) {
      .program_artist_modalcont p, .canceled_modalcont p {
        width: 100%; } }
  .program_artist_modalcont p.artist_name, .canceled_modalcont p.artist_name {
    padding: 10px 15px;
    font-size: 24px; }
  @media screen and (max-width: 768px) {
    .program_artist_modalcont, .canceled_modalcont {
      width: 92vw;
      height: calc(100% - 150px);
      overflow: scroll;
      -webkit-overflow-scrolling: touch;
      position: absolute;
      top: 100px;
      left: 5px; } }

@media screen and (max-width: 768px) {
  .canceled_modalcont p {
    padding: 0; } }

.linknones {
  pointer-events: none;
  cursor: default; }

.spttbtn {
  text-align: center !important; }

.spttbtn a {
  display: inline-block !important;
  text-align: left !important; }

.ouboowari_s:before {
  content: "";
  width: calc(100% + 20px) !important;
  height: calc(100% + 20px) !important;
  background: rgba(155, 155, 155, 0.8) url(../img/main/oubosyouryoutxt_pc.png) no-repeat !important;
  background-size: 220px !important;
  background-position: center !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: -10px !important;
  margin: auto !important;
  z-index: 4 !important;
  cursor: default !important; }

.nav_ouboowari:before {
  content: "";
  width: calc(100%) !important;
  height: calc(100%) !important;
  left: 0px !important; }

.ouboowari_l:before {
  content: "";
  width: calc(100%);
  height: calc(100%);
  background: rgba(155, 155, 155, 0.8) url(../img/main/oubosyouryou_pc.png) no-repeat;
  background-size: 210px;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0px;
  margin: auto;
  z-index: 4;
  cursor: default; }

.join_commingsoon {
  background-color: #9b9b99 !important;
  color: #666 !important;
  pointer-events: none !important; }

.join_commingsoon span {
  width: 119px !important;
  height: 83px !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  right: 0 !important;
  left: 0 !important;
  margin: auto !important; }

.wrapper .map {
  margin: 80px auto auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    .wrapper .map {
      width: 480px; } }
  @media screen and (max-width: 480px) {
    .wrapper .map {
      width: 293px; } }
  .wrapper .map img {
    width: 1035px;
    display: block;
    margin: auto; }
    @media screen and (max-width: 768px) {
      .wrapper .map img {
        width: 480px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img {
        width: 293px; } }
  .wrapper .map a.asagiri, .wrapper .map a.fukiage, .wrapper .map a.makino {
    pointer-events: none; }
  .wrapper .map img.map_star {
    position: absolute;
    display: block;
    top: 360px;
    left: 660px;
    z-index: 3;
    width: 15px;
    height: 13px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.map_star {
        top: 545px;
        left: 191px;
        width: 11px;
        height: 10px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.map_star {
        top: 328px;
        left: 116px;
        width: 11px;
        height: 10px;
        padding: 3px; } }
  .wrapper .map img.star_asagiri, .wrapper .map img.star_fukiage, .wrapper .map img.star_makino, .wrapper .map img.star_owari, .wrapper .map img.star_humoto, .wrapper .map img.star_kiyosato, .wrapper .map img.star_hiroshima, .wrapper .map img.star_kyushu, .wrapper .map img.star_aomori {
    position: absolute;
    display: block; }
  .wrapper .map img.star_asagiri {
    top: 370px;
    left: 705px;
    width: 90px;
    height: 27px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_asagiri {
        top: 550px;
        left: 235px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_asagiri {
        top: 330px;
        left: 140px; } }
  .wrapper .map img.star_fukiage {
    top: 260px;
    left: 755px;
    width: 92px;
    height: 27px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_fukiage {
        top: 455px;
        left: 275px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_fukiage {
        top: 275px;
        left: 165px; } }
  .wrapper .map img.star_makino {
    top: 370px;
    left: 540px;
    width: 106px;
    height: 22px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_makino {
        top: 558px;
        left: 67px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_makino {
        top: 335px;
        left: 0px; } }
  .wrapper .map img.star_owari, .wrapper .map img.star_humoto, .wrapper .map img.star_kiyosato, .wrapper .map img.star_hiroshima, .wrapper .map img.star_kyushu, .wrapper .map img.star_aomori {
    top: 360px;
    left: 642px;
    width: 15px;
    height: 13px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_owari, .wrapper .map img.star_humoto, .wrapper .map img.star_kiyosato, .wrapper .map img.star_hiroshima, .wrapper .map img.star_kyushu, .wrapper .map img.star_aomori {
        top: 545px;
        left: 175px;
        width: 11px;
        height: 10px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_owari, .wrapper .map img.star_humoto, .wrapper .map img.star_kiyosato, .wrapper .map img.star_hiroshima, .wrapper .map img.star_kyushu, .wrapper .map img.star_aomori {
        top: 331px;
        left: 107px; } }
  .wrapper .map img.star_humoto {
    top: 375px;
    left: 690px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_humoto {
        top: 558px;
        left: 220px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_humoto {
        top: 335px;
        left: 130px; } }
  .wrapper .map img.star_kiyosato {
    top: 350px;
    left: 700px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_kiyosato {
        top: 530px;
        left: 230px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_kiyosato {
        top: 320px;
        left: 136px; } }
  .wrapper .map img.star_hiroshima {
    top: 400px;
    left: 555px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_hiroshima {
        top: 585px;
        left: 95px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_hiroshima {
        top: 353px;
        left: 60px; } }
  .wrapper .map img.star_kyushu {
    top: 440px;
    left: 515px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_kyushu {
        top: 615px;
        left: 60px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_kyushu {
        top: 375px;
        left: 35px; } }
  .wrapper .map img.star_aomori {
    top: 220px;
    left: 760px; }
    @media screen and (max-width: 768px) {
      .wrapper .map img.star_aomori {
        top: 420px;
        left: 280px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map img.star_aomori {
        top: 250px;
        left: 170px; } }
  .wrapper .map .balloon, .wrapper .map .balloon_asagiri, .wrapper .map .balloon_fukiage, .wrapper .map .balloon_makino, .wrapper .map .balloon_owari, .wrapper .map .balloon_humoto, .wrapper .map .balloon_kiyosato, .wrapper .map .balloon_hiroshima, .wrapper .map .balloon_kyushu, .wrapper .map .balloon_aomori {
    display: none;
    position: absolute;
    background-image: url("../img/main/map_balloon_noname.png");
    background-repeat: no-repeat;
    width: 335px;
    height: 316px;
    top: 40px;
    left: 395px;
    z-index: 5; }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon, .wrapper .map .balloon_asagiri, .wrapper .map .balloon_fukiage, .wrapper .map .balloon_makino, .wrapper .map .balloon_owari, .wrapper .map .balloon_humoto, .wrapper .map .balloon_kiyosato, .wrapper .map .balloon_hiroshima, .wrapper .map .balloon_kyushu, .wrapper .map .balloon_aomori {
        background-image: url("../img/main/map_balloon_noname_sp.png");
        width: 341px;
        height: 372px;
        top: 285px;
        left: 100px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon, .wrapper .map .balloon_asagiri, .wrapper .map .balloon_fukiage, .wrapper .map .balloon_makino, .wrapper .map .balloon_owari, .wrapper .map .balloon_humoto, .wrapper .map .balloon_kiyosato, .wrapper .map .balloon_hiroshima, .wrapper .map .balloon_kyushu, .wrapper .map .balloon_aomori {
        top: 75px;
        left: 25px; } }
    .wrapper .map .balloon .balloon_contents, .wrapper .map .balloon_asagiri .balloon_contents, .wrapper .map .balloon_fukiage .balloon_contents, .wrapper .map .balloon_makino .balloon_contents, .wrapper .map .balloon_owari .balloon_contents, .wrapper .map .balloon_humoto .balloon_contents, .wrapper .map .balloon_kiyosato .balloon_contents, .wrapper .map .balloon_hiroshima .balloon_contents, .wrapper .map .balloon_kyushu .balloon_contents, .wrapper .map .balloon_aomori .balloon_contents {
      width: calc(100% - 45px);
      height: 200px;
      padding: 25px 15px;
      position: relative; }
      @media screen and (max-width: 768px) {
        .wrapper .map .balloon .balloon_contents, .wrapper .map .balloon_asagiri .balloon_contents, .wrapper .map .balloon_fukiage .balloon_contents, .wrapper .map .balloon_makino .balloon_contents, .wrapper .map .balloon_owari .balloon_contents, .wrapper .map .balloon_humoto .balloon_contents, .wrapper .map .balloon_kiyosato .balloon_contents, .wrapper .map .balloon_hiroshima .balloon_contents, .wrapper .map .balloon_kyushu .balloon_contents, .wrapper .map .balloon_aomori .balloon_contents {
          width: calc(100% -  90px);
          height: 170px; } }
      .wrapper .map .balloon .balloon_contents h4, .wrapper .map .balloon_asagiri .balloon_contents h4, .wrapper .map .balloon_fukiage .balloon_contents h4, .wrapper .map .balloon_makino .balloon_contents h4, .wrapper .map .balloon_owari .balloon_contents h4, .wrapper .map .balloon_humoto .balloon_contents h4, .wrapper .map .balloon_kiyosato .balloon_contents h4, .wrapper .map .balloon_hiroshima .balloon_contents h4, .wrapper .map .balloon_kyushu .balloon_contents h4, .wrapper .map .balloon_aomori .balloon_contents h4 {
        color: #2aa94b;
        font-size: 16px;
        font-weight: bold;
        line-height: 24px; }
        .wrapper .map .balloon .balloon_contents h4 span, .wrapper .map .balloon_asagiri .balloon_contents h4 span, .wrapper .map .balloon_fukiage .balloon_contents h4 span, .wrapper .map .balloon_makino .balloon_contents h4 span, .wrapper .map .balloon_owari .balloon_contents h4 span, .wrapper .map .balloon_humoto .balloon_contents h4 span, .wrapper .map .balloon_kiyosato .balloon_contents h4 span, .wrapper .map .balloon_hiroshima .balloon_contents h4 span, .wrapper .map .balloon_kyushu .balloon_contents h4 span, .wrapper .map .balloon_aomori .balloon_contents h4 span {
          font-size: 1.2em; }
        @media screen and (max-width: 768px) {
          .wrapper .map .balloon .balloon_contents h4 span, .wrapper .map .balloon_asagiri .balloon_contents h4 span, .wrapper .map .balloon_fukiage .balloon_contents h4 span, .wrapper .map .balloon_makino .balloon_contents h4 span, .wrapper .map .balloon_owari .balloon_contents h4 span, .wrapper .map .balloon_humoto .balloon_contents h4 span, .wrapper .map .balloon_kiyosato .balloon_contents h4 span, .wrapper .map .balloon_hiroshima .balloon_contents h4 span, .wrapper .map .balloon_kyushu .balloon_contents h4 span, .wrapper .map .balloon_aomori .balloon_contents h4 span {
            font-size: 16px; } }
      .wrapper .map .balloon .balloon_contents p, .wrapper .map .balloon_asagiri .balloon_contents p, .wrapper .map .balloon_fukiage .balloon_contents p, .wrapper .map .balloon_makino .balloon_contents p, .wrapper .map .balloon_owari .balloon_contents p, .wrapper .map .balloon_humoto .balloon_contents p, .wrapper .map .balloon_kiyosato .balloon_contents p, .wrapper .map .balloon_hiroshima .balloon_contents p, .wrapper .map .balloon_kyushu .balloon_contents p, .wrapper .map .balloon_aomori .balloon_contents p {
        margin: 5px auto;
        font-size: 14px;
        line-height: 24px; }
        @media screen and (max-width: 768px) {
          .wrapper .map .balloon .balloon_contents p, .wrapper .map .balloon_asagiri .balloon_contents p, .wrapper .map .balloon_fukiage .balloon_contents p, .wrapper .map .balloon_makino .balloon_contents p, .wrapper .map .balloon_owari .balloon_contents p, .wrapper .map .balloon_humoto .balloon_contents p, .wrapper .map .balloon_kiyosato .balloon_contents p, .wrapper .map .balloon_hiroshima .balloon_contents p, .wrapper .map .balloon_kyushu .balloon_contents p, .wrapper .map .balloon_aomori .balloon_contents p {
            font-size: 12px;
            line-height: 21px; } }
        .wrapper .map .balloon .balloon_contents p span, .wrapper .map .balloon_asagiri .balloon_contents p span, .wrapper .map .balloon_fukiage .balloon_contents p span, .wrapper .map .balloon_makino .balloon_contents p span, .wrapper .map .balloon_owari .balloon_contents p span, .wrapper .map .balloon_humoto .balloon_contents p span, .wrapper .map .balloon_kiyosato .balloon_contents p span, .wrapper .map .balloon_hiroshima .balloon_contents p span, .wrapper .map .balloon_kyushu .balloon_contents p span, .wrapper .map .balloon_aomori .balloon_contents p span {
          display: block;
          float: left;
          font-weight: bold; }
        .wrapper .map .balloon .balloon_contents p a, .wrapper .map .balloon_asagiri .balloon_contents p a, .wrapper .map .balloon_fukiage .balloon_contents p a, .wrapper .map .balloon_makino .balloon_contents p a, .wrapper .map .balloon_owari .balloon_contents p a, .wrapper .map .balloon_humoto .balloon_contents p a, .wrapper .map .balloon_kiyosato .balloon_contents p a, .wrapper .map .balloon_hiroshima .balloon_contents p a, .wrapper .map .balloon_kyushu .balloon_contents p a, .wrapper .map .balloon_aomori .balloon_contents p a {
          position: absolute;
          display: block;
          bottom: 0;
          left: 30px;
          width: calc(100% - 70px);
          padding: 5px;
          text-align: center;
          font-weight: bold;
          border: 1px #000 solid; }
  .wrapper .map .balloon_owari {
    top: 60px;
    left: 375px;
    background-image: url("../img/main/map_balloon_noname.png"); }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_owari {
        background-image: url("../img/main/map_balloon_noname_sp.png");
        top: 280px;
        left: 80px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_owari {
        top: 70px;
        left: 15px; } }
  .wrapper .map .balloon_humoto {
    top: 70px;
    left: 430px;
    background-image: url("../img/main/map_balloon_noname.png"); }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_humoto {
        background-image: url("../img/main/map_balloon_noname_sp.png");
        top: 295px;
        left: 130px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_humoto {
        top: 70px;
        left: 35px; } }
  .wrapper .map .balloon_kiyosato {
    top: 50px;
    left: 430px;
    background-image: url("../img/main/map_balloon_noname.png"); }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_kiyosato {
        background-image: url("../img/main/map_balloon_noname_sp.png");
        top: 265px;
        left: 135px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_kiyosato {
        top: 60px;
        left: 40px; } }
  .wrapper .map .balloon_hiroshima {
    top: 100px;
    left: 290px;
    background-image: url("../img/main/map_balloon_noname.png"); }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_hiroshima {
        background-image: url("../img/main/map_balloon_noname_sp02.png");
        top: 315px;
        left: 40px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_hiroshima {
        top: 85px;
        left: 5px; } }
  .wrapper .map .balloon_kyushu {
    top: 140px;
    left: 250px;
    background-image: url("../img/main/map_balloon_noname.png"); }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_kyushu {
        background-image: url("../img/main/map_balloon_noname_sp02.png");
        top: 345px;
        left: 5px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_kyushu {
        top: 119px;
        left: -15px; } }
  .wrapper .map .balloon_aomori {
    top: -80px;
    left: 500px;
    background-image: url("../img/main/map_balloon_noname.png"); }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_aomori {
        background-image: url("../img/main/map_balloon_noname_sp03.png");
        top: 150px;
        left: 110px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_aomori {
        top: -20px;
        left: 5px; } }
  .wrapper .map .balloon_asagiri, .wrapper .map .balloon_fukiage, .wrapper .map .balloon_makino {
    background-image: url("../img/main/map_balloon02.png");
    width: 330px;
    height: 378px;
    top: 80px;
    left: 440px; }
    .wrapper .map .balloon_asagiri .balloon_contents, .wrapper .map .balloon_fukiage .balloon_contents, .wrapper .map .balloon_makino .balloon_contents {
      padding-top: 110px; }
      .wrapper .map .balloon_asagiri .balloon_contents p > a, .wrapper .map .balloon_fukiage .balloon_contents p > a, .wrapper .map .balloon_makino .balloon_contents p > a {
        bottom: 30px; }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_asagiri, .wrapper .map .balloon_fukiage, .wrapper .map .balloon_makino {
        background-image: url("../img/main/map_balloon02_asagiri_sp.png");
        width: 341px;
        height: 451px;
        top: -50px;
        left: 0; } }
  .wrapper .map .balloon_makino {
    background-image: url("../img/main/map_balloon01.png"); }
  @media screen and (max-width: 768px) {
    .wrapper .map .balloon_asagiri {
      top: 250px;
      left: 100px; } }
  @media screen and (max-width: 480px) {
    .wrapper .map .balloon_asagiri {
      top: 30px;
      left: 10px; } }
  .wrapper .map .balloon_fukiage {
    top: -25px;
    left: 490px;
    background-image: url("../img/main/map_balloon03.png"); }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_fukiage {
        background-image: url("../img/main/map_balloon03_sp.png");
        top: 150px;
        left: 40px; } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_fukiage {
        top: -25px;
        left: 0px; } }
  .wrapper .map .balloon_makino {
    top: 80px;
    left: 360px; }
    @media screen and (max-width: 768px) {
      .wrapper .map .balloon_makino {
        background-image: url("../img/main/map_balloon01_sp.png");
        top: 260px;
        left: 100px; }
        .wrapper .map .balloon_makino .balloon_contents {
          width: calc(100% - 80px); } }
    @media screen and (max-width: 480px) {
      .wrapper .map .balloon_makino {
        top: 40px;
        left: 20px; } }

.map_link {
  margin: 50px auto 20px; }
  .map_link a {
    width: 600px; }
    @media screen and (max-width: 768px) {
      .map_link a {
        width: 80%;
        line-height: 1.3em;
        padding: 10px 25px 10px 15px; } }
