@charset "UTF-8";
/*ベース
*********************/
body {
  font-family: "Noto Serif JP", sans-serif;
  color: #333;
  line-height: 1;
}

a {
  text-decoration: none;
  color: #333;
}

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

.break {
  display: block;
}

#sp__bg {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
  transform: translate(0, 0);
}

._bgc {
  background-color: rgba(116, 83, 153, 0.65);
}

._reverse {
  flex-direction: row-reverse !important;
}

@media screen and (max-width: 768px) {
  ._reverse {
    flex-direction: column !important;
  }
}
/*LOADING
*********************/
/* ローディング画面 */
#loading {
  transition: all 1s;
  background-color: #00053a;
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: grid;
  place-items: center;
}

.spinner {
  width: auto;
  height: auto;
}

/* ローディング完了したらローディング画面を隠す */
.loaded {
  opacity: 0;
  visibility: hidden;
}

/*HEADER
*********************/
header {
  height: 80px;
  background-image: url(../img/28759872_m.jpg);
}
header .header-inner {
  max-width: 1280px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  flex-direction: row;
}
header .header-inner .header-logo {
  height: 50px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
  border: 1px solid gray;
  display: inline-block;
  padding: 3px;
}
header .header-inner .header-menu ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
header .header-inner .header-menu ul .header-menu-list {
  margin-right: 25px;
  font-size: 14px;
}
header .header-inner .header-menu ul .header-menu-list a:hover {
  text-decoration: underline;
}
header .header-inner .header-menu ul .header-menu-list:nth-last-child(1) {
  margin-right: 0;
}
header .header-SP {
  display: none;
}

.Btn_contact a {
  width: 100%;
  height: auto;
  background-color: #ed6d3d;
  border-radius: 50px;
  padding: 20px 45px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  border: 1px solid #fff;
  text-align: center;
  transition: 0.5s;
}
.Btn_contact a:hover {
  background-color: #fff;
  color: #ed6d3d;
  border: 1px solid #ed6d3d;
  text-decoration: none !important;
}

@media screen and (max-width: 768px) {
  header .header-inner {
    padding-left: 15px;
  }
  header .header-inner .header-menu {
    display: none;
  }
  header .header-inner .header-SP {
    display: block;
  }
}
/*
    ヒーローイメージfv
************************************/
#fv {
  background-image: url(../img/odori21_header_fv.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 360px;
  text-align: center;
  padding-top: 116px;
  color: #fff;
}
#fv .fv-title {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.16);
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 37px;
}
#fv .fv-title .fv-subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 37px;
}
#fv .fv-title .fv-buttons .fv-Btn_download a {
  width: auto;
  height: 60px;
  background-color: #f5a623;
  border: 1px solid #f5a623;
  border-radius: 30px;
  padding: 22px 98px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 22px;
  transition: 0.5s;
}
#fv .fv-title .fv-buttons .fv-Btn_download a:hover {
  box-sizing: border-box;
  background-color: #fff;
  color: #f5a623;
  border: 1px solid #f5a623;
}
#fv .fv-title .fv-buttons .fv-Btn_contact a {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-decoration: underline;
  color: #fff;
}

@media screen and (max-width: 768px) {
  #fv {
    height: 360px;
  }
  #fv .fv-title {
    font-size: 28px;
  }
  #fv .fv-subtitle {
    font-size: 14px;
  }
}
/* newsエリア
************************************/
#news {
  height: auto;
}
#news .news-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  padding-top: 70px;
  padding-bottom: 111px;
}
#news .news-inner .news-guide .news-title {
  text-align: center;
  margin-bottom: 56px;
}
#news .news-inner .news-guide .news-title h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 8px;
}
#news .news-inner .news-guide .news-title h1.finish {
  border: 1px solid #990000;
  color: #990000;
  padding: 10px;
  font-size: 26px;
}
#news .news-inner .news-guide .news-title p {
  font-size: 14px;
  color: #f5a623;
  margin-bottom: px;
}
#news .news-inner .news-guide .news-box {
  display: flex;
  flex-direction: column;
  gap: 95px;
}
#news .news-inner .news-guide .news-box figure {
  margin-bottom: 25px;
  text-align: center;
}
#news .news-inner .news-guide .news-box figure img {
  max-width: 700px;
  width: 100%;
  height: auto;
}
#news .news-inner .news-guide .news-box .news-text {
  font-size: 18px;
  line-height: 1.5;
}
#news .news-inner .news-guide .news-box .news-text h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
#news .news-inner .news-guide .news-box .news-text p {
  margin-bottom: 15px;
}
#news .news-inner .buttons .Btn_contact {
  text-align: center;
}
#news .news-inner .buttons .Btn_contact a {
  font-size: 18px;
  padding: 24px;
}

