@charset "UTF-8";

/* ----------------------------------------
  BROWSER RESET
---------------------------------------- */
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, font, img, ins, kbd, q, s, samp,
small, strike, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

header, main, footer, nav, article, section, aside, figure {
  width: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
}

iframe {
  width: 100%;
  vertical-align: bottom;
  filter: grayscale(1);
}

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

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.grid {
  position: fixed;
  top: 0;
  height: 100vw;
  border-right: 1px solid #eee;
  width: 1px;
  z-index: 999;
}

.grid1 {
  left: 0;
}

.grid2 {
  left: 6.25vw;
}

.grid3 {
  left: 12.5vw;
}

.grid4 {
  left: 18.75vw;
}

.grid5 {
  left: 25vw;
}

.grid6 {
  left: 31.25vw;
}

.grid7 {
  left: 37.5vw;
}

.grid8 {
  left: 43.75vw;
}

.grid9 {
  left: 50vw;
}

.grid10 {
  left: 56.25vw;
}

.grid11 {
  left: 62.5vw;
}

.grid12 {
  left: 68.75vw;
}

.grid13 {
  left: 75vw;
}

.grid14 {
  left: 81.25vw;
}

.grid15 {
  left: 87.5vw;
}

.grid16 {
  left: 93.75vw;
}

body {
  font-family: Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 2;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  word-break: normal;
  word-wrap: break-word;
}
@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
  }
}

a {
  color: #ff8a15;
  outline: none;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}
a::-moz-focus-inner {
  border: none;
}
a:hover {
  color: #000;
}

* {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

:focus {
  -moz-outline-style: none;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

input {
  vertical-align: middle;
}

input[type="text"],
input[type="search"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type=date],
input[type="number"],
textarea {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background: #fff;
  width: 100%;
  font-size: 18px;
  border: 1px solid #eee;
  background: #f5f8f9;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 1441px) {
  input[type="text"],
  input[type="search"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  input[type=date],
  input[type="number"],
  textarea {
    font-size: 14px;
  }
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
textarea {
  padding: 25px 20px;
}
@media screen and (max-width: 1200px) {
  input[type="text"],
  input[type="password"],
  input[type="email"],
  input[type="tel"],
  textarea {
    padding: 20px;
  }
}

textarea:focus,
input:focus,
input[type]:focus {
  outline: 0;
  box-shadow: none;
  border: 1px solid #ff8a15;
  background-color: #ffffff;
}

select {
  background: #fff;
  width: 100%;
  border: 1px solid #eee;
  color: #666;
  cursor: pointer;
  z-index: 100;
  height: 60px;
  padding: 15px;
  font-size: 14px;
}

textarea {
  height: 300px;
  display: block;
}

button, input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  cursor: pointer;
  font-size: 16px;
}

::placeholder {
  color: #ccc;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + span {
  position: relative;
  -webkit-appearance: none;
  border: 1px solid #eee;
  width: 100%;
  font-size: 16px;
  padding: 20px 30px 20px 60px;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s ease-in-out;
}
input[type="checkbox"] + span:first-child {
  margin-top: 0;
}
input[type="checkbox"] + span:hover {
  background: #f5f8f9;
}
@media screen and (max-width: 1200px) {
  input[type="checkbox"] + span {
    padding: 10px 30px 10px 60px;
  }
}
input[type="checkbox"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 15px;
  width: 30px;
  height: 30px;
  border: 1px solid #eee;
  background: #fff;
  border-radius: 100px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
input[type="checkbox"] + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 21px;
  width: 7px;
  height: 14px;
  border-bottom: 3px solid #eee;
  border-right: 3px solid #eee;
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  margin-top: -2px;
}
input[type="checkbox"]:checked + span {
  background: #f5f8f9;
}
input[type="checkbox"]:checked + span::before {
  border: 1px solid #33cc66;
  background: #33cc66;
}
input[type="checkbox"]:checked + span::after {
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}
@media screen and (max-width: 960px) {
  input[type="checkbox"] + span {
    font-size: 14px;
  }
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + span {
  position: relative;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 20px 0 40px;
  background: #fff;
  cursor: pointer;
  display: inline-block;
  color: #999;
}
input[type="radio"] + span:first-child {
  margin-top: 0;
}
input[type="radio"] + span::before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  width: 26px;
  height: 26px;
  border: 1px solid #eee;
  border-radius: 50%;
}
input[type="radio"]:checked + span {
  color: #000;
}
input[type="radio"]:checked + span::after {
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 6px;
  width: 14px;
  height: 14px;
  background: #000;
  border-radius: 50%;
}

.checkbox_list {
  margin-top: -20px;
}
.checkbox_item {
  display: inline-block;
  margin: 20px 20px 0 0;
}
@media screen and (max-width: 767px) {
  .checkbox_item {
    display: block;
    margin: 10px 0 0 0;
  }
}

.l-header {
  position: fixed;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2.5%;
  top: 0;
  height: 120px;
  transition: 0.2s ease-in-out;
}
.l-header_logo {
  display: flex;
  align-items: center;
}
.l-header_logo a {
  display: block;
  width: 120px;
/*  height: 32px;*/
  margin-right: 20px;
}
.l-header_logo a:hover {
  opacity: 0.6;
}
.l-header_logo ._logo-black{}
.l-header_logo ._logo-white{
  display: none;
}
.l-header_logo span {
  font-size: 13px;
  padding-top: 4px;
  line-height: 1.6;
  white-space: nowrap;
}
.l-header_logo span br {
  display: none;
}
.l-header_hamburger {
  display: none !important;
}
@media screen and (max-width: 1441px) {
  .l-header {
    height: 100px;
    padding: 0 2.5%;
  }
  .l-header_logo a {
    width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header {
    padding: 0 20px;
  }
  .l-header_logo a {
    width: 90px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 960px) {
  .l-header {
    height: 80px;
  }
  .l-header_logo {
    margin: auto;
  }
  .l-header_logo a {
    margin-right: 0;
  }
  .l-header_logo span {
    display: none;
  }
  .l-header_hamburger {
    display: flex !important;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 2.5vw;
    z-index: 9999;
  }
  .l-header .hamburger-inner,
  .l-header .hamburger-inner::before,
  .l-header .hamburger-inner::after {
    background-color: #fff !important;
  }
}
@media screen and (max-width: 767px) {
  .l-header_logo ._logo-black{
    display: none;
  }
  .l-header_logo ._logo-white{
    display: block;
  }
}
.l-gnav_item a {
  color: #000;
}

.l-header .l-gnav {
  position: relative;
}
.l-header .l-gnav_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  white-space: nowrap;
}
.l-header .l-gnav_item {
  position: relative;
  text-align: center;
  margin-left: 35px;
}
.l-header .l-gnav_item:hover > a + .l-gnav_child {
  opacity: 1;
  visibility: visible;
}
.l-header .l-gnav_item > a {
  font-weight: bold;
  display: flex;
  position: relative;
  height: 80px;
  align-items: center;
  transition: 0.2s ease-in-out;
}
.l-header .l-gnav_item > a i.fa-sort-down {
  margin-left: 5px;
  position: relative;
  top: -5px;
}
.l-header .l-gnav_item > a:after {
  content: "";
  height: 12px;
  width: 12px;
  border-radius: 100%;
  display: block;
  position: absolute;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transition: 0.4s ease-in-out;
}
.l-header .l-gnav_item > a:hover {
  opacity: 0.6;
}
.l-header .l-gnav_item > a:hover:after {
  background: #000;
}
.l-header .l-gnav_item._gnav-current a:after {
  background: #000;
}
.l-header .l-gnav_child {
  background: #fff;
  position: absolute;
  text-align: left;
  overflow: hidden;
  min-width: 100%;
  z-index: 1;
  left: 0;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s ease-in-out;
}
.l-header .l-gnav_child_item + .l-gnav_child_item a {
  border-top: 1px solid #eee;
}
.l-header .l-gnav_child_item a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  padding: 15px 20px;
  display: block;
  white-space: nowrap;
}
.l-header .l-gnav_child_item a:hover {
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
}
@media screen and (max-width: 1441px) {
  .l-header .l-gnav_item {
    margin-left: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header .l-gnav_item {
    margin-left: 1.3vw;
    font-size: 13px;
  }
}
@media screen and (max-width: 960px) {
  .l-header .l-gnav {
    display: none;
  }
}
.l-header .l-gnav_contact a {
  display: inline;
  text-align: center;
  padding: 20px 30px;
  font-size: 14px;
  width: 100%;
  background: #000;
  font-weight: bold;
  color: #fff;
  align-items: center;
  justify-content: center;
  position: relative;
}
.l-header .l-gnav_contact a i {
  margin-right: 10px;
}
.l-header .l-gnav_contact a span {
  position: relative;
  z-index: 3;
}
.l-header .l-gnav_contact a:before {
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
}
.l-header .l-gnav_contact a:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #000;
  border-radius: none;
  width: 100%;
  height: 100%;
  border-radius: 0;
  transform: none;
}
.l-header .l-gnav_contact a:hover {
  color: #fff;
  opacity: 1.0;
}
.l-header .l-gnav_contact a:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
@media screen and (max-width: 1441px) {
  .l-header .l-gnav_contact a {
    font-size: 13px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1200px) {
  .l-header .l-gnav_contact a {
    font-size: 13px;
    padding: 15px;
  }
}

#mm-js-mmenu .l-gnav_item a i.fa-sort-down {
  display: none;
}

.l-main {
  position: relative;
}

.l-sec {
  padding: 10vw 0;
  background: #fff;
}
.l-sec_inner {
  padding: 0 15%;
}
.l-sec_inner > *:first-child {
  margin-top: 0 !important;
}
@media screen and (max-width: 1441px) {
  .l-sec_inner {
    padding: 0 12%;
  }
}
@media screen and (max-width: 1200px) {
  .l-sec_inner {
    padding: 0 10%;
  }
}
@media screen and (max-width: 960px) {
  .l-sec_inner {
    padding: 0 8%;
  }
}
@media screen and (max-width: 767px) {
  .l-sec_inner {
    padding: 0 5%;
  }
}
.l-sec-full {
  padding: 0 15% 10vw 15%;
}
.l-sec-full_ttl {
  margin-bottom: 3vw;
}
@media screen and (max-width: 1441px) {
  .l-sec-full {
    padding: 0 12% 10vw 12%;
  }
}
@media screen and (max-width: 1200px) {
  .l-sec-full {
    padding: 0 10% 10vw 10%;
  }
}
@media screen and (max-width: 960px) {
  .l-sec-full {
    padding: 0;
  }
  .l-sec-full_ttl {
    margin-bottom: 0;
    padding: 5%;
    border-bottom: 1px solid #6e6e6e;
    border-top: 1px solid #6e6e6e;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

.l-contact {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-contact {
    display: block;
  }
}
.l-contact_ttl span {
  font-size: 16px;
  font-weight: bold;
}
.l-contact-btn {
  display: block;
  width: 100%;
  padding: 0.8em 1rem 0.8em 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  position: relative;
  border: 1px solid #fff;
}
.l-contact-btn_icon, .l-contact-btn_ja, .l-contact-btn_en {
  position: relative;
  z-index: 3;
}
.l-contact-btn_icon {
  font-family: "Font Awesome 5 Pro";
  font-size: 24px;
  font-weight: 100;
  content: "\f0e0";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.l-contact-btn_en {
  display: block;
  font-size: 12px;
  letter-spacing: 1.2px;
  color: #ff8a15;
  font-family: "Montserrat", sans-serif;
  align-items: center;
}
.l-contact-btn_en i {
  margin-left: 10px;
}
.l-contact-btn:before {
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
}
.l-contact-btn:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
}
.l-contact-btn:hover {
  color: #fff;
}
.l-contact-btn:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.l-contact-btn:hover .l-contact-btn_ja,
.l-contact-btn:hover .l-contact-btn_en {
  color: #fff;
}
@media screen and (max-width: 1441px) {
  .l-contact-btn {
    padding: 1.4em 3.8rem;
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .l-contact-btn {
    padding: 15px 20px;
    min-width: 270px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact-btn {
    padding: 1em 3.8rem;
    min-width: 240px;
    font-size: 14px;
  }
}
.l-contact-content {
  width: 100%;
  position: relative;
  background: url(../images/common/bg_l-contact.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-contact-content_inner {
  color: #fff;
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 10vw 6.25vw;
}
.l-contact-content_txt {
  font-size: 18px;
}
.l-contact-content_desc {
  margin-bottom: 1.5vw;
}
.l-contact-content_btn {
  display: flex;
  justify-content: center;
  margin-top: 2vw;
}
.l-contact-content_btn li {
  margin: 0 20px;
}
.l-contact-content_tel {
  margin-top: 2vw;
  font-family: "Oswald", sans-serif;
  font-size: 2vw;
}
.l-contact-content_tel a {
  color: #fff;
}
.l-contact-content_tel a:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  content: "\f879";
  color: #fff;
  margin-right: 10px;
  position: relative;
  top: -2px;
}
.l-contact-content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 960px) {
  .l-contact-content_tel {
    margin-top: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .l-contact-content_txt {
    font-size: 14px;
    max-width: 320px;
  }
  .l-contact-content_desc {
    text-align: center;
  }
  .l-contact-content_desc br {
    display: none;
  }
  .l-contact-content_btn {
    display: block;
    margin-top: 20px;
  }
  .l-contact-content_btn li {
    margin: 0 0 20px;
  }
}

@keyframes key-in {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@keyframes key-out {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
.l-scroll {
  width: 10%;
  position: absolute;
  right: 0;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.l-scroll_link {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  margin-top: -25px;
}
.l-scroll_link:hover .l-contact-scroll_btn {
  animation: key-in 0.3s forwards;
  margin-bottom: 20px;
}
.l-scroll_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border: 1px solid #fff;
  background: #000;
  width: 60px;
  height: 60px;
  border-radius: 1000px;
  margin-bottom: 15px;
  transition: 0.2s ease-in-out;
  animation: key-out 0.3s forwards;
  color: #fff;
}
.l-scroll:after {
  content: "";
  background: #000;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 1441px) {
  .l-scroll_btn {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .l-scroll {
    z-index: 1;
    width: 100%;
    justify-content: flex-end;
    right: 25px;
  }
  .l-scroll:after {
    content: none;
  }
}

.l-footer {
  position: relative;
  padding: 0 12.5vw;
  border-top: 1px solid #eee;
}
.l-footer_ttl {
  font-weight: bold;
}
.l-footer-main {
  display: flex;
  justify-content: space-between;
  padding: 6vw 0;
}
.l-footer-info {
  position: relative;
}
.l-footer-info_logo {
  display: block;
  width: 220px;
/*  height: 32px;*/
  margin-bottom: 5px;
}
.l-footer-info_disc {
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 5px;
}
.l-footer-access {
  position: relative;
}
.l-footer-time {
  position: relative;
}
.l-footer-banner {
  width: 12.5vw;
  min-width: 240px;
  line-height: 1.4;
}
.l-footer-banner_item + .l-footer-banner_item {
  margin-top: 20px;
}
.l-footer-banner a {
  display: block;
}
.l-footer-banner a figure {
  border: 1px solid #eee;
  margin-bottom: 5px;
}
.l-footer-banner a span {
  font-size: 12px;
  color: #999;
}
.l-footer_copy {
  font-size: 12px;
  color: #ccc;
  padding: 20px 0;
}
@media screen and (max-width: 1441px) {
  .l-footer {
    font-size: 14px;
    padding: 0 6.25vw;
  }
  .l-footer-main_logo {
    width: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .l-footer-main {
    flex-wrap: wrap;
  }
  .l-footer-info {
    width: 30vw;
    padding-right: 2.5vw;
    margin-right: 2.5vw;
  }
  .l-footer-info:after {
    content: '';
    width: 1px;
    display: block;
    background: #eee;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
  .l-footer-access {
    width: 30vw;
    padding-right: 2.5vw;
    margin-right: 2.5vw;
  }
  .l-footer-access:after {
    content: '';
    width: 1px;
    display: block;
    background: #eee;
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
  }
  .l-footer-time {
    width: 20vw;
  }
  .l-footer-banner {
    flex-wrap: wrap;
    width: 100%;
    margin-top: 6vw;
  }
  .l-footer-banner_list {
    width: 500px;
    display: flex;
    align-items: start;
  }
  .l-footer-banner_item {
    margin: 0 20px 0 0 !important;
  }
}
@media screen and (max-width: 960px) {
  .l-footer-main {
    display: block;
    padding: 40px 0 0 0;
  }
  .l-footer-info {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .l-footer-info:after {
    display: none;
  }
  .l-footer-info_logo {
    width: 90px;
  }
  .l-footer-access {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .l-footer-access:after {
    display: none;
  }
  .l-footer-time {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
  }
  .l-footer-banner {
    width: 100%;
    margin-top: 6vw;
  }
  .l-footer-banner_list {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: 0 auto;
  }
  .l-footer-banner_item {
    margin: 0 0 20px 0 !important;
  }
}
.l-footer-sns{
  display: flex;
  margin-top: 8px;
}
.l-footer-sns a{
  display: block;
  margin-right: 8px;
  color: #000;
}
.l-footer-sns a:hover{
  color: #ff8a15;
}
.l-footer-sns i{
  font-size: 26px;
}
.m-mv {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 120px;
}
@media screen and (max-width: 960px) {
  .m-mv {
    padding-top: 80px;
  }
}
.m-mv:after {
  content: '';
  position: absolute;
  width: 81.25vw;
  height: 90%;
  left: 0;
  top: 0;
  background: linear-gradient(-90deg, #ffcc33, #ff9933);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .m-mv:after {
    height: 80px;
  }
}
.m-mv_inner {
  position: relative;
}
.m-mv_ttl {
  position: absolute;
  top: 50%;
  left: 12.5vw;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-family: "Oswald", sans-serif;
  font-size: max(3vw, 100px);
  line-height: max(3vw, 80px);
  z-index: 2;
}
.m-mv_ttl span {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 1441px) {
  .m-mv_ttl {
    font-size: max(3vw, 80px);
    line-height: max(3vw, 60px);
  }
}
@media screen and (max-width: 1200px) {
  .m-mv_ttl {
    font-size: max(3vw, 60px);
    line-height: max(3vw, 50px);
  }
  .m-mv_ttl span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .m-mv_ttl {
    font-size: min(10vw, 70px);
    line-height: min(10vw, 50px);
    position: relative;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    padding-top: 3vw;
  }
  .m-mv_ttl:after {
    content: '';
    position: absolute;
    width: 81.25vw;
    height: 38%;
    left: -12.5vw;
    top: 0;
    background: linear-gradient(-90deg, #ffcc33, #ff9933);
    z-index: -1;
  }
}
.m-mv_visual {
  width: 81.25vw;
  position: relative;
  z-index: 1;
  left: 18.75vw;
  overflow: hidden;
}
.m-mv_visual img {
  width: 100%;
  max-width: 1760px;
}
@media screen and (max-width: 767px) {
  .m-mv_visual {
    width: 100%;
    padding-left: 12.5vw;
    left: 0;
    background: linear-gradient(-90deg, #ffcc33, #ff9933);
  }
}
.m-mv .m-mv_scroll {
  display: none;
}
.m-mv_scroll {
  padding-bottom: 110px;
  left: 5.5vw;
  position: absolute;
  bottom: 0;
  z-index: 3;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  transition: .8s;
}
.m-mv_scroll-txt {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  letter-spacing: .1em;
  color: #000;
}
.m-mv_scroll-bar {
  right: 15px;
  height: 100px;
  width: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  transition: .8s;
}
.m-mv_scroll-bar:before {
  display: block;
  content: "";
  background-color: #000;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  animation: key-vertical 2s infinite;
}
.m-mv_scroll:hover {
  padding-bottom: 90px;
}
.m-mv_scroll:hover .m-mv_scroll-bar {
  height: 80px;
}
@media screen and (max-width: 1441px) {
  .m-mv_scroll {
    padding-bottom: 90px;
  }
  .m-mv_scroll-txt {
    font-size: 12px;
  }
  .m-mv_scroll-bar {
    height: 70px;
  }
  .m-mv_scroll:hover {
    padding-bottom: 80px;
  }
  .m-mv_scroll:hover .m-mv_scroll-bar {
    height: 60px;
  }
}
@media screen and (max-width: 767px) {
  .m-mv_scroll {
    padding-bottom: 60px;
  }
  .m-mv_scroll-bar {
    right: 12px;
    height: 50px;
  }
  .m-mv_scroll:hover {
    padding-bottom: 50px;
  }
  .m-mv_scroll:hover .m-mv_scroll-bar {
    height: 40px;
  }
}

.m-pv {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin-top: 120px;
}
@media screen and (max-width: 1441px) {
  .m-pv {
    margin-top: 100px;
  }
}

@media screen and (max-width: 960px) {
  .m-pv {
    margin-top: 0;
    padding-top: 80px;
  }
}

@keyframes key-vertical {
  0% {
    animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transform: scaleY(0) translateY(0);
  }
  50% {
    transform: scaleY(1) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(100%);
  }
}
.mm-wrapper_opened .m-btn-hamburger .m-btn-hamburger_inner span {
  top: 50%;
}
.mm-wrapper_opened .m-btn-hamburger .m-btn-hamburger_inner span:first-child {
  transform: rotate(45deg);
}
.mm-wrapper_opened .m-btn-hamburger .m-btn-hamburger_inner span:nth-child(2) {
  display: none;
}
.mm-wrapper_opened .m-btn-hamburger .m-btn-hamburger_inner span:last-child {
  width: 28px;
  transform: rotate(-45deg);
}

.m-btn_inner {
  position: relative;
  z-index: 3;
}
.m-btn-hamburger {
  display: flex;
}
.m-btn-hamburger_inner {
  width: 28px;
  height: 20px;
  display: block;
  position: relative;
}
.m-btn-hamburger_inner span {
  content: "";
  display: block;
  width: 28px;
  height: 1px;
  position: absolute;
  transition: 0.2s ease-in-out;
  overflow: hidden;
}
.m-btn-hamburger_inner span:before {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  transform-origin: 0 0;
}
.m-btn-hamburger_inner span:after {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  transform-origin: 0 0;
  transition: 0.2s ease-in-out;
}
.m-btn-hamburger_inner span:first-child {
  top: 0;
}
.m-btn-hamburger_inner span:first-child:before {
  animation: key-horizontal 2s infinite;
}
.m-btn-hamburger_inner span:nth-child(2) {
  top: 50%;
}
.m-btn-hamburger_inner span:nth-child(2):before {
  animation: key-horizontal 2s infinite;
}
.m-btn-hamburger_inner span:last-child {
  right: 0;
  bottom: 0;
}
.m-btn-hamburger_inner span:last-child:before {
  animation: key-horizontal 2s infinite;
}
.m-btn-block {
  display: flex;
  width: 100%;
  padding: 10px 15px;
  background: #000;
  font-weight: bold;
  color: #fff;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  position: relative;
}
.m-btn-block .m-btn_inner:after {
  color: #ff8a15;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f054";
  font-size: 12px;
  padding-left: 10px;
}
.m-btn-block:before {
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
}
.m-btn-block:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #000;
}
.m-btn-block:hover {
  color: #fff;
}
.m-btn-block:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.m-btn-block:hover .m-btn_inner:after {
  color: #fff;
}
.m-btn-back {
  display: flex;
  width: 100%;
  padding: 10px 15px;
  background: #fff;
  font-weight: bold;
  color: #000;
  text-align: center;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  outline: 1px solid #000;
  position: relative;
}
.m-btn-back .m-btn_inner:before {
  color: #000;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f053";
  font-size: 12px;
  padding-right: 10px;
}
.m-btn-back:before {
  background: #eee;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: '';
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .4s;
}
.m-btn-back:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background: #fff;
}
.m-btn-back:hover {
  color: #000;
}
.m-btn-back:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.m-btn-back:hover .m-btn_inner:after {
  color: #000;
}
.m-btn-more {
  font-size: 18px;
  font-weight: bold;
  font-family: "Oswald", sans-serif;
  color: #000;
}
.m-btn-more span {
  border-bottom: 3px solid #000;
  padding-bottom: 6px;
}
.m-btn-more:after {
  content: "→";
  padding-left: 10px;
  position: relative;
  right: 0;
  transition: 0.2s ease-in-out;
}
.m-btn-more:hover:after {
  right: -10px;
}
.m-btn-circle {
  display: flex;
  align-items: center;
  position: relative;
  min-width: 200px;
  min-height: 200px;
  width: 9vw;
  height: 9vw;
  border: 2px solid #fff;
  border-radius: 100%;
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
  transition: 0.6s ease-in-out;
}
.m-btn-circle_txt {
  margin: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.m-btn-circle_en {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.m-btn-circle_icon {
  font-size: 2.5vw;
  line-height: 1;
}
.m-btn-circle_ja {
  font-weight: bold;
  line-height: 1.4;
}
.m-btn-circle:hover {
  transform: scale(1.1);
  /* 拡大 */
  color: #fff;
}
@media screen and (max-width: 1441px) {
  .m-btn-circle {
    min-width: 150px;
    min-height: 150px;
  }
  .m-btn-circle_en, .m-btn-circle_ja {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .m-btn-circle_icon {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .m-btn-circle {
    min-width: 140px;
    min-height: 140px;
  }
  .m-btn-hamburger_inner span:before {
    background: #fff;
  }
  .m-btn-hamburger_inner span:after {
    background: #fff;
  }

}

._btn-black {
  background: #000;
  border: none;
}
._btn-black:hover {
  background: #333;
}

._btn-primary {
  color: #ff8a15;
}

.m-list-circle li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.m-list-circle li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  font-size: 80%;
  content: "●";
  color: #000;
  margin-right: 5px;
}
.m-list-check li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.m-list-check li:before {
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f058";
  color: #ff8a15;
  margin-right: 5px;
}

.m-txt_bold {
  font-weight: bold;
}
.m-txt_primary {
  color: #ff8a15;
}
.m-txt_note {
  margin: 20px 0;
}
.m-txt_red {
  color: red !important;
}
.m-txt_red * {
  color: red !important;
}

.m-link_external:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f08e";
  font-size: 12px;
  padding: 0 5px;
}

.m-head {
  margin-bottom: 1.5vw;
}
.m-head._m-head-center {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .m-head._m-head-center br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .m-head {
    margin-bottom: 20px;
  }
}

.m-ttl_xl, .m-ttl_lg, .m-ttl_md, .m-ttl_sm {
  font-family: "Oswald", sans-serif;
}
.m-ttl_xl span, .m-ttl_lg span, .m-ttl_md span, .m-ttl_sm span {
  display: block;
}

.m-ttl_caption {
  font-weight: bold;
  text-align: center;
  font-family: Helvetica, Arial, Verdana, "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", "YuGothic", "ＭＳ Ｐゴシック", sans-serif;
  padding: 0 6.25vw;
}
.m-ttl_caption:after {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  background: #ff8a15;
  margin: 15px auto 20px auto;
}
.m-ttl_xl {
  font-size: 2.5vw;
  line-height: 1.4;
}
.m-ttl_lg {
  font-size: 1.5vw;
  line-height: 1.4;
  margin-bottom: 10px;
}
.m-ttl_md {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.m-ttl_sm {
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 1441px) {
  .m-ttl_md {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 960px) {
  .m-ttl_xl {
    font-size: 40px;
  }
  .m-ttl_lg {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .m-ttl_xl {
    font-size: 30px;
  }
  .m-ttl_xl br {
    display: none;
  }
  .m-ttl_lg {
    font-size: 24px;
  }
  .m-ttl_lg br {
    display: none;
  }
  .m-ttl_md {
    font-size: 18px;
  }
  .m-ttl_md br {
    display: none;
  }
}

.m-block_gray {
  background: #f2f6f7;
}
.m-block_gray p + p {
  margin-top: 20px;
}
.m-block_table {
  margin-bottom: 6.25vw;
}
.m-block_ttl{
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
}
.m-block_lg {
  padding: 4vw 6.25vw;
}
.m-block_sm {
  padding: 30px 40px;
}

.m-table-center {
  text-align: center;
}
.m-table-num {
  position: relative;
  font-size: 26px;
  padding: 0 4px;
  line-height: 1;
  bottom: -2px;
}
.m-table-icon {
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  padding: 4px 15px;
  border-radius: 4px;
  margin-bottom: 5px;
}
.m-table-icon._table-icon-campaign {
  color: #000;
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
}
.m-table-icon._table-icon-member {
  color: #333;
  background: #ccc;
}
.m-table_01 {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
}
.m-table_01 thead th {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.m-table_01 th, .m-table_01 td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
  height: 80px;
  vertical-align: middle;
}
.m-table_01 th {
  background: #f5f8f9;
  font-weight: bold;
}
.m-table_01-sp-header {
  width: 12.5vw;
}
@media screen and (max-width: 1441px) {
  .m-table_01-sp-header {
    width: 18.75vw;
  }
}
.m-table_01-sp-block {
  display: none;
}
.m-table_01-price {
  text-align: center;
}
.m-table_02 {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
}
.m-table_02 + .m-table_02{
  margin-top: 20px;
}
.m-table_02 thead th {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.m-table_02 th, .m-table_02 td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
  vertical-align: middle;
}
.m-table_02 th {
  background: #f5f8f9;
  font-weight: bold;
  width: 12.5vw;
}
.m-table_02-sp-block {
  display: none;
}
.m-table_02-price {
  width: 18.75vw;
}
.m-table_02-price span {
  display: inline-block;
  border: 1px solid #eee;
  padding: 0 10px;
  font-weight: bold;
  font-size: 12px;
  max-width: max-content;
  margin-right: 10px;
}
.m-table_03 {
  border-top: 1px solid #eee;
  border-left: 1px solid #eee;
  background: #fff;
}
.m-table_03 thead th {
  background: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.m-table_03 th, .m-table_03 td {
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 20px;
  height: 80px;
  vertical-align: middle;
}
.m-table_03 th {
  background: #f5f8f9;
  font-weight: bold;
}
.m-table_03-price {
  text-align: center;
}
@media screen and (max-width: 960px) {
  .m-table_01 th, .m-table_01 td {
    border-right: none;
    border-bottom: none;
    height: auto;
  }
  .m-table_01 thead th {
    display: none;
    text-align: center;
  }
  .m-table_01 tbody tr, .m-table_01 tbody th, .m-table_01 tbody td {
    display: block;
    text-align: center;
  }
  .m-table_01 tbody tr {
    padding: 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .m-table_01 tbody th {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .m-table_01 tbody td {
    padding: 0;
  }
  .m-table_01 tbody td + td {
    margin-top: 10px;
  }
  .m-table_01 tbody td:before {
    display: block;
    content: attr(data-label);
    border: 1px solid #eee;
    padding: 0 10px;
    font-weight: bold;
    font-size: 12px;
    max-width: max-content;
    margin: 0 auto 5px;
  }
  .m-table_01-sp-block {
    display: block;
  }
  .m-table_01-sp-header {
    width: 100%;
    display: block !important;
  }
  .m-table_01-price {
    text-align: left;
  }
  .m-table_02 th, .m-table_02 td {
    border-right: none;
    border-bottom: none;
    height: auto;
    width: 100%;
  }
  .m-table_02 tbody tr, .m-table_02 tbody th, .m-table_02 tbody td {
    display: block;
    text-align: center;
  }
  .m-table_02 tbody tr {
    padding: 10px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .m-table_02 tbody th {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .m-table_02 tbody td {
    padding: 0;
  }
  .m-table_02 tbody td + td {
    margin-top: 10px;
  }
  .m-table_02-sp-block {
    display: block;
  }
  .m-table_02-sp-header {
    width: 100%;
    display: block !important;
  }
  .m-table_03 {
    border-bottom: 1px solid #eee;
  }
  .m-table_03 th, .m-table_03 td {
    border: none;
    height: auto;
  }
  .m-table_03 thead th {
    display: none;
    text-align: center;
  }
  .m-table_03 tbody tr, .m-table_03 tbody th, .m-table_03 tbody td {
    display: block;
    text-align: center;
  }
  .m-table_03 tbody tr {
    padding: 10px;
    border-right: 1px solid #eee;
  }
  .m-table_03 tbody th {
    padding: 10px 20px;
    margin-bottom: 15px;
  }
  .m-table_03 tbody td {
    padding: 0;
  }
  .m-table_03 tbody td + td {
    margin-top: 10px;
  }
  .m-table_03-sp-header {
    width: 100%;
    display: block !important;
  }
}

._p-black .m-table_01 {
  border-top: 1px solid #6e6e6e;
  border-left: 1px solid #6e6e6e;
}
._p-black .m-table_01 thead th {
  background: #000;
  color: #fff;
}
._p-black .m-table_01 th, ._p-black .m-table_01 td {
  border-right: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}
._p-black .m-table_01 th {
  background: #333;
}
._p-black .m-table_02 {
  border-top: 1px solid #6e6e6e;
  border-left: 1px solid #6e6e6e;
}
._p-black .m-table_02 thead th {
  background: #626262;
  color: #fff;
}
._p-black .m-table_02 th, ._p-black .m-table_02 td {
  border-right: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}
._p-black .m-table_02 th {
  background: #333;
}
._p-black .m-table_02-price span {
  border: 1px solid #6e6e6e;
}
._p-black .m-table_03 {
  border-top: 1px solid #6e6e6e;
  border-left: 1px solid #6e6e6e;
}
._p-black .m-table_03 thead th {
  background: #000;
  color: #fff;
}
._p-black .m-table_03 th, ._p-black .m-table_03 td {
  border-right: 1px solid #6e6e6e;
  border-bottom: 1px solid #6e6e6e;
}
._p-black .m-table_03 th {
  background: #333;
}
@media screen and (max-width: 960px) {
  ._p-black .m-table_01 tbody tr {
    border-right: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
  }
  ._p-black .m-table_01 tbody th, ._p-black .m-table_01 tbody td {
    border: none !important;
  }
  ._p-black .m-table_01 tbody td:before {
    border: 1px solid #6e6e6e;
  }
  ._p-black .m-table_02 tbody tr {
    border-right: 1px solid #6e6e6e;
    border-bottom: 1px solid #6e6e6e;
  }
  ._p-black .m-table_02 tbody th, ._p-black .m-table_02 tbody td {
    border: none !important;
  }
  ._p-black .m-table_03 {
    border-bottom: 1px solid #6e6e6e;
  }
  ._p-black .m-table_03 tbody tr {
    border-right: 1px solid #6e6e6e;
  }
  ._p-black .m-table_03 tbody th, ._p-black .m-table_03 tbody td {
    border: none !important;
  }
}

.m-breadcrumbs {
  margin-bottom: 6.25vw;
}
.m-breadcrumbs_list {
  margin: 3.5vw 12.5vw 0;
  display: flex;
  font-size: 14px;
  color: #000;
}
.m-breadcrumbs_item {
  display: flex;
  align-items: center;
}
.m-breadcrumbs_item a {
  font-weight: bold;
  color: #000;
}
.m-breadcrumbs_item:after {
  color: #ff8a15;
  content: ">";
  display: block;
  margin: 0 10px;
}
.m-breadcrumbs_item:last-child:after {
  content: none;
}
@media screen and (max-width: 1441px) {
  .m-breadcrumbs_item {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  .m-breadcrumbs {
    bottom: 25px;
    width: 80vw;
    justify-content: center;
  }
  .m-breadcrumbs_item {
    font-size: 12px;
  }
}

._p-black {
  color: #fff;
  background: #333;
}
._p-black .l-header_logo a {
  background: url(../images/common/logo_w.svg) no-repeat;
  background-size: 100% 100%;
}
._p-black .l-header_logo a img {
  opacity: 0;
}
._p-black .l-header .l-gnav_item > a {
  color: #fff;
}
._p-black .l-header .l-gnav_item._gnav-current a:after {
  background: #ff8a15;
}
._p-black .l-header .l-gnav_item a:hover:after {
  background: #ff8a15;
}
._p-black .l-header .l-gnav_contact a:before {
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
}
._p-black .l-header .l-gnav_contact a,
._p-black .l-header .l-gnav_contact a:after {
  background: linear-gradient(-135deg, #ff8a15, #ff9933);
}
._p-black .l-header .m-btn-hamburger_inner span:before,
._p-black .l-header .m-btn-hamburger_inner span:after {
  background: #fff !important;
}
._p-black .js-scroll.l-header {
  background: #161616;
  border-bottom: 1px solid #333;
}
._p-black .js-scroll.l-header .l-header_logo a {
  background: url(../images/common/logo_w.svg) no-repeat;
}
._p-black .l-footer {
  border-top: 1px solid #333;
}
._p-black .l-footer-info_logo {
  background: url(../images/common/logo_w.svg) no-repeat;
  background: 100% auto;
}
._p-black .l-footer-info_logo img {
  display: none;
}
._p-black .l-scroll_btn {
  border: 1px solid #333;
}

._sec-gray {
  background: #6e6e6e;
}
._sec-black {
  background: #000;
  color: #fff;
}
._sec-commingsoon .l-sec_inner p {
  height: 1000px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #161616;
}

.m-local + ._sec-commingsoon {
  padding-top: 0;
}

._footer_sns-instagram a:hover {
  color: #ea3f7b;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._footer_sns-youtube a:hover {
  color: #ff8a15;
}

._mv-credit-instagram a:hover {
  color: #ea3f7b;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
._mv-credit-youtube a:hover {
  color: #ff8a15;
}

._btn-red:before {
  background: #f6b900;
}
._btn-red:after {
  background: #ff8a15;
}
._btn-xl {
  font-size: 16px;
  padding: 25px;
}
@media screen and (max-width: 1200px) {
  ._btn-xl {
    font-size: 14px;
  }
}
@media screen and (max-width: 960px) {
  ._btn-xl {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  ._btn-xl {
    padding: 15px;
  }
}

._full-none {
  display: none;
}
._full-block {
  display: block;
}

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

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

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

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

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

._red {
  color: #ff8a15;
}
.p-crossfit {
  background: #fff;
}
.p-crossfit-mv {
  overflow: visible;
  position: relative;
  height: 50vw;
  max-height: 880px;
  background: url(../images/top/mv_pc.png) center center no-repeat;
  background-size: cover;
  margin-bottom: 8%;
  padding: 0;
}
@media screen and (max-width: 960px) {
  .p-crossfit-mv {
    height: 60vw;
    top: 80px;
    margin-bottom: 16%;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-mv {
    background: none;
    height: 100%;
    max-height: 100%;
    margin-bottom: 0;
    top: 0;
  }
}
.p-crossfit-mv-txt {
  position: absolute;
  left: 6.25vw;
  color: #000;
  top: 50%;
  transform: translateY(-55%);
  -webkit-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  font-weight: bold;
}
.p-crossfit-mv-txt_catch {
  width: 37.5vw;
  max-width: 800px;
  line-height: 1.4;
  margin-bottom: 0.8vw;
}
.p-crossfit-mv-txt p {
  font-size: max(1.2vw, 20px);
  line-height: 1.6;
  margin-bottom: 1vw;
}
.p-crossfit-mv-txt_list {
  overflow: hidden;
}
.p-crossfit-mv-txt_list li {
  float: left;
  font-size: 14px;
  background: linear-gradient(-135deg, #ffcc33, #ff9933);
  padding: 5px 15px;
  margin-right: 10px;
  color: #fff;
}
.p-crossfit-mv-txt_logo {
  max-width: 240px;
  width: 12.5vw;
  margin-bottom: 1vw;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-mv-txt {
    transform: translateY(-60%);
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
  }
  .p-crossfit-mv-txt_logo {
    width: 180px;
  }
  .p-crossfit-mv-txt_catch {
    max-width: 100%;
    margin-bottom: 15px;
  }
  .p-crossfit-mv-txt p {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .p-crossfit-mv-txt_list li {
    font-size: 12px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .p-crossfit-mv-txt_logo {
    width: 160px;
  }
  .p-crossfit-mv-txt_catch {
    margin-bottom: 10px;
  }
  .p-crossfit-mv-txt p {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .p-crossfit-mv-txt_list li {
    font-size: 12px;
    margin-bottom: 10px;
    padding: 2px 10px;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-mv-txt_logo {
    width: 120px;
  }
  .p-crossfit-mv-txt_catch {
    width: 75vw;
  }
  .p-crossfit-mv-txt p {
    font-size: 14px;
  }
  .p-crossfit-mv-txt_list li {
    float: none;
    display: table;
  }
}
.p-crossfit-mv-point {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: -16%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 2;
}
.p-crossfit-mv-point li {
  margin: 10px;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .p-crossfit-mv-point {
    width: 100%;
    bottom: 0;
    padding: 20px 6.25vw;
  }
  .p-crossfit-mv-point li {
    margin: 5px;
  }
}
.p-crossfit-mv_visual {
  display: none;
}
.p-crossfit-mv_visual img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-crossfit-mv_visual {
    display: block;
  }
}
.p-crossfit-banner {
/*  width: 50vw;*/
  width: 62.5vw;
  padding: 2.5vw 0 5vw;
  margin: 0 auto;
}
.p-crossfit-banner a {
  display: block;
}
@media screen and (max-width: 1200px) {
  .p-crossfit-banner {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-banner {
    width: 87.5vw;
    padding: 6.25vw 0;
  }
}
.p-crossfit-concept_head {
  text-align: center;
  padding: 10vw 0;
  background: url(../images/top/bg_concept.png) center center no-repeat;
  background-size: cover;
}
.p-crossfit-concept_head p {
  margin-top: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-crossfit-concept br {
    display: none;
  }
  .p-crossfit-concept_head {
    padding: 10vw 6.25vw;
  }
  .p-crossfit-concept_head p {
    font-size: 18px;
  }
}
.p-crossfit-messege {
  padding-top: 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-crossfit-messege {
    padding: 12.5vw 0;
  }
}
.p-crossfit-messege_body {
  background: url(../images/top/bg_message.png) center center no-repeat;
  background-size: cover;
  width: 75vw;
  margin: 0 auto;
  padding: 8vw 6.25vw;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  .p-crossfit-messege_body {
    width: 87.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-messege_body {
    width: 100%;
    text-align: center;
  }
}
.p-crossfit-messege_ttl p {
  font-weight: bold;
  border-bottom: 2px solid #fff;
  display: inline-block;
}
.p-crossfit-messege_catch {
  margin: 20px 0;
}
.p-crossfit-messege_txt {
  width: 18.75vw;
}
.p-crossfit-messege_logo{
  display: flex;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
}
.p-crossfit-messege_logo li a{
  display: block;
  width: 120px;
  margin: 0 10px;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-messege_txt {
    width: 31.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-messege_txt {
    width: 100%;
    text-align: center;
  }
  .p-crossfit-messege_logo li a{
    width: 100px;
  }
}
.p-crossfit-feature {
/*  background: #1e1e1e;*/
  padding-top: 6.25vw;
}
.p-crossfit-feature_item {
  display: flex;
  align-items: center;
}
.p-crossfit-feature_item._personal-feature_reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .p-crossfit-feature_item {
    display: block;
  }
  .p-crossfit-feature_item + .p-crossfit-banner {
    padding-top: 0;
  }
}
.p-crossfit-feature_item ._personal-feature_img1 {
  background: url(../images/top/img_feature1.png) center center no-repeat;
  background-size: cover;
}
.p-crossfit-feature_item ._personal-feature_img2 {
  background: url(../images/top/img_feature2.png) center center no-repeat;
  background-size: cover;
}
.p-crossfit-feature_item ._personal-feature_img3 {
  background: url(../images/top/img_feature3.png) center center no-repeat;
  background-size: cover;
}
.p-crossfit-feature_item ._personal-feature_img4 {
  background: url(../images/top/img_feature4.png) center center no-repeat;
  background-size: cover;
}
.p-crossfit-feature_img {
  position: relative;
  width: 68.75vw;
  height: 30vw;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-feature_img {
    width: 62.5vw;
    height: 35vw;
  }
}
@media screen and (max-width: 960px) {
  .p-crossfit-feature_img {
    width: 56.25vw;
    height: 45vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-feature_img {
    width: 100%;
    height: 50vw;
  }
}
.p-crossfit-feature_txt {
  width: 31.25vw;
  padding: 0 6.25vw 0 6.25vw;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-feature_txt {
    width: 37.5vw;
  }
}
@media screen and (max-width: 960px) {
  .p-crossfit-feature_txt {
    width: 43.75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-feature_txt {
    width: 100%;
    padding: 6.25vw;
  }
}
.p-crossfit-feature_head {
  margin-bottom: 1vw;
}
.p-crossfit-feature_btn {
  width: 240px;
}
@media screen and (max-width: 767px) {
  .p-crossfit-feature_btn {
    margin: 0 auto;
  }
}
.p-crossfit-solution {
/*  background: #292929;*/
  padding: 6.25vw;
}
@media screen and (max-width: 767px) {
  .p-crossfit-solution {
    padding: 12.5vw 6.25vw 0;
  }
}
.p-crossfit-solution_recommend {
  padding: 15px 20px 5px 20px;
  border: 1px solid #ff8a15;
}
.p-crossfit-solution_recommend-ttl {
  margin-bottom: 5px;
  font-weight: bold;
}
.p-crossfit-solution_recommend-list li {
  border-bottom: 1px solid #ff8a15;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.p-crossfit-solution_recommend-list li i {
  font-size: 18px;
  margin-right: 10px;
  color: #ff8a15;
}
.p-crossfit-solution_recommend-list li:last-child {
  border: none;
}
.p-crossfit-solution_menu {
  display: flex;
  justify-content: space-between;
  margin: 0 12.5vw 6.25vw;
}
@media screen and (max-width: 1200px) {
  .p-crossfit-solution_menu {
    margin: 0 6.25vw 6.25vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-solution_menu {
    display: none;
  }
}
.p-crossfit-solution_menu-item a {
  background: #000;
  height: 10vw;
  width: 18.75vw;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.p-crossfit-solution_menu-item a:after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -ms-background-size: 100%;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: all .5s ease-out;
  -moz-transition: all .5s ease-out;
  -ms-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.p-crossfit-solution_menu-item a:hover {
  color: #fff;
}
.p-crossfit-solution_menu-item a:hover:after {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.p-crossfit-solution_menu-item a span {
  position: relative;
  z-index: 1;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.6;
}
.p-crossfit-solution_menu-item a span:after {
  color: #ff8a15;
  font-family: "Font Awesome 5 Pro";
  font-weight: 600;
  content: "\f078";
  font-size: 12px;
  padding-left: 10px;
}
@media screen and (max-width: 1200px) {
  .p-crossfit-solution_menu-item a {
    width: 24vw;
    height: 12vw;
  }
  .p-crossfit-solution_menu-item a span {
    font-size: 16px;
  }
}
.p-crossfit-solution_menu-item._solution_menu1 a:after {
  background-image: url(../images/top/img_solution_menu1.png);
}
.p-crossfit-solution_menu-item._solution_menu2 a:after {
  background-image: url(../images/top/img_solution_menu2.png);
}
.p-crossfit-solution_menu-item._solution_menu3 a:after {
  background-image: url(../images/top/img_solution_menu3.png);
}
.p-crossfit-solution_list {
  width: 75vw;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .p-crossfit-solution_list {
    width: 100%;
  }
}
.p-crossfit-solution_item {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 6.25vw;
}
@media screen and (max-width: 960px) {
  .p-crossfit-solution_item {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
  .p-crossfit-solution_item:last-child {
    margin-bottom: 0;
  }
}
.p-crossfit-solution_img {
  width: 37.5vw;
}
@media screen and (max-width: 960px) {
  .p-crossfit-solution_img {
    width: 100%;
    margin-bottom: 25px;
  }
}
.p-crossfit-solution .mov_iframe {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.p-crossfit-solution .mov_iframe iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.p-crossfit-solution_head {
  width: 31.25vw;
  margin-right: 6.25vw;
}
@media screen and (max-width: 960px) {
  .p-crossfit-solution_head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.p-crossfit-solution_txt {
  padding: 20px 0 2vw;
}
@media screen and (max-width: 960px) {
  .p-crossfit-solution_txt {
    padding: 10px 0 25px;
  }
}
.p-crossfit-solution_points li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-crossfit-solution_points li:last-child {
  margin-bottom: 0;
}
.p-crossfit-solution_points li span._solution_point {
  border-radius: 100%;
  border: 1px solid #ff8a15;
  color: #ff8a15;
  display: flex;
  width: 60px;
  height: 60px;
  font-family: "Oswald", sans-serif;
  line-height: 1.2;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-right: 10px;
}
.p-crossfit-solution_points li span._solution_txt {
  line-height: 1.4;
  font-size: 18px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ff8a15;
  width: 100%;
  flex: 1;
}
@media screen and (max-width: 960px) {
  .p-crossfit-solution_points li span._solution_txt {
    font-size: 14px;
    font-weight: bold;
  }
}
.p-crossfit-class {
/*  background: #1e1e1e;*/
  padding: 0 18.75vw 6.25vw 18.75vw;
}
.p-crossfit-plan {
  background: #f2f6f7;
  padding: 6.25vw 18.75vw;
}
@media screen and (max-width: 1200px) {
  .p-crossfit-plan,
  .p-crossfit-class {
    padding: 6.25vw 12.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-plan,
  .p-crossfit-class {
    padding: 6.25vw;
  }
}
.p-crossfit-plan_table {
  display: flex;
}
.p-crossfit-plan_table-left {
  width: 42vw;
}
.p-crossfit-plan_table-left tr th:first-child {
  width: 18vw;
}
.p-crossfit-plan_table-left tr th br{
  display: none;
}
.p-crossfit-plan_table-left tr th span{
  font-size: 12px;
  margin-left: 10px;
}
.p-crossfit-plan_table-right {
  width: 23vw;
}
.p-crossfit-plan_table-right tr th:first-child {
  display: none;
}
@media screen and (max-width: 1200px) {
  .p-crossfit-plan_table-left {
    width: 46.88vw;
  }
  .p-crossfit-plan_table-left tr th:first-child {
    width: 18.75vw;
  }
  .p-crossfit-plan_table-right {
    width: 28.13vw;
  }
  .p-crossfit-plan_table-right tr th:first-child {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  .p-crossfit-plan_table {
    display: block;
  }
  .p-crossfit-plan_table-left, .p-crossfit-plan_table-right {
    width: 100%;
  }
  .p-crossfit-plan_table-left {
    margin-bottom: 6.25vw;
  }
  .p-crossfit-plan_table-left tr th:first-child {
    width: 100%;
  }
  .p-crossfit-plan_table-left tr th br{
    display: block;
  }
  .p-crossfit-plan_table-right tbody tr th:first-child {
    display: block;
  }
}
.p-crossfit-faq {
  padding: 6.25vw;
  background: #f2f6f7;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq {
    padding: 12.5vw 0;
  }
}
.p-crossfit-faq_list {
  width: 62.6vw;
  margin: 0 auto;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-faq_list {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_list {
    width: 100%;
  }
}
.p-crossfit-faq_item {
  background: #333;
  margin-bottom: 2vw;
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_item {
    margin-bottom: 0;
    background: #161616;
    border-bottom: 1px solid #333;
  }
  .p-crossfit-faq_item:first-child {
    border-top: 1px solid #333;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_item._is-active {
    background: #333;
  }
}
.p-crossfit-faq_item._is-active .p-crossfit-faq_ttl:after {
  content: 'ー';
}
.p-crossfit-faq_item._is-active .p-crossfit-faq_content {
  margin-top: 0;
  padding: 1.5vw;
}
.p-crossfit-faq_ttl {
  padding: 1.5vw 70px 1.5vw 1.5vw;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: center;
  background: #000;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-faq_ttl {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_ttl {
    font-size: 14px;
    padding: 15px 35px 15px 15px;
  }
}
.p-crossfit-faq_ttl:before {
  content: 'Q';
  height: 40px;
  width: 40px;
  background: #ff8a15;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  border-radius: 100%;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-faq_ttl:before {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_ttl:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
  }
}
.p-crossfit-faq_ttl:after {
  content: '＋';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #ff8a15;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-faq_ttl:after {
    font-size: 20px;
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_ttl:after {
    font-size: 14px;
    width: 40px;
  }
}
.p-crossfit-faq_ttl._is-active {
  color: #ff8a15;
}
.p-crossfit-faq_ttl._is-active:before {
  background: #ff8a15;
}
.p-crossfit-faq_ttl p {
  flex: 1;
}
.p-crossfit-faq_content {
  background: #fff;
  padding: 0 1.5vw;
  display: flex;
  align-items: center;
}
.p-crossfit-faq_content p {
/*  color: #fff;*/
}
.p-crossfit-faq_content:before {
  content: 'A';
  height: 60px;
  width: 60px;
  border: 2px solid #ff8a15;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #ff8a15;
  border-radius: 100%;
  margin-right: 20px;
  font-family: "Oswald", sans-serif;
}
@media screen and (max-width: 1441px) {
  .p-crossfit-faq_content:before {
    font-size: 20px;
    height: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_content:before {
    font-size: 16px;
    height: 30px;
    width: 30px;
  }
}
.p-crossfit-faq_content p {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-crossfit-faq_content p {
    font-size: 14px;
  }
}
.p-crossfit-bg {
  height: 25vw;
  width: 100%;
  background: red;
}
.p-crossfit-bg._personal-bg_photo1 {
  background: url(../images/top/bg_photo1.png) center center no-repeat;
  background-size: cover;
}
.p-crossfit-bg._personal-bg_photo2 {
  background: url(../images/top/bg_photo2.png) center center no-repeat;
  background-size: cover;
}

.p-access-map{
  padding: 6.25vw;
}
.p-access-map_iframe {
  width: 75vw;
  margin: 0 auto 2vw;
  position: relative;
  padding-bottom: 35%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  height: 100%;
}
.p-access-map_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1200px) {
  .p-access-map_iframe {
    width: 87.5vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access-map_iframe {
    width: 100%;
    height: 300px;
  }
}
.p-access-map_info {
  width: 62.5vw;
  margin: 30px auto 40px;
}
.p-access-map_info-list {
  display: flex;
}
.p-access-map_info-item {
  margin-right: 2vw;
}
@media screen and (max-width: 1200px) {
  .p-access-map_info {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-access-map_info-list {
    display: block;
  }
  .p-access-map_info-item {
    margin: 0 0 20px 0;
  }
}
.p-access-map_howto {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-access-map_howto {
    width: 75vw;
  }
}
.p-access-map_howto-item {
  margin-bottom: 3vw;
}
.p-access-map_howto-ttl {
  font-weight: bold;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.p-access-map_howto-table th {
  font-weight: bold;
  white-space: nowrap;
  padding: 20px 20px 20px 0;
}
.p-access-map_howto-table td {
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .p-access-map_howto-table tr, .p-access-map_howto-table th, .p-access-map_howto-table td {
    display: block;
    padding: 0;
  }
  .p-access-map_howto-table tr {
    margin: 20px 0;
  }
}
.p-access-parking {
  background: #f2f6f7;
  padding: 6.25vw 12.5vw;
}
@media screen and (max-width: 767px) {
  .p-access-parking {
    padding: 6.25vw;
  }
}
.p-access-parking_map {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3vw;
}
.p-access-parking_map-img {
  width: 43.75vw;
}
.p-access-parking_map-txt {
  width: 25vw;
}
.p-access-parking_map-txt img {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .p-access-parking_map {
    display: block;
  }
  .p-access-parking_map-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .p-access-parking_map-txt {
    width: 100%;
  }
  .p-access-parking_map-txt img {
    display: none;
  }
}
.p-access-parking_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-access-parking_list {
    display: block;
  }
}
.p-access-parking_item {
  width: 23.5vw;
}
@media screen and (max-width: 767px) {
  .p-access-parking_item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-access-parking_item-txt {
  background: #fff;
  padding: 20px;
}



.p-solution-step {
  width: 62.5vw;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .p-solution-step {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .p-solution-step {
    width: 100%;
    padding: 0 6.25vw;
/*    margin: 12.5vw auto;*/
  }
}
.p-solution-step_head {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-solution-step_head br {
    display: none;
  }
}
.p-solution-step_item {
  display: flex;
  flex-direction: row-reverse;
  border-bottom: 1px solid #eee;
  padding-bottom: 3vw;
  margin-bottom: 3vw;
  align-items: center;
}
.p-solution-step_item:first-child {
/*  border-top: 1px solid #eee;*/
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .p-solution-step_item {
    display: block;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .p-solution-step_item:first-child {
    padding-top: 30px;
  }
  .p-solution-step_item:last-child {
    margin-bottom: 0;
  }
}
.p-solution-step_img {
  width: 25vw;
}
@media screen and (max-width: 767px) {
  .p-solution-step_img {
    width: 100%;
    margin: 0 auto 10px;
  }
}
.p-solution-step_txt {
  padding-right: 6.25vw;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .p-solution-step_txt {
    padding: 0;
  }
}
.p-solution-step_step {
/*  font-family: "Oswald", sans-serif;*/
/*  font-size: 2vw;*/
font-size: 16px;
font-weight: bold;
  color: #ff8a15;
}
@media screen and (max-width: 960px) {
  .p-solution-step_step {
    font-size: 12px;
  }
}



.swiper-container {
  width: 100%;
}
.swiper-container.loading {
  opacity: 0;
  visibility: hidden;
}
.swiper-slide {
  overflow: hidden;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.swiper-pagination {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-pagination-bullet {
  border-radius: 0;
  opacity: 1.0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  outline: none;
  -moz-outline-style: none;
  margin: 0 6px 0 0 !important;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transition: 0.2s ease-in-out;
  background: #eee;
}
.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
  background: #ff8a15;
}
.swiper-button-prev, .swiper-button-next {
  margin: 0;
  position: unset;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
}
.swiper-button-prev:before, .swiper-button-prev:after, .swiper-button-next:before, .swiper-button-next:after {
  content: '';
  width: 14px;
  height: 3px;
  background: #fff;
  display: block;
  position: absolute;
}
.swiper-button-prev:before, .swiper-button-next:before {
  margin-top: -7px;
}
.swiper-button-prev:after, .swiper-button-next:after {
  margin-top: 7px;
}
.swiper-button:focus {
  outline: none;
  -moz-outline-style: none;
}
.swiper-button-prev:before {
  transform: rotate(-45deg);
}
.swiper-button-prev:after {
  transform: rotate(45deg);
}
.swiper-button-next:before {
  transform: rotate(45deg);
}
.swiper-button-next:after {
  transform: rotate(-45deg);
}

.js-scroll {
  height: 100px;
}
.js-scroll.l-header {
  background: #fff;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 960px) {
  .js-scroll.l-header {
    height: 60px;
  }
}
.js-scroll .l-header_logo a {
  width: 90px;
/*  height: 75.3px;*/
  background: url(../images/common/logo_b.png) no-repeat;
  background-size: 100% auto;
}
.js-scroll .l-header_logo a img {
  opacity: 0;
}
.js-scroll .l-gnav_item a {
  font-size: 14px !important;
}
.js-scroll .l-gnav_item a:after {
  bottom: 12px;
  width: 10px;
  height: 10px;
}
.js-scroll .l-gnav_child {
  top: 90px;
}
.js-scroll .m-btn-hamburger_inner span:before,
.js-scroll .m-btn-hamburger_inner span:after {
  background: #000;
}
@media screen and (max-width: 960px) {
  .js-scroll .l-header_logo a {
    /*width: 80px;
    height: 15px;*/
    width: 70px;
  }
}

.js-accordion {
  cursor: pointer;
}

@media screen and (max-width: 960px) {
  .luxy-el {
    transform: none !important;
  }
}

.js-magic, .js-magic .p-top-announcement_item {
  opacity: 0;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}

.js-magic.visible, .js-magic.visible .p-top-announcement_item {
  opacity: 1;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

@media screen and (max-width: 960px) {
  .js-tabs_content {
    max-height: 0;
    opacity: 0;
    overflow: auto;
    visibility: hidden;
  }

  .js-tabs_content._active {
    max-height: 100000px;
    opacity: 1;
    visibility: visible;
  }
}
.js-accordion {
  cursor: pointer;
}

.js-accordion_content {
  visibility: hidden;
  max-height: 0;
  opacity: 0;
  transition: 0.5s ease-in-out;
}

._is-active .js-accordion_content {
  margin-top: 10px;
  max-height: 9999px;
  opacity: 1;
  visibility: visible;
}

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