@charset "UTF-8";
/* CSS Document */
body.active {
  height: 100%;
  overflow: hidden;
}
.header {
  display: flex;
  justify-content: space-between;
  position: fixed;
  right: 0;
  left: 0;
  padding: 20px 20px 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1;
}
.header_container {
  height: 80px;
}
.header_logo {
  margin-bottom: 10px;
}
.header_logo img {
  max-width: 17%;
}
.header h1 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
}
.gnav_font {
  font-size: 1.2rem;
  font-family: "Oswald", sans-serif;
  font-weight: 400;
}
.navInner {
  margin-top: 20px;
}
.gnav {
  display: flex;
}
.gnav ul {
  margin-right: 30px;
  text-align: center;
}
.gnav li {
  font-size: 1.2rem;
}
.gnav_contact a {
  display: block;
}
.gnav_contact img {
  width: 2rem;
  height: auto;
  margin-bottom: 5px;
}
.btn-trigger {
  position: relative;
  width: 35px;
  height: 35px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin-top: 4px;
  transition: all .5s;
  display: flex;
  justify-content: center;
}
.btn-trigger span {
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fff;
  transition: all .5s;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 5px;
}
.btn-trigger span:nth-of-type(3) {
  top: 10px;
}
.btn-trigger p {
  font-family: "Oswald", "Zen Kaku Gothic New", sans-serif;
  font-size: 1.2rem;
  color: #fff;
  position: absolute;
  bottom: -2px;
}
#drawer_nav.active span:nth-of-type(1) {
  -webkit-transform: translateY(5px) rotate(45deg);
  transform: translateY(5px) rotate(45deg);
}
#drawer_nav.active span:nth-of-type(2) {
  opacity: 0;
}
#drawer_nav.active span:nth-of-type(3) {
  -webkit-transform: translateY(-5px) rotate(-45deg);
  transform: translateY(-5px) rotate(-45deg);
}
.gnav_list {
  position: fixed;
  top: 100px;
  right: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transform: translateX(100%);
  overflow-y: scroll;
  transition: all 1s;
  display: flex;
  padding-top: 25px;
}
.gnav_list.active {
  width: 100%;
  height: 100vh;
  transform: translateX(0);
  overflow-y: scroll;
  z-index: 100;
  margin-bottom: 500px;
}
.gnav_list a {
  margin: 0 25px 0 20px;
}
.gnav_list ul {
  height: 100vh;
}
.gnav_list ul li {
  text-align: left;
  font-size: 2.4rem;
  line-height: 5.5rem;
}
.gnav_list ul li span:nth-child(2) {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.gnav_list span {
  font-size: 1.2rem;
  font-weight: 600;
}
.team_laciva {
  padding: 100px 0;
}
.team_laciva h2 {
  font-size: 7.0rem;
  color: #CDAE8C;
  text-align: center;
  margin-top: 55px;
}
.team_laciva h2::before {
  content: "FC.LACIVAについて";
  font-family: "Zen Kaku Gothic New", sans-serif;
  display: block;
  font-size: 1.0rem;
  color: #fff;
  margin-bottom: 10px;
}
.coaching_philosophy_container .coaching_philosophy_p {
  font-size: 1.8rem;
}
.team_laciva img {
  width: 100%;
  margin-top: -5%;
  position: relative;
  z-index: -1;
}
@media(min-width:768px) {
  .team_laciva h2 {
    font-size: 9rem;
  }
  .team_laciva h2::before {
    font-size: 1.2rem;
    font-weight: 400;
  }
  .team_laciva img {
    margin-top: -4%;
  }
  .coaching_philosophy_container p {
    font-size: 2.2rem;
    line-height: 4.8rem;
  }
  
  .coaching_philosophy_container .activity_contact {
    text-align: center;
  }
}
@media(min-width:1200px) {
  .team_laciva {
    padding-bottom: 150px;
  }
  .team_laciva h2 {
    font-size: 17.0rem;
  }
  .team_laciva h2::before {
    font-size: 2.0rem;
    font-weight: 500;
  }
  .team_laciva img {
    margin-top: -3%;
  }
}
.coaching_philosophy {
  padding: 0 20px 100px;
}
.ttl {
  font-size: 4.0rem;
  font-weight: 500;
}
.ttl_coaching_philosophy::after {
  content: "指導理念";
  display: block;
  margin: 15px 0 50px;
  font-size: 1.2rem;
}
.coaching_philosophy_container p {
  font-size: 2.2rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 4.8rem;
  margin-bottom: 80px;
}
.coaching_philosophy_container span {
    font-size: 2.2rem;
    display: block;
    font-weight: bold;
  }
.coaching_philosophy .coaching_activity {
  display: flex;
  border-bottom: solid 1px #fff;
  padding-bottom: 20px;
  margin-bottom: 60px;
}
.coaching_philosophy dt {
  width: 40%;
  font-size: 1.6rem;
  font-weight: 600;
  color: #CDAE8C;
  padding-left: 4%;
}
.coaching_activity dd {
  width: 60%;
  font-size: 1.6rem;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.coaching_activity:nth-child(3), .coaching_activity:nth-child(4) {
  line-height: 3.5rem;
}
.coaching_philosophy_container .activity_contact {
  line-height: 4.2rem;
  margin-bottom: 50px;
}
.btn {
  width: 168px;
  height: 38px;
  border: solid 1px #fff;
  margin: 0 auto;
}
.btn a {
  display: block;
  position: relative;
  font-size: 1.2rem;
  line-height: 3.8rem;
  padding-left: 10px;
}
.btn a::before {
  content: "";
  width: 10px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 13px;
  margin-top: 0px;
  background-color: #fff;
}
.btn a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 50%;
  right: 13px;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
@media(min-width:1200px) {
  .coaching_philosophy {
    max-width: 1150px;
    margin: 0 auto;
    padding-bottom: 150px;
  }
  .ttl {
    font-size: 10.0rem;
  }
  .ttl_coaching_philosophy::after{
    font-size: 2.0rem;
    margin: 30px 0 100px;
  }
  .coaching_philosophy_container {
    padding: 0 40px;
  }
  .coaching_philosophy_container p {
    font-size: 3.2rem;
    line-height: 6.4rem;
    margin-bottom: 30px;
  }
  .coaching_philosophy_container span {
    font-size: 3.2rem;
  }
  .coaching_philosophy .coaching_activity {
    padding-bottom: 30px;
  }
  .coaching_philosophy_container .coaching_philosophy_p {
    margin-bottom: 150px;
  }
  .coaching_activity dt {
    width: 30%;
    font-size: 2.0rem;
  }
  .coaching_activity dd {
    font-size: 2.0rem;
  }
  .coaching_activity:nth-child(3), .coaching_activity:nth-child(4)  {
    line-height: 4.2rem;
  }
  .coaching_philosophy_container .activity_contact {
    font-size: 3.2rem;
    line-height: 6.4rem;
  }
  .btn {
    width: 260px;
    height: 60px;
    margin-bottom: 0;
  }
  .btn a {
    font-size: 1.6rem;
    line-height: 6.0rem;
  }
}

.news {
  padding: 100px 20px;
  background: #fff;
}
.ttl_news {
  font-size: 7.0rem;
  font-weight: 500;
  color: #000;
  margin-bottom: 80px;
}
.ttl_news::before {
  content: "お知らせ";
  display: block;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.newslist ul li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #000;
  font-size: 1.4rem;
  line-height: 4rem;
  border-bottom: solid 0.8px #000;
  padding-top: 10px;
  margin-bottom: 30px;
}
.newslist time {
  margin-right: 15px;
  padding-left: 10px;
}
.newslist span {
  font-size: 1.4rem;
  color: #fff;
  background: #CDAE8C;
  padding: 1px 21px;
  margin-bottom: 5px;
}
.newslist p {
  padding-left: 10px;
}
.news_insta_container {
  margin: 80px 0 0;
}
.insta_laciva_ttl {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.insta_laciva_ttl h3 {
  font-family: "Oswald";
  font-weight: 400;
  font-size: 1.4rem;
  color: #000;
}
.insta_laciva_ttl:before {
  content: url("../image/Instagram_icon_bk.svg");
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 15px 0 6%;
}
.instagram-media {
  width: calc(100% - (2px + 20px * 2)) !important;
  margin: 0 auto !important;
  box-shadow: none !important;
}
@media(min-width:768px) {
  .newslist {
    max-width: 700px;
    margin: 0 auto;
  }
  .news_insta_container {
    max-width: 600px;
    margin: 0 auto;
  }
  .insta_laciva_ttl {
    margin-top: 100px;
  }
  .insta_laciva_ttl:before {
    margin: 0 15px 0 6%;
  }
}
@media(min-width:1200px){
  .news {
    padding: 150px 80px 150px;
  }
  .ttl_news {
    font-size: 11.0rem;
    margin-bottom: 100px;
  }
  .ttl_news::before {
    font-size: 2.0rem;
    font-weight: 500;
  }
  .news_itembox {
    display: flex;
    max-width: 1400px;
    justify-content: space-around;
    margin: 0 auto;
  }
  .newslist {
    width: 60%;
    margin: 0;
  }
  .newslist ul li {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    border-bottom: solid 0.8px #000;
    padding: 0 0 15px;
  }
  .newslist time {
    margin-right: 20px;
  }
  .newslist span {
    display: inline-block;
    width: 140px;
    height: 30px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3.0rem;
    font-weight: 600;
    margin: 0 50px 0 0;
    padding: 0;
  }
  .newslist p {
    font-size: 1.6rem;
    padding: 0;
  }
  .newslist p::after {
    border: none;
  }
  .news_insta_container {
    margin: 0;
  }
  .insta_laciva_ttl {
    margin-top: 0;
  }
  .instagram-media {
  width: 326px !important;
}
}
.img_box img {
  width: 100%;
}
.sponsor {
  padding: 100px 20px 65px;
}
.sponsor .ttl {
  font-size: 7.0rem;
  font-weight: 500;
  margin-bottom: 50px;
}
.ttl_sponsor::before {
  content: "スポンサー紹介";
  display: block;
  font-size: 1.2rem;
  margin-bottom: 10px;
}
.sponsor_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px;
}
.sponsor_container div {
  flex: 0 0 calc(50% - 20px);
}
@media(min-width:768px) {
  .sponsor_container div {
  flex: 0 0 calc(33.333% - 55px);
  margin-bottom: 30px;
}
  .sponsor_container {
    padding: 0 5%;
  }
}
@media(min-width:1200px) {
  .sponsor {
    padding: 150px 80px 130px;
  }
  .sponsor .ttl_sponsor {
    font-size: 10.0rem;
    margin-bottom: 150px;
  }
  .ttl_sponsor::before {
    font-size: 2.0rem;
  }
}
.footer {
  padding: 0 20px;
}
.footer::before {
  content: "";
  display: block;
  border: solid 1px #fff;
  margin-bottom: 40px;
}
.footer_logo {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
  margin-left: 7%;
}
.footer_logo img:first-of-type {
  margin-right: 2px;
}
.footer_logo img {
  max-width: 11%;
}
.footer_logo p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  margin-left: 10px;
}
.footer_list {
  padding: 0 6%;
}
.footer_list ul {
  display: flex;
  flex-wrap: wrap;
}
.footer_list ul li {
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
  border-right: solid 1px #fff;
  padding: 0 7%;
}
.footer_list ul li:last-child {
  border-right: none;
}
.footer_instagram {
  padding: 0 20px;
  margin-left: 6%;
}
.insta_maki, .insta_laciva {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  letter-spacing: 0.05em;
  margin: 30px 0 50px 0;
}
.insta_maki::before, .insta_laciva::before {
  content: url("../image/Instagram_icon.svg");
  display: inline-block;
  width: 29px;
  height: auto;
  vertical-align: middle;
  margin-right: 15px;
}
.footer_bottom {
  padding: 0 20px;
  margin-bottom: 50px;
}
.footer_list_small {
  font-size: 1.0rem;
  margin-bottom: 50px;
  margin-left: 7%;
}
.footer_copy p {
  font-size: 1.0rem;
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media(min-width:430px) {
    .footer_instagram {
    margin-left: 7%;
  }
  .footer_list_small {
    margin-left: 7%;
  }
}
@media(min-width:440px) {
  .footer_list ul li {
    padding: 0 8%;
  }
}
@media(min-width:500px) {
  .footer_list ul li {
    padding: 0 7%;
  }
  .footer_instagram {
    margin-left: 7.8%;
  }
  .footer_list_small {
    margin-left: 7.8%;
  }
}
@media(min-width:619px) {
  .footer_instagram {
    margin-left: 9%;
  }
  .footer_list_small {
    margin-left: 9%;
  }
}
@media(min-width:768px) {
  .header h1 {
    font-size: 1.8rem;
  }
  .navInner {
    margin-top: 30px;
  }
  .gnav_list ul li {
    font-size: 2.8rem;
    line-height: 6.5rem;
  }
  .footer_logo {
    margin-left: 9%;
  }
  .footer_logo img {
    max-width: 6%;
  }
  .footer_list ul li {
    padding: 0 5%;
  }
  .footer_instagram {
    margin-left: 7%;
  }
  .footer_list_small {
    margin-left: 7%;
    font-size: 1.2rem;
  }
}
@media(min-width:820px) {
  .footer_list ul li {
    padding: 0 7%;
    margin-bottom: 50px;
  }
  .footer_instagram {
    margin-left: 10%;
  }
  .footer_list_small {
    margin-left: 10%;
    font-size: 1.2rem;
  }
}
@media(min-width:1200px) {
  .header {
    padding: 28px 50px 0;
  }
  .header_container {
    display: flex;
    align-items: center;
  }
  .header_logo {
    width: 100px;
  }
  .header_logo img {
    max-width: 40%;
  }
  .header_container a {
    display: flex;
    align-items: center;
  }
  .header_container h1 {
    font-size: 2.6rem;
    margin-top: -10px;
  }
  .navInner {
    margin-top: 15px;
  }
  .gnav ul {
    margin-right: 50px;
  }
  .gnav_list {
    padding-top: 80px;
  }
  .gnav_list ul li {
    font-size: 3.6rem;
    line-height: 7.5rem;
    margin-left: 160px;
  }
  .gnav_list a {
    margin-right: 40px;
  }
  .gnav_list span {
    font-size: 1.4rem;
    font-weight: 400;
  }
  .gnav li, .btn-trigger p {
    font-size: 1.6rem;
  }
  .gnav_contact img {
    margin-bottom: 7px;
  }
  .btn-trigger {
    margin-top: 5px;
  }
  .btn-trigger p {
    bottom: -7px;
  } 
  .footer::before {
    width: 91%;
    margin: 0 auto 30px;
  }
  .footer_logo {
    margin: -19px auto 0 1.5%;
  }
  .footer_logo img {
    min-width: 40px;
  }
  .footer_logo p {
    font-size: 1.8rem;
  }
  .footer_container {
    display: flex;
    align-items: flex-start;
    width: 91%;
    margin: 49px auto 0;
  }
  .footer_list_container {
    display: flex;
    flex-direction: column;
    width: 670px;
  }
  .footer_list {
    padding: 0;
  }
  .footer_list ul li {
    padding: 0 3%;
  }
  .footer_list ul {
    flex-wrap: nowrap;
  }
  .footer_instagram {
    display: flex;
    justify-content: flex-end;
    padding-right: 25px;
  }
  .insta_maki {
    margin-right: 40px;
  }
  .footer_bottom {
    position: relative;
  }
  .footer_list_small {
    position: absolute;
    top: 100px;
    right: 6%;
    margin: 0;
    z-index: -1;
  }
  .footer_copy {
    position: absolute;
    top: 105px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .footer_copy p {
    font-size: 1.2rem;
  }
  .footer_bottom {
    margin-bottom: 180px;
  }
}



