@media screen and (max-width: 1000px) {
  #news {
    height: auto;
  }
  #news .news-inner {
    width: 90%;
  }
  #news .news-inner .news-box {
    display: flex;
    flex-direction: row;
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  #news {
    height: auto;
  }
  #news .news-inner {
    width: 90%;
  }
  #news .news-inner .news-guide .news-title {
    text-align: center;
    margin-bottom: 56px;
  }
  #news .news-inner .news-guide .news-title h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
  }
  #news .news-inner .news-guide .news-title h1.finish {
    border: 1px solid #990000;
    color: #990000;
    padding: 10px;
    font-size: 20px;
  }
  #news .news-inner .news-guide .news-title p {
    font-size: 14px;
    color: #f5a623;
  }
  #news .news-inner .news-guide .news-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #news .news-inner .news-guide .news-box figure img {
    width: 100%;
  }
  #news .news-inner .news-FAQ {
    margin-top: 83px;
    margin-bottom: 65px;
  }
  #news .news-inner .news-FAQ .news-FAQ-title h1 {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 65px;
  }
}
/*facilitatorエリア
************************************/
#facilitator .facilitator-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  padding-top: 70px;
  padding-bottom: 111px;
}
#facilitator .facilitator-inner .facilitator-title {
  text-align: center;
  margin-bottom: 55px;
}
#facilitator .facilitator-inner .facilitator-title h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 36px;
}
#facilitator .facilitator-inner .facilitator-title h2 {
  font-weight: bold;
  font-size: 24px;
}
#facilitator .facilitator-inner .facilitator-box {
  display: flex;
  flex-direction: row;
  gap: 50px;
}
#facilitator .facilitator-inner .facilitator-box .facilitator-box-item {
  margin: 0 auto;
  width: calc((100% - 50px) / 3);
}
#facilitator .facilitator-inner .facilitator-box .facilitator-box-item .facilitator-figure {
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  margin-bottom: 10px;
}
#facilitator .facilitator-inner .facilitator-box .facilitator-box-item .facilitator-figure img {
  max-width: 250px;
  width: 100%;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
  border-radius: 50%;
}
#facilitator .facilitator-inner .facilitator-box .facilitator-box-item .facilitator-box-item1 {
  margin-bottom: 20px;
}
#facilitator .facilitator-inner .facilitator-box .facilitator-box-item .facilitator-box-item1 time {
  font-size: 14px;
  margin-right: 23px;
}
#facilitator .facilitator-inner .facilitator-box .facilitator-box-item .facilitator-box-item1 .tag {
  padding: 2px 8px;
  background-color: #745399;
  color: #fff;
  border-radius: 4px;
}
#facilitator .facilitator-inner .facilitator-box .facilitator-box-item .facilitator-box-item2 p {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
#facilitator .facilitator-inner .facilitator-staff-title {
  margin-top: 30px;
  margin-bottom: 55px;
}
#facilitator .facilitator-inner .facilitator-staff-title h2 {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
#facilitator .facilitator-inner .facilitator-staff-table {
  text-align: center;
}
#facilitator .facilitator-inner .facilitator-staff-table dl dt {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #facilitator .facilitator-inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #333;
    padding-top: 70px;
    padding-bottom: 111px;
  }
  #facilitator .facilitator-inner .facilitator-title {
    text-align: center;
  }
  #facilitator .facilitator-inner .facilitator-title h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
  }
  #facilitator .facilitator-inner .facilitator-box {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  #facilitator .facilitator-inner .facilitator-box .facilitator-box-item {
    margin: 0 auto;
    width: calc((100% - 50px) / 1);
  }
  #facilitator .facilitator-inner .facilitator-box .facilitator-box-item a figure {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 22px;
  }
  #facilitator .facilitator-inner .facilitator-box .facilitator-box-item a figure img {
    max-width: 300px;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
    border-radius: 50%;
    filter: brightness(150%);
  }
  #facilitator .facilitator-inner .facilitator-box .facilitator-box-item a .facilitator-box-item1 {
    margin-bottom: 20px;
  }
  #facilitator .facilitator-inner .facilitator-box .facilitator-box-item a .facilitator-box-item1 time {
    font-size: 14px;
    margin-right: 23px;
  }
  #facilitator .facilitator-inner .facilitator-box .facilitator-box-item a .facilitator-box-item1 .tag {
    padding: 2px 8px;
    background-color: #745399;
    color: #fff;
    border-radius: 4px;
  }
  #facilitator .facilitator-inner .facilitator-box .facilitator-box-item a .facilitator-box-item2 p {
    font-size: 18px;
    line-height: 1.5;
  }
}
/* menuエリア
************************************/
#menu {
  height: auto;
}
#menu .menu-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  padding-top: 70px;
  padding-bottom: 111px;
}
#menu .menu-inner .menu-title {
  text-align: center;
  margin-bottom: 79px;
}
#menu .menu-inner .menu-title h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 8px;
}
#menu .menu-inner p {
  font-size: 18px;
  line-height: 1.5;
}
#menu .menu-inner p b {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  #menu {
    height: auto;
  }
  #menu .menu-inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #333;
    padding-top: 70px;
    padding-bottom: 111px;
  }
  #menu .menu-inner .menu-title {
    text-align: center;
    margin-bottom: 56px;
  }
  #menu .menu-inner .menu-title h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
  }
  #menu .menu-inner p {
    font-size: 18px;
    line-height: 1.5;
  }
  #menu .menu-inner p b {
    font-size: 24px;
  }
}
/* accessエリア
************************************/
#access {
  height: auto;
}
#access .access-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  padding-top: 70px;
  padding-bottom: 111px;
}
#access .access-inner .access-title {
  text-align: center;
  margin-bottom: 79px;
}
#access .access-inner .access-title h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 8px;
}
#access .access-inner .access-title p {
  font-size: 14px;
  color: #f5a623;
}
#access .access-inner .access-detail {
  display: flex;
  flex-direction: row;
  gap: 30px;
}
#access .access-inner .access-detail .access-text {
  width: 40%;
  line-height: 1.5;
  font-size: 16px;
  width: 40%;
}
#access .access-inner .access-detail .access-text .access-detail-notice {
  color: #ff6666;
  font-weight: bold;
}
#access .access-inner .access-detail figure {
  width: 60%;
}
#access .access-inner .access-detail figure iframe {
  height: 400px;
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #access {
    height: auto;
  }
  #access .access-inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #333;
    padding-top: 70px;
    padding-bottom: 111px;
  }
  #access .access-inner .access-title {
    text-align: center;
    margin-bottom: 56px;
  }
  #access .access-inner .access-title h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 8px;
  }
  #access .access-inner .access-detail {
    flex-direction: column;
    gap: 30px;
  }
  #access .access-inner .access-detail .access-text {
    width: 100%;
    line-height: 1.5;
    font-size: 16px;
  }
  #access .access-inner .access-detail .access-text .access-detail-notice {
    color: #ff6666;
    font-weight: bold;
  }
  #access .access-inner .access-detail figure {
    width: 100%;
  }
  #access .access-inner .access-detail figure iframe {
    height: 400px;
    max-width: 600px;
    width: 100%;
  }
}
#performer .performer-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  padding-top: 70px;
  padding-bottom: 55px;
}
#performer .performer-inner .performer-title {
  text-align: center;
  margin-bottom: 75px;
}
#performer .performer-inner .performer-title h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}
#performer .performer-inner .performer-title p {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}
#performer .performer-inner .performer-member {
  text-align: center;
}
#performer .performer-inner .performer-member a figure {
  display: inline-block;
}
#performer .performer-inner .performer-member a figure img:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  #performer .performer-inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #333;
    padding-top: 70px;
    padding-bottom: 111px;
  }
  #performer .performer-inner .performer-title {
    text-align: center;
    margin-bottom: 75px;
  }
  #performer .performer-inner .performer-title h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
  }
  #performer .performer-inner .performer-title p {
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
  }
}
/*photoエリア
************************************/
#photo .photo-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  padding-top: 70px;
  padding-bottom: 111px;
}
#photo .photo-inner .phpto-list-title h1 {
  font-size: 28px;
  display: block;
  margin-top: 48px;
  margin-bottom: 20px;
  font-weight: bold;
}
#photo .photo-inner .photo-title {
  text-align: center;
  margin-bottom: 75px;
}
#photo .photo-inner .photo-title h1 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 40px;
}
#photo .photo-inner .photo-title p {
  text-align: left;
  line-height: 1.5;
  font-size: 18px;
}
#photo .photo-inner .photo-list {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(3, 1fr);
}
#photo .photo-inner .photo-list .photo-list-item figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#photo .photo-inner .photo-list .photo-list-item figure a img {
  transition: 0.3s;
}
#photo .photo-inner .photo-list .photo-list-item figure a:hover img {
  transform: scale(1.1);
}
#photo .photo-inner .photo-list-finale {
  display: grid;
  gap: 25px;
  grid-template-columns: repeat(2, 1fr);
}
#photo .photo-inner .photo-list-finale .photo-list-item figure {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
#photo .photo-inner .photo-list-finale .photo-list-item figure a img {
  transition: 0.3s;
}
#photo .photo-inner .photo-list-finale .photo-list-item figure a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 768px) {
  #photo .photo-inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #333;
    padding-top: 70px;
    padding-bottom: 111px;
  }
  #photo .photo-inner .phpto-list-title h1 {
    font-size: 20px;
    display: block;
    margin-top: 48px;
    margin-bottom: 20px;
    font-weight: bold;
  }
  #photo .photo-inner .photo-title {
    text-align: center;
    margin-bottom: 75px;
  }
  #photo .photo-inner .photo-title h1 {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 40px;
  }
  #photo .photo-inner .photo-title p {
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
  }
  #photo .photo-inner .photo-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  #photo .photo-inner .photo-list .photo-box-item {
    margin: 0 auto;
  }
  #photo .photo-inner .photo-list .photo-box-item .photo-list a figure {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 22px;
    text-align: center;
  }
  #photo .photo-inner .photo-list .photo-box-item .photo-list a figure img {
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
    border-radius: 50%;
  }
}
/* contactエリア
************************************/
#contact {
  height: auto;
}
#contact .contact-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #333;
  padding-top: 70px;
  padding-bottom: 111px;
}
#contact .contact-inner .contact-title {
  text-align: center;
  margin-bottom: 56px;
}
#contact .contact-inner .contact-title h1 {
  font-weight: bold;
  font-size: 48px;
  margin-bottom: 8px;
}
#contact .contact-inner .contact-title p {
  font-size: 14px;
  color: #f5a623;
}

