@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
body {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #111;
  text-align: left;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

h1 {
  font-family: 'Noto Sans JP';
  text-align: center;
  font-weight: 600;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 33px;
    line-height: 2.7rem;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 50px;
    line-height: 4.7rem;
  }
}

h2 {
  font-family: 'Noto Sans JP';
  text-align: center;
  font-weight: 600;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 2rem;
    padding: 20px 10px 25px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
    line-height: 2.7rem;
    padding: 35px 0 50px;
  }
}

h3 {
  font-family: 'Noto Sans JP';
  text-align: center;
  font-weight: 600;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 15px;
    line-height: 2rem;
    padding: 20px 10px 25px;
  }
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 25px;
    line-height: 2.7rem;
  }
}

figure {
  margin: 0;
  padding: 0;
}

.hero {
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 767px) {
  .hero {
    height: 250px;
  }
}

@media only screen and (min-width: 768px) {
  .hero {
    height: 500px;
  }
}

.hero-spr {
  background-image: url("/dir/img/event/hero-bg/hero-spr.jpg");
}

.hero-shr {
  background-image: url("/dir/img/event/hero-bg/hero-shr.jpg");
}

.hero-nkn {
  background-image: url("/dir/img/event/hero-bg/hero-nkn.jpg");
}

.hero-cmp {
  background-image: url("/dir/img/event/hero-bg/hero-cmp.jpg");
}

.hero-cco {
  background-image: url("/dir/img/event/hero-bg/hero-cco.jpg");
}

.hero-bkr {
  background-image: url("/dir/img/event/hero-bg/hero-bkr.jpg");
}

.hero-nyt {
  background-image: url("/dir/img/event/hero-bg/hero-nyt.jpg");
}

.hero-sby {
  background-image: url("/dir/img/event/hero-bg/hero-sby.jpg");
}

.hero-utu {
  background-image: url("/dir/img/event/hero-bg/hero-utu.jpg");
}

.hero-ngy {
  background-image: url("/dir/img/event/hero-bg/hero-ngy.jpg");
}

.hero-umd {
  background-image: url("/dir/img/event/hero-bg/hero-umd.jpg");
}

.hero-gcs {
  background-image: url("/dir/img/event/hero-bg/hero-gcs.jpg");
}

.hero-kkr {
  background-image: url("/dir/img/event/hero-bg/hero-kkr.jpg");
}

.hero-fko {
  background-image: url("/dir/img/event/hero-bg/hero-fko.jpg");
}

@media only screen and (min-width: 768px) {
  .introwrap {
    max-width: 1400px;
    margin: 0 auto;
  }
}

.ttl {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}

