@charset "UTF-8";
/* *****************************
*
* Import file
*
**************************** */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
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; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

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

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

legend {
  color: #000; }

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

.menu-open-button {
  padding: 0px;
  background: #323232;
  border-radius: 100%;
  width: 52px;
  height: 52px;
  margin-left: 0;
  position: absolute;
  color: #fff;
  text-align: center;
  line-height: 50px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform ease-out 200ms;
  transition: -webkit-transform ease-out 200ms;
  transition: transform ease-out 200ms;
  transition: transform ease-out 200ms, -webkit-transform ease-out 200ms; }

.menu-open {
  display: none; }

.lines {
  width: 20px;
  height: 2px;
  background: #FFF;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -1px;
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms; }

.line-1 {
  -webkit-transform: translate3d(0, -8px, 0);
  transform: translate3d(0, -8px, 0); }

.line-2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.line-3 {
  -webkit-transform: translate3d(0, 8px, 0);
  transform: translate3d(0, 8px, 0); }

.menu-open:checked + .menu-open-button .line-1 {
  -webkit-transform: translate3d(0, 0, 0) rotate(45deg);
  transform: translate3d(0, 0, 0) rotate(45deg); }

.menu-open:checked + .menu-open-button .line-2 {
  -webkit-transform: translate3d(0, 0, 0) scale(0.1, 1);
  transform: translate3d(0, 0, 0) scale(0.1, 1); }

.menu-open:checked + .menu-open-button .line-3 {
  -webkit-transform: translate3d(0, 0, 0) rotate(-45deg);
  transform: translate3d(0, 0, 0) rotate(-45deg); }

.line-menu {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 50px;
  height: 50px;
  text-align: left;
  box-sizing: border-box;
  font-size: 26px;
  background-color: transparent; }

.menu-open-button {
  z-index: 200000;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  transform: scale(1.1, 1.1) translate3d(0, 0, 0);
  cursor: pointer; }

.menu-open-button:hover {
  -webkit-transform: scale(1.2, 1.2) translate3d(0, 0, 0);
  transform: scale(1.2, 1.2) translate3d(0, 0, 0); }

/* *****************************
 *
 * Config
 *
 **************************** */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    content: "";
    display: table;
    clear: both; }

/* mojule */
@-webkit-keyframes transitionIn {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }
@keyframes transitionIn {
  0% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1); }
  100% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0); } }

@-webkit-keyframes transitionOut {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0.0; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1.0; } }

@keyframes transitionOut {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0.0; }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1.0; } }

.preloading_in {
  width: 100%;
  height: 100%;
  z-index: 123457;
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0; }
  .preloading_in > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 40%; }

.preloading_in.comp {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  animation: transitionIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
  -webkit-animation: transitionIn 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards; }
  .preloading_in.comp > img {
    display: none; }

.preloading_out {
  width: 100%;
  height: 100%;
  z-index: 123456;
  position: fixed;
  background-color: #FFF;
  top: 0;
  left: 0;
  animation: transitionOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
  -webkit-animation: transitionOut 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards; }

/* *****************************
*
* Content Setting
*
**************************** */
@font-face {
  font-family: "Merriweather Sans";
  src: url("../font/MerriweatherSans-Italic.ttf"); }

@font-face {
  font-family: "Wire One";
  src: url("../font/WireOne.ttf"); }

@font-face {
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  src: url("../font/NotoSansCJKjp-Regular.woff") format("woff"); }

@font-face {
  font-family: "Noto Sans Japanese light";
  font-weight: 200;
  src: url("../font/NotoSansCJKjp-Light.woff") format("woff"); }

@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}

* {
  box-sizing: border-box; }

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

html {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF;
  overflow-x: hidden;
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF;
  color: #323232;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "YuGothic M", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  overflow: hidden;
  background-color: #CCC;
  visibility: hidden; }

