@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴシック", "Hiragino Sans", YuGothic,
    "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*background:  url("../img/bg.png")   top center #FFF;*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
}

header {
  background-color: #2875ff;
  width: 100%;
  position: relative;
  height: 100px;
  padding-bottom: 83px;
  overflow: hidden;
}
@-webkit-keyframes wave_pc {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@keyframes wave_pc {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}
header:after {
  width: 200%;
  display: block;
  position: absolute;
  content: "";
  background: url("../img/img_wave_wh_pc.png") repeat-x;
  background-size: 300px auto;
  height: 76px;
  top: 111px;
  -webkit-animation: wave_pc 4000ms linear infinite;
  animation: wave_pc 4000ms linear infinite;
}
header h1 {
  position: absolute;
  width: 212px;
  top: 30px;
  left: 30px;
}

header h1 img {
  display: block;
  width: 100%;
}

main {
  width: 940px;
  min-height: 640px;
  padding-top: 20px;
  margin: 15px auto 100px;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px inset;*/
}

h2 {
  width: 440px;
  margin: 0 auto;
}
.sc_form .input-wrap {
  width: 575px;
  margin: 0 auto;
  margin-top: 50px;
  border: solid 4px #000;
  outline: solid 4px #fff;
  outline-offset: 1px;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
}

.sc_form input {
  display: block;
  width: 545px;
  line-height: 60px;
  border-radius: 10px;
  margin: 0 auto 20px;
  padding: 0 15px;
  font-size: 20px;
}

.input-title {
  font-size: 24px;
  font-weight: 600;
  padding-left: 3px;
  border-left: #2775ff solid 5px;
  margin-bottom: 10px;
}

.input-link {
  color: #9d9d9d;
  margin-top: 10px;
  display: block;
}

.sc_form .btn-send {
  display: block;
  width: 320px;
  margin: 60px auto;
  background: #2775ff;
  color: #ffffff;
  border: none;
  font-weight: 700;
  border-radius: unset;
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  -o-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  -ms-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  cursor: pointer;
}

.notice ul {
  width: 600px;
  margin: 0 auto;
}
.notice ul li {
  text-indent: -1em;
  padding-left: -1em;
  margin-bottom: 5px;
}

.sc_form .result_txt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 15px;
}

.top_link {
  font-size: 20px;
  display: block;
  width: 320px;
  line-height: 78px;
  background: #000;
  margin: 60px auto;
  color: #fff;
  -moz-box-shadow: 5px 5px 0px rgba(186, 36, 76, 1);
  -webkit-box-shadow: 5px 5px 0px rgba(186, 36, 76, 1);
  -o-box-shadow: 5px 5px 0px rgba(186, 36, 76, 1);
  -ms-box-shadow: 5px 5px 0px rgba(186, 36, 76, 1);
  text-decoration: none;
  text-align: center;
}
.message-wrapper {
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*height: 100%;*/
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  border: solid 4px #2775ff;
  outline: solid 4px #fff;
  outline-offset: 1px;
  padding: 30px;
  background: #ffffff;
  border-radius: 10px;
  width: 300px;
  margin: 20px auto;
}

.modal-message {
  margin-top: 50px;
  text-align: center;
}

.modal-close {
  display: block;
  width: 200px;
  line-height: 50px;
  margin: 60px auto;
  background: #2775ff;
  color: #ffffff;
  border: none;
  font-weight: 700;
  border-radius: unset;
  -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  -o-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  -ms-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
  cursor: pointer;
  text-align: center;
}

