/*====================================================
////id mv
====================================================*/
#mv .txt-inner::before {
  background: linear-gradient(to bottom, #129D7D, #DCE37B);
  content: '';
  display: block;
  margin: auto;
  opacity: .86;
  position: absolute;
    top: -50px;
    left: -3vw;
  transform: skewX(-25deg);
  transform-origin: bottom left;
  width: 140px;
  height: 280px;
}
#mv .headBox::before ,
#mv .headBox::after {
  content: '';
  display: block;
  margin: auto;
  position: absolute;
}
#mv .headBox::before {
  border-top: solid 1px #fff;
  width: 60%;
    max-width: 380px;
  height: 0;
}
#mv .headBox::after {
  border-left: solid 1px #fff;
  width: 0;
  height: 100%;
}
#mv .headBox .deco-2 {
  transform: rotate(90deg);
  transform-origin: bottom left;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #mv .innerBox {
    grid-gap: 2em;
    justify-content: center;
    min-height: calc(100vh - 60px);
    min-height: calc(100dvh - 60px);
  }
  #mv .txt-inner::before {
    top: -3vw;
    left: 3vw;
    width: 100px;
    height: 200px;
  }
  #mv .headBox {
    margin-left: 3vw;
    padding: 100px 0 0 90px;
  }
  #mv .headBox::before {
    top: 60px;
    left: 0;
  }
  #mv .headBox::after {
    top: 0;
    left: 60px;
  }
  #mv .headBox .decoBox {
    font-size: 1.2em;
  }
  #mv .headBox .deco-1 {
    top: 1em;
    left: 80px;
  }
  #mv .headBox .deco-2 {
    top: 60px;
    left: 20px;
  }
  #mv h1 {
    font-size: 5.8rem;
    letter-spacing: .15em;
    margin-bottom: .3em;
  }
  #mv .txtBox .copyBox {
    margin-top: .5em;
    text-align: center;
  }
  #mv .txtBox p {
    font-size: 1.35em;
  }
  #mv .imgBox {
    position: relative;
    height: 64vw;
      max-height: 300px;
  }
  #mv .imgBox .img {
    margin: auto;
    position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
    width: 90%;
    height: 100%;
  }
}

@media screen and (max-width:500px) {
  #mv .txt-inner::before {
    top: -3vw;
    left: -3vw;
    width: 17vw;
    height: 34vw;
  }
  #mv .headBox {
    margin-left: 0;
    padding: 15vw 0 0 10vw;
  }
  #mv .headBox::before {
    top: 10vw;
    left: -3vw;
  }
  #mv .headBox::after {
    left: 6vw;
  }
  #mv .headBox .decoBox {
    font-size: .95em;
  }
  #mv .headBox .deco-1 {
    left: 9vw
  }
  #mv .headBox .deco-2 {
    top: 10vw;
    left: 0vw;
  }
  #mv h1 {
    font-size: 10.5vw;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #mv .innerBox {
    min-height: calc(100vh - 85px);
    min-height: calc(100dvh - 85px);
  }
  #mv .txt-inner {
    margin-left: 3vw;
    padding: 100px 0 0 90px;
  }
  #mv .txt-inner::before {
    top: -60px;
    left: -50px;
  }
  #mv .headBox {
    position: unset;
  }
  #mv .headBox::before {
    top: 60px;
    left: 0;
  }
  #mv .headBox::after {
    top: 0;
    left: 60px;
  }
  #mv .headBox .decoBox {
    font-size: 2.4rem;
  }
  #mv .headBox .deco-1 {
    top: 1em;
    left: 80px;
  }
  #mv .headBox .deco-2 {
    top: 60px;
    left: 20px;
  }
  #mv h1 {
    font-size: 5.8rem;
    letter-spacing: .15em;
    margin-bottom: .3em;
  }
  #mv .txtBox p {
    font-size: 2.0rem;
    padding-bottom: 1em;
  }
  #mv .imgBox {
    flex: 1;
  }
  #mv .imgBox .img {
    margin: auto;
    width: 110%;
      max-width: 580px;
    height: 100%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #mv .innerBox {
    min-height: calc(100vh - 60px);
    min-height: calc(100dvh - 60px);
  }
  #mv .imgBox {
    position: relative;
  }
  #mv .imgBox .img {
    position: absolute;
      bottom: 0;
      right: -2vw;
    width: 40vw;
  }
}