.middle {
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .intro {
    padding: 30px 0 30px 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro {
    padding: 60px 0 50px 0;
  }
}

.intro__inner {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .intro__inner {
    padding: 10px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__inner {
    padding: 10px;
    max-width: 1100px;
    width: calc(100% - 30px);
    padding: 0;
  }
}

.intro__date {
  text-align: center;
  background: #F4F5F7;
  color: #043464;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  height: 50px;
  letter-spacing: 0.02em;
}

@media only screen and (max-width: 767px) {
  .intro__date {
    width: 300px;
    font-size: 1.07rem;
    margin: 20px auto 0;
  }
}

@media only screen and (min-width: 768px) {
  .intro__date {
    width: 450px;
    font-size: 1.35rem;
    margin: 35px auto 0;
  }
}

.intro__date-pic {
  margin-right: 15px;
}

.intro__date-pic img {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .intro__date-pic img {
    width: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__date-pic img {
    width: 25px;
  }
}

.intro__date-ttl {
  margin-right: 13px;
  padding-right: 13px;
  position: relative;
  height: 45px;
  line-height: 45px;
}

.intro__date-ttl::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  margin-right: 10px;
  position: relative;
  top: -1px;
}

@media only screen and (max-width: 767px) {
  .intro__date-ttl::before {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__date-ttl::before {
    font-size: 18px;
  }
}

.intro__date-ttl::after {
  content: "";
  background: #043464;
  width: 3px;
  height: 20px;
  position: absolute;
  top: 13px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .intro__comment {
    margin: 40px 0 50px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__comment {
    margin: 50px 0 80px;
  }
}

.intro__comment h3 {
  text-align: left;
  line-height: 100%;
}

@media only screen and (max-width: 767px) {
  .intro__comment h3 {
    margin: 0 0 15px;
    padding: 0;
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__comment h3 {
    margin: 0 0 25px;
    font-size: 1.3rem;
  }
}

.intro__comment h4 {
  margin: 0 0 15px;
  line-height: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .intro__comment h4 {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__comment h4 {
    font-size: 1.2rem;
  }
}

.intro__comment p {
  font-family: 'Noto Sans JP';
  padding: 0;
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .intro__comment p {
    font-size: 0.95rem;
    line-height: 1.75rem;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__comment p {
    font-size: 1.0rem;
    line-height: 1.8rem;
    margin: 0 0 25px;
  }
}

.intro__comment p::last-child {
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .intro__comment-block {
    margin: 0 0 40px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__comment-block {
    margin: 0 0 50px;
  }
}

.intro__comment-block:last-child {
  margin: 0;
}

.intro__note {
  border: #F4F5F7 solid 4px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .intro__note {
    font-size: 15px;
    padding: 25px 30px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note {
    max-width: 700px;
    padding: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .intro__note-schedule {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-schedule {
    margin: 0 0 40px;
  }
}

.intro__note-schedule-ttl {
  font-family: 'Noto Sans JP';
  font-weight: 600;
  margin: 0 0 22px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .intro__note-schedule-ttl {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-schedule-ttl {
    font-size: 1.6rem;
  }
}

.intro__note-schedule dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 15px 0;
  border-bottom: #ccc dotted 1px;
}

@media only screen and (max-width: 767px) {
  .intro__note-schedule dl {
    font-size: 0.95rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-schedule dl {
    font-size: 1.0rem;
  }
}

.intro__note-schedule dl:first-of-type {
  border-top: #ccc dotted 1px;
  margin: 20px 0 0;
}

.intro__note-schedule dl:last-of-type {
  margin: 0 0 15px;
}

.intro__note-schedule dl dt {
  width: 30%;
  margin: 0;
  padding: 0;
  text-align: center;
}

.intro__note-schedule dl dd {
  width: 70%;
  margin: 0;
  padding: 0;
  text-align: left;
}

.intro__note-schedule p {
  text-align: center;
  margin: 20px 0 0;
  padding: 0;
}

.intro__note-attention-ttl {
  font-family: 'Noto Sans JP';
  font-weight: bold;
  margin: 0 0 17px;
}

@media only screen and (max-width: 767px) {
  .intro__note-attention-ttl {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-attention-ttl {
    font-size: 1.2rem;
  }
}

.intro__note-attention ul {
  text-align: left;
  list-style: disc;
  margin: 0 auto;
  padding: 0 0 0 20px;
}

@media only screen and (max-width: 767px) {
  .intro__note-attention ul {
    font-size: 0.9rem;
    line-height: 1.4rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

@media only screen and (min-width: 768px) {
  .intro__note-attention ul {
    max-width: 700px;
    font-size: 1.0rem;
    line-height: 1.5rem;
  }
}

.intro__note-attention ul li {
  margin: 0 0 8px;
}

.intro__note-attention ul li:last-child {
  margin: 0;
}

.topics {
  background: #F4F5F7;
}

@media only screen and (max-width: 767px) {
  .topics {
    padding: 30px 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .topics {
    padding: 50px 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    max-width: 2000px;
  }
}

.topics__inner {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .topics__inner-left, .topics__inner-right {
    padding: 0 10px;
    margin: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__inner {
    max-width: 1150px;
    width: calc(100% - 30px);
  }
  .topics__inner-left {
    margin: 0 2.5% 0 5%;
    width: 100%;
  }
  .topics__inner-right {
    margin: 0 5% 0 2.5%;
    width: 100%;
  }
}

.topics__ttl {
  text-align: center;
  font-family: 'Noto Sans JP';
}

@media only screen and (max-width: 767px) {
  .topics__ttl {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__ttl {
    margin: 0 0 50px;
  }
}

.topics__ttl-text {
  color: #043464;
  text-align: center;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 8px;
  letter-spacing: 0.1rem;
}

@media only screen and (max-width: 767px) {
  .topics__ttl-text {
    font-size: 1.9rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__ttl-text {
    font-size: 2.2rem;
  }
}

.topics__ttl span {
  color: #043464;
}

@media only screen and (max-width: 767px) {
  .topics__ttl span {
    font-size: 0.85rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__ttl span {
    font-size: 0.95rem;
  }
}

.topics__nav {
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__nav {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav {
    margin: 0 0 45px;
  }
}

.topics__nav .tab {
  text-align: center;
  font-size: 0.95rem;
  border-radius: 5px;
  font-weight: 600;
  background: #fff;
  color: #043464;
  border: #043464 solid 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .topics__nav .tab {
    margin: 0 3px 10px;
    padding: 14px 0 12px;
    width: 110px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav .tab {
    margin: 0 6px 17px;
    padding: 14px 0 13px;
    width: 145px;
  }
}

.topics__nav .tab:hover {
  background: #043464;
  color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 767px) {
  .topics__nav .text_s {
    font-size: 0.8rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav .text_s {
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .topics__nav .text_ss {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__nav .text_ss {
    font-size: 13px;
  }
}

.topics__nav .narrow-active {
  background: #043464;
  color: #fff;
}

.topics__nav .narrow-active:hover {
  opacity: 1.0;
}

.topics .narrow-hide {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .topics__area {
    margin: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area {
    margin: 30px 0 20px;
  }
}

.topics__area ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .topics__area ul {
    margin: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul {
    margin: 0 0 7px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.topics__area ul .topic {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic {
    width: 48%;
    margin: 0 0 20px;
    padding: 15px 10px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic {
    width: calc((100% - 64px) / 3);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 8px 35px;
    padding: 15px 13px;
  }
}

.topics__area ul .topic:first-child {
  margin-top: 0;
}

.topics__area ul .topic:hover {
  -webkit-box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
          box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.topics__area ul .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure {
    height: 100px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure {
    height: 190px;
  }
}

.topics__area ul .topic figure a {
  display: block;
}

.topics__area ul .topic figure a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.topics__area ul .topic figure .noimg {
  color: #97a5b7;
  font-size: 1.3rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.1rem;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.3rem;
  }
}

.topics__area ul .topic__caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0;
}

.topics__area ul .topic__category {
  display: inline-block;
  margin: 0;
  color: #043464;
  background: #EBEDF1;
  border-radius: 4px;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__category {
    font-size: 11px;
    padding: 6px 12px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__category {
    font-size: 12px;
    padding: 6px 14px;
  }
}

.topics__area ul .topic__text {
  background: #fff;
  color: #333;
  font-weight: bold;
  width: 100%;
  padding: 0;
  margin: 10px 0 0;
  text-overflow: ellipsis;
  overflow: hidden;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text {
    font-size: 14px;
    height: 66px;
    line-height: 23px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__text {
    padding: 0;
    font-size: 16px;
    height: 80px;
    overflow: hidden;
    line-height: 27px;
  }
}

.topics__area ul .topic__text:hover {
  text-decoration: none !important;
}

.topics__area ul .topic__text a {
  color: #111;
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__text a {
    text-overflow: ellipsis;
    white-space: normal;
  }
}

.topics__area ul .topic__text a:hover {
  text-decoration: none !important;
}

.topics__area ul .topic__text a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.topics__area ul .topic__date {
  text-align: right;
  color: #666;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 767px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__area ul .topic__date {
    margin: 28px 0 0;
    font-size: 0.85rem;
  }
}

.topics__soon {
  text-align: center;
  font-family: 'Noto Sans JP';
}

@media only screen and (max-width: 767px) {
  .topics__soon {
    margin: 30px 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .topics__soon {
    margin: 50px 0 80px;
    font-size: 1.1rem;
  }
}

.narrow-hide {
  display: none !important;
}

.shop {
  background: #D6DBE2;
}

.shop__inner {
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .shop__inner {
    padding: 0 10px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__inner {
    max-width: 1200px;
    width: calc(100% - 30px);
  }
}

.shop__ttl {
  font-family: 'Noto Sans JP';
  position: absolute;
  top: -35px;
  background: #D6DBE2;
  border-radius: 10px 10px 0 0 / 10px 10px 0 0;
  height: 35px;
  text-align: center;
  color: #0A1945;
  font-weight: 600;
  letter-spacing: 1.5px;
}

@media only screen and (max-width: 767px) {
  .shop__ttl {
    left: 10px;
    width: 200px;
    font-size: 14px;
    line-height: 50px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__ttl {
    left: 0;
    width: 210px;
    font-size: 16px;
    line-height: 45px;
  }
}

.shop__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .shop__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 30px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 0 60px;
  }
}

@media only screen and (max-width: 767px) {
  .shop__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .shop__item:last-child {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .shop__item {
    width: 32%;
  }
}

.shop__item-ttl {
  font-family: 'Noto Sans JP';
  color: #0A1945;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0;
  letter-spacing: 0.07em;
}

@media only screen and (max-width: 767px) {
  .shop__item-ttl {
    font-size: 1.0rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop__item-ttl {
    font-size: 1.2rem;
  }
}

.shop__item-icon {
  position: relative;
  top: 1px;
}

.shop__item-icon img {
  height: auto;
}

@media only screen and (max-width: 767px) {
  .shop__item-icon img {
    width: 20px;
    margin-right: 7px;
  }
}

@media only screen and (min-width: 768px) {
  .shop__item-icon img {
    width: 25px;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .shop__detail {
    padding: 30px 0 0;
  }
}

@media only screen and (min-width: 768px) {
  .shop__detail {
    padding: 0;
  }
}

.shop__detail-name {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  border-bottom: #000 solid 1px;
  margin: 0 0 15px;
  padding: 0 0 8px;
}

@media only screen and (max-width: 767px) {
  .shop__detail-name {
    font-size: 1.15rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop__detail-name {
    font-size: 1.3rem;
  }
}

.shop__detail-item {
  margin: 0 0 20px;
  line-height: 23px;
}

.shop__detail-item:last-child {
  margin: 0;
}

.shop__detail-item p {
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}

@media only screen and (min-width: 768px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}

.shop__detail-link {
  position: relative;
  border: #0A1945 solid 3px;
  text-align: center;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px 5px;
}

.shop__detail-link:hover {
  background: #0A1945;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop__detail-link:hover a {
  color: #fff;
}

.shop__detail-link:hover .shop__detail-icon-hover {
  opacity: 1;
}

.shop__detail-link a {
  color: #0A1945;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}

.shop__detail-link a::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: transparent;
}

.shop__detail-icon {
  position: relative;
  top: -4px;
}

.shop__detail-icon img {
  margin-right: 7px;
}

.shop__detail-icon-hover {
  position: absolute;
  left: 0;
  top: 4px;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media only screen and (min-width: 768px) {
  .sponly {
    display: none;
  }
}

.global_head {
  margin: 0;
  padding: 0;
}

footer {
  margin: 0;
  padding: 0;
  background: #0A1945;
}

footer .global_foot {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  footer .global_foot {
    margin: 0 auto;
    padding: 30px 20px 10px;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 35px 0 25px;
  }
}

footer .global_foot .guide_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_list {
    width: 49%;
    margin: 0 0 18px;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_list {
    margin-right: 50px;
  }
}

footer .global_foot ul {
  list-style: none;
  margin: 0;
  text-align: left;
}

footer .global_foot ul li {
  font-size: 13px !important;
  margin: 0 0 13px !important;
}

footer .global_foot ul li a {
  text-decoration: none;
  color: #fff;
}

footer .global_foot ul li a:hover {
  text-decoration: underline;
}

footer .global_foot .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .sns_area .item {
    margin-right: 4px;
    text-align: left;
  }
  footer .global_foot .sns_area .item img {
    width: 80%;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .sns_area .item {
    margin-left: 5px;
    text-align: right;
  }
  footer .global_foot .sns_area .item img {
    width: 90%;
  }
  footer .global_foot .sns_area .item img:hover {
    opacity: 0.8;
  }
}

footer .global_foot .guide_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_top {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 0 40px;
  }
}

footer .global_foot .guide_middle .lang_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area {
    margin: 0 0 15px;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area {
    margin: 0 0 15px;
  }
}

footer .global_foot .guide_middle .lang_area .item {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area .item {
    margin-right: 4px;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area .item {
    margin-right: 3px;
  }
}

footer .global_foot .guide_middle .lang_area .item img {
  border-radius: 50px;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_middle .lang_area .item img {
    width: 70%;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_middle .lang_area .item img {
    width: 75%;
  }
  footer .global_foot .guide_middle .lang_area .item img:hover {
    opacity: 0.8;
  }
}

footer .global_foot .guide_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom .police {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom .copyright {
    text-align: center;
  }
}

footer .global_foot .guide_bottom p {
  color: #fff;
}

@media only screen and (max-width: 767px) {
  footer .global_foot .guide_bottom p {
    font-size: 11px;
  }
}

@media only screen and (min-width: 768px) {
  footer .global_foot .guide_bottom p {
    font-size: 11px;
  }
}

footer .global_foot .guide_bottom p a {
  text-decoration: none;
  color: #fff;
}

footer .global_foot .guide_bottom p a:hover {
  text-decoration: underline;
}
/*# sourceMappingURL=newstyle_v3.css.map */