@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
* {
  box-sizing: border-box;
}

:root,
html {
  font-size: 100px;
}
@media screen and (max-width: 1380px) and (min-width: 769px) {
  :root,
  html {
    font-size: 7.2463768116vw;
  }
}
@media screen and (max-width: 768px) {
  :root,
  html {
    font-size: 26.6204427083vw;
  }
}

body {
  color: #333333;
  font-weight: 500;
  line-height: 1.5;
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-size: 0.14rem;
  line-height: 2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.wrap {
  max-width: 97.5rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .wrap {
    padding-right: 0.18rem;
    padding-left: 0.18rem;
  }
}

img,
video {
  max-width: 100%;
}

img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src$="_sp.jpg"], img[src$="_sp.png"], img[src$="_sp.svg"] {
    display: inline-block;
  }
  img[src$="_sp.jpg"] + img, img[src$="_sp.png"] + img, img[src$="_sp.svg"] + img {
    display: none;
  }
}

html:not(.mobile) a[href^="tel:"] {
  pointer-events: none;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

em {
  font-style: normal;
}

.inner {
  max-width: 12.8rem;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0 0.25rem;
  }
}

.picture {
  display: block;
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  br.sp {
    display: inline;
  }
}
header {
  height: 1rem;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  width: 100%;
  z-index: 2;
  transition: linear all 0.2s;
}
@media screen and (max-width: 768px) {
  header {
    height: 0.6rem;
    padding: 0 0.15rem;
    display: flex;
    align-items: center;
    background: rgb(210, 16, 16);
  }
}
header #pc-nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 1rem;
  transition: linear all 0.2s;
}
header #pc-nav ul li {
  font-size: 0.2rem;
}
header #pc-nav ul li a {
  color: #333;
}
header #pc-nav ul .logo {
  width: 2.88rem;
  height: 1.7rem;
  background: #C91010;
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: 0.66rem;
  transition: linear all 0.2s;
}
header #pc-nav ul .logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
header #pc-nav ul .logo a em {
  font-size: 0.16rem;
  transition: linear all 0.2s;
}
header #pc-nav ul .logo a span {
  font-size: 0.22rem;
  transition: linear all 0.2s;
}
header #pc-nav ul .logo a figure {
  width: 0.85rem;
  transition: linear all 0.2s;
}
header.is-animation {
  height: 0.5rem;
}
@media screen and (max-width: 768px) {
  header.is-animation {
    height: 0.6rem;
    background: #C91010;
  }
}
header.is-animation #pc-nav ul {
  height: 0.5rem;
}
header.is-animation #pc-nav ul li {
  font-size: 0.16rem;
}
header.is-animation #pc-nav ul li a {
  color: #333;
}
header.is-animation #pc-nav ul .logo {
  width: 2.28rem;
  height: 1.2rem;
  background: #C91010;
  border-radius: 0 0 0.3rem 0.3rem;
  margin-top: 0.633rem;
}
header.is-animation #pc-nav ul .logo a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
header.is-animation #pc-nav ul .logo a em {
  font-size: 0.14rem;
}
header.is-animation #pc-nav ul .logo a span {
  font-size: 0.18rem;
}
header.is-animation #pc-nav ul .logo a figure {
  width: 0.5rem;
}
@media screen and (max-width: 768px) {
  header header {
    height: 0.6rem;
  }
  header .s-logo {
    display: flex;
    align-items: center;
  }
  header .s-logo figure {
    width: 0.45rem;
  }
  header .s-logo p {
    line-height: 1.2;
    padding-left: 0.05rem;
    color: #fff;
  }
  header .s-logo p em {
    font-size: 0.14rem;
    display: block;
  }
  header .s-logo p span {
    font-size: 0.16rem;
  }
}

#fv {
  position: relative;
  min-height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("../images/fv.jpg");
  background-size: cover;
  background-position: center bottom;
}
@media screen and (max-width: 768px) {
  #fv {
    background-image: url("../images/fv_sp.jpg");
  }
}
#fv h1 {
  width: 9.87rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.32);
  color: #fff;
  padding: 0.1rem 0;
  line-height: 1.5;
  z-index: 1;
  font-size: 0.4rem;
  font-weight: 500;
  border-radius: 0.2rem;
  letter-spacing: 0.1em;
  margin-top: 1rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #fv h1 {
    width: 95%;
    font-size: 0.2rem;
    margin-bottom: 0.8rem;
  }
}
#fv h1 span {
  color: #FFDE74;
}
#fv h1 em {
  color: #00DDFF;
}

.contents {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
}
@media screen and (max-width: 768px) {
  .contents {
    display: block;
  }
}

.main-ttl {
  background: #C91010;
  color: #fff;
  padding: 0.1rem;
  line-height: 1;
  font-size: 0.24rem;
}
@media screen and (max-width: 768px) {
  .main-ttl {
    font-size: 0.18rem;
  }
}

.side-ttl {
  background: #C91010;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  line-height: 1;
  font-size: 0.24rem;
}
@media screen and (max-width: 768px) {
  .side-ttl {
    font-size: 0.18rem;
  }
}