@media screen and (max-width: 767px) {
  header {
    background-color: #2875ff;
    width: 100%;
    position: relative;
    height: 10vw;
    padding-bottom: 20vw;
  }
  @-webkit-keyframes wave_pc {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
    }
  }

  @keyframes wave_pc {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-300px);
      transform: translateX(-300px);
    }
  }
  header:after {
    width: 200%;
    display: block;
    position: absolute;
    content: "";
    background: url("../img/img_wave_wh.png") repeat-x;
    background-size: 80vw auto;
    height: 20vw;
    top: 22vw;
    -webkit-animation: wave_pc 4000ms linear infinite;
    animation: wave_pc 4000ms linear infinite;
    z-index: 1;
  }
  header h1 {
    margin: 0 auto;
    width: 45.33333vw;
    position: absolute;
    top: 6.66667vw;
    left: 0;
    right: 0;
  }

  header h1 img {
    display: block;
    width: 100%;
  }

  main {
    width: 95%;
    min-height: 640px;
    padding-top: 0;
    margin: 0px auto 100px;
    position: relative;
    /*box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px 0px inset;*/
  }

  h2 {
    position: absolute;
    width: 220px;
    margin: 0 auto 5vw;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 100;
  }
  h2 img {
    width: 100%;
  }

  .sc_form {
    margin-top: 65px;
  }
  .sc_form .input-wrap {
    width: 95%;
    margin: 65px auto 0;
    margin-top: 0px;
    padding: 5vw 2.5vw;
    box-sizing: border-box;
  }

  .sc_form input {
    display: block;
    width: 90%;
    line-height: 40px;
    border-radius: 10px;
    margin: 15px auto;
    border: solid 2px #000;
    outline: solid 2px #fff;
  }

  .input-title {
    font-size: 20px;
    font-weight: 600;
    padding-left: 1vw;
    border-left: #2775ff solid 5px;
    margin-bottom: 3vw;
  }

  .input-link {
    color: #9d9d9d;
    margin-top: 10px;
    display: block;
  }

  .sc_form .btn-send {
    font-size: 20px;
    display: block;
    width: 70%;
    margin: 30px auto;
    color: #fff;
  }
  .sc_form button img {
    width: 100%;
  }

  .notice ul {
    width: 95%;
    margin: 0 auto;
  }

  .sc_form .result_txt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
  }

  .top_link {
    width: 40%;
    line-height: 50px;
    background: #000;
    margin: 60px auto;
    font-size: 16px;
  }

  .message-wrapper {
    width: 80%;
    margin: 5vw auto;
    padding: 3vw;
  }

  .modal-message {
    margin-top: 10vw;
    text-align: center;
  }

  .modal-close {
    display: block;
    width: 70%;
    line-height: 10vw;
    margin: 15vw auto;
    background: #2775ff;
    color: #ffffff;
    border: none;
    font-weight: 700;
    border-radius: unset;
    -moz-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
    -webkit-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
    -o-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
    -ms-box-shadow: 5px 5px 0px rgba(0, 0, 0, 1);
    cursor: pointer;
    text-align: center;
  }
}

.header {
  background-color: #2875ff;
  position: relative;
  z-index: 99;
}

.header a {
  color: #000;
  text-decoration: none;
}

