@charset "UTF-8";
.heading__fonts {
  font-weight: 700;
}

.en {
  font-family: "Orbitron", sans-serif;
}

@-webkit-keyframes kurukuru1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes kurukuru1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes kurukuru2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
@keyframes kurukuru2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*----------------------------------------
  reset
-----------------------------------------*/
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;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
}

*:before,
*:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

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

p {
  text-align: justify;
}

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;
  text-decoration: none;
}

/* 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;
  outline: 0;
}

ul,
li {
  list-style: none;
}

input[type=text],
input[type=button],
input[type=submit],
input[type=tel],
input[type=email] {
  -webkit-appearance: none;
  border: none;
  box-sizing: border-box;
}

input[type=text]:focus,
input[type=button]:focus,
input[type=submit]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: 0;
}

input[type=text]:focus:-moz-placeholder-shown, input[type=button]:focus:-moz-placeholder-shown, input[type=submit]:focus:-moz-placeholder-shown, input[type=tel]:focus:-moz-placeholder-shown, input[type=email]:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder, input[type=button]:focus:-ms-input-placeholder, input[type=submit]:focus:-ms-input-placeholder, input[type=tel]:focus:-ms-input-placeholder, input[type=email]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:placeholder-shown,
input[type=button]:focus:placeholder-shown,
input[type=submit]:focus:placeholder-shown,
input[type=tel]:focus:placeholder-shown,
input[type=email]:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #ddd;
}

input[type=text]:focus:-webkit-input-placeholder,
input[type=button]:focus:-webkit-input-placeholder,
input[type=submit]:focus:-webkit-input-placeholder,
input[type=tel]:focus:-webkit-input-placeholder,
input[type=email]:focus:-webkit-input-placeholder,
textarea:focus:-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:focus:-moz-placeholder,
input[type=button]:focus:-moz-placeholder,
input[type=submit]:focus:-moz-placeholder,
input[type=tel]:focus:-moz-placeholder,
input[type=email]:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #ddd;
}

input[type=text]:focus:-ms-input-placeholder,
input[type=button]:focus:-ms-input-placeholder,
input[type=submit]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #ddd;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

input[type=text]:-moz-placeholder-shown, input[type=email]:-moz-placeholder-shown, input[type=tel]:-moz-placeholder-shown {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder, input[type=email]:-ms-input-placeholder, input[type=tel]:-ms-input-placeholder {
  color: #ddd;
}

input[type=text]:placeholder-shown,
input[type=email]:placeholder-shown,
input[type=tel]:placeholder-shown {
  color: #ddd;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder {
  color: #ddd;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ddd;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}

textarea {
  resize: vertical;
}

textarea:-moz-placeholder-shown {
  color: #ddd;
}

textarea:-ms-input-placeholder {
  color: #ddd;
}

textarea:placeholder-shown {
  color: #ddd;
}

textarea::-moz-placeholder {
  color: #ddd;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: transparent;
  -ms-transition: 0.1s;
  transition: 0.1s;
}

input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent;
  transition: 0.1s;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
  -moz-transition: 0.1s;
  transition: 0.1s;
}

button {
  background-color: transparent;
  outline: 0;
  border: 0;
}

/*スマートフォンサイトでaタグをタップしたときにでるハイライトの色を消す*/
a {
  -webkit-tap-highlight-color: transparent;
  color: #212121;
}
@media screen and (min-width: 896px) {
  a {
    transition: 0.3s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
  a:hover {
    transition: 0.3s;
    cursor: pointer;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
  }
}

table {
  border-collapse: collapse;
  border: none;
  border-spacing: 0;
  width: 100%;
}

th,
td {
  vertical-align: middle;
  border: solid 1px #000;
  font-weight: normal;
  text-align: left;
  border: 0;
}

caption {
  text-align: left;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html,
body {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  font-display: swap;
  font-feature-settings: "palt";
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 896px) {
  body.sp_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
}

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

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

.slick-list:focus {
  outline: none !important;
}

.jp_txt {
  font-family: "Noto Sans JP", sans-serif;
}

.en_txt {
  font-family: "Orbitron", sans-serif;
}

.fadeStart .fadeblock {
  opacity: 0;
  transition: 0.5s cubic-bezier(0.08, 0.92, 0.35, 1);
}
.fadeStart .block_top {
  transform: translate(0, -50px);
}
.fadeStart .block_bottom {
  transform: translate(0, 50px);
}
.fadeStart .block_left {
  transform: translate(-50px, 0);
}
.fadeStart .block_right {
  transform: translate(50px, 0);
}
.fadeStart .block_scaleIn {
  transform: scale(0.3);
}
.fadeStart .fadeTxt {
  display: inline-block;
  transform: translate(0, 100%);
  transition: 0.5s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1);
}
.fadeStart .thumbAction {
  position: relative;
  overflow: hidden;
}
.fadeStart .thumbAction img {
  transform: scale(1.2);
  transition: 3s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1);
}
.fadeStart .thumbAction:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.75s cubic-bezier(0.08, 0.92, 0.35, 1);
}
.fadeStart .linetxt {
  position: relative;
}
.fadeStart .linetxt:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: scale(0, 1);
  transform-origin: left;
  background-color: #ff720a;
  width: 100%;
  height: 100%;
}
@-webkit-keyframes linetxt {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes linetxt {
  0% {
    transform: scale(0, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.fadeStart .linetxt .txt {
  position: relative;
  z-index: 2;
}
.fadeStart.start .fadeblock {
  opacity: 1;
}
.fadeStart.start .block_top, .fadeStart.start .block_bottom, .fadeStart.start .block_left, .fadeStart.start .block_right {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeStart.start .block_scaleIn {
  transform: scale(1);
}
.fadeStart.start .fadeTxt {
  transform: translate(0, 0);
}
.fadeStart.start .thumbAction img {
  transform: scale(1);
}
.fadeStart.start .thumbAction:before {
  transform: translate(110%, 0);
}
.fadeStart.start .linetxt:before {
  -webkit-animation: linetxt 0.3s ease-in forwards;
          animation: linetxt 0.3s ease-in forwards;
}

.svgMove_side {
  -webkit-animation: svgMoveSide 75s linear infinite;
          animation: svgMoveSide 75s linear infinite;
}
@-webkit-keyframes svgMoveSide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-150vw, 0);
  }
}
@keyframes svgMoveSide {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-150vw, 0);
  }
}