@media screen and (max-width: 768px) {
  #contact {
    height: auto;
  }
  #contact .contact-inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #333;
    padding-top: 70px;
    padding-bottom: 111px;
  }
  #contact .contact-inner .contact-title {
    text-align: center;
    margin-bottom: 56px;
  }
  #contact .contact-inner .contact-title h1 {
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 8px;
  }
  #contact .contact-inner .contact-title p {
    font-size: 14px;
    color: #f5a623;
  }
}
/* footerエリア
************************************/
footer {
  color: #fff;
  background-color: #00053a;
}
footer .footer-inner {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto;
  color: #eee;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
footer .footer-inner .footer-logo-white {
  display: inline-block;
  border: 1px solid #fff;
  margin: 0 auto;
  padding: 5px;
}
footer .footer-inner .footer-logo-white a {
  color: white;
  font-size: 24px;
}
footer .footer-inner .footer-menu {
  display: inline-block;
  margin-bottom: 20px;
  margin: 0 auto;
}
footer .footer-inner .footer-menu ul {
  display: flex;
  flex-direction: row;
}
footer .footer-inner .footer-menu ul li {
  margin-right: 30px;
}
footer .footer-inner .footer-menu ul li a {
  color: #eee;
}
footer .footer-inner .footer-menu ul li:last-child {
  margin-right: 0px;
}

@media screen and (max-width: 768px) {
  footer {
    color: #fff;
    background-color: #00053a;
  }
  footer .footer-inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    color: #eee;
    padding-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
  footer .footer-inner .footer-logo-white {
    margin-bottom: 20px;
  }
  footer .footer-inner .footer-menu {
    display: inline-block;
    margin-bottom: 20px;
  }
  footer .footer-inner .footer-menu ul {
    display: flex;
    flex-direction: column;
  }
  footer .footer-inner .footer-menu ul .footer-menu-list {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  footer .footer-inner .footer-menu ul .footer-menu-list a {
    color: #eee;
  }
  footer .footer-inner .footer-menu ul .footer-menu-list:last-child {
    margin-right: 0px;
  }
}
/*追従header*/
.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  visibility: visible;
  animation: kf-slideDown 0.3s ease-in-out;
  z-index: 20;
  background-color: #ddffff;
}

.header--sticky .menu__item a {
  color: red;
}

@keyframes kf-slideDown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}
/*ハンバーガーボタン実装hamburger*/
.header-hamburger {
  cursor: pointer;
  position: fixed;
  border: 0px;
  top: 16px;
  right: 16px;
  background: #00ae95;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  z-index: 10;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.header-hamburger span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 15px;
  height: 2px;
  border-radius: 2px;
  background: #eee;
  width: 18px;
}

