/* var */
:root {
  --black: #231815;
  --blue: #4BB4FE;
}

/* base */
* {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  color: var(--black);
}
@media (max-width: 520px) {
  html {
    font-size: 13px;
    line-height: 22px;
  }
}

figure {
  margin: 0;
}

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

a {
  text-decoration: none;
  transition: all 0.3s 0s ease;
  color: var(--black);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a.noref {
  pointer-events: none;
}

.pc-only {
  display: block !important;
}

@media (max-width: 520px) {
  .pc-only {
    display: none !important;
  }
}
.sp-only {
  display: none !important;
}

@media (max-width: 520px) {
  .sp-only {
    display: block !important;
  }
}
.c-inner {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}

@media (max-width: 1050px) {
  .c-inner {
    width: 100%;
    padding: 0 20px;
  }
}
.p-body {
  padding-top: 70vh;
}
@media (max-width: 520px) {
  .p-body {
    padding-top: 70vh;
  }
}

.scrolldown{
  position:fixed;
  bottom : 50px;
  right:50px;
  animation: arrowmove 1s ease-in-out infinite;
  background: #000;
  width: 80px;
  height: 80px;
  border-radius: 100px;
  display: none;
  z-index: 500;
}
@media (max-width: 520px) {
  .scrolldown{
   bottom : 20px;
   right:20px;
  }
}

@keyframes arrowmove{
      0%{bottom:1%;}
      50%{bottom:3%;}
     100%{bottom:1%;}
 }

.scrolldown span{
  position: absolute;
  left:30px;
  bottom:22px;
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
}
@media (max-width: 520px) {
  .scrolldown span{
   font-size: .9rem;
  }
}

.scrolldown:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 54px;
    width: 2px;
    height: 15px;
    background: #eee;
    transform: skewX(-31deg);
}

.scrolldown:after{
  content:"";
  position: absolute;
  bottom:20px;
  left: 50px;
  width:2px;
  height: 40px;
  background:#eee;
}

.p-body::before {
  position:fixed;
   top:0;
   left:0;
   z-index:-1;
   width:100vw;
   height:100vh;
   background:url("../img/bg.jpg") repeat center 65px;
   -webkit-background-size:contain;
   background-size:100%;
   content:"";
}

@media (max-width: 768px) {
  .p-body::before {
    background-size: 233%;
    background-position: center 60px;
  }
}

/* base end */
@media (max-width: 980px) {
  .l-main {
    width: 90%;
    margin: 0 auto;
  }
}

.l-box {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 60px 60px 70px;
  border-radius: 40px;
  margin-bottom: 50px;
}
@media (max-width: 520px) {
  .l-box {
    border-radius: 12px;
    padding: 40px 0px 50px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #F6F6F2;
  padding: 5px 15px;
  z-index: 600;
}
.l-header .c-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  padding:  0 40px;
}
@media (max-width: 768px) {
  .l-header .c-inner {
    padding: 0;
  }
}

.l-header__right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap : 20px;
}

.l-header-nav {
  display: none;
}
.l-header-nav.is-active {
  background: #F6F6F2;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 140px 0 0;
  z-index: 199;
}
.l-header-nav__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-bottom: 90px;
}
.l-header-nav__item {
  text-align: center;
}
.l-header-nav__item a {
  font-size: 27px;
  font-weight: 500;
  letter-spacing: 5px;
}
.l-header-sns {
  display: flex;
  justify-content: center;
  gap: 40px;
}


.l-header__right .l-header-sns {
  gap: 15px;
}

@media (max-width: 520px) {
  .l-header__right .l-header-sns {
    display: none;
  }
}

.l-header__right .l-header-sns__item {
  width: 21px;
}

.l-header-toggle {
  cursor: pointer;
}

.l-header-toggle div {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  background: var(--black);
}

@media (max-width: 520px) {
  .l-header-toggle div {
    display: flex;
  }
}
.l-header-toggle span {
  width: 26px;
  height: 3px;
  background: #fff;
  display: block;
  transition: 0.3s all;
  border-radius: 4px;
  top: 0;
}

.l-header-toggle:hover span:nth-child(1) {
  top : -4px;
}

.l-header-toggle:hover span:nth-child(3) {
  top : 4px;
}

.l-header-toggle.is-active span:nth-child(1) {
  transform: rotate(-45deg);
  top: 8px;
}

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