main {
  max-width: 8.8rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main {
    max-width: 100%;
    margin-bottom: 0.6rem;
  }
}
main #news {
  margin-top: 0.3rem;
}
main #news dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 0.1rem 0.2rem 0.2rem;
  font-size: 0.16rem;
}
main #news dl dt {
  width: 20%;
  border-bottom: 1px dotted #ddd;
  padding: 0.05rem 0;
}
@media screen and (max-width: 768px) {
  main #news dl dt {
    width: 30%;
    font-size: 0.12rem;
  }
}
main #news dl dd {
  width: 80%;
  border-bottom: 1px dotted #ddd;
  padding: 0.05rem 0;
}
main #news dl dd a {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  main #news dl dd {
    width: 70%;
    font-size: 0.14rem;
  }
}
main #banner-area {
  margin-top: 0.3rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  main #banner-area {
    display: block;
  }
}
main #banner-area .about-team {
  width: 48.5%;
  background-image: url("../images/banner_team.jpg");
  background-size: cover;
  background-position: center center;
}
@media screen and (max-width: 768px) {
  main #banner-area .about-team {
    width: 100%;
    margin-bottom: 0.2rem;
  }
}
main #banner-area .about-team a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main #banner-area .about-team a {
    padding-bottom: 0.15rem;
  }
}
main #banner-area .about-team a figure {
  width: 1.93rem;
}
@media screen and (max-width: 768px) {
  main #banner-area .about-team a figure {
    width: 1.23rem;
  }
}
main #banner-area .about-team a figure img {
  width: 1.93rem;
}
@media screen and (max-width: 768px) {
  main #banner-area .about-team a figure img {
    width: 1.23rem;
  }
}
main #banner-area .about-team a h2 {
  font-size: 0.35rem;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.34);
}
@media screen and (max-width: 768px) {
  main #banner-area .about-team a h2 {
    font-size: 0.25rem;
  }
}
main #banner-area .about-team a p {
  font-size: 0.14rem;
  text-shadow: 0 2px 2px rgb(0, 0, 0);
  line-height: 1.8;
}
main #banner-area .new-member {
  width: 48.5%;
}
@media screen and (max-width: 768px) {
  main #banner-area .new-member {
    width: 100%;
  }
}
main #gallery-img {
  margin-top: 0.4rem;
}
main #gallery-img h2 {
  font-size: 0.45rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main #gallery-img h2 {
    font-size: 0.3rem;
  }
}
main #gallery-img h2:before {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  main #gallery-img h2:before {
    width: 25%;
  }
}
main #gallery-img h2:after {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #333;
}
@media screen and (max-width: 768px) {
  main #gallery-img h2:after {
    width: 25%;
  }
}
main #gallery-img ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
main #gallery-img ul li {
  width: 32%;
  margin-bottom: 0.2rem;
}
main #gallery-img .g-btn {
  width: 3.2rem;
  height: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  background: #6C6C6C;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem auto;
}

#movie-gallery {
  margin-top: 0.8rem;
}
#movie-gallery ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1% 1%;
}
#movie-gallery ul li {
  width: 24%;
}
@media screen and (max-width: 768px) {
  #movie-gallery ul li {
    width: 49%;
  }
}