.header-hamburger span:nth-child(1) {
  top: 18px;
}

.header-hamburger span:nth-child(2) {
  top: 23px;
}

.header-hamburger span:nth-child(3) {
  top: 28px;
}

.header-hamburger.active span:nth-child(1) {
  top: 30px;
  left: 15px;
  transform: translateY(-6px) rotate(45deg);
  width: 18px;
}

.header-hamburger.active span:nth-child(2) {
  opacity: 0;
}

.header-hamburger.active span:nth-child(3) {
  top: 18px;
  left: 15px;
  transform: translateY(6px) rotate(-45deg);
  width: 18px;
}

#sp__bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  z-index: 5;
}
#sp__bg h1 {
  margin-top: 20px;
}
#sp__bg nav {
  padding-top: 30px;
  font-size: 16px;
  line-height: 23px;
  color: #4e301b;
}
#sp__bg nav ul {
  background-color: #00ae95;
}
#sp__bg nav ul li {
  border-bottom: 1px solid white;
}
#sp__bg nav ul li a {
  font-weight: 700;
  display: block;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: 0.5s;
}
#sp__bg nav ul li a:hover {
  color: #745399;
  background-color: #eee;
}
#sp__bg .buttons {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
#sp__bg .buttons .Btn_contact a {
  width: 200px;
  height: 50px;
  flex-shrink: 0;
  background-color: #ed6d3d;
  border-radius: 25px;
  padding: 18px 27px;
  display: inline-block;
  color: #fff;
  font-family: YuGothic;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 14px */
}
#sp__bg .buttons .Btn_contact a:hover {
  opacity: 0.8;
}

