@charset "UTF-8";
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------------ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th, td {
  /*text-align: left;*/
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  text-decoration: none;
}

img {
  vertical-align: bottom;
}

article, aside, details, figcaption, figure, footer, header, menu, nav, section, summary {
  display: block;
}

/* ------------------------------------------------------------------------------------------ */
/* global menu */
/* ------------------------------------------------------------------------------------------ */
.menu-margin {
  height: 50px;
  background: #fff;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .menu-margin {
    height: 85px;
  }
}

.menu-wrapper {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1000;
}
.menu-wrapper .menu-inner {
  position: relative;
}
.menu-wrapper .menu-inner .menu-btn {
  cursor: pointer;
  height: 70px;
  display: inline-block;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  filter: drop-shadow(6px 12px 4px rgba(0, 0, 0, 0.3));
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-btn {
    height: 85px;
    top: -85px;
  }
}
.menu-wrapper .menu-inner .menu-btn:hover {
  top: -65px;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-btn:hover {
    top: -80px;
  }
}
.menu-wrapper .menu-inner .menu-btn img {
  max-height: 100%;
}
.menu-wrapper .menu-inner .menu-area {
  height: 0;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
.menu-wrapper .menu-inner .menu-area .menu-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #00caff 0%, #00c6fb 33%, #0073fe 78%, #0073fe 100%);
  background: -webkit-linear-gradient(top, #00caff 0%, #00c6fb 33%, #0073fe 78%, #0073fe 100%);
  background: -moz-linear-gradient(top, #00caff 0%, #00c6fb 33%, #0073fe 78%, #0073fe 100%);
}
.menu-wrapper .menu-inner .menu-area .menu-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  background: rgba(250, 248, 241, 0.2) url(../img/menu/menu_bg.webp) center top no-repeat;
  background-size: auto 100%;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-bg:before {
    background: rgba(250, 248, 241, 0.2) url(../img/menu/menu_bg.webp) center top no-repeat;
    background-size: 1400px auto;
  }
}
@media screen and (min-width: 1400px) {
  .menu-wrapper .menu-inner .menu-area .menu-bg:before {
    background: rgba(250, 248, 241, 0.2) url(../img/menu/menu_bg.webp) center top no-repeat;
    background-size: 100% auto;
  }
}
.menu-wrapper .menu-inner .menu-area .menu-bg:after {
  content: "";
  width: 100%;
  height: 17px;
  position: absolute;
  left: 0;
  top: -17px;
  z-index: 10;
  background: url(../img/menu/bg_line.png) center top repeat-x;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-bg:after {
    top: 0;
  }
}
.menu-wrapper .menu-inner .menu-area .menu-list {
  font-size: 18px;
  width: 100%;
  height: 100%;
  padding: 40px 5%;
  line-height: 0;
  position: relative;
  overflow-y: scroll;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-list {
    font-size: 1.5vw;
  }
}
@media screen and (min-width: 1150px) {
  .menu-wrapper .menu-inner .menu-area .menu-list {
    font-size: 20px;
  }
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-list {
    width: 90%;
    max-width: 1150px;
    height: auto;
    margin: 0 auto;
    padding: 1.7em 0 1.6em;
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    overflow-y: hidden;
    align-items: center;
  }
}
.menu-wrapper .menu-inner .menu-area .menu-list .close-btn {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  border: 2px #fff solid;
  border-radius: 50%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-list .close-btn {
    display: none;
  }
}
.menu-wrapper .menu-inner .menu-area .menu-list .close-btn:hover {
  opacity: 0.6;
}
.menu-wrapper .menu-inner .menu-area .menu-list .close-btn .icon {
  width: 100%;
  height: 100%;
  position: relative;
}
.menu-wrapper .menu-inner .menu-area .menu-list .close-btn .icon:before, .menu-wrapper .menu-inner .menu-area .menu-list .close-btn .icon:after {
  content: "";
  background: #fff;
  width: 60%;
  height: 3px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 10;
}
.menu-wrapper .menu-inner .menu-area .menu-list .close-btn .icon:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
}
.menu-wrapper .menu-inner .menu-area .menu-list .close-btn .icon:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
}
.menu-wrapper .menu-inner .menu-area .menu-list .logo {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-list .logo {
    width: 18%;
    margin: 0;
    text-align: left;
  }
}
.menu-wrapper .menu-inner .menu-area .menu-list .logo a {
  position: relative;
  display: inline-block;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.menu-wrapper .menu-inner .menu-area .menu-list .logo a:hover {
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
}
.menu-wrapper .menu-inner .menu-area .menu-list .logo a img {
  width: 100%;
}
.menu-wrapper .menu-inner .menu-area .menu-list .link {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-list .link {
    width: 82%;
    padding-left: 2%;
    margin: 0;
  }
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-list .link ul {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
  }
}
.menu-wrapper .menu-inner .menu-area .menu-list .link ul li {
  margin: 18px 0;
  padding: 0 0.2em;
  width: 100%;
}
@media screen and (min-width:760px) {
  .menu-wrapper .menu-inner .menu-area .menu-list .link ul li {
    margin: 0.5em 0;
    width: 25%;
  }
  .menu-wrapper .menu-inner .menu-area .menu-list .link ul li.is-wide {
    width: 50%;
  }
}
.menu-wrapper .menu-inner .menu-area .menu-list .link ul li a {
  display: block;
  border: 0.4em #fff600 solid;
  border-radius: 50px;
  background: #fff url(../img/menu/menu_bg_dot.jpg);
  padding: 0.5em 0.8em;
  text-align: center;
  filter: drop-shadow(0px 0.4em 0px rgba(0, 0, 0, 0.1));
  position: relative;
  top: 0;
  transition: 0.2s;
  -webkit-transition: 0.2s;
}
.menu-wrapper .menu-inner .menu-area .menu-list .link ul li a:hover {
  top: 2px;
  filter: drop-shadow(0px 0.3em 0px rgba(0, 0, 0, 0.1));
}
.menu-wrapper .menu-inner .menu-area .menu-list .link ul li a img {
  height: 1em;
  max-height: 20px;
  width: 100%;
}
.menu-wrapper .menu-inner .menu-area .menu-list .link ul li.is-active a {
  background: #fff600;
}

/* ------------------------------------------------------------------------------------------ */
/* 共通 */
/* ------------------------------------------------------------------------------------------ */
.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

.bl {
  display: inline-block;
}

@media screen and (min-width:760px) {
  .sp-only {
    display: none;
  }
  .pc-only {
    display: block;
  }
}
/* ------------------------------------------------------------------------------------------ */
/* cookie 詳細設定 */
/* ------------------------------------------------------------------------------------------ */
.ot-sdk #ot-sdk-btn.ot-sdk-show-settings {
  color: #7b7b7b;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  background-color: transparent;
  font-size: 12px;
}
.ot-sdk #ot-sdk-btn.ot-sdk-show-settings:hover {
  color: #7b7b7b;
  background-color: transparent;
}
.ot-sdk #ot-sdk-btn.ot-sdk-show-settings:hover, .ot-sdk #ot-sdk-btn.optanon-show-settings:hover {
  color: #7b7b7b;
  background-color: transparent;
}