@media screen and (min-width:1280px) {
  #mv .innerBox {
    grid-gap: 40px;
  }
  #mv .txt-inner {
    padding: 100px 0 0 140px;
  }
  #mv .headBox::before {
    top: 60px;
    left: 45px;
  }
  #mv .headBox::after {
    top: 0;
    left: 110px;
  }
  #mv .headBox .deco-1 {
    left: 130px;
  }
  #mv .headBox .deco-2 {
    left: 70px;
  }
  #mv h1 {
    font-size: 6.8rem;
  }
  #mv .imgBox .img {
    width: 100%;
  }
}


/*====================================================
////id movie
====================================================*/
	#movie .youtube {
		aspect-ratio: 16 / 9;
		margin-left: auto;
		margin-right: auto;
	}
	#movie .youtube iframe{
		width: 100%;
		height: 100%;
	}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 600px;
	}
	#movie .innerBox {
		padding: 40px 0;
	}
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
	#movie .youtube {
		width: 100%;
		max-width: 1000px;
	}
	#movie .innerBox {
		padding: 80px 0;
	}
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}


/*====================================================
////id about
====================================================*/
#about h2 {
  margin-bottom: 1em;
  padding-bottom: .8em;
  position: relative;
}
#about h2::after {
  border: solid;
  border-width: 0 .9em;
  border-left-color: var(--blue);
  border-right-color: var(--y_green);
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    bottom: 0;
    left: 0;
  width: 0;
  height: 2px;
}
#about .decoBox {
  z-index: 10;
}
#about .deco-1 .coverImg {
  padding-top: 91%;
}
#about .deco-2 .coverImg {
  padding-top: 100%;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
  #about > .innerBox {
    margin: 0 0 0 auto;
    padding-bottom: 200px;
  }
  #about .txtBox .innerBox {
    padding: 3em 0 10em
  }
  #about .deco-1 {
    bottom: 0px;
    left: -6vw;
    width: 350px;
  }
  #about .deco-2 {
    bottom: -40px;
    left: 250px;
    width: 150px;
  }
}
@media screen and (max-width: 769px) {
  #about > .innerBox {
    padding-bottom: 28vw;
  }
  #about .txtBox .innerBox {
    padding-bottom: 30vw;
  }
  #about .deco-1 {
    width: 55vw;
  }
  #about .deco-2 {
    bottom: -5vw;
    left: 40%;
    width: 28vw;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #about > .innerBox {
    padding-bottom: 200px;
  }
  #about .txtBox {
    margin: 0 0 0 auto;
    width: 72%;
  }
  #about .txtBox::before {
    background: var(--green);
    content: '';
    display: block;
    margin: auto;
    position: absolute;
      top: 0;
      left: 50%;
    width: 50vw;
    height: 100%;
  }
  #about .txtBox .innerBox {
    margin: 0 0 0 auto;
    width: 72%;
  }
  #about .deco-1 {
    bottom: 100px;
    left: -3vw;
    width: 42vw;
  }
  #about .deco-2 {
    bottom: 0;
    left: 25%;
    width: 24%;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #about .deco-1 {
    left: -5vw;
    width: 565px;
    height: 520px;
  }
  #about .deco-2 {
    bottom: -40px;
    left: 290px;
    width: 290px;
  }
}

/*====================================================
////id detail-1
====================================================*/
#detail-1 .headBox {
  margin: auto;
  max-width: 940px;
  overflow: hidden;
}
#detail-1 .headBox h2 {
  display: inline-block;
  padding: 0 1.5em;
  position: relative;
}
#detail-1 .headBox h2::before,
#detail-1 .headBox h2::after {
  border-top: solid 1px;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 0;
    bottom: 0;
  width: 50vw;
  height: 0;
}
#detail-1 .headBox h2::before {
  right: calc(100% - 1em);
}
#detail-1 .headBox h2::after {
  left: calc(100% - 1em);
}