body.page .page,
body.single .page {
  padding-top: 1rem;
}
@media screen and (max-width: 768px) {
  body.page .page,
  body.single .page {
    padding-top: 0.6rem;
  }
}
body.page #cover,
body.single #cover {
  min-height: 3.52rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.page #cover,
  body.single #cover {
    min-height: 1.52rem;
  }
}
body.page #cover h1,
body.single #cover h1 {
  font-size: 0.48rem;
  color: #fff;
  position: relative;
  line-height: 1.5;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  body.page #cover h1,
  body.single #cover h1 {
    font-size: 0.28rem;
  }
}
body.page #cover h1:after,
body.single #cover h1:after {
  content: "";
  display: block;
  width: 1rem;
  height: 0.05rem;
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  body.page #cover h1:after,
  body.single #cover h1:after {
    width: 0.8rem;
    height: 0.025rem;
  }
}
body.page #cover.page-blog,
body.single #cover.page-blog {
  background-image: url("../images/cover-blog.jpg");
  background-size: cover;
  background-position: center center;
}
body.page #cover.page-team,
body.single #cover.page-team {
  background-image: url("../images/cover-team.jpg");
  background-size: cover;
  background-position: center center;
}
body.page #cover.page-joining,
body.single #cover.page-joining {
  background-image: url("../images/cover-ex.jpg");
  background-size: cover;
  background-position: center center;
}
body.page #cover.page-result,
body.single #cover.page-result {
  background-image: url("../images/cover-result.jpg");
  background-size: cover;
  background-position: center center;
}
body.page #cover.page-gallery,
body.single #cover.page-gallery {
  background-image: url("../images/cover-gallery.jpg");
  background-size: cover;
  background-position: center center;
}
body.page #cover.page-contact,
body.single #cover.page-contact {
  background-image: url("../images/cover-contact.jpg");
  background-size: cover;
  background-position: center center;
}
body.page #page-contents,
body.single #page-contents {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents,
  body.single #page-contents {
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
  }
}
body.page #page-contents .img-area,
body.single #page-contents .img-area {
  width: 45%;
}
@media screen and (max-width: 768px) {
  body.page #page-contents .img-area,
  body.single #page-contents .img-area {
    width: 100%;
  }
}
body.page #page-contents .txt-area,
body.single #page-contents .txt-area {
  width: 50%;
}
@media screen and (max-width: 768px) {
  body.page #page-contents .txt-area,
  body.single #page-contents .txt-area {
    width: 100%;
  }
}
body.page #page-contents section,
body.single #page-contents section {
  margin-bottom: 0.5rem;
}
body.page #page-contents h2,
body.single #page-contents h2 {
  font-size: 0.42rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
  margin-bottom: 0.5rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  body.page #page-contents h2,
  body.single #page-contents h2 {
    font-size: 0.26rem;
    margin-bottom: 0.25rem;
  }
}
body.page #page-contents h2:before,
body.single #page-contents h2:before {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #707070;
}
@media screen and (max-width: 768px) {
  body.page #page-contents h2:before,
  body.single #page-contents h2:before {
    width: 10%;
  }
}
body.page #page-contents h2:after,
body.single #page-contents h2:after {
  content: "";
  display: block;
  width: 30%;
  height: 1px;
  background: #707070;
}
@media screen and (max-width: 768px) {
  body.page #page-contents h2:after,
  body.single #page-contents h2:after {
    width: 10%;
  }
}
body.page #page-contents h3,
body.single #page-contents h3 {
  font-size: 0.32rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents h3,
  body.single #page-contents h3 {
    font-size: 0.22rem;
  }
}
body.page #page-contents .txt,
body.single #page-contents .txt {
  font-size: 0.2rem;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents .txt,
  body.single #page-contents .txt {
    font-size: 0.14rem;
  }
}
body.page #page-contents .bt,
body.single #page-contents .bt {
  font-weight: 700;
  color: #db6d00;
}
body.page #page-contents .blue,
body.single #page-contents .blue {
  color: #002AB1;
  font-weight: 600;
}
body.page #page-contents .red,
body.single #page-contents .red {
  color: #C91010;
  font-weight: 600;
}
body.page #page-contents .st,
body.single #page-contents .st {
  font-weight: 800;
  font-size: 0.26rem;
  border-bottom: 1px solid #707070;
}
@media screen and (max-width: 768px) {
  body.page #page-contents .st,
  body.single #page-contents .st {
    font-size: 0.22rem;
  }
}
@media screen and (max-width: 768px) {
  body.page #page-contents #team-about .flex,
  body.single #page-contents #team-about .flex {
    flex-direction: column-reverse;
  }
}
body.page #page-contents #team-about ul li,
body.single #page-contents #team-about ul li {
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
body.page #page-contents #team-about .img-area a,
body.single #page-contents #team-about .img-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem auto 0;
  max-width: 4rem;
  height: 0.6rem;
  background: #CE5FCE;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #team-about .img-area a,
  body.single #page-contents #team-about .img-area a {
    height: 0.4rem;
    font-size: 0.14rem;
  }
}
body.page #page-contents #staff .flex,
body.single #page-contents #staff .flex {
  align-items: center;
}
body.page #page-contents #staff .staff-list,
body.single #page-contents #staff .staff-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #staff .staff-list,
  body.single #page-contents #staff .staff-list {
    margin-top: 0.3rem;
  }
}
body.page #page-contents #staff .staff-list li,
body.single #page-contents #staff .staff-list li {
  border-bottom: 1px solid #eee;
  margin-bottom: 0.3rem;
  width: calc((100% - 0.6rem) / 3);
}
@media screen and (max-width: 768px) {
  body.page #page-contents #staff .staff-list li,
  body.single #page-contents #staff .staff-list li {
    width: 100%;
  }
}
body.page #page-contents #staff .staff-list p,
body.single #page-contents #staff .staff-list p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.2;
  margin-top: 0.1rem;
  padding-bottom: 0.05rem;
}
body.page #page-contents #staff .staff-list p em,
body.single #page-contents #staff .staff-list p em {
  font-size: 0.2rem;
  display: inline-block;
  margin-right: 0.1rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #staff .staff-list p em,
  body.single #page-contents #staff .staff-list p em {
    font-size: 0.12rem;
  }
}
body.page #page-contents #staff .staff-list p span,
body.single #page-contents #staff .staff-list p span {
  font-size: 0.26rem;
  display: block;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #staff .staff-list p span,
  body.single #page-contents #staff .staff-list p span {
    font-size: 0.18rem;
  }
}
body.page #page-contents .caution:before,
body.single #page-contents .caution:before {
  content: "※";
}
body.page #page-contents #joining-ex .flex,
body.single #page-contents #joining-ex .flex {
  align-items: flex-start;
  height: auto;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #joining-ex .flex,
  body.single #page-contents #joining-ex .flex {
    flex-direction: column-reverse;
  }
}
body.page #page-contents #joining-ex .img-area,
body.single #page-contents #joining-ex .img-area {
  top: 0;
  position: sticky;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #joining-ex .img-area,
  body.single #page-contents #joining-ex .img-area {
    top: initial;
    position: initial;
  }
}
body.page #page-contents #joining-ex .img-area a,
body.single #page-contents #joining-ex .img-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.2rem auto 0;
  max-width: 4rem;
  height: 0.6rem;
  background: #BD0638;
  color: #fff;
  font-size: 0.2rem;
  border-radius: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #joining-ex .img-area a,
  body.single #page-contents #joining-ex .img-area a {
    height: 0.4rem;
    font-size: 0.14rem;
  }
}
body.page #page-contents #joining-ex .txt,
body.single #page-contents #joining-ex .txt {
  padding-left: 1em;
}
body.page #page-contents #joining-ex p.txt,
body.single #page-contents #joining-ex p.txt {
  margin-top: -0.05rem;
}
body.page #page-contents #joining-ex h3,
body.single #page-contents #joining-ex h3 {
  font-size: 0.26rem;
  border: 1px solid #707070;
  padding: 0.3em 0.5em;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #joining-ex h3,
  body.single #page-contents #joining-ex h3 {
    font-size: 0.17rem;
    margin-bottom: 0.2rem;
  }
}
body.page #page-contents #joining-ex dl,
body.single #page-contents #joining-ex dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
body.page #page-contents #joining-ex dl dt,
body.single #page-contents #joining-ex dl dt {
  width: 12%;
  background: #666;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  padding: 0.4em 0;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #joining-ex dl dt,
  body.single #page-contents #joining-ex dl dt {
    width: 20%;
    font-size: 0.14rem;
  }
}
body.page #page-contents #joining-ex dl dd,
body.single #page-contents #joining-ex dl dd {
  width: 80%;
  padding-left: 1em;
  margin-top: -0.05rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #joining-ex dl dd,
  body.single #page-contents #joining-ex dl dd {
    width: 75%;
  }
}
body.page #page-contents #joining-ex dl dd ul li:before,
body.single #page-contents #joining-ex dl dd ul li:before {
  content: "・";
}
body.page #page-contents #joining-ex .contact-tel,
body.single #page-contents #joining-ex .contact-tel {
  border: 4px double #ccc;
  padding: 1em;
}
body.page #page-contents #joining-ex .contact-tel span,
body.single #page-contents #joining-ex .contact-tel span {
  font-size: 0.24rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #joining-ex .contact-tel span,
  body.single #page-contents #joining-ex .contact-tel span {
    font-size: 0.2rem;
  }
}
body.page #page-contents #price .caution,
body.single #page-contents #price .caution {
  display: flex;
}
body.page #page-contents #price dl,
body.single #page-contents #price dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #price dl,
  body.single #page-contents #price dl {
    margin-top: 0.2rem;
  }
}
body.page #page-contents #price dl dt,
body.single #page-contents #price dl dt {
  width: 12%;
  background: #666;
  color: #fff;
  font-size: 0.16rem;
  display: flex;
  line-height: 1;
  justify-content: center;
  align-items: center;
  padding: 0.4em 0;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #price dl dt,
  body.single #page-contents #price dl dt {
    width: 20%;
    font-size: 0.14rem;
  }
}
body.page #page-contents #price dl dd,
body.single #page-contents #price dl dd {
  width: 80%;
  padding-left: 1em;
  margin-top: -0.05rem;
  margin-bottom: 0.2rem;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  body.page #page-contents #price dl dd,
  body.single #page-contents #price dl dd {
    width: 75%;
  }
}
body.page #page-contents #price dl dd ul li:before,
body.single #page-contents #price dl dd ul li:before {
  content: "・";
}
body.page #result-contents,
body.single #result-contents {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  body.page #result-contents,
  body.single #result-contents {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
  }
}
body.page #result-contents table,
body.single #result-contents table {
  width: 100%;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