/* ------------------------------------------------------------------------------------------ */
/* header */
/* ------------------------------------------------------------------------------------------ */
header {
  position: relative;
  z-index: 10;
}
header .logo-area {
  min-height: 37px;
  background: #fff;
  position: relative;
  z-index: 500;
}

.logo-konami {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
}
.logo-konami img {
  width: 50%;
  height: auto;
}

/* ------------------------------------------------------------------------------------------ */
/* footer */
/* ------------------------------------------------------------------------------------------ */
footer {
  position: relative;
  padding: 20px 10px 30px;
  color: #7b7b7b;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  background: #fff;
  z-index: 50;
}
@media screen and (min-width:760px) {
  footer {
    padding: 60px 10px 10px;
  }
}
footer .sns {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto 20px;
  justify-content: center;
  max-width: 200px;
}
@media screen and (min-width:760px) {
  footer .sns {
    margin: 0 auto 40px;
  }
}
footer .sns li {
  padding: 0 10px;
}
footer .sns li img {
  width: 100%;
  max-width: 32px;
}
footer .sns li.x a {
  background: #000000;
  vertical-align: middle;
  width: 32px;
  height: 32px;
  display: inline-block;
  padding: 4px;
  border-radius: 3px;
}
footer .footer-link ul {
  margin-bottom: 30px;
}
footer .footer-link ul li {
  display: inline-block;
}
footer .footer-link ul li:not(:nth-of-type(5)) :after {
  content: "｜";
}
footer .footer-link ul a {
  text-decoration: none;
}
footer .footer-link ul a:link {
  color: #7b7b7b;
}
footer .footer-link ul a:visited {
  color: #7b7b7b;
}
footer .copyright {
  text-align: left;
  display: inline-block;
  margin: 10px auto;
}
@media screen and (min-width: 768px) {
  footer .copyright {
    display: block;
    text-align: center;
  }
}

/* ------------------------------------------------------------------------------------------ */
/* pagetop-btn */
/* ------------------------------------------------------------------------------------------ */
.pagetop-btn {
  transition: all 0.5s ease;
  position: fixed;
  opacity: 0;
  right: 10px;
  bottom: 40px;
  z-index: 1000;
}
.pagetop-btn img {
  width: 45px;
  height: auto;
}
@media screen and (min-width:640px) {
  .pagetop-btn img {
    width: 65px;
  }
}
.pagetop-btn a {
  display: block;
}
.pagetop-btn.is-active {
  opacity: 1;
}

/* ------------------------------------------------------------------------------------------ */
/* animation */
/* ------------------------------------------------------------------------------------------ */
.is-anim {
  opacity: 0;
}
.is-anim.move {
  animation-name: scrollAnim_fade;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@-webkit-keyframes scrollAnim_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
  }
}
@-ms-keyframes scrollAnim_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
  }
}
@-moz-keyframes scrollAnim_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
  }
}
@keyframes scrollAnim_fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
    -webkit-transform: translate(0);
  }
}
.is-anim.fade-up {
  transform: translateY(30px);
  -webkit-transform: translateY(30px);
}
.is-anim.fade-left {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
}
.is-anim.fade-right {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
}
.is-anim.fade-bound.move {
  animation-name: scrollAnim_bound;
  animation-duration: 0.6s;
}
@-webkit-keyframes scrollAnim_bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-ms-keyframes scrollAnim_bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes scrollAnim_bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes scrollAnim_bound {
  0% {
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
  }
  40% {
    opacity: 1;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

@-webkit-keyframes swing_flame {
  0% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
  40% {
    filter: drop-shadow(3px 3px 20px rgba(229, 0, 17, 0.8));
  }
  60% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.6));
  }
  70% {
    filter: drop-shadow(3px 3px 16px rgba(229, 0, 17, 0.8));
  }
  100% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
}
@-ms-keyframes swing_flame {
  0% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
  40% {
    filter: drop-shadow(3px 3px 20px rgba(229, 0, 17, 0.8));
  }
  60% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.6));
  }
  70% {
    filter: drop-shadow(3px 3px 16px rgba(229, 0, 17, 0.8));
  }
  100% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
}
@-moz-keyframes swing_flame {
  0% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
  40% {
    filter: drop-shadow(3px 3px 20px rgba(229, 0, 17, 0.8));
  }
  60% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.6));
  }
  70% {
    filter: drop-shadow(3px 3px 16px rgba(229, 0, 17, 0.8));
  }
  100% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
}
@keyframes swing_flame {
  0% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
  40% {
    filter: drop-shadow(3px 3px 20px rgba(229, 0, 17, 0.8));
  }
  60% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.6));
  }
  70% {
    filter: drop-shadow(3px 3px 16px rgba(229, 0, 17, 0.8));
  }
  100% {
    filter: drop-shadow(3px 3px 10px rgba(229, 0, 17, 0.3));
  }
}

