@charset "UTF-8";
/*===========================================================
このファイルはsassで編集されています。
cssを編集しないでください。
=============================================================*/
/*=====================================================================
リセットcssの設定
=======================================================================*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%; }

legend {
  color: #000; }

#yui3-css-stamp.cssreset {
  display: none; }

/*===========================================================
全体の設定
=============================================================*/
.container {
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px; }
  @media screen and (max-width: 768px) {
    .container {
      max-width: 100%;
      width: 100%;
      padding-left: 4%;
      padding-right: 4%;
      word-wrap: break-word;
      overflow-wrap: break-word;
      overflow-x: hidden; } }

.relative {
  position: relative; }

.clearfix:after {
  display: block;
  clear: both;
  content: ""; }

.res {
  display: none !important; }
  @media screen and (max-width: 768px) {
    .res {
      display: block !important; } }

@media screen and (max-width: 768px) {
  .res-none {
    display: none !important; } }

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  line-break: auto; }

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box; }
  input[type="submit"]::-webkit-search-decoration,
  input[type="button"]::-webkit-search-decoration {
    display: none; }
  input[type="submit"]::focus,
  input[type="button"]::focus {
    outline-offset: -2px; }

html {
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media screen and (max-width: 768px) {
  html, body {
    width: 100%; } }

h1, h2, h3, h4, h5, h6, p {
  color: #222; }

p {
  font-size: 0.9rem; }

a {
  color: inherit;
  text-decoration: none;
  display: block; }
  a:active {
    text-decoration: none; }
  a:hover {
    text-decoration: none; }

/*=====================================================================
landing__pageの設定 ここから
=======================================================================*/
.center_top {
  margin: 0 0 0;
  width: 100%;
  height: 100vh; }
  .center_top img {
    width: 100%;
    height: 100vh;
    object-fit: cover; }

.slide-animation {
  animation: fadezoom 10s 0s forwards; }

@keyframes fadezoom {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(1.2); } }
/*=====================================================================
footer
=======================================================================*/
footer {
  width: 100%;
  padding: 35px 0 75px;
  background: #000; }

/*=====================================================================
landing__pageの設定
=======================================================================*/
#landing__page div.first_view {
  position: relative;
  height: 100vh;
  width: 100%; }
  #landing__page div.first_view .fixed {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    width: 100vw;
    height: 100vh; }
  #landing__page div.first_view .logo {
    width: 35%;
    max-width: 350px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%); }
    @media screen and (max-width: 768px) {
      #landing__page div.first_view .logo {
        width: 50%; } }
    #landing__page div.first_view .logo img {
      width: 100%; }
#landing__page nav {
  background: #fff; }
  @media screen and (max-width: 768px) {
    #landing__page nav {
      display: none; } }
  #landing__page nav ul {
    width: 500px;
    padding: 25px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #landing__page nav ul li {
      border-left: 1px solid #777; }
      #landing__page nav ul li:last-child {
        border-right: 1px solid #777; }
      #landing__page nav ul li a {
        padding: 0 15px;
        color: #777;
        font-size: 0.85rem;
        letter-spacing: 1px; }
#landing__page .back__fixed {
  background-image: url(../img/back__fixed.jpg);
  background-size: cover;
  padding: 30px 0 30px;
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat; }
  @media screen and (max-width: 768px) {
    #landing__page .back__fixed {
      background-image: url(../img/back__fixed__sp.jpg);
      background-attachment: scroll; } }
  #landing__page .back__fixed .wrap {
    text-align: center;
    margin: 80px 0; }
    #landing__page .back__fixed .wrap h3 {
      font-size: 1.3rem;
      line-height: 33px;
      letter-spacing: 2px;
      margin: 50px 0 65px;
      font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
      font-weight: 600;
      font-style: normal;
      position: relative; }
      #landing__page .back__fixed .wrap h3:after {
        content: '';
        position: absolute;
        bottom: -35px;
        display: inline-block;
        width: 60px;
        height: 1px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background-color: black; }
    #landing__page .back__fixed .wrap p {
      font-size: 0.9rem;
      line-height: 33px;
      letter-spacing: 1px;
      margin-bottom: 40px;
      font-family: a-otf-gothic-bbb-pr6n, sans-serif;
      font-weight: 400;
      font-style: normal; }
