@charset "UTF-8";
/*
Theme Name: GLAMP FC
Version: 1.0

*/
/*--------------------------------------------------------------
  CONTENTS:
----------------------------------------------------------------

1. CSS Reset
2. Font
3. Layout
4. Common
5. Header
6. Footer
7. side menu
8. form parts
9. bottom-area

*/
/**  1. CSS Reset
--------------------------------------------------------------- */
#wrapper {
  overflow: hidden;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

div, p, h1, h2, h3, h4, h5,
picture, source,
dl, dt, dd {
  margin: 0;
  padding: 0;
}

/**  2. Font
---------------------------------------------------------------- */
.ft_min {
  font-family: "HiraMinProN-W6","Yu Mincho",YuMincho,"MS PMincho",serif;
}

.ft_din {
  font-family: 'Oswald',sans-serif;
}

/**  3. Layout
---------------------------------------------------------------- */
body {
  font-size: 3.7vw;
  font-weight: 100;
  line-height: 1.4;
  font-family: "Hiragino Sans","Hiragino Kaku Gothic Pro","Yu Gothic Medium",Meiryo,sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: static;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 14px;
  }
}

body.is-loading {
  position: fixed;
}

#wrapper {
  opacity: 0;
}

#wrapper.loaded {
  opacity: 1;
}

#wrapper.fixed {
  position: fixed;
  width: 100%;
}

#wrapper.fixed .header__fixed-navi {
  background-color: #1D1A1F;
}

#wrapper.fixed .header__login > a {
  border: none;
}

.page-cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  background-size: cover;
  background-size: 100% auto;
  background-position: center;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .page-cover {
    background-image: url(./assets/image/common/loading_b_sp.gif);
  }
}

@media screen and (min-width: 768px) {
  .page-cover {
    background-image: url(./assets/image/common/loading_b_pc.gif);
    background-size: 100% auto;
  }
}

@media screen and (min-width: 1920px) {
  .page-cover {
    background-image: url(./assets/image/common/loading_b_pc.gif);
    background-size: 1920px auto;
  }
}

.page-cover.loaded {
  -webkit-animation-name: coverFade;
          animation-name: coverFade;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes coverFade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes coverFade {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}

#side-fixed-area {
  width: 100px;
  background-color: #2D2D2D;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  display: none;
}

@media screen and (min-width: 768px) {
  #side-fixed-area {
    display: block;
  }
}

#side-fixed-area #menu-open-btn {
  width: 56px;
  height: 30px;
  position: absolute;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  cursor: pointer;
  display: none;
}

@media screen and (min-width: 768px) {
  #side-fixed-area #menu-open-btn {
    display: block;
  }
}

#side-fixed-area #menu-open-btn .btn-line {
  width: 42px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
}

#side-fixed-area #menu-open-btn .btn-line:before, #side-fixed-area #menu-open-btn .btn-line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  -webkit-transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, -webkit-transform 0.2s;
  transition: top 0.2s, transform 0.2s;
  transition: top 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

#side-fixed-area #menu-open-btn .btn-line:before {
  top: -14px;
  left: 12px;
}

#side-fixed-area #menu-open-btn .btn-line:after {
  top: 14px;
  left: 12px;
}

#side-fixed-area #menu-open-btn.is-open .btn-line {
  background-color: transparent;
}

#side-fixed-area #menu-open-btn.is-open .btn-line:before {
  top: 0;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

#side-fixed-area #menu-open-btn.is-open .btn-line:after {
  top: 0;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

#side-fixed-area #menu-open-btn:hover .btn-line:before {
  top: 0;
}

#side-fixed-area #menu-open-btn:hover .btn-line:after {
  top: 0;
}

.main__scroll {
  position: fixed;
  left: 5.3vw;
  bottom: 10px;
  height: 116px;
}

@media screen and (min-width: 768px) {
  .main__scroll {
    left: 50px;
    bottom: 10px;
    height: 270px;
  }
}

.main__scroll .main__scroll-inner {
  position: relative;
}

.main__scroll .main__scroll__line {
  width: 1px;
  height: 54px;
  background-color: #D8D8D8;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .main__scroll .main__scroll__line {
    height: 115px;
    background-color: rgba(255, 255, 255, 0.3);
  }
}