.svgMove_vertical {
  -webkit-animation: svgMoveVertical 75s linear infinite;
          animation: svgMoveVertical 75s linear infinite;
}
@-webkit-keyframes svgMoveVertical {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100vw);
  }
}
@keyframes svgMoveVertical {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, -100vw);
  }
}

.svgtxt {
  fill: transparent;
  stroke: transparent;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
}
@-webkit-keyframes svgAnimewhite {
  0% {
    stroke-dashoffset: 3000;
    stroke: #fff;
  }
  80% {
    stroke-dashoffset: 0;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #fff;
  }
}
@keyframes svgAnimewhite {
  0% {
    stroke-dashoffset: 3000;
    stroke: #fff;
  }
  80% {
    stroke-dashoffset: 0;
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #fff;
  }
}
@-webkit-keyframes svgAnimegreen {
  0% {
    stroke-dashoffset: 3000;
    stroke: #155017;
  }
  80% {
    stroke-dashoffset: 0;
    stroke: #155017;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #155017;
  }
}
@keyframes svgAnimegreen {
  0% {
    stroke-dashoffset: 3000;
    stroke: #155017;
  }
  80% {
    stroke-dashoffset: 0;
    stroke: #155017;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #155017;
  }
}
@-webkit-keyframes svgAnimeorange {
  0% {
    stroke-dashoffset: 3000;
    stroke: #ff720a;
  }
  80% {
    stroke-dashoffset: 0;
    stroke: #ff720a;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #ff720a;
  }
}
@keyframes svgAnimeorange {
  0% {
    stroke-dashoffset: 3000;
    stroke: #ff720a;
  }
  80% {
    stroke-dashoffset: 0;
    stroke: #ff720a;
  }
  100% {
    stroke-dashoffset: 0;
    stroke: #ff720a;
  }
}
.svgtxt.startSvg.white {
  -webkit-animation: svgAnimewhite 3s 0.5s forwards;
          animation: svgAnimewhite 3s 0.5s forwards;
}
.svgtxt.startSvg.green {
  -webkit-animation: svgAnimegreen 3s 0.5s forwards;
          animation: svgAnimegreen 3s 0.5s forwards;
}
.svgtxt.startSvg.orange {
  -webkit-animation: svgAnimeorange 3s 0.5s forwards;
          animation: svgAnimeorange 3s 0.5s forwards;
}

