@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
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;
  vertical-align: baseline;
  background: transparent;
}

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

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
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, img, ins, kbd, q, s, samp,
small, strike, strong, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #fff;
  line-height: 1.6;
  background: #000;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  min-width: 1140px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}

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

strong {
  font-weight: bold;
}

a:link {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  text-decoration: none;
  opacity: .8;
}

a:active {
  color: #fff;
  text-decoration: none;
}

a[href^="tel"] {
  color: #fff;
}

.contain {
  width: 1140px;
  min-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #fff;
}

input::placeholder, textarea::placeholder {
  color: #fff;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #fff;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #fff;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}

@keyframes bottom-top {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes top-bottom {
  0% {
    transform: translateY(-30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes big-small {
  0% {
    opacity: 0;
    transform: scale(1.25);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1140px;
    margin: 0 auto;
  }
}

.l_content_size_pc_1 {
  width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0;
  }
}

/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
/* =================================
 l_header_sp
================================= */
/* =================================
 l_menu_sp
================================= */
/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
.l_header_top {
  position: relative;
}

.l_header_top nav {
  display: flex;
  justify-content: space-between;
}

.l_header_top nav .logo {
  margin: 20px 0 0 22px;
}

@media screen and (max-width: 768px) {
  .l_header_top nav .logo {
    width: calc(300/750*100vw);
    margin: calc(26/750*100vw) 0 0 calc(26/750*100vw);
  }
}

.l_header_top nav .fuji {
  margin: 34px 29px 0 0;
}

@media screen and (max-width: 768px) {
  .l_header_top nav .fuji {
    width: calc(181/750*100vw);
    margin: calc(30/750*100vw) calc(30/750*100vw) 0 0;
  }
}

/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
.l_side_top {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75);
  padding: 0 0 15px;
}

@media screen and (min-width: 769px) {
  .l_side_top {
    min-width: 1140px;
  }
}

@media screen and (max-width: 768px) {
  .l_side_top {
    padding: calc(12/750*100vw) calc(30/750*100vw) calc(30/750*100vw);
  }
}

.l_side_top .side_btn {
  text-align: center;
}

.l_side_top .side_btn img {
  margin-top: -12px;
}

@media screen and (max-width: 768px) {
  .l_side_top .side_btn img {
    margin-top: 0;
  }
}

/* =================================
 l_footer_top
================================= */
.l_footer_top .footer_top {
  background: #3a0000;
  padding: 60px 0;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_top {
    padding: calc(40/750*100vw) calc(30/750*100vw);
  }
}

.l_footer_top .footer_attention {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px 50px;
  margin-bottom: 42px;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_attention {
    padding: calc(25/750*100vw) calc(20/750*100vw);
    margin-bottom: calc(60/750*100vw);
  }
}

.l_footer_top .footer_attention-ttl {
  font-size: 1.5rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_attention-ttl {
    font-size: 1.2rem;
  }
}

.l_footer_top .footer_attention-text {
  font-size: 1.1rem;
  margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_attention-text {
    font-size: 1.2rem;
  }
}

.l_footer_top .footer_attention-inner {
  height: 185px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_attention-inner {
    height: calc(442/750*100vw);
  }
}

.l_footer_top .footer_bnr {
  display: flex;
  justify-content: center;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_bnr {
    display: block;
  }
}

.l_footer_top .footer_bnr li + li {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_bnr li + li {
    margin-left: 0;
    margin-top: calc(22/750*100vw);
  }
}

.l_footer_top .footer_bottom {
  background: #2a0000;
  padding: 35px 0 145px;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_bottom {
    padding: calc(36/750*100vw) 0 calc(196/750*100vw);
  }
}

.l_footer_top .footer_copy {
  text-align: center;
  font-size: 1.1rem;
}

@media screen and (max-width: 768px) {
  .l_footer_top .footer_copy {
    font-size: 1rem;
  }
}

/* =================================
 l_hoge_top
================================= */
.key {
  background: url(../img/index/bg_key.png) center top/auto no-repeat;
}

@media screen and (max-width: 768px) {
  .key {
    background: url(../img/index/sp/bg_key.png) center top/100% no-repeat;
  }
}

.key_inner {
  position: relative;
}

.key_img {
  position: absolute;
  top: -166px;
  left: 0;
  right: 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .key_img {
    top: calc(-114/750*100vw);
  }
}

.key_ttl {
  position: relative;
  margin: 0 -91px 8px;
  padding-top: 321px;
}

@media screen and (max-width: 768px) {
  .key_ttl {
    margin: 0 0 calc(-12/750*100vw);
    padding-top: calc(322/750*100vw);
  }
}

.key_catch {
  position: relative;
  margin: 0 -170px -72px -144px;
}

@media screen and (max-width: 768px) {
  .key_catch {
    margin: 0 0 calc(20/750*100vw);
  }
}

.about {
  background: url(../img/index/bg_about.png) center -45px/auto no-repeat;
}

@media screen and (max-width: 768px) {
  .about {
    background: url(../img/index/sp/bg_about.png) center -18vw/100% no-repeat;
  }
}

.about_ttl {
  text-align: center;
  margin-bottom: 8px;
}

@media screen and (max-width: 768px) {
  .about_ttl {
    width: calc(511/750*100vw);
    margin: 0 auto calc(-22/750*100vw);
  }
}

.about_img01 {
  margin: 0 -45px -65px -45px;
}

@media screen and (max-width: 768px) {
  .about_img01 {
    margin: 0 0 calc(-74/750*100vw);
  }
}

.about_img01-outer {
  position: relative;
}

.about_img02 {
  margin: 0 -45px -16px -115px;
}

@media screen and (max-width: 768px) {
  .about_img02 {
    margin: 0 0 calc(30/750*100vw);
  }
}

.about_img02-outer {
  position: relative;
}

.about_btn01, .about_btn02, .about_btn03 {
  position: absolute;
}

.about_btn01, .about_btn02 {
  top: 278px;
}

@media screen and (max-width: 768px) {
  .about_btn01, .about_btn02 {
    width: calc(586/750*100vw);
  }
}

.about_btn01 {
  left: 45px;
}

@media screen and (max-width: 768px) {
  .about_btn01 {
    top: calc(266/750*100vw);
    left: calc(83/750*100vw);
  }
}

.about_btn02 {
  left: 402px;
}

@media screen and (max-width: 768px) {
  .about_btn02 {
    top: calc(620/750*100vw);
    left: calc(83/750*100vw);
  }
}

.about_btn03 {
  top: 343px;
  left: 347px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .about_btn03 {
    width: calc(586/750*100vw);
    top: calc(800/750*100vw);
    left: calc(83/750*100vw);
  }
}

.model {
  background: url(../img/index/bg_model.png) center -45px/auto no-repeat;
}

@media screen and (max-width: 768px) {
  .model {
    background: url(../img/index/sp/bg_model.png) center -18vw/100% no-repeat;
  }
}

.model_ttl {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .model_ttl {
    width: calc(676/750*100vw);
    margin: 0 auto;
  }
}

.model_img01 {
  margin: -247px -58px 0 -15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .model_img01 {
    margin: 0 0 calc(6/750*100vw);
  }
}

.model_img02 {
  margin: -24px -9px 0;
}

@media screen and (max-width: 768px) {
  .model_img02 {
    margin: 0 0 calc(6/750*100vw);
  }
}

.model_img03 {
  margin: -24px -145px 0 -21px;
}

@media screen and (max-width: 768px) {
  .model_img03 {
    margin: 0 0 calc(6/750*100vw);
  }
}

.model_subttl {
  margin: -24px -8px -57px -9px;
}

@media screen and (max-width: 768px) {
  .model_subttl {
    margin: 0 0 calc(-45/750*100vw);
  }
}

.model_img04 {
  text-align: center;
  margin-bottom: 54px;
}

@media screen and (max-width: 768px) {
  .model_img04 {
    margin-bottom: calc(45/750*100vw);
  }
}

/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 999;
}

.l_header {
  z-index: 998;
}

.l_header_sp {
  z-index: 998;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}