.l-header-toggle.is-active span:nth-child(3) {
  transform: rotate(45deg);
  top: -8px;
}

.c-title {
  text-align: center;
}
.c-title span {
  font-size: 36px;
  font-weight: 700;
  border-bottom: 5px solid var(--black);
  padding-bottom: 0px;
  letter-spacing: 3px;
}
@media (max-width: 520px) {
  .c-title span {
    font-size: 18px;
    border-bottom: 3px solid var(--black);
    letter-spacing: 0;
  }
}


.fv {
  padding-top: 120px;
}
@media (max-width: 520px) {
  .fv {
    padding-bottom: 60px;
    padding-top: 120px;
  }
}

.fv-logo {
  max-width: 350px;
  margin: 0 auto 80px;
}
@media (max-width: 520px) {
  .fv-logo {
    width: 70%;
    margin-bottom: 40px;
  }
}
.fv-lead {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.8px;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .fv-lead {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
.fv-text {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  margin-bottom: 70px;
}
@media (max-width: 520px) {
  .fv-text {
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 30px;
  }
}

.slick-next {
  top: auto;
  bottom: -40px;
  right: 50px;
  z-index: 100;
}

.slick-prev {
  top: auto;
  bottom: -40px;
  left: 0px;
  z-index: 100;
}

.slick-prev:before {
  background: transparent url("../img/btn_prev.svg") no-repeat center center;
  background-size: auto 100%;
  width: 76px;
  height: 8px;
  font-size: 0;
  display: block;
}

.slick-next:before {
  background: transparent url("../img/btn_next.svg") no-repeat center center;
  background-size: auto 100%;
  width: 76px;
  height: 8px;
  font-size: 0;
  display: block;
}

.slick-slide {
  margin: 0 10px;
}

.time.l-box {
  padding-left: 40px;
  padding-right: 40px;
}

.theme .c-title {
  margin-bottom: 110px;
}
@media (max-width: 520px) {
  .theme .c-title {
    margin-bottom: 50px;
  }
}
.theme-title {
  text-align: center;
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
  margin-bottom: 40px;
}
@media (max-width: 520px) {
  .theme-title {
    font-size: 34px;
    line-height: 46px;
    letter-spacing: 1.8px;
  }
}
.theme-lead {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1.8px;
  line-height: 40px;
  margin-bottom: 80px;
}
@media (max-width: 520px) {
  .theme-lead {
    font-size: 12px;
    line-height: 32px;
    margin-bottom: 30px;

  }
}
.theme-set {
  width: 100%;
  max-width: 530px;
  margin: 0 auto 70px;
  border: 6px solid #009e6b;
  border-radius: 0 40px 0 0;
  position: relative;
  padding: 60px 20px 40px;
  text-align: center;
}
@media (max-width: 520px) {
  .theme-set {
    margin: 0 auto 30px;
    border: 3px solid #009e6b;
    width: 82%;
    padding: 40px 10px 30px;
    border-radius: 0 12px 0 0;
  }
}
.theme-set__lead {
  font-size: 14px;
  font-weight: 600;
  color: #009e6b;
  margin-bottom: 15px;
}
@media (max-width: 520px) {
  .theme-set__lead {
    font-size: 11px;
  }
}
.theme-set__title {
  max-width: 430px;
  margin: 0 auto 15px;
  text-align: center;
}
.theme-set__title--03 {
  max-width: 340px;
}
.theme-set__title img {
  margin: 0 auto;
  display: block;
}
.theme-set__address {
  font-size: 13px;
  font-weight: 600;
  color: #009e6b;
}
@media (max-width: 520px) {
  .theme-set__address {
    font-size: 11px;
  }
}
.theme-set-02 {
  border-color: #e74b76;
}
.theme-set-02 .theme-set__lead {
  color: #e74b76;
}
.theme-set-02 .theme-set__address {
  color: #e74b76;
}
.theme-set-03 {
  border-color: #0097e0;
}
.theme-set-03 .theme-set__lead {
  color: #0097e0;
}
.theme-set-03 .theme-set__address {
  color: #0097e0;
}
.theme__date {
  background: #fff;
  max-width: 110px;
  width: 100%;
  position: absolute;
  top: -20px;
  left: 30px;
  z-index: 50;
  border: 10px solid #fff;
}
@media (max-width: 520px) {
  .theme__date {
    max-width: 70px;
    left: 10px;
  }
}
.theme__date-03 {
  max-width: 180px;
}
@media (max-width: 520px) {
  .theme__date-03 {
    max-width: 110px;
  }
}
.theme__en {
  width: 100%;
  max-width: 60px;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 520px) {
  .theme__en {
    max-width: 30px;
    top: -2px;
    right: -2px;
  }
}
.theme__map {
  max-width: 470px;
  margin: 0 auto 70px;
}
@media (max-width: 520px) {
  .theme__map {
    max-width: 83%;
  }
}

.theme-venue {
  display: flex;
  gap : 10px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .theme-venue {
    flex-direction: column;
    gap : 30px;
    max-width: 83%;
    margin:0 auto;
  }
}


.theme-venue__icon {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  color: #fff;
  border-radius: 60px;
  z-index: 50;
  font-weight: 500;
  background: #008F57;
  padding: 8px 20px;
  letter-spacing: 4px;
}

.theme-venue__icon--02 {
  background: #DD3263;
}

.theme-venue__icon--03 {
  background: #0088DB;
}

.timetable {
  margin: 80px 0 0;
}

@media (max-width: 980px) {
  .timetable {
    overflow-x : scroll;
    margin-top: 50px;
    padding-bottom: 30px;
  }
  .time::after {
    background: transparent url("../img/btn_next.svg") no-repeat center center;
    background-size: auto 100%;
    width: 87px;
    height: 8px;
    content: "";
    position: absolute;
    bottom: 40px;
    right: 25px;
    display: block;
  }
  .time::before {
    content: "Scroll";
    position: absolute;
    bottom: 20px;
    right: 40px;
    font-size: 18px;
  }
}

.timetable-table {
  width: 100%;
}

@media (max-width: 980px) {
  .timetable-table {
    width: 860px;
  }
}

.timetable-table__head {
  width: 25%;
  padding-bottom: 10px;
  text-align: center;
}

.timetable-table__venue {
  padding-bottom: 30px;
  text-align: center;
}

.timetable-table td {
  width: 25%;
  vertical-align: top;
}

.timetable-table td.test {
  background: transparent url("../img/bg_grid.png") repeat left top;
  background-size : 20%;
}

.timetable-box {
  max-width: 193px;
  left : 8px;
  border: 2px solid #009D6A;
  border-radius: 0 10px 0 0;
  margin-bottom: 30px;
}

.timetable-box a {
  position: relative;
  display: block;
}

.timetable-box-r {
  border-radius: 0 10px 0 10px;
}

.timetable-box-2 {
  margin-top: 50px;
}

.timetable-box:last-child {
  margin-bottom: 0;
}

.timetable-box__time {
  position: relative;
  white-space: nowrap;
  width: 100%;
  text-align: right;
}

.timetable-box__time span {
  background: #009D6A;
  color: #fff;
  font-size: 9px;
  border-radius: 30px;
  text-align: center;
  padding: 2px 0;
  z-index: 50;
  white-space: nowrap;
  position: absolute;
  right: 0;
  top: 0;
  letter-spacing: 0;
}

.timetable-box__icon {
  background: #009D6A;
  color: #fff;
  font-size: 9px;
  border-radius: 30px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 90px;
  text-align: center;
  padding: 2px 0;
}

.timetable-box__title {
  font-size: 13px;
  text-align: center;
  padding: 20px 10px 10px;
  color: #009D6A;
  line-height: 16px;
  
}

.timetable-box__title--last {
 padding: 80px 0; 
}

.timetable-box__detail {
  background: transparent url("../img/border_green.png") repeat-x center top;
  padding: 7px 0;
  font-size: 9px;
  margin: 0 10px;
  color: #009D6A;
  line-height: 11px;
}

.timetable-box-b .timetable-box__detail {
  background: transparent url("../img/border_red.png") repeat-x center top;
}

.timetable-box-c .timetable-box__detail {
  background: transparent url("../img/border_blue.png") repeat-x center top;
}

.timetable-box__detail--noheight {
  min-height: auto;
  padding: 2px 0;
}

.timetable-box a:hover {
  opacity: 1;
}

.timetable-box-b {
  border: 2px solid #DD3263;
}

.timetable-box-c {
  border: 2px solid #0088DB;
}

.timetable-box__venue {
  color : #009D6A;
  font-size: 9px;
  position: absolute;
  left : 5px;
  top : 5px;
  letter-spacing: 0px;
  display: block;
  width: 100%;
  white-space: nowrap;
}

.timetable-box-b .timetable-box__time span,
.timetable-box-b .timetable-box__icon {
  background: #DD3263;
  font-size: 9px;
  color: #fff;
  display: inline-block;
}





.timetable-box-c .timetable-box__time span,
.timetable-box-c .timetable-box__icon {
  background: #0088DB;
}

.timetable-box-c .timetable-box__title,
.timetable-box-c .timetable-box__venue,
.timetable-box-c .timetable-box__detail {
  color: #0088DB;
}


.timetable-detail {
  display: none;
}

.timetable-detail__inner {
  padding-bottom: 60px;
}

.timetable-detail-head {
  background: #009D6A;
  padding: 20px 0 25px;
  border-radius: 0 30px 0 0;
}

@media (max-width: 1000px) {
 .timetable-detail-head {
   padding: 30px 20px;
 }
}

.timetable-detail-head__time {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left : 20px;
  color: #fff;
  font-size: 24px;
}

@media (max-width: 1000px) {
 .timetable-detail-head__time {
   position: relative;
   top: 0;
   left: 0;
   transform : none;
   display: flex;
   justify-content: space-between;
   margin-bottom: 20px;
 }
}

.timetable-detail-head__time--min {
  font-size: 16px;
}
@media (max-width: 1000px) {
  .timetable-detail-head__time--min {
    padding-right: 40px;
  }
}
@media (max-width: 528px) {
  .timetable-detail-head__time--min {
    padding-right: 0px;
  }
}

.timetable-detail-head__title {
  font-size: 21px;
  color: #fff;
  text-align: center;
  padding: 0 20px 0 80px;
  line-height: 40px;
}

.timetable-detail-head__title--height{
  line-height: 26px;
}

.timetable-detail-head__title--min {
  font-size: 19px;
  padding-left: 120px;
}
@media (max-width: 1000px) {
  .timetable-detail-head__title--min {
    padding: 0 20px;
  }
}
@me

.timetable-detail-head__title br.sp-only {
  display: none;
}

@media (max-width: 1000px) {
 .timetable-detail-head__title {
   font-size: 22px;
   line-height: 30px;
   padding: 0 20px;
 }
 
 .timetable-detail-head__title--min {
   font-size: 20px;;
 }
 .timetable-detail-head__title br.sp-only {
   display: block;
 }
}


.timetable-detail-main {
  padding: 60px 60px;
}

@media (max-width: 768px) {
  .timetable-detail-main {
    padding: 40px 30px;
  }
}

.timetable-detail-main__lead {
  font-size: 19px;
  margin-bottom: 15px;
  line-height: 28px;
}

@media (max-width: 768px) {
  .timetable-detail-main__lead {
    font-size: 17px;
  }
}

.timetable-detail-main__sub {
  font-size: 15px;
  line-height: 30px;
}

@media (max-width: 768px) {
  .timetable-detail-main__sub {
    font-size: 14px;
    line-height: 28px;
  }
}

.timetable-detail-main__sub--mb {
  margin-bottom: 20px;
}

.timetable-detail-main__top {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
 .timetable-detail-main__top {
    margin-bottom: 40px;
  }
}

.timetable-detail-main__list {
  display: flex;
  gap : 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.timetable-detail-main__item {
  max-width: 160px;
  width: 20%;
}

@media (max-width: 768px) {
 .timetable-detail-main__item {
   max-width: 100%;
   width: calc(50% - 10px);
   max-width: 150px;
 }
}

.timetable-detail-main__item img {
  border: 2px solid #009D6A;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
.timetable-detail-main__item img {
   border-radius: 2em;
 }
}

@media (max-width: 520px) {
.timetable-detail-main__item img {
   border-radius: 2em;
 }
}

.timetable-detail-main__name {
  text-align: center;
  font-size: 14px;
}

.timetable-detail-main__name--min {
  text-align: center;
  font-size: 11px;
  display: block;
  line-height: 18px;
  padding-top: 5px;
}

.timetable-detail-main__btn {
  margin-bottom: 20px;
}

.timetable-detail-main__btn a {
  display: block;
  max-width: 400px;
  margin: 0 auto ;
  font-size: 17px;
  letter-spacing: 2px;
  text-align: center;
  padding: 20px 0;
  border: 2px solid #009D6A;
  border-radius: 30px;
}

@media (max-width: 768px) {
 .timetable-detail-main__btn a {
   font-size: 16px;
 }
}

.timetable-detail-main__btn.is-disable a {
  pointer-events: none;
}

.timetable-detail-main__btn.is-end a {
  background: #ccc;
  border-color: #ccc !important;
  color: #fff;
}

.timetable-detail-action {
  border-top : 2px solid #009D6A;
  border-bottom : 2px solid #009D6A;
  margin: 0 60px;
  padding: 30px 0;
  display: flex;
  justify-content: center;
  gap : 30px;
}

@media (max-width: 768px) {
 .timetable-detail-action {
   margin: 0 20px;
   padding: 20px 10px;
 }
}

.timetable-detail-action__item {
  max-width: 120px;
}

.timetable-detail-photo {
  margin: 40px 60px;
  display: flex;
  flex-direction: column;
  gap : 60px;
}

@media (max-width: 768px) {
.timetable-detail-photo {
   margin: 40px 20px;
 }
}


.timetable-detail-photo__set {
  display: flex;
  gap : 25px;
}

@media (max-width: 520px) {
 .timetable-detail-photo__set {
   flex-direction: column;
 }
}

.timetable-detail-photo__image {
  max-width: 153px;
  width: 100%;
}

@media (max-width: 520px) {
.timetable-detail-photo__image {
   max-width: 100%;
   display: flex;
   align-items: center;
   gap : 20px;
 }
}

.timetable-detail-photo__main {
  flex : 1;
}

.timetable-detail-photo__image img {
  border: 2px solid #009D6A;
  border-radius: 30px;
  overflow: hidden;
}

@media (max-width: 520px) {
.timetable-detail-photo__image img {
   max-width: 200px;
   width: 30%;
   border-radius: 2em;
 }
}

.timetable-detail-photo__image figcaption {
  display: none;
}

@media (max-width: 520px) {
.timetable-detail-photo__image figcaption {
   display: block;
   text-align: center;
   font-size: 15px;
   width: 100%;
   flex : 1;
   line-height: 28px;
 }
 .timetable-detail-photo__image--min {
   font-size : 13px;
 }
}

.timetable-detail-photo__name {
  font-size: 15px;
  margin-bottom: 10px;
  line-height: 22px;
}

@media (max-width: 520px) {
 .timetable-detail-photo__name {
   display: none;
 }
}

.timetable-detail-photo__text {
  font-size: 12px;
  line-height: 23px;
}

.timetable-box-b .timetable-box__title,
.timetable-box-b .timetable-box__venue,
.timetable-box-b .timetable-box__detail {
  color: #DD3263;
}

.timetable-detail-b .timetable-detail-head {
  background: #DD3263;
}

.timetable-detail-b .timetable-detail-main__item img,
.timetable-detail-b .timetable-detail-photo__image img,
.timetable-detail-b .timetable-detail-main__btn a {
  border: 2px solid #DD3263;
}

.timetable-detail-b .timetable-detail-action {
  border-top: 2px solid #DD3263;
  border-bottom: 2px solid #DD3263;
}


.timetable-box-c .timetable-box__title,
.timetable-box-c .timetable-box__venue,
.timetable-box-c .timetable-box__detail {
  color: #0088DB;
}

.timetable-detail-c .timetable-detail-head {
  background: #0088DB;
}

.timetable-detail-c .timetable-detail-main__item img,
.timetable-detail-c .timetable-detail-photo__image img,
.timetable-detail-c .timetable-detail-main__btn a {
  border: 2px solid #0088DB;
}

.timetable-detail-c .timetable-detail-action {
  border-top: 2px solid #0088DB;
  border-bottom: 2px solid #0088DB;
}


.time__coming {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  padding: 120px 0;
}
@media (max-width: 520px) {
  .time__coming {
    padding: 60px 0 20px;
    font-size: 14px;
  }
}

.archive .c-title {
  margin-bottom: 100px;
}
@media (max-width: 520px) {
  .archive .c-title {
    margin-bottom: 50px;
  }
}
.archive__label {
  font-size: 18px;
  font-weight: 600;
  margin: 0 auto 50px;
  max-width: 260px;
  text-align: center;
}
@media (max-width: 520px) {
  .archive__label {
    font-size: 12px;
    max-width: 200px;
    margin-bottom: 30px;
  }
}
.archive__label--btn {
  margin-top : 50px;
}
.archive__label a {
  display: block;
  transition: .3s all;
  padding: 7px 0px;
  border-radius: 60px;
  border: 3px solid var(--black);
}
.archive__label a:hover {
  background: var(--black);
  color: #fff;
  opacity: 1;
}

.archive__movie {
  max-width: 410px;
  margin: 0 auto;
}
@media (max-width: 520px) {
  .archive__movie {
    width: 80%;
  }
}
.archive__movie iframe {
  width: 100%;
  aspect-ratio: 16/9;
  height: 100%;
}

@media (max-width: 520px) {
  .l-footer {
    padding: 50px 15px;
  }
}
.l-footer__title {
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 8px;
  margin-bottom: 60px;
}
@media (max-width: 520px) {
  .l-footer__title {
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
}
.l-footer__title span {
  padding: 0 20px;
}
.l-footer__title span::before {
  content: "";
  height: 2px;
  width: 70px;
  background: var(--black);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
}
@media (max-width: 520px) {
  .l-footer__title span::before {
    height: 1px;
    width: 30px;
    left: -20px;
  }
}
.l-footer__title span::after {
  content: "";
  height: 2px;
  width: 70px;
  background: var(--black);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -70px;
}
@media (max-width: 520px) {
  .l-footer__title span::after {
    height: 1px;
    width: 30px;
    right: -20px;
  }
}
.l-footer__set--first {
  margin-bottom: 50px;
}
.l-footer-logo {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 100px;
  align-items: center;
}
@media (max-width: 520px) {
  .l-footer-logo {
    gap: 30px;
    margin-bottom: 30px;
  }
}
.l-footer-logo__item {
  max-width: 180px;
  width: 50%;
}
@media (max-width: 520px) {
  .l-footer-logo__item {
    width: 27%;
  }
}
.l-footer-logo__item img {
  width: 100%;
}
.l-footer__text {
  margin-bottom: 40px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
}
@media (max-width: 520px) {
  .l-footer__text {
    font-size: 9px;
    line-height: 20px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
}
.l-footer__text:last-child {
  margin-bottom: 0;
}
.l-footer__text a {
  text-decoration: underline;
}
.l-footer__logo {
  text-align: center;
  max-width: 140px;
  width: 100%;
  margin: 0 auto 50px;
}
@media (max-width: 520px) {
  .l-footer__logo {
    max-width: 95px;
  }
}
.l-footer__logo img {
  width: 100%;
}
.l-footer-partner {
  margin-bottom: 50px;
}
.l-footer-partner__title {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 20px;
  
  display: none;
}
@media (max-width: 520px) {
  .l-footer-partner__title {
    font-size: 12px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
}
.l-footer-partner__title span {
  padding: 0 20px;
}
.l-footer-partner__title span::before {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--black);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -20px;
}
@media (max-width: 520px) {
  .l-footer-partner__title span::before {
    height: 1px;
    width: 30px;
    left: -20px;
  }
}
.l-footer-partner__title span::after {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--black);
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
}
@media (max-width: 520px) {
  .l-footer-partner__title span::after {
    height: 1px;
    width: 30px;
    right: -20px;
  }
}
.l-footer-partner__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap : 20px;
}
@media (max-width: 768px) {
 .l-footer-partner__list {
   gap : 10px;
 }
}
.l-footer-partner__list--01 .l-footer-partner__item {
  max-width: 320px;
}
@media (max-width: 768px) {
 .l-footer-partner__list--01 .l-footer-partner__item {
   width: 50%;
 }
}
.l-footer-partner__list--02 .l-footer-partner__item {
  max-width: 246px;
}
@media (max-width: 768px) {
 .l-footer-partner__list--02 .l-footer-partner__item {
   width: 38.5%;
 }
}
.l-footer-partner__list--03 .l-footer-partner__item {
  max-width: 192px;
}
@media (max-width: 768px) {
 .l-footer-partner__list--03 .l-footer-partner__item {
   width: 30%;
 }
}
.l-footer-partner__list--04 .l-footer-partner__item {
  max-width: 160px;
}
@media (max-width: 768px) {
 .l-footer-partner__list--04 .l-footer-partner__item {
   width: 25%;
 }
}
/*# sourceMappingURL=layout.css.map */
.feature-head__top {
  display: block;
  text-align: center;
  margin: 20px 0;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
 .feature-head__top {
   font-size: 12px;
   margin: 20px 0 20px;
 }
}
.feature-head__sub {
  display: block;
  text-align: center;
  margin: 20px 0 80px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
 .feature-head__sub {
   font-size: 12px;
   margin: 20px 0 50px;
 }
}
.feature-lead {
  line-height: 260%;
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
 .feature-lead {
   font-size: 12px;
   line-height: 260%;
   padding: 0 20px;
 }
}
.feature-lead-left {
  text-align: left;
  max-width: 400px;
  margin: 0 auto 60px;
}
@media (max-width: 768px) {
 .feature-lead-left {
   max-width: 100%;
 }
}

.feature-lead__col01 {
  background : #b3e8ee;
}
.feature-lead__col02 {
  background : #e8a6bd;
}
.feature-lead__col03 {
  background : #ece5b5;
}
.feature-lead__col04 {
  background : #c2ecb5;
}
.feature-lead__col05 {
  background : #f1b1f0;
}

.feature-image {
  margin-bottom: 60px;
  text-align: center;
  display: block;
}

.feature-title {
  background: #EA5517;
  color: #fff;
  font-size: 24px;
  text-align: center;
  padding: 15px;
  margin-bottom: 15px;
  cursor: pointer;
}

@media (max-width: 768px) {
  .feature-title {
   margin: 0 10px 15px;
  }
}

.feature-title::before {
  content:"";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  background: #fff;
  transform: translateY(-50%);
}

.feature-title::after {
  content: "＋";
  color: #EA5517;
  position: absolute;
  top: 50%;
  right: 13px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 500
}

.feature-title.is-active::after {
  content: "ー";
}

.feature-wrap {
  display: none;
}

.feature-list {
  display: flex;
  flex-wrap : wrap;
  gap : 10px;
}
@media (max-width: 768px) {
  .feature-list {
   flex-direction: column;
   padding: 10px;
  }

}

.feature-list__item {
  width: calc(33% - 5px);
  background: #F7F1D4;
  padding: 10px 10px 20px;
}

@media (max-width: 768px) {
  .feature-list__item {
   width: 100%;
  }
}

.feature-list__head {
  display: flex;
  gap : 10px;
  align-items: center;
   margin-bottom : 5px;
}

.feature-list__head--num {
  width: 36px;
  height: 36px;
 text-align: center;
 display: block;
 line-height: 36px;
 color: #fff; 
 font-family: "Barlow", sans-serif;
 font-weight: 700;
 font-style: normal;
 font-size: 30px;
 font-weight: 700;
 background: #EA5517;
}

.feature-list__head--text {
  flex : 1;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 16px;
}

.feature-list__lead {
color: #EA5517;
font-size: 14px;
margin-bottom: 5px;
letter-spacing: 0;
line-height: 130%;
min-height: 40px;
display: flex;
align-items: center;
justify-content: flex-start;
}

.feature-list__lead--min3 {
  min-height: 60px;
}

@media (max-width: 768px) {
  .feature-list__lead {
    min-height: auto;
  }
}


.feature-list__main {
  display: flex;
  flex-direction: column;
  gap : 10px;
}

@media (max-width: 768px) {
  .feature-list__main {
  flex-direction: row;
  }
}

.feature-list__image {
  display: block;
}

@media (max-width: 768px) {
  .feature-list__image {
    width: 40%;
  }
}

.feature-list__text {
  font-size: 12px;
  line-height: 180%;
  font-weight: 500;
}

@media (max-width: 768px) {
  .feature-list__text {
    flex : 1;
  }
}

.feature-list__text .pc {
  display: inline-block;
}
.feature-list__text .sp {
  display: none;
}
@media (max-width: 768px) {
  .feature-list__text .pc {
    display: none;
  }
  .feature-list__text .sp {
    display: inline-block;
  }
}

.information {
  border: 3px #0088DB solid;
  padding: 30px 20px;
  width: 90%;
  margin: 0 auto 60px;
}

@media (max-width: 768px) {
  .information {
    width: 90%;
    margin: 0 auto 60px;
  }
}

.information-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 120%;
  line-height: 160%;
}

.information-text {
  font-weight: 500;
  line-height: 160%;
  text-align: center;
  font-size: 90%;
}

.information-text strong {
  font-weight: 700;
}

.information-text .red {
  font-weight: 700;
  color: rgb(202, 31, 31);
}

.information-text a {
  font-weight: 700;
  text-decoration: underline;
}