.main__scroll .main__scroll__line-on {
  width: 2px;
  height: 54px;
  background-color: #D8D8D8;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-animation: scrollLine 1.6s forwards infinite;
          animation: scrollLine 1.6s forwards infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

@media screen and (min-width: 768px) {
  .main__scroll .main__scroll__line-on {
    height: 115px;
    background-color: rgba(255, 255, 255, 0.5);
  }
}

.main__scroll .main__scroll__txt {
  width: 14px;
  height: 52px;
  position: absolute;
  top: 0;
  left: -4px;
}

@media screen and (min-width: 768px) {
  .main__scroll .main__scroll__txt {
    width: 10px;
    left: -4px;
  }
}

@-webkit-keyframes scrollLine {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  35% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  56% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

@keyframes scrollLine {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  35% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  56% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
  60% {
    opacity: 1;
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
  100% {
    opacity: 1;
    -webkit-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: bottom;
            transform-origin: bottom;
  }
}

#main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

@media screen and (min-width: 768px) {
  #main-content {
    margin-left: 100px;
  }
}

#main-content #content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.inner {
  padding: 0 5.3%;
}

@media screen and (min-width: 768px) {
  .inner {
    max-width: 980px;
    margin: 0 auto;
    padding: 0 6%;
  }
}

@media screen and (min-width: 820px) {
  .inner {
    padding: 0 40px;
  }
}

/**  4. Common
---------------------------------------------------------------- */
a {
  color: inherit;
  text-decoration: none;
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
}

.fit_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text {
  font-size: 3.7vw;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .text {
    font-size: 14px;
  }
}

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }
}

.section__head {
  font-size: 5.3vw;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  margin-bottom: 10.6vw;
  /*40px*/
}

@media screen and (min-width: 768px) {
  .section__head {
    font-size: 40px;
    margin-bottom: 40px;
  }
}

.section__txt {
  line-height: 2;
}

.content-link {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  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;
  height: 54px;
  width: 240px;
  background-color: #1D1A1F;
  border: 1px solid #707070;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .content-link {
    width: 260px;
    height: 68px;
  }
}

.content-link .arrow {
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
  width: 42px;
  height: auto;
}

@media screen and (min-width: 768px) {
  .content-link .arrow {
    width: 56px;
  }
}

@media (hover: hover) {
  .content-link:hover .arrow {
    -webkit-animation: btnArrow 1.2s infinite;
            animation: btnArrow 1.2s infinite;
  }
}

.content-link.btn--wh {
  color: #707070;
  font-size: 14px;
  font-weight: bold;
  width: 240px;
  height: 54px;
  background-color: #fff;
  border: 1px solid #707070;
}

@media screen and (min-width: 768px) {
  .content-link.btn--wh {
    font-size: 18px;
    width: 400px;
    height: 80px;
  }
}

.content-link.btn--wh .arrow {
  width: 41px;
  height: auto;
  right: 14px;
}

@media screen and (min-width: 768px) {
  .content-link.btn--wh .arrow {
    width: 56px;
    right: 18px;
  }
}

@-webkit-keyframes btnArrow {
  0%, 45%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

@keyframes btnArrow {
  0%, 45%, 100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(5px, 0);
            transform: translate(5px, 0);
  }
}

.item--movie {
  cursor: pointer;
  position: relative;
}

.item--movie:before, .item--movie:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}

.item--movie:before {
  width: 42px;
  height: 42px;
  background-color: #fff;
  border-radius: 50%;
  top: calc(50% - 21px);
  left: calc(50% - 21px);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .item--movie:before {
    width: 120px;
    height: 120px;
    top: calc(50% - 60px);
    left: calc(50% - 60px);
  }
}

.item--movie:after {
  width: 16px;
  height: 16px;
  background: url(./assets/image/common/icon_tri.svg) center no-repeat;
  background-size: 14px auto;
  top: calc(50% - 8px);
  left: calc(50% - 6px);
  z-index: 2;
}

@media screen and (min-width: 768px) {
  .item--movie:after {
    background-size: 46px auto;
    width: 53px;
    height: 53px;
    top: calc(50% - 26px);
    left: calc(50% - 20px);
  }
}

