@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@media only screen and (min-width: 976px) {
  .sponly {
    display: none;
  }
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  color: #111;
}
@media only screen and (max-width: 975px) {
  body {
    overflow-x: hidden;
  }
}

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

figure {
  margin: 0;
  padding: 0;
}

#colorOverlayFull {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: transparent;
  z-index: 1000;
  pointer-events: none;
  transition: background-color 0.7s ease;
}

#colorOverlayMid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  z-index: 1;
  pointer-events: none;
  transition: background-color 0.7s ease;
}

.intro {
  width: 100vw;
  background: #fcffdb;
  background: linear-gradient(353deg, rgb(252, 255, 219) 0%, rgb(76, 136, 230) 0%, rgb(19, 41, 140) 100%);
  color: #000000;
  z-index: 1;
  position: relative;
}
@media only screen and (max-width: 975px) {
  .intro {
    overflow-x: hidden;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 976px) {
  .intro {
    margin: 0 auto;
    padding: 52px 0;
  }
}
.intro::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-image: url(../img/cmp.png);
  background-repeat: no-repeat;
}
@media only screen and (min-width: 976px) {
  .intro::after {
    background-size: contain;
    background-position: calc(100% - 10vw) bottom;
  }
}
@media only screen and (max-width: 975px) {
  .intro::after {
    background-size: 600px;
    background-position: center calc(100% + 10vw);
  }
}
.intro__content {
  position: relative;
  z-index: 10;
  margin: 0 auto;
}
@media only screen and (min-width: 976px) {
  .intro__content {
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (max-width: 975px) {
  .intro__content {
    max-width: 100vw;
    width: 95%;
    margin: 52px auto;
  }
}
.intro__ttl {
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 976px) {
  .intro__ttl {
    top: 5vh;
    margin: 0 24px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__ttl {
    top: 50px;
    margin: 0 24px 0;
  }
}
@media only screen and (max-width: 975px) {
  .intro__ttl {
    top: 32px;
  }
}
.intro__ttl h1 {
  padding: 0 10px;
  margin: 0;
  color: #FFF;
  text-align: left;
  z-index: 500;
  padding: 0 10px;
  margin: 0;
  color: #FFF;
  text-align: left;
}
@media only screen and (max-width: 975px) {
  .intro__ttl h1 {
    font-size: calc(1rem + 8vw);
    line-height: calc(1rem + 8vw);
    font-weight: bolder;
    margin: 50px 0;
  }
}
@media only screen and (min-width: 976px) {
  .intro__ttl h1 {
    position: relative;
    font-size: calc(1rem + 7vw);
  }
}
@media only screen and (min-width: 1200px) {
  .intro__ttl h1 {
    position: relative;
    font-size: 96px;
    line-height: 112px;
  }
}
.intro__ttl h1 .text-block-one,
.intro__ttl h1 .text-block-two {
  display: inline-block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
}
.intro__ttl h1 span.reveal-text {
  display: inline-block;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: revealTextRamp 0.75s cubic-bezier(0.65, 0, 0.35, 1) 0s forwards;
}
.intro__ttl h1 span.reveal-text:nth-of-type(2) {
  animation-delay: 0.15s;
}
.intro__ttl h1 span.reveal-bg {
  display: inline-block;
  background-color: #fff;
  color: #000;
  padding: 0 1px 6px;
  margin: 0;
  overflow: hidden;
  clip-path: inset(0 100% 0 0);
  animation: revealTextRamp 1s cubic-bezier(0.65, 0, 0.35, 1) 0.6s forwards;
}
@keyframes revealTextRamp {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
.intro__allfloors {
  color: #fff;
  width: 100%;
}
@media only screen and (min-width: 976px) {
  .intro__allfloors {
    padding: 0 24px;
  }
}
.intro__floor {
  cursor: pointer;
  overflow: hidden;
  color: #000;
  background-color: #FFF;
  border-radius: 10px;
  display: flex;
}
@media only screen and (min-width: 976px) {
  .intro__floor {
    max-width: 65vw;
    width: 60%;
    margin: 0 12px 1vh;
  }
}
@media only screen and (max-width: 975px) {
  .intro__floor {
    margin: 0 auto 12px;
  }
}
.intro__floor--numb {
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
  font-weight: bolder;
  font-family: Impact;
}
@media only screen and (min-width: 976px) {
  .intro__floor--numb {
    max-width: 96px;
    width: 100%;
    padding: 0 1vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 6vh;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__floor--numb {
    max-width: 112px;
    width: 100%;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 88px;
    margin: 0;
  }
}
@media only screen and (max-width: 975px) {
  .intro__floor--numb {
    max-width: 28px;
    width: 100%;
    padding: 0 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 976px) {
  .intro__floor--block {
    max-width: fit-content;
    padding: 1vh 2vh;
  }
}
@media only screen and (max-width: 975px) {
  .intro__floor--block {
    max-width: 80vw;
    padding: 24px 12px;
  }
}
.intro__floor--block h3 {
  margin: 0;
  font-weight: bolder;
}
@media only screen and (min-width: 976px) {
  .intro__floor--block h3 {
    font-size: 1.5vh;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__floor--block h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 975px) {
  .intro__floor--block h3 {
    font-size: 12px;
  }
}
.intro__floor--block h2 {
  margin: 6px 0;
}
@media only screen and (min-width: 976px) {
  .intro__floor--block h2 {
    font-size: 2vh;
    line-height: 2vh;
    font-weight: bolder;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__floor--block h2 {
    font-size: 36px;
    line-height: 36px;
    font-weight: bolder;
  }
}
@media only screen and (max-width: 975px) {
  .intro__floor--block h2 {
    font-size: 16px;
    line-height: 16px;
    font-weight: bolder;
  }
}
@media only screen and (min-width: 976px) {
  .intro__floor--block p {
    font-weight: 500;
    margin: 0;
    font-size: 1.5vh;
  }
}
@media only screen and (min-width: 976px) {
  .intro__floor--block p {
    font-weight: 500;
    margin: 0;
    font-size: 24px;
  }
}
@media only screen and (max-width: 975px) {
  .intro__floor--block p {
    font-weight: 500;
    margin: 0;
    font-size: 12px;
  }
}
.intro__floor #five {
  background-color: #f52649;
}
.intro__floor #six {
  background-color: #f5ad26;
}
.intro__floor #seven {
  background-color: #029916;
}
.intro__floor #eight {
  background-color: #0017e2;
}
.intro #fiveblock {
  width: 100%;
  background: linear-gradient(to right, #f52649 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.intro #fiveblock:hover {
  background-position: left bottom;
  color: #FFF;
}
.intro #sixblock {
  width: 100%;
  background: linear-gradient(to right, #f5ad26 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.intro #sixblock:hover {
  background-position: left bottom;
  color: #FFF;
}
.intro #sevenblock {
  width: 100%;
  background: linear-gradient(to right, #029916 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.intro #sevenblock:hover {
  background-position: left bottom;
  color: #FFF;
}
.intro #eightblock {
  width: 100%;
  background: linear-gradient(to right, #0017e2 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.5s ease-out;
}
.intro #eightblock:hover {
  background-position: left bottom;
  color: #FFF;
}

@keyframes fillLeft {
  from {
    background-size: 0% 100%;
  }
  to {
    background-size: 100% 100%;
  }
}
.nav {
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s ease;
  display: flex;
}
.nav.visible {
  opacity: 1;
  pointer-events: auto;
}
.nav .nav__floor {
  position: relative;
  flex: 1;
  height: 100px;
  background-color: #333;
  color: white;
  text-align: center;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: flex 0.3s ease;
}
.nav .nav__floor .nav__label {
  display: flex;
  justify-content: center;
  font-size: 36px;
  font-weight: bold;
  font-family: Impact, sans-serif;
  transition: opacity 0.2s ease;
  z-index: 2;
}
.nav .nav__floor .nav__info {
  opacity: 0;
  transition: opacity 0.3s ease;
  line-height: 1.4;
  color: white;
  text-align: center;
  max-width: 90%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media only screen and (min-width: 976px) {
  .nav .nav__floor .nav__info {
    font-size: 16px;
  }
}
@media only screen and (max-width: 975px) {
  .nav .nav__floor .nav__info {
    font-size: 12px;
  }
}
.nav .nav__floor:hover {
  flex: 4;
  z-index: 10;
}
.nav .nav__floor:hover .nav__label {
  opacity: 0.15;
}
.nav .nav__floor:hover .nav__info {
  opacity: 1;
  pointer-events: auto;
}
.nav .nav__floor#five {
  background-color: #f52649;
}
.nav .nav__floor#six {
  background-color: #f5ad26;
}
.nav .nav__floor#seven {
  background-color: #029916;
}
.nav .nav__floor#eight {
  background-color: #0017e2;
}