body.page #result-contents table th,
body.page #result-contents table td,
body.single #result-contents table th,
body.single #result-contents table td {
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
body.page #result-contents table th,
body.single #result-contents table th {
  text-align: center;
  background: #F0F0F0;
}
@media screen and (max-width: 768px) {
  body.page #result-contents table th,
  body.single #result-contents table th {
    font-size: 0.12rem;
  }
}
body.page #result-contents table th.date,
body.single #result-contents table th.date {
  width: 15%;
}
body.page #result-contents table th.type,
body.single #result-contents table th.type {
  width: 15%;
}
@media screen and (max-width: 768px) {
  body.page #result-contents table th.type,
  body.single #result-contents table th.type {
    width: 18%;
  }
}
body.page #result-contents table th.game-name,
body.single #result-contents table th.game-name {
  width: 30%;
  text-align: left;
  padding-left: 1em;
}
body.page #result-contents table th.score,
body.single #result-contents table th.score {
  width: 10%;
}
@media screen and (max-width: 768px) {
  body.page #result-contents table th.score,
  body.single #result-contents table th.score {
    width: 13%;
  }
}
body.page #result-contents table th.result,
body.single #result-contents table th.result {
  width: 10%;
}
@media screen and (max-width: 768px) {
  body.page #result-contents table th.result,
  body.single #result-contents table th.result {
    width: 15%;
  }
}
body.page #result-contents table th.team,
body.single #result-contents table th.team {
  text-align: left;
  padding-left: 1em;
}
body.page #result-contents table td,
body.single #result-contents table td {
  text-align: center;
  vertical-align: middle;
  padding: 0.05rem 0;
}
@media screen and (max-width: 768px) {
  body.page #result-contents table td,
  body.single #result-contents table td {
    font-size: 0.12rem;
  }
}
@media screen and (max-width: 768px) {
  body.page #result-contents table td.date,
  body.single #result-contents table td.date {
    font-size: 0.1rem;
    line-height: 1.5;
  }
  body.page #result-contents table td.date span,
  body.single #result-contents table td.date span {
    display: block;
  }
}
body.page #result-contents table td.type,
body.single #result-contents table td.type {
  color: #fff;
}
body.page #result-contents table td.type span,
body.single #result-contents table td.type span {
  width: 5em;
  display: inline-block;
}
body.page #result-contents table td.type.type1 span,
body.single #result-contents table td.type.type1 span {
  background: #00A50B;
}
body.page #result-contents table td.type.type2 span,
body.single #result-contents table td.type.type2 span {
  background: #0068A5;
}
body.page #result-contents table td.type.type3 span,
body.single #result-contents table td.type.type3 span {
  background: #8F8F8F;
}
@media screen and (max-width: 768px) {
  body.page #result-contents table td.type,
  body.single #result-contents table td.type {
    font-size: 0.1rem;
  }
}
body.page #result-contents table td.team,
body.single #result-contents table td.team {
  text-align: left;
  padding-left: 1em;
}
body.page #result-contents table td.game-name,
body.single #result-contents table td.game-name {
  text-align: left;
  padding-left: 1em;
}
body.page #result-contents table td.result span,
body.single #result-contents table td.result span {
  color: #fff;
  width: 3.5em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body.page #result-contents table td.result span,
  body.single #result-contents table td.result span {
    font-size: 0.1rem;
  }
}
body.page #result-contents table td.result .victory,
body.single #result-contents table td.result .victory {
  background: #FF0000;
}
body.page #result-contents table td.result .lose,
body.single #result-contents table td.result .lose {
  background: #0035C7;
}
body.page #result-contents table td.result .draw,
body.single #result-contents table td.result .draw {
  background: #888;
}

#article-contents {
  font-size: 0.2rem;
  border: 1px solid #ccc;
  padding: 0.5rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 768px) {
  #article-contents {
    font-size: 0.16rem;
    padding: 0.3rem 0.15rem;
  }
}

