@charset "UTF-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html {
  -webkit-text-size-adjust: 100%; }

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, font, 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, p {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-size: 100%; }

body {
  width: 100%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-size: 13px; }

body,
table,
input, textarea, select, option {
  font: Arial, Helvetica, sans-serif;
  /*font-family: HiraKakuProN-W3;*/
  /*font-size: 85%;*/ }

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

em {
  font-weight: bold;
  font-style: normal; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0; }

/* ************************************************ */
/*                       共通                       */
/* ************************************************ */
header, footer, nav, section, article, main, aside, hgroup {
  display: block; }

html {
  font-size: 10px; }

body {
  font-family: 'Alata', 'Didact Gothic', 'Noto Sans JP', "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5rem; }

#page img,
#page input {
  margin: 0;
  max-width: 100%;
  height: auto;
  vertical-align: top;
  -webkit-backface-visibility: hidden; }

.hover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";
  /* ie 8 */
  -moz-opacity: 0.7;
  /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
  /* Safari 1.x */
  zoom: 1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease; }

@media (min-width: 750px) {
  .pc {
    display: block; }

  .sp {
    display: none; } }
@media (max-width: 750px) {
  .pc {
    display: none; }

  .sp {
    display: block; } }
/*
日本語フォント：@include font(noto);
英語フォント：@include font(db);
*/
/* ************************************************ */
/*                      common                      */
/* ************************************************ */
#pageLoading {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 999; }
  @media (max-width: 750px) {
    #pageLoading {
      position: fixed; } }

@media (min-width: 750px) {
  #header {
    padding: 15px 50px 0;
    min-height: 35px;
    text-align: center; }
    #header .logo {
      margin: 0 auto 0;
      max-width: 106px; }
    #header .contact {
      position: absolute;
      top: 10px;
      right: 50px;
      letter-spacing: 5px; }
      #header .contact:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        /* ie lt 8 */
        -ms-filter: "alpha(opacity=70)";
        /* ie 8 */
        -moz-opacity: 0.7;
        /* FF lt 1.5, Netscape */
        -khtml-opacity: 0.7;
        /* Safari 1.x */
        zoom: 1; }
      #header .contact a {
        padding: .3em 2.5em .3em 2em;
        border: 1px solid #777;
        display: inline-block;
        position: relative;
        color: #000;
        font-size: 1.2rem;
        text-decoration: none; }
        #header .contact a::before {
          position: absolute;
          display: block;
          top: 10px;
          right: 16px;
          width: 4px;
          height: 4px;
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          content: ""; }
    #header #spGlobalNav {
      display: none; } }
@media (max-width: 750px) {
  #header {
    zoom: 1;
    top: 0;
    position: fixed;
    width: 100%;
    background-color: #fff;
    z-index: 10; }
    #header:after {
      display: block;
      clear: both;
      height: 0;
      visibility: hidden;
      content: " "; }
    #header .logo {
      padding: 4.26667% 23.46667% 3.86667% 34.93333%;
      position: relative;
      float: left;
      width: 29.86667%;
      z-index: 10; }
    #header .contact {
      padding-top: 4.13333%;
      float: left;
      width: 6.66667%; }
      #header .contact a {
        padding-top: 70%;
        display: block;
        width: 100%;
        background: url(/img/common/header_contact_sp.png) left top no-repeat;
        background-size: 100%;
        font-size: 0; }
    #header #spGlobalNav {
      display: block; }
      #header #spGlobalNav .hamburgerBtn {
        margin: 10px 10px 0 0;
        position: absolute;
        top: 0;
        left: 0;
        display: inline-block;
        overflow: hidden;
        width: 40px;
        height: 36px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background 0.3s;
        transition: background 0.3s;
        z-index: 10; }
        #header #spGlobalNav .hamburgerBtn:focus {
          outline: none; }
        #header #spGlobalNav .hamburgerBtn span {
          display: block;
          position: absolute;
          top: 16px;
          right: 9px;
          left: 9px;
          height: 3px;
          background: #000;
          -webkit-transition: background 0 0.3s;
          transition: background 0 0.3s; }
          #header #spGlobalNav .hamburgerBtn span::before {
            display: block;
            position: absolute;
            top: -10px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #000;
            content: "";
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0;
            transition-delay: 0.3s, 0; }
          #header #spGlobalNav .hamburgerBtn span::after {
            display: block;
            position: absolute;
            bottom: -10px;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #000;
            content: "";
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0;
            transition-delay: 0.3s, 0; }
        #header #spGlobalNav .hamburgerBtn.active span {
          background: none; }
          #header #spGlobalNav .hamburgerBtn.active span::before {
            top: 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition-delay: 0, 0.3s;
            transition-delay: 0, 0.3s; }
          #header #spGlobalNav .hamburgerBtn.active span::after {
            bottom: 0;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transition-delay: 0, 0.3s;
            transition-delay: 0, 0.3s; }
      #header #spGlobalNav ul {
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        position: fixed;
        top: 0;
        left: -100%;
        width: 50%;
        height: 100%;
        z-index: 9;
        background-color: #fff; }
        #header #spGlobalNav ul.disp {
          display: block;
          left: 0; }
        #header #spGlobalNav ul li:first-child {
          padding-top: 100px; }
        #header #spGlobalNav ul li a {
          padding: 1em;
          display: block;
          color: #898989;
          text-align: center;
          text-decoration: none; } }
        @media (max-width: 750px) and (min-width: 751px) {
          #header #spGlobalNav ul li a {
            font-size: 3rem; } }
        @media (max-width: 750px) and (max-width: 750px) {
          #header #spGlobalNav ul li a {
            font-size: 4vw; } }
