#mv {
  margin: 5px 0 10px; }
  #mv .main-swiper-parent {
    overflow: hidden; }
    #mv .main-swiper-parent .main-swiper {
      display: none;
      width: 100%;
      max-width: 1000px;
      overflow: visible;
      margin: 0 auto 10px; }
      #mv .main-swiper-parent .main-swiper .swiper-slide {
        display: block; }
        #mv .main-swiper-parent .main-swiper .swiper-slide img {
          border-top: 1px solid #eee;
          border-bottom: 1px solid #eee;
          box-sizing: border-box; }
    #mv .main-swiper-parent .thumbs-swiper-parent {
      display: flex; }
      #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper-inner {
        width: 100%;
        margin: 0 2px;
        overflow: hidden; }
      #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper {
        width: 100px;
        overflow: visible;
        margin: 0;
        display: none; }
        #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide {
          display: block; }
          #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide img {
            border: 1px solid #eee;
            box-sizing: border-box; }
        #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide-thumb-active {
          position: relative; }
          #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide-thumb-active::after {
            content: "";
            display: block;
            width: calc(100% - 6px);
            height: calc(100% - 6px);
            position: absolute;
            top: 0;
            left: 0;
            border: 3px solid #00AEF1;
            z-index: 10; }
          #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper .swiper-slide-thumb-active .swiper-slide-thumb-active-dtl {
            position: absolute;
            height: 100%;
            width: 100%;
            background-color: #fff;
            opacity: .5;
            z-index: 10;
            top: 0;
            left: 0;
            transform-origin: left;
            transform: scaleX(0); }
      #mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-btn {
        background-color: #333;
        color: #fff;
        width: 20px;
        z-index: 10;
        position: relative; }
        #mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-btn::after {
          content: "";
          display: block;
          position: absolute;
          width: 10px;
          height: 10px;
          top: 50%; }
      #mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-prev::after {
        border-top: 2px solid #fff;
        border-left: 2px solid #fff;
        left: 60%;
        transform: translate(-50%, -50%) rotate(-45deg); }
      #mv .main-swiper-parent .thumbs-swiper-parent .main-swiper-next::after {
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        right: 60%;
        transform: translate(50%, -50%) rotate(45deg); }

#notices {
  display: none;
  background-color: #FF5569;
  color: #fff;
  padding: 8px;
  margin-bottom: 10px; }
  #notices h3 {
    text-align: center; }
  #notices a {
    text-decoration: none;
    color: #fff; }
  #notices p {
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  #notices span {
    margin-right: 10px; }

#pickup {
  background-color: #00AEF1;
  padding: 20px 0;
  margin: 0 0 50px 0; }
  #pickup h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 0;
    fill: #fff; }
    #pickup h3 svg {
      height: 20px;
      width: auto; }
  #pickup .inner {
    display: flex;
    justify-content: space-between;
    width: 95%;
    margin: 0 auto; }
    #pickup .inner a {
      display: block;
      width: 32%;
      position: relative;
      overflow: hidden; }
      #pickup .inner a::after {
        content: "";
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        right: 0;
        bottom: 0;
        transform: rotate(45deg) translate(70%, 0%);
        background-image: url(/top/img/pickup-dtl.svg);
        background-color: #00AEF1;
        background-repeat: no-repeat;
        background-position: 2px 50%;
        background-size: 10px; }
  #pickup .beginner_sp {
    width: 95%;
    margin: 0 auto 10px; }
  #pickup a img {
    border: 1px solid #3bbced;
    box-sizing: border-box; }
  #pickup .inner .beginner_pc {
    display: none; }

h2 {
  margin: 0 0 20px 4%; }
  h2 svg {
    height: 40px;
    width: auto;
    margin-bottom: 5px;
    fill: #222; }
  h2 span {
    display: block;
    font-size: 16px;
    position: relative;
    color: #222; }
    h2 span::before {
      display: block;
      content: "";
      position: absolute;
      width: 100%;
      height: 3px;
      background-color: #fff;
      top: 50%;
      left: 75px; }
    h2 span::after {
      display: block;
      content: "";
      position: absolute;
      width: 50px;
      height: 3px;
      background-color: #00AEF1;
      top: 50%;
      right: 0; }

#news {
  border-top: 4px solid #00AEF1;
  padding: 15px 0 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #F6F8F9; }
  #news .inner {
    width: 95%;
    margin: 0 auto; }
  #news .news-swiper-parent {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 20px; }
    #news .news-swiper-parent .news-swiper-container {
      margin: auto;
      overflow: visible; }
    #news .news-swiper-parent .swiper-slide {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
      #news .news-swiper-parent .swiper-slide a {
        width: 32%;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 20px; }
        #news .news-swiper-parent .swiper-slide a:nth-child(10) {
          display: none; }
        #news .news-swiper-parent .swiper-slide a .img {
          margin-bottom: 5px;
          border: 1px solid #eee;
          box-sizing: border-box; }
        #news .news-swiper-parent .swiper-slide a img {
          width: 100%; }
        #news .news-swiper-parent .swiper-slide a p {
          height: 40px;
          overflow: hidden;
          margin-bottom: 15px;
          text-overflow: ellipsis;
          display: -webkit-box;
          word-wrap: break-word;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
        #news .news-swiper-parent .swiper-slide a .category {
          display: block;
          font-size: 11px;
          margin-bottom: 5px;
          flex-grow: 1;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        #news .news-swiper-parent .swiper-slide a .online-shop {
          color: #E60012; }
        #news .news-swiper-parent .swiper-slide a .new-item {
          color: #3D8A09; }
        #news .news-swiper-parent .swiper-slide a .event {
          color: #2644A5; }
        #news .news-swiper-parent .swiper-slide a .fun-to-build {
          color: #1582C7; }
        #news .news-swiper-parent .swiper-slide a .campaign {
          color: #86327C; }
        #news .news-swiper-parent .swiper-slide a .topics {
          color: #0A9478; }
        #news .news-swiper-parent .swiper-slide a .notice {
          color: #e35ce2; }
        #news .news-swiper-parent .swiper-slide a .date {
          display: block;
          text-align: right;
          font-size: 10px;
          color: #C9CDD5; }
      #news .news-swiper-parent .swiper-slide .new {
        position: relative; }
        #news .news-swiper-parent .swiper-slide .new::after {
          content: "NEW";
          font-size: 10px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          display: block;
          position: absolute;
          width: 30px;
          height: 30px;
          background-color: #FF5569;
          border-radius: 100px;
          top: -10px;
          left: -5px; }
    #news .news-swiper-parent .swiper-pagination {
      bottom: -20px !important; }
    #news .news-swiper-parent .swiper-pagination-bullet {
      background-color: #a5a5a5; }
    #news .news-swiper-parent .swiper-pagination-bullet-active {
      background-color: #35363A; }
  #news .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    #news .more-btn span {
      position: relative;
      padding-right: 20px; }
      #news .more-btn span::after {
        position: absolute;
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg) translateY(-50%);
        margin-left: 10px;
        top: 50%;
        right: 0; }