#contact-contents {
  padding-bottom: 0.8rem;
}
#contact-contents .contact-f {
  min-height: 36vh;
  text-align: center;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #contact-contents.inner {
    padding: 0;
  }
}
#contact-contents h2 {
  font-size: 0.24rem;
  text-align: center;
}
#contact-contents h2 span {
  font-size: 0.12rem;
  display: block;
}
#contact-contents table {
  max-width: 8rem;
  width: 100%;
  margin: 0 auto 0.4rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #contact-contents table {
    width: 100%;
    max-width: initial;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
}
#contact-contents table tbody th {
  width: 25%;
  background: #eee;
  color: #707070;
  font-size: 0.16rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #contact-contents table tbody th {
    font-size: 0.14rem;
    padding: 0.2rem 0.1rem;
    width: 100%;
  }
}
#contact-contents table tbody th .required {
  display: inline-block;
  font-size: 0.14rem;
  font-weight: 400;
  color: #d90000;
}
@media screen and (max-width: 768px) {
  #contact-contents table tbody th .required {
    font-size: 0.12rem;
  }
}
#contact-contents table tbody th ul {
  font-weight: 400;
  font-size: 0.12rem;
  margin-top: 0.1rem;
  margin-bottom: 0;
}
#contact-contents table tbody td {
  font-size: 0.18rem;
  font-weight: 400;
  line-height: 1;
  text-align: left;
  padding: 0.2rem;
}
#contact-contents table tbody td label {
  display: block;
  font-size: 0.14rem;
}
#contact-contents table tbody td label span {
  display: inline-block;
  margin-right: 0.2rem;
  line-height: 1.5;
}
#contact-contents table tbody td em {
  font-size: 0.14rem;
  min-width: initial !important;
}
#contact-contents table tbody td input[type=text],
#contact-contents table tbody td input[type=email] {
  height: 0.4rem;
  width: 100%;
}
#contact-contents table tbody td input[name=user],
#contact-contents table tbody td input[name=email],
#contact-contents table tbody td textarea {
  width: 100%;
}
#contact-contents table tbody td select {
  width: 30%;
  height: 0.4rem;
}
@media screen and (max-width: 768px) {
  #contact-contents table tbody td select {
    width: 100%;
  }
}
#contact-contents table tbody td .member-caution {
  font-size: 0.14rem;
  padding-top: 1em;
  display: block;
}
#contact-contents table tbody td .zip-button {
  display: block;
  width: 1.5rem;
  margin-top: 0.1rem;
  background: #333;
  color: #fff;
  border: none;
  height: 0.4rem;
  border-radius: 5px;
}
#contact-contents table tbody td #birth {
  justify-content: flex-start;
}
#contact-contents table tbody td #birth div {
  width: 30%;
  padding-right: 0.1rem;
}
@media screen and (max-width: 768px) {
  #contact-contents table tbody td #birth div {
    width: 33%;
  }
}
#contact-contents table tbody td #birth select {
  width: 80%;
}
@media screen and (max-width: 768px) {
  #contact-contents table tbody td #birth select {
    width: 70%;
  }
}
#contact-contents table tbody td textarea {
  height: 2.5rem;
}
#contact-contents table th,
#contact-contents table td {
  text-align: center;
  vertical-align: middle;
  font-size: 0.16rem;
  padding: 0.2rem 0;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #contact-contents table th,
  #contact-contents table td {
    display: block;
    width: 100%;
  }
}
#contact-contents table thead th {
  background: #666;
  color: #fff;
}
#contact-contents ul {
  max-width: 7.5rem;
  margin: 0.3rem auto;
}
#contact-contents input[type=submit] {
  display: block;
  width: 2.5rem;
  height: 0.5rem;
  margin: 0.2rem auto;
  background: #111;
  color: #fff;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #contact-contents input[type=submit] {
    width: 100%;
  }
}

.contact-form .mw_wp_form.mw_wp_form_confirm.mw_wp_form_preview table tbody td .zip-button {
  display: none !important;
}

.mwform-checkbox-field input,
.mwform-radio-field input {
  margin: 0 !important;
}