h1,h2{
      font-family: "Noto Sans Japanese", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

.en {
  font-family: 'Wire One', sans-serif; 
  font-weight: bold;
  letter-spacing: 0.1rem;}

body.slider {
  overflow-x: hidden; }

/* PCのみ必要 */
body.pc.noscroll {
  position: fixed;
  overflow-y: scroll; }

.over_wall {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000;
  background-color: #FFF; }

/* ****************************
*
* MIXIN
*
**************************** */
/* ****************************
*
* ANIMATION
*
**************************** */
@-webkit-keyframes logoPC {
  0% {
    width: 3rem;
    height: 3rem; }
  100% {
    width: 125px;
    height: 125px; } }
@keyframes logoPC {
  0% {
    width: 3rem;
    height: 3rem; }
  100% {
    width: 125px;
    height: 125px; } }

@-webkit-keyframes logoBig {
  0% {
    width: 3rem;
    height: 3rem; }
  100% {
    width: 5rem;
    height: 5rem; } }

@keyframes logoBig {
  0% {
    width: 3rem;
    height: 3rem; }
  100% {
    width: 5rem;
    height: 5rem; } }

@-webkit-keyframes menuBig {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@keyframes menuBig {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-webkit-keyframes logoSmall {
  0% {
    width: 5rem;
    height: 5rem; }
  100% {
    width: 3rem;
    height: 3rem; } }

@keyframes logoSmall {
  0% {
    width: 5rem;
    height: 5rem; }
  100% {
    width: 3rem;
    height: 3rem; } }

@-webkit-keyframes menuSmall {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); } }

@keyframes menuSmall {
  0% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8); } }

@-webkit-keyframes sideBig {
  0% {
    width: 20%; }
  100% {
    width: 40%; } }

@keyframes sideBig {
  0% {
    width: 20%; }
  100% {
    width: 40%; } }

@-webkit-keyframes sideSmall {
  0% {
    width: 40%; }
  100% {
    width: 20%; } }

@keyframes sideSmall {
  0% {
    width: 40%; }
  100% {
    width: 20%; } }

@-webkit-keyframes u_sideBig {
  0% {
    width: 250px; }
  100% {
    width: 50%; } }

@keyframes u_sideBig {
  0% {
    width: 250px; }
  100% {
    width: 50%; } }

@-webkit-keyframes u_sideSmall {
  0% {
    width: 50%; }
  100% {
    width: 250px; } }

@keyframes u_sideSmall {
  0% {
    width: 50%; }
  100% {
    width: 250px; } }

@-webkit-keyframes u_sideBig_black {
  0% {
    width: 250px;
    opacity: 0.7; }
  100% {
    width: 50%;
    opacity: 0; } }

@keyframes u_sideBig_black {
  0% {
    width: 250px;
    opacity: 0.7; }
  100% {
    width: 50%;
    opacity: 0; } }

@-webkit-keyframes u_sideSmall_black {
  0% {
    width: 50%;
    opacity: 0; }
  100% {
    width: 250px;
    opacity: 0.7; } }

@keyframes u_sideSmall_black {
  0% {
    width: 50%;
    opacity: 0; }
  100% {
    width: 250px;
    opacity: 0.7; } }

/* for sp ------------------------------------------ */
.line-menu {
  z-index: 10000;
  position: fixed;
  top: 30px;
  left: auto;
  right: 30px; }

.line-menu.small {
  top: 9px;
  animation: menuSmall 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
  -webkit-animation: menuSmall 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards; }

.line-menu.small-off {
  top: 30px;
  animation: menuBig 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
  -webkit-animation: menuBig 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards; }

.sp_rets_scroll {
  display: none;
  position: fixed;
  z-index: 1001;
  bottom: 4%;
  left: 50%;
  margin-left: -18px; }
  .sp_rets_scroll .ya {
    position: absolute;
    top: 16px;
    left: 14px; }

