@charset "UTF-8";
/************************************************

@PC - common.css v5.0.0

(c) ULM Co.,Ltd. - https://www.ulm-design.com
************************************************/
/* reset */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
hr,
menu,
nav,
section {
  display: block;
}

a,
hr {
  padding: 0;
}

abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins,
mark {
  background-color: #ff9;
  color: #000;
}

body {
  line-height: 1;
}

li,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q:after, q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  text-decoration: none;
}

mark {
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: middle;
}

.w100 {
  width: 100%;
}

/*-------------------------------

html

-------------------------------*/
html,
body {
  background: #000;
  font: 13px/1em "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  letter-spacing: 1px;
  word-break: break-all;
  word-wrap: break-word;
  /*-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/
  font-feature-settings: "palt";
  /*文字間詰め*/
  -webkit-text-size-adjust: 100%;
  /* adjust */
}

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

.hover {
  -webkit-transition: all 0.2s ease !important;
  transition: all 0.2s ease !important;
}

.click {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.click:active {
  -webkit-transition: all 0.1s ease;
  transition: all 0.1s ease;
  transform: scale(0.95);
}

.delayItem,
.delayItem_sub {
  opacity: 0;
}

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

.sp,
.br-sp {
  display: block;
}
@media screen and (min-width: 960px) {
  .sp,
  .br-sp {
    display: none;
  }
}

.contents {
  padding: 30px 0;
  width: 95%;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .contents {
    width: auto;
  }
}

.fade-up {
  transition: all 1s ease;
}

/*-------------------------------

#wrapper

-------------------------------*/
#wrapper {
  width: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  background: #1c2731 url(../img/top/c_bg_sp.jpg) repeat-x center center;
  background-size: 100% auto;
  background: #000;
}
@media screen and (min-width: 960px) {
  #wrapper {
    width: 100%;
  }
}

/*-------------------------------

#header

-------------------------------*/
#header {
  width: 100%;
  height: 50px;
  background: #fff;
  border-bottom: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

#drawer-btn {
  position: absolute;
  z-index: 5;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  background: #333;
}

#drawer-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
  color: #FFF;
  padding: 8px 0 0 2px;
  letter-spacing: 0px;
}

#drawer-line-box {
  width: 50px;
  height: 28px;
  padding: 4px 0 0;
}

.drawer-line {
  width: 30px;
  height: 3px;
  background: #FFF;
  display: block;
  margin: 0 auto 4px auto;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border-radius: 10px;
}
.drawer-line.open:nth-child(1) {
  -webkit-transform: rotate(405deg) translate(5px, 5px);
  transform: rotate(405deg) translate(5px, 5px);
}
.drawer-line.open:nth-child(2) {
  -webkit-opacity: 0;
  opacity: 0;
}
.drawer-line.open:nth-child(3) {
  -webkit-transform: rotate(-405deg) translate(5px, -5px);
  transform: rotate(-405deg) translate(5px, -5px);
}

/*-------------------------------

menu

-------------------------------*/
.el_humburger {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 80px;
  height: 80px;
  padding-top: 1px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 9;
  cursor: pointer;
  pointer-events: auto;
  color: #fff;
  text-align: center;
  background: #000;
  border: 1px solid #fff;
}

#menu-txt {
  font-size: small;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: normal;
}

@media screen and (max-width: 840px) {
  .el_humburger {
    display: block;
    bottom: 2vw;
    padding-top: 5px;
    width: 70px;
    height: 70px;
    right: 2vw;
    opacity: 0 !important;
    transition: all 0.4s linear;
  }
  .humburger-shift {
    opacity: 1 !important;
    right: 2vw !important;
  }
  #factory .el_humburger {
    display: none;
  }
}
.el_humburger_wrapper {
  color: #fff;
  margin-bottom: 5px;
  width: 55px;
  display: inline-block;
  padding: 20px 0 0 0;
  font-weight: bold;
}

@media screen and (max-width: 840px) {
  .el_humburger_wrapper {
    margin-bottom: 5px;
    width: 45px;
    padding: 10px 0 0 0;
  }
}
.el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-family: futura, "游ゴシック";
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}

.el_humburger_text.el_humburger_text__close {
  display: none;
}

.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: block;
}

@media screen and (max-width: 840px) {
  .el_humburger_text {
    font-size: 10px;
    padding-top: 2px;
  }
}
@media screen and (max-width: 840px) {
  .el_humburger_text svg path {
    -webkit-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    -o-transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    transition: all 200ms cubic-bezier(0.16, 0.52, 0.25, 1);
    fill: #000;
  }
}
@media screen and (max-width: 840px) {
  .js_humburgerOpen .el_humburger_text svg path {
    fill: #000;
  }
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 76%;
  margin: 0 auto 8px;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.el_humburger span.el_humburger_bar:nth-child(2) {
  width: 66%;
  margin-left: 6px;
}

.el_humburger span.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar {
  background: #fff;
}

@media screen and (max-width: 840px) {
  .el_humburger span.el_humburger_bar {
    left: 0;
    top: 0;
    background: #fff;
  }
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}

.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-11px) rotate(45deg);
  -ms-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}