#calendar {
  border-top: 4px solid #00AEF1;
  padding: 15px 0 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #F6F8F9;
  /*
  .inner {
      width: 95%;
      margin: 0 auto;
  }
  */ }
  #calendar h2 {
    margin: 0 0 30px 4%; }
    #calendar h2 svg {
      height: 40px;
      width: auto;
      margin-bottom: 5px;
      fill: #222; }
    #calendar h2 span {
      display: block;
      font-size: 16px;
      position: relative;
      color: #222; }
      #calendar h2 span::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        top: 50%;
        left: 140px; }
      #calendar h2 span::after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 3px;
        background-color: #00AEF1;
        top: 50%;
        right: 0; }
  #calendar .change-btn {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 20px;
    width: 95%; }
    #calendar .change-btn a {
      display: block;
      width: 31%;
      height: 40px;
      color: #222;
      border: 2px solid #222;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center; }
    #calendar .change-btn .active {
      background-color: #222;
      color: #fff;
      position: relative; }
      #calendar .change-btn .active::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 4px 0 4px;
        border-color: #222 transparent transparent transparent;
        left: 50%;
        bottom: -9px;
        transform: translateX(-50%); }
  #calendar .swiper-parent {
    margin: 0 auto 20px;
    padding-bottom: 20px;
    position: relative;
    width: 95%; }
    #calendar .swiper-parent .swiper-container {
      margin: 0 auto;
      display: none; }
    #calendar .swiper-parent .swiper-slide a {
      display: flex;
      text-decoration: none;
      color: #333;
      font-weight: bold;
      font-size: 13px;
      margin-bottom: 20px;
      flex-direction: column; }
      #calendar .swiper-parent .swiper-slide a .img {
        overflow: hidden;
        margin-bottom: 5px;
        border: 1px solid #eee;
        box-sizing: border-box; }
      #calendar .swiper-parent .swiper-slide a img {
        width: 100%; }
      #calendar .swiper-parent .swiper-slide a p {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 15px; }
      #calendar .swiper-parent .swiper-slide a .category {
        display: block;
        font-size: 11px;
        margin-bottom: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap; }
      #calendar .swiper-parent .swiper-slide a .counter-sale {
        color: #FFAA00; }
      #calendar .swiper-parent .swiper-slide a .cat_shop {
        color: #E60012; }
      #calendar .swiper-parent .swiper-slide a .cat_gbase {
        color: #005A88; }
      #calendar .swiper-parent .swiper-slide a .cat_event {
        color: #4caf50; }
      #calendar .swiper-parent .swiper-slide a .others {
        color: #555; }
      #calendar .swiper-parent .swiper-slide a .cat_gfy {
        color: #693db8; }
      #calendar .swiper-parent .swiper-slide a .date {
        display: block;
        text-align: right;
        font-size: 10px;
        color: #C9CDD5; }
    #calendar .swiper-parent .swiper-pagination {
      bottom: -20px !important; }
    #calendar .swiper-parent .swiper-pagination-bullet {
      background-color: #a5a5a5; }
    #calendar .swiper-parent .swiper-pagination-bullet-active {
      background-color: #35363A; }
  #calendar .next-month-swiper-parent {
    display: none; }
  #calendar .month-after-swiper-parent {
    display: none; }
  #calendar .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    #calendar .more-btn:first-child {
      margin-bottom: 10px; }
    #calendar .more-btn span {
      position: relative;
      padding-right: 20px; }
      #calendar .more-btn span::after {
        position: absolute;
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg) translateY(-50%);
        margin-left: 10px;
        top: 50%;
        right: 0; }
  #calendar .link {
    text-align: center; }
    #calendar .link a {
      color: #333;
      text-decoration: underline; }

#online-shop {
  border-top: 4px solid #00AEF1;
  padding: 15px 0 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #F6F8F9; }
  #online-shop .inner {
    width: 95%;
    margin: 0 auto; }
  #online-shop h2 {
    margin: 0 0 20px 4%;
    position: relative; }
    #online-shop h2 svg {
      height: 40px;
      width: auto;
      margin: 0 10px 5px 0;
      fill: #222; }
    #online-shop h2 span {
      display: block;
      font-size: 16px;
      position: relative;
      color: #222; }
      #online-shop h2 span::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        top: 50%;
        left: 160px; }
      #online-shop h2 span::after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 3px;
        background-color: #00AEF1;
        top: 50%;
        right: 0; }
    #online-shop h2 .topics {
      display: flex;
      align-items: center;
      position: absolute;
      right: 10px;
      bottom: 30px;
      background: #ed1f32;
      color: #fff;
      font-size: 11px;
      border-radius: 5px;
      padding: 5px 8px; }
      #online-shop h2 .topics svg {
        fill: #fff;
        width: 10px;
        height: 10px;
        margin: 0 0 0 5px; }
  #online-shop h4 {
    margin-bottom: 5px; }
  #online-shop .item {
    display: flex;
    margin: 0 0 20px; }
    #online-shop .item a {
      display: block;
      width: 32%;
      border: 1px solid #eee;
      box-sizing: border-box;
      margin-right: 2%; }
      #online-shop .item a:last-child {
        margin-right: 0; }
  #online-shop .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    text-align: center;
    border-radius: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    #online-shop .more-btn span {
      width: 100%; }
    #online-shop .more-btn svg {
      position: absolute;
      width: 13px;
      height: auto;
      right: 15px;
      top: 50%;
      transform: translateY(-50%); }
  #online-shop .hos {
    margin-bottom: 20px; }
    #online-shop .hos .more-btn span {
      padding-right: 15px; }

