@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

.dur {
  transition-property: all;
  transition-duration: 0.5s;
  transition-timing-function: ease;
  transition-delay: 0s;
}

.scroll-fade {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.3s;
}

.fade_on {
  opacity: 1;
  transform: translateY(0);
  transform: translateX(0);
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

body {
  word-break: break-all;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-optical-sizing: auto;
  font-style: normal;
}

section {
  padding: initial;
}

figure {
  line-height: 0;
  margin: 0;
}

ul,
ul li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ol {
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: none;
    opacity: 0.7;
  }
}

i, em {
  font-style: normal;
}

h2,
h3,
h4,
h5,
h6 {
  position: relative;
  margin-bottom: 0;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  width: 100%;
  height: auto;
}

p {
  margin-bottom: 0;
}

.contents-wrap {
  margin: 0 !important;
  position: relative;
  width: 100%;
  overflow: clip;
}

.langbar-site-change {
  display: none !important;
}
.langbar-site-change.focus {
  display: block !important;
}

.c-body {
  position: relative;
  letter-spacing: 0.05em;
}
.c-body.bg {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .c-body.bg {
    padding-bottom: 120px;
  }
}
.c-body.bg::before, .c-body.bg::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.c-body.bg::before {
  z-index: -2;
}
.c-body.bg::after {
  border-radius: 25px 25px 0 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .c-body.bg::after {
    border-radius: 50px 50px 0 0;
  }
}
.c-body .c-body-inner {
  position: relative;
  margin: 0 auto;
}
.c-body .c-body-inner.base {
  padding-top: 60px;
  padding-bottom: 60px;
  max-width: 1280px;
}
@media screen and (min-width: 768px) {
  .c-body .c-body-inner.base {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.c-body .c-body-inner.base .c-inner {
  padding: 0 20px;
}
@media screen and (min-width: 768px) {
  .c-body .c-body-inner.base .c-inner {
    padding: 0 40px;
  }
}
.c-body .c-body-inner.base.min {
  max-width: 940px;
}
.c-body .c-body-inner .contents-box-outer {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .c-body .c-body-inner .contents-box-outer {
    margin-top: 65px;
  }
}
.c-body .c-body-inner .contents-box-outer .contents-box-inner .front-box {
  margin-bottom: 25px;
}
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 15px;
  z-index: 10001;
  background: #fff;
  height: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    height: 65px;
  }
}
header #header-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (min-width: 768px) {
  header #header-inner {
    justify-content: center;
    width: 100%;
  }
}
header #header-inner #head-logo {
  position: relative;
  z-index: 11;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  header #header-inner #head-logo {
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translate(0, -50%);
  }
}
header #header-inner #head-logo a {
  display: block;
  color: #C8010B;
  font-size: 2.2rem;
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  header #header-inner #head-logo a {
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
@media screen and (min-width: 768px) {
  header #header-inner .icon-fx {
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translate(0, -50%);
  }
}
header #header-inner .icon-fx .insta {
  width: 33px;
}
header #header-inner .icon-fx .insta a {
  display: block;
}

#spNavi {
  position: fixed;
  top: 10px;
  right: 15px;
  background: #000;
  width: 46px;
  height: 46px;
  cursor: pointer;
  z-index: 10002;
}
#spNavi > div {
  width: 20px;
  height: 2px;
  background-color: #fff;
  left: 13px;
  position: relative;
  border-radius: 10px;
}
#spNavi > div.menu1 {
  top: 13px;
}
#spNavi > div.menu2 {
  top: 19px;
}
#spNavi > div.menu3 {
  top: 25px;
  width: 10px;
}
#spNavi.open > div.menu1 {
  transform: translateY(8px) rotate(-45deg);
}
#spNavi.open > div.menu2 {
  transform: translateY(0px) rotate(45deg);
}
#spNavi.open > div.menu3 {
  opacity: 0;
}
#spNavi.fixed {
  position: fixed;
}