.item--movie img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media (hover: hover) {
  .item--movie:hover img {
    -webkit-filter: brightness(90%);
            filter: brightness(90%);
  }
  .item--movie:hover:before {
    -webkit-transform: scale(1.08);
            transform: scale(1.08);
  }
}

#page-visual {
  margin-top: 80px;
  padding-top: 10.6vw;
  padding-bottom: 10.6vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #page-visual {
    margin-top: 110px;
    padding-top: 95px;
    padding-bottom: 70px;
  }
}

#page-visual .page-ttl img {
  display: block;
  margin: 0 auto;
  height: 7.7vw;
}

@media screen and (min-width: 768px) {
  #page-visual .page-ttl img {
    height: auto;
  }
}

#page-visual .page-ttl.size-height img {
  height: 20.2vw;
}

@media screen and (min-width: 768px) {
  #page-visual .page-ttl.size-height img {
    height: auto;
  }
}

#page-visual .page-sub-ttl {
  line-height: 1;
  margin-top: 6.6vw;
}

@media screen and (min-width: 768px) {
  #page-visual .page-sub-ttl {
    margin-top: 45px;
  }
}

/* pagenation
-------------------*/
.navigation {
  font-family: 'Oswald',sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto 25.3vw;
  max-width: 65%;
}

@media screen and (min-width: 768px) {
  .navigation {
    margin-bottom: 100px;
    font-size: 20px;
    max-width: unset;
  }
}

.navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .navigation .nav-links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.navigation .nav-links a, .navigation .nav-links span {
  color: #9e9f9f;
}

.navigation .nav-links .page-numbers {
  margin: 0 15px;
}

.navigation .nav-links .current {
  color: #000;
}

.screen-reader-text {
  font-size: 0;
}

/* indicator
-------------------*/
.intaractive-area {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 0;
  bottom: 0;
  width: 120px;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
  transition: opacity 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
}

@media screen and (max-width: 767px) {
  .intaractive-area {
    display: none;
  }
}

.intaractive-area .scroll__container {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  height: 140px;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
}

.intaractive-area .scroll__cursor {
  position: absolute;
  -webkit-transition: all .4s linear 0s;
  transition: all .4s linear 0s;
  top: 0;
  left: 50%;
  margin: 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.intaractive-area .scroll__line {
  position: relative;
  bottom: 0;
  left: 50%;
  height: 140px;
  width: 1px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  overflow: hidden;
}

.intaractive-area .scroll__line:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
}

/**  5. Header
---------------------------------------------------------------- */
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .site-header {
    width: calc(100% - 100px);
    margin-left: 100px;
    padding: 20px 25px 20px 45px;
  }
}

.site-header .logo {
  width: 75px;
  margin: 5px 15px;
}

@media screen and (min-width: 768px) {
  .site-header .logo {
    width: 70px;
    margin: 0;
  }
}

@media (hover: hover) {
  .site-header .logo a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  .site-header .logo a:hover {
    opacity: 0.7;
  }
}

.site-header .header {
  line-height: 1;
}

.site-header .header__right {
  display: none;
}

@media screen and (min-width: 768px) {
  .site-header .header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.site-header .header__item {
  font-weight: bold;
  margin-left: 22px;
}

.site-header .header__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (hover: hover) {
  .site-header .header__item > a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  .site-header .header__item > a:hover {
    opacity: 0.7;
  }
}

.site-header .header__item .icon {
  margin-right: 12px;
}

.site-header .header__item.item--company .icon {
  width: 23px;
}

.site-header .header__item.item--membership .icon {
  width: 32px;
}

.site-header .header__item.item--login {
  color: #fff;
  background-color: #000;
  padding: 5px 25px;
}

.site-header .header__item.item--login .icon {
  width: 14px;
  margin-right: 15px;
}

.header__fixed-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #2D2D2D;
  position: fixed;
  top: 0;
  right: 0;
  width: 230px;
  z-index: 3;
  -webkit-transition: background-color 0.2s 0.2s;
  transition: background-color 0.2s 0.2s;
}

@media screen and (min-width: 768px) {
  .header__fixed-navi {
    display: none;
  }
}

