@charset "UTF-8";
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html, body {
  height: 100%;
    overflow-x: clip;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
   width: 100%;
    height: auto;
    pointer-events: none;
    user-select: none;
    display: block;
    font-size: 0;
}

input, button, textarea, select {
  font: inherit;
  padding: 0;
  border: none;
  outline: none;
  color: inherit;
  background: none;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}
a{
    color: inherit;
    text-decoration: none;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/*----------------------------------------------------
	color
----------------------------------------------------*/
/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  background-color: #F9FCF0;
  color: #1A1311;
  font-family: YakuHanRP,"Zen Maru Gothic", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 500;
  font-style: normal;
}

input, textarea {
  font-family: YakuHanRP, "Zen Maru Gothic", sans-serif;
}

.red {
  color: #DE1E39;
}

.strong {
  font-weight: 700;
}

.is-hidden {
  display: none !important;
}

.externalIcon {
  margin: 0 3px;
  vertical-align: middle;
}

/*----------------------------------------------------
	font
----------------------------------------------------*/



.sp {
    display: none;
}
@media screen and (max-width: 896px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
#loading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  height: 100lvh;
  background-color: #ecebec;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}
#loading .circle {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 4px solid #6CAE30;
  border-top-color: #ecebec;
  -webkit-animation: spin 0.5s infinite linear;
          animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/*----------------------------------------------------
	header
----------------------------------------------------*/
.header {
  position: relative;
}
.header__container {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: fixed;
  z-index: 9999;
    top: 0;
    left: 0;
  width: 100%;
}
.header__logo a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0.5em;
}
.header__nav {
  position: relative;
}
.header__nav-btn {
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  margin-left: auto;
  padding: 16px 14px;
  background-color: #6CAE30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
}
.header__nav-btn span {
  display: block;
  position: absolute;
  border-radius: 0.1rem;
  width: 20px;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.header__nav-btn span:nth-of-type(1) {
  top: 35%;
}
.header__nav-btn span:nth-of-type(2) {
  top: 50%;
}
.header__nav-btn span:nth-of-type(3) {
  top: 65%;
}
.header__nav-btn.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__nav-btn.is-active span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
          transform: translate(-50%, -50%) rotate(135deg);
}
.header__nav-btn.is-active span:nth-child(2) {
  opacity: 0;
}
.header__nav-btn.is-active span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
}
.header__nav-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background-color: #6CAE30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 9998;
  overflow-y: scroll;
  margin-top: 50px;
}
.header__nav-wrap.is-open {
  right: 0;
}
.header__nav-wrap .menu {
  width: 100%;
  font-size: 24px;
  letter-spacing: 0.1em;
  padding: 10.6666666667vw 0 0;
}
.header__nav-wrap .menu ul li {
  letter-spacing: 0.02em;
}
.header__nav-wrap .menu ul li span::before {
  content: " ";
  display: inline;
  font-size: 0.2em;
}
.header__nav-wrap .menu ul li a {
  display: block;
  color: #ffffff;
  font-weight: 700;
  text-align: center;
  padding: 1em 0;
  line-height: 1em;
  text-decoration: none;
}

@media screen and (max-width: 896px){
    .header__nav-wrap .menu {
  
  font-size: 18px;
  
 
}
    
}

/*----------------------------------------------------
	kv
----------------------------------------------------*/
.kv {
  width: 100%;
  position: relative;
  height: calc(100dvh - 50px);
    min-height: 680px;
}
.kv h1{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    
}
.kv video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kv:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

.kv p{
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 160px;
    border-radius: 10000px;
    border: solid 2px #fff;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 40px;
    line-height: 1.2
}


@media screen and (max-width: 896px){
    
    .kv {
  width: 100%;
  position: relative;
  height: 140vw;
        max-height: 100vh;
    min-height: 300px;
}
.kv h1{
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    width: 90%;
    max-width: 1200px;
    
}
.kv video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.kv:after {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
    background-size: 4px 4px;
    background-position: 0 0, 2px 2px;
}

.kv p{
    position: absolute;
    bottom: 10vw;
    left: 50%;
    transform: translateX(-50%);
    width: 24vw;
    height: 24vw;
    border-radius: 10000px;
    border: solid 2px #fff;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 900;
    font-size: 6vw;
    line-height: 1.2
}
    
}
/*----------------------------------------------------
	main
----------------------------------------------------*/
.main {
  position: relative; 
     padding-top: 50px;
    min-height: calc(100dvh - 160px);
}
.main::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100lvh;
    background-color: #a6d279;