aside {
  max-width: 3.5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  aside {
    max-width: 100%;
  }
}
aside section {
  margin-bottom: 0.4rem;
}
aside .side-ttle {
  line-height: 1;
}
aside #official-game .side-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
aside #official-game .side-ttl:before {
  content: "";
  display: block;
  width: 0.2227rem;
  height: 0.1959rem;
  margin-right: 0.1rem;
  margin-top: 0.02rem;
  background-image: url("../images/trophy-y.svg");
  background-size: 100%;
  background-position: center center;
}
aside #official-game .side-ttl:after {
  content: "";
  display: block;
  width: 0.2227rem;
  height: 0.1959rem;
  margin-left: 0.1rem;
  margin-top: 0.02rem;
  background-image: url("../images/trophy-y.svg");
  background-size: 100%;
  background-position: center center;
}
aside #official-game dl {
  border: 1px solid #ccc;
  padding: 0.1rem 0 0.2rem;
  text-align: center;
}
aside #official-game dl dt {
  font-size: 0.22rem;
}
aside #official-game dl .game-name {
  font-size: 0.18rem;
}
aside #official-game dl .game-result {
  background: #00C4F6;
  margin: 0 auto;
  display: flex;
  width: 2.1rem;
  height: 0.5rem;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.22rem;
}
aside #official-game dl .game-result span {
  font-size: 0.39rem;
}
aside #current-game .side-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
aside #current-game .side-ttl:before {
  content: "";
  display: block;
  width: 0.1945rem;
  height: 0.1945rem;
  margin-right: 0.1rem;
  margin-top: 0.02rem;
  background-image: url("../images/ball.svg");
  background-size: 100%;
  background-position: center center;
}
aside #current-game .side-ttl:after {
  content: "";
  display: block;
  width: 0.1945rem;
  height: 0.1945rem;
  margin-left: 0.1rem;
  margin-top: 0.02rem;
  background-image: url("../images/ball.svg");
  background-size: 100%;
  background-position: center center;
}
aside #current-game div {
  border: 1px solid #ccc;
  padding: 0.05rem 0.1rem 0.1rem;
}
aside #current-game div dl {
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.05rem;
  align-items: center;
}
aside #current-game div dl dt {
  font-size: 0.12rem;
  text-align: center;
  color: #fff;
  width: 5em;
}
aside #current-game div dl dt.type1 {
  background: #00A50B;
}
aside #current-game div dl dt.type2 {
  background: #0068A5;
}
aside #current-game div dl dt.type3 {
  background: #8F8F8F;
}
aside #current-game div dl dd {
  flex-grow: 1;
  margin-left: 1em;
  font-size: 0.16rem;
}
@media screen and (max-width: 768px) {
  aside #current-game div dl dd {
    font-size: 0.14rem;
  }
}
aside #current-game div table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
aside #current-game div table th,
aside #current-game div table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #006464;
  color: #fff;
}
aside #current-game div table thead th {
  text-align: center;
}
aside #current-game div table thead th:nth-child(1) {
  width: 20%;
  text-align: left;
  padding-left: 0.05rem;
}
aside #current-game div table tbody th {
  padding-left: 0.05rem;
}
aside #current-game div table tbody td {
  width: 3.5%;
  text-align: center;
}
aside #current-game ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
aside #current-game ul .game-date {
  font-size: 0.2rem;
  color: #888;
  text-align: center;
}
aside #current-game ul .game-name {
  font-size: 0.25rem;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  aside #current-game ul .game-name {
    font-size: 0.22rem;
  }
}
aside #current-game ul .game-name em {
  font-size: 0.19rem;
}
@media screen and (max-width: 768px) {
  aside #current-game ul .game-name em {
    font-size: 0.16rem;
  }
}
aside #current-game ul .game-score {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 50%;
}
@media screen and (max-width: 768px) {
  aside #current-game ul .game-score {
    width: 70%;
  }
}
aside #current-game ul .game-score em {
  display: block;
  width: 20%;
  font-size: 0.2rem;
  text-align: center;
}
aside #current-game ul .game-score em.type1 {
  color: #00A50B;
}
aside #current-game ul .game-score em.type2 {
  color: #0068A5;
}
aside #current-game ul .game-score em.type3 {
  color: #8F8F8F;
}
aside #current-game ul .game-score span {
  width: 50%;
  font-size: 0.3rem;
  text-align: center;
}
aside #current-game ul .game-score:after {
  content: "";
  display: block;
  width: 20%;
}
aside #current-game ul .game-result {
  width: 50%;
  text-align: center;
  font-size: 0.19rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  aside #current-game ul .game-result {
    width: 30%;
  }
}
aside #current-game ul .game-result span {
  line-height: 1;
  padding: 0.01rem 0.08rem;
}
aside #current-game ul .game-result span.victory {
  background: #FF0000;
}
aside #current-game ul .game-result span.lose {
  background: #0035C7;
}
aside #current-game ul .game-result span.draw {
  background: #888;
}
aside #sch-game .side-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
}
aside #sch-game .side-ttl:before {
  content: "";
  display: block;
  width: 0.1945rem;
  height: 0.1945rem;
  margin-right: 0.1rem;
  margin-top: 0.02rem;
  background-image: url("../images/calendar.svg");
  background-size: 100%;
  background-position: center center;
}
aside #sch-game .side-ttl:after {
  content: "";
  display: block;
  width: 0.1945rem;
  height: 0.1945rem;
  margin-left: 0.1rem;
  margin-top: 0.02rem;
  background-image: url("../images/calendar.svg");
  background-size: 100%;
  background-position: center center;
}
aside #sch-game div {
  border: 1px solid #ccc;
  padding: 0.1rem 0.15rem 0.2rem;
}
aside #sch-game div h3 {
  text-align: center;
  font-size: 0.2rem;
}
@media screen and (max-width: 768px) {
  aside #sch-game div h3 {
    font-size: 0.18rem;
  }
}
aside #sch-game div h3.type1 {
  color: #00A50B;
}
aside #sch-game div h3.type2 {
  color: #0068A5;
}
aside #sch-game div h3.type3 {
  color: #8F8F8F;
}
aside #sch-game div .game-name {
  font-size: 0.18rem;
  text-align: center;
  color: #003391;
  font-weight: bold;
}
aside #sch-game div dl {
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0.1rem;
}
aside #sch-game div dl dt {
  font-size: 0.14rem;
  border: 1px solid #333;
  width: 25%;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  aside #sch-game div dl dt {
    font-size: 0.12rem;
  }
}
aside #sch-game div dl dd {
  width: 70%;
  font-size: 0.18rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  aside #sch-game div dl dd {
    font-size: 0.16rem;
  }
}
aside #sch-game div dl dd ul li:nth-child(1) {
  font-size: 0.14rem;
}
@media screen and (max-width: 768px) {
  aside #sch-game div dl dd ul li:nth-child(1) {
    font-size: 0.12rem;
  }
}
aside #result-game > div {
  border: 1px solid #ccc;
  padding: 0.1rem 0.1rem 0.2rem;
}
aside #result-game .result-table {
  line-height: 1.5;
  margin-top: 0.1rem;
}
aside #result-game .result-table ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1080px) {
  aside #result-game .result-table ul {
    margin-bottom: 0.1rem;
  }
}
aside #result-game .result-table li {
  padding-bottom: 0.1rem;
  vertical-align: middle;
}
aside #result-game .result-table .date {
  font-size: 0.12rem;
  width: 20%;
}
aside #result-game .result-table .type {
  color: #fff;
  padding: 0 0.05rem;
  vertical-align: top;
  width: 20%;
}
@media screen and (max-width: 1080px) {
  aside #result-game .result-table .type {
    width: 20%;
    margin-left: 0.1rem;
    font-size: 0.1rem;
  }
}
aside #result-game .result-table .type span {
  font-size: 0.12rem;
  display: block;
  margin-top: 0.02rem;
  text-align: center;
  line-height: 1.5;
  padding: 0 0.01rem;
}
aside #result-game .result-table .type.type1 span {
  background: #00A50B;
}
aside #result-game .result-table .type.type2 span {
  background: #0068A5;
}
aside #result-game .result-table .type.type3 span {
  background: #8F8F8F;
}
aside #result-game .result-table .team {
  font-size: 0.14rem;
  width: 45%;
}
@media screen and (max-width: 1080px) {
  aside #result-game .result-table .team {
    width: 50%;
  }
}
aside #result-game .result-table .score {
  font-size: 0.14rem;
  width: 0.4rem;
  text-align: right;
  padding-right: 0.05rem;
}
@media screen and (max-width: 1080px) {
  aside #result-game .result-table .score {
    width: 14%;
  }
}
aside #result-game .result-table .result {
  font-size: 0.12rem;
  text-align: center;
  flex-grow: 1;
}
@media screen and (max-width: 1080px) {
  aside #result-game .result-table .result {
    width: 10%;
  }
}
aside #result-game .result-table .result .victory {
  color: #FF0000;
}
aside #result-game .result-table .result .lose {
  color: #0035C7;
}
aside #result-game .result-table .result .draw {
  color: #888;
}
aside #result-game a {
  display: flex;
  line-height: 1;
  padding: 0.08rem 0;
  margin-top: 0.1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #6C6C6C;
  color: #fff;
  border-radius: 0.5rem;
}
aside #member div {
  border: 1px solid #ccc;
  padding: 0.2rem 0.15rem 0.2rem;
}
aside #member dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
aside #member dl dt {
  font-size: 0.22rem;
  border: 1px solid #333;
  width: 25%;
  padding: 0.05rem 0;
  text-align: center;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  aside #member dl dt {
    font-size: 0.18rem;
  }
}
aside #member dl dd {
  font-size: 0.22rem;
  width: 20%;
  margin-bottom: 0.1rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  aside #member dl dd {
    font-size: 0.18rem;
  }
}
aside #member p {
  font-size: 0.24rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  aside #member p {
    font-size: 0.2rem;
  }
}
aside #member p span {
  font-size: 0.28rem;
}
@media screen and (max-width: 768px) {
  aside #member p span {
    font-size: 0.24rem;
  }
}
aside #sponser {
  border: 1px solid #ccc;
  padding: 0.1rem 0.1rem 0.2rem;
}
aside #sponser h2 {
  text-align: center;
  font-size: 0.28rem;
  line-height: 1;
  margin-bottom: 0.3rem;
}
aside #sponser h2 span {
  font-size: 0.17rem;
  display: block;
}
aside #sponser ul li h3 {
  text-align: center;
  font-size: 0.17rem;
}
aside #sponser ul li:not(:last-child) {
  margin-bottom: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px solid #ccc;
}