.header__fixed-navi .header__login {
  color: #fff;
  font-size: 13px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.header__fixed-navi .header__login > a {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 8px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid #3E3E3E;
}

.header__fixed-navi .header__login .icon {
  margin-right: 6px;
}

.header__fixed-navi .header__btn {
  background-color: #2D2D2D;
  padding: 0 0 0 7px;
  cursor: pointer;
}

.header__fixed-navi .header__btn .open {
  display: block;
}

.header__fixed-navi .header__btn .close {
  display: none;
}

.header__fixed-navi .header__btn.is-open .open {
  display: none;
}

.header__fixed-navi .header__btn.is-open .close {
  display: block;
}

/**  6. Footer
---------------------------------------------------------------- */
#site-footer {
  margin-top: 75px;
  position: relative;
}

#site-footer .footer-top {
  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;
  margin: 0 auto 25px;
  padding: 0 5.3vw;
}

@media screen and (min-width: 768px) {
  #site-footer .footer-top {
    padding: 0;
  }
}

#site-footer .footer-top__item {
  padding: 0 1.2vw;
}

@media screen and (min-width: 768px) {
  #site-footer .footer-top__item {
    padding: 0 10px;
  }
}

@media (hover: hover) {
  #site-footer .footer-top__item a {
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
  #site-footer .footer-top__item a:hover {
    text-decoration: underline;
  }
}

#site-footer .footer-top__item + .footer-top__item {
  border-left: 1px solid #000;
}

#site-footer .footer-content {
  color: #fff;
  background-color: #1D1A1F;
  padding: 0;
}

@media screen and (min-width: 768px) {
  #site-footer .footer-content {
    padding: 0 0 30px;
  }
}

#site-footer .footer-content .footer-inner {
  max-width: 980px;
  padding: 10.6vw 5.3vw 5.3vw 9.3vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  #site-footer .footer-content .footer-inner {
    padding: 50px 40px 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  #site-footer .footer-content .footer-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  #site-footer .footer-content .footer-navi__item {
    width: 260px;
  }
  #site-footer .footer-content .footer-navi__item a:hover {
    text-decoration: underline;
  }
}

#site-footer .footer-content .footer-navi__item + .footer-navi__item {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  #site-footer .footer-content .footer-navi__item + .footer-navi__item {
    margin-top: 0;
  }
}

#site-footer .footer-content .footer-navi__list {
  font-weight: 300;
  line-height: 1;
}

#site-footer .footer-content .footer-navi__list:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

#site-footer .footer-content .footer-navi__list .icon {
  margin-left: 10px;
}

@media screen and (min-width: 768px) {
  #site-footer .footer-content .footer-navi__list .icon {
    margin-left: 10px;
  }
}

#site-footer .footer-content .footer-navi__list + .footer-navi__list {
  margin-top: 16px;
}

#site-footer .footer__copyright {
  font-size: 14px;
  font-weight: 300;
  margin-top: 13.3vw;
  text-align: right;
}

@media screen and (min-width: 768px) {
  #site-footer .footer__copyright {
    margin: auto 90px 0 auto;
  }
}

#site-footer .footer__link {
  width: 18px;
  height: 110px;
  position: absolute;
  top: 0;
  right: 5.3vw;
}

@media screen and (min-width: 768px) {
  #site-footer .footer__link {
    width: 25px;
    height: 150px;
    top: -5px;
    right: 18px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

@media (hover: hover) {
  #site-footer .footer__link:hover {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
}

/**  7. side menu
---------------------------------------------------------------- */
#side-menu {
  color: #fff;
  font-size: 5.3vw;
  font-weight: bold;
  background-color: #1D1A1F;
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  z-index: 2;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}

@media screen and (min-width: 768px) {
  #side-menu {
    font-size: 20px;
    width: calc(100% - 100px);
  }
}

#side-menu .menu-inner {
  padding: 0 5.3vw 12vw;
}

@media screen and (min-width: 768px) {
  #side-menu .menu-inner {
    padding: 200px 14vw;
    margin: 0 auto;
    max-width: 1300px;
  }
}

@media screen and (min-width: 1280px) {
  #side-menu .menu-inner {
    padding: 15.7vh 200px;
  }
}