background-image: url(../img/bg.svg);
    background-size: 200px auto;
  z-index: -1;
 
        animation: contact-text 8s linear infinite;
}

@keyframes contact-text {
from { background-position: 0 0; }
to { background-position: 200px -200px; }
}
.main::after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100%; 
  height: 100lvh;
  background: linear-gradient(0deg, #000 0%,#fff 100%);
  z-index: -1;
 mix-blend-mode: overlay;
    opacity: 0.5;
   
}

@media screen and (max-width: 896px){
    .main{
        min-height: calc(100dvh - 120px);
    }
    .main::before{
        background-size: 100px auto;
    }
    
}
/*----------------------------------------------------
	contents
----------------------------------------------------*/
.contents {
  width: 80%;
    max-width: 1000px;
  margin:80px auto;
 padding: 0 60px 80px;
  position: relative;
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 40px;
}


section:not(#kv){
    padding-top: 60px;
}
.p-title{
    background: url(../img/h2.svg);
    text-align: center;
    padding: 6px;
    margin-bottom: 40px;
    font-size: 24px;
}

@media screen and (max-width: 896px){
    
    .contents {
width: 85%;
  margin:60px auto;
 padding: 0 20px 60px;
  border-radius: 20px;
}


section:not(#kv){
    padding-top: 40px;
}
.p-title{
    background: url(../img/h2.svg);
    text-align: center;
    padding: 6px;
    margin-bottom: 20px;
    font-size: 18px;
}

}

/*----------------------------------------------------
	news
----------------------------------------------------*/


.news .p-news {
 
 
}

.news-list{
    margin-bottom: 20px;
}
.news .p-news .news-list li {
 
  border-bottom: dotted 1px #CFD642;
}
.news .p-news .news-list li a{
    padding: 20px 10px;
    display: flex;
    align-items: center;
}

.news .p-news .news-list li a.link-none{
    pointer-events: none;
}
.news .p-news .news-list li:first-child {
  border-top: dotted 1px #CFD642;
}
.news .p-news .news-list li .news-date {
  font-size: 14px;
    width: 100px;
}
.news .p-news .news-list li .news-title {
   font-size: 16px;
    font-weight: normal;
}
.news .p-news .news-list li a:not(.link-none) .news-title{
    text-decoration: underline;
}
.news-detail h3{
    position: relative;
}
.news-detail .news-date{
    font-size: 14px;
}
.news-detail .news-title{
    font-size: 20px;
    margin-bottom: 20px;
}

.news-detail h3::after {
  background: radial-gradient(circle farthest-side, #6CAE30, #6CAE30 50%, transparent 50%, transparent);
  background-size: 8px;
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  margin: 10px auto 0;
}
.news-content{
    font-size: 14px;
    margin-bottom: 40px;
}
.news-content img{
    width: auto;
}

.news-content a{
    text-decoration: underline;
}
@media screen and (max-width: 896px){
    .news .p-news .news-list li a{
    display: block;
        padding: 12px 10px;
}
 .news .p-news .news-list li .news-date {
  font-size: 12px;
   
}
.news .p-news .news-list li .news-title {
   font-size: 14px;
   
}
    
.news-detail .news-date{
    font-size: 13px;
}
.news-detail .news-title{
    font-size: 18px;
   
}
 .news-content{
    font-size: 14px;
    margin-bottom: 28px;
}   
}

/*----------------------------------------------------
	date
----------------------------------------------------*/

.date{
    text-align: center;
    font-size: 60px;
    font-weight: 900;
    line-height: 1;
}
.p-date{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-wrap: wrap;
}
.date .year{
    font-size: 70%
}
.date .year small{
    font-size: 70%;
}

.date .day small{
    font-size: 70%;
}

.date .week{
    background: #1e94de;
    font-size: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.4em;
    height: 1.4em;
    padding-bottom: 0.1em;
    border-radius: 1000px;
    color: #fff;
    margin-left: 0.2em;
}

.date .time{
    font-size: 70%;
    margin-left: 0.4em;
}


@media screen and (max-width: 896px){
    .date{
    font-size: 40px;
    
}
    
}

/*----------------------------------------------------
	place
----------------------------------------------------*/

.place .p-place {
  text-align: center;
  
}
.place .p-place .place-text1 {
  font-size: 40px;
  font-weight: 700;
}
.place .p-place .place-text2 {
  font-size: 16px;
}
.place .present {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
  color: #EA7500;
}

@media screen and (max-width: 896px){
    .place .p-place .place-text1 {
  font-size: 28px;
}
.place .p-place .place-text2 {
  font-size: 14px;
}
.place .present {
  font-size: 14px;
  margin-top: 20px;
}
    
}

/*----------------------------------------------------
	player
----------------------------------------------------*/

.player .p-player .player_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 20px;
  
}