/* ------------------------------------------------------------------------------------------ */
/* guide menu */
/* ------------------------------------------------------------------------------------------ */
#guide-menu {
  position: relative;
  margin-top: 40px;
  z-index: 1;
  width: 100%;
  /*
  &.is-active .menu-inner .menu-bg:after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 100px);
    position: absolute;
    left: 0;
    bottom: -2px;
    background: linear-gradient(to bottom, rgba(#eaffff, 0), #eaffff);
    background: -webkit-linear-gradient(top, rgba(#eaffff, 0), #eaffff);
    background: -moz-linear-gradient(top, rgba(#eaffff, 0), #eaffff);

    @media screen and (min-width: 1000px) {
      display: none;
    }
  }
  */
}
#guide-menu .menu-inner {
  position: relative;
  width: 100%;
  height: 100%;
}
#guide-menu .menu-inner .menu-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(to bottom, #00d7fe, #eaffff);
  background: -webkit-linear-gradient(top, #00d7fe, #eaffff);
  background: -moz-linear-gradient(top, #00d7fe, #eaffff);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1000px) {
  #guide-menu .menu-inner .menu-bg {
    filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.3));
  }
}
#guide-menu .menu-inner .menu-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(250, 248, 241, 0.2) url(../img/menu/menu_bg.webp) center top no-repeat;
  background-size: cover;
  opacity: 0.6;
}
@media screen and (min-width: 1000px) {
  #guide-menu .menu-inner .menu-bg:before {
    opacity: 1;
  }
}
#guide-menu .menu-inner .menu-btn {
  cursor: pointer;
  width: 100%;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  padding: 12px 15px 18px;
  position: relative;
  z-index: 100;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (min-width: 1000px) {
  #guide-menu .menu-inner .menu-btn {
    display: none;
  }
}
#guide-menu .menu-inner .menu-btn .icon {
  width: 24px;
  height: 16px;
  margin-top: 4px;
  position: relative;
}
#guide-menu .menu-inner .menu-btn .icon span {
  position: absolute;
  left: 0;
  background: #fff;
  border-radius: 30px;
  display: block;
  width: 100%;
  height: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
#guide-menu .menu-inner .menu-btn .icon span:nth-child(1) {
  top: 0;
}
#guide-menu .menu-inner .menu-btn .icon span:nth-child(2) {
  top: 50%;
}
#guide-menu .menu-inner .menu-btn .icon span:nth-child(3) {
  top: 100%;
}
#guide-menu .menu-inner .menu-btn .text {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  position: relative;
  z-index: 10;
  padding-left: 10px;
}
#guide-menu .menu-inner .menu-btn .text .close {
  display: none;
}
#guide-menu .menu-inner .menu-btn.is-active .icon span:nth-child(1) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(45deg) rotateZ(0);
}
#guide-menu .menu-inner .menu-btn.is-active .icon span:nth-child(2) {
  opacity: 0;
}
#guide-menu .menu-inner .menu-btn.is-active .icon span:nth-child(3) {
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg) rotateZ(0);
}
#guide-menu .menu-inner .menu-btn.is-active .text .menu {
  display: none;
}
#guide-menu .menu-inner .menu-btn.is-active .text .close {
  display: inline;
}
#guide-menu .menu-inner .menu-area.is-active {
  display: block;
}
#guide-menu .menu-inner .menu-area .menu-list {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:640px) {
  #guide-menu .menu-inner .menu-area .menu-list {
    width: 90%;
  }
}
@media screen and (min-width: 1000px) {
  #guide-menu .menu-inner .menu-area .menu-list {
    width: calc(100% - 250px);
    max-width: 900px;
    height: 220px;
    margin: 0;
    padding: 0;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
#guide-menu .menu-inner .menu-area .menu-list ul {
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#guide-menu .menu-inner .menu-area .menu-list ul li {
  width: 50%;
  text-align: center;
}
@media screen and (min-width:640px) {
  #guide-menu .menu-inner .menu-area .menu-list ul li {
    width: 25%;
  }
}
#guide-menu .menu-inner .menu-area .menu-list ul li a {
  position: relative;
  display: block;
}
@media screen and (min-width:760px) {
  #guide-menu .menu-inner .menu-area .menu-list ul li a {
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }
  #guide-menu .menu-inner .menu-area .menu-list ul li a:hover {
    -webkit-transform: translateX(0) translateY(3px) rotate(0) rotateZ(0);
    -moz-transform: translateX(0) translateY(3px) rotate(0) rotateZ(0);
    -ms-transform: translateX(0) translateY(3px) rotate(0) rotateZ(0);
    transform: translateX(0) translateY(3px) rotate(0) rotateZ(0);
  }
}
#guide-menu .menu-inner .menu-area .logo {
  width: 40%;
  max-width: 180px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  position: relative;
  z-index: 10;
}
#guide-menu .menu-inner .menu-area .logo img {
  max-width: 100%;
  margin: 0 auto;
}
#guide-menu .menu-inner .menu-area .logo a {
  position: relative;
  display: block;
}
@media screen and (min-width:760px) {
  #guide-menu .menu-inner .menu-area .logo a {
    transition: 0.2s;
    -webkit-transition: 0.2s;
  }
  #guide-menu .menu-inner .menu-area .logo a:hover {
    transform: scale(0.97);
    -webkit-transform: scale(0.97);
  }
}