footer {
  background: #C91010;
  color: #fff;
  margin-top: 1rem;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
}
footer a {
  color: #fff;
}
footer small {
  font-size: 0.14rem;
  text-align: center;
  display: block;
  margin-top: 0.3rem;
}
@media screen and (max-width: 768px) {
  footer small {
    font-size: 0.12rem;
  }
}
footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  footer .inner {
    display: block;
  }
}
footer .inner h2 {
  font-size: 0.2rem;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-width: 3.75rem;
}
@media screen and (max-width: 768px) {
  footer .inner h2 {
    min-width: initial;
    max-width: 100%;
    width: 100%;
  }
}
footer .inner h2:before {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #fff;
}
footer .inner h2:after {
  content: "";
  display: block;
  width: 35%;
  height: 1px;
  background: #fff;
}
footer .inner .menu1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  gap: 0px 0px;
  grid-template-areas: "title title" "menu01 menu02";
}
@media screen and (max-width: 768px) {
  footer .inner .menu1 {
    width: 100%;
    margin-bottom: 0.3rem;
  }
}
footer .inner .menu1 .title {
  grid-area: title;
}
footer .inner .menu1 .menu01 {
  grid-area: menu01;
}
@media screen and (max-width: 768px) {
  footer .inner .menu1 .menu01 li {
    margin-bottom: 0.1rem;
  }
}
footer .inner .menu1 .menu02 {
  grid-area: menu02;
}
@media screen and (max-width: 768px) {
  footer .inner .menu1 .menu02 li {
    margin-bottom: 0.1rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .menu2 {
    margin-bottom: 0.3rem;
  }
}
@media screen and (max-width: 768px) {
  footer .inner .menu2 ul li {
    margin-bottom: 0.1rem;
  }
}
footer .inner .menu2 ul li.ys {
  line-height: 1.5;
  margin-top: 0.05rem;
}
footer .inner .menu2 ul li a span {
  font-size: 0.12rem;
  display: inline-block;
}
footer .inner .f-logo {
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  gap: 0px 0px;
  grid-template-areas: "logoarea txt1" "logoarea txt2";
  font-size: 0.23rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .inner .f-logo {
    font-size: 0.18rem;
    width: 73%;
    margin: 0.4rem auto 0.2rem;
  }
}
footer .inner .f-logo .logoarea {
  grid-area: logoarea;
  padding-right: 0.1rem;
}
footer .inner .f-logo .logoarea figure {
  width: 0.65rem;
}
@media screen and (max-width: 768px) {
  footer .inner .f-logo .logoarea figure {
    width: 0.5rem;
  }
}
footer .inner .f-logo .txt1 {
  grid-area: txt1;
}
footer .inner .f-logo .txt2 {
  grid-area: txt2;
}

.drawer-open .drawer-overlay {
  z-index: 1;
}

.drawer--left .drawer-hamburger {
  height: 0.45rem;
  left: inherit;
  right: 0.15rem;
  top: 1%;
  z-index: 9999999;
}

.drawer--left.drawer-open .drawer-hamburger {
  left: inherit;
  top: 1%;
}

.drawer-nav {
  width: 84.5vw;
  height: 100vh;
  background: #fff;
  overflow: scroll;
  font-family: "Nunito Sans", sans-serif;
  padding-top: 0.4rem;
}
.drawer-nav .sp-logo {
  padding: 0.3rem 0.5rem;
  display: block;
  border-bottom: 1px solid #c2c2c2;
}
.drawer-nav li {
  font-size: 0.16rem;
  margin: 0.2rem 0;
  width: 100%;
}
.drawer-nav li span {
  display: block;
  font-size: 0.12rem;
}

.drawer--left .drawer-nav {
  left: -100%;
}

.drawer-overlay {
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.5);
}