header {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #FFF;
  z-index: 1000; }
  header div#fixed-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 15px 25px 15px;
    position: fixed;
    background-color: #FFF;
    top: 0;
    left: 0;
    z-index: 250;
    background-color: #fff;
    border-bottom: solid 1px #b2b2b2; }
    header div#fixed-group h1 {
      margin-left: 0rem;
      margin-top: 0rem; }
      header div#fixed-group h1 img {
        width: 5rem;
        height: auto; }
  header div#fixed-group.small {
    padding: 10px 20px 5px; }
    header div#fixed-group.small h1 {
      margin-left: 0rem;
      margin-top: 0rem; }
      header div#fixed-group.small h1 img {
        height: auto;
        animation: logoSmall 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
        -webkit-animation: logoSmall 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards; }
  header div#fixed-group.small-off h1 img {
    animation: logoBig 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards;
    -webkit-animation: logoBig 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 1 forwards; }
  header nav {
    display: none;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    z-index: 20;
    position: fixed;
    top: 117px;
    left: 0px;
    background-color: #FFF; }
    header nav .pc {
      display: none; }
    header nav ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      padding: 1.5rem 1.5rem 3rem;
      height: auto;
      background-color: #FFF; }
      header nav ul li.space {
        margin-top: 1.8rem; }
      header nav ul li.space2 {
        margin-top: 0rem; }
    header nav ul.text {
      width: 100%; }
      header nav ul.text li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0.8rem;
        padding-top: 1.2rem;
        width: 100%; }
      header nav ul.text li a {
        color: #323232;
        text-decoration: none;
        font-size: 1.3rem;
        display: inline-block;
        width: 13rem; }
        header nav ul.text li a span.cap {
          font-weight: bold;
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          font-size: 10px;
          margin-left: 0.8rem; }
      header nav ul.text li:nth-child(1) {
        width: 1.8rem; }
      header nav ul.text li:nth-child(2) {
        width: 4rem; 
        display:none;}
      header nav ul.text li:nth-child(3) {
        width: 4.5rem; }
      header nav ul.text li:nth-child(4) {
        width: 4rem; }
      header nav ul.text li:nth-child(5) {
        width: 5rem; }
      header nav ul.text li:nth-child(6) {
        width: 3.5rem; }
    header nav ul.btn {
      width: 100%;
      padding-top: 0;
      padding-bottom: 1rem; }
      header nav ul.btn li {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        padding: 0.8rem;
        padding-top: 1.2rem;
        width: 100%; }
      header nav ul.btn li {
        padding-top: 0.8rem; }
      header nav ul.btn li.register a {
        width: 11rem;
        background-color: #FFF;
        color: #323232;
        border: solid 1px #323232;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        header nav ul.btn li.register a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
      header nav ul.btn li.register.mail {
        color: #00508a;
        font-size: 1.2rem; }
      header nav ul.btn li.login a {
        width: 11rem;
        background-color: #00508a;
        color: #FFF;
        border: solid 1px #00508a;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        header nav ul.btn li.logout a {
width: 4.5rem;
color: #6c6c6c;
border: solid 1px #6c6c6c;
text-align: center;
font-size: 1rem;
border-radius: 1em;
padding-bottom: 0.1rem;}
        header nav ul.btn li.login a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
      header nav ul.btn li a {
        color: #323232;
        text-decoration: none;
        display: inline-block; }
        header nav ul.btn li a span.cap {
          font-weight: bold;
          display: inline-block;
          font-size: 10px; }
    header nav ul.sns {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      padding: 1rem 0rem 1.8rem 2.5rem;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }
      header nav ul.sns li {
        margin-top: 0;
        padding-top: 0rem;
        width: 3.5rem;
        margin-right: 0rem; }
        header nav ul.sns li a {
          margin-left: -1rem;
          padding: 1rem; }
          header nav ul.sns li a img {
            vertical-align: middle; }
    header nav ul.lang {
      margin: 0;
      padding: 0rem 0rem 8rem 2.5rem;
      width: 100%;
      padding-top: 0;
      margin-top: 0;
      padding-right: 0.8rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      header nav ul.lang li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 2.5rem;
        -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem; }
        header nav ul.lang li a {
          text-decoration: none; }
        header nav ul.lang li span {
          font-size: 1.3rem;
          color: #acacac; }
        header nav ul.lang li span.active {
          color: #323232; }

footer {
  width: 100%;
  height: auto;
  background-color: #FFF;
  border-top: solid 1px #b2b2b2;
  padding-top: 2rem; }
  footer ul#footer_wrapper {
    width: 100%;
    height: auto;
    background-color: #FFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    footer ul#footer_wrapper li.register a {
      width: 11rem;
      background-color: #FFF;
      color: #323232;
      border: solid 1px #323232;
      text-align: center;
      font-size: 1.1rem;
      padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
      footer ul#footer_wrapper li.register a span.cap {
        vertical-align: top;
        display: inline-block;
        margin-top: 0.6rem;
        line-height: 0.1rem;
        margin-left: 0.4rem; }
    footer ul#footer_wrapper li.register.mail {
      color: #00508a;
      font-size: 1rem; }
    footer ul#footer_wrapper li.login a {
      width: 11rem;
      background-color: #00508a;
      color: #FFF;
      border: solid 1px #00508a;
      text-align: center;
      font-size: 1.1rem;
      padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
      footer ul#footer_wrapper li.login a span.cap {
        vertical-align: top;
        display: inline-block;
        margin-top: 0.7rem;
        line-height: 0.1rem;
        margin-left: 0.4rem; }
    footer ul#footer_wrapper li.register {
      margin-right: 0.5rem; }
      footer ul#footer_wrapper li.register a {
        width: 100%;
        font-size: 1rem; }
    footer ul#footer_wrapper li.login {
      margin-right: 0.5rem; }
      footer ul#footer_wrapper li.login a {
        width: 100%;
        font-size: 1rem; }
    footer ul#footer_wrapper li.home {
      background: url("/common/img/footer_home.png") no-repeat;
      background-size: 15px 16px;
      background-position: 1.4rem 0.43rem; }
      footer ul#footer_wrapper li.home a {
        width: 100%;
        background-color: transparent;
        color: #323232;
        border: solid 1px #FFF;
        text-align: center;
        font-size: 1rem;
        padding: 0.3rem 0rem 0.4rem 1rem; }
    footer ul#footer_wrapper li {
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
      margin-bottom: 0.5rem; }
      footer ul#footer_wrapper li a {
        text-decoration: none;
        display: block; }
  footer #logo_copy {
    margin-top: 1rem;
    padding-bottom: 2rem;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    footer #logo_copy p {
      width: auto;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
      flex-grow: 0;
      margin-right: 10px;
      font-size: 0.7rem; }