.mid {
  position: relative;
  z-index: 2;
}

.topics {
  background: #F4F5F7;
}
@media only screen and (max-width: 975px) {
  .topics {
    padding: 35px 0 110px;
  }
}
@media only screen and (min-width: 976px) {
  .topics {
    padding: 60px 0 150px;
  }
}
.topics__inner {
  margin: 0 auto;
}
@media only screen and (max-width: 975px) {
  .topics__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 976px) {
  .topics__inner {
    max-width: 1150px;
    width: calc(100% - 30px);
  }
}
.topics__ttl {
  text-align: center;
  font-family: "Noto Sans JP";
}
@media only screen and (max-width: 975px) {
  .topics__ttl {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 976px) {
  .topics__ttl {
    margin: 0 0 50px;
  }
}
.topics__ttl-text {
  color: #000;
  text-align: center;
  font-weight: 700;
  padding: 0;
  margin: 10px 0 8px;
  letter-spacing: 0.1rem;
}
@media only screen and (max-width: 975px) {
  .topics__ttl-text {
    font-size: 1.9rem;
  }
}
@media only screen and (min-width: 976px) {
  .topics__ttl-text {
    font-size: 2.2rem;
  }
}
.topics__ttl span {
  color: #000;
}
@media only screen and (max-width: 975px) {
  .topics__ttl span {
    font-size: 0.85rem;
  }
}
@media only screen and (min-width: 976px) {
  .topics__ttl span {
    font-size: 0.95rem;
  }
}
.topics__nav {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media only screen and (max-width: 975px) {
  .topics__nav {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 976px) {
  .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: #000;
  border: #000 solid 3px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.4s;
}
@media only screen and (max-width: 975px) {
  .topics__nav .tab {
    margin: 0 3px 10px;
    padding: 14px 0 12px;
    width: 110px;
  }
}
@media only screen and (min-width: 976px) {
  .topics__nav .tab {
    margin: 0 6px 17px;
    padding: 14px 0 13px;
    width: 145px;
  }
}
.topics__nav .tab:hover {
  background: #000;
  color: #fff;
}
.topics__nav .narrow-active {
  background: #000;
  color: #fff;
}
.topics__nav .narrow-active:hover {
  opacity: 1;
}
.topics .narrow-hide {
  display: none !important;
}
@media only screen and (max-width: 975px) {
  .topics__area {
    margin: 0 0 30px;
  }
}
@media only screen and (min-width: 976px) {
  .topics__area {
    margin: 30px 0 20px;
  }
}
.topics__area ul {
  list-style: none;
  padding: 0;
  width: 100%;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media only screen and (max-width: 975px) {
  .topics__area ul {
    margin: 0;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 976px) {
  .topics__area ul {
    margin: 0 0 7px;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.topics__area ul .topic {
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: 0.3s;
}
@media only screen and (max-width: 975px) {
  .topics__area ul .topic {
    width: 48%;
    margin: 0 0 20px;
    padding: 15px 10px;
  }
}
@media only screen and (min-width: 976px) {
  .topics__area ul .topic {
    width: calc((100% - 64px) / 4);
    display: -ms-flexbox;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    margin: 0 8px 35px;
    padding: 15px 13px;
  }
}
.topics__area ul .topic:first-child {
  margin-top: 0;
}
.topics__area ul .topic:hover {
  box-shadow: 0 6px 13px rgba(0, 0, 0, 0.15);
}
.topics__area ul .topic figure {
  width: 100%;
  position: relative;
  overflow: hidden;
  background: #f1f1f1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 975px) {
  .topics__area ul .topic figure {
    height: 100px;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.1rem;
  }
}
@media only screen and (min-width: 976px) {
  .topics__area ul .topic figure .noimg {
    font-size: 1.3rem;
  }
}
.topics__area ul .topic__caption {
  box-sizing: border-box;
  width: 100%;
  margin: 15px 0 0;
}
.topics__area ul .topic__category {
  display: inline-block;
  margin: 0;
  color: #000;
  background: #EBEDF1;
  border-radius: 4px;
}
@media only screen and (max-width: 975px) {
  .topics__area ul .topic__category {
    font-size: 11px;
    padding: 6px 12px;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .topics__area ul .topic__text {
    font-size: 14px;
    height: 66px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .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: 975px) {
  .topics__area ul .topic__date {
    margin: 20px 0 0;
    font-size: 14px;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .topics__soon {
    margin: 30px 0 60px;
  }
}
@media only screen and (min-width: 976px) {
  .topics__soon {
    margin: 50px 0 80px;
    font-size: 1.1rem;
  }
}
.topics__more_button {
  background-color: #9f1313;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  height: 50px;
  line-height: 48px;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  max-width: 250px;
}

.shop {
  position: relative;
  z-index: 10;
  background: #D6DBE2;
}
.shop__inner {
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 975px) {
  .shop__inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .shop__ttl {
    left: 10px;
    width: 200px;
    font-size: 14px;
    line-height: 50px;
  }
}
@media only screen and (min-width: 976px) {
  .shop__ttl {
    left: 0;
    width: 210px;
    font-size: 16px;
    line-height: 45px;
  }
}
.shop__container {
  display: flex;
}
@media only screen and (max-width: 975px) {
  .shop__container {
    flex-direction: column;
    padding: 0 0 30px;
  }
}
@media only screen and (min-width: 976px) {
  .shop__container {
    justify-content: space-between;
    padding: 40px 0 60px;
  }
}
.shop__item iframe {
  border-radius: 10px;
}
@media only screen and (max-width: 975px) {
  .shop__item {
    width: 100%;
    margin: 0 0 35px;
  }
  .shop__item:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 976px) {
  .shop__item {
    width: 48%;
  }
}
.shop__item-ttl {
  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: 975px) {
  .shop__item-ttl {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .shop__item-icon img {
    width: 20px;
    margin-right: 7px;
  }
}
@media only screen and (min-width: 976px) {
  .shop__item-icon img {
    width: 25px;
    margin-right: 10px;
  }
}
@media only screen and (max-width: 975px) {
  .shop__detail {
    padding: 30px 0 0;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .shop__detail-name {
    font-size: 1.15rem;
  }
}
@media only screen and (min-width: 976px) {
  .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: 975px) {
  .shop__detail-item p {
    font-size: 0.9rem;
    line-height: 1.7rem;
  }
}
@media only screen and (min-width: 976px) {
  .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;
  box-sizing: border-box;
  padding: 7px 5px;
  transition: 0.5s;
}
.shop__detail-link:hover {
  background: #0A1945;
}
.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;
  transition: 0.5s;
}

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

footer {
  margin: 0;
  padding: 0;
  background: #0A1945;
}
footer .global_foot {
  border: none;
  box-sizing: border-box;
}
@media only screen and (max-width: 975px) {
  footer .global_foot {
    margin: 0 auto;
    padding: 30px 20px 10px;
  }
}
@media only screen and (min-width: 976px) {
  footer .global_foot {
    max-width: 1200px;
    width: calc(100% - 45px);
    margin: 0 auto;
    padding: 35px 0 25px;
  }
}
footer .global_foot .guide_container {
  display: flex;
}
@media only screen and (max-width: 975px) {
  footer .global_foot .guide_container {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 975px) {
  footer .global_foot .guide_list {
    width: 49%;
    margin: 0 0 18px;
  }
}
@media only screen and (min-width: 976px) {
  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: flex;
}
@media only screen and (max-width: 975px) {
  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: 976px) {
  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: flex;
}
@media only screen and (max-width: 975px) {
  footer .global_foot .guide_top {
    flex-direction: column;
    margin: 0 0 20px;
  }
}
@media only screen and (min-width: 976px) {
  footer .global_foot .guide_top {
    justify-content: space-between;
    margin: 0 0 40px;
  }
}
footer .global_foot .guide_middle .lang_area {
  display: flex;
}
@media only screen and (max-width: 975px) {
  footer .global_foot .guide_middle .lang_area {
    margin: 0 0 15px;
  }
}
@media only screen and (min-width: 976px) {
  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: 975px) {
  footer .global_foot .guide_middle .lang_area .item {
    margin-right: 4px;
  }
}
@media only screen and (min-width: 976px) {
  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: 975px) {
  footer .global_foot .guide_middle .lang_area .item img {
    width: 70%;
  }
}
@media only screen and (min-width: 976px) {
  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: flex;
}
@media only screen and (max-width: 975px) {
  footer .global_foot .guide_bottom {
    flex-direction: column;
  }
}
@media only screen and (min-width: 976px) {
  footer .global_foot .guide_bottom {
    justify-content: space-between;
  }
}
@media only screen and (max-width: 975px) {
  footer .global_foot .guide_bottom .police {
    text-align: left;
  }
}
@media only screen and (min-width: 976px) {
  footer .global_foot .guide_bottom .copyright {
    text-align: center;
  }
}
footer .global_foot .guide_bottom p {
  color: #fff;
}
@media only screen and (max-width: 975px) {
  footer .global_foot .guide_bottom p {
    font-size: 11px;
  }
}
@media only screen and (min-width: 976px) {
  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=style.css.map */