@charset "UTF-8";

/*========================================
base
========================================*/

*:focus {
  outline: none;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  overflow-y: scroll;
  font-size: 1rem;
  font-family: "Avenir Next", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
  line-height: 1.8;
  color: #fff;
  letter-spacing: 0.1rem;
  text-align: center;
  background-color: #000;
}




.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

h3 {
  display: block;
}

h4 {
  display: block;
}


.bg-222 {
  background-color: #222;
}

.bg-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.m-sec {
  padding: 140px 30px;
  position: relative;
}

.m-sec.contact {
  padding: 80px 30px;
}

.m-sec .inner {
  position: relative;
}

.m-sec.is-price>* {
  max-width: 640px;
  margin: 0 auto;
}



.m-sec h3 {
  padding-bottom: 5px;
  border-bottom: 4px solid #fff;
  width: fit-content;
  margin: 100px auto 60px;
  font-size: 1.75rem;
}

.m-sec h4 {
  margin: 30px auto 0;
  font-size: 1.25rem;
}

.w-700 {
  display: block;
  max-width: 700px;
  margin: 0 auto;
}

.w-1024 {
  display: block;
  max-width: 1024px;
  margin: 0 auto;
}

.m-sec.is-info {
  padding-bottom: 70px;
}

.bro-info {
  margin: 0;
  padding: 0;
}

.bro-info li {
  list-style: none;
  border-bottom: 1px solid #fff;
}

.bro-info li a {
  color: #fff;
  text-decoration: none;
}

.bro-info li a:hover {
  opacity: 0.75;
}

.bro-info li .info-box {
  display: flex;
  justify-content: space-between;
}

.m-ttl_info {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}

.info_textarea {
  text-align: left;
  margin: 20px 0;
}

.info_textarea h2 {
  width: fit-content;
  text-align: center;
  margin: 60px auto;
  padding-bottom: 10px;
  border-bottom: 4px solid #fff;
}

.info_textarea h3 {
  text-align: left;
  font-size: 1.25rem;
  border-bottom: none;
  margin: 40px 0 0;
}

.blo-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid #707070;
}

.blo-price dt {
  text-align: left;
  flex: 0 1 70%;
}

.blo-price dt span {
  font-size: 0.75em;
}

.blo-price .attention {
  display: inline-block;
  background: #ff9d00;
  color: #fff !important;
  line-height: 1.5;
  padding: 4px 6px;
  border-radius: 2px;
}

.blo-price .session_price {
  display: block;
  color: #ff9d00 !important;
  line-height: 1.5;
}

.blo-price dd span {
  font-size: 0.75em;
  font-weight: normal;
}

.blo-price dd {
  flex: 0 1 30%;
  margin: 0%;
  text-align: right;
  font-weight: bold;
}

.captions {
  text-align: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

.captions {
  font-size: 0.75rem;
}

.captions li::before {
  content: "※";
}

.access-info {
  margin-top: 60px;
  margin-bottom: 60px;
}

.access-info .blo-access {
  display: flex;
  text-align: left;
}

.access-info .blo-access dt {
  flex: 0 1 25%;
}

.access-info .blo-access dd {
  flex: 0 1 75%;
  margin: 0;
}

.access-info .blo-access ul {
  list-style: none;
  padding: 0;
  margin: 0;
}


.faq_box {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  color: #000;
}

.faq_box dt {
  margin: 0 0 5px 15px;
  text-indent: -1rem;
  font-weight: bold;
}

.faq_box dt::before {
  content: "Q";
  padding-right: 5px;
  color: #FF0031;
}

.faq_box dd {
  margin: 0 0 0 15px;
  text-indent: -1rem;
}

.faq_box dd::before {
  content: "A";
  padding-right: 5px;
  color: #28B16D;
  font-weight: bold;
}

.faq_box dd.cap {
  font-size: 0.75em;
}


.cat-ttl-wrap {
  margin: 0 auto 30px;
}

.cat-ttl {
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.2rem;
  color: #fff;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cat-ttl::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 48px;
  background-image: url(../../assets/img/dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 2px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
}

.cat-ttl::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 48px;
  background-image: url(../../assets/img/dot.svg);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  padding: 2px;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1rem;
}


.cat-ttl-jp {
  font-size: 1rem;
  color: #AAAAAA;
  margin: 10px auto;
}

.cat-subttl-wrap {
  margin: 0 auto 40px;
}



/*========================================
header
========================================*/
header {
  position: fixed;
  width: 100%;
  z-index: 99;
  background: none;
  display: flex;
  align-items: center;
}

header h1 {
  margin: 0;
}

header .logo {
  padding-left: 20px;
}

header .logo.sp img {
  width: 100%;
  height: auto;
}

header .header_inner {
  padding: 0;
  height: auto;
  width: 100vw;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}


header nav a:hover {
  color: #00B16F;
}


header nav {
  height: 100%;
  display: flex;
  align-items: center;
}

header nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin: 0;
  padding: 20px 0;
}