#side-menu .side-menu__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  opacity: 0;
  -webkit-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
  -webkit-transition-delay: 0.35s;
          transition-delay: 0.35s;
}

#side-menu .side-menu__logo > a, #side-menu .side-menu__login > a {
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#side-menu .side-menu__logo > a:hover, #side-menu .side-menu__login > a:hover {
  opacity: 0.7;
}

#side-menu .side-menu__logo {
  width: 80px;
  margin: 25vw auto 0;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__logo {
    margin: 0;
  }
}

#side-menu .side-menu__logo img {
  display: block;
}

#side-menu .side-menu__login {
  background-color: #1D1A1F;
  width: 256px;
  display: none;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__login {
    display: block;
  }
}

#side-menu .side-menu__login > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 12px 45px;
  white-space: nowrap;
}

#side-menu .side-menu__login .icon {
  width: 14px;
  margin-right: 15px;
}

#side-menu .side-menu__navi {
  margin: 16vw 0;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12.9vh 0 110px;
  }
}

#side-menu .side-menu__item {
  width: 380px;
}

#side-menu .side-menu__item a:hover {
  text-decoration: underline;
}

#side-menu .side-menu__item + .side-menu__item {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__item + .side-menu__item {
    margin-top: 0;
  }
}

#side-menu .side-menu__list {
  font-weight: 300;
  line-height: 1;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

#side-menu .side-menu__list:nth-child(1) {
  -webkit-transition-delay: 0.42s;
          transition-delay: 0.42s;
}

#side-menu .side-menu__list:nth-child(2) {
  -webkit-transition-delay: 0.49s;
          transition-delay: 0.49s;
}

#side-menu .side-menu__list:nth-child(3) {
  -webkit-transition-delay: 0.56s;
          transition-delay: 0.56s;
}

#side-menu .side-menu__list:nth-child(4) {
  -webkit-transition-delay: 0.63s;
          transition-delay: 0.63s;
}

#side-menu .side-menu__list:nth-child(5) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

#side-menu .side-menu__list:before {
  content: "-";
  display: inline-block;
  margin-right: 5px;
}

#side-menu .side-menu__list .icon {
  margin-left: 14.6vw;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__list .icon {
    margin-left: 10px;
  }
}

#side-menu .side-menu__list + .side-menu__list {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__list + .side-menu__list {
    margin-top: 35px;
  }
}

#side-menu .side-menu__footer {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  opacity: 0;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-delay: 0.76s;
          transition-delay: 0.76s;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#side-menu .side-menu__footer-item {
  margin-bottom: 10vw;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__footer-item {
    margin-bottom: 0;
  }
}

#side-menu .side-menu__footer-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}

#side-menu .side-menu__footer-item > a .icon {
  margin-right: 15px;
}

@media screen and (min-width: 768px) {
  #side-menu .side-menu__footer-item > a .icon {
    margin-right: 10px;
  }
}

#side-menu .side-menu__footer-item > a:hover {
  opacity: 0.7;
}

#side-menu .side-menu__footer-item.item--tel {
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-right: 50px;
}

@media(hover: hover) {
  #side-menu .side-menu__footer-item.item--tel {
    pointer-events: none;
  }
}

#side-menu.is-open {
  left: 0;
}

@media screen and (min-width: 768px) {
  #side-menu.is-open {
    left: 100px;
  }
}

#side-menu.is-open .side-menu__head {
  opacity: 1;
}

#side-menu.is-open .side-menu__list {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

#side-menu.is-open .side-menu__footer {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

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

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

/**  8. form parts
---------------------------------------------------------------- */
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="radio"],
input[type="password"],
textarea {
  outline: none;
  -webkit-appearance: none;
  border: none !important;
  background-color: #FAFAFA !important;
  padding: 10px;
  margin: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}

textarea {
  line-height: 1.4;
}

input[type="text"].size_mid {
  width: 120px !important;
}

/* 確認画面 */
input[type="text"].wpcf7c-conf,
input[type="tel"].wpcf7c-conf,
input[type="email"].wpcf7c-conf,
input[type="password"].wpcf7c-conf,
textarea.wpcf7c-conf {
  border: none !important;
  background-color: transparent !important;
}