#ev-cp-wrap {
  overflow: hidden;
  position: relative; }
  #ev-cp-wrap h2 {
    margin: 0 0 30px 4%; }
    #ev-cp-wrap h2 svg {
      height: 40px;
      width: auto;
      margin-bottom: 5px;
      fill: #222; }
    #ev-cp-wrap h2 span {
      display: block;
      font-size: 16px;
      position: relative;
      color: #222; }
      #ev-cp-wrap h2 span::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        top: 50%;
        left: 75px; }
      #ev-cp-wrap h2 span::after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 3px;
        background-color: #00AEF1;
        top: 50%;
        right: 0; }
  #ev-cp-wrap .swiper-container {
    margin: auto;
    display: none;
    overflow: visible; }
  #ev-cp-wrap .swiper-slide {
    display: flex;
    flex-wrap: wrap; }
    #ev-cp-wrap .swiper-slide a {
      width: 32%;
      text-decoration: none;
      color: #333;
      font-weight: bold;
      font-size: 13px;
      margin-right: 2%; }
      #ev-cp-wrap .swiper-slide a:nth-child(3n) {
        margin-right: 0; }
      #ev-cp-wrap .swiper-slide a .img {
        margin-bottom: 5px;
        overflow: hidden;
        border: 1px solid #eee;
        box-sizing: border-box; }
      #ev-cp-wrap .swiper-slide a img {
        width: 100%; }
      #ev-cp-wrap .swiper-slide a .period {
        display: block;
        margin-bottom: 5px;
        color: #C9CDD5;
        font-size: 11px; }
      #ev-cp-wrap .swiper-slide a p {
        height: auto;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        word-wrap: break-word;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        margin-bottom: 15px; }
    #ev-cp-wrap .swiper-slide .new {
      position: relative; }
      #ev-cp-wrap .swiper-slide .new::after {
        content: "NEW";
        font-size: 10px;
        text-align: center;
        line-height: 30px;
        color: #fff;
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        background-color: #FF5569;
        border-radius: 100px;
        top: -10px;
        left: -5px; }
  #ev-cp-wrap .swiper-pagination {
    bottom: -20px !important; }
  #ev-cp-wrap .swiper-pagination-bullet {
    background-color: #a5a5a5; }
  #ev-cp-wrap .swiper-pagination-bullet-active {
    background-color: #35363A; }
  #ev-cp-wrap .more-btn {
    margin: 0 auto;
    width: 250px;
    height: 40px;
    border: 2px solid #333;
    color: #333;
    text-decoration: none;
    border-radius: 100px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center; }
    #ev-cp-wrap .more-btn span {
      position: relative;
      padding-right: 20px; }
      #ev-cp-wrap .more-btn span::after {
        position: absolute;
        content: "";
        display: block;
        width: 7px;
        height: 7px;
        border-top: 2px solid #333;
        border-right: 2px solid #333;
        transform: rotate(45deg) translateY(-50%);
        margin-left: 10px;
        top: 50%;
        right: 0; }

#event {
  border-top: 4px solid #00AEF1;
  padding: 15px 0 30px;
  margin-bottom: 30px;
  background-color: #F6F8F9; }
  #event .event-swiper-parent {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 20px; }

#campaign {
  border-top: 4px solid #00AEF1;
  padding: 15px 0 30px;
  margin-bottom: 30px;
  background-color: #F6F8F9; }
  #campaign h2 span::before {
    left: 105px; }
  #campaign .campaign-swiper-parent {
    width: 95%;
    margin: 0 auto 20px;
    padding-bottom: 20px; }