.drawer-hamburger {
  z-index: 11;
  width: 0.4rem;
  padding: 0;
}

.drawer-nav {
  z-index: 9999;
}

.drawer-hamburger-icon {
  background-color: #fff;
  margin-top: 20px;
  width: 90%;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  top: -10px;
}

.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff;
  width: 100%;
}

.drawer-open .drawer-hamburger-icon:before {
  background-color: #fff;
  width: 100%;
}

.drawer-menu {
  margin-top: 0;
  padding: 0.2rem 0.5rem;
}

.drawer-menu-item {
  font-size: 0.18rem;
  padding-right: 4%;
  color: #fff;
  padding-top: 0.8em !important;
  padding-bottom: 0.8em !important;
}

.drawer-dropdown .drawer-caret {
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0;
  transition: transform 0.2s ease, opacity 0.2s ease;
  transform: rotate(0deg);
  vertical-align: middle;
  border-top: none;
  border-right: none;
  border-left: none;
  float: right;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  height: 1px;
  background-color: #fff;
}

.drawer-hamburger-icon:before {
  width: 100%;
}

.drawer-hamburger-icon:after {
  top: 10px;
  width: 100%;
}

.drawer-dropdown.open .drawer-caret {
  transform: rotate(90deg);
}

ion-icon {
  --ionicon-stroke-width: 16px;
  color: #474747;
}

.dr-link,
.drawer-dropdown-menu-item {
  background: #eeeeee;
}

.dr-link {
  font-size: 0.18rem;
  padding: 0.8em 0 0.8em 0.75rem;
}

.drawer-dropdown-menu-item {
  font-size: 0.18rem;
  margin: 0.1em 0;
  padding-left: 1.5em;
  font-weight: normal;
  color: #474747;
}

.drawer-dropdown-menu li a {
  padding-top: 0.3em !important;
  padding-bottom: 0.3em !important;
}

/*通常のハンバーガーメニュー用　上から降りてくるタイプ
.btn_hamburger{
    display:none;
}
@include sp{
.btn_hamburger {
    display:block;
    width: 5.0rem;
    height: 5.0rem;
    background:$color-navy;
    position: absolute;
    z-index: 9999;
    right: 0;
    transition:all 0.2s linear;
}
}
.btn_hamburger.menu-txt{
    background:#fff;
}
.btn_hamburger a {
    position: relative;
    display: block;
    width: 40%;
    height: 16px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
    z-index: 99999;
    top: 50%;
    left: 50%;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    &:after {
        display: block;
        position: absolute;
        bottom: -28px;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 0.8rem;
    }
}

.btn_hamburger span {
    position: absolute;
    display: inline-block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
}
.btn_hamburger.menu-txt span{
    background-color:$color-txt;
}
.btn_hamburger span:nth-of-type(1) {
    top: 0;
}

.btn_hamburger span:nth-of-type(2) {
    top: 7px;
}

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

.btn_hamburger span:nth-of-type(2)::after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    -webkit-transition: all .4s;
    transition: all .4s;
}
.btn_hamburger.menu-txt span:nth-of-type(2)::after {
    background-color:$color-txt;
}
.btn_hamburger .active span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.btn_hamburger .active span:nth-of-type(2)::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.btn_hamburger .active span:nth-of-type(1) {
    -webkit-transform: translateY(20px) scale(0);
    -ms-transform: translateY(20px) scale(0);
    transform: translateY(20px) scale(0);
}

.btn_hamburger .active span:nth-of-type(3) {
    -webkit-transform: translateY(-20px) scale(0);
    -ms-transform: translateY(-20px) scale(0);
    transform: translateY(-20px) scale(0);
}

.sp-menu {
    display: none;
}

#sp-menu {
    top: 5.0rem;
    max-width: 100%;
    width: 100%;
    background: $color-navy;;
    padding: 0;
    overflow: hidden;
    position: absolute;
    color:#fff;
}

#sp-nav {
    padding-top: 1.5rem;

    ul {
        text-align: left;
        width: 100%;
        margin-left: 0;

        &:nth-child(1) {
            li {
                display: block;
                font-size:1.4rem;
                text-align: left;
                margin: 2.5rem 0;
                padding-left:5.0rem;
                a{
                    display:block;
                }
            }
        }
    }
}
*/
.fadeup {
  animation-name: fadeup;
}

.fadeIn {
  transition: all 0.9s linear;
  opacity: 1 !important;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.faderight {
  animation-name: faderight;
}

@keyframes faderight {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */