@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;600&display=swap");
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  margin: 0;
  line-height: 1; }

ul, ol {
  list-style: none; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin: 0;
  padding: 0; }

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

button {
  background-color: inherit;
  padding: 0;
  border: none; }

iframe {
  border: none;
  width: 100%; }

figure {
  margin: 0; }

* {
  word-wrap: break-word; }

input {
  -webkit-appearance: none; }

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

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; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label {
  background: #ff0000; }

/* CSS Document */
/* CSS Document */
html {
  font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
  color: #FFF;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: #000; }

body {
  overflow-x: hidden !important;
  max-width: 100%;
  background: url("../images/body_bg.jpg");
  background-size: 100% auto;
  background-position: left top;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-color: #000;
  background-size: contain;
  position: relative; }
  @media screen and (min-width: 1024px) {
    body {
      background: url("../images/body_bg_pc.jpg");
      background-position: center top;
      background-size: 1920px;
      background-repeat: no-repeat;
      background-attachment: fixed;
      background-color: #000; } }

main {
  z-index: 200;
  max-width: 100vw;
  overflow-x: hidden; }

h1 {
  width: 65%; }

.main_logo {
  width: 100vw;
  margin: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  opacity: 0;
  -webkit-transition: opacity 1.6s ease, -webkit-transform .6s ease;
  transition: opacity 1.6s ease, -webkit-transform .6s ease;
  -o-transition: opacity 1.6s ease, transform .6s ease;
  transition: opacity 1.6s ease, transform .6s ease;
  transition: opacity 1.6s ease, transform .6s ease, -webkit-transform .6s ease; }
  @media screen and (min-width: 1024px) {
    .main_logo {
      width: 560px; } }
  .main_logo.active {
    opacity: 1; }
  .main_logo.fitting {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
    @media screen and (min-width: 1024px) {
      .main_logo.fitting {
        -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
        transform: scale(0.8); } }
  .main_logo.done {
    -webkit-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease; }

.main_inner {
  /*  min-height: 400vh; */
  width: 1000vw;
  margin-left: -450vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease; }
  @media screen and (min-width: 1024px) {
    .main_inner {
      padding-top: 0;
      padding-bottom: 20vh; } }

.canvas {
  top: 0;
  width: 161.6vw;
  background: url(../images/center.svg) no-repeat center center;
  background-size: 83.5%;
  height: 172.5vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto 0;
  will-change: animation, transform, opacity;
  opacity: 0;
  position: relative;
  z-index: 4;
      -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  @media screen and (min-width: 1024px) {
    .canvas {
      max-width: 936px;
      max-height: 940px; } }
  .canvas.active {
    -webkit-animation: 2.6s ease-in-out 1s alternate  forwards  canvas_action;
    animation: 2.6s ease-in-out 1s alternate  forwards  canvas_action; }
    @media screen and (min-width: 1024px) {
      .canvas.active {
        -webkit-animation: 2.6s ease-in-out 1s alternate  forwards  canvas_action_pc;
        animation: 2.6s ease-in-out 1s alternate  forwards  canvas_action_pc; } }
  .canvas.action_finish {
    -webkit-animation: 1.4s ease-in-out  alternate  forwards  canvas_action_finish;
    animation: 1.4s ease-in-out  alternate  forwards  canvas_action_finish; }
    @media screen and (min-width: 1024px) {
      .canvas.action_finish {
        -webkit-animation: .6s ease-in-out alternate  forwards  canvas_action_finish_pc;
        animation: .6s ease-in-out alternate  forwards  canvas_action_finish_pc;
        -webkit-transform: scale(0.9) translate(0, 0);
        -ms-transform: scale(0.9) translate(0, 0);
        transform: scale(0.9) translate(0, 0); } }
  .canvas.done {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
    @media screen and (min-width: 1024px) {
      .canvas.done {
        -webkit-transform: scale(0.9) translate(0, 0);
        -ms-transform: scale(0.9) translate(0, 0);
        transform: scale(0.9) translate(0, 0); } }
  .canvas::before {
    /*		デバッグ用センターライン
		content: "";
		display: block;
			left: 0;
		width: 50%;
		position: absolute;
		border-right: 1px solid #F00;
		height: 100vh;
		*/ }

.item {
  position: absolute;
  width: 125px;
  height: 125px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: all .95s ease;
  -o-transition: all .95s ease;
  transition: all .95s ease;
  will-change: all;
  opacity: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  image-rendering: -webkit-optimize-contrast; }
  @media screen and (min-width: 1024px) {
    .item {
      -webkit-transition: all .6s ease;
      -o-transition: all .6s ease;
      transition: all .6s ease; } }
  .item img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    image-rendering: -webkit-optimize-contrast; }
  .item.ready {
    opacity: 0;
    -webkit-transform: scale(0.2) translate(0, 0);
    -ms-transform: scale(0.2) translate(0, 0);
    transform: scale(0.2) translate(0, 0); }
  .item.initAction {
    opacity: 1;
    -webkit-transition: opacity 2s ease, -webkit-transform 2s ease;
    transition: opacity 2s ease, -webkit-transform 2s ease;
    -o-transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease;
    transition: opacity 2s ease, transform 2s ease, -webkit-transform 2s ease; }
  .item.done {
    opacity: 1; }
  .item:nth-child(1).initAction {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  .item:nth-child(2).initAction {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  .item:nth-child(3).initAction {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  .item:nth-child(4).initAction {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  .item:nth-child(5).initAction {
    -webkit-transition-delay: 1.1s;
    -o-transition-delay: 1.1s;
    transition-delay: 1.1s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  .item:nth-child(6).initAction {
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  .item:nth-child(7).initAction {
    -webkit-transition-delay: 1.5s;
    -o-transition-delay: 1.5s;
    transition-delay: 1.5s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  .item:nth-child(8).initAction {
    -webkit-transition-delay: 1.7s;
    -o-transition-delay: 1.7s;
    transition-delay: 1.7s;
    -webkit-transform: scale(1) translate(0, 0);
    -ms-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0); }
  @media screen and (min-width: 1024px) {
    .item {
      width: 211px;
      height: 211px; } }
  .item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: none no-repeat center center rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  .item .front {
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    text-align: center;
    color: #FFCC33; }
    @media screen and (min-width: 1024px) {
      .item .front {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); } }
  .item .item_header .ruby {
    font-size: 10px;
    display: block;
    margin-bottom: 3px; }
    @media screen and (min-width: 1024px) {
      .item .item_header .ruby {
        font-size: 14px;
        margin-bottom: 9px; } }
  .item .item_header h2 {
    font-size: 16px;
    margin-bottom: 6px; }
    @media screen and (min-width: 1024px) {
      .item .item_header h2 {
        font-size: 20px;
        margin-bottom: 12px; } }
  .item .desc {
    font-size: 10px;
    line-height: 1.5; }
    @media screen and (min-width: 1024px) {
      .item .desc {
        font-size: 14px; } }
  .item .bg {
    position: absolute;
    display: block;
    z-index: 1; }
  .item .ex_icon {
    width: 14px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -7px; }
  .item:nth-child(1) .bg {
    background-image: url("../images/c_01.svg"); }
  .item:nth-child(2) .bg {
    background-image: url("../images/c_02.svg"); }
  .item:nth-child(3) .bg {
    background-image: url("../images/c_03.svg"); }
  .item:nth-child(4) .bg {
    background-image: url("../images/c_04.svg"); }
  .item:nth-child(5) .bg {
    background-image: url("../images/c_05.svg"); }
  .item:nth-child(6) .bg {
    background-image: url("../images/c_06.svg"); }
  .item:nth-child(7) .bg {
    background-image: url("../images/c_07.svg"); }
  .item:nth-child(8) .bg {
    background-image: url("../images/c_08.svg"); }
  .item:nth-child(9) .bg {
    background-image: url("../images/center.svg"); }
  .item.active {
    position: fixed;
    top: 50% !important;
    left: 50% !important;
    z-index: 9999;
    -webkit-transform: scale(2.4);
    -ms-transform: scale(2.4);
    transform: scale(2.4); }

.c_item.modal_pass {
  -webkit-transform: scale(0.2);
  -ms-transform: scale(0.2);
  transform: scale(0.2);
  opacity: 0; }

@media screen and (min-width: 1024px) {
  .c_item {
    cursor: pointer; }
    .c_item:hover {
      -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); } }

.m_item {
  width: 120vw;
  height: 120vw;
  margin-left: -10vw;
  top: 50%;
  margin-top: -60vw;
  z-index: 3;
  opacity: 1;
  /* transition: all 10s ease !important; */
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0); }
  .m_item.modal_up {
    top: 0;
    margin-top: 0;
    -webkit-animation: modal_up 1.5s ease-in-out 0s both;
    animation: modal_up 1.5s ease-in-out 0s both; }
    @media screen and (min-width: 1024px) {
      .m_item.modal_up {
        width: 470px;
        height: 470px;
        margin-top: -235px;
        margin-left: -235px;
        position: absolute;
        left: 50%;
        top: 50%; } }
  .m_item.modal_ready {
    top: 0;
    margin-top: 0;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
    @media screen and (min-width: 1024px) {
      .m_item.modal_ready {
        top: 50%;
        margin-top: -235px; } }
  .m_item.modal_down {
    -webkit-animation: modal_down 1.5s ease-in-out 0s both;
    animation: modal_down 1.5s ease-in-out 0s both; }
  @media screen and (min-width: 1024px) {
    .m_item {
      width: 470px;
      height: 470px;
      margin-top: -235px;
      margin-left: -235px;
      position: absolute;
      left: 50%;
      top: 50%; } }
  .m_item .front {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .m_item .bg {
    background-repeat: no-repeat;
    width: 140vw;
    height: 140vw; }
    @media screen and (min-width: 1024px) {
      .m_item .bg {
        width: 564px;
        height: 564px; } }
    .m_item .bg.ft_bg {
      width: 150vw;
      height: 150vw; }
      @media screen and (min-width: 1024px) {
        .m_item .bg.ft_bg {
          width: 600px;
          height: 600px; } }
  .m_item.l_bg .bg {
    width: 180vw;
    height: 180vw; }
    @media screen and (min-width: 1024px) {
      .m_item.l_bg .bg {
        width: 690px;
        height: 690px; } }
  .m_item .item_header .ruby {
    font-size: 20px;
    margin-bottom: 10px; }
  .m_item .item_header h2 {
    font-size: 24px;
    margin-bottom: 30px; }
  .m_item .item_header .ft_modal_ttl {
    font-size: 48px;
    color: #FFF; }
  .m_item .desc {
    font-size: 16px;
    line-height: 1.75;
    color: #FFF; }
  .m_item .desc_list {
    font-size: 18px;
    line-height: 1.75;
    color: #FFF;
    max-height: 8em;
    position: relative; }
  .m_item .ps-box {
    height: 8em; }
  .m_item .item_body .form {
    width: 240px;
    margin: 20px auto 0; }
  .m_item .item_body input {
    background: transparent;
    padding: 0;
    outline: none;
    border: none;
    border-bottom: dotted 1px #FFF;
    display: block;
    padding: 5px;
    font-family: YuMincho, "Yu Mincho", "Noto Serif JP", serif;
    color: #FFF;
    width: 170px;
    margin: 0 auto 1em;
    border-radius: unset; }
  .m_item .item_body button {
    background: #731400;
    color: #FFF;
    display: inline-block;
    width: 120px;
    padding: 7px; }
    .m_item .item_body button img {
      width: 14px;
      margin-left: 5px; }
    @media screen and (min-width: 1024px) {
      .m_item .item_body button {
        cursor: pointer; } }
  .m_item .bs_result,
  .m_item .es_result {
    font-size: 12px;
    padding: 4px 0 0;
    min-height: 1.5em; }
  .m_item .desc_color {
    color: #FFCC33;
    line-height: 1.4; }
  .m_item .ex_link_row {
    font-size: 22px;
    margin: 18px 0 0; }
    .m_item .ex_link_row a {
      color: #FFF;
      cursor: pointer;
      display: inline-block;
      margin: 0 14px;
      border-bottom: dotted 1px;
      padding-bottom: 4px; }

.menu-open {
  background: #731400;
  color: #CAB783;
  position: fixed;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 9px 0;
  font-size: 10px;
  z-index: 99999; }
  @media screen and (min-width: 1024px) {
    .menu-open {
      cursor: pointer;
      font-size: 16px;
      width: 70px;
      height: 70px; } }
  .menu-open .menu {
    height: 20px;
    width: 20px;
    display: block;
    position: relative;
    margin: 3px auto 0; }
    @media screen and (min-width: 1024px) {
      .menu-open .menu {
        height: 20px;
        width: 34px;
        margin: 6px auto 0; } }
  .menu-open .menu_txt {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    display: block;
    margin-top: 2px; }
    @media screen and (min-width: 1024px) {
      .menu-open .menu_txt {
        margin-top: 5px; } }
  .menu-open .menu__line {
    background: #CAB783;
    display: block;
    height: 1px;
    position: absolute;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    width: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
  .menu-open .menu__line--top {
    top: 6px; }
    @media screen and (min-width: 1024px) {
      .menu-open .menu__line--top {
        top: 4px; } }
  .menu-open .menu__line--bottom {
    bottom: 5px; }
    @media screen and (min-width: 1024px) {
      .menu-open .menu__line--bottom {
        bottom: 4px; } }
  .menu-open.on {
    background-color: #A21900;
    color: #000; }
    .menu-open.on .menu__line {
      background-color: #000; }
    .menu-open.on .menu__line--top {
      top: 9px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-open.on .menu__line--bottom {
      bottom: 10px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }

.nav {
  background: url("../images/main_bottom_bg.png") repeat-x bottom center #A21900;
  position: fixed;
  z-index: 99998;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  padding: 20px;
  text-align: right;
  color: #000;
  display: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 10000px;
  perspective: 10000px; }
  @media screen and (min-width: 1024px) {
    .nav {
      padding: 30px; } }
  .nav .inner {
    padding: 5vh 0 0; }
    @media screen and (min-width: 1024px) {
      .nav .inner {
        max-width: 1080px;
        padding: 150px 0; } }
  .nav .site_nav {
    font-size: 22px;
    margin-bottom: 30px; }
    @media screen and (min-width: 1024px) {
      .nav .site_nav {
        font-size: 25px; } }
    .nav .site_nav .ruby {
      font-size: 12px;
      display: block; }
    .nav .site_nav .en {
      position: relative;
      margin-bottom: 5px;
      display: inline-block; }
      .nav .site_nav .en::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 1px;
        background: #000;
        -webkit-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        transform: scale(0, 1);
        -webkit-transform-origin: right;
        -ms-transform-origin: right;
        transform-origin: right;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s; }
      .nav .site_nav .en:hover::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
    .nav .site_nav a {
      color: #000; }
      @media screen and (min-width: 1024px) {
        .nav .site_nav a {
          display: inline-block;
          position: relative;
          cursor: pointer; } }
    .nav .site_nav li {
      margin-bottom: 18px; }
  .nav .sns_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 10px; }
    .nav .sns_nav li {
      margin-left: 10px; }
  .nav small {
    display: block; }
  .nav .menu-close {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 10px; }
    @media screen and (min-width: 1024px) {
      .nav .menu-close {
        cursor: pointer;
        top: 0;
        height: 40px; } }
    .nav .menu-close img {
      width: 20px; }
    .nav .menu-close span {
      display: block;
      margin-top: 6px; }

footer {
  background: #000;
  text-align: center;
  position: relative;
  z-index: 3;
  padding: 40px 0;
  color: #CAB783; }
  footer::before {
    content: "";
    position: absolute;
    left: 0;
    background: url(../images/main_bottom_bg_pc.png) no-repeat bottom center;
    z-index: 3;
    display: block;
    width: 100%;
    top: -105px;
    height: 105px;
    background-size: auto 105px; }
    @media screen and (min-width: 1024px) {
      footer::before {
        top: -265px;
        height: 265px;
        background-size: auto 265px; } }
  @media screen and (min-width: 1024px) {
    footer .inner {
      max-width: 1080px;
      margin: 0 auto;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  footer .logo {
    max-width: 40%;
    margin: 0 auto 20px; }
    @media screen and (min-width: 1024px) {
      footer .logo {
        -ms-flex-preferred-size: 188px;
        flex-basis: 188px; } }
  @media screen and (min-width: 1024px) {
    footer .ft_modal {
      cursor: pointer; } }
  footer .footer_info_block {
    -ms-flex-preferred-size: calc( 100% - 188px);
    flex-basis: calc( 100% - 188px); }
    @media screen and (min-width: 1024px) {
      footer .footer_info_block {
        text-align: left;
        position: relative; } }
  footer .site_info_group {
    font-size: 12px;
    margin-bottom: 5px; }
    @media screen and (min-width: 1024px) {
      footer .site_info_group {
        margin: 10px 12px; } }
  footer dl {
    margin: 0 0 1em; }
    @media screen and (min-width: 1024px) {
      footer dl {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    footer dl dt {
      display: inline; }
    footer dl dd {
      margin: 0;
      display: inline; }
    footer dl .ceo_class {
      display: block; }
  footer .site_info_name {
    font-size: 25px;
    margin: 10px 12px;
    border-bottom: solid 1px #FFF;
    padding: 0 0 6px; }
  footer .site_info {
    padding: 15px 30px;
    font-size: 16px;
    text-align: left;
    line-height: 1.6;
    color: #FFF; }
    @media screen and (min-width: 1024px) {
      footer .site_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    footer .site_info ul {
      text-indent: 4em; }
      footer .site_info ul li::before {
        content: "―";
        margin-right: .5em; }
  footer .site_profile {
    margin-bottom: 1em; }
  footer .site_owner {
    margin-bottom: 2em; }
    @media screen and (min-width: 1024px) {
      footer .site_owner {
        margin-left: 60px; } }
  footer .contact {
    text-align: center; }
    footer .contact img {
      margin-right: .5em;
      width: 20px;
      vertical-align: middle; }
    footer .contact a {
      color: #FFF; }
    @media screen and (min-width: 1024px) {
      footer .contact {
        position: absolute;
        top: 34px;
        right: 15px; } }

.overlay {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  height: 100vh;
  top: -10%;
  z-index: 3;
  display: none; }
  .overlay.active {
    display: block; }

@-webkit-keyframes canvas_action {
  0% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0; }
  /*
	50% {
		transform: scale(.75);
		opacity: 1;
	}
	80% {
		transform: scale(.75);
		opacity: 1;
	}
*/
  100% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1; } }

@keyframes canvas_action {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 0; }
  /*
	50% {
		transform: scale(.75);
		opacity: 1;
	}
	80% {
		transform: scale(.75);
		opacity: 1;
	}
*/
  100% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes canvas_action_pc {
  0% {
    -webkit-transform: scale(0.1) translate(0, 0);
    transform: scale(0.1) translate(0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
    opacity: 1; } }

@keyframes canvas_action_pc {
  0% {
    -webkit-transform: scale(0.1) translate(0, 0);
    transform: scale(0.1) translate(0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes canvas_action_pc {
  0% {
    -webkit-transform: scale(0.1) translate(0, 0);
    transform: scale(0.1) translate(0, 0);
    opacity: 0; }
  100% {
    -webkit-transform: scale(0.9) translate(0, 0);
    transform: scale(0.9) translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes canvas_action_finish {
  0% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1; } }

@keyframes canvas_action_finish {
  0% {
    -webkit-transform: scale(0.75) translate(0, 0);
    transform: scale(0.75) translate(0, 0);
    opacity: 1; }
  100% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
    opacity: 1; } }

@-webkit-keyframes canvas_action_finish_pc {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }

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

.loading {
  position: fixed;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  background: #000;
  left: 0;
  z-index: 9999; }

.modal {
  display: none;
  position: fixed;
  z-index: 30;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 50%;
  margin-left: -50vw;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9); }
  .modal.on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation: show 1s linear 0s forwards;
    animation: show 1s linear 0s forwards; }
  .modal.ready {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .modal.hide {
    -webkit-animation: hide 1s linear 0s forwards;
    animation: hide 1s linear 0s forwards; }

.modal_close {
  position: absolute;
  bottom: 10%; }
  .modal_close .modal_close_btn {
    cursor: pointer; }
    .modal_close .modal_close_btn img {
      width: 20px; }

.ps__rail-x, .ps__rail-y {
  opacity: 0.6 !important; }

@-webkit-keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@-webkit-keyframes modal_up {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes modal_up {
  from {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes modal_down {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }

@keyframes modal_down {
  from {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.6);
    transform: scale(0.6); } }

.request_button-wrap {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 300;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none; }
  .request_button-wrap .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 11px;
    line-height: 1.4; }
  .request_button-wrap span {
    display: block;
    text-align: left; }

#request_button {
  border-radius: 100px;
  display: inline-block;
  color: #fff;
  text-align: center;
  background-color: #731400;
  width: 100px;
  margin-left: 20px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px 0; }