textarea.wpcf7c-conf {
  height: auto;
}

/* form-wrap */
.form-wrap {
  margin: 0 auto 40vw;
}

@media screen and (min-width: 768px) {
  .form-wrap {
    margin: 0 auto 100px;
  }
}

.form-wrap .form__list {
  font-size: 3.7vw;
  font-weight: normal;
  margin-bottom: 9.3vw;
}

@media screen and (min-width: 768px) {
  .form-wrap .form__list {
    font-size: 14px;
    margin-bottom: 35px;
  }
}

.form-wrap .must {
  color: #bd3500 !important;
  vertical-align: super;
  margin-left: 5px;
}

.form-wrap .wpcf7-not-valid-tip {
  font-size: 0.9em;
  margin-top: 8px;
  font-weight: bold;
}

.form-wrap .wpcf7-not-valid-tip:before {
  content: "※";
  display: inline-block;
  margin-right: 0.5em;
}

.form-wrap dt {
  font-size: 14px;
  margin-bottom: 10px;
}

.form-wrap input[type="text"],
.form-wrap input[type="tel"],
.form-wrap input[type="email"],
.form-wrap input[type="password"] {
  width: 100%;
  height: 60px;
}

.form-wrap textarea {
  width: 100%;
  height: 200px;
}

.form-wrap .confirm_area {
  margin: 12vw auto 8vw;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .form-wrap .confirm_area {
    margin: 60px auto 45px;
  }
}

.form-wrap .confirm_area a {
  text-decoration: underline;
}

@media (hover: hover) {
  .form-wrap .confirm_area a:hover {
    text-decoration: none;
  }
}

.form-wrap .confirm_area input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.form-wrap .confirm_area label {
  font-size: 14px;
  line-height: 1;
  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;
}

.form-wrap .form_btn {
  margin: 0 auto;
}

.form-wrap .form_btn #submitBtn {
  outline: none;
  -webkit-appearance: none;
  display: block;
  color: #707070;
  font-size: 14px;
  font-weight: bold;
  width: 240px;
  height: 54px;
  margin: 0 auto;
  background: url(./assets/image/common/icon_arrow_btn_gray.svg) calc(100% - 10px) calc(50% - 3px) no-repeat #fff;
  background-size: 41px auto;
  border: 1px solid #707070;
  border-radius: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .form-wrap .form_btn #submitBtn {
    font-size: 18px;
    width: 400px;
    height: 80px;
    background: url(./assets/image/common/icon_arrow_btn_gray.svg) calc(100% - 20px) calc(50% - 4px) no-repeat #fff;
    background-size: 56px auto;
  }
}

.form-wrap .form_btn #submitBtn:disabled {
  cursor: default;
}

@media screen and (min-width: 768px) {
  .form-wrap .form_btn #submitBtn:not(:disabled):hover {
    color: #fff;
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
    background-color: #000;
    -webkit-animation-name: sumitbtnArrow;
            animation-name: sumitbtnArrow;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.form-wrap .form_btn #submitBtn + #submitBtn {
  margin-top: 15px;
}

@-webkit-keyframes sumitbtnArrow {
  0% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_gray.svg);
  }
  80% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  81% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: none;
  }
  85% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: none;
  }
  86% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  100% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
}

@keyframes sumitbtnArrow {
  0% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_gray.svg);
  }
  80% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  81% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: none;
  }
  85% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: none;
  }
  86% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  100% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
}

@-webkit-keyframes sumitbtnArrowBk {
  0% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  80% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  81% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: none;
  }
  85% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: none;
  }
  86% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_gray.svg);
  }
  100% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_gray.svg);
  }
}

@keyframes sumitbtnArrowBk {
  0% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  80% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_wh.svg);
  }
  81% {
    background-position: calc(100% + 56px) calc(50% - 4px);
    background-image: none;
  }
  85% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: none;
  }
  86% {
    background-position: calc(100% - 35px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_gray.svg);
  }
  100% {
    background-position: calc(100% - 20px) calc(50% - 4px);
    background-image: url(./assets/image/common/icon_arrow_btn_gray.svg);
  }
}

#register_message,
.register_message {
  margin-bottom: 40px;
}