@media screen and (max-width: 767px) {
  #menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    transition: 0.4s ease;
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (min-width: 768px) {
  #menu {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #menu.open {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 767px) {
  #menu #menu-outer {
    overflow: scroll;
    max-height: 100dvh;
    background: #000;
  }
}
@media screen and (min-width: 768px) {
  #menu #menu-outer::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #menu #menu-outer #menu-inner {
    position: relative;
    padding-top: 85px;
  }
}
#menu #menu-outer #menu-inner .nav-list {
  position: relative;
}
@media screen and (max-width: 767px) {
  #menu #menu-outer #menu-inner .nav-list {
    text-align: center;
    padding: 0 20px 60px;
  }
}
#menu #menu-outer #menu-inner .nav-list ul {
  text-align: left;
}
@media screen and (min-width: 768px) {
  #menu #menu-outer #menu-inner .nav-list ul {
    display: flex;
    flex-wrap: wrap;
  }
}
#menu #menu-outer #menu-inner .nav-list ul > li {
  position: relative;
}
#menu #menu-outer #menu-inner .nav-list ul > li > a {
  color: #000;
  font-size: 2rem;
  display: block;
  position: relative;
  line-height: 1;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  #menu #menu-outer #menu-inner .nav-list ul > li > a {
    font-size: 1.8rem;
    background: #fff;
    padding: 18px 25px;
  }
}
@media screen and (max-width: 767px) {
  #menu #menu-outer #menu-inner .nav-list ul > li > a span {
    display: block;
    position: relative;
    padding-left: 25px;
  }
}
@media screen and (max-width: 767px) {
  #menu #menu-outer #menu-inner .nav-list ul > li > a span::before {
    content: "";
    display: block;
    height: 1px;
    width: 15px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width: 768px) {
  #menu #menu-outer #menu-inner .nav-list ul > li > a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  #menu #menu-outer #menu-inner .nav-list ul > li + li {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #menu #menu-outer #menu-inner .nav-list ul > li + li {
    margin-left: 110px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 1000px) {
  #menu #menu-outer #menu-inner .nav-list ul > li + li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 767px) {
  #menu #menu-outer #menu-inner .nav-list.hidden {
    display: none;
  }
}

footer {
  background: #000;
  text-align: center;
  padding: 110px 20px 90px;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 60px 20px 25px;
  }
}
footer .ft-logo {
  max-width: 120px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  footer .ft-logo {
    max-width: 90px;
  }
}
footer .ft-logo a {
  display: block;
}
footer .ft-copy {
  text-align: center;
  background: #000;
  margin: 60px 0 0;
}
footer .ft-copy p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  footer .ft-copy p {
    font-size: 1.1rem;
  }
}

#wrapper {
  position: relative;
}
#wrapper #outer {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #wrapper #outer {
    padding-top: 65px;
  }
}
#wrapper #mv-contents .c-body-inner {
  padding-top: 0px;
}

#sponsorlogo .sponsorlogo-body {
  margin: 0 0 -40px -3%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #sponsorlogo .sponsorlogo-body {
    margin: 0 0 -30px -4%;
  }
}
#sponsorlogo .sponsorlogo-body > div a {
  display: block;
  line-height: 0;
}
#sponsorlogo .sponsorlogo-body > div a.enabled {
  opacity: 1 !important;
}
#sponsorlogo .sponsorlogo-body > div,
#sponsorlogo .sponsorlogo-body > div:nth-of-type(2n),
#sponsorlogo .sponsorlogo-body > div:nth-of-type(3n) {
  width: 22%;
  margin: 0 0 40px 3%;
}
@media screen and (max-width: 767px) {
  #sponsorlogo .sponsorlogo-body > div,
  #sponsorlogo .sponsorlogo-body > div:nth-of-type(2n),
  #sponsorlogo .sponsorlogo-body > div:nth-of-type(3n) {
    width: 46%;
    margin: 0 0 30px 4%;
  }
}
#sponsorlogo .sponsorlogo-body > div:first-child,
#sponsorlogo .sponsorlogo-body > div:nth-child(2) {
  width: calc(50% - 40px) !important;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #sponsorlogo .sponsorlogo-body > div:first-child,
  #sponsorlogo .sponsorlogo-body > div:nth-child(2) {
    width: 100% !important;
    text-align: center;
  }
}
#sponsorlogo .sponsorlogo-body > div:first-child a,
#sponsorlogo .sponsorlogo-body > div:nth-child(2) a {
  display: inline-block;
}
#sponsorlogo .sponsorlogo-body > div:first-child img,
#sponsorlogo .sponsorlogo-body > div:nth-child(2) img {
  max-width: 327px;
}
@media screen and (max-width: 767px) {
  #sponsorlogo .sponsorlogo-body > div:first-child img,
  #sponsorlogo .sponsorlogo-body > div:nth-child(2) img {
    max-width: 230px;
  }
}

#pagetop-btn {
  transition: none !important;
  height: 60px;
  width: 60px;
  position: fixed;
  right: 40px;
  bottom: 30px;
  background: #fff;
  border: solid 2px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  #pagetop-btn {
    height: 50px;
    width: 50px;
    right: 15px;
    bottom: 40px;
  }
}
#pagetop-btn .pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
  transform: translateY(20%) rotate(-45deg);
}/*# sourceMappingURL=common.css.map */