#special {
  border-top: 4px solid #00AEF1;
  padding: 15px 0 30px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #F6F8F9; }
  #special .inner {
    width: 95%;
    margin: 0 auto; }
  #special h2 {
    margin: 0 0 30px 4%; }
    #special h2 svg {
      height: 40px;
      width: auto;
      margin: 0 10px 5px 0;
      fill: #222; }
    #special h2 span {
      display: block;
      font-size: 16px;
      position: relative;
      color: #222; }
      #special h2 span::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #fff;
        top: 50%;
        left: 170px; }
      #special h2 span::after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 3px;
        background-color: #00AEF1;
        top: 50%;
        right: 0; }
  #special .change-btn {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px; }
    #special .change-btn a {
      display: block;
      width: 31%;
      height: 40px;
      color: #222;
      text-align: center;
      border: 2px solid #222;
      border-radius: 50px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 13px; }
    #special .change-btn .active {
      background-color: #222;
      color: #fff;
      position: relative; }
      #special .change-btn .active::after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 9px 4px 0 4px;
        border-color: #222 transparent transparent transparent;
        left: 50%;
        bottom: -9px;
        transform: translateX(-50%); }
  #special .swiper-parent {
    margin: 0 auto;
    padding-bottom: 20px; }
    #special .swiper-parent .swiper-container {
      margin: auto;
      display: none;
      overflow: visible; }
    #special .swiper-parent .swiper-slide {
      display: flex;
      flex-wrap: wrap; }
      #special .swiper-parent .swiper-slide a {
        width: 32%;
        text-decoration: none;
        color: #333;
        font-weight: bold;
        font-size: 13px;
        margin-bottom: 20px;
        margin-right: 2%; }
        #special .swiper-parent .swiper-slide a:nth-child(3n) {
          margin-right: 0; }
        #special .swiper-parent .swiper-slide a .img {
          margin-bottom: 5px;
          overflow: hidden;
          border: 1px solid #eee;
          box-sizing: border-box; }
        #special .swiper-parent .swiper-slide a img {
          width: 100%; }
        #special .swiper-parent .swiper-slide a p {
          height: auto;
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          word-wrap: break-word;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2; }
      #special .swiper-parent .swiper-slide .new {
        position: relative; }
        #special .swiper-parent .swiper-slide .new::after {
          content: "NEW";
          font-size: 10px;
          text-align: center;
          line-height: 30px;
          color: #fff;
          display: block;
          position: absolute;
          width: 30px;
          height: 30px;
          background-color: #FF5569;
          border-radius: 100px;
          top: -10px;
          left: -5px; }
    #special .swiper-parent .swiper-pagination {
      bottom: -20px !important; }
    #special .swiper-parent .swiper-pagination-bullet {
      background-color: #a5a5a5; }
    #special .swiper-parent .swiper-pagination-bullet-active {
      background-color: #35363A; }
  #special .feature-swiper-parent {
    display: none; }
  #special .build-swiper-parent {
    display: none; }
  #special .blog {
    display: block;
    width: 260px;
    margin: 20px auto 0; }
    #special .blog img {
      border: 1px solid #eee;
      box-sizing: border-box; }

#mm-enq {
  margin: 0 auto 10px;
  width: 95%; }
  #mm-enq .blog {
    width: calc(50% - 5px);
    display: block;
    margin: 0 auto 30px; }
    #mm-enq .blog img {
      width: 100%;
      height: auto;
      border: 1px solid #eee;
      box-sizing: border-box; }
  #mm-enq .inner {
    display: flex;
    justify-content: space-between; }
    #mm-enq .inner a {
      display: block;
      width: 50%; }
      #mm-enq .inner a:first-child {
        margin-right: 10px; }
      #mm-enq .inner a img {
        width: 100%;
        height: auto; }

#bnrarea {
  width: 95%;
  margin: 0 auto 10px;
  display: flex;
  flex-wrap: wrap; }
  #bnrarea a {
    display: block; }
  #bnrarea .manual {
    width: calc((100% / 3) - 5px);
    display: block;
    border: 3px solid #F1F1F1;
    background-color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 5px; }
  #bnrarea .kids {
    width: calc((100% / 3) - 5px);
    display: block;
    border: 3px solid #F1F1F1;
    background-color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box;
    margin-right: 5px; }
  #bnrarea .gbase {
    width: calc((100% / 3) - 5px);
    display: block;
    border: 3px solid #F1F1F1;
    background-color: #fff;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
    box-sizing: border-box; }

#attention {
    box-sizing: border-box;
	width: 95%;
	margin: 0 auto 5vw;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	}
	#attention a {
	box-sizing: border-box;
	display:block;
	background-color: #fff;
	border: solid 3px #f1f1f1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 14vw;
	width: 100%;
	margin-bottom: 2.5vw;
	text-align: center;
	font-size: 3vw;
	font-weight: bold;
	color: #111;}

#ranking {
  background-color: #00AEF1;
  padding: 20px 0;
  margin: 0 0 30px 0; }
  #ranking h3 {
    text-align: center;
    margin-bottom: 10px;
    font-size: 0; }
    #ranking h3 svg {
      height: 20px;
      width: auto; }
  #ranking .inner {
    width: 95%;
    margin: auto; }
    #ranking .inner a {
      color: #fff;
      outline: 2px solid #fff;
      margin-bottom: 15px;
      display: flex; }
      #ranking .inner a:first-child i {
        background: linear-gradient(135deg, #FFE84A 0, #E7A100 50%, #F7D44D 51%, #FCB000 100%); }
      #ranking .inner a:nth-child(2) i {
        background: linear-gradient(135deg, #C9CDD5 0, #8B929E 50%, #C9CDD5 51%, #828893 100%); }
      #ranking .inner a:nth-child(3) i {
        background: linear-gradient(135deg, #A5602B 0, #A7793E 50%, #E49131 51%, #734807 100%); }
      #ranking .inner a:nth-child(4) i {
        background-color: #fff; }
        #ranking .inner a:nth-child(4) i svg {
          fill: #00aef1; }
      #ranking .inner a:nth-child(5) {
        margin-bottom: 0; }
        #ranking .inner a:nth-child(5) i {
          background-color: #fff; }
        #ranking .inner a:nth-child(5) svg {
          fill: #00aef1; }
    #ranking .inner i {
      width: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex: none; }
      #ranking .inner i svg {
        height: 15px;
        width: auto;
        fill: #fff; }
    #ranking .inner span {
      display: block;
      padding: 10px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }

#facility {
  overflow: hidden;
  margin-bottom: 30px; }
  #facility h3 {
    margin: 0 0 20px 4%;
    display: flex;
    align-items: flex-end; }
    #facility h3 svg {
      height: 30px;
      width: auto;
      margin: 0 10px 5px 0;
      fill: #222;
      flex: none; }
    #facility h3 span {
      display: block;
      font-size: 13px;
      position: relative;
      color: #222;
      width: 100%;
      padding-bottom: 15px; }
      #facility h3 span::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #C9CDD5;
        bottom: 5px;
        left: 0; }
      #facility h3 span::after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 3px;
        background-color: #00AEF1;
        bottom: 5px;
        right: 0; }
  #facility .inner {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #facility .inner a {
      width: 32%;
      margin: 0 2% 0 0;
      border: 1px solid #eee;
      box-sizing: border-box; }
      #facility .inner a:nth-child(3n) {
        margin-right: 0; }
      #facility .inner a:nth-child(n + 4) {
        margin-top: 2%; }