@media (max-width: 750px) {
          #header #spGlobalNav ul li a br {
            display: none; }
          #header #spGlobalNav ul li a span {
            display: none; }
        #header #spGlobalNav ul li.contactBtn {
          margin-bottom: 70px; }
        #header #spGlobalNav ul li.privacy {
          margin: 0 auto 10px;
          width: 70%; }
          #header #spGlobalNav ul li.privacy a {
            padding: .5em 1em;
            border: 1px solid #898989; } }
          @media (max-width: 750px) and (min-width: 751px) {
            #header #spGlobalNav ul li.privacy a {
              font-size: 2rem; } }
          @media (max-width: 750px) and (max-width: 750px) {
            #header #spGlobalNav ul li.privacy a {
              font-size: 2.66667vw; } }
@media (max-width: 750px) {
        #header #spGlobalNav ul li.terms {
          margin: 0 auto;
          width: 70%; }
          #header #spGlobalNav ul li.terms a {
            padding: .5em 1em;
            border: 1px solid #898989; } }
          @media (max-width: 750px) and (min-width: 751px) {
            #header #spGlobalNav ul li.terms a {
              font-size: 2rem; } }
          @media (max-width: 750px) and (max-width: 750px) {
            #header #spGlobalNav ul li.terms a {
              font-size: 2.66667vw; } }

@media (min-width: 750px) {
  #main #pcGlobalNav {
    position: fixed;
    top: 50px;
    right: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 0;
    height: 100%;
    background-color: #fff;
    z-index: 3; }
    #main #pcGlobalNav li {
      font-family: 'Didact Gothic', sans-serif;
      margin-bottom: 1.5em;
      display: block;
      text-align: center; }
      #main #pcGlobalNav li a {
        color: #898989;
        font-weight: bold;
        font-size: 1.8rem;
        text-decoration: none; }
        #main #pcGlobalNav li a:hover {
          text-decoration: underline; }
      #main #pcGlobalNav li.privacy {
        position: absolute;
        width: 100%;
        bottom: 3.5em;
        text-align: center; }
        #main #pcGlobalNav li.privacy a {
          padding: .2em 3em;
          border: 1px solid #c8c8c8;
          display: inline-block;
          min-width: 100px;
          font-size: 1.2rem; }
      #main #pcGlobalNav li.terms {
        position: absolute;
        width: 100%;
        bottom: 1em;
        text-align: center; }
        #main #pcGlobalNav li.terms a {
          padding: .2em 3em;
          border: 1px solid #c8c8c8;
          display: inline-block;
          min-width: 100px;
          font-size: 1.2rem; } }
@media (max-width: 750px) {
  #main #pcGlobalNav {
    display: none; } }

aside #rightSide {
  position: fixed;
  top: 49%;
  right: 0;
  width: 50px;
  background-color: #fff;
  z-index: 3; }
  aside #rightSide span {
    padding: 12px 13px 12px 12px;
    display: block;
    cursor: pointer; }
aside #bottomSide {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #fff;
  text-align: center;
  z-index: 3; }
  aside #bottomSide span {
    margin: 0 auto;
    padding-top: 13px;
    display: block;
    width: 70px; }
@media (max-width: 750px) {
  aside {
    display: none; } }

#footer {
  position: fixed;
  top: 58%;
  width: 300px;
  z-index: 3; }
  #footer small {
    padding-top: 14px;
    display: block;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    letter-spacing: .1em;
    font-size: 1.2rem; }
  @media (max-width: 750px) {
    #footer {
      display: none; } }