.player .p-player .player_name {
  font-size: 16px;
  margin-top: 8px;
    text-align: center;
}
.player .p-player .player_name span{
    display: inline-block;
}
.player .p-player .player_name small {
  display: block;
    font-size: 80%;
}
.player_text{
    text-align: center;
    font-size: 12px;
    margin-top: 20px;
}
@media screen and (max-width: 896px){
    
    .player .p-player .player_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 10px;
  
}

.player .p-player .player_name {
  font-size: 14px;
  margin-top: 8px;
    text-align: center;
}

.player .p-player .player_name small {
  display: block;
    font-size: 80%;
}
    .player_text{
        font-size: 10px;
    }
}

/*----------------------------------------------------
	guest
----------------------------------------------------*/



.guest .p-guest .guest_list {
  display: grid;
    grid-template-columns: 1fr 1fr;
    gap:20px;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  
}
.guest .p-guest .guest_list figure{
    max-width: 154px;
    margin: 0 auto;
}
.guest .p-guest .guest_list-list {
  width: 100%;
 
}



.guest .p-guest .guest_list-list .guest_name {
  margin-top: 12px;
    font-size: 16px;
    text-align: center;
}

.guest .p-guest .guest_list-list span {
  font-size: 80%;
    display: block;
    line-height: 1.2;
    margin-bottom: 4px;
}

@media screen and (max-width: 896px){
    .guest .p-guest .guest_list{
        gap:20px;
        width: 70%;
        max-width: 480px;
         
    }
    .guest .p-guest .guest_list figure{
       width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}
    .guest .p-guest .guest_list-list .guest_name {
  margin-top: 12px;
    font-size: 14px;
    text-align: center;
}


}
/*----------------------------------------------------
	program
----------------------------------------------------*/

.program .p-text, .program .p-text2 {
  line-height: 1.75;
  font-size: 16px;
}

.program-title {
  font-weight: 700;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:16px 0 20px;
  position: relative;
  font-size: 24px;
}

.program-title .title {
  width: calc(100% - 24px);
    padding: 0 30px 0 0
}

.program-title .no {
  width: 24px;
  margin-right: 12px;
  display: inline-block;
    flex-shrink: 0;
}


.program-title .sub {
  display: block;
  font-size: 70%;
}

.program .accordion {
  position: relative;
}

.program .accordion::before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: url(../img/border.png) repeat-x center/auto 4px;
  position: absolute;
  bottom: 0;
}

.program .accordion-title {
  cursor: pointer;
  position: relative;
}

.program .accordion-title::after {
  font-family: "Material Icons Round";
  content: "\e147";
  color: #008129;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 32px;
}

.program .accordion-title.close::after {
  -webkit-transform: translate(0, -50%) rotate(135deg);
  transform: translate(0, -50%) rotate(135deg);
}

.program .accordion-content {
  display: none;
  width: 100%;
  padding: 0 0 40px;
}

.program .title2 {
  margin-bottom: 12px;
  font-size: 18px;
  padding-left: 20px;
}

.program .title2::before {
  content: "●";
  color: #008129;
  margin-left: -20px;
}

.program .title3 {
  font-weight: 700;
  color: #008129;
  border-bottom: dotted 0.1rem #008129;
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 12px;
}

.program-box {
  background-color: rgba(236, 235, 236, 0.5);
  padding: 24px;
  border-radius: 16px;
}

.program-box:not(:last-of-type) {
  margin-bottom: 24px;
}