/* ------------------------------------------------------------------------------------------ */
/* guide */
/* ------------------------------------------------------------------------------------------ */
.guide-wrapper {
  position: relative;
  color: #010101;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", arial, Meiryo, メイリオ, "游ゴシック", "Yu Gothic UI", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Osaka, "MS PGothic", sans-serif;
  /* ------------------------------------------------------------------------------------------ */
  /* header */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /* contents */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /* order */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
  /* footer */
  /* ------------------------------------------------------------------------------------------ */
  /* ------------------------------------------------------------------------------------------ */
}
.guide-wrapper:after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: url(../img/guide/bg_pattern.png) fixed, #ffffff;
  opacity: 0.3;
}
.guide-wrapper header .page-title {
  width: 100%;
  text-align: center;
  height: 24vw;
  margin-top: 10px;
  overflow: hidden;
  display: table;
}
@media screen and (min-width:760px) {
  .guide-wrapper header .page-title {
    height: 18vw;
    max-height: 170px;
    margin-top: 37px;
  }
}
.guide-wrapper header .page-title .bg-arch {
  width: 350vw;
  max-width: 3500px;
  height: 80vw;
  max-height: 800px;
  position: absolute;
  left: 50%;
  bottom: 8px;
  border-radius: 50%;
  overflow: hidden;
  background: #00b0ec url("../img/guide/page_title_bg.png") center bottom repeat-x;
  background-size: 8vw auto;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  border: 6px #fff solid;
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.4));
}
@media screen and (min-width:760px) {
  .guide-wrapper header .page-title .bg-arch {
    border-width: 10px;
    background: #00b0ec url("../img/guide/page_title_bg.png") center bottom repeat-x;
    background-size: 45px auto;
  }
}
.guide-wrapper header .page-title .bg-arch .bg-inner {
  height: 100%;
  width: 100vw;
  max-width: 1000px;
  position: relative;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  z-index: 10;
}
.guide-wrapper header .page-title .bg-arch .bg-inner .chara {
  display: none;
  width: 17vw;
  max-width: 162px;
  position: absolute;
  right: 0;
  bottom: -30px;
}
@media screen and (min-width:760px) {
  .guide-wrapper header .page-title .bg-arch .bg-inner .chara {
    display: block;
  }
}
.guide-wrapper header .page-title .bg-arch .bg-inner .chara img {
  max-width: 100%;
}
.guide-wrapper header .page-title .bg-arch .bg-inner .chara.left {
  left: 0;
}
.guide-wrapper header .page-title .title {
  width: 50%;
  position: absolute;
  z-index: 10;
  left: 50%;
  bottom: 3%;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
}
@media screen and (min-width:760px) {
  .guide-wrapper header .page-title .title {
    width: 66%;
  }
}
.guide-wrapper header .page-title .title img {
  max-width: 100%;
  height: auto;
}
.guide-wrapper .contents {
  position: relative;
  z-index: 10;
}
.guide-wrapper .contents .photo-deco {
  width: 100%;
  border: 10px #fff solid;
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
}
.guide-wrapper .contents .cnt-airmail {
  width: 95%;
  max-width: 1200px;
  margin: 20px auto;
  position: relative;
  padding: 30px 20px 40px;
}
@media screen and (min-width:760px) {
  .guide-wrapper .contents .cnt-airmail {
    margin: 40px auto;
    padding: 40px;
  }
}
.guide-wrapper .contents .cnt-airmail:before {
  content: "";
  position: absolute;
  top: 6px;
  bottom: 6px;
  left: 6px;
  right: 6px;
  background: #faf8f1;
  z-index: -1;
}
@media screen and (min-width:760px) {
  .guide-wrapper .contents .cnt-airmail:before {
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
.guide-wrapper .contents .cnt-airmail:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: repeating-linear-gradient(135deg, #e8456d, #e8456d 10px, #fff 10px, #fff 20px, #00a9df 20px, #00a9df 30px, #fff 30px, #fff 40px);
  z-index: -2;
}
@media screen and (min-width:760px) {
  .guide-wrapper .contents .cnt-airmail:after {
    background: repeating-linear-gradient(135deg, #e8456d, #e8456d 15px, #fff 15px, #fff 30px, #00a9df 30px, #00a9df 45px, #fff 45px, #fff 60px);
  }
}
.guide-wrapper .intro-text {
  width: 95%;
  max-width: 850px;
  margin: 0 auto;
  color: #0b0798;
  font-size: 16px;
  line-height: 1.5;
  font-family: m-plus-1c, sans-serif;
  font-weight: 800;
  text-align: center;
  position: relative;
  z-index: 10;
  text-shadow: 2px 2px 2px #fff, -2px -2px 2px #fff, -2px 2px 2px #fff, 2px -2px 2px #fff, 2px 0px 2px #fff, -2px 0px 2px #fff, 0px 2px 2px #fff, 0px -2px 2px #fff;
}
@media screen and (min-width:760px) {
  .guide-wrapper .intro-text {
    margin-top: 20px;
    font-size: 25px;
    line-height: 1.5;
    font-weight: 900;
  }
}
.guide-wrapper .intro-text span {
  display: inline-block;
}
.guide-wrapper .point-section:not(:first-child) {
  margin-top: 40px;
}
.guide-wrapper .cnt-title {
  width: 90%;
  margin: 20px auto 40px;
  text-align: center;
}
@media screen and (min-width:760px) {
  .guide-wrapper .cnt-title {
    margin-top: 0;
  }
}
.guide-wrapper .cnt-title img {
  max-width: 100%;
}
.guide-wrapper .point-title {
  width: 95%;
  margin: 20px auto;
  text-align: center;
}
.guide-wrapper .point-title:not(:first-child) {
  margin-top: 60px;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-title:not(:first-child) {
    margin-top: 80px;
  }
}
.guide-wrapper .point-title img {
  max-width: 100%;
}
.guide-wrapper .point-block {
  position: relative;
}
.guide-wrapper .point-block:not(:last-child) {
  margin-bottom: 40px;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-block:not(:last-child) {
    margin-bottom: 60px;
  }
}
.guide-wrapper .point-block .section-title {
  width: 100%;
  min-height: 110px;
  padding: 15px 30px 15px 90px;
  position: relative;
  color: #fff;
  background: linear-gradient(to right, #0078c4, #01cefb);
  background: -webkit-linear-gradient(left, #0078c4, #01cefb);
  background: -moz-linear-gradient(left, #0078c4, #01cefb);
  border-radius: 80px;
  overflow: hidden;
  display: table;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-block .section-title {
    border-radius: 100px;
    padding: 20px 80px 20px 110px;
  }
}
.guide-wrapper .point-block .section-title:after {
  content: "";
  display: block;
  width: 50px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/guide/title_bg_dot.png) left top repeat;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-block .section-title:after {
    width: 60px;
  }
}
.guide-wrapper .point-block .section-title .icon {
  width: 50px;
  height: 100%;
  position: absolute;
  left: 25px;
  top: 0;
  background: url(../img/guide/icon_plane.svg) center center no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-block .section-title .icon {
    width: 60px;
    left: 30px;
  }
}
.guide-wrapper .point-block .section-title .title {
  font-family: "m-plus-1c", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width:640px) {
  .guide-wrapper .point-block .section-title .title {
    font-size: 28px;
  }
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-block .section-title .title {
    font-size: 36px;
  }
}
.guide-wrapper .point-block .section-title .title span {
  display: inline-block;
}
.guide-wrapper .chara-img {
  display: none;
  position: absolute;
  z-index: 10;
  line-height: 0;
}
@media screen and (min-width:1200px) {
  .guide-wrapper .chara-img {
    display: inline-block;
  }
}
.guide-wrapper .chara-img.point-1.num-1 {
  right: -5%;
  top: 10%;
}
.guide-wrapper .chara-img.point-1.num-2 {
  left: 0;
  top: 26%;
}
.guide-wrapper .chara-img.point-1.num-3 {
  right: -6%;
  top: 44%;
}
.guide-wrapper .chara-img.point-1.num-4 {
  right: -5%;
  top: 87%;
}
.guide-wrapper .chara-img.point-2.num-1 {
  right: 3%;
  top: 4%;
}
.guide-wrapper .chara-img.point-2.num-2 {
  right: -3%;
  top: 7%;
}
.guide-wrapper .chara-img.point-2.num-3 {
  left: -3%;
  top: 12%;
}
.guide-wrapper .chara-img.point-2.num-4 {
  right: -6%;
  top: 18%;
}
.guide-wrapper .chara-img.point-2.num-5 {
  right: -9%;
  top: 30%;
}
.guide-wrapper .chara-img.point-2.num-5 {
  right: -2%;
  top: 32.5%;
}
.guide-wrapper .chara-img.point-2.num-6 {
  left: -8%;
  top: 40%;
}
.guide-wrapper .chara-img.point-2.num-7 {
  right: -1%;
  top: 52%;
}
.guide-wrapper .chara-img.point-2.num-8 {
  left: -3%;
  top: 58%;
}
.guide-wrapper .chara-img.point-2.num-9 {
  right: -2%;
  top: 68.5%;
}
.guide-wrapper .chara-img.point-2.num-10 {
  left: -10%;
  bottom: 16%;
}
.guide-wrapper .chara-img.point-2.num-11 {
  right: 1%;
  bottom: 1%;
}
.guide-wrapper .chara-img.point-3.num-1 {
  left: -5%;
  top: 6%;
}
.guide-wrapper .chara-img.point-3.num-2 {
  right: -3%;
  top: 16%;
}
.guide-wrapper .chara-img.point-3.num-3 {
  right: -3%;
  top: 33%;
}
.guide-wrapper .chara-img.point-3.num-4 {
  right: -2%;
  top: 48%;
}
.guide-wrapper .chara-img.point-3.num-5 {
  left: -2%;
  top: 65%;
}
.guide-wrapper .chara-img.point-3.num-6 {
  right: -8%;
  bottom: 20%;
}
.guide-wrapper .chara-img.point-3.num-7 {
  left: -2%;
  bottom: 5.5%;
}
.guide-wrapper .chara-img.point-3.num-8 {
  right: -7%;
  bottom: -0.5%;
}
.guide-wrapper .point-inner {
  width: 95%;
  margin: 20px auto 0;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner {
    width: 92%;
    margin-top: 30px;
  }
}
.guide-wrapper .point-inner .tank-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  margin: 0 4px;
}
.guide-wrapper .point-inner .tank-icon:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(0) rotate(0) rotateZ(0);
  background: url(../img/guide/icon_tank.png) center center no-repeat;
  background-size: auto 100%;
}
.guide-wrapper .point-inner .point-att {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.guide-wrapper .point-inner .point-text {
  margin-top: 20px;
  color: #0b0798;
  font-size: 20px;
  line-height: 1.5;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-text {
    margin-top: 30px;
  }
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-text {
    font-size: 24px;
  }
}
.guide-wrapper .point-inner .point-text span {
  display: inline-block;
}
.guide-wrapper .point-inner .point-text a {
  color: #ee104c;
  text-decoration: underline;
  transition: 0.3s;
  -webkit-transition: 0.3s;
}
.guide-wrapper .point-inner .point-text a:hover {
  opacity: 0.6;
}
.guide-wrapper .point-inner .point-text.center {
  text-align: center;
  font-size: 20px;
}
@media screen and (min-width:640px) {
  .guide-wrapper .point-inner .point-text.center {
    font-size: 24px;
  }
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-text.center {
    font-size: 28px;
  }
}
.guide-wrapper .point-inner .point-text .small {
  font-size: 0.8em;
  line-height: 1.4;
}
.guide-wrapper .point-inner .point-text .att {
  font-size: 16px;
  font-family: "source-han-sans-japanese", sans-serif;
  line-height: 1.4;
  font-weight: 700;
}
.guide-wrapper .point-inner .point-text p:not(:first-child) {
  margin-top: 5px;
}
.guide-wrapper .point-inner .point-img {
  max-width: 800px;
  margin: 0 auto;
}
.guide-wrapper .point-inner .point-img:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-img:not(:first-child) {
    margin-bottom: 40px;
  }
}
.guide-wrapper .point-inner .point-flex {
  width: 100%;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex {
    display: -webkit-box; /*Android4.3*/
    display: -moz-box; /*Firefox21*/
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex; /*PC-Safari,iOS8.4*/
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
}
.guide-wrapper .point-inner .point-flex:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex:not(:first-child) {
    margin-top: 60px;
  }
}
.guide-wrapper .point-inner .point-flex .img {
  width: 100%;
  line-height: 0;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex .img {
    width: 60%;
  }
}
.guide-wrapper .point-inner .point-flex .detail {
  margin-top: 15px;
  width: 100%;
  position: relative;
  text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px 0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex .detail {
    margin: 0;
    width: 40%;
  }
}
.guide-wrapper .point-inner .point-flex .detail:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 328px;
  height: 268px;
  background: url(../img/guide/text_bg_peach.png) center center no-repeat;
  background-size: 70% auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex .detail:before {
    background: url(../img/guide/text_bg_peach.png) center center no-repeat;
    background-size: 100% auto;
  }
}
.guide-wrapper .point-inner .point-flex .detail .title {
  color: #0b0798;
  font-size: 28px;
  line-height: 1;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-flex .detail .title {
    font-size: 40px;
  }
}
.guide-wrapper .point-inner .point-flex .detail .title span {
  display: inline-block;
}
.guide-wrapper .point-inner .point-flex .detail .title span.small {
  display: block;
  font-size: 0.7em;
  margin-bottom: 6px;
}
.guide-wrapper .point-inner .point-flex .detail .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-flex .detail .text {
    font-size: 20px;
  }
}
.guide-wrapper .point-inner .point-flex .detail .text br {
  display: none;
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-flex .detail .text br {
    display: block;
  }
}
.guide-wrapper .point-inner .point-flex .detail .text span {
  display: inline-block;
  position: relative;
  /*
  &:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 1px;
    background: #010101;
    position: absolute;
    left: 0;
    bottom: 1px;
    @include mq(tab){
      bottom: 3px;
    }
  }
  */
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-wide {
    max-width: 800px;
    margin: 40px auto 0;
  }
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-wide .img {
    width: 100%;
  }
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-wide .detail {
    margin-top: 20px;
    width: 100%;
  }
  .guide-wrapper .point-inner .point-flex.img-wide .detail:before {
    background: url(../img/guide/text_bg_peach.png) center center no-repeat;
    background-size: 80% auto;
  }
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-flex.img-wide .detail .title {
    font-size: 35px;
  }
  .guide-wrapper .point-inner .point-flex.img-wide .detail .text {
    font-size: 18px;
  }
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-small .img {
    width: 50%;
  }
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-small .detail {
    width: 50%;
  }
  .guide-wrapper .point-inner .point-flex.img-small .detail:before {
    background: url(../img/guide/text_bg_peach.png) center center no-repeat;
    background-size: 80% auto;
  }
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-flex.img-small .detail .title {
    font-size: 35px;
  }
  .guide-wrapper .point-inner .point-flex.img-small .detail .text {
    font-size: 18px;
  }
}
.guide-wrapper .point-inner .point-flex.img-left .detail {
  text-align: left;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-left .detail {
    padding-left: 2.5%;
  }
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-right .detail {
    padding-right: 2.5%;
    text-align: right;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex.img-right .img {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
.guide-wrapper .point-inner .point-flex_column {
  width: 90%;
  margin: 10px auto 0;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  align-items: start;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex_column {
    width: 100%;
  }
}
.guide-wrapper .point-inner .point-flex_column .point-item {
  width: 100%;
  margin-top: 20px;
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .point-flex_column .point-item {
    width: 50%;
    margin-top: 60px;
  }
  .guide-wrapper .point-inner .point-flex_column .point-item:nth-child(odd) {
    padding-right: 2%;
  }
  .guide-wrapper .point-inner .point-flex_column .point-item:nth-child(even) {
    padding-left: 2%;
  }
}
.guide-wrapper .point-inner .point-flex_column .point-item .img {
  width: 100%;
}
.guide-wrapper .point-inner .point-flex_column .point-item .detail {
  margin-top: 15px;
}
.guide-wrapper .point-inner .point-flex_column .point-item .detail .title {
  color: #0b0798;
  font-size: 24px;
  line-height: 1;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 900;
  position: relative;
  z-index: 10;
}
.guide-wrapper .point-inner .point-flex_column .point-item .detail .title span {
  display: inline-block;
}
.guide-wrapper .point-inner .point-flex_column .point-item .detail .text {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 10;
}
.guide-wrapper .point-inner .point-flex_column .point-item .detail .text br {
  display: none;
}
@media screen and (min-width:1200px) {
  .guide-wrapper .point-inner .point-flex_column .point-item .detail .text br {
    display: block;
  }
}
.guide-wrapper .point-inner .card-list {
  margin-top: 20px;
  border: 3px #1fc18f solid;
  border-radius: 10px;
  overflow: hidden;
  padding: 5px 5px 12px;
  position: relative;
}
@media screen and (min-width:640px) {
  .guide-wrapper .point-inner .card-list {
    border-width: 6px;
    border-radius: 15px;
    padding: 5px 15px 18px;
  }
}
@media screen and (min-width:1000px) {
  .guide-wrapper .point-inner .card-list {
    margin-top: 30px;
    padding: 5px 20px 24px 24px;
  }
}
.guide-wrapper .point-inner .card-list:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 328px;
  height: 268px;
  background: url(../img/guide/text_bg_peach.png) center center no-repeat;
  background-size: 70% auto;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
  transform: translateX(-50%) translateY(-50%) rotate(0) rotateZ(0);
}
@media screen and (min-width:760px) {
  .guide-wrapper .point-inner .card-list:before {
    background: url(../img/guide/text_bg_peach.png) center center no-repeat;
    background-size: 100% auto;
  }
}
.guide-wrapper .point-inner .card-list ul {
  font-family: "source-han-sans-japanese", sans-serif;
  font-weight: 700;
  position: relative;
  z-index: 10;
  display: -webkit-box; /*Android4.3*/
  display: -moz-box; /*Firefox21*/
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex; /*PC-Safari,iOS8.4*/
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  columns: 1;
  /*
          @media screen and (min-width:460px){
            columns: 2;
          }

          @include mq(sp) {
            columns: 2;
          }

          @include mq(tab){
            columns: 3;
          }

          @include mq(pc) {
            columns: 3;
          }
  */
}
.guide-wrapper .point-inner .card-list ul li {
  width: 100%;
  padding: 10px 0 0 2.6em;
  font-size: 14px;
  line-height: 1.2;
  position: relative;
  white-space: nowrap;
}
@media screen and (min-width: 440px) {
  .guide-wrapper .point-inner .card-list ul li {
    width: 50%;
    font-size: 13px;
    padding: 10px 0 0 2.8em;
  }
}
@media screen and (min-width: 540px) {
  .guide-wrapper .point-inner .card-list ul li {
    font-size: 16px;
    padding: 10px 0 0 2.4em;
  }
}
@media screen and (min-width: 630px) {
  .guide-wrapper .point-inner .card-list ul li {
    font-size: 18px;
    padding: 10px 0 0 2em;
  }
}
@media screen and (min-width: 840px) {
  .guide-wrapper .point-inner .card-list ul li {
    width: 33.333%;
    font-size: 16px;
    padding: 10px 0 0 2.2em;
  }
}
@media screen and (min-width: 1000px) {
  .guide-wrapper .point-inner .card-list ul li {
    width: 25%;
    font-size: 14px;
    padding: 10px 0 0 2.6em;
  }
}
@media screen and (min-width: 1200px) {
  .guide-wrapper .point-inner .card-list ul li {
    width: 25%;
    font-size: 18px;
    padding: 10px 0 0 2em;
  }
}
.guide-wrapper .point-inner .card-list ul li span {
  display: inline-block;
}
.guide-wrapper .point-inner .card-list ul li .new {
  position: absolute;
  top: 12px;
  left: 0;
  margin-left: 4px;
  padding: 2px 3px;
  background-color: #ee104c;
  border-radius: 2px;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
}
.guide-wrapper .point-inner .card-list.column-3 ul li {
  white-space: normal;
}
@media screen and (min-width:1000px) {
  .guide-wrapper .point-inner .card-list.column-3 ul li {
    width: 33.333%;
  }
}
.guide-wrapper .last-text {
  margin: 50px 0 30px;
  color: #0b0798;
  font-size: 20px;
  line-height: 30px;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 900;
  text-align: center;
  position: relative;
  z-index: 10;
}
@media screen and (min-width:760px) {
  .guide-wrapper .last-text {
    font-size: 24px;
    line-height: 36px;
  }
}
.guide-wrapper .last-text span {
  display: inline-block;
}
.guide-wrapper.order {
  font-family: "source-han-sans-japanese", sans-serif;
}
.guide-wrapper.order h1 {
  background: url(../img/bg_contents_dots.png), linear-gradient(180deg, rgb(49, 205, 255) 0%, rgb(35, 202, 255) 10%, rgb(19, 185, 254) 40%, rgb(0, 141, 255) 100%);
}
.guide-wrapper.order h1 img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-width: 1200px;
}
.guide-wrapper.order h2.section-title {
  min-height: auto;
}
@media screen and (min-width:760px) {
  .guide-wrapper.order h2.section-title {
    margin-top: 20px;
    font-size: 40px;
  }
}
.guide-wrapper.order .text {
  font-size: 14px;
  line-height: 1.3;
  margin: 20px auto 0;
  width: 96%;
}
.guide-wrapper.order .preorder-top {
  text-align: center;
}
.guide-wrapper.order .preorder-top img {
  max-width: 100%;
}
.guide-wrapper.order .wrap_retailer {
  margin-top: 10px;
  border-radius: 4px;
}
@media screen and (min-width:760px) {
  .guide-wrapper.order .wrap_retailer {
    padding: 14px;
  }
}
@media screen and (min-width:1000px) {
  .guide-wrapper.order .links_retailer {
    display: flex;
    justify-content: center;
  }
}
.guide-wrapper.order .links_retailer .order-store {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  width: 100%;
}
@media screen and (min-width:1000px) {
  .guide-wrapper.order .links_retailer .order-store:after {
    content: "";
    display: block;
    width: 32%;
  }
}
.guide-wrapper.order .links_retailer .order-store li {
  margin-bottom: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-content: center;
  border: 3px #00c0fe solid;
  border-radius: 10px;
  font-size: 17px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  background-color: #fff;
  width: 100%;
  color: #484848;
}
@media screen and (min-width:760px) {
  .guide-wrapper.order .links_retailer .order-store li {
    width: 49%;
  }
}
@media screen and (min-width:1000px) {
  .guide-wrapper.order .links_retailer .order-store li {
    width: 32%;
  }
}
.guide-wrapper.order .links_retailer .order-store li .benefits-img {
  position: relative;
}
.guide-wrapper.order .links_retailer .order-store li .benefits-img:after {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  content: "";
  background: url("../img/early_benefits/glass.png") no-repeat center, #ffffff;
  background-size: 90% auto;
  width: 40px;
  height: 40px;
  border: 2px solid #00c0fe;
  border-radius: 6px;
}
.guide-wrapper.order .links_retailer .order-store li .benefits-img a img {
  padding: 10px;
  width: 100%;
  height: auto;
  border: 1px solid #00c0fe;
}
.guide-wrapper.order .links_retailer .order-store li .store {
  padding: 6px 0;
}
@media screen and (min-width:760px) {
  .guide-wrapper.order .links_retailer .order-store li .store {
    min-height: 48px;
  }
}
@media screen and (min-width: 1100px) {
  .guide-wrapper.order .links_retailer .order-store li .store {
    min-height: 30px;
  }
}
.guide-wrapper.order .links_retailer .order-store li .buy_btn {
  position: relative;
  margin-top: 10px;
}
.guide-wrapper.order .links_retailer .order-store li .buy_btn a {
  display: inline-block;
  padding: 10px;
  background: linear-gradient(0deg, #1473e9, #00c0fe);
  border-radius: 50px;
  color: #ffffff;
  width: 100%;
}
.guide-wrapper.order .links_retailer .order-store li .buy_btn a.small {
  font-size: 15px;
}
.guide-wrapper.order .links_retailer .order-store li .buy_btn a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: calc(50% - 3px);
  right: 10px;
  z-index: 2;
  transform: rotate(315deg);
}
@media screen and (min-width:760px) {
  .guide-wrapper.order .links_retailer .order-store li .buy_btn a.small {
    font-size: 17px;
  }
  .guide-wrapper.order .links_retailer .order-store li .buy_btn a:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
  }
  .guide-wrapper.order .links_retailer .order-store li .buy_btn.blank {
    line-height: 2.5em;
  }
  .guide-wrapper.order .links_retailer .order-store li .buy_btn:hover {
    opacity: 0.8;
  }
}
.guide-wrapper.order .links_retailer .order-store li .benefits, .guide-wrapper.order .links_retailer .order-store li .benefits-none {
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 4px 13px;
  margin: 6px auto 0;
  font-size: 12px;
  color: #00c0fe;
  width: 95%;
}
@media screen and (min-width:760px) {
  .guide-wrapper.order .links_retailer .order-store li .benefits, .guide-wrapper.order .links_retailer .order-store li .benefits-none {
    min-height: 35px;
  }
}
.guide-wrapper.order .links_retailer .order-store li .benefits-none {
  background-color: #999;
}
.guide-wrapper.order .my_nitendo_store {
  margin: 20px auto;
  max-width: 1120px;
}
.guide-wrapper.order .my_nitendo_store a {
  position: relative;
  margin: 10px auto 0;
  color: #ffffff;
  display: block;
  border-radius: 10px;
  background-color: #e60012;
  padding: 15px 20px;
  font-size: 17px;
  line-height: 1.2;
  font-weight: bold;
  text-align: center;
  width: 96%;
}
.guide-wrapper.order .my_nitendo_store a:hover {
  opacity: 0.8;
}
.guide-wrapper.order .my_nitendo_store a:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: transparent;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  top: calc(50% - 3px);
  right: 10px;
  z-index: 2;
  transform: rotate(315deg);
}
@media screen and (min-width:760px) {
  .guide-wrapper.order .my_nitendo_store a:after {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    right: 20px;
  }
}
@media screen and (min-width:760px) {
  .guide-wrapper.order .my_nitendo_store {
    margin: 40px auto;
    padding: 0 14px;
  }
}
.guide-wrapper .link-text {
  display: inline;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #f7006e;
  text-decoration: underline;
}
.guide-wrapper .link-text:hover {
  text-decoration: none;
}
.guide-wrapper .benefits-terms {
  margin: 0 auto;
  font-family: source-han-sans-cjk-ja, sans-serif;
  color: #0b0b0b;
  font-size: 12px;
  line-height: 1.3;
  padding-top: 6px;
  width: 96%;
  max-width: 1200px;
  background-color: rgba(255, 255, 255, 0.8);
}
.guide-wrapper .benefits-terms li {
  position: relative;
  padding-left: 1em;
}
.guide-wrapper .benefits-terms li:before {
  position: absolute;
  left: 0;
  content: "※";
}
.guide-wrapper footer {
  padding: 30px 5% 30px;
  position: relative;
  z-index: 10;
}

/*# sourceMappingURL=lower.css.map */
