@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSans/NotoSansR.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSans/NotoSansM.woff") format("woff");
}

@font-face {
  font-family: "NotoSans";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSans/NotoSansB.woff") format("woff");
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

.neon-text {
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.neon-text2 {
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.075em;
  color: white;
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  word-wrap: break-word;
}

a {
  text-decoration: none;
}

figure {
  padding: 0;
  margin: 0;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
  z-index: 1;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.bg {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.bg100 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

@media screen and (max-width: 1500px) {
  .bg100 {
    padding-top: 70px;
    padding-bottom: 70px;
    overflow: visible;
  }
}

@media screen and (max-width: 834px) {
  .bg100 {
    display: block;
  }
}

.bg200 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  position: relative;
  overflow: hidden;
}

.bg200::before {
  content: "";
  background-image: url(../images/contents/bg-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 900px;
  height: 900px;
  top: -30px;
  left: 0;
  position: absolute;
  z-index: 0;
}

.bg300 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 150px;
  padding-bottom: 200px;
  margin-top: 110px;
}

@media screen and (max-width: 640px) {
  .bg300 {
    padding-bottom: 150px;
  }
}

.bg400 {
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  padding-top: 150px;
  padding-bottom: 200px;
  position: relative;
  top: 110px;
}

@media screen and (max-width: 640px) {
  .bg400 {
    padding-bottom: 150px;
  }
}

@media screen and (max-width: 1200px) {
  .inner {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

.bornone td {
  border: none !important;
}

.pdnone td {
  padding: 0 !important;
}

.img100 img {
  width: 100%;
}

.link1 a {
  color: #b8d200;
  font-weight: bold;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: transparent !important;
}

#contents {
  padding: 0;
  max-width: 100%;
}

#main {
  max-width: 100%;
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main {
    width: 100%;
  }
}

#main #col_main {
  width: 100%;
}

@media screen and (max-width: 1200px) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  #side {
    width: 18.75%;
  }
}

@media screen and (max-width: 1200px) {
  #side aside {
    width: 100% !important;
  }
}

.policy h2 {
  border-bottom: 2px solid #bbbbbb;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: auto;
}

table td {
  margin-bottom: -1px !important;
  padding: 3px 10px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #b3b3b3;
}

span {
  font-weight: inherit;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

b {
  font-weight: bold;
}

.borderB {
  border-bottom: 1px dashed #333;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

#contents_wrap {
  min-width: auto;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 1200px) {
  #contents_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contents_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
}

#contents {
  max-width: 1200px;
  width: 100%;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

@media screen and (max-width: 834px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
}

@media screen and (max-width: 640px) {
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
}

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "NotoSans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

header#global_header {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  margin: 0 auto;
}

footer#global_footer {
  min-width: 100% !important;
}

.dsnone {
  display: none;
}

#modal {
  display: none;
}

.modaal-close {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  right: inherit !important;
  width: 100% !important;
  height: 100% !important;
  opacity: 0 !important;
}

.modaal-close::before, .modaal-close::after {
  display: none !important;
}

.cus-close {
  position: static !important;
  color: #333 !important;
  opacity: 1 !important;
  text-align: center;
  border-radius: inherit !important;
  background: #ddd !important;
  padding: 5px 0 !important;
}

.modaal-content-container {
  padding: 25px !important;
}

@media screen and (max-width: 480px) {
  .modaal-content-container {
    padding: 15px !important;
  }
  .modaal-content-container .policy h2 {
    font-size: 16px;
  }
  .modaal-content-container .policy p {
    font-size: 14px;
  }
}

.modaal-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-height: 768px;
  overflow-y: scroll;
}

@media screen and (max-width: 480px) {
  .modaal-container {
    max-height: 100%;
  }
}

@media screen and (max-width: 480px) {
  .modaal-inner-wrapper {
    padding: 80px 10px !important;
  }
}

.bt_confirm {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.bt_back {
  background: #eee;
  text-indent: 0;
}

.bt_send {
  background: #eee;
  width: auto;
  text-indent: 0;
}

.annot {
  display: none;
}

#header {
  width: 100%;
  overflow: visible;
}

#global_header {
  overflow: visible;
  position: relative;
  z-index: 2;
}

.header {
  background-color: #000000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  z-index: 9999;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 640px) {
  .header__left .header_logo {
    width: 90%;
    position: relative;
    left: 0;
  }
}

.header__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__nav {
  margin-top: 0 !important;
}

.header__nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media screen and (max-width: 1350px) {
  .header__nav > ul {
    width: 526px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 1050px) {
  .header__nav > ul {
    display: none;
  }
}

.header__nav > ul li a {
  display: block;
  padding: 15px;
  font-size: 1.4rem;
  color: white !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1500px) {
  .header__nav > ul li a {
    padding: 13px;
  }
}

@media screen and (max-width: 1350px) {
  .header__nav > ul li a {
    padding: 5px 13px;
  }
}

.header__nav > ul li a:hover {
  color: #b8d200 !important;
}

.header__contact {
  margin-right: 30px;
}

@media screen and (max-width: 1050px) {
  .header__contact {
    margin-right: 70px;
  }
}

.header__contact .mail {
  display: block;
  border: 2px solid white;
  padding: 5px 40px;
  color: white;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__contact .mail:hover {
  border: 2px solid #b8d200;
  color: #b8d200;
}

.header__contact .tel {
  color: white;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header__contact .tel:hover {
  color: #b8d200;
}

.main {
  position: relative;
  padding-top: 99px;
}

@media screen and (max-width: 640px) {
  .main {
    padding-top: 89px;
  }
}

.main__logo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 999;
}

@media screen and (max-width: 640px) {
  .main__logo {
    width: 50%;
  }
}

.main__scroll {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
  border: 1px solid #b8d200;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -webkit-animation-name: flow;
          animation-name: flow;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
}

.main__scroll span {
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  color: #b8d200;
  position: relative;
}

.main__scroll span::after {
  content: "\f107";
  font-family: "Font Awesome 5 Pro";
  color: #b8d200;
  position: absolute;
  bottom: -30px;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@-webkit-keyframes flow {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
}

@keyframes flow {
  0% {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  100% {
    -webkit-transform: translate(0, -8px);
            transform: translate(0, -8px);
  }
}

.footer__nav {
  width: 100%;
}

.footer__nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 80px;
}

@media screen and (max-width: 1200px) {
  .footer__nav ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 600px;
    margin: auto;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (max-width: 640px) {
  .footer__nav ul {
    width: 450px;
  }
}

@media screen and (max-width: 640px) {
  .footer__nav ul li {
    width: 50%;
  }
}

.footer__nav ul li a {
  color: white;
  padding: 5px 20px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 640px) {
  .footer__nav ul li a {
    text-align: left !important;
  }
}

.footer__nav ul li a:hover {
  color: #b8d200;
}

.footer__info {
  margin-top: 60px;
  margin-bottom: 60px;
}

.footer__info img {
  width: 250px;
  height: 60px;
  margin-bottom: 20px;
}

.footer__info ul .tel {
  font-size: 1.5rem;
  color: white;
}

.footer__info ul li {
  font-size: 1.3rem;
  color: #cccccc;
}

.footer__info ul li:first-child {
  margin-bottom: 6px;
}

.footer p small a {
  color: white;
  background-color: #b8d200;
  padding: 10px;
  font-size: 1.3rem;
  display: block;
}

#contents_wrap {
  overflow: hidden !important;
  width: 100%;
}

#contents {
  background-color: #0e0e0e !important;
}

.pankuzu {
  font-size: 1.4rem;
  color: white;
  font-style: italic;
  margin-bottom: 80px;
}

.pankuzu a {
  color: white;
  font-style: italic;
}

@media all and (-ms-high-contrast: none) {
  .neon,
  .neon2,
  .neon3 {
    color: #b8d200 !important;
  }
  .step_text span {
    color: #b8d200 !important;
  }
}

.home_left {
  width: 50%;
}

@media screen and (max-width: 1500px) {
  .home_left {
    width: 60%;
  }
}

@media screen and (max-width: 834px) {
  .home_left {
    width: 100%;
    margin-bottom: 40px;
  }
}

.home_left .home_title h2 {
  position: relative;
}

.home_left .home_title h2::before {
  content: "";
  background-image: url(../images/contents/icon.png);
  width: 200px;
  height: 250px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 20%;
  top: -30px;
}

.home_left .home_title div {
  color: white;
  font-size: 1.4rem;
}

.home_left .home_title span {
  font-size: 8rem;
  width: 100%;
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 1700px) {
  .home_left .home_title span {
    font-size: 6rem;
  }
}

@media screen and (max-width: 640px) {
  .home_left .home_title span {
    font-size: 5rem;
  }
}

.home_left .home_title .neon {
  position: relative;
  background-color: #b8d200/9;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #b8d200;
  text-shadow: 0 0 50px #b8d200;
}

.home_left .home_title .neon span {
  position: absolute;
  top: 4%;
  left: 1%;
  opacity: 0.3;
}

.home_left .text h1 {
  text-align: center !important;
  color: #b8d200;
  font-size: 1.4rem;
  margin-bottom: 30px;
  margin-top: 20px;
}

.home_left .text div {
  color: white;
  padding: 0 100px;
  margin-top: 30px;
}

@media screen and (max-width: 1700px) {
  .home_left .text div {
    padding: 0 60px;
  }
}

@media screen and (max-width: 640px) {
  .home_left .text div {
    padding: 0 10%;
  }
}

.home_left .text div span {
  color: #b8d200;
  padding-left: 40px;
  position: relative;
  font-size: 1.5rem;
}

.home_left .text div span::before {
  content: "";
  background-color: #b8d200;
  width: 30px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
}

.home_left .text div a {
  color: white;
  text-align: center;
  border: 2px solid white;
  padding: 10px 40px;
  position: relative;
  left: 0;
  right: 0;
  display: block;
  width: 300px;
  margin: auto;
  font-size: 1.5rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_left .text div a:hover {
  color: #b8d200;
  border: 2px solid #b8d200;
}

.home_right {
  width: 50%;
}

@media screen and (max-width: 1500px) {
  .home_right {
    width: 40%;
  }
}

@media screen and (max-width: 834px) {
  .home_right {
    width: 60%;
    margin: auto;
  }
  .home_right img {
    float: none !important;
    display: block;
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .home_right {
    width: 80%;
  }
}

.bg100:nth-child(2) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

/*  neon animetion  */
.flash {
  -webkit-animation: flash-anime 5s linear infinite;
          animation: flash-anime 5s linear infinite;
}

@-webkit-keyframes flash-anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0.3;
  }
  52% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0.6;
  }
  77% {
    opacity: 1;
  }
  78% {
    opacity: 0.3;
  }
  79% {
    opacity: 1;
  }
}

@keyframes flash-anime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  51% {
    opacity: 0.3;
  }
  52% {
    opacity: 1;
  }
  75% {
    opacity: 1;
  }
  76% {
    opacity: 0.6;
  }
  77% {
    opacity: 1;
  }
  78% {
    opacity: 0.3;
  }
  79% {
    opacity: 1;
  }
}

.flash2 {
  -webkit-animation: flash-anime2 5s linear infinite;
          animation: flash-anime2 5s linear infinite;
}

@-webkit-keyframes flash-anime2 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0.3;
  }
  62% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  86% {
    opacity: 0.6;
  }
  87% {
    opacity: 1;
  }
  88% {
    opacity: 0.3;
  }
  89% {
    opacity: 1;
  }
}

@keyframes flash-anime2 {
  0% {
    opacity: 1;
  }
  60% {
    opacity: 1;
  }
  61% {
    opacity: 0.3;
  }
  62% {
    opacity: 1;
  }
  85% {
    opacity: 1;
  }
  86% {
    opacity: 0.6;
  }
  87% {
    opacity: 1;
  }
  88% {
    opacity: 0.3;
  }
  89% {
    opacity: 1;
  }
}

.flash3 {
  -webkit-animation: flash-anime3 5s linear infinite;
          animation: flash-anime3 5s linear infinite;
}

@-webkit-keyframes flash-anime3 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0.3;
  }
  42% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0.6;
  }
  67% {
    opacity: 1;
  }
  68% {
    opacity: 0.3;
  }
  69% {
    opacity: 1;
  }
}

@keyframes flash-anime3 {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  41% {
    opacity: 0.3;
  }
  42% {
    opacity: 1;
  }
  65% {
    opacity: 1;
  }
  66% {
    opacity: 0.6;
  }
  67% {
    opacity: 1;
  }
  68% {
    opacity: 0.3;
  }
  69% {
    opacity: 1;
  }
}

.home_contents {
  position: relative;
}

.home_contents a {
  width: 25%;
  position: relative;
}

@media screen and (max-width: 1200px) {
  .home_contents a {
    width: 50%;
  }
}

@media screen and (max-width: 640px) {
  .home_contents a {
    width: 100%;
  }
}

.home_contents a::before {
  content: "";
  border: 2px solid white;
  -webkit-box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
          box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
  width: 70%;
  height: 160px;
  border-radius: 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_contents a .box {
  text-align: center;
  margin: auto;
}

@media screen and (max-width: 1200px) {
  .home_contents a .box img {
    width: 100% !important;
    height: 33vw !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media screen and (max-width: 640px) {
  .home_contents a .box img {
    height: 40vw !important;
  }
}

.home_contents a .box span {
  font-size: 6.4rem;
  width: 100%;
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 1700px) {
  .home_contents a .box span {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 640px) {
  .home_contents a .box span {
    font-size: 5rem;
  }
}

.home_contents a .box .neon2 {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #ffa800;
  text-shadow: 0 0 55px #ffa800;
}

.home_contents a .box .neon2 span {
  position: absolute;
  top: 4%;
  left: 1%;
  opacity: 0.3;
}

.home_contents a .box > div {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  padding-top: 54%;
  border-radius: 20px;
  color: white;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 1500px) {
  .home_contents a .box > div {
    padding-top: 50%;
  }
}

@media screen and (max-width: 1200px) {
  .home_contents a .box > div {
    padding-top: 24%;
  }
}

@media screen and (max-width: 640px) {
  .home_contents a .box > div {
    padding-top: 14%;
  }
}

.home_contents a:hover::before {
  border: 2px solid #ffa800;
  -webkit-box-shadow: 2px 2px 6px #ffa800, inset 0px 0px 6px #ffa800;
          box-shadow: 2px 2px 6px #ffa800, inset 0px 0px 6px #ffa800;
}

.home_contents a:hover .box > div {
  color: #ffa800;
}

.news_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-top: 130px;
  padding-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .news_wrap {
    display: block;
    margin-bottom: 80px;
  }
}

.news_wrap .news_left {
  width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px solid #b8d200;
}

@media screen and (max-width: 1000px) {
  .news_wrap .news_left {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .news_wrap .news_left {
    width: 100%;
    border-right: none;
  }
}

.news_wrap .news_left .home_title span {
  font-size: 8rem;
  width: 100%;
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 1700px) {
  .news_wrap .news_left .home_title span {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 640px) {
  .news_wrap .news_left .home_title span {
    font-size: 5rem;
  }
}

.news_wrap .news_left .home_title .neon3 {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #b8d200;
  text-shadow: 0 0 55px #b8d200;
}

.news_wrap .news_left .home_title .neon3 span {
  position: absolute;
  top: 4%;
  left: 1%;
  opacity: 0.3;
}

.news_wrap .news_left .home_title div {
  color: white;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .news_wrap .news_left .news_btn {
    position: absolute;
    bottom: 50px;
    right: 0;
    left: 0;
    margin: auto;
    width: 180px;
  }
}

.news_wrap .news_left .news_btn a {
  color: white;
  display: block;
  border: 2px solid white;
  padding: 6px 40px;
  font-size: 1.4rem;
  position: relative;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_wrap .news_left .news_btn a::before {
  content: "";
  background-image: url(../images/contents/icon2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 53%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_wrap .news_left .news_btn a:hover {
  color: #b8d200;
  border: 2px solid #b8d200;
  position: relative;
}

.news_wrap .news_left .news_btn a:hover::before {
  background-image: url(../images/contents/icon3.svg);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 53%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news_wrap .news_right {
  width: 70%;
}

@media screen and (max-width: 1000px) {
  .news_wrap .news_right {
    width: 67%;
  }
}

@media screen and (max-width: 768px) {
  .news_wrap .news_right {
    width: 100%;
  }
}

.news_wrap .news_right .news {
  height: 220px;
  overflow-y: auto;
}

.news_wrap .news_right .news dl {
  display: block !important;
}

.news_wrap .news_right .news dl dt {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  font-size: 1.4rem;
  color: #b8d200;
  padding: 8px 8px 0 8px !important;
}

.news_wrap .news_right .news dl dd {
  width: 100% !important;
  background-color: transparent !important;
  border: none !important;
  color: white;
  padding: 0 8px 8px 8px !important;
}

/* scroll bar */
::-webkit-scrollbar {
  height: 6px;
  width: 3px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb {
  background-color: #979797;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1px rgba(184, 210, 0, 0.3);
          box-shadow: 0 0 0 1px rgba(184, 210, 0, 0.3);
}

.home_title2 span {
  font-size: 8rem;
  width: 100%;
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 1700px) {
  .home_title2 span {
    font-size: 6.5rem;
  }
}

@media screen and (max-width: 640px) {
  .home_title2 span {
    font-size: 5rem;
  }
}

.home_title2 .neon {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #b8d200;
  text-shadow: 0 0 55px #b8d200;
}

.home_title2 .neon span {
  position: absolute;
  top: 4%;
  left: 0.5%;
  opacity: 0.3;
}

.home_title2 div {
  color: white;
  font-size: 1.4rem;
}

.contact_wrap {
  background-color: #000000;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 100px;
  padding-bottom: 80px;
}

.contact {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact .box {
  text-align: center;
  width: 421px;
  border: 2px solid white;
  -webkit-box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
          box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
  border-radius: 15px;
  margin: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .contact .box {
    width: 350px;
  }
}

@media screen and (max-width: 834px) {
  .contact .box {
    margin: 30px 10px;
    width: 320px;
  }
}

@media screen and (max-width: 640px) {
  .contact .box {
    width: 400px;
  }
}

.contact .box h3 {
  font-size: 2rem;
  font-style: italic;
  color: white;
  position: relative;
}

.contact .box h3::before {
  content: "";
  position: absolute;
  background-color: #b8d200;
  display: block;
  width: 260px;
  height: 2px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}

.contact .box a {
  display: inline-block;
  font-size: 2.5rem;
  color: white;
  padding-left: 35px;
  margin: 20px auto 15px auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .box .tel {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .box .tel::after {
  content: "";
  background-image: url(../images/contents/tel.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .box .mail {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .box .mail::after {
  content: "";
  background-image: url(../images/contents/mail.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .box .tel:hover {
  color: #b8d200;
}

.contact .box .tel:hover::after {
  content: "";
  background-image: url(../images/contents/tel-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .box .mail:hover {
  color: #b8d200;
}

.contact .box .mail:hover::after {
  content: "";
  background-image: url(../images/contents/mail-hover.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  left: 0;
  top: 10px;
  position: absolute;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact .box div {
  color: #c1c1c1;
  font-size: 1.3rem;
}

.banner_wrap {
  position: relative;
  padding-top: 95px;
  padding-bottom: 95px;
}

@media screen and (max-width: 768px) {
  .banner_wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .banner_wrap .banner_left img {
    width: 200% !important;
    max-width: 200% !important;
  }
}

.banner_wrap .banner_right {
  position: absolute;
  width: 50%;
  top: 31%;
  right: 0;
}

@media screen and (max-width: 768px) {
  .banner_wrap .banner_right {
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
  }
}

.banner_wrap .banner_right td {
  border: none !important;
}

@media screen and (max-width: 1000px) {
  .banner_wrap .banner_right td img {
    width: 210px !important;
  }
}

@media screen and (max-width: 834px) {
  .banner_wrap .banner_right td img {
    width: 180px !important;
  }
}

.banner_wrap .banner_right .address {
  color: white;
  padding: 30px 8px 8px 8px !important;
  line-height: 1;
}

.banner_wrap .banner_right .grey {
  color: #9b9b9b;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .banner_wrap .banner_right .grey {
    color: #b8d200;
  }
}

.map {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  position: relative;
  margin-bottom: -10px;
}

.map::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.map iframe {
  margin-bottom: 0 !important;
}

/*   コンセプト　　*/
.page_title {
  margin-top: 99px;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

@media screen and (max-width: 640px) {
  .page_title {
    margin-top: 89px;
    padding-top: 75px !important;
    padding-bottom: 75px !important;
  }
}

.page_title,
.order_title {
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.page_title article,
.order_title article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.page_title div span,
.order_title div span {
  color: transparent;
  -webkit-text-stroke: 1.5px #b8d200;
  font-size: 6rem;
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
  width: 100%;
}

@media screen and (max-width: 640px) {
  .page_title div span,
  .order_title div span {
    font-size: 5rem;
  }
}

.page_title div .neon,
.order_title div .neon {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #b8d200;
  text-shadow: 0 0 50px #b8d200;
}

.page_title div .neon span,
.order_title div .neon span {
  position: absolute;
  top: 4%;
  left: 0.5%;
  opacity: 0.3;
}

.page_title h1,
.page_title h2,
.order_title h1,
.order_title h2 {
  color: white;
}

.concept_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 834px) {
  .concept_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.concept_wrap .concept_text {
  width: 50%;
  padding: 0 30px;
}

@media screen and (max-width: 834px) {
  .concept_wrap .concept_text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.concept_wrap .concept_text h2 {
  text-align: center !important;
  color: white;
  font-size: 2.4rem;
  font-style: italic;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 10px;
}

.concept_wrap .concept_text h2::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #b8d200;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: block;
  position: absolute;
}

.concept_wrap .concept_text div {
  color: #eeeeee;
}

.concept_wrap .concept_image {
  width: 50%;
}

@media screen and (max-width: 834px) {
  .concept_wrap .concept_image {
    width: 60%;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .concept_wrap .concept_image {
    width: 80%;
  }
}

@media screen and (max-width: 834px) {
  .concept_wrap:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

/*  事業内容　　*/
@media screen and (max-width: 640px) {
  .business_title {
    padding: 0 20px;
  }
}

.business_title h2,
.business_title h3 {
  color: #b8d200;
  font-size: 2.2rem;
  border-bottom: 2px solid #3b3b3b;
  margin-bottom: 15px;
  padding-bottom: 8px;
  font-weight: 500;
  padding-left: 40px;
  position: relative;
}

@media screen and (max-width: 834px) {
  .business_title h2,
  .business_title h3 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 480px) {
  .business_title h2,
  .business_title h3 {
    font-size: 1.6rem;
  }
}

.business_title h2::before,
.business_title h3::before {
  content: "";
  background-color: #b8d200;
  width: 30px;
  height: 2px;
  position: absolute;
  top: 40%;
  left: 0;
}

.business_text div {
  color: #eeeeee;
  font-size: 1.5rem;
}

/*  取扱商品　*/
.products_box,
.gallery_box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.products_box .box,
.gallery_box .box {
  width: 33.333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin-bottom: 60px;
}

@media screen and (max-width: 834px) {
  .products_box .box,
  .gallery_box .box {
    width: 50%;
  }
}

@media screen and (max-width: 550px) {
  .products_box .box,
  .gallery_box .box {
    width: 100%;
  }
}

.products_box .box img,
.gallery_box .box img {
  width: 100% !important;
  -o-object-fit: contain;
     object-fit: contain;
}

.products_box .box h3,
.gallery_box .box h3 {
  text-align: center;
  color: #b8d200;
  font-size: 1.5rem;
  margin: 10px auto 5px auto;
}

.products_box .box div,
.gallery_box .box div {
  color: #c1c1c1;
}

.gallery_box div {
  text-align: center;
  color: white;
}

/*  採用情報　*/
@media screen and (max-width: 834px) {
  .recruit_list dl {
    display: block !important;
  }
}

.recruit_list dl dt {
  background-color: #363636 !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
}

@media screen and (max-width: 834px) {
  .recruit_list dl dt {
    width: 100% !important;
    border: none !important;
  }
}

.recruit_list dl dd {
  background-color: none !important;
}

@media screen and (max-width: 834px) {
  .recruit_list dl dd {
    width: 100% !important;
    border: none !important;
  }
}

@media screen and (max-width: 768px) {
  .recruit_text div {
    text-align: left !important;
    padding: 0 30px;
  }
}

/*  よくある質問　*/
.question article,
.answer article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
}

.question h3,
.answer h3 {
  position: relative;
  width: 70px;
}

.question div,
.answer div {
  color: white;
  font-size: 1.6rem;
  width: 90%;
}

.question span,
.answer span {
  font-size: 6rem;
  width: 100%;
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

@media screen and (max-width: 1200px) {
  .question span,
  .answer span {
    font-size: 5.5rem;
  }
}

@media screen and (max-width: 640px) {
  .question span,
  .answer span {
    font-size: 5rem;
  }
}

.question .neon,
.answer .neon {
  position: relative;
  display: inline-block;
  color: transparent;
  -webkit-text-stroke: 1.5px #b8d200;
  text-shadow: 0 0 50px #b8d200;
}

.question .neon span,
.answer .neon span {
  position: absolute;
  top: 4%;
  left: 1%;
  opacity: 0.3;
}

.answer .neon {
  -webkit-text-stroke: 1.5px #ffa800;
  text-shadow: 0 0 50px #ffa800;
}

.answer div {
  color: #c1c1c1;
}

/*  店舗案内　*/
.store_text h3 {
  color: #b8d200;
  letter-spacing: 2px;
  font-size: 1.7rem;
}

.store_text2 {
  background-color: #000000;
  padding: 30px;
}

.store_text2 div {
  font-size: 1.5rem;
}

.store_text2 div span {
  padding-left: 40px;
  color: #b8d200;
  position: relative;
}

.store_text2 div span::before {
  content: "";
  background-color: #b8d200;
  position: absolute;
  width: 25px;
  height: 2px;
  top: 50%;
  left: 0;
}

.store_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 800px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px auto;
}

@media screen and (max-width: 768px) {
  .store_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.store_wrap .store_logo {
  border-right: 1px solid #b8d200;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .store_wrap .store_logo {
    border-right: none;
  }
}

.store_wrap .store_logo img {
  display: block;
  text-align: center;
  float: none !important;
  margin: auto;
}

.store_wrap .store_table {
  width: 50%;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .store_wrap .store_table {
    width: 80%;
  }
}

.store_wrap .store_table td {
  line-height: 1.6;
  padding: 10px !important;
  border: none !important;
}

@media screen and (max-width: 834px) {
  .store_wrap .store_table td {
    text-align: center !important;
  }
}

@media screen and (max-width: 768px) {
  .store_wrap .store_table .logo {
    color: #b8d200;
  }
}

.store_wrap .store_table .small {
  font-size: 1.4rem;
  color: #c1c1c1;
}

/*  オーダーヘルメット　*/
.order_text div {
  color: #b8d200;
}

@media screen and (max-width: 640px) {
  .order_text div {
    word-break: keep-all;
  }
}

.order_contents .box {
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
          box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
  border-radius: 20px;
  margin: 20px;
}

@media screen and (max-width: 1200px) {
  .order_contents .box {
    width: 44%;
  }
}

@media screen and (max-width: 834px) {
  .order_contents .box {
    width: 60%;
    margin: 20px auto;
  }
}

@media screen and (max-width: 640px) {
  .order_contents .box {
    width: 80%;
  }
}

.order_contents .box div {
  text-align: center;
  font-size: 1.5rem;
}

.order_contents h3 {
  text-align: center !important;
  border-bottom: 2px solid #b8d200;
  margin: 0 20px 10px 20px;
  padding-bottom: 8px;
  font-size: 2rem;
}

.order_contents._2clms {
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
}

@media screen and (max-width: 834px) {
  .order_contents._2clms {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.order_contents._2clms .box {
  width: 46.5%;
}

@media screen and (max-width: 834px) {
  .order_contents._2clms .box {
    width: 100%;
  }
}

.order_contents._2clms .box article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.order_contents._2clms .box article img {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  margin: 15px auto 0;
}

.order_contents._1clms {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px 20px;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
          box-shadow: 2px 2px 6px white, inset 0px 0px 6px white;
  border-radius: 20px;
  margin: 20px;
}

.order_contents._1clms .box {
  width: 100%;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.order_contents._1clms .cont_5clm {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.order_contents._1clms .cont_5clm .box {
  margin-top: 20px !important;
}

.order_title div span {
  color: transparent;
  -webkit-text-stroke: 1.5px #ffa800;
}

.order_title div .neon {
  -webkit-text-stroke: 1.5px #ffa800 !important;
  text-shadow: 0 0 50px #ffa800 !important;
}

.order_step {
  position: relative;
  background: #000000;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px 30px;
}

@media screen and (max-width: 834px) {
  .order_step {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.order_step::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  right: 0;
  margin: auto;
  border: 40px solid transparent;
  border-top: 40px solid #000000;
  width: 0;
  height: 0;
  z-index: 2;
}

.order_step .step_text {
  width: 65%;
}

@media screen and (max-width: 834px) {
  .order_step .step_text {
    width: 100%;
    margin-bottom: 20px;
  }
}

.order_step .step_text h3 {
  vertical-align: middle !important;
  font-size: 2.4rem;
  font-style: italic;
  border-bottom: 1px solid #b8d200;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .order_step .step_text h3 {
    font-size: 2rem;
  }
}

.order_step .step_text h3 span {
  font-size: 4.5rem;
  color: transparent;
  -webkit-text-stroke: 1px #b8d200;
  font-family: ropa-sans-pro, sans-serif;
  font-weight: 400;
  font-style: italic;
  margin-right: 20px;
}

@media screen and (max-width: 1200px) {
  .order_step .step_text h3 span {
    font-size: 4rem;
  }
}

.order_step .step_text div {
  color: #c1c1c1;
  font-size: 1.5rem;
}

.order_step .step_text div a {
  color: white;
  font-style: italic;
  font-size: 1.5rem;
}

.order_step .step_image {
  width: 32%;
  margin-left: 20px;
}

@media screen and (max-width: 834px) {
  .order_step .step_image {
    width: 60%;
    margin: auto;
  }
  .order_step .step_image img {
    float: none !important;
    display: block;
    text-align: center;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .order_step .step_image {
    width: 80%;
  }
}

.order_step:nth-child(odd) {
  background: #333333;
}

.order_step:nth-child(odd)::after {
  border-top: 40px solid #333333;
}

.order_step:nth-of-type(4)::after {
  display: none;
}

/* owl slider  */
.slider2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}

.slider2 .box {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.slider2 h3 {
  text-align: center;
  margin: 10px 0;
}

.slider2 article > div {
  max-height: 250px;
  overflow-y: auto;
}

.owl-item {
  width: 462px !important;
}

.owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*  お問い合わせ　　*/
.contact_text div {
  font-size: 1.5remrem;
  padding: 5px;
}

.contact_text div a {
  color: #c1c1c1;
  font-style: italic;
}

.form_wrap dt {
  background-color: transparent !important;
}

.form_wrap dd {
  background-color: transparent !important;
}

.form_wrap dd input {
  color: #c1c1c1 !important;
}

.form_wrap label {
  color: #b8d200 !important;
}

form .submit .bt_confirm {
  background: #3a3a3a !important;
}

form .title {
  display: none;
}

/*   プライバシーポリシー　　*/
.policy_contents h3 {
  font-size: 1.8rem;
  font-weight: 500;
  font-style: italic;
  background-color: #ffa800;
  color: white;
  padding: 3px 10px;
  margin-bottom: 10px;
}

/*  新着情報　　*/
.news_contents .box {
  width: 100%;
  margin-bottom: 60px;
  padding-bottom: 40px;
}

.news_contents .box img {
  float: left;
  width: 35% !important;
  margin-right: 30px;
}

@media screen and (max-width: 768px) {
  .news_contents .box img {
    float: none;
    width: 60% !important;
    margin: auto;
    display: block;
    margin-bottom: 20px;
  }
}

.news_contents .box h3 {
  color: #b8d200;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .news_contents .box h3 {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news_contents .box div {
    width: 100%;
  }
}

.news_contents .box:not(:last-child) {
  border-bottom: 2px dotted #b8d200;
}

/*   ブログ　　*/
.blog_header {
  position: absolute;
  margin-bottom: 110px;
}

.blog {
  margin-bottom: 60px;
}

.blog_title {
  background-image: url(../images/contents/page-title.jpg);
}

.blog_link {
  text-align: left !important;
  margin-top: 110px;
}

.blog .wrap {
  max-width: 1200px !important;
}

@media screen and (max-width: 1000px) {
  .blog .wrap {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.blog #contents {
  width: 65%;
  background-color: #f3f3f3;
  padding: 30px;
  margin: 20px;
}

.blog #contents h2 {
  font-weight: 500;
  font-size: 2rem;
  background-color: #1d59b4;
  color: white;
  padding: 10px !important;
  letter-spacing: 2px;
}

@media screen and (max-width: 1000px) {
  .blog #contents {
    width: 90%;
    display: block;
    margin: auto;
  }
}

@media screen and (max-width: 1000px) {
  .blog aside {
    width: 60%;
    display: block;
    margin: auto;
  }
}

/*   404ページ　　*/
@media screen and (max-width: 640px) {
  .error_text div {
    text-align: left !important;
  }
}

.home_btn a {
  color: white;
  display: inline-block;
  border: 2px solid white;
  padding: 6px 60px;
  font-size: 1.4rem;
  position: relative;
  margin-top: 30px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home_btn a:hover {
  border: 2px solid #b8d200;
  color: #b8d200;
}

/*  responsive  */
@media screen and (max-width: 1200px) {
  .slider img {
    height: 70vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 20%;
       object-position: 100% 20%;
  }
}

@media screen and (max-width: 640px) {
  .slider img {
    height: 45vh !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 100% 50%;
       object-position: 100% 50%;
  }
}

/*  インスタグラム　*/
.sns_list {
  border: none !important;
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
}

@media screen and (max-width: 1000px) {
  .sns_list {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
}

.sns_list > div {
  width: 16.6% !important;
  border: none !important;
}

@media screen and (max-width: 1000px) {
  .sns_list > div {
    width: 33.333% !important;
  }
}

.sns_list .sns_photo {
  width: 100% !important;
  padding: 0 !important;
}

.sns_list .sns_text {
  display: none;
}

.cont_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cont_flex._reverse {
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
}

.box100 .box {
  width: 100%;
}

.img100 img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}

.cont_2clm > div,
.cont_2clm > a {
  width: 49%;
  margin-bottom: 2%;
}

@media screen and (max-width: 640px) {
  .cont_2clm > div,
  .cont_2clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_2clm > div:not(:nth-child(2n)),
.cont_2clm > a:not(:nth-child(2n)) {
  margin-right: 2%;
}

@media screen and (max-width: 640px) {
  .cont_2clm > div:not(:nth-child(2n)),
  .cont_2clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_3clm > div,
.cont_3clm > a {
  width: 32%;
  margin-bottom: 2%;
}

@media screen and (max-width: 1000px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .cont_3clm > div,
  .cont_3clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_3clm > div:not(:nth-child(3n)),
.cont_3clm > a:not(:nth-child(3n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .cont_3clm > div:not(:nth-child(3n)),
  .cont_3clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .cont_3clm > div:not(:nth-child(2n)),
  .cont_3clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_4clm > div,
.cont_4clm > a {
  width: 23.5%;
  margin-bottom: 2%;
}

@media screen and (max-width: 1000px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 32%;
  }
}

@media screen and (max-width: 834px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 49%;
  }
}

@media screen and (max-width: 640px) {
  .cont_4clm > div,
  .cont_4clm > a {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cont_4clm > div:not(:nth-child(4n)),
.cont_4clm > a:not(:nth-child(4n)) {
  margin-right: 2%;
}

@media screen and (max-width: 1000px) {
  .cont_4clm > div:not(:nth-child(4n)),
  .cont_4clm > a:not(:nth-child(4n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 1000px) {
  .cont_4clm > div:not(:nth-child(3n)),
  .cont_4clm > a:not(:nth-child(3n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(3n)),
  .cont_4clm > a:not(:nth-child(3n)) {
    margin-right: 0;
  }
}

@media screen and (max-width: 834px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

@media screen and (max-width: 640px) {
  .cont_4clm > div:not(:nth-child(2n)),
  .cont_4clm > a:not(:nth-child(2n)) {
    margin-right: 0;
  }
}

.cont_5clm > div,
.cont_5clm > a,
.cont_5clm > img {
  width: 18.4% !important;
  margin-bottom: 2%;
}

@media screen and (max-width: 1000px) {
  .cont_5clm > div,
  .cont_5clm > a,
  .cont_5clm > img {
    width: 32% !important;
  }
}

@media screen and (max-width: 834px) {
  .cont_5clm > div,
  .cont_5clm > a,
  .cont_5clm > img {
    width: 48% !important;
  }
}

.cont_5clm > div:not(:nth-child(5n)),
.cont_5clm > a:not(:nth-child(5n)),
.cont_5clm > img:not(:nth-child(5n)) {
  margin-right: 2% !important;
}

@media screen and (max-width: 1000px) {
  .cont_5clm > div:not(:nth-child(5n)),
  .cont_5clm > a:not(:nth-child(5n)),
  .cont_5clm > img:not(:nth-child(5n)) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 1000px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)),
  .cont_5clm > img:not(:nth-child(3n)) {
    margin-right: 2% !important;
  }
}

@media screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(3n)),
  .cont_5clm > a:not(:nth-child(3n)),
  .cont_5clm > img:not(:nth-child(3n)) {
    margin-right: 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .cont_5clm > div:not(:nth-child(2n)),
  .cont_5clm > a:not(:nth-child(2n)),
  .cont_5clm > img:not(:nth-child(2n)) {
    margin-right: 4% !important;
  }
}

@media screen and (max-width: 640px) {
  .cont_5clm {
    margin-bottom: 20px !important;
  }
}

#sp {
  display: none;
}

@media screen and (max-width: 1050px) {
  #sp {
    display: block;
    position: fixed;
    z-index: 9999;
    top: 23px;
    right: 20px;
  }
}

#nav_sp {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background: rgba(14, 14, 14, 0.9);
  z-index: 9998;
}

.nav_wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  position: absolute;
  width: 100%;
}

.nav_wrap ul {
  width: 80%;
  padding: 0 20px;
}

.nav_wrap ul li {
  opacity: 1;
  border-radius: 5px;
  margin-bottom: 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.nav_wrap ul li a {
  color: white;
  padding: 8px;
  display: block;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav_wrap ul li a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  color: white;
  position: absolute;
  top: 52%;
  right: 10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
}

@media screen and (max-width: 1050px) {
  .nav_wrap ul li a {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 640px) {
  .nav_wrap ul li a {
    font-size: 1.6rem;
  }
}

.nav_wrap ul li a span {
  font-size: 1.4rem;
  color: #b8d200;
  margin-left: 10px;
}

.nav_wrap ul li:hover {
  border: 1px solid #ffa800;
}

.nav_wrap ul li:hover a {
  color: #b8d200;
}

.nav_wrap ul li:hover a::after {
  color: #b8d200;
}

.nav_wrap ul .sp_nav a {
  background-color: transparent;
  width: 60%;
  margin: auto;
  display: block;
}

.nav_wrap ul .sp_nav .tel {
  padding: 0 0 30px 0 !important;
}

.nav_wrap ul .sp_nav .tel span {
  color: white;
}

.sp_menu {
  width: 30px;
  height: 24px;
  display: block;
  z-index: 9999;
  position: relative;
  display: none;
}

@media screen and (max-width: 1050px) {
  .sp_menu {
    display: block;
  }
}

.sp_menu div {
  position: absolute;
  width: 100%;
  height: 2px;
  border-radius: 5px;
  left: 0;
  background-color: white;
}

.sp_menu div:nth-of-type(1) {
  top: 0;
}

.sp_menu div:nth-of-type(2) {
  top: 11px;
  opacity: 1;
}

.sp_menu div:nth-of-type(3) {
  bottom: 0;
}

.sp_menu.off div:nth-of-type(1) {
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}

@-webkit-keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(2) {
  transition: all 0.25s 0.25s;
  -webkit-transition: all 0.25s 0.25s;
}

@-webkit-keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar02 {
  0% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
}

.sp_menu.off div:nth-of-type(3) {
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}

.sp_menu.on div:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}

@-webkit-keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
  }
}

@keyframes active-menu-bar01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(11px) rotate(0);
            transform: translateY(11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(11px) rotate(45deg);
            transform: translateY(11px) rotate(45deg);
  }
}

.sp_menu.on div:nth-of-type(2) {
  opacity: 0;
}

.sp_menu.on div:nth-of-type(3) {
  -webkit-animation: active-menu-bar03 0.75s forwards;
  animation: active-menu-bar03 0.75s forwards;
}

@-webkit-keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
  }
}

@keyframes active-menu-bar03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
            transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-11px) rotate(0);
            transform: translateY(-11px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-11px) rotate(-45deg);
            transform: translateY(-11px) rotate(-45deg);
  }
}
/*# sourceMappingURL=common_style.css.map */