/* ////////// mobile ////////// */
@media screen and (max-width: 960px) {
}

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

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 960px) {
  #detail-1 h2 {
    font-size: 2.8rem;
  }
  #detail-1 .imgBox {
    margin: auto;
    max-width: 750px;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #detail-1 h2 {
    font-size: 3.0rem;
  }
}

/*====================================================
////id support
====================================================*/
#support .item {
  box-shadow: 0 3px 10px rgba(0, 0, 0, .09);
}
#support .item .coverImg {
  padding-top: 85%;
}
#support .linkBox .linkBtn::after {
  background: url('../img/cmn/icon-pdf-green.png') no-repeat center / contain;
  width: 1.8em;
  height: 2em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #support .itemBox {
    grid-gap: 1em 1.5vw;
    grid-template-columns: repeat(2, 1fr);
    margin: auto;
    max-width: 500px;
  }
  #support .item {
    width: calc(50% - .75vw);
  }
  #support .item .txt {
    min-height: 5.5em;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #support .itemBox {
    grid-gap: 1.5em 1.5vw;
    justify-content: center;
  }
  #support .item {
    width: calc(100% / 3 - 1vw);
  }
  #support .item .txt {
    font-size: .85em;
    min-height: 4.5em;
  }
  #support .linkBox .linkBtn {
    max-width: 460px;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #support .itemBox {
    grid-gap: 1em 1vw;
  }
  #support .item {
    width: calc(100% / 3 - .666vw);
  }
  #support .item .txt {
    min-height: 5.5em;
  }
}

@media screen and (min-width:1280px) {
  #support .itemBox {
    grid-gap: 2em 50px;
  }
  #support .item {
    width: calc(100% / 3 - 35px);
  }
  #support .item .txt {
    font-size: 1em;
  }
}

/*====================================================
////id overview
====================================================*/
#overview .txtBox {
  border-radius: 5px;
}
#overview .txtBox .detail table ,
#overview .txtBox .detail table td {
  border: none;
  font-size: .9em;
}
#overview .txtBox .detail table td:nth-child(1) {
  border-right: solid 1px var(--l_b_gray);
  padding: 0 .5em 1em 0;
}
#overview .txtBox .detail table td:nth-child(2) {
  padding: 0 0 1em .5em;
}
#overview .txtBox .detail table tr:last-child td {
  padding-bottom: 0;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #overview .itemBox {
    grid-gap: 2em;
  }
  #overview .txtBox {
    padding: 2em .8em;
  }
  #overview .imgBox img {
    margin: auto;
    max-width: 400px;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #overview .itemBox {
    grid-gap: 40px;
    grid-template-columns: auto 1fr;
  }
  #overview .txtBox {
    padding: 2em 1.5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #overview .imgBox img {
    margin: auto;
    max-height: 70vh;
    min-height: 800px;
  }
}

@media screen and (min-width:1280px) {
  #overview .itemBox {
    grid-gap: 70px;
  }
}

/*====================================================
////id achievements
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #achievements {
    padding-bottom: 40px;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}

/*====================================================
////id guidebook
====================================================*/
#guidebook {
  z-index: 10;
}
/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #guidebook .innerBox {
    padding: 50vw 0 30vw;
  }
  #guidebook .deco-1 {
    top: 10vw;
    left: 0;
    width: 35%;
  }
  #guidebook .deco-2 {
    top: -40px;
    left: 25%;
    width: 30%;
  }
  #guidebook .deco-3 {
    top: 9vw;
    left: 48%;
    width: 23%;
  }
  #guidebook .deco-4 {
    bottom: -25px;
    right: 0;
    width: 28%;
  }
  #guidebook .deco-5 {
    bottom: -50px;
    right: 25%;
    width: 20%;
  }
}

