@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  color: #333; /* RGB */
  font-family: "P22 FLW Terracotta", "p22-flw-terracotta", "A-OTF UD Reimin Pr6N L", "a-otf-ud-reimin-pr6n", "A-OTF UD黎ミン Pr6N", "a-otf-ryumin-pr6n", "A-OTF Ryumin Pr6N L-KL", "A-OTF リュウミン Pr6N", serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 2.8rem;
  text-align: center;
}
section h3 {
  font-size: 4.8rem;
}
section h4 {
  font-size: 1.8rem;
  font-weight: 600;
}
.none {
  display: none;
}
html {
  scroll-padding-top: 100px;
}
/*header*/
.header {
  height: 45px;
  background-image: url("../profile_assets/assets/top/main-header__picture.png");
  background-position: 36%;
  background-size: auto 95%;
  background-repeat: no-repeat;
  position: relative;
}
.header h1 {
  font-size: 2.6rem;
  color: #333;
  font-weight: 700;
  position: absolute;
  left: 20px;
  top: 10px;
}
.header h1 a {
  color: #333;
  text-decoration: none;
}
.header__navigation {
  display: none;
}
@media (max-width:840px) {
  /*ハンバーガーアイコン*/
  #nav-drawer {
    padding: 11px 24px 0 0;
    text-align: right;
    position: relative;
  }
  #nav-open {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 22px;
  }
  #nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 2px;
    width: 25px;
    background-color: #777;
    display: block;
    content: "";
  }
  #nav-open span:before {
    bottom: -8px;
  }
  #nav-open span:after {
    bottom: -16px;
  }
  #nav-close {
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
  }
  #nav-content {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 70%;
    height: 100%;
    background-image: url("../profile_assets/assets/footer/BG.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    text-align: left;
    padding: 15px 0 0 30px;
    transform: translateX(-105%);
    transition: 0.2s ease-in-out;
    box-shadow: 5px 0 25px rgba(255, 255, 255, 0.25);
  }
  .nav-drawer__title {
    display: block;
    font-size: 3.0rem;
    font-weight: 600;
    margin-bottom: 40px;
    color: #777;
  }
  .nav-drawer__link-top {
    display: block;
  }
  #nav-content ul li {
    margin-bottom: 40px;
  }
  #nav-content ul li a {
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 600;
    color: #FFF;
  }
  #nav-input:checked ~ #nav-close {
    display: block;
  }
  #nav-input:checked ~ #nav-content {
    transform: translateX(0%);
  }
}
@media (min-width:840px) {
  .header {
    background-image: none;
    background-color: #FFF;
    max-width: 1040px;
    margin: 0 auto;
    min-height: 100px;
    padding: 35px;
    box-sizing: border-box;
  }
  .header h1 {
    font-size: 4.5rem;
    top: 35px;
  }
  .header__navigation {
    display: block;
    text-align: right;
    font-size: 0;
  }
  .header__navigation ul li {
    display: inline-block;
    margin-left: 50px;
  }
  .header__navigation ul li a {
    text-decoration: none;
    font-size: 3rem;
    font-weight: 600;
    color: #333;
  }
}
/*footer*/
.footer {
  height: 800px;
  background-color: #f8f7f6;
  font-weight: 500;
  font-size: 2.6rem;
}
.footer h3 {
  display: none;
}
.section-footer__image-ballet__phone {
  height: 130px;
  width: 125px;
  object-fit: contain;
  object-position: bottom;
  padding-right: 20px;
  margin: 0 auto;
  vertical-align: bottom;
}
.section-footer__image-ballet__boy {
  display: none;
}
.section-footer__image-ballet {
  display: none;
}
.section-footer__image-pole {
  display: none;
}
.section-footer__oka {
  height: 345px;
  padding-top: 115px;
  padding-bottom: 230px;
  background-image: url("../profile_assets/assets/footer/group.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
.footer__site-map ul {
  margin-bottom: 90px;
}
.footer__site-map h3 {
  display: none;
}
.footer__site-map li {
  margin: 0 8px;
  display: inline-block;
}
.footer__site-map li a {
  font-size: 2rem;
  text-decoration: none;
  color: #FFF;
}
.footer__site-map li a:visited {
  text-decoration: none;
  color: #FFF;
}
.section-footer__icon {
  display: none;
}
.section-footer__sns-contaier li {
  display: inline-block;
  width: 20px;
  margin: 0 10px;
}
.section-footer__sns-contaier li img {
  width: 100%;
}
.footer small {
  display: block;
  margin: 0 auto;
  text-align: center;
  color: #FFF;
  margin-top: 50px;
}
@media(min-width:480px) {
  .footer {
    height: 710px;
    position: relative;
  }
  
	.section-footer__image {
		width: 100%;
		height: 100%;
		position: relative;
		margin: auto;
		max-width: 1040px;
	}
  .section-footer__image-ballet {
    display: inline-block;
    height: 115px;
    width: 115px;
    padding: 0;
    object-fit: contain;
    position: absolute;
    top: 135px;
    right: 100px;
    z-index: 100;
    max-width: 100%;
  }
  .section-footer__image-ballet__boy {
    display: inline-block;
    height: 135px;
    width: 90px;
    object-fit: contain;
    position: absolute;
    top: 120px;
    left: 100px;
    z-index: 100;
    max-width: 1040px;
  }
  .section-footer__image-pole {
    display: block;
    height: 215px;
    width: 35px;
    object-fit: contain;
    object-position: bottom;
    margin: 0 auto;
    z-index: 100;
  }
  .section-footer__image-ballet__phone {
    display: none;
  }
	
  .section-footer__oka {
    box-sizing: border-box;
    height: 500px;
    width: 100%;
    padding: 95px 50px 55px;
    background-image: url("../profile_assets/assets/footer/oka.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: absolute;
    bottom: 0;
  }
  .footer-contaier {
    display: flex;
    justify-content: center;
  }
  .footer h3 {
    display: block;
    color: #fff;
    font-size: 4rem;
    padding-bottom: 45px;
    margin: 0 auto;
  }
  .footer__site-map {
    display: inline-block;
    text-align: center;
    float: left;
    height: 160px;
    padding-left: 20px;
  }
  .footer__site-map ul {
    display: inline-block;
    text-align: left;
  }
  .footer__site-map ul li {
    margin: 0;
    display: block;
  }
  .footer__site-map li a {
    font-size: 2.9rem;
    line-height: 4.3rem;
    text-decoration: none;
    color: #FFF;
  }
  .footer__site-map li a:visited {
    text-decoration: none;
    color: #FFF;
  }
  .section-footer__icon {
    display: inline-block;
    object-fit: contain;
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }
  .section-footer__sns-contaier {
    display: block;
    width: 185px;
    height: 180px;
    float: left;
  }
  .ection-footer__sns-contaier li {
    display: inline-block;
    width: 20px;
    margin: 0 10px;
  }
  .ection-footer__sns-contaier li img {
    width: 100%;
  }
  .footer small {
    display: block;
    margin: 0 auto;
    text-align: center;
    color: #FFF;
    margin-top: 50px;
  }
}