/* UM setting */
.um-field-label-icon {
  display: none !important;
}

.um-form label,
.um-form input,
.um-form .req-text {
  font-family: "HiraMinProN-W6","Yu Mincho",YuMincho,"MS PMincho",serif;
}

.um-field-block {
  font-size: 14px !important;
  line-height: 2;
}

.um-field-checkbox-option {
  text-align: left;
}

.um-field-c {
  display: inline-block !important;
  margin: 30px auto 0 !important;
}

.um-um_password_id {
  max-width: 700px !important;
}

.um-um_password_id .um-form {
  margin-bottom: 150px !important;
}

#um-submit-btn {
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: bold !important;
  width: 240px !important;
  height: 54px !important;
  margin: 50px auto 0;
  padding-right: 20px !important;
  background: url(./assets/image/common/icon_arrow_btn_wh.svg) calc(100% - 10px) calc(50% - 3px) no-repeat #1D1A1F;
  background-size: 41px auto;
  border: 1px solid #707070 !important;
  border-radius: 0 !important;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #um-submit-btn {
    font-size: 18px;
    width: 400px !important;
    height: 80px !important;
    background: url(./assets/image/common/icon_arrow_btn_wh.svg) calc(100% - 20px) calc(50% - 4px) no-repeat #1D1A1F;
    background-size: 56px auto;
  }
}

#um-submit-btn:disabled {
  cursor: default;
}

@media screen and (min-width: 768px) {
  #um-submit-btn:not(:disabled):hover {
    color: #707070;
    background-image: url(./assets/image/common/icon_arrow_btn_gray.svg);
    background-color: #fff;
    -webkit-animation-name: sumitbtnArrowBk;
            animation-name: sumitbtnArrowBk;
    -webkit-animation-duration: 0.5s;
            animation-duration: 0.5s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
  }
}

.form__heading {
  font-weight: 100;
  line-height: 2;
  max-width: 700px;
  margin: 0 auto 50px;
}

/**  9. bottom-area
---------------------------------------------------------------- */
#bottom-area .section-inner {
  max-width: 980px;
  padding: 0 5.3vw;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  #bottom-area .section-inner {
    padding: 0 40px;
  }
}

#bottom-area .foot-logo {
  width: 24.5vw;
  margin: 0 auto 10vw;
}

@media screen and (min-width: 768px) {
  #bottom-area .foot-logo {
    width: 120px;
    margin-bottom: 120px;
  }
}

#bottom-area .inquiry__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #2D2D2D;
  padding: 10.6vw 6.6vw;
}

@media screen and (min-width: 768px) {
  #bottom-area .inquiry__wrap {
    padding: 40px 15px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

#bottom-area .inquiry__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
  padding: 6vw 2vw 5vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  #bottom-area .inquiry__item {
    width: 50%;
    margin: 0 36px;
    padding: 23px 20px 18px;
  }
}

#bottom-area .inquiry__item + .inquiry__item {
  margin-top: 8vw;
}

@media screen and (min-width: 768px) {
  #bottom-area .inquiry__item + .inquiry__item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  #bottom-area .inquiry__item:after {
    content: "";
    width: 38px;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 23px;
    right: 0;
    -webkit-transition: 0.2s ease;
    transition: 0.2s ease;
  }
}

#bottom-area .inquiry__item .inquiry__ttl {
  height: 22px;
  margin-bottom: 5vw;
}

@media screen and (min-width: 768px) {
  #bottom-area .inquiry__item .inquiry__ttl {
    margin-bottom: 20px;
  }
}

#bottom-area .inquiry__item .inquiry__sub-title {
  font-size: 3.7vw;
}

@media screen and (min-width: 768px) {
  #bottom-area .inquiry__item .inquiry__sub-title {
    font-size: 14px;
  }
}

#bottom-area .inquiry__item .arrow {
  position: absolute;
  bottom: 7vw;
  right: -18px;
}

@media screen and (min-width: 768px) {
  #bottom-area .inquiry__item .arrow {
    bottom: 23px;
  }
}

@media (hover: hover) {
  #bottom-area .inquiry__item:hover:after {
    width: 50px;
  }
}

#bottom-area.bottom--logo .foot-logo {
  margin-bottom: 0;
}