.ajst_t {
  position: fixed;
  top: 0;
  left: 0; }

.ajst_b {
  position: fixed;
  bottom: 0;
  left: 0; }

/*　for tablet 縦向きのみ ------------------------------------------ 　*/
@media screen and (min-width: 601px) and (max-width: 900px) and (orientation: portrait) {
  header div#fixed-group {
    display: none; }
  header nav {
    display: block;
    width: 380px;
    position: fixed;
    top: 0px;
    left: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    min-height: 100%;
    overflow: hidden; }
    header nav #h-logo-pc {
      margin-top: 2.5rem;
      margin-left: 2.5rem; }
    header nav ul {
      padding: 1.5rem 2.5rem 3rem; }
      header nav ul li {
        margin-top: 0;
        padding-top: 0; }
      header nav ul li.space {
        margin-top: 1.4rem; }
      header nav ul li.space2 {
        margin-top: 1.4rem; }
    header nav ul.text li a {
      color: #323232;
      text-decoration: none;
      font-size: 1.3rem;
      display: inline-block;
      width: 13rem; }
      header nav ul.text li a span.cap {
        font-weight: bold;
        vertical-align: top;
        display: inline-block;
        margin-top: 0.8rem;
        line-height: 0.1rem;
        font-size: 10px;
        margin-left: 0.8rem; }
    header nav ul.text li:nth-child(1) {
      width: 1.8rem; }
    header nav ul.text li:nth-child(2) {
      width: 4rem;
      display:none; }
    header nav ul.text li:nth-child(3) {
      width: 4.5rem; }
    header nav ul.text li:nth-child(4) {
      width: 4rem; }
    header nav ul.text li:nth-child(5) {
      width: 3rem; }
    header nav ul.text li:nth-child(6) {
      width: 3.5rem; }
    header nav ul.text li a {
      color: #323232;
      text-decoration: none;
      display: inline-block; }
      header nav ul.text li a span.cap {
        font-weight: bold;
        display: inline-block;
        font-size: 10px; }
    header nav ul.text li {
      position: relative;
      display: inline-block;
      font-size: 2em;
      width: 10rem;
      padding: 0.5rem;
      padding-top: 0; }
    header nav ul.btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 0rem; }
      header nav ul.btn li {
        position: relative;
        display: inline-block;
        font-size: 2em;
        width: 10rem;
        padding: 0.5rem; }
      header nav ul.btn li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 0rem; }
      header nav ul.btn li.register a {
        width: 11rem;
        background-color: #FFF;
        color: #323232;
        border: solid 1px #323232;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        header nav ul.btn li.register a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
      header nav ul.btn li.register.mail {
        color: #00508a;
        font-size: 1.2rem; }
      header nav ul.btn li.login a {
        width: 11rem;
        background-color: #00508a;
        color: #FFF;
        border: solid 1px #00508a;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        header nav ul.btn li.logout a {
width: 4.5rem;
color: #6c6c6c;
border: solid 1px #6c6c6c;
text-align: center;
font-size: 1rem;
border-radius: 1em;}
        header nav ul.btn li.login a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
    header nav ul.sns {
      padding: 0rem 2rem 2rem 4rem;
      display: none; }
    header nav ul.lang {
      padding: 0rem 0rem 0rem 2.5rem;
      padding-top: 0;
      margin-top: 0;
      padding-right: 0.8rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      header nav ul.lang li {
        padding: 0.5rem; }
      header nav ul.lang li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 2.5rem;
        -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem; }
        header nav ul.lang li a {
          text-decoration: none; }
        header nav ul.lang li span {
          font-size: 1.3rem;
          color: #acacac; }
        header nav ul.lang li span.active {
          color: #323232; }
    header nav .pc {
      display: block; }
    header nav ul {
      padding: 1.5rem 2.5rem 3rem; }
    header nav ul.sns {
      padding: 0rem 2rem 3rem 2.5rem; }
    header nav ul.lang {
      padding: 0rem 2rem 3rem 2.5rem;
      padding-top: 0;
      margin-top: 0;
      padding-right: 0.8rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      header nav ul.lang li {
        padding: 0.5rem; }
      header nav ul.lang li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 2.5rem;
        -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem; }
        header nav ul.lang li a {
          text-decoration: none; }
        header nav ul.lang li span {
          font-size: 1.3rem;
          color: #acacac; }
        header nav ul.lang li span.active {
          color: #323232; }
  footer {
    display: none; } }

/*　tabletサイズ + 横が大きい + UA==PC------------------------------------------ 　*/
@media screen and (min-width: 601px) and (max-width: 900px) and (orientation: landscape) {
  body.pc header div#fixed-group {
    display: none; }
  body.pc header nav {
    display: block;
    width: 380px;
    position: fixed;
    top: 0px;
    left: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    min-height: 100%;
    overflow: hidden; }
    body.pc header nav #h-logo-pc {
      margin-top: 2.5rem;
      margin-left: 2.5rem; }
    body.pc header nav ul {
      padding: 1.5rem 2.5rem 3rem; }
      body.pc header nav ul li {
        margin-top: 0;
        padding-top: 0; }
      body.pc header nav ul li.space {
        margin-top: 1.4rem; }
      body.pc header nav ul li.space2 {
        margin-top: 1.4rem; }
    body.pc header nav ul.text li a {
      color: #323232;
      text-decoration: none;
      font-size: 1.3rem;
      display: inline-block;
      width: 13rem; }
      body.pc header nav ul.text li a span.cap {
        font-weight: bold;
        vertical-align: top;
        display: inline-block;
        margin-top: 0.8rem;
        line-height: 0.1rem;
        font-size: 10px;
        margin-left: 0.8rem; }
    body.pc header nav ul.text li:nth-child(1) {
      width: 1.8rem; }
    body.pc header nav ul.text li:nth-child(2) {
      width: 4rem;
      display:none; }
    body.pc header nav ul.text li:nth-child(3) {
      width: 4.5rem; }
    body.pc header nav ul.text li:nth-child(4) {
      width: 4rem; }
    body.pc header nav ul.text li:nth-child(5) {
      width: 5rem; }
    body.pc header nav ul.text li:nth-child(6) {
      width: 3.5rem; }
    body.pc header nav ul.text li a {
      color: #323232;
      text-decoration: none;
      display: inline-block; }
      body.pc header nav ul.text li a span.cap {
        font-weight: bold;
        display: inline-block;
        font-size: 10px; }
    body.pc header nav ul.text li {
      position: relative;
      display: inline-block;
      font-size: 2em;
      width: 10rem;
      padding: 0.5rem;
      padding-top: 0; }
    body.pc header nav ul.btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 0rem; }
      body.pc header nav ul.btn li {
        position: relative;
        display: inline-block;
        font-size: 2em;
        width: 10rem;
        padding: 0.5rem; }
      body.pc header nav ul.btn li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 0rem; }
      body.pc header nav ul.btn li.register a {
        width: 11rem;
        background-color: #FFF;
        color: #323232;
        border: solid 1px #323232;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        body.pc header nav ul.btn li.register a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
      body.pc header nav ul.btn li.register.mail {
        color: #00508a;
        font-size: 1.2rem; }
      body.pc header nav ul.btn li.login a {
        width: 11rem;
        background-color: #00508a;
        color: #FFF;
        border: solid 1px #00508a;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        header nav ul.btn li.logout a {
width: 4.5rem;
color: #6c6c6c;
border: solid 1px #6c6c6c;
text-align: center;
font-size: 1rem;
border-radius: 1em;}
        body.pc header nav ul.btn li.login a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
    body.pc header nav ul.sns {
      padding: 0rem 2rem 2rem 4rem;
      display: none; }
    body.pc header nav ul.lang {
      padding: 0rem 0rem 0rem 2.5rem;
      padding-top: 0;
      margin-top: 0;
      padding-right: 0.8rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      body.pc header nav ul.lang li {
        padding: 0.5rem; }
      body.pc header nav ul.lang li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 2.5rem;
        -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem; }
        body.pc header nav ul.lang li a {
          text-decoration: none; }
        body.pc header nav ul.lang li span {
          font-size: 1.3rem;
          color: #acacac; }
        body.pc header nav ul.lang li span.active {
          color: #323232; }
    body.pc header nav .pc {
      display: block; }
    body.pc header nav ul {
      padding: 1.5rem 2.5rem 3rem; }
    body.pc header nav ul.sns {
      padding: 0rem 2rem 3rem 2.5rem; }
  body.pc footer {
    display: none; } }

/*　for pc ------------------------------------------ 　*/
@media screen and (min-width: 901px) {
  header div#fixed-group {
    display: none; }
  header .sp {
    display: none; }
  header nav {
    display: block;
    width: 380px;
    position: fixed;
    top: 0px;
    left: 100%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    min-height: 100%;
    overflow: hidden; }
    header nav #h-logo-pc {
      margin-top: 2.5rem;
      margin-left: 2.5rem; }
    header nav ul {
      padding: 1.5rem 2.5rem 3rem; }
      header nav ul li {
        margin-top: 0;
        padding-top: 0; }
      header nav ul li.space {
        margin-top: 1.4rem; }
      header nav ul li.space2 {
        margin-top: 1.4rem; }
    header nav ul.text li a {
      color: #323232;
      text-decoration: none;
      font-size: 1.3rem;
      display: inline-block;
      width: 13rem; }
      header nav ul.text li a span.cap {
        font-weight: bold;
        vertical-align: top;
        display: inline-block;
        margin-top: 0.8rem;
        line-height: 0.1rem;
        font-size: 10px;
        margin-left: 0.8rem; }
    header nav ul.text li:nth-child(1) {
      width: 1.8rem; }
    header nav ul.text li:nth-child(2) {
      width: 4rem;
      display:none; }
    header nav ul.text li:nth-child(3) {
      width: 4.5rem; }
    header nav ul.text li:nth-child(4) {
      width: 4rem; }
    header nav ul.text li:nth-child(5) {
      width: 5rem; }
    header nav ul.text li:nth-child(6) {
      width: 3.5rem; }
    header nav ul.text li a {
      color: #323232;
      text-decoration: none;
      display: inline-block; }
      header nav ul.text li a span.cap {
        font-weight: bold;
        display: inline-block;
        font-size: 10px; }
    header nav ul.text li {
      position: relative;
      display: inline-block;
      font-size: 2em;
      width: 10rem;
      padding: 0.5rem;
      padding-top: 0; }
    header nav ul.btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-top: 0rem; }
      header nav ul.btn li {
        position: relative;
        display: inline-block;
        font-size: 2em;
        width: 10rem;
        padding: 0.5rem; }
      header nav ul.btn li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding-top: 0rem; }
      header nav ul.btn li.register a {
        width: 11rem;
        background-color: #FFF;
        color: #323232;
        border: solid 1px #323232;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        header nav ul.btn li.register a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
      header nav ul.btn li.register.mail {
        color: #00508a;
        font-size: 1.2rem; }
      header nav ul.btn li.login a {
        width: 11rem;
        background-color: #00508a;
        color: #FFF;
        border: solid 1px #00508a;
        text-align: center;
        font-size: 1.1rem;
        padding: 0.3rem 0.8rem 0.4rem 0.8rem; }
        header nav ul.btn li.logout a {
        width: 4.5rem;
	color: #6c6c6c;
	border: solid 1px #6c6c6c;
	text-align: center;
	font-size: 1rem;
	border-radius: 1em;
	padding-bottom: 0.1rem;}        
        header nav ul.btn li.login a span.cap {
          vertical-align: top;
          display: inline-block;
          margin-top: 0.8rem;
          line-height: 0.1rem;
          margin-left: 0.4rem; }
    header nav ul.sns {
      padding: 0rem 2rem 2rem 4rem;
      display: none; }
    header nav ul.lang {
      padding: 0rem 0rem 0rem 2.5rem;
      padding-top: 0;
      margin-top: 0;
      padding-right: 0.8rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      header nav ul.lang li {
        padding: 0.5rem; }
      header nav ul.lang li {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        -webkit-flex-basis: 2.5rem;
        -ms-flex-preferred-size: 2.5rem;
        flex-basis: 2.5rem; }
        header nav ul.lang li a {
          text-decoration: none; }
        header nav ul.lang li span {
          font-size: 1.3rem;
          color: #acacac; }
        header nav ul.lang li span.active {
          color: #323232; }
    header nav .pc {
      display: block; }
    header nav ul li.uline:before {
      position: absolute;
      top: 1.1em;
      left: 0.5rem;
      content: "";
      display: inline-block;
      width: 0;
      height: 1px;
      background: #323232;
      -webkit-transition: 0.18s;
      transition: 0.18s;
      -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
      transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
    header nav ul li.uline:hover:before {
      width: 100%; }
    header nav ul.btn li.register a:hover {
      color: #FFF;
      border: solid 1px #6c6c6c;
      background-color: #6c6c6c; }
    header nav ul.btn li.login a:hover {
      color: #FFF;
      border: solid 1px #0087c9;
      background-color: #0087c9; }
  .rets_scroll {
    display: none;
    position: fixed;
    z-index: 1001;
    bottom: 3%;
    left: 67%; }
    .rets_scroll .ya {
      display: none;
      margin-left: 6px; }
  footer {
    display: none; } }