.header img {
  width: 100%;
}
.header-logo {
  display: block;
  position: relative;
  z-index: 9;
}
.header-logo__img {
  margin: 0 auto;
  width: 45.33333vw;
  position: absolute;
  top: 6.66667vw;
  left: 0;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .header-logo__img {
    margin: 0;
    width: 14.32432vw;
    top: 2.02703vw;
    left: 2.02703vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header-logo__img {
    width: 212px;
    top: 30px;
    left: 30px;
  }
}
.header .hamburger {
  position: fixed;
  z-index: 9;
  right: 0;
  bottom: -0.26667vw;
}
.header .hamburger-wrap {
  position: relative;
  height: 31.6vw;
  width: 31.6vw;
}
.header .hamburger-wrap:after {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/bg_hamburger.png.webp)
    no-repeat;
  background-size: contain;
  height: 31.6vw;
  width: 31.6vw;
}
.header .hamburger-wrap.menu-active:before {
  display: block;
  content: "";
  display: none;
}
.header .hamburger-wrap.menu-active:after {
  display: block;
  content: "";
  display: none;
}
.header .hamburger-wrap.menu-active .hamburger-inner__text:after {
  display: block;
  content: "";
  content: "CLOSE";
}
.header .hamburger-inner {
  height: 6.66667vw;
  width: 9.33333vw;
  margin: 0 auto;
  position: absolute;
  top: 68%;
  left: 57%;
  -webkit-transform: translateY(-68%);
  transform: translateY(-68%);
}
.header .hamburger-inner__text {
  font-family: "Montserrat", sans-serif;
  font-weight: 900;
  font-size: 2.4vw;
  text-align: center;
}
.header .hamburger-inner__text:after {
  display: block;
  content: "";
  content: "MENU";
}
.header .hamburger-line {
  margin-top: 1.06667vw;
}
.header .hamburger-line span {
  display: block;
  background-color: #000;
  margin: 0 auto;
  height: 0.4vw;
  width: 3.33333vw;
  transition: all 0.3s;
}
.header .hamburger-line span.btm {
  margin-top: 0.8vw;
}
.header .hamburger-line.active {
  position: relative;
}
.header .hamburger-line.active .top {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  position: absolute;
  top: 0.8vw;
  left: 2.93333vw;
}
.header .hamburger-line.active .btm {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
  margin: 0;
  position: absolute;
  top: 0.8vw;
  left: 2.93333vw;
}
@media only screen and (min-width: 768px) {
  .header .hamburger.pc-none {
    display: none;
  }
}
.header .menu {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  padding: 6.66667vw 0 10.13333vw;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .header .menu {
    left: auto;
    right: 0;
    height: 4.05405vw;
    width: 67.56757vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.55405vw 0 3.51351vw;
    border-bottom-left-radius: 2.02703vw;
    z-index: 10;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu {
    left: auto;
    right: 0;
    height: 60px;
    width: 1000px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 23px 0 52px;
    border-bottom-left-radius: 30px;
    z-index: 10;
  }
}
.header .menu-logo {
  margin: 0 auto 5.33333vw;
  width: 45.33333vw;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .header .menu-logo.pc-none {
    display: none;
  }
}
.header .menu-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .header .menu-wrap {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}
.header .menu-sns {
  margin-top: 3.46667vw;
  width: 100vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
@media only screen and (min-width: 768px) {
  .header .menu-sns {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 0;
    width: auto;
  }
}
.header .menu-sns__items:not(:first-of-type) {
  margin-left: 4vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__items:not(:first-of-type) {
    margin-left: 0.67568vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-sns__items:not(:first-of-type) {
    margin-left: 10px;
  }
}
.header .menu-sns__btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
}
.header .menu-sns__btn--icon {
  border-radius: 100%;
  height: 10.66667vw;
  width: 10.66667vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__btn--icon {
    height: 1.95946vw;
    width: 1.95946vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-sns__btn--icon {
    height: 29px;
    width: 29px;
  }
}
.header .menu-sns__btn--text {
  margin-left: 1.6vw;
  font-size: 2.93333vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__btn--text {
    margin-left: 0.47297vw;
    width: 4.32432vw;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-sns__btn--text {
    margin-left: 7px;
    width: 64px;
  }
}
.header .menu-sns__btn--text picture {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__btn.pc-none {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .menu-sns__btn.sp-none {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__twitter .menu-sns__btn--text {
    width: 1.91892vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-sns__twitter .menu-sns__btn--text {
    width: 26px;
  }
}
.header .menu-sns__twitter span {
  position: relative;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu-sns__twitter span:after {
  display: block;
  content: "";
  background: transparent url(../img/common/icon_x.svg) no-repeat;
  background-size: contain;
  height: 3.73333vw;
  width: 4.66667vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__twitter span:after {
    height: 0.81081vw;
    width: 0.94595vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-sns__twitter span:after {
    height: 12px;
    width: 14px;
  }
}
.header .menu-sns__youtube span {
  position: relative;
  background-color: #ff0000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .menu-sns__youtube span:after {
  display: block;
  content: "";
  background: transparent url(../img/common/icon_youtube.svg) no-repeat;
  background-size: contain;
  height: 3.46667vw;
  width: 4.93333vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-sns__youtube span:after {
    height: 0.67568vw;
    width: 1.01351vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-sns__youtube span:after {
    height: 10px;
    width: 15px;
  }
}
.header .menu-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  margin-top: 6.4vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-list {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: 0;
  }
}
.header .menu-list__items {
  font-family: "Montserrat", sans-serif;
  font-size: 6.66667vw;
  font-weight: 900;
  text-align: center;
  width: 100%;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .header .menu-list__items {
    font-size: 1.35135vw;
    width: auto;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-list__items {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-list__items:not(:first-of-type) {
    padding: 0 1.08108vw;
  }
}
@media only screen and (min-width: 860px) {
  .header .menu-list__items:not(:first-of-type) {
    padding: 0 1.35135vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-list__items:not(:first-of-type) {
    padding: 0 20px;
  }
}
.header .menu-list__items:not(:first-of-type):before {
  display: block;
  content: "";
  border-top: solid 1px #2875ff;
  width: 1.6vw;
  margin: 3.33333vw auto 2.93333vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-list__items:not(:first-of-type):before {
    border-top: none;
    border-left: solid 1px #2875ff;
    height: 0.81081vw;
    width: 1px;
    margin: 0;
    position: absolute;
    top: 0.67568vw;
    left: 0;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-list__items:not(:first-of-type):before {
    height: 12px;
    width: 1px;
    top: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-list__items:first-of-type {
    padding-right: 1.35135vw;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-list__items:first-of-type {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .header .menu-list__items:last-of-type {
    padding-right: 0;
  }
}
.header .menu-list__items--btn {
  display: inline-block;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .header .menu-list__items--btn:hover {
    color: #2875ff;
  }
}
.header .menu-jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.93333vw;
  margin-top: 0.53333vw;
}
@media only screen and (min-width: 768px) {
  .header .menu-jp {
    font-size: 0.67568vw;
    margin-top: 0;
    text-align: center;
  }
}
@media only screen and (min-width: 1480px) {
  .header .menu-jp {
    font-size: 10px;
  }
}
.header .menu.open {
  display: block;
}

.footer {
  overflow: hidden;
  position: relative;
  z-index: 9;
  margin-top: 0;
  padding-top: 5.86667vw;
}

.footer a {
  color: #000;
  text-decoration: none;
}
.footer img,
.footer picture {
  -webkit-backface-visibility: hidden;
  width: 100%;
  max-width: 100%;
  pointer-events: none;
  vertical-align: bottom;
}
@media only screen and (min-width: 768px) {
  .footer {
    margin-top: -8.10811vw;
    padding-top: 8.10811vw;
  }
}
@media only screen and (min-width: 1481px) {
  .footer {
    margin-top: -120px;
    padding-top: 120px;
  }
}
.footer-top {
  padding: 2.13333vw 0 13.33333vw;
  background-color: #f1f6f9;
  position: relative;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .footer-top {
    padding: 0 0 120px;
  }
}
.footer-top:before {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/img_wave_ltb.png.webp)
    repeat-x;
  background-size: 80vw auto;
  height: 20.26667vw;
  width: 100%;
  position: absolute;
  top: -5.86667vw;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .footer-top:before {
    background-image: url(../data/webp/common/img_wave_ltb_pc.png.webp);
    background-size: 300px auto;
    height: 76px;
    top: -44px;
  }
}
.footer-top__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .footer-top__inner {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-top__box:not(:first-of-type) {
    margin-left: 58px;
  }
}
.footer-top__logo {
  display: block;
  margin: 6.66667vw auto;
  width: 42.8vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__logo {
    margin: 18px auto 24px;
    width: 162px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-top__logo:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.footer-top__sns {
  margin-top: 6.66667vw;
  width: 100vw;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .footer-top__sns {
    margin-top: 10px;
    width: auto;
  }
}
.footer-top__sns--items {
  width: auto;
}
.footer-top__sns--items:not(:first-of-type) {
  margin-left: 1.6vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__sns--items:not(:first-of-type) {
    margin-left: 8px;
  }
}
.footer-top__sns--btn {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .footer-top__sns--btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.footer-top__sns--icon {
  border-radius: 100%;
  height: 6.66667vw;
  width: 6.66667vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__sns--icon {
    height: 30px;
    width: 30px;
  }
}
.footer-top__sns--text {
  margin-left: 0.8vw;
  font-size: 2.4vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .footer-top__sns--text {
    font-size: 10px;
    margin-left: 5px;
  }
}
.footer-top__sns--twitter .footer-top__sns--icon {
  position: relative;
  background-color: #000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-top__sns--twitter .footer-top__sns--icon:after {
  display: block;
  content: "";
  background: transparent url(../img/common/icon_x.svg) no-repeat;
  background-size: contain;
  height: 3.06667vw;
  width: 3.73333vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__sns--twitter .footer-top__sns--icon:after {
    height: 12px;
    width: 14px;
  }
}
.footer-top__sns--youtube span {
  position: relative;
  background-color: #ff0000;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-top__sns--youtube span:after {
  display: block;
  content: "";
  background: transparent url(../img/common/icon_youtube.svg) no-repeat;
  background-size: contain;
  height: 2.66667vw;
  width: 3.73333vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__sns--youtube span:after {
    height: 10px;
    width: 15px;
  }
}
.footer-top__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 77.33333vw;
  margin-left: 20vw;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .footer-top__menu {
    padding: 0;
    width: 227px;
    margin-left: 0;
  }
}
.footer-top__menu--items {
  width: 40%;
}
.footer-top__menu--items:nth-of-type(2n + 0) {
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  .footer-top__menu--items:nth-of-type(2n + 0) {
    margin-left: 45px;
  }
}
.footer-top__menu--items:nth-of-type(n + 3) {
  margin-top: 4vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__menu--items:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.footer-top__menu--btn {
  font-family: "Montserrat", sans-serif;
  font-size: 3.73333vw;
  font-weight: 900;
}
@media only screen and (min-width: 768px) {
  .footer-top__menu--btn {
    font-size: 18px;
    transition: all 0.5s;
  }
}
.footer-top__menu--btn .menu-jp {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 2.4vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__menu--btn .menu-jp {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-top__menu--btn:hover {
    color: #2875ff;
  }
}
.footer-top__other {
  font-size: 2.66667vw;
  font-weight: 400;
  margin-top: 4.26667vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__other {
    font-size: 12px;
    margin-top: 0;
  }
}
.footer-top__other--items:not(:first-of-type) {
  margin-top: 2.66667vw;
}
@media only screen and (min-width: 768px) {
  .footer-top__other--items:not(:first-of-type) {
    margin-top: 20px;
  }
}
.footer-top__other--btn {
  display: block;
  text-align: center;
  width: auto;
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .footer-top__other--btn:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.footer-center {
  padding: 0 0 11.33333vw;
  background-color: #2875ff;
  position: relative;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .footer-center {
    padding-bottom: 0;
  }
}
.footer-center:before {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/img_wave_blue.png.webp)
    repeat-x;
  background-size: 80vw auto;
  height: 20.26667vw;
  width: 100%;
  position: absolute;
  top: -5.86667vw;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .footer-center:before {
    background-image: url(../data/webp/common/img_wave_blue_pc.png.webp);
    background-size: 300px auto;
    height: 76px;
    top: -46px;
  }
}
@media only screen and (min-width: 1481px) {
  .footer-center:before {
    background-size: 20.27027vw auto;
    height: 5.13514vw;
    top: -3.10811vw;
  }
}
.footer-center__wrap {
  height: 85.86667vw;
  position: relative;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .footer-center__wrap {
    height: 730px;
  }
}
.footer-center__chara {
  height: 133.33333vw;
  width: 144.26667vw;
  position: absolute;
  top: -8vw;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
}
@media only screen and (min-width: 768px) {
  .footer-center__chara {
    height: 1000px;
    width: 1082px;
    top: -62px;
  }
}
.footer-bottom {
  padding: 6.66667vw 0 12vw;
  background-color: #000;
  color: #fff;
  position: relative;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .footer-bottom {
    padding: 0 0 56px;
  }
}
.footer-bottom:before {
  display: block;
  content: "";
  background: transparent url(../data/webp/common/img_wave_blk.png.webp)
    repeat-x;
  background-size: 80vw auto;
  height: 20.26667vw;
  width: 100%;
  position: absolute;
  top: -5.86667vw;
  left: 0;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .footer-bottom:before {
    background-image: url(../data/webp/common/img_wave_blk_pc.png.webp);
    background-size: 300px auto;
    height: 76px;
    top: -70px;
  }
}
@media only screen and (min-width: 1481px) {
  .footer-bottom:before {
    background-size: 20.27027vw auto;
    height: 5.13514vw;
    top: -4.72973vw;
  }
}
.footer-bottom__totop {
  display: block;
  width: 21.33333vw;
  position: absolute;
  top: -21.33333vw;
  right: 3.73333vw;
  z-index: 9;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__totop {
    cursor: pointer;
    width: 10.81081vw;
    top: -11.48649vw;
    right: 11.48649vw;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 1480px) {
  .footer-bottom__totop {
    cursor: pointer;
    width: 160px;
    top: -170px;
    right: 170px;
  }
}
.footer-bottom__totop--txt {
  display: block;
  font-family: "Montserrat", sans-serif;
  font-size: 2.8vw;
  font-weight: 900;
  margin-top: 1.33333vw;
  margin-left: 1.06667vw;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__totop--txt {
    font-size: 1.41892vw;
    margin-top: 0.13514vw;
    margin-left: 0.60811vw;
  }
}
@media only screen and (min-width: 1480px) {
  .footer-bottom__totop--txt {
    font-size: 21px;
    margin-top: 2px;
    margin-left: 9px;
  }
}
.footer-bottom__totop--arrow {
  display: block;
  background: transparent url(../data/webp/common/icon_arrow_wh.png.webp)
    no-repeat;
  background-size: 100% auto;
  height: 7.73333vw;
  width: 3.86667vw;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin: -1.2vw auto 0 6.93333vw;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__totop--arrow {
    height: 3.91892vw;
    width: 1.95946vw;
    margin: -0.60811vw auto 0 3.51351vw;
  }
}
@media only screen and (min-width: 1480px) {
  .footer-bottom__totop--arrow {
    height: 58px;
    width: 29px;
    margin: -9px auto 0 52px;
  }
}
.footer-bottom__totop--chara {
  position: relative;
  transition: all 0.5s;
  top: 0;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__totop:hover .footer-bottom__totop--chara {
    top: -0.54054vw;
  }
}
@media only screen and (min-width: 1480px) {
  .footer-bottom__totop:hover .footer-bottom__totop--chara {
    top: -8px;
  }
}
.footer-bottom__official {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  position: relative;
  z-index: 8;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__official {
    width: 300px;
    margin: 0 auto;
  }
}
.footer-bottom__official--marv {
  width: 21.06667vw;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__official--marv {
    width: 125px;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 768px) {
  .footer-bottom__official--marv:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.footer-bottom__official--hpg {
  width: 21.06667vw;
  margin-left: 4.26667vw;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__official--hpg {
    width: 116px;
    margin-left: 26px;
    transition: all 0.5s;
  }
}
@media only screen and (min-width: 768px) {
  .footer-bottom__official--hpg:hover {
    opacity: 0.7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.footer-bottom__copyright {
  font-size: 2.66667vw;
  font-weight: 400;
  text-align: center;
  margin-top: 3.33333vw;
}
@media only screen and (min-width: 768px) {
  .footer-bottom__copyright {
    font-size: 12px;
    margin-top: 15px;
  }
}

.pc-none {
  display: none;
}
@media only screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

@media only screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}