header nav ul li {
  display: inline-block;
  font-weight: bold;
  margin: 0 10px;
}

header nav ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
}

header nav ul li img {
  max-height: 36px;
  display: block;
}

header nav ul li img:hover {
  opacity: 0.7;
}

.btn-signup a {
  display: block;
  padding: 20px 15px;
  align-self: center;
  font-weight: bold;
  background-color: #00B16D;
  text-decoration: none;
  color: #fff;
}

.btn-signup a:hover {
  color: #d6d6d6;
  background-color: #018a55;
}

.btn-signup.cta a {
  display: flex;
  justify-content: space-between;
  max-width: 288px;
  margin: 0 auto;
  padding: 26px 10px;
  line-height: 1;
}

.btn-signup.cta {
  margin-top: 60px;
  position: relative;
}

.btn-signup.cta a::before {
  content: url("../../assets/img/dot.svg");
  width: 1rem;
  height: 1rem;
  padding: 2px;
  margin-top: -13px;
}

.btn-signup.cta a::after {
  content: url("../../assets/img/dot.svg");
  width: 1rem;
  height: 1rem;
  padding: 2px;
  margin-top: -13px;
}

.btn-youtube {
  margin-top: 40px;
  position: relative;
}

.btn-youtube a {
  display: flex;
  justify-content: space-between;
  max-width: 288px;
  margin: 0 auto;
  padding: 26px 10px;
  line-height: 1;
  font-weight: bold;
  background-color: #FF2E2E;
  text-decoration: none;
  color: #fff;
}

.btn-youtube a::before {
  content: url("../../assets/img/dot.svg");
  width: 1rem;
  height: 1rem;
  padding: 2px;
  margin-top: -13px;
}

.btn-youtube a::after {
  content: url("../../assets/img/dot.svg");
  width: 1rem;
  height: 1rem;
  padding: 2px;
  margin-top: -13px;
}

.btn-youtube a:hover {
  color: #d6d6d6;
  background-color: #B32020;
}

/*========================================
hamburger menu
========================================*/
.menu-btn {
  width: 64px;
  height: 64px;
  z-index: 999;
  font-size: 4rem;
  padding: 18px 15px;
  background: #000;
}

.btn-open,
.btn-open span,
.btn-close,
.btn-close span {
  display: block;
  transition: all .4s;
  box-sizing: border-box;
}

.btn-open,
.btn-close {
  position: relative;
  width: 34px;
  height: 28px;
}

.btn-open span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.btn-close span {
  position: absolute;
  top: 12px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.btn-open span:nth-of-type(1) {
  top: 0;
}

.btn-open span:nth-of-type(2) {
  top: 12px;
}

.btn-open span:nth-of-type(3) {
  bottom: 0;
}

.btn-close span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 4px;
  background-color: #fff;
  transition: all .4s;
}

.btn-close span:nth-of-type(1) {
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
}

.btn-close span:nth-of-type(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-close span:nth-of-type(3) {
  position: absolute;
  top: 12px;
  transform: rotate(-45deg);
}

/*========================================
.overlay
========================================*/
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
  overflow: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu {
  font-size: 2.4rem;
  font-weight: bold;
  width: 100%;
  height: 100%;
}

.menu a {
  color: #fff;
  text-decoration: none;
}

.menu a:hover {
  color: #00B16F;
}

.menu ul {
  padding: 72px 0 0;
  width: 100%;
  height: 100%;
}

.menu li {
  padding: 10px 0;
  width: 100%;
}

.menu li img {
  max-height: 36px;
}

/*========================================
contents
========================================*/
#wrap {
  overflow: hidden;
  background-image: ;
}