.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}

.el_humburgerButton__close span.el_humburger_bar.top {
  -webkit-transform: translateY(5px) rotate(-45deg);
  -ms-transform: translateY(5px) rotate(-45deg);
  transform: translateY(5px) rotate(-45deg);
}

.el_humburgerButton__close span.el_humburger_bar.bottom {
  -webkit-transform: translateY(-6px) rotate(45deg);
  -ms-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  height: 100%;
  width: 0;
  z-index: 5;
  padding-top: 50px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  overflow: hidden;
}

.js_humburgerOpen .navi {
  width: 450px;
  background: #000 url(../common/img/manu_bg.jpg) center center no-repeat;
  background-size: contain;
  padding: 5% 0;
}

@media screen and (max-width: 840px) {
  .js_humburgerOpen .navi {
    width: 100%;
    padding: 20% 5% 0;
    overflow-y: auto;
  }
}
.navi_item {
  margin-bottom: 12px;
  font-size: 20px;
  white-space: nowrap;
  margin-left: 90px;
  padding: 10px 0;
  letter-spacing: 4px;
  font-family: "Roboto Condensed", sans-serif;
}

.navi_item a {
  color: #fff;
}

.navi_item a:hover {
  opacity: 0.8;
}

.navi_item a {
  position: relative;
  padding-bottom: 10px;
}

.navi_item a::after {
  content: "";
  background: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transition: transform 0.3s;
  transform-origin: center top;
  transform: scale(0, 1);
}

.navi_item a:hover::after {
  transform-origin: center top;
  transform: scale(1, 1);
}

.navi_item.op_innerLink {
  cursor: pointer;
}

@media screen and (max-width: 840px) {
  .navi_item {
    margin-left: 0;
    font-size: 18px;
    text-align: center;
  }
}
/*-------------------------------

@nav

-------------------------------*/
#nav {
  font-size: 14px;
}

.nav-box {
  position: relative;
  height: 14px;
  padding: 18px 15px;
}

.nav-btn {
  display: block;
  color: #000;
}
.nav-btn.selected, .nav-btn:not(.coming):hover {
  color: #ff0000;
}
.nav-btn.coming {
  opacity: 0.5;
}

.nav-icon {
  padding: 0 0 0 0;
}

/*-------------------------------

#drawer-layer-container

-------------------------------*/
#drawer-container {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 99;
  top: 0px;
  left: 0px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
  opacity: 0;
  background: #ccc;
  padding: 50px 0 0 0;
}

#drawer-container-inner {
  width: 100%;
  padding: 6% 0;
  position: relative;
  z-index: 1;
}

#drawer-nav-container {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  width: 90%;
  margin: 0 auto;
}

.drawer-nav-box {
  display: block;
  margin: 0 0 3% 0;
}
.drawer-nav-box:last-child {
  margin: 0 auto;
}

.drawer-nav-btn {
  color: #fff;
  text-decoration: none;
  display: block;
  height: 80px;
  line-height: 80px;
  background-color: #000;
  border-radius: 5px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5);
}

.drawer-nav-btn.selected {
  color: #fff;
  background: #ff0000;
  text-shadow: none;
}

/*-------------------------------

#footer

-------------------------------*/
#footer {
  position: relative;
}

.footer-inner {
  display: flex;
  justify-content: center;
  flex-direction: column-reverse;
}
@media screen and (min-width: 960px) {
  .footer-inner {
    align-items: flex-end;
    justify-content: center;
    flex-direction: row;
    display: flex;
    padding: 0 5% 0;
  }
}

/*-------------------------------

#main

-------------------------------*/
#main {
  display: block;
}

/*-------------------------------

#preloader

-------------------------------*/
#preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #a70100;
  transform: translateY(0);
  transition: transform 1s ease-in-out;
}
@media screen and (min-width: 960px) {
  #preloader {
    padding: 0;
  }
}
#preloader.hide {
  transform: translateY(-100%);
}

#preloader-inner {
  width: 200px;
  height: 180px;
  position: absolute;
  z-index: 1;
  top: calc(50% - 50px);
  left: calc(50% - 100px);
}
@media screen and (min-width: 960px) {
  #preloader-inner {
    width: 340px;
    left: calc(50% - 150px);
  }
}

#preloader-ttl {
  display: block;
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
}

#preloader-txt {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
}

#preloader-anime {
  position: absolute;
  top: 115px;
  left: 310px;
  z-index: 3;
}

#progress-txt {
  width: 60px;
  display: block;
  font: 11px/1em Arial, Helvetica, sans-serif;
  color: #e63663;
  text-align: center;
  position: absolute;
  top: 145px;
  left: 293px;
  z-index: 4;
}

#preloaderAnime {
  position: absolute;
  top: calc(50% - 8px);
  left: calc(50% - 8px);
}