#link {
  overflow: hidden;
  margin-bottom: 30px; }
  #link h3 {
    margin: 0 0 20px 4%;
    display: flex;
    align-items: flex-end; }
    #link h3 svg {
      height: 30px;
      width: auto;
      margin: 0 10px 5px 0;
      fill: #222;
      flex: none; }
    #link h3 span {
      display: block;
      font-size: 13px;
      position: relative;
      color: #222;
      width: 100%;
      padding-bottom: 15px; }
      #link h3 span::before {
        display: block;
        content: "";
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #C9CDD5;
        bottom: 5px;
        left: 0; }
      #link h3 span::after {
        display: block;
        content: "";
        position: absolute;
        width: 50px;
        height: 3px;
        background-color: #00AEF1;
        bottom: 5px;
        right: 0; }
  #link .inner {
    width: 95%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap; }
    #link .inner a {
      width: 32%;
      margin: 0 2% 0 0;
      border: 1px solid #eee;
      box-sizing: border-box; }
      #link .inner a:nth-child(3n) {
        margin-right: 0; }
      #link .inner a:nth-child(n + 4) {
        margin-top: 2%; }

#sns {
  width: 95%;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between; }
  #sns .twitter {
    width: 100%;
    max-width: 660px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    height: 400px;
    margin: auto; }
  #sns .account {
    display: none; }

@media screen and (min-width: 760px) {
  h2 span::after {
    width: 80px !important; }

  h3 span::after {
    width: 80px !important; }

  #mv .main-swiper-parent .main-swiper {
    max-width: 650px; }

  #mv .main-swiper-parent .main-swiper .swiper-slide {
    opacity: .7; }

  #mv .main-swiper-parent .main-swiper .swiper-slide-active {
    opacity: 1; }

  #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper {
    width: 120px; }

  #notices {
    padding: 20px 10px; }

  #bnrarea {
    margin: 20px auto; }

  #attention {
    margin: 0 auto 20px; }

  #pickup {
    margin-bottom: 40px;
    padding: 25px 0; }

  #pickup .inner {
    width: 80%; }

  #pickup h3 img {
    height: 25px;
    width: auto; }

  #pickup h3 {
    margin-bottom: 20px; }

  #pickup .inner a::after {
    width: 50px;
    height: 50px;
    background-size: 12px; }

  #pickup .beginner_sp {
    width: 80%;
    margin-bottom: 20px; }

  #news {
    margin-bottom: 40px;
    padding-bottom: 40px; }

  #news .news-swiper-parent {
    margin-bottom: 40px; }

  #news .swiper-slide a {
    width: 24% !important; }

  #news .news-swiper-parent .swiper-slide a:nth-child(9) {
    display: none; }

  #news .news-swiper-parent .swiper-slide .new::after {
    width: 35px;
    height: 35px;
    line-height: 35px; }

  #news .news-swiper-parent .swiper-slide a .category {
    font-size: 12px; }

  #news .news-swiper-parent .swiper-slide a p {
    font-size: 14px;
    height: 40px; }

  #news .news-swiper-parent .swiper-slide a .date {
    font-size: 11px; }

  #calendar {
    margin-bottom: 40px;
    padding-bottom: 40px; }

  #calendar h2 {
    margin-bottom: 40px; }

  #calendar .swiper-parent {
    margin-bottom: 40px; }

  #calendar .more-btn {
    margin-bottom: 50px; }

  #calendar .swiper-parent .swiper-slide a .category {
    font-size: 12px; }

  #calendar .swiper-parent .swiper-slide a p {
    font-size: 14px;
    height: 40px; }

  #calendar .swiper-parent .swiper-slide a .date {
    font-size: 11px; }

  #calendar .btn a {
    margin: 0; }

  #calendar .btn a:first-child {
    margin: 0 auto 15px; }

  #online-shop {
    margin-bottom: 40px;
    padding-bottom: 40px; }

  #online-shop .inner {
    display: flex;
    justify-content: space-between; }

  #online-shop .hos {
    width: 49%;
    display: flex;
    flex-direction: column;
    margin-bottom: 0; }

  #online-shop .gos {
    width: 49%;
    display: flex;
    flex-direction: column; }

  #online-shop h4 {
    flex: 1 0 auto;
    align-items: flex-end;
    display: flex;
    align-items: flex-end;
    justify-content: center; }

  #online-shop .item {
    margin-bottom: 30px; }

  #online-shop .more-btn svg {
    right: 20px; }

  #online-shop h2 br {
    display: none; }

  #online-shop h2 .topics {
    right: 20px; }

  #ev-cp-wrap .swiper-slide a .period {
    font-size: 12px; }

  #ev-cp-wrap .swiper-slide a p {
    font-size: 14px; }

  #ev-cp-wrap .swiper-slide a .period br {
    display: none; }

  #event {
    margin-bottom: 40px;
    padding-bottom: 40px; }

  #event .swiper-slide a {
    width: 23.5% !important; }

  #event .swiper-slide a:nth-child(3n) {
    margin-right: 2% !important; }

  #event .swiper-slide a:nth-child(4n) {
    margin-right: 0; }

  #campaign {
    margin-bottom: 40px;
    padding-bottom: 40px; }

  #campaign .swiper-slide a {
    width: 23.5% !important; }

  #campaign .swiper-slide a:nth-child(3n) {
    margin-right: 2% !important; }

  #campaign .swiper-slide a:nth-child(4n) {
    margin-right: 0; }

  #special {
    margin-bottom: 40px;
    padding-bottom: 40px; }

  #special h2 {
    margin-bottom: 40px; }

  #special .swiper-slide a {
    width: 23.5% !important; }

  #special .swiper-slide a:nth-child(3n) {
    margin-right: 2% !important; }

  #special .swiper-slide a:nth-child(4n) {
    margin-right: 0; }

  #special .swiper-parent .swiper-slide a p {
    font-size: 14px; }

  #special .blog {
    transition: all ease .2s; }

  #special .blog:hover {
    opacity: .8; }

  #mm-enq .blog {
    width: calc(50% - 15px);
    margin-bottom: 20px; }

  #mm-enq .inner {
    display: flex;
    justify-content: center; }

  #mm-enq .inner a:first-child {
    margin-right: 10px; }

  #mm-enq .blog {
    width: 33%;
    margin: 0;
    margin-right: 10px; }

  #mm-enq .inner {
    width: 66%; }

  #mm-enq {
    display: flex;
    align-items: center; }

  #ranking {
    margin-bottom: 40px; }

  #ranking .inner {
    width: 80%; }

  #ranking h3 img {
    height: 25px;
    width: auto; }

  #ranking h3 {
    margin-bottom: 20px; }

  #facility {
    margin-bottom: 40px; }

  #facility .inner a {
    width: 23.5%; }

  #facility .inner a:nth-child(3n) {
    margin-right: 2%; }

  #facility .inner a:nth-child(4n) {
    margin: 0; }

  #link .inner a {
    width: 23.5%; }

  #link .inner a:nth-child(3n) {
    margin-right: 2%; }

  #link .inner a:nth-child(4n) {
    margin-right: 0; }

  #link .inner a:nth-child(n + 4) {
    margin-top: 0; }

  #link .inner a:nth-child(n + 5) {
    margin-top: 2%; }

  .swiper-button-prev,
  .swiper-button-next {
    width: 30px;
    height: 82px;
    margin-top: -41px; } }