section a {
  display: block;
  text-decoration: underline;
}

.fixed-background {
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.fixed-background.is-mv {
  min-height: 80vh;
  background-image: url(../../assets/img/bg_top.jpg);
}

.fixed-background.is-env {
  background-image: url(../../assets/img/bg_env.jpg);
}

.fixed-background.is-tra {
  background-image: url(../../assets/img/bg_tra.jpg);
}

.fixed-background.is-youtube {
  background-image: url(../../assets/img/bg_youtube.jpg);
}

.fixed-background.is-contact {
  background-image: url(../../assets/img/bg_contact.jpg);
}


.mv-overlay {
  width: 100%;
  height: 80vh;
  display: flex;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-catch {
  width: 100%;
  margin: auto;
  padding: 0 20px;
  font-size: 3.5rem;
  max-width: 1280px;
  text-align: left;
}

.main-catch ul {
  list-style: none;
  padding: 0;
}

.main-catch ul .copy01 {
  animation-name: copy-loaded01;
  animation-delay: 1s;
  animation-duration: 0.5s;
  animation-iteration-count: unset;
  animation-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
}

@keyframes copy-loaded01 {
  from {
    opacity: 0;
    transform: translateX(250px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.main-catch ul .copy02 {
  animation-name: copy-loaded02;
  animation-delay: 1s;
  animation-duration: 0.75s;
  animation-iteration-count: unset;
  animation-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
}

@keyframes copy-loaded02 {
  from {
    opacity: 0;
    transform: translateX(250px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.main-catch ul .strong {
  animation-name: copy-loaded03;
  animation-delay: 1s;
  animation-duration: 1s;
  animation-iteration-count: unset;
  animation-timing-function: cubic-bezier(0.36, 0, 0.66, -0.56);
}

@keyframes copy-loaded03 {
  from {
    opacity: 0;
    transform: translateX(250px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.main-catch ul .strong {
  font-size: 5rem;
}



@keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

.m-point-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.about-point {
  flex: 0 1 100%;
  margin: 0;
  text-align: left;
}

.about-point .comparison {
  overflow-x: scroll;
  margin-top: 25px;
}

.about-point table {
  width: 100%;
  /* table-layout: fixed; */
}

.about-point table thead {
  background-color: #b2b2b2;
  color: #fff;
  font-weight: bold;
}

.about-point table thead .ak {
  background-color: #00B16D;
  color: #fff;
  font-weight: bold;
}

.about-point table th {
  background-color: #0093b1;
  color: #fff;
  min-width: 128px;
}

.about-point table tbody {
  background-color: #fff;
  color: #000;
}

.about-point table tbody .ak {
  font-weight: bold;
  color: #00B16D;
}

.about-point table th,
.about-point table td {
  padding: 20px 30px;
  text-align: center;
}

.about-point table td {
  width: 16.6%;
}

.about-point dt {
  margin: 0;
  padding-bottom: 10px;
  font-weight: bold;
  font-size: 1.5rem;
  color: #00B16D;
}

.about-point dd {
  margin: 0;
}



.list-env {
  display: flex;
  width: 100%;
  margin-top: 40px;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  align-items: flex-start;
}


.list-env .env-slide {
  margin: 0 2px 40px;
  max-width: 100%;
}

.list-env .env-slide a {
  width: 100%;
}

.list-trainers {
  max-width: 1024px;
  padding: 0;
  margin: 60px 0;
}

.list-trainers li {
  list-style: none;
  margin-bottom: 40px;
}

.list-trainers dl {
  display: flex;
  padding-bottom: 40px;
  border-bottom: dotted 1px #fff;
}

.list-trainers li:last-child dl {
  padding-bottom: 0;
  border-bottom: none;
}

.list-trainers dt {
  flex: 0 1 30%;
}

.list-trainers dd {
  flex: 0 1 70%;
  text-align: left;
  margin-left: 5%;
  margin-bottom: -15px;
}

.list-trainers li .trainer-img {
  width: 205px;
  margin: 0 0 20px;
}

.list-trainers li .trainer-img img {
  width: 100%;
  height: auto;
}

.list-trainers dd .trainer-name {
  font-size: 1.25rem;
  font-weight: bold;
  /* text-align: center; */
  margin: 0 0 10px;
}

.list-trainers dd h6 {
  font-size: 0.85rem;
  margin: 0;
}

.list-trainers dd .trainer-career {
  list-style: none;
  margin-bottom: 15px;
  padding: 0;
}

.list-trainers dd .trainer-career li {
  font-size: 0.85rem;
  font-weight: normal;
  text-align: left;
  line-height: 1.6;
  margin: 0;
}

.list-trainers dd .trainer-introduce {
  font-size: 0.85rem;
  font-weight: normal;
  text-align: left;
  margin: 0 0 15px;
}

.list-trainers dd .trainer-check {
  display: none;
}

.slider-trainers {
  width: 205px;
  padding: 0;
}

.slider-owner {
  width: 100%;
  padding: 0;
}

.slider-trainers img,
.slider-owner img {
  width: 100%;
  height: 50vw;
  object-fit: cover;
}


.owner-introduce {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
}

.owner-introduce .text-area {
  margin: 0;
  padding: 0 30px 0 0;
  width: 55%;
}

.owner-introduce .text-area dl {
  margin: 0;
  padding: 0;
}

.owner-introduce .text-area dd {
  margin: 0;
}

.owner-introduce .text-area .ttl-owner {
  font-size: 1.5rem;
  margin-bottom: 1.5rem;
}

.owner-introduce .text-area .ttl-owner span {
  display: block;
  font-size: 1rem;
  line-height: 1;
}

.owner-introduce .text-area .txt-owner-profile {
  /* margin-bottom: 1.5rem; */
}

.owner-introduce .text-area .txt-owner-profile h6 {
  font-size: 1rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.owner-introduce .text-area .txt-owner-profile dl {
  font-size: 0.8rem;
}

.owner-introduce .text-area .txt-owner-profile dl dt {
  font-weight: bold;
  font-size: 0.9rem;
  margin-top: 0.7rem;
}

.owner-introduce .text-area .txt-owner-profile ul {
  list-style: none;
  padding: 0;
}

.txt-owner-greeting {
  padding: 30px;
  border: 1px dotted #fff;
  color: #fff;
  margin: 40px auto 0;
  width: 100%;
  max-width: 740px;
}

.txt-owner-greeting dt {
  font-weight: bold;
  text-align: center;
  font-size: 1.25rem;
}

.txt-owner-greeting dd {
  text-align: left;
  margin: 0;
}

.txt-owner-greeting ul {
  list-style: none;
  text-align: right;
  margin: 10px 0 0;
}

.txt-owner-greeting ul .owner-name {
  font-size: 1.25rem;
  font-weight: bold;
}

.owner-introduce .img-area {
  margin: 0;
  padding: 0;
  width: 45%;
}

.owner-introduce .img-area .owner-img {
  margin: 0;
  width: 100%;
  padding-top: 130%;
  height: 51.2px;
  overflow: hidden;
  background-image: url(../../assets/img/greeting_ak.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.owner-introduce .img-area img {
  width: 100%;
  height: auto;
  max-height: max-content;
}



.googlemap {
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.googlemap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  max-width: 1024px;
  padding-top: 56.25%;
  margin: 60px auto;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*========================================
footer
========================================*/
footer {
  color: #fff;
  background: #000;
  width: 100%;
  padding: 40px 20px;
}

footer .footer-link {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-self: center;
  text-align: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

footer .footer-link li {
  padding: 0 20px;
}

footer .footer-link a {
  text-decoration: underline;
  color: #fff;
  font-size: 0.75rem;
}

footer .footer-link a:hover {
  opacity: 0.7;
}

footer .copyright {
  font-size: 0.75rem;
  margin-top: 20px;
}

footer .copy:last-child {
  padding: 0;
}

/*========================================
PC
========================================*/
@media screen and (min-width: 768px) {

  /*========================================
	base
	========================================*/
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }



  /*========================================
	hamburger menu
	========================================*/
  .menu-btn {
    display: none;
  }

  /*========================================
	contents
	========================================*/


  .m-sec .inner {
    max-width: 1024px;
    margin: 0 auto;
  }

  .m-sec .inner.is-about {
    max-width: 700px;
  }


  /*========================================
	footer
	========================================*/
  footer .copy {
    font-size: 1.2rem;
  }
}



@media screen and (max-width: 767px) {

  header .header_inner {
    padding: 0;
  }

  .main-catch {
    font-size: 2.5rem;
    line-height: 1.6;
  }

  .main-catch .strong {
    font-size: 4rem;
  }

  .cat-ttl {
    font-size: 2rem;
  }

  /* .cat-ttl::before,
  .cat-ttl::after {
    width: 0.8rem;
    height: 0.8rem;
  } */
  .header-right {
    display: flex;
  }

  .m-sec {
    padding: 120px 30px;
  }

  .m-sec.contact {
    padding: 60px 30px;
  }

  #about .w-700 {
    text-align: left;
  }

  .btn-signup {
    overflow: hidden;
    height: 64px;
  }

  .btn-signup a {
    padding: 18px 15px;
  }

  .list-env {
    flex-flow: row wrap;
  }

  .list-env .env-slide {
    flex: 0 1 49%;
    margin-bottom: 20px;
  }

  .fixed-background {
    background-attachment: unset;
  }

  .m-point-wrap {
    flex-direction: column;
  }

  .about-point {
    margin: 0;
  }

  .list-trainers dl {
    flex-direction: column;
  }

  .list-trainers dt .trainer-img,
  .slider-trainers {
    /* max-width: 65%; */
    margin: 0 auto;
    padding-bottom: 10px;
  }

  .list-trainers dd {
    margin-left: 0;
  }

  .list-trainers dd .trainer-name {
    position: relative;
  }

  .trainer-name::after {
    content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-bottom: solid 2px #FFF;
    border-right: solid 2px #FFF;
    position: absolute;
    top: 43%;
    margin-left: 10px;
    margin-top: -6px;
    transform: rotate(45deg);
  }

  .list-trainers dd .trainer-content {
    height: 0;
    opacity: 0;
    transition: .5s;
    visibility: hidden;
  }

  .list-trainers dd .trainer-check:checked+.trainer-label .trainer-name::after {
    transform: rotate(-135deg);
    top: 57%;
  }

  .list-trainers dd .trainer-check:checked+.trainer-label+.trainer-content {
    height: 100%;
    opacity: 1;
    visibility: visible;
    margin-top: 20px;
  }

  .list-trainers dd .list-trainers dt .trainer-img {
    margin: 0 auto 10px;
  }

  .list-trainers dd .trainer-name {
    margin: 0;
    font-size: 1.15rem;
    line-height: 1.6;
    text-align: center;
  }

  .owner-introduce .text-area .ttl-owner {
    text-align: center;
  }

  .owner-introduce {
    flex-direction: column;
    max-width: 80%;
    margin: 0 auto;
  }

  .owner-introduce .text-area {
    padding: 0;
  }

  .owner-introduce .text-area,
  .owner-introduce .img-area {
    width: 100%;
  }

  .owner-introduce .img-area.sp {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .owner-introduce .text-area .txt-owner-profile {
    width: fit-content;
    margin: 0 auto;
  }

  .googlemap {
    padding-top: 100%;
  }

  footer .footer-link {
    flex-direction: column;
  }

}

/* スクロールアニメーション */

.fadein-bottom {
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
}

.fadein-bottom.active {
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  opacity: 1;
}


/* ローディング */

.is-hide {
  display: none;
}

/* ローディング画面をフェードアウト */
.fadeout-bg {
  transition-property: opacity;
  transition-delay: .9s;
  transition-duration: .8s;
  opacity: 0;
  pointer-events: none;
}

/* ローダーをフェードアウト */
.fadeout-loader {
  transition-property: opacity;
  transition-delay: .9s;
  transition-duration: .3s;
  opacity: 0;
  pointer-events: none;
}

/* ローディング画面 */
#loader-bg {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

#loader {
  left: 50%;
  margin-left: -60px;
  margin-top: -60px;
  position: fixed;
  top: 45%;
  width: 120px;
}

#loader p img {
  display: block;
  width: 100%;
  max-width: 280px;
  height: auto;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}