/*-------------------------------

@mvtk

-------------------------------*/
#mvtk-widgets-wrap {
  text-align: center;
}
@media screen and (max-width: 960px) {
  #mvtk-widgets-wrap {
    padding: 0 0 10px;
  }
}

/*-------------------------------

@banner

-------------------------------*/
.banner-item {
  margin: 0 10px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.banner-item:hover {
  opacity: 0.6;
}

.banner-img {
  width: 180px;
  height: auto;
}

/*-------------------------------

@SNS

-------------------------------*/
#social-container {
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0 30px;
}
@media screen and (min-width: 960px) {
  #social-container {
    right: 2vw;
    bottom: 2vw;
    z-index: 2;
    margin: 20px 20px;
  }
}

.sns-btn {
  display: block;
  height: 20px;
  padding: 0 10px 0 0;
}
.sns-btn:nth-last-child(1) {
  padding: 0;
}

/* Twitterカスタム */
/* Facebookカスタム */
/* Lineカスタム */
.share-link-btn-icon {
  color: #fff;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  border-radius: 30px;
  align-items: center;
  position: relative;
  transition: all 0.4s ease;
  margin: 0 7px;
  border: solid 1px #fff;
}
.share-link-btn-icon:hover {
  border: solid 1px #7b7b7b;
  color: #7b7b7b;
}

.share-ttl {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color: #fff;
  font-weight: bold;
  padding: 0 0 10px;
  letter-spacing: 5px;
}

/*--------------------------------------------------
リマケタグの隙間対策
--------------------------------------------------*/
iframe[name=google_conversion_frame] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
}

/*--------------------------------------------------------------

@modules

--------------------------------------------------------------*/
/*-------------------------------

a

-------------------------------*/
a {
  text-decoration: none;
  display: inline-block;
}
/*-------------------------------

@flex

-------------------------------*/
.flex {
  display: -webkit-flex;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-center {
  -webkit-justify-content: center;
  justify-content: center;
}

.flex-left {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

.flex-right {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}

/*-------------------------------

font-weight

-------------------------------*/
.bold {
  font-weight: bold;
  font-size: 20px;
}

/*-------------------------------

font-style

-------------------------------*/
.italic {
  font-style: italic;
}

/*-------------------------------

display

-------------------------------*/
.none {
  display: none;
}

.block {
  display: block;
}

/*-------------------------------

position

-------------------------------*/
.relative {
  position: relative;
}

.margin-auto {
  margin: 0 auto;
}

/*-------------------------------

guard

-------------------------------*/
.guard {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../common/img/spacer.gif);
  background-repeat: repeat;
}

.protect {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -khtml-user-drag: none;
  -webkit-user-drag: none;
}

/*-------------------------------

fade-image

-------------------------------*/
.fade-image-effect {
  position: relative;
  overflow: hidden;
}

.fade-image-effect:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #1c2731;
  transform: translate3d(0%, 0, 0);
}

.fade-image-effect.active:after {
  animation: swipeRight 1.1s cubic-bezier(0.6, 0, 0.4, 1);
  animation-fill-mode: forwards;
}

@keyframes swipeRight {
  0% {
    transform: translate(0);
  }
  50%, 60% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translate3d(100%, 0, 0);
  }
}
@media screen and (max-width: 1024px) {
  .fade-image .fade_image-effect:last-child {
    margin: 0;
  }
}
.scroll-link {
  width: 30px;
  display: block;
  position: absolute;
  right: 4px;
  bottom: 0;
  margin: auto;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 10px;
  font-family: "Josefin Sans", sans-serif;
  line-height: 1;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
  /* display: none; */
}

.scroll-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #fff;
}

.scroll-link::after {
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.btn__ {
  display: block;
  border-radius: 5px;
  width: 80%;
  margin: 40px auto 50px;
}
@media screen and (min-width: 960px) {
  .btn__ {
    width: 300px;
    width: 100%;
  }
}

.btn__ a {
  display: block;
  width: 100%;
  padding: 2em 3em;
  font-size: 1.75rem;
  letter-spacing: 2px;
  text-align: center;
  color: #000;
  font-weight: bold;
  font-family: "Poppins", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media screen and (min-width: 960px) {
  .btn__ a {
    max-width: 300px;
    padding: 25px 6rem;
  }
}

.btn_reverse a {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.btn_reverse .text {
  position: relative;
  z-index: 1;
  transition: 0.5s;
}

.btn_reverse a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #a70100;
  transition: width 0.5s ease;
  z-index: -1;
}

@media (hover: hover) {
  .btn_reverse a:hover {
    color: #FFF;
  }
  .btn_reverse a:hover::before {
    width: 100%;
  }
}
@media (hover: none) {
  .btn_reverse a:active {
    color: #FFF;
  }
  .btn_reverse a:active::before {
    width: 100%;
  }
}
.yz {
  display: flex;
  position: absolute;
  right: 20px;
  top: 35%;
  z-index: 2;
}

.yz::after {
  content: "";
  width: 50px;
  height: 11px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
}/*# sourceMappingURL=common.css.map */