/*ハンバーガーボタン実装hamburgerここまで*/
.alternate__img {
  position: relative;
}

/*end-スライダーズーム（keyframe利用）*/
.slide {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}

.slide-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: slider-1 24s linear infinite;
}
.slide-image:nth-child(1) {
  background-image: url(../img/MV1.png);
  -o-object-fit: cover;
     object-fit: cover;
  animation-delay: -2s;
}
.slide-image:nth-child(2) {
  background-image: url(../img/news-logo_ccc.jpg);
  -o-object-fit: cover;
     object-fit: cover;
  animation-delay: 6s;
}
.slide-image:nth-child(3) {
  background-image: url(../img/news-logo_aaa.jpg);
  -o-object-fit: cover;
     object-fit: cover;
  animation-delay: 14s;
}

@keyframes slider-1 {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  4.16% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  41.66% {
    opacity: 0;
    transform: scale(1.2);
  }
  100% {
    opacity: 0;
  }
}
.fv {
  position: relative;
}

.fv-copy {
  position: absolute;
  writing-mode: vertical-rl;
  font-size: 34px;
  font-weight: bold;
  color: #ffffff;
  z-index: 1;
  letter-spacing: 0.35em;
  line-height: 1.24;
}
.fv-copy-01 {
  top: 362px;
  right: 508px;
}
.fv-copy-02 {
  top: 362px;
  right: 593px;
}

/*モーダルmodal
****************/
#bg {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

#photomodal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 640px;
  height: 420px;
}/*# sourceMappingURL=style.css.map */