@media screen and (min-width: 980px) {
  #mv .main-swiper-parent .main-swiper {
    max-width: 1100px;
    padding: 0 100px;
    box-sizing: border-box; }

  #mv .thumbs-swiper .swiper-slide img {
    transition: all ease .2s; }

  #mv .thumbs-swiper .swiper-slide img:hover {
    opacity: .8; }

  #header-cnt .search .search-swiper-btn {
    cursor: pointer; }

  .thumbs-swiper-parent .thumbs-swiper {
    width: 200px; }

  .thumbs-swiper-parent .main-swiper-btn {
    width: 25px; }

  #notices {
    padding: 10px 0;
    margin-bottom: 30px; }

  #notices .wrapper {
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center; }

  #notices .cnt {
    width: 100%; }

  #notices h3 {
    width: 170px;
    text-align: left;
    margin: 0;
    font-size: 18px; }

  #notices a:hover {
    text-decoration: underline; }

  #notices p {
    font-size: 15px; }

  #notices p:first-child {
    margin-top: 0; }

  #bnrarea {
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    width: 100%; }

  #bnrarea a {
    margin: 0 !important;
    height: 80px !important;
    transition: all ease .2s; }

  #bnrarea a:hover {
    opacity: .8; }

	#attention {
	width: 100%;
	max-width:1200px;
	padding: 0 40px;
	margin: 0 auto 30px;	}

	#attention a {
	width: 49.7%;
	height: 50px;
	margin-bottom:0;
	font-size: 12px;
	transition: all ease .2s;	}

	#attention a:hover {
	background-color: #f1f1f1	}

	#attention a br{display:none}

  #pickup {
    background-color: transparent;
    width: auto;
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: auto;
    margin-bottom: 50px; }

  #pickup .wrapper {
    margin: auto;
    align-items: center;
    position: relative;
    padding: 25px 0;
    background-color: #00AEF1; }

  #pickup h3 {
    margin: 0 auto 20px;
    text-align: center; }

  #pickup h3 svg {
    height: 40px;
    width: auto; }

  #pickup .inner {
    width: 90%; }

  #pickup .inner a::after {
    width: 60px;
    height: 60px; }

  #pickup .inner a {
    width: 24%;
    border: 3px solid transparent;
    box-sizing: border-box;
    transition: all ease .3s; }

  #pickup .inner a:hover {
    border: 3px solid #fff; }

  #pickup .inner img {
    border: 1px solid #3bbced;
    box-sizing: border-box; }

  #pickup .beginner_sp {
    display: none; }

  #pickup .inner .beginner_pc {
    display: block; }

  #news {
    padding: 0 0 50px;
    margin: 0 auto 50px;
    overflow: visible; }

  #news::after {
    display: none; }

  #news .container {
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto; }

  #news .wrapper {
    overflow: hidden; }

  #news h2 {
    margin-left: 0;
    padding-top: 20px; }

  #news h2 svg {
    height: 45px; }

  #news .news-swiper-parent {
    width: 98%; }

  #news .more-btn {
    width: 300px;
    height: 45px;
    margin: 0 auto;
    transition: all ease .2s; }

  #news .more-btn span {
    font-size: 15px; }

  #news .more-btn:hover {
    background-color: #222;
    color: #fff; }

  #news .more-btn span::after {
    transition: all ease .2s; }

  #news .more-btn:hover span::after {
    border-color: #fff; }

  #news .swiper-slide a {
    transition: all ease .2s; }

  #news .swiper-slide a img {
    overflow: hidden;
    transition: all ease .2s; }

  #news .swiper-slide a .img {
    overflow: hidden; }

  #news .swiper-slide a:hover {
    opacity: .8; }

  #news .swiper-slide a:hover img {
    transform: scale(1.05); }

  #calendar {
    padding: 0 0 50px;
    margin: 0 auto 50px; }

  #calendar .container {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box; }

  #calendar .wrapper {
    overflow: hidden; }

  #calendar h2 {
    margin-left: 0;
    overflow: hidden;
    padding-top: 20px; }

  #calendar h2 svg {
    height: 45px; }

  #calendar::after {
    width: 200%;
    top: 50px;
    right: 80px; }

  #calendar .change-btn a {
    font-size: 15px;
    height: 45px;
    cursor: pointer;
    transition: all ease .2s; }

  #calendar .change-btn a:hover {
    background-color: #222;
    color: #fff; }

  #calendar .change-btn .active {
    cursor: default; }

  #calendar .change-btn {
    margin: 0 auto 40px; }

  #calendar .btn a {
    width: 300px;
    height: 45px;
    transition: all ease .2s; }

  #calendar .btn a span {
    font-size: 15px; }

  #calendar .more-btn:hover {
    background-color: #222;
    color: #fff; }

  #calendar .link a:hover {
    text-decoration: none; }

  #calendar .btn a span::after {
    transition: all ease .2s; }

  #calendar .btn a:hover span::after {
    border-color: #fff; }

  #calendar .swiper-slide a {
    transition: all ease .2s; }

  #calendar .swiper-slide a:hover {
    opacity: .8; }

  #calendar .swiper-slide a img {
    transition: all ease .2s; }

  #calendar .swiper-slide a:hover img {
    transform: scale(1.05); }

  #calendar .swiper-slide a img {
    flex-shrink: 0;
    transition: all ease .2s; }

  #online-shop {
    padding: 0 0 50px;
    margin: 0 auto 50px; }

  #online-shop .container {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box; }

  #online-shop h2 {
    overflow: hidden;
    margin-left: 0;
    padding-top: 20px; }

  #online-shop h2 svg {
    height: 45px; }

  #online-shop .inner {
    width: 100%; }

  #online-shop .more-btn {
    width: 300px;
    height: 45px;
    margin: 0 auto;
    transition: all ease .2s; }

  #online-shop .more-btn svg {
    transition: all ease .2s; }

  #online-shop .more-btn span {
    font-size: 15px; }

  #online-shop .more-btn:hover {
    background-color: #222;
    color: #fff; }

  #online-shop .more-btn:hover svg {
    fill: #fff; }

  #online-shop::after {
    width: 200%;
    top: 50px;
    left: 80px; }

  #online-shop .item {
    min-height: 0%; }

  #online-shop .item a {
    overflow: hidden;
    transition: all ease .2s; }

  #online-shop .item a img {
    overflow: hidden;
    transition: all ease .2s; }

  #online-shop .item a:hover {
    opacity: .8; }

  #online-shop .item a:hover img {
    transform: scale(1.05); }

  #online-shop h2 .topics {
    font-size: 13px;
    right: 0; }

  #ev-cp-wrap {
    margin: 0 auto 50px;
    overflow: visible;
    background-color: #F6F8F9;
    border-top: 4px solid #00AEF1; }

  #ev-cp-wrap::after {
    width: 200%;
    height: 85%;
    top: 50px;
    right: 80px; }

  #ev-cp-wrap .container {
    max-width: 1200px;
    padding: 0 40px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between; }

  #ev-cp-wrap h2 {
    margin-left: 0;
    margin-bottom: 40px; }

  #ev-cp-wrap h2 svg {
    height: 45px; }

  #ev-cp-wrap .more-btn {
    width: 300px;
    height: 45px;
    margin: 0 auto;
    transition: all ease .2s; }

  #ev-cp-wrap .more-btn span {
    font-size: 15px; }

  #ev-cp-wrap .more-btn:hover {
    background-color: #222;
    color: #fff; }

  #ev-cp-wrap .more-btn span::after {
    transition: all ease .2s; }

  #ev-cp-wrap .more-btn:hover span::after {
    border-color: #fff; }

  #ev-cp-wrap .swiper-slide a {
    transition: all ease .2s; }

  #ev-cp-wrap .swiper-slide a:hover {
    opacity: .8; }

  #ev-cp-wrap .swiper-slide a img {
    transition: all ease .2s; }

  #ev-cp-wrap .swiper-slide a:hover img {
    transform: scale(1.05); }

  #ev-cp-wrap .wide {
    width: 100%; }

  #ev-cp-wrap .wide .swiper-slide a {
    width: 23.5% !important; }

  #ev-cp-wrap .wide .swiper-slide a:nth-child(3n) {
    margin-right: 2% !important; }

  #ev-cp-wrap .wide .swiper-slide a:nth-child(4n) {
    margin-right: 0 !important; }

  #event {
    width: 49%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px 0 50px;
    margin-bottom: 0;
    background-color: transparent;
    border-top: 0; }

  #event .swiper-slide a {
    width: 32% !important; }

  #event .swiper-slide a:nth-child(3n) {
    margin-right: 0 !important; }

  #event .swiper-slide a:nth-child(4n) {
    margin-right: 2% !important; }

  #event .event-swiper-parent {
    width: 98%;
    flex-grow: 1; }

  #event .event-swiper-parent {
    min-height: 0%; }

  #event h2 span::after {
    right: -10px; }

  #campaign {
    width: 49%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 20px 0 50px;
    margin-bottom: 0;
    background-color: transparent;
    border-top: 0; }

  #campaign .swiper-slide a {
    width: 32% !important; }

  #campaign .swiper-slide a:nth-child(3n) {
    margin-right: 0 !important; }

  #campaign .swiper-slide a:nth-child(4n) {
    margin-right: 2% !important; }

  #campaign .campaign-swiper-parent {
    width: 98%;
    flex-grow: 1; }

  #special {
    padding: 0 0 50px;
    margin: 0 auto 50px; }

  #special .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 40px;
    box-sizing: border-box; }

  #special h2 {
    margin-left: 0;
    padding-top: 20px;
    margin-bottom: 40px; }

  #special .wrapper {
    overflow: hidden; }

  #special::after {
    width: 200%;
    top: 50px;
    left: 80px;
    height: 75%; }

  #special h2 svg {
    height: 45px; }

  #special .change-btn {
    margin: 0 auto 40px; }

  #special .change-btn a {
    font-size: 15px;
    height: 45px;
    margin: 0;
    cursor: pointer;
    transition: all ease .2s; }

  #special .change-btn .active {
    cursor: default; }

  #special .change-btn a br {
    display: none; }

  #special .change-btn a:hover {
    background-color: #222;
    color: #fff; }

  #special .swiper-slide a {
    transition: all ease .2s; }

  #special .swiper-slide a:hover {
    opacity: .8; }

  #special .swiper-slide a img {
    transition: all ease .2s; }

  #special .swiper-slide a:hover img {
    transform: scale(1.05); }

  #mm-enq a {
    transition: all ease .2s; }

  #mm-enq a:hover {
    opacity: .8; }

  #mm-enq {
    max-width: 1200px;
    width: 100%;
    padding: 0 40px;
    margin: 0 auto 20px;
    box-sizing: border-box; }

  #ranking {
    position: relative;
    padding: 0;
    margin: 0 auto 50px;
    max-width: 1120px;
    box-sizing: border-box;
    padding: 0 40px; }

  #ranking .wrapper {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    margin: auto;
    align-items: center;
    position: relative; }

  #ranking h3 {
    margin: 0 40px 0 0;
    text-align: left; }

  #ranking h3 svg {
    height: 40px;
    width: auto; }

  #ranking .inner {
    max-width: 650px;
    margin-right: 30px; }

  #ranking .inner span {
    font-size: 15px; }

  #ranking .inner a {
    transition: all ease .2s; }

  #ranking .inner a:hover {
    background-color: #fff;
    color: #00AEF1; }

  #facility {
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto 50px; }

  #facility h3 {
    margin-left: 0;
    margin-bottom: 40px; }

  #facility h3 svg {
    width: 225px;
    height: auto; }

  #facility .inner {
    width: 90%; }

  #facility .inner a {
    transition: all ease .2s;
    overflow: hidden; }

  #facility .inner a:hover {
    opacity: .8; }

  #facility .inner a img {
    transition: all ease .2s; }

  #facility .inner a:hover img {
    transform: scale(1.05); }

  #link {
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 0 auto 50px; }

  #link h3 {
    margin-left: 0;
    margin-bottom: 40px; }

  #link h3 svg {
    width: 133px;
    height: auto; }

  #link .inner {
    width: 90%; }

  #link .inner a {
    transition: all ease .2s;
    overflow: hidden; }

  #link .inner a:hover {
    opacity: .8; }

  #link .inner a img {
    transition: all ease .2s; }

  #link .inner a:hover img {
    transform: scale(1.05); }

  footer nav {
    margin: 40px auto 20px; }

  footer .sns {
    display: none; }

  #sns {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    padding: 0 40px;
    box-sizing: border-box; }

  #sns .twitter {
    width: 50%;
    margin-right: 50px;
    height: 350px; }

  #sns .account {
    width: 50%;
    display: block; }

  #sns .account h4 {
    margin-bottom: 20px; }

  #sns .account h4 svg {
    height: 30px;
    margin-bottom: 5px; }

  #sns .account span {
    display: block; }

  #sns .account a {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    color: #fff;
    width: 200px;
    padding: 10px 0;
    margin-bottom: 15px;
    transition: all ease .2s; }

  #sns .account a:hover {
    opacity: .8; }

  #sns .account .tw {
    background-color: #1DA1F2;
    margin-right: 15px; }

  #sns .account .fb {
    background-color: #1877F2; }

  #sns .account .yt {
    background-color: #FF2500; }

  #sns .account a svg {
    height: 20px;
    fill: #fff;
    margin-right: 15px; }

  #sns .account .cnt {
    display: flex;
    width: 500px;
    flex-wrap: wrap; } }
@media screen and (min-width: 1200px) {
  #mv .main-swiper-parent .thumbs-swiper-parent .thumbs-swiper {
    width: 180px; }

  #news .swiper-slide a {
    width: 19% !important; }

  #news .news-swiper-parent .swiper-slide a:nth-child(9),
  #news .news-swiper-parent .swiper-slide a:nth-child(10) {
    display: block; }

  #special .swiper-slide a {
    width: 18.4% !important; }

  #special .swiper-slide a:nth-child(4n) {
    margin-right: 2%; }

  #special .swiper-slide a:nth-child(5n) {
    margin-right: 0; }

  #ev-cp-wrap .wide .swiper-slide a {
    width: 18.4% !important; }

  #ev-cp-wrap .wide .swiper-slide a:nth-child(3n) {
    margin-right: 2% !important; }

  #ev-cp-wrap .wide .swiper-slide a:nth-child(5n) {
    margin-right: 0 !important; }

  #ev-cp-wrap .wide .swiper-slide a:nth-child(4n) {
    margin-right: 2% !important; } }
@media all and (-ms-high-contrast: none) {
  #twitter {
    display: none; }

  #news h2 svg {
    width: 180px; }

  #calendar h2 svg {
    width: 326px; }

  #online-shop h2 > svg {
    width: 197px; }

  #online-shop h2 > svg:nth-child(1) {
    width: 234px; }

  #event h2 svg {
    width: 194px; }

  #campaign h2 svg {
    width: 338px; }

  #special h2 svg:first-child {
    width: 238px; }

  #special h2 svg:nth-child(2) {
    width: 319px; }

  #facility h3 {
    align-items: center;
    height: 45px; }

  #link h3 {
    align-items: center;
    height: 45px; }

  #sns .account h4 svg {
    width: 360px; }

  * {
    min-height: 0%; }

  #news .news-swiper-parent .swiper-slide a p {
    height: 40px; }

  #calendar .swiper-parent .swiper-slide a p {
    height: 40px; }

  #ev-cp-wrap .swiper-slide a p {
    height: 40px; }

  #special .swiper-parent .swiper-slide a p {
    height: 40px; } }