@media screen and (max-width:500px) {
  #guidebook .innerBox {
    padding: 70vw 0 50vw;
  }
  #guidebook .deco-1 {
    top: 12vw;
    left: 0;
    width: 44%;
  }
  #guidebook .deco-2 {
    top: -40px;
    left: 35%;
    width: 35%;
  }
  #guidebook .deco-3 {
    top: 10vw;
    left: 60%;
    width: 27%;
  }
  #guidebook .deco-4 {
    bottom: -25px;
    right: 0;
    width: 40%;
  }
  #guidebook .deco-5 {
    bottom: -60px;
    right: 30%;
    width: 35%;
  }
}

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #guidebook .deco-1 {
    top: 10vw;
    left: 0;
    width: 25%;
      max-width: 440px
  }
  #guidebook .deco-2 {
    top: -40px;
    left: 13%;
    width: 23%;
      max-width: 376px;
  }
  #guidebook .deco-3 {
    top: 9vw;
    left: 27%;
    width: 18%;
      max-width: 303px;
  }
  #guidebook .deco-4 {
    top: 30vw;
    left: 29%;
    width: 15%;
      max-width: 303px;
  }
  #guidebook .deco-5 {
    top: 40vw;
    left: 18%;
    width: 13%;
      max-width: 230px;
  }
  #guidebook .txtBox {
    margin: 0 0 0 auto;
    width: 50%;
  }
  #guidebook .txtBox .linkBtn {
    margin-left: 0;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
  #guidebook .deco-4 {
    top: 38vw;
    left: 20%;
    width: 23%;
  }
  #guidebook .deco-5 {
    top: 50vw;
    left: 6%;
    width: 18%;
  }
}

@media screen and (min-width:1280px) {
  #guidebook .deco-4 {
    top: auto;
    bottom: -80px;
    left: auto;
    right: 0;
  }
  #guidebook .deco-5 {
    top: auto;
    bottom: -120px;
    left: auto;
    right: 13%;
  }
}

@media screen and (min-width:1780px) {
  #guidebook .deco-4 {
    bottom: 22px;
  }
  #guidebook .deco-5 {
    top: auto;
    bottom: -160px;
    left: auto;
    right: 13%;
  }
}

/*====================================================
////id news
====================================================*/
#news .item {
  border-bottom: solid 1px var(--l_b_gray);
  padding: 1em 0;
}
#news .item .date_cate {
  grid-template-columns: 7em 1fr;
}
#news .item .date {
  font-size: .94em;
}
#news .item .category {
  font-size: .875em;
}

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #news {
    padding-top: 50px;
  }
  #news .linkBox {
    text-align: right;
  }
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #news .headBox .jp_en {
    place-items: flex-start;
  }
  #news .itemBox-outer {
    grid-gap: 0 8vw;
    grid-template-columns: auto 1fr;
    place-content: center;
    padding-left: 5vw;
  }
  #news .itemBox {
    grid-row: span 2;
    place-content: center;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1080px) {
  #news .innerBox {
    padding-top: 180px;
  }
}

@media screen and (min-width:1280px) {
}

@media screen and (min-width:1780px) {
  #news .innerBox {
    padding-top: 230px;
  }
  #news .itemBox-outer {
    padding-left: 0;
  }
}

/*====================================================
////id event
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
  #event .item {
    padding: 0 0.5em;
  }

}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
  #event .itemBox {
    margin: 0 -.5em;
    width: calc(100% + 1em);
  }
  #event .item {
    padding: 0 .5em;
  }
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
  #event .itemBox {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  #event .item {
    padding: 0 15px;
  }
}

/*====================================================
////id xxx
====================================================*/

/* ////////// mobile ////////// */
@media screen and (max-width: 769px) {
}

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

/* ////////// PC ////////// */
@media print, screen and (min-width: 769px) {
}

/* ////////// tablet ////////// */
@media screen and (min-width:769px) and (max-width:960px) {
}

@media screen and (min-width:1280px) {
}
