@import url(base.css);
/***************************************************************************  COMMON STYLE  **************************************************************************/
/*VALIDATE CONTACT*/
/* HEADER */
/* CONTENT */
/* FOOTER */
/*SCROLL TOP*/
/*SCROLL TOP*/
/*LOADDING*/
@keyframes "loadding" { 0% { top: 8px; height: 64px; }
  50%,100% { top: 24px; height: 32px; } }
@-webkit-keyframes "sdb" { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; } }
@keyframes "sdb" { 0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; } }
/*LOADDING*/
/*SCROLL TOP*/
/* BREAKPOINT */
/* PC ONLY */
/* STYLE MOBILE */
/*#HEADER*/
/*#HEADER*/
/*#CONTENT*/
/*#CONTENT*/
/* Landscape */
body { background-color: #000000; font-size: 14px; line-height: 1.5; color: #fff; font-family: 'Noto Serif JP', serif; overflow-x: hidden; }

body.fixed { overflow: hidden; }

.inner { width: 1240px; margin: 0 auto; padding: 0 20px; }

.error { display: block; font-size: 12px; color: red; }

#header { position: fixed; top: 0; left: 0; width: 100%; padding: 36px 0 14px; background: url(../images/common/head-border.png) no-repeat right bottom, #000; z-index: 2999; }
#header .mainMenu .menu { display: flex; justify-content: flex-end; padding: 0 4px; }
#header .mainMenu .menu li { margin-left: 78px; }
#header .mainMenu .menu li a { font-size: 20px; color: #fff; font-weight: bold; }

#content { width: 100%; margin-top: 52px; }

.areaTitle { position: relative; font-size: 100px; font-style: italic; margin-bottom: 37px; }
.areaTitle .border { position: absolute; bottom: 32px; right: 0; width: 100%; height: 2px; background: url(../images/common/title-border-left.png) no-repeat left bottom; }

.areaTitle.rt { text-align: right; }
.areaTitle.rt .border { background: url(../images/common/title-border-right.png) no-repeat right bottom; }

.Chrome .areaTitle .border { bottom: 32px !important; }
.Chrome .areaTitle.rt .border { bottom: 32px !important; }

.MacOS .areaTitle .border { bottom: 41px; }
.MacOS .areaTitle.rt .border { bottom: 41px; }

.areaText { font-size: 20px; line-height: 2; }

#footer { width: 100%; }

#copyright { background: url(../images/common/head-border.png) no-repeat right top; font-size: 11px; text-align: center; letter-spacing: 1.4px; padding: 38px 0; }

.mouse { position: fixed; background: #fff; z-index: 3000; pointer-events: none; width: 40px; height: 40px; border-radius: 50%; opacity: 0; transition: width 300ms linear, height 300ms linear, opacity 1000ms linear; transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }

.mouse.hide { opacity: 0 !important; }

.mouse.active { width: 64px; height: 64px; background: rgba(255, 255, 255, 0.7); }

.btn a { display: block; width: 240px; padding: 17px 25px 18px; border: 1px solid #fff; color: #fff; text-align: center; text-decoration: none; outline: none; transition: all .3s; }

.sp { display: none; }

.scroll { position: absolute; right: 52px; bottom: 50px; width: 80px; height: 72px; z-index: 2998; }
.scroll a { display: block; width: 100%; height: 100%; }
.scroll a span { position: absolute; top: 0; left: 0; width: 100%; height: 22px; -webkit-animation: sdb 2s infinite; animation: sdb 2s infinite; opacity: 0; box-sizing: border-box; }
.scroll a span:nth-of-type(1) { -webkit-animation-delay: 0s; animation-delay: 0s; }
.scroll a span:nth-of-type(2) { top: 24px; -webkit-animation-delay: .15s; animation-delay: .15s; }
.scroll a span:nth-of-type(3) { top: 50px; -webkit-animation-delay: .3s; animation-delay: .3s; }

.wrapLoadding { position: fixed; display: flex; justify-content: center; align-items: center; top: 0; left: 0; width: 100%; height: 100vh; background: #000; opacity: 1; visibility: visible; z-index: 3000; transition: all 500ms linear; }

.loaded .wrapLoadding { opacity: 0; visibility: hidden; }

.loadding { display: inline-block; position: relative; width: 80px; height: 80px; }
.loadding div { display: inline-block; position: absolute; left: 8px; width: 16px; background: #fff; animation: loadding 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }
.loadding div:nth-child(1) { left: 8px; animation-delay: -0.24s; }
.loadding div:nth-child(2) { left: 32px; animation-delay: -0.12s; }
.loadding div:nth-child(3) { left: 56px; animation-delay: 0; }

@media (max-width: 1257px) and (min-width: 769px) { .inner { width: 100%; } }
@media (min-width: 769px) { .btn a:hover { box-shadow: 0 0 45px rgba(255, 255, 255, 0.6); } }
@media (max-width: 768px) { .pc { display: none; }
  .sp { display: block; }
  .mouse { display: none; }
  .inner { width: 100%; padding: 0 4%; }
  #header { padding: 15px 0 14px; }
  #header .mainMenu .menu { display: flex; justify-content: space-between; padding: 0 6.5%; }
  #header .mainMenu .menu li { margin-left: 0; }
  #header .mainMenu .menu li a { font-size: 14px; color: #fff; }
  #content { margin-top: 16px; }
  .areaText { font-size: 14px; line-height: 2; }
  .areaTitle { font-size: 40px; margin-bottom: 19px; }
  .areaTitle .border { bottom: 12px; left: calc(-4% - 1px); background: url(../images/common/title-border-left-sp.png) no-repeat left -30px bottom/100%; }
  .Chrome .areaTitle .border { bottom: 12px !important; }
  .Chrome .areaTitle.rt .border { bottom: 12px !important; }
  .IOS .areaTitle .border { bottom: 15px; }
  .IOS .areaTitle.rt .border { bottom: 15px; }
  .areaTitle.rt .border { bottom: 12px; left: auto; right: calc(-4% - 1px); background: url(../images/common/title-border-right-sp.png) no-repeat right -30px bottom/100%; }
  .scroll { right: 15px; bottom: 213px; width: 40px; height: 36px; }
  .scroll a span:nth-of-type(2) { top: 13px; }
  .scroll a span:nth-of-type(3) { top: 26px; }
  .btn a { padding: 10px 25px 17px; }
  #copyright { font-size: 9px; letter-spacing: 1.4px; padding: 18px 0; } }
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: landscape) { .scroll { right: 15px; bottom: 20px; } }
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) { .scroll { right: 15px; bottom: 20px; } }

/*# sourceMappingURL=common.css.map */