.sp {
  display: none;
}
@media screen and (max-width: 896px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
}

.coming_soon {
  display: none;
}

.opening {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  background-image: url(/img/common/loading_bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .opening {
    background-size: cover;
  }
}
@media screen and (max-width: 896px) {
  .opening {
    background-size: auto 100%;
  }
}
.opening .optxt {
  margin: auto;
}
.opening .logo {
  width: 200px;
  margin: 0 auto;
}
.opening .word {
  color: #fff;
  text-shadow: 0 0 10px rgba(255, 255, 255, 0.5), 0 0 5px rgba(200, 255, 200, 0.5);
}
@media screen and (min-width: 897px) {
  .opening .word {
    margin-top: 16px;
    font-size: 1.8rem;
    line-height: 5rem;
    height: 7rem;
    text-align: center;
  }
}
@media screen and (max-width: 896px) {
  .opening .word {
    margin-top: 12px;
    font-size: 3rem;
    line-height: 3rem;
    height: 3rem;
  }
}
.opening .word span {
  display: inline-block;
  transform: translateX(100%) scale(0.9);
  transition: transform 500ms;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .opening .word span {
    width: 30px;
  }
}
@media screen and (max-width: 896px) {
  .opening .word span {
    width: 24px;
  }
}
@media screen and (min-width: 897px) {
  .opening .word span.char5, .opening .word span.char8, .opening .word span.char9, .opening .word span.char10 {
    width: 24px;
  }
}
@media screen and (max-width: 896px) {
  .opening .word span.char5, .opening .word span.char8, .opening .word span.char9, .opening .word span.char10 {
    width: 20px;
  }
}
.opening .word .done {
  transform: translateX(0) scale(1);
}

.bnr_esport {
  position: fixed;
  z-index: 1000;
}
@media screen and (min-width: 897px) {
  .bnr_esport {
    bottom: 30px;
    right: 30px;
    width: 300px;
  }
  .bnr_esport:hover {
    opacity: 0.85;
  }
}
@media screen and (max-width: 896px) {
  .bnr_esport {
    bottom: 20px;
    right: 5%;
    width: 160px;
  }
}

.header {
  z-index: 100002;
}
@media screen and (min-width: 897px) {
  .header {
    position: relative;
  }
}
@media screen and (max-width: 896px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 0 10px 5%;
    background-color: #fff;
  }
}
@media screen and (min-width: 897px) {
  .header:before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
    background-color: #fff;
  }
}
.header .logo {
  z-index: 10001;
}
@media screen and (min-width: 897px) {
  .header .logo {
    position: fixed;
    top: 16px;
    left: 2.5%;
    max-width: 160px;
    width: 11.4vw;
  }
}
@media screen and (max-width: 896px) {
  .header .logo {
    width: 124px;
  }
}
.header .logo a {
  display: block;
}
@media screen and (max-width: 896px) {
  .header .menuBtn {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 10001;
    width: 60px;
    height: 60px;
  }
  .header .menuBtn.open .bar:first-child {
    transform: translate(-50%, -50%) rotate(-45deg);
    margin-top: 0;
  }
  .header .menuBtn.open .bar:nth-child(2) {
    transform: translate(150%, -50%);
    opacity: 0;
  }
  .header .menuBtn.open .bar:last-child {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: 0;
  }
  .header .menuBtn .bar {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 2px;
    background-color: #ff720a;
    transition: 0.5s ease;
  }
  .header .menuBtn .bar:first-child {
    margin-top: -10px;
  }
  .header .menuBtn .bar:last-child {
    margin-top: 10px;
  }
}

.nav {
  position: fixed;
  z-index: 100021;
}
@media screen and (min-width: 897px) {
  .nav {
    top: 20px;
    right: 2.5%;
  }
}
@media screen and (max-width: 896px) {
  .nav {
    overflow-y: scroll;
    top: 0;
    left: 0;
    transform: translate(100%, 0);
    z-index: 100001;
    width: 100%;
    height: 100vh;
    padding: 100px 5% 80px;
    background-color: #fff;
    transition: 0.35s ease;
  }
  .nav.open {
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 897px) {
  .nav ul {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 897px) {
  .nav li {
    margin-left: 2vw;
  }
}
@media screen and (max-width: 896px) {
  .nav li {
    margin-bottom: 40px;
  }
}
.nav .txtlink {
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 897px) {
  .nav .txtlink {
    position: relative;
  }
  .nav .txtlink:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff720a;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: 0.3s transform ease;
  }
  .nav .txtlink:hover:before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
@media screen and (min-width: 897px) {
  .nav .txtlink.white {
    color: #fff;
  }
}
.nav .btnlink {
  display: block;
  background-color: #ff720a;
  border: 1px solid #ff720a;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #ff720a;
  color: #fff;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  background-color: #ff720a;
}
@media screen and (min-width: 897px) {
  .nav .btnlink:hover {
    background-color: #fff;
    color: #ff720a;
  }
}
@media screen and (min-width: 897px) {
  .nav .btnlink {
    min-width: 130px;
    padding: 20px 10px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  .nav .btnlink {
    width: 100%;
    padding: 20px 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  #stage {
    overflow-x: hidden;
  }
}

.mvunder {
  position: relative;
}
@media screen and (min-width: 897px) {
  .mvunder {
    padding-top: 160px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 896px) {
  .mvunder {
    padding: 30vw 0 10vw;
  }
}
@media screen and (min-width: 897px) {
  .mvunder .pagettl {
    margin-left: 10vw;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .pagettl {
    margin-left: 5vw;
  }
}
.mvunder .pagettl .en {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
@media screen and (min-width: 897px) {
  .mvunder .pagettl .en {
    font-size: 6.5rem;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .pagettl .en {
    font-size: 3.8rem;
  }
}
.mvunder .pagettl .en b {
  color: #ff720a;
}
.mvunder .pagettl .jp {
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #ff720a;
}
@media screen and (min-width: 897px) {
  .mvunder .pagettl .jp {
    margin-top: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .pagettl .jp {
    margin-top: 8px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 897px) {
  .mvunder .path {
    position: absolute;
    bottom: 32px;
    right: 5vw;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .path {
    padding: 0 5%;
    margin-top: 30px;
  }
}
.mvunder .path ul {
  display: flex;
}
@media screen and (max-width: 896px) {
  .mvunder .path ul {
    justify-content: flex-end;
  }
}
.mvunder .path li:not(.mvunder .path li:last-child) {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
}
.mvunder .path li:not(.mvunder .path li:last-child):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #ff720a;
}
@media screen and (max-width: 896px) {
  .mvunder .path li {
    white-space: nowrap;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .path li.post_title {
    overflow: hidden;
  }
}
.mvunder .path a, .mvunder .path span {
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  .mvunder .path a, .mvunder .path span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 896px) {
  .mvunder .path a, .mvunder .path span {
    font-size: 1.2rem;
  }
}
.mvunder .path .current {
  color: #ff720a;
}

@media screen and (min-width: 897px) {
  .categoryarea {
    margin-left: 10vw;
    margin-right: 10vw;
  }
}
@media screen and (max-width: 896px) {
  .categoryarea {
    margin-left: 5vw;
    margin-right: 5vw;
  }
}
.categoryarea h3 {
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #ff720a;
  text-transform: uppercase;
}
.categoryarea__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.categoryarea__list li:first-child .item {
  border-width: 0 1px;
}
.categoryarea__list .item {
  display: block;
  padding: 0 20px;
  border: 1px solid #000;
  border-width: 0 1px 0 0;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1;
}
@media screen and (max-width: 896px) {
  .categoryarea__list .item {
    margin-bottom: 18px;
  }
}
.categoryarea__list .item.current {
  color: #ff720a;
}

.pagenavi {
  margin-top: 40px;
}
.pagenavi .text-sm {
  display: none;
}
.pagenavi .inline-flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .pagenavi .inline-flex {
    flex-wrap: wrap;
  }
}
.pagenavi .inline-flex.text-sm {
  display: none;
}
.pagenavi .inline-flex .items-center {
  display: block;
  border: 1px solid #dadada;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (min-width: 897px) {
  .pagenavi .inline-flex .items-center {
    width: 50px;
    height: 50px;
    margin-right: 20px;
    line-height: 48px;
  }
  .pagenavi .inline-flex .items-center:hover {
    background-color: #ff720a;
    color: #fff;
  }
}
@media screen and (max-width: 896px) {
  .pagenavi .inline-flex .items-center {
    width: 40px;
    height: 40px;
    margin-top: 16px;
    margin-right: 16px;
    line-height: 38px;
  }
}
.pagenavi .inline-flex span.items-center {
  background-color: #ff720a;
  color: #fff;
}
.pagenavi ul {
  display: flex;
  justify-content: center;
}
.pagenavi li {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  line-height: 48px;
}
.pagenavi .num {
  display: block;
  border: 1px solid #dadada;
  background-color: #fff;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  transition: 0.3s ease;
}
@media screen and (min-width: 897px) {
  .pagenavi .num:hover {
    background-color: #ff720a;
    color: #fff;
  }
}
.pagenavi .current {
  background-color: #ff720a;
  color: #fff;
}
.pagenavi .arrow {
  display: block;
  background-color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
}

.footer__contact {
  position: relative;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer__contact.start .senachan {
  transform: translate(-54%, 0);
}
@media screen and (min-width: 897px) {
  .footer__contact {
    height: 730px;
    padding-top: 170px;
    background-image: url(/img/common/bg_footer.png);
  }
}
@media screen and (max-width: 896px) {
  .footer__contact {
    height: 140vw;
    background-image: url(/img/common/sp_bg_footer.png);
  }
}
.footer__contact .txt {
  position: relative;
  left: 3%;
  max-width: 72%;
  margin: auto;
}
.footer__contact .senachan {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  transform: translate(-54%, 100%);
  transition: 0.35s 0.5s ease;
}
@media screen and (min-width: 897px) {
  .footer__contact .senachan {
    height: 94%;
  }
  .footer__contact .senachan img {
    height: 100%;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact .senachan {
    width: 100%;
    height: 100%;
  }
}
.footer__contact .contactarea {
  position: absolute;
  left: 50%;
  z-index: 3;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 897px) {
  .footer__contact .contactarea {
    bottom: 118px;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact .contactarea {
    bottom: 20px;
    width: 90%;
  }
}
@media screen and (min-width: 897px) {
  .footer__contact li {
    width: 340px;
  }
  .footer__contact li:first-child {
    margin-right: 40px;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact li:last-child {
    margin-top: 10px;
  }
}
.footer__contact a {
  display: block;
  color: #fff;
  text-align: center;
  background-image: url(/img/common/btn_deco_top.png), url(/img/common/btn_deco_bottom.png);
  background-position: center 6%, center 94%;
  background-size: 96% 5px, 96% 5px;
  background-repeat: no-repeat;
  background-color: #ff720a;
  color: #fff;
  transition: 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (min-width: 897px) {
  .footer__contact a:hover {
    background-color: #fff;
    color: #ff720a;
  }
}
@media screen and (min-width: 897px) {
  .footer__contact a:hover {
    background-image: url(/img/common/btn_deco_top_orange.png), url(/img/common/btn_deco_bottom_orange.png);
  }
}
@media screen and (min-width: 897px) {
  .footer__contact a {
    padding: 36px 0;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact a {
    padding: 18px 0;
  }
}
.footer__contact a .en {
  display: block;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 897px) {
  .footer__contact a .en {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 896px) {
  .footer__contact a .en {
    font-size: 2rem;
  }
}
.footer__contact a .jp {
  display: block;
  margin-top: 10px;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.footer__sitemap {
  padding: 40px 5vw 50px 4.3vw;
  background-color: #fff;
}
@media screen and (min-width: 897px) {
  .footer__sitemap .logo {
    width: 218px;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap .logo {
    width: 180px;
    margin: auto;
  }
}
.footer__sitemap--area {
  margin-top: 28px;
}
@media screen and (min-width: 897px) {
  .footer__sitemap--area {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__sitemap--area .sitemap {
  display: flex;
}
@media screen and (max-width: 896px) {
  .footer__sitemap--area .sitemap {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 897px) {
  .footer__sitemap--area .sitemap li {
    margin-right: 28px;
  }
}
@media screen and (max-width: 896px) {
  .footer__sitemap--area .sitemap li {
    width: 50%;
    margin-bottom: 22px;
  }
}
.footer__sitemap--area .sitemap a {
  display: block;
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}
@media screen and (min-width: 897px) {
  .footer__sitemap--area .sitemap a {
    position: relative;
  }
  .footer__sitemap--area .sitemap a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ff720a;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: 0.3s transform ease;
  }
  .footer__sitemap--area .sitemap a:hover:before {
    transform: scale(1, 1);
    transform-origin: left top;
  }
}
.footer__sitemap--area .snsarea {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 896px) {
  .footer__sitemap--area .snsarea {
    justify-content: center;
    margin: 18px 0;
  }
}
.footer__sitemap--area .snsarea li {
  width: 26px;
}
.footer__sitemap--area .snsarea li:first-child {
  margin-right: 20px;
}
.footer__copyright {
  padding: 12px 0;
  background-color: #ff720a;
}
.footer__copyright p {
  text-align: center;
}
.footer__copyright small {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}

.contact {
  background-color: #f8f7f3;
}
@media screen and (min-width: 897px) {
  .contact {
    padding: 120px 0;
  }
}
@media screen and (max-width: 896px) {
  .contact {
    padding: 60px 0 90px;
  }
}
@media screen and (min-width: 897px) {
  .contact__leadarea {
    margin-left: 15vw;
    margin-right: 15vw;
  }
}
@media screen and (max-width: 896px) {
  .contact__leadarea {
    margin-left: 5%;
    margin-right: 5%;
  }
}
.contact__leadarea span {
  display: inline-block;
  padding: 4px 8px 6px;
  margin-top: 6px;
  background-color: #fff;
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  .contact__leadarea span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 896px) {
  .contact__leadarea span {
    font-size: 2rem;
  }
}
@media screen and (min-width: 897px) {
  .contact__form {
    margin-top: 50px;
    margin-left: 15vw;
    margin-right: 15vw;
  }
}
@media screen and (max-width: 896px) {
  .contact__form {
    margin-top: 30px;
    margin-left: 5%;
    margin-right: 5%;
  }
}
.contact__form dl {
  padding: 50px 0;
  border-top: 1px solid #000;
}
.contact__form dl:last-child {
  border-bottom: 1px solid #000;
}
.contact__form dl dt {
  position: relative;
  font-weight: 700;
}
@media screen and (min-width: 897px) {
  .contact__form dl dt {
    padding: 0 5vw;
    font-size: 2rem;
  }
}
@media screen and (max-width: 896px) {
  .contact__form dl dt {
    padding: 0 0 0 48px;
    font-size: 1.6rem;
  }
}
.contact__form dl dt:before {
  content: attr(data-num);
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Orbitron", sans-serif;
  font-weight: 700;
  color: #c5c4c1;
}
@media screen and (min-width: 897px) {
  .contact__form dl dt:before {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 896px) {
  .contact__form dl dt:before {
    font-size: 2rem;
  }
}
.contact__form dl dd {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 897px) {
  .contact__form dl dd {
    padding: 0 5vw;
    margin-top: 30px;
  }
}
@media screen and (max-width: 896px) {
  .contact__form dl dd {
    margin-top: 24px;
  }
}
.contact__form dl dd li:not(.contact__form dl dd li:first-child) {
  margin-top: 20px;
}
.contact__form dl dd .text {
  width: 100%;
  padding: 18px 10px;
  background-color: #fff;
  border: 1px solid #c5c4c1;
  font-size: 1.6rem;
}
.contact__form dl dd .textarea {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #c5c4c1;
  font-size: 1.6rem;
}
@media screen and (min-width: 897px) {
  .contact__form dl dd .textarea {
    height: 250px;
    min-height: 250px;
    max-height: 250px;
  }
}
@media screen and (max-width: 896px) {
  .contact__form dl dd .textarea {
    height: 200px;
    min-height: 200px;
    max-height: 200px;
  }
}
.contact__form dl dd .err_required {
  color: red;
}
.contact__form .checkbtn {
  display: none;
}
.contact__form .checkbtn:checked + .item:before {
  background-color: #ff720a;
}
.contact__form .checkbtn:checked + .item:after {
  opacity: 1;
}
.contact__form .item {
  position: relative;
  display: block;
  padding-left: 40px;
  font-size: 1.6rem;
}
.contact__form .item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  background-color: #cdcdcd;
  border: 1px solid #c0c0c0;
  transition: 0.3s ease;
}
.contact__form .item:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 22px;
  height: 22px;
  background-image: url(/img/contact/icon_check.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px;
  transition: 0.3s ease;
  opacity: 0;
}
.contact__form .invalid-feedback strong {
  font-size: 1.6rem;
  color: red;
}
.contact__form .txt {
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.06em;
}
@media screen and (min-width: 897px) {
  .contact__form .txt {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 896px) {
  .contact__form .txt {
    font-size: 1.4rem;
  }
}
.contact__form .txt .item {
  display: inline-block;
}
.contact__form .policytxt {
  margin-top: 42px;
  text-align: center;
}
.contact__form .policytxt a {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-decoration: underline;
}
@media screen and (min-width: 897px) {
  .contact__form .confirmarea {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (min-width: 897px) {
  .contact__form .confirmarea li {
    width: 360px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 896px) {
  .contact__form .confirmarea li.submit {
    margin-top: 20px;
  }
}
.contact__form .confirmarea li .correction {
  display: block;
  width: 100%;
  background-color: #666;
  border: 1px solid #666;
  background-image: url(/img/common/btn_deco_top.png), url(/img/common/btn_deco_bottom.png);
  background-position: center 6%, center 94%;
  background-size: 96% 5px, 96% 5px;
  background-repeat: no-repeat;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .contact__form .confirmarea li .correction {
    padding: 36px 0;
    font-size: 2.4rem;
  }
  .contact__form .confirmarea li .correction:hover {
    background-color: #fff;
    color: #666;
  }
}
@media screen and (max-width: 896px) {
  .contact__form .confirmarea li .correction {
    padding: 24px 0;
    font-size: 2rem;
  }
}
.contact__form .privacybtn {
  text-decoration: underline;
}
@media screen and (min-width: 897px) {
  .contact__form .submit {
    width: 540px;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 896px) {
  .contact__form .submit {
    width: 100%;
    margin: 30px auto 0;
  }
}
.contact__form .submit .submitbtn {
  display: block;
  width: 100%;
  background-color: #ff720a;
  border: 1px solid #ff720a;
  background-image: url(/img/common/btn_deco_top.png), url(/img/common/btn_deco_bottom.png);
  background-position: center 6%, center 94%;
  background-size: 96% 5px, 96% 5px;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .contact__form .submit .submitbtn {
    padding: 36px 0;
    font-size: 2.4rem;
    line-height: 1;
    transition: 0.35s ease;
  }
  .contact__form .submit .submitbtn:hover {
    cursor: pointer;
    background-color: #fff;
    color: #ff720a;
  }
}
@media screen and (max-width: 896px) {
  .contact__form .submit .submitbtn {
    padding: 24px 0;
    font-size: 2rem;
  }
}
.contact__form .submit .submitbtn.disabled {
  pointer-events: none;
  opacity: 0.4;
  filter: grayscale(1);
}
.contact__thanks--content {
  max-width: 980px;
  margin: auto;
  background-color: #fff;
}
@media screen and (min-width: 897px) {
  .contact__thanks--content {
    padding: 60px;
  }
}
@media screen and (max-width: 896px) {
  .contact__thanks--content {
    padding: 40px 5%;
  }
}
.contact__thanks--content h3 {
  font-size: 4.2rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-align: center;
}
.contact__thanks--content .txt {
  margin-top: 20px;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.75;
  text-align: center;
}
.contact__thanks--content .topback {
  display: block;
  background-color: #ff720a;
  border: 1px solid #ff720a;
  background-image: url(/img/common/btn_deco_top.png), url(/img/common/btn_deco_bottom.png);
  background-position: center 6%, center 94%;
  background-size: 96% 5px, 96% 5px;
  background-repeat: no-repeat;
  font-weight: 700;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 897px) {
  .contact__thanks--content .topback {
    width: 320px;
    padding: 36px 0;
    margin: 30px auto 0;
    font-size: 2.4rem;
  }
  .contact__thanks--content .topback:hover {
    background-color: #fff;
    color: #ff720a;
  }
}
@media screen and (max-width: 896px) {
  .contact__thanks--content .topback {
    width: 90%;
    padding: 24px 0;
    margin: 24px auto 0;
    font-size: 1.8rem;
  }
}