.program .col2 {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.program .col2 dt {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  display: none;
  font-size: 16px;
  margin-right: 40px;
  width: 20%;
}

.program .col2 dt::before {
  font-family: "Material Icons Round";
  content: "\e145";
  display: block;
  color: #008129;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
  margin-left: 24px;
}

.program .col2 dd {
  font-size: 13px;
  line-height: 1.2;
  width: 40%;
}

.program .col2 .name, .program .col2-text {
  margin-top: 8px;
  font-size: 16px;
}

.program .list {
  display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    text-align: center;
    gap: 20px ;
    
}


.program .outline-item .list{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.program .list-item__text1 {
  font-size: 16px;
  line-height: 1.2;
}


.program .list .name {
  line-height: 1.2;
  margin-top: 8px;
  font-size: 16px;
}

.program .mc {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.program .mc-img {
  width: 20%;
  margin-right: 20px;
}

.program .mc-name {
  font-size: 16px;
}

.program .small {
  font-size: 80%;
}
.program .small span{
    display: block;
    margin-top: 0.4em;
}
.program .outline {
  border-top: solid 1px #CFD642;
  
  font-size: 16px;
}

.program .outline-item {
  border-bottom: solid 1px #CFD642;
  padding: 20px 0;
  display: flex;
}

.program .outline-item dt {
  color: #6CAE30;
  font-weight: 700;
  width: 20%;
  margin-bottom: 0;
}
.program .outline-item dd {
  width: 80%;
}
.program .attention {
  padding-left: 1em;
}

.program .attention li:not(:last-child) {
  margin-bottom: 1rem;
}

.program .attention li::before {
  content: "・";
  margin-left: -1em;
}

.program .entry-btn {
  display: block;
  width: 58.5365853659%;
  margin: 2rem auto 0;
}

.program .entry-btn a {
  display: block;
  width: 100%;
  font-weight: 700;
  background-color: #EA7500;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  font-size: 18px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 20px 0;
  border-radius: 1000px;
}

.autograph{
    width: 80%;
    max-width: 600px;
    margin: 0 auto 40px;
}



.program .timetable {
  display: flex;
  font-size: 16px;
}

.program .timetable:nth-of-type(odd) {
  background-color: rgba(236, 235, 236, 0.5);
}

.program .timetable-time {
  width: 20%;
  text-align: center;
  padding: 12px
}

.program .timetable-item {
  width: 80%;
  padding: 12px;
}

.program .timetable-title {
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
}

.program .timetable-title::before, .program .timetable-title::after {
  content: "●";
  color: #CFD642;
  margin: 0 4px;
    font-size: 14px;
}



.program .timetable-wrap,.program .information {
  border-radius: 12px;
  border: solid 2px #CFD642;
  padding: 12px 20px 20px;
  margin-top: 40px;
}

.program .information-title {
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program .information-title::before, .program .information-title::after {
  content: "●";
  color: #CFD642;
  margin: 0 4px;
    font-size: 14px;
}

.program .information-text {
  color: #008129;
  margin: 12px 0;
  font-size: 16px;
}

.program .information-list {
  margin-bottom: 0;
  
}

.program .information-item {
  font-size: 16px;
    position: relative;
    padding-left: 20px;
  
}



.program .information-item:not(:last-child) {
  margin-bottom: 8px;
}

.program .information-item::before {
  font-family: "Material Icons Round";
  content: "\e837";
  color: #008129;
  margin-left: 0;
  margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}


.program .entry-btn a:hover {
  background-color: #6CAE30;
}

.program .information-item:last-child {
  width: 100%;
}

.program .information-item:last-child span {
  display: inline-block;
}



.program .accordion-content .p-text, .program .accordion-content .p-text2 {
  font-size: 16px;
}


@media screen and (max-width: 896px){
    
    .program .p-text, .program .p-text2 {
  line-height: 1.75;
  font-size: 14px;
}

.program-title {
  font-weight: 700;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:16px 0 20px;
  position: relative;
  font-size: 16px;
}

.program-title .title {
  width: calc(100% - 20px);
    padding: 0 24px 0 0
}

.program-title .no {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
    flex-shrink: 0;
}


.program .accordion-title::after {
  
  font-size: 24px;
}



.program .accordion-content {
  display: none;
  width: 100%;
  padding: 0 0 40px;
}

.program .title2 {
  font-size: 14px;
  padding-left: 16px;
}
    .program .title2::before{
        margin-left: -16px;
    }


.program .title3 {
  font-size: 16px;
}

.program-box {

  padding: 20px;
  border-radius: 12px;
}

.program-box:not(:last-of-type) {
  margin-bottom: 20px;
}


.program .col2 {
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: center;
}

.program .col2 dt {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.2;
  position: relative;
  display: none;
  font-size: 16px;
  margin-right: 40px;
  width: 20%;
}

.program .col2 dt::before {
  font-family: "Material Icons Round";
  content: "\e145";
  display: block;
  color: #008129;
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-size: 30px;
  margin-left: 24px;
}

.program .col2 dd {
  font-size: 13px;
  line-height: 1.2;
  width: 40%;
}

.program .col2 .name, .program .col2-text {
  margin-top: 8px;
  font-size: 16px;
}

.program .list {
 grid-template-columns: 1fr 1fr;
}


    .program .outline-item .list{
        grid-template-columns: 1fr 1fr 1fr;
    }
.program .list-item__text1 {
  font-size: 16px;
  line-height: 1.2;
}

.program .list-img {
  width: 100%;
  margin: 0;
}

.program .list .name {
  line-height: 1.2;
  margin-top: 8px;
  font-size: 16px;
}
    .program .outline-item .list .name{
        font-size: 14px;
    }
    
    .program .outline-item .list .name .small{
        font-size: 12px;
    }
.program .mc {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.program .mc-img {
  width: 20%;
  margin-right: 20px;
}

.program .mc-name {
  font-size: 16px;
}


    .autograph{
        margin-bottom: 20px;
    }
.program .outline {
  border-top: solid 1px #CFD642;
  font-size: 14px;
}

.program .outline-item {
  border-bottom: solid 1px #CFD642;
  padding: 12px 0;
 display: block;
}

.program .outline-item dt {
  color: #6CAE30;
  font-weight: 700;
  width: 100%;
  margin-bottom: 8px;
}
.program .outline-item dd {
  width: 100%;
}



.program .entry-btn {
  display: block;
    width: 100%;
    max-width: 400px;
  margin: 2rem auto 0;
}

.program .entry-btn a {

  font-size: 16px;
    padding: 10px;
 
}



.program .collabo {
  display: flex;
}

.program .collabo dt {
  width: 19.2307692308%;
}

.program .collabo dd {
  padding-left: 2rem;
  font-size: 1.6rem;
  width: 79.4871794872%;
}

.program .collabo-title {
  margin: 0 auto 2rem;
  width: 56.0975609756%;
}

.program .collabo-text1 {
  color: #008129;
  margin-bottom: 1rem;
  font-size: 2rem;
}

.program .rally {
  border-radius: 1rem;
  overflow: hidden;
  margin: 2rem 0;
  border: solid 0.2rem #6CAE30;
}

.program .rally-text {
  margin-top: 1rem;
  font-size: 1.4rem;
  line-height: 1.2;
}

.program .fd {
  display: flex;
}

.program .fd-img {
  border-radius: 1em;
  overflow: hidden;
  width: 50%;
  margin: 4rem 2.5rem 4rem;
}

.program .profile {
  display: flex;
}

.program .profile dt {
  width: 19.2307692308%;
}

.program .profile dd {
  width: 80.7692307692%;
  font-size: 1.6rem;
  padding-left: 2rem;
}

.program .profile-name {
  color: #008129;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
}


.program .timetable {
  display: flex;
  font-size: 14px;
}

.program .timetable:nth-of-type(odd) {
  background-color: rgba(236, 235, 236, 0.5);
}

.program .timetable-time {
  width: 20%;
  text-align: center;
  padding: 12px;
}

.program .timetable-item {
  width: 80%;
  padding: 12px;
}

.program .timetable-title {
 
  font-size: 16px;
}

.program .timetable-title::before, .program .timetable-title::after {
  content: "●";
  color: #CFD642;
  margin: 0 4px;
    font-size: 12px;
}



.program .timetable-wrap,.program .information {
  border-radius: 12px;
  border: solid 2px #CFD642;
  padding: 12px 20px 20px;
  margin-top: 28px;
}

.program .information-title {
  text-align: center;
  position: relative;
  margin-bottom: 12px;
  font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.program .information-title::before, .program .information-title::after {
  content: "●";
  color: #CFD642;
    font-size: 12px;
}

.program .information-text {
  color: #008129;
  margin: 12px 0;
  font-size: 14px;
}

.program .information-list {
  margin-bottom: 0;
  
}

.program .information-item {
  font-size: 12px;
    position: relative;
    padding-left: 16px;
  
}



.program .information-item:not(:last-child) {
  margin-bottom: 8px;
}

.program .information-item::before {
  font-family: "Material Icons Round";
  content: "\e837";
  color: #008129;
  margin-left: 0;
  margin-right: 0;
    position: absolute;
    top: 0;
    left: 0;
}


    
}


/*----------------------------------------------------
	access
----------------------------------------------------*/

.access .p-access {
  text-align: center;
}
.access .p-access .access-text {
  display: flex;
  justify-content: space-between;
    align-items: center;
  text-align: left;
}

.access .p-access .access-text1 {
  font-size: 28px;
  font-weight: 700;
}

.access .p-access .access-text2 {
  margin-top: 8px;
  font-size: 16px;
}

.access .p-access .access-tel {
  font-size: 16px;
}

.access .p-access .access-tel > dt {
  font-weight: 700;
  margin-right: 4px;
}

.access .p-access .access-tel > dt, .access .p-access .access-tel dd {
  display: inline-block;
}



.access .p-access .map {
  margin: 20px auto;
}




@media screen and (max-width: 896px){

    .access .p-access .access-text {
  display: block;
        text-align: center;
}

.access .p-access .access-text1 {
  font-size: 20px;
  font-weight: 700;
}

.access .p-access .access-text2 {
  margin-top: 8px;
  font-size: 12px;
}

.access .p-access .access-tel {
  font-size: 12px;
}

.access .p-access .access-tel > dt {
  font-weight: 700;
  margin-right: 0px;
}

.access .p-access .access-tel > dt, .access .p-access .access-tel dd {
  display: inline-block;
}



.access .p-access .map {
  margin: 20px auto;
}
    
}
.common-btn{
    border: solid 1px #1A1311;
  border-radius: 8px;
  text-decoration: none;
  color: #1A1311;
  font-weight: 700;
  position: relative;
  display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    max-width: 240px;
    height: 40px;
  font-size: 14px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
    margin: 0 auto;
}
.common-btn:hover {
  background-color: #6CAE30;
  color: #ffffff;
}

@media screen and (max-width: 896px){
    .common-btn{
        width: 200px;
       
    }
    
}

/*----------------------------------------------------
	movie
----------------------------------------------------*/


.movie .p-movie .movie-text1 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.movie .p-movie .movie-text1::after {
  background: radial-gradient(circle farthest-side, #6CAE30, #6CAE30 50%, transparent 50%, transparent);
  background-size: 8px;
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  margin: 10px auto 0;
}
.movie .p-movie .movie-text1 span {
  display: inline-block;
}
.movie .p-movie .movie-text1 .small {
  font-size: 13px;
  display: inline-block;
}
.movie .p-movie .movie_wrap {
  padding: 4px;
  border: solid 1px #CFD642;
  margin-top: 20px;
}
.movie .p-movie .movie_wrap:nth-of-type(1) {
  margin-bottom: 40px;
}
.movie .p-movie .movie_inner {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.movie .p-movie .movie_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


@media screen and (max-width: 896px){
    
.movie .p-movie .movie-text1 {
  font-size: 14px;
 
}
  .movie .p-movie .movie-text1 .small {
  font-size: 10px;
    }
    
    .movie .p-movie .movie-text1::after{
        margin: 6px auto 0;
    }
    
    .movie .p-movie .movie_wrap{
        margin-top: 12px;
    }
}

.footer {
  background-color: #6CAE30;
  color: #ffffff;
  text-align: center;
  height: 160px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}


.footer .contact {
  font-size: 14px;
  margin-bottom: 12px;
}

.footer .contact a {
  display: inline-block;
}

.footer .copy {
  font-size: 12px;
}

@media screen and (max-width: 896px){
    
    .footer {
 height: 120px;
}
    .footer .contact{
        font-size: 12px;
    }
    .footer .copy{
        font-size: 10px;
    }
}

/* -------------------------------------
toTop
-------------------------------------- */
.toTop {
  
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #ecebec;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  
  width: 60px;
  height: 60px;
  border-radius: 1000px;
}

.toTop a {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  font-size: 28px;
}

.toTop a::before {
  font-family: "Material Icons Round";
  content: "\e5d8";
  color: #6CAE30;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-right: 1em;
}

.toTop.up {
  -webkit-animation: upAnime 0.5s forwards;
  animation: upAnime 0.5s forwards;
}

.toTop.down {
  -webkit-animation: downAnime 0.5s forwards;
  animation: downAnime 0.5s forwards;
}

@-webkit-keyframes upAnime {
  from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@keyframes upAnime {
  from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
}

@-webkit-keyframes downAnime {
  from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}

@keyframes downAnime {
  from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
}

@media screen and (max-width: 896px){
    
    .toTop{
        right: 10px;
        bottom: 10px;
        width: 48px;
        height: 48px;
    }
}
/*----------------------------------------------------

----------------------------------------------------*/