@charset "UTF-8";
/* LESS Document */
/*目次*/
#entrance {
  font-family: 'Amiri', "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  max-width: 970px;
  margin: 0 auto 120px;
  padding: 0;
  text-align: center;
  /*jsアニメーション
	.fuwatAnime {
		-webkit-animation-fill-mode: both;
		-ms-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-duration: 1.5s;
		-ms-animation-duration: 1.5s;
		animation-duration: 1.5s;
		-webkit-animation-name: fuwatAnime;
		-ms-animation-name: fuwatAnime;
		animation-name: fuwatAnime;
		visibility: visible !important;
	}
	
	@-webkit-keyframes fuwatAnime {
		0% {
			opacity: 0;
			-webkit-transform: translateY(80px);
		}
	
		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
		}
	}
	
	@keyframes fuwatAnime {
		0% {
			opacity: 0;
			-webkit-transform: translateY(80px);
			-ms-transform: translateY(80px);
			transform: translateY(80px);
		}
	
		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			-ms-transform: translateY(0);
			transform: translateY(0);
		}
	}*/
}
@media screen and (max-width: 767px) {
  #entrance {
    margin: 60px auto 20%;
    max-width: 100%;
  }
}
#entrance .logo {
  margin: 60px auto 40px;
  width: 150px;
}
#entrance .logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #entrance .logo {
    margin: 20px auto;
    width: 125px;
  }
}
#entrance .spttl {
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #entrance .spttl {
    margin: 0 auto 40px;
  }
  #entrance .spttl img {
    width: 75%;
    height: auto;
  }
}
#entrance .entranceCont {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-top: 40px;
  position: relative;
  background: url(/user_data/packages/bootstrap/img/10th/enter_bg_pc.png) no-repeat top center / cover;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont {
    padding: 0 0 10%;
    background: url(/user_data/packages/bootstrap/img/10th/enter_bg.png) no-repeat top center / contain;
  }
}
#entrance .entranceCont .icon01 {
  width: 40%;
  margin: 0 0 50px;
  position: relative;
}
#entrance .entranceCont .icon01 img {
  max-width: 267px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon01 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 12px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon01 .new img {
  width: auto;
  max-width: auto;
}
@keyframes key1 {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-4px);
  }
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon01 {
    width: 100%;
    margin: 0 0 4%;
  }
  #entrance .entranceCont .icon01 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon01 .new {
    right: 5px;
  }
}
#entrance .entranceCont .icon02 {
  width: 40%;
  position: relative;
  top: 55px;
}
#entrance .entranceCont .icon02 img {
  max-width: 267px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon02 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: -26px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon02 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon02 {
    width: 50%;
    top: 1vw;
  }
  #entrance .entranceCont .icon02 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon02 .new {
    right: -15px;
  }
}
#entrance .entranceCont .icon03 {
  width: 30%;
  position: relative;
  right: 10%;
}
#entrance .entranceCont .icon03 img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon03 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 26px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon03 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon03 {
    width: 50%;
    top: 3vw;
    right: 0;
    margin-bottom: 5%;
  }
  #entrance .entranceCont .icon03 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon03 .new {
    right: 15px;
    bottom: -8px;
  }
}
#entrance .entranceCont .icon04 {
  width: 30%;
  position: relative;
  top: 35px;
  left: -20px;
}
#entrance .entranceCont .icon04 img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon04 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: -8px;
  right: 0;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon04 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon04 {
    width: 100%;
    top: 0;
    left: 1%;
  }
  #entrance .entranceCont .icon04 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon04 .new {
    right: -3px;
  }
}
#entrance .entranceCont .icon05 {
  width: 30%;
  margin: 0 0 70px;
  position: relative;
  left: 5%;
  top: 18px;
}
#entrance .entranceCont .icon05 img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon05 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: -26px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon05 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon05 {
    width: 50%;
    top: -2vw;
    left: -3%;
    margin-bottom: 4%;
  }
  #entrance .entranceCont .icon05 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon05 .new {
    right: -15px;
  }
}
#entrance .entranceCont .icon06 {
  width: 40%;
  position: relative;
  top: 20px;
}
#entrance .entranceCont .icon06 img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon06 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 15px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon06 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon06 {
    width: 50%;
    top: 0;
  }
  #entrance .entranceCont .icon06 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon06 .new {
    right: 7px;
  }
}
#entrance .entranceCont .icon07 {
  width: 40%;
  margin: 0 0 50px;
  position: relative;
}
#entrance .entranceCont .icon07 img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon07 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 15px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon07 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon07 {
    width: 100%;
    margin: 0;
    right: -6%;
  }
  #entrance .entranceCont .icon07 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon07 .new {
    right: 7px;
  }
}
#entrance .entranceCont .icon08 {
  width: 30%;
  position: relative;
  top: -20px;
  right: 11%;
}
#entrance .entranceCont .icon08 img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon08 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: -30px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon08 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon08 {
    width: 50%;
    margin: 0;
    right: 2%;
  }
  #entrance .entranceCont .icon08 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon08 .new {
    right: -15px;
  }
}
#entrance .entranceCont .icon09 {
  width: 30%;
  position: relative;
}
#entrance .entranceCont .icon09 img {
  max-width: 251px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon09 {
    width: 50%;
    top: 4vw;
    margin-bottom: 7%;
  }
  #entrance .entranceCont .icon09 img {
    max-width: 125px;
  }
}
#entrance .entranceCont .icon10 {
  width: 30%;
  position: relative;
  top: 20px;
  left: 8%;
}
#entrance .entranceCont .icon10 img {
  max-width: 282px;
  width: 100%;
  height: auto;
}
#entrance .entranceCont .icon10 .new {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 5px;
  margin: auto;
  animation: key1 0.6s ease infinite alternate;
}
#entrance .entranceCont .icon10 .new img {
  width: auto;
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon10 {
    width: 100%;
    top: -9vw;
    left: 0;
  }
  #entrance .entranceCont .icon10 img {
    max-width: 134px;
  }
  #entrance .entranceCont .icon10 .new {
    right: 4px;
  }
}
#entrance .entranceCont .icon01 a {
  width: 283px;
  height: 283px;
  line-height: 283px;
}
#entrance .entranceCont .icon01 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon01 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon01 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon02 a {
  width: 283px;
  height: 283px;
  line-height: 283px;
}
#entrance .entranceCont .icon02 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon02 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon02 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon03 a {
  width: 285px;
  height: 285px;
  line-height: 285px;
}
#entrance .entranceCont .icon03 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon03 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon03 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon04 a {
  width: 285px;
  height: 285px;
  line-height: 285px;
}
#entrance .entranceCont .icon04 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon04 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon04 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon05 a {
  width: 285px;
  height: 285px;
  line-height: 285px;
}
#entrance .entranceCont .icon05 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon05 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon05 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon06 a {
  width: 285px;
  height: 285px;
  line-height: 285px;
}
#entrance .entranceCont .icon06 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon06 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon06 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon07 a {
  width: 285px;
  height: 285px;
  line-height: 285px;
}
#entrance .entranceCont .icon07 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon07 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon07 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon08 a {
  width: 285px;
  height: 285px;
  line-height: 285px;
}
#entrance .entranceCont .icon08 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon08 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon08 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
#entrance .entranceCont .icon10 a {
  width: 285px;
  height: 285px;
  line-height: 285px;
}
#entrance .entranceCont .icon10 a img {
  transition: all 1s ease;
}
#entrance .entranceCont .icon10 a:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 767px) {
  #entrance .entranceCont .icon10 a {
    width: 134px;
    height: 134px;
    line-height: 134px;
  }
}
/*cont01 vote*/
#cont01 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #cont01 {
    padding: 100px 5% 0;
  }
}
#cont01 .logo {
  width: 750px;
  border-top: solid 2px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  padding: 15px 0;
  margin: 0 auto 50px;
}
#cont01 .logo img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont01 .logo {
    width: 100%;
    margin: 0 auto 8%;
  }
}
#cont01 .ttl {
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cont01 .ttl {
    font-size: 11px;
  }
}
#cont01 .mainttl {
  font-size: 38px;
  margin: 30px auto;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #cont01 .mainttl {
    font-size: 18px;
    margin: 5% auto;
  }
}
#cont01 .ttlEn {
  font-size: 20px;
  margin: 0 auto;
  font-family: 'Amiri';
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  #cont01 .ttlEn {
    font-size: 12px;
  }
}
#cont01 .introTxt {
  margin: 50px auto 0;
  line-height: 3;
}
#cont01 .introTxt .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont01 .introTxt {
    font-size: 11px;
    line-height: 2.5;
    margin: 8% auto 0;
  }
  #cont01 .introTxt .sp {
    display: block;
  }
}
#cont01 .volTtl {
  margin: 80px auto 0;
}
@media screen and (max-width: 767px) {
  #cont01 .volTtl {
    margin: 8% auto 0;
    width: 75%;
  }
  #cont01 .volTtl img {
    width: 100%;
    height: auto;
  }
}
#cont01 .fabric {
  margin: 30px auto 80px;
}
#cont01 .fabric .ttl {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #cont01 .fabric .ttl {
    width: 30%;
    margin: 5% auto 8%;
  }
  #cont01 .fabric .ttl img {
    width: 100%;
    height: auto;
  }
}
#cont01 .fabric .list_pc {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cont01 .fabric .list_pc .item {
  width: calc(96%/3);
}
#cont01 .fabric .list_pc .item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont01 .fabric .list_pc {
    display: none;
  }
}
#cont01 .fabric .list_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont01 .fabric .list_sp {
    display: block;
  }
  #cont01 .fabric .list_sp img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  #cont01 .fabric .list_sp img:last-child {
    margin-bottom: 0;
  }
}
#cont01 .fabric .voice {
  margin: 50px auto 0;
  padding: 30px 20px 25px;
  display: inline-block;
  border: solid 2px #000;
  position: relative;
  line-height: 2.5;
}
#cont01 .fabric .voice:after {
  content: "";
  border: solid 1px #000;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
#cont01 .fabric .voice .ttl {
  margin: 0 auto 20px;
}
#cont01 .fabric .voice .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont01 .fabric .voice {
    margin: 8% auto 0;
    padding: 20px 10px 15px;
    font-size: 11px;
  }
  #cont01 .fabric .voice .ttl {
    width: 75%;
  }
  #cont01 .fabric .voice .ttl img {
    width: 100%;
    height: auto;
  }
  #cont01 .fabric .voice .pc {
    display: none;
  }
  #cont01 .fabric .voice .sp {
    display: block;
  }
  #cont01 .fabric .voice .sp img {
    width: 100%;
    height: auto;
  }
}
#cont01 .type {
  margin: 30px auto 80px;
}
#cont01 .type .ttl {
  margin: 0 auto 30px;
}
@media screen and (max-width: 767px) {
  #cont01 .type .ttl {
    margin: 0 auto 3%;
    width: 30%;
  }
  #cont01 .type .ttl img {
    width: 100%;
    height: auto;
  }
}
#cont01 .type .list_pc {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cont01 .type .list_pc .item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont01 .type .list_pc {
    display: none;
  }
}
#cont01 .type .list_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont01 .type .list_sp {
    display: block;
  }
  #cont01 .type .list_sp img {
    width: 100%;
    height: auto;
    margin-bottom: 5%;
  }
  #cont01 .type .list_sp img:last-child {
    margin-bottom: 0;
  }
}
#cont01 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont01 .movieOff {
    width: 100%;
    height: 30vh;
  }
  #cont01 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont01 .check {
  margin: 80px auto;
}
#cont01 .check p {
  margin: 0 auto 10px;
}
#cont01 .check a img {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #cont01 .check {
    margin: 12% auto 20%;
  }
  #cont01 .check a img {
    margin-bottom: 5%;
    width: 40%;
    height: auto;
  }
}
#cont01 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont02 revival*/
#cont02 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  #cont02 {
    padding: 100px 5% 0;
  }
}
#cont02 .logo {
  width: 750px;
  border-top: solid 2px #dcdcdc;
  border-bottom: solid 2px #dcdcdc;
  padding: 15px 0;
  margin: 0 auto 50px;
}
#cont02 .logo img {
  width: 100px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont02 .logo {
    width: 100%;
    margin: 0 auto 8%;
  }
}
#cont02 .ttl {
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cont02 .ttl {
    font-size: 11px;
  }
}
#cont02 .mainttl {
  font-size: 38px;
  margin: 30px auto;
  line-height: 1;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #cont02 .mainttl {
    font-size: 18px;
    margin: 5% auto;
  }
}
#cont02 .ttlEn {
  font-size: 20px;
  margin: 0 auto;
  font-family: 'Amiri';
  letter-spacing: 0.3em;
}
@media screen and (max-width: 767px) {
  #cont02 .ttlEn {
    font-size: 12px;
  }
}
#cont02 .introLogo {
  margin: 50px auto;
}
@media screen and (max-width: 767px) {
  #cont02 .introLogo {
    margin: 8% auto 10%;
  }
  #cont02 .introLogo img {
    width: 60%;
    height: auto;
  }
}
#cont02 .fabric {
  margin: 30px auto 80px;
}
#cont02 .fabric .vote1,
#cont02 .fabric .vote2,
#cont02 .fabric .vote3 {
  margin: 0 auto 40px;
}
#cont02 .fabric .arrow {
  margin: 0 auto 40px;
}
#cont02 .fabric .voteSet {
  margin: 0 auto 50px;
}
#cont02 .fabric .what {
  margin: 0 auto 40px;
}
#cont02 .fabric .what img {
  width: 300px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont02 .fabric .vote1 img,
  #cont02 .fabric .vote2 img,
  #cont02 .fabric .vote3 img {
    width: 100%;
    height: auto;
  }
  #cont02 .fabric .arrow img {
    width: 25%;
    height: auto;
  }
  #cont02 .fabric .voteSet img {
    width: 90%;
    height: auto;
  }
  #cont02 .fabric .what img {
    width: 60%;
    height: auto;
  }
}
#cont02 .fabric .voice {
  margin: 50px auto 0;
  padding: 30px 50px 25px;
  display: inline-block;
  border: solid 2px #000;
  position: relative;
  line-height: 2.5;
}
#cont02 .fabric .voice:after {
  content: "";
  border: solid 1px #000;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
#cont02 .fabric .voice .ttl {
  margin: 0 auto 20px;
}
#cont02 .fabric .voice .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont02 .fabric .voice {
    margin: 8% auto 0;
    padding: 20px 10px 15px;
    font-size: 11px;
  }
  #cont02 .fabric .voice .ttl {
    width: 75%;
  }
  #cont02 .fabric .voice .ttl img {
    width: 100%;
    height: auto;
  }
  #cont02 .fabric .voice .pc {
    display: none;
  }
  #cont02 .fabric .voice .sp {
    display: block;
  }
  #cont02 .fabric .voice .sp img {
    width: 100%;
    height: auto;
  }
}
#cont02 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont02 .movieOff {
    width: 100%;
    height: 30vh;
  }
  #cont02 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont02 .footerLogo {
  margin-top: 80px;
}
#cont02 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont03 history*/
#cont03 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #cont03 {
    padding: 60px 0 0;
  }
}
#cont03 .mv {
  margin: 0 auto 80px;
}
#cont03 .mv img {
  width: 100%;
  height: auto;
}
#cont03 .ttl {
  font-size: 16px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cont03 .ttl {
    font-size: 11px;
  }
}
#cont03 .ttlEn {
  font-size: 36px;
  margin: 0 auto;
  font-family: 'Amiri';
  letter-spacing: 0.3em;
  display: flex;
  align-items: center;
  justify-content: center;
}
#cont03 .ttlEn:before,
#cont03 .ttlEn:after {
  border-top: 1px solid #000;
  content: "";
  width: 25px;
  top: -3px;
}
#cont03 .ttlEn:before {
  margin-right: 0.6em;
}
#cont03 .ttlEn:after {
  margin-left: 0.3em;
}
@media screen and (max-width: 767px) {
  #cont03 .ttlEn {
    font-size: 30px;
  }
}
#cont03 .ttlBl {
  background: #000;
  color: #fff;
  font-size: 18px;
  text-align: left;
  padding: 0.3em;
  width: 260px;
  margin: 0 auto 20px 0;
}
@media screen and (max-width: 767px) {
  #cont03 .ttlBl {
    font-size: 13px;
    width: 180px;
  }
}
#cont03 .brandName {
  width: 750px;
  margin: 80px auto;
  padding: 0 0 30px;
  background: url(../packages/bootstrap/img/10th/cont03_bg01.png) no-repeat right 50px;
}
#cont03 .brandName .logoImg {
  width: 390px;
  text-align: left;
  margin: 0 auto 20px 15px;
  padding: 20px 0;
  border-bottom: dashed 2px #000;
  position: relative;
}
#cont03 .brandName .logoImg::before {
  content: '';
  position: absolute;
  left: -0.35em;
  bottom: -8px;
  background: url(../packages/bootstrap/img/10th/dot_b.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
#cont03 .brandName p {
  padding: 0 15px;
  text-align: left;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #cont03 .brandName {
    width: 100%;
    margin: 12% 3%;
    background: url(../packages/bootstrap/img/10th/cont03_bg01.png) no-repeat 220px 50px / 42%;
  }
  #cont03 .brandName .logoImg {
    width: 210px;
    margin: 0 auto 20px 5px;
    padding: 10px 40px 20px 0;
    border-bottom: dashed 1px #000;
  }
  #cont03 .brandName .logoImg img {
    width: 100%;
    height: auto;
  }
  #cont03 .brandName p {
    padding: 0 5px;
    font-size: 10px;
  }
}
#cont03 .brandLogo {
  width: 750px;
  margin: 0 auto 80px;
  padding: 0 0 30px;
  background: url(../packages/bootstrap/img/10th/cont03_bg02.png) no-repeat left 50px / 42%;
  position: relative;
}
#cont03 .brandLogo .logoImg {
  width: 390px;
  text-align: left;
  margin: 0 auto 20px 15px;
  padding: 20px 0 20px 30px;
  border-bottom: dashed 2px #000;
  position: relative;
}
#cont03 .brandLogo .logoImg::before {
  content: '';
  position: absolute;
  left: -0.35em;
  bottom: -8px;
  background: url(../packages/bootstrap/img/10th/dot_b.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
#cont03 .brandLogo .logoImg02 {
  position: absolute;
  width: 250px;
  top: 50px;
  right: 0;
}
#cont03 .brandLogo .logoImg02 img {
  width: 100%;
  height: auto;
}
#cont03 .brandLogo p {
  padding: 0 15px;
  text-align: left;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #cont03 .brandLogo {
    width: 100%;
    margin: 0 3% 12%;
    background: url(../packages/bootstrap/img/10th/cont03_bg02.png) no-repeat left 50px / 52%;
  }
  #cont03 .brandLogo .logoImg {
    width: 200px;
    margin: 0 auto 20px 5px;
    padding: 10px 60px 20px 20px;
    border-bottom: dashed 1px #000;
  }
  #cont03 .brandLogo .logoImg img {
    width: 100%;
    height: auto;
  }
  #cont03 .brandLogo .logoImg02 {
    width: 120px;
    top: 50px;
    right: 30px;
  }
  #cont03 .brandLogo p {
    padding: 0 5px;
    font-size: 10px;
  }
}
#cont03 .history {
  width: 750px;
  margin: 0 auto;
}
#cont03 .history dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#cont03 .history dl dt {
  text-align: right;
  width: 10em;
  padding: 0.5em 1em 0.5em 0.5em;
  position: relative;
  display: flex;
  justify-content: end;
  align-items: center;
}
#cont03 .history dl dt::after {
  content: '';
  position: absolute;
  right: -0.6em;
  top: 40%;
  background: url(../packages/bootstrap/img/10th/dot_p.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
  color: #e8a4b5;
}
#cont03 .history dl dt:first-child::after {
  top: 45%;
}
#cont03 .history dl dd {
  width: calc(100% - 10em);
  border-left: 2px dashed #e8a4b5;
}
#cont03 .history dl dd p {
  margin: 0 auto;
  text-align: left;
  padding: 1.5em 2em;
  margin-left: 1em;
}
#cont03 .history dl dd.bg p {
  background: #f5e6ec;
}
#cont03 .history dl dd img.logo {
  width: 100px;
  height: auto;
}
#cont03 .history .future {
  margin: 50px auto;
  width: 300px;
}
#cont03 .history .future img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont03 .history {
    width: 90%;
    margin: 0 7% 12% 3%;
  }
  #cont03 .history dl dt {
    width: 7em;
  }
  #cont03 .history dl dt img {
    width: 60%;
    height: auto;
  }
  #cont03 .history dl dt:nth-child(41) img {
    width: 100%;
    height: auto;
  }
  #cont03 .history dl dd {
    width: calc(100% - 7em);
  }
  #cont03 .history dl dd p {
    font-size: 11px;
  }
  #cont03 .history dl dd img {
    width: 80px;
    height: auto;
  }
  #cont03 .history .future {
    margin: 10% auto;
    width: 260px;
  }
}
#cont03 .brandColor {
  width: 750px;
  margin: 0 auto 80px;
  padding: 0 0 30px;
  background: url(../packages/bootstrap/img/10th/cont03_bg03.png) no-repeat left 50px;
  background-size: contain;
  position: relative;
}
#cont03 .brandColor .logoImg {
  text-align: left;
  width: 260px;
  margin: 30px 0 30px 15px;
}
#cont03 .brandColor .logoImg img {
  width: 100%;
  height: auto;
}
#cont03 .brandColor .logoImg02 {
  position: absolute;
  top: 110px;
  right: 80px;
  text-align: left;
  padding: 0 0 20px;
  border-bottom: dashed 2px #000;
}
#cont03 .brandColor .logoImg02::before {
  content: '';
  position: absolute;
  right: -0.35em;
  bottom: -8px;
  background: url(../packages/bootstrap/img/10th/dot_b.png) no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
#cont03 .brandColor p {
  padding: 0 15px;
  text-align: left;
  line-height: 2.4;
}
@media screen and (max-width: 767px) {
  #cont03 .brandColor {
    width: 94%;
    margin: 0 3% 12%;
    background: url(../packages/bootstrap/img/10th/cont03_bg03_sp.png) no-repeat left 50px / contain;
  }
  #cont03 .brandColor .logoImg {
    width: 150px;
    margin: 30px 0 30px 5px;
  }
  #cont03 .brandColor .logoImg02 {
    width: 230px;
    top: 110px;
    right: 0;
    padding: 0 0 20px;
    border-bottom: dashed 1px #000;
  }
  #cont03 .brandColor .logoImg02 img {
    width: 100%;
    height: auto;
  }
  #cont03 .brandColor p {
    padding: 0 5px;
    font-size: 10px;
  }
}
#cont03 .voice {
  width: 750px;
  margin: 0 auto 80px;
  padding: 30px 50px 25px;
  display: inline-block;
  border: solid 2px #000;
  position: relative;
  line-height: 2.5;
}
#cont03 .voice:after {
  content: "";
  border: solid 1px #000;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
#cont03 .voice .ttl {
  margin: 0 auto 20px;
}
#cont03 .voice .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont03 .voice {
    width: 94%;
    margin: 0 3% 12%;
    padding: 20px 10px 15px;
    font-size: 11px;
  }
  #cont03 .voice .ttl {
    width: 75%;
  }
  #cont03 .voice .ttl img {
    width: 100%;
    height: auto;
  }
  #cont03 .voice .pc {
    display: none;
  }
  #cont03 .voice .sp {
    display: block;
  }
  #cont03 .voice .sp img {
    width: 100%;
    height: auto;
  }
}
#cont03 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont03 .movieOff {
    width: 94%;
    height: 30vh;
  }
  #cont03 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont03 .footerLogo {
  margin-top: 80px;
}
#cont03 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont04 I am*/
#cont04 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #cont04 {
    padding: 60px 0 0;
  }
}
#cont04 .mv {
  margin: 0 auto 80px;
}
#cont04 .mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont04 .mv {
    margin: 0 auto;
  }
}
#cont04 .celeblogo {
  margin: 100px auto;
}
#cont04 .celeblogo img {
  width: 450px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont04 .celeblogo {
    margin: 12% auto;
  }
  #cont04 .celeblogo img {
    width: 56%;
    height: auto;
  }
}
#cont04 .iamWrap {
  max-width: 850px;
  margin: 0 auto;
}
#cont04 .iamWrap .img01,
#cont04 .iamWrap .img02 {
  width: 500px;
}
#cont04 .iamWrap .img01 img,
#cont04 .iamWrap .img02 img {
  width: 100%;
  height: auto;
}
#cont04 .iamWrap .img01 {
  margin: 0 auto 0 0;
}
#cont04 .iamWrap .img02 {
  margin: 0 0 0 auto;
}
#cont04 .iamWrap .iam {
  margin: 80px auto;
  width: 400px;
}
#cont04 .iamWrap .iam img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont04 .iamWrap {
    width: 85%;
  }
  #cont04 .iamWrap .img01,
  #cont04 .iamWrap .img02 {
    width: 60%;
  }
  #cont04 .iamWrap .iam {
    margin: 12% auto;
    width: 60%;
  }
}
#cont04 .saveWrap {
  margin: 80px auto;
}
#cont04 .saveWrap .save {
  width: 400px;
  margin: 0 auto 40px;
}
#cont04 .saveWrap .save img {
  width: 100%;
  height: auto;
}
#cont04 .saveWrap .date {
  font-size: 34px;
  margin-bottom: 1em;
}
#cont04 .saveWrap .info {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont04 .saveWrap {
    margin: 15% auto;
  }
  #cont04 .saveWrap .save {
    width: 75%;
    margin: 0 auto 10%;
  }
  #cont04 .saveWrap .date {
    font-size: 22px;
  }
  #cont04 .saveWrap .info {
    font-size: 12px;
  }
}
#cont04 .iamstinaWrap {
  margin-bottom: 60px;
}
#cont04 .iamstinaWrap .ttl img {
  width: 300px;
  height: auto;
}
#cont04 .iamstinaWrap .ttl p {
  font-size: 34px;
  margin: 1em auto;
}
#cont04 .iamstinaWrap p {
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont04 .iamstinaWrap {
    margin-bottom: 15%;
  }
  #cont04 .iamstinaWrap .ttl img {
    width: 60%;
    height: auto;
  }
  #cont04 .iamstinaWrap .ttl p {
    font-size: 14px;
  }
  #cont04 .iamstinaWrap p {
    font-size: 11px;
  }
}
#cont04 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont04 .movieOff {
    width: 94%;
    height: 30vh;
  }
  #cont04 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont04 .footerLogo {
  margin-top: 80px;
}
#cont04 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont05 stinaLAND*/
#cont05 {
  font-family: 'Amiri', 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  background-color: #fff;
  text-align: center;
  padding: 0 0 50px;
}
@font-face {
  font-family: 'Noto Serif JP';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/notoserifjp/v21/xn7mYHs72GKoTvER4Gn3b5eMXNg.otf) format('opentype');
}
@media screen and (max-width: 767px) {
  #cont05 {
    padding: 60px 0 0;
  }
}
#cont05 .mv {
  margin: 0 auto 80px;
}
#cont05 .mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont05 .mv {
    margin: 0 auto;
  }
}
#cont05 .logoWrap {
  max-width: 850px;
  margin: 0 auto;
}
#cont05 .logoWrap .ttl {
  margin: 0 auto 50px;
}
#cont05 .logoWrap .ttl2 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cont05 .logoWrap {
    width: 85%;
  }
  #cont05 .logoWrap .ttl {
    margin: 8% auto;
  }
  #cont05 .logoWrap .ttl img {
    width: 100%;
    height: auto;
  }
  #cont05 .logoWrap .ttl2 img {
    width: 100%;
    height: auto;
  }
}
#cont05 .img {
  margin: 80px auto;
  max-width: 500px;
}
#cont05 .img img {
  width: 100%;
  height: auto;
}
#cont05 .img p {
  margin-top: 50px;
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #cont05 .img {
    margin: 15% auto;
  }
  #cont05 .img img {
    max-width: 75%;
  }
  #cont05 .img p {
    font-size: 16px;
  }
}
#cont05 .dateWrap,
#cont05 .placeWrap {
  margin-bottom: 60px;
}
#cont05 .dateWrap .ttl,
#cont05 .placeWrap .ttl {
  margin-bottom: 30px;
}
#cont05 .dateWrap .ttl img,
#cont05 .placeWrap .ttl img {
  width: auto;
  height: auto;
}
#cont05 .dateWrap p,
#cont05 .placeWrap p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont05 .dateWrap,
  #cont05 .placeWrap {
    margin-bottom: 15%;
  }
  #cont05 .dateWrap .ttl img,
  #cont05 .placeWrap .ttl img {
    width: auto;
    height: 25px;
  }
  #cont05 .dateWrap p,
  #cont05 .placeWrap p {
    font-size: 16px;
  }
}
#cont05 .invitationWrap {
  margin-bottom: 60px;
}
#cont05 .invitationWrap .ttl {
  margin-bottom: 30px;
}
#cont05 .invitationWrap .ttl img {
  width: auto;
  height: auto;
}
#cont05 .invitationWrap p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont05 .invitationWrap {
    margin-bottom: 15%;
  }
  #cont05 .invitationWrap .ttl img {
    width: auto;
    height: 25px;
  }
  #cont05 .invitationWrap p {
    font-size: 13px;
  }
}
#cont05 .ticket {
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 2;
}
#cont05 .ticket a {
  background: #333;
  border: solid 1px #333;
  color: #fff;
  padding: 0.7em 2em;
  border-radius: 50px;
}
#cont05 .ticket a:hover {
  background: #fff;
  color: #333;
}
@media screen and (max-width: 767px) {
  #cont05 .ticket {
    font-size: 14px;
  }
}
#cont05 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont05 .movieOff {
    width: 94%;
    height: 30vh;
  }
  #cont05 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont05 .footerLogo {
  margin-top: 80px;
}
#cont05 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont06 revival*/
#cont06 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #cont06 {
    padding: 60px 0 0;
  }
}
#cont06 .mv {
  margin: 0 auto 80px;
}
#cont06 .mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont06 .mv {
    margin: 0 auto;
  }
}
#cont06 .ttl p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont06 .ttl p {
    font-size: 12px;
    margin: 12% auto 0;
  }
}
#cont06 .ttl img {
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  #cont06 .ttl img {
    margin: 12% auto;
    width: 70%;
    height: auto;
  }
}
#cont06 .imgWrap {
  max-width: 668px;
  margin: 0 auto 50px;
}
#cont06 .imgWrap img {
  margin: 0 auto;
}
#cont06 .imgWrap img:first-child,
#cont06 .imgWrap img:nth-child(2) {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #cont06 .imgWrap img {
    width: 90%;
    height: auto;
  }
  #cont06 .imgWrap img:first-child,
  #cont06 .imgWrap img:nth-child(2) {
    margin-bottom: 10%;
  }
}
#cont06 .item {
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont06 .item {
    font-size: 14px;
    margin-bottom: 14%;
  }
  #cont06 .item a img {
    width: 40%;
    height: auto;
  }
}
#cont06 .voice {
  width: 750px;
  margin: 0 auto 80px;
  padding: 30px 50px 25px;
  display: inline-block;
  border: solid 2px #000;
  position: relative;
  line-height: 2.5;
}
#cont06 .voice:after {
  content: "";
  border: solid 1px #000;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
#cont06 .voice .ttl {
  margin: 0 auto 20px;
}
#cont06 .voice .ttl img {
  margin: 0 auto;
}
#cont06 .voice .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont06 .voice {
    width: 94%;
    margin: 0 3% 12%;
    padding: 20px 10px 15px;
    font-size: 11px;
  }
  #cont06 .voice .ttl {
    width: 75%;
  }
  #cont06 .voice .ttl img {
    width: 100%;
    height: auto;
  }
  #cont06 .voice .pc {
    display: none;
  }
  #cont06 .voice .sp {
    display: block;
  }
  #cont06 .voice .sp img {
    width: 100%;
    height: auto;
  }
}
#cont06 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont06 .movieOff {
    width: 94%;
    height: 30vh;
  }
  #cont06 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont06 .footerLogo {
  margin-top: 80px;
}
#cont06 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont07 goods*/
#cont07 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #cont07 {
    padding: 60px 0 0;
  }
}
#cont07 .mv {
  margin: 0 auto 80px;
}
#cont07 .mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont07 .mv {
    margin: 0 auto;
  }
}
#cont07 .ttl img {
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  #cont07 .ttl img {
    margin: 12% auto;
    width: 70%;
    height: auto;
  }
}
#cont07 .imgWrap {
  max-width: 668px;
  margin: 0 auto 50px;
}
#cont07 .imgWrap img {
  margin: 0 auto;
}
#cont07 .imgWrap img:first-child {
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #cont07 .imgWrap img {
    width: 90%;
    height: auto;
  }
  #cont07 .imgWrap img:first-child {
    margin-bottom: 10%;
  }
}
#cont07 .item {
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont07 .item {
    font-size: 14px;
    margin-bottom: 14%;
  }
  #cont07 .item a img {
    width: 40%;
    height: auto;
  }
}
#cont07 .voice {
  width: 750px;
  margin: 0 auto 80px;
  padding: 30px 50px 25px;
  display: inline-block;
  border: solid 2px #000;
  position: relative;
  line-height: 2.5;
}
#cont07 .voice:after {
  content: "";
  border: solid 1px #000;
  position: absolute;
  top: 2px;
  left: 2px;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
}
#cont07 .voice .ttl {
  margin: 0 auto 20px;
}
#cont07 .voice .ttl img {
  margin: 0 auto;
}
#cont07 .voice .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #cont07 .voice {
    width: 94%;
    margin: 0 3% 12%;
    padding: 20px 10px 15px;
    font-size: 11px;
  }
  #cont07 .voice .ttl {
    width: 75%;
  }
  #cont07 .voice .ttl img {
    width: 100%;
    height: auto;
  }
  #cont07 .voice .pc {
    display: none;
  }
  #cont07 .voice .sp {
    display: block;
  }
  #cont07 .voice .sp img {
    width: 100%;
    height: auto;
  }
}
#cont07 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont07 .movieOff {
    width: 94%;
    height: 30vh;
  }
  #cont07 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont07 .footerLogo {
  margin-top: 80px;
}
#cont07 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont08 goods*/
#cont08 {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #fff;
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #cont08 {
    padding: 60px 0 0;
  }
}
#cont08 .mv {
  margin: 0 auto 80px;
}
#cont08 .mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont08 .mv {
    margin: 0 auto;
  }
}
#cont08 .ttl img {
  margin: 70px auto;
}
@media screen and (max-width: 767px) {
  #cont08 .ttl img {
    margin: 12% auto;
    width: 70%;
    height: auto;
  }
}
#cont08 .imgWrap {
  max-width: 668px;
  margin: 0 auto 50px;
}
#cont08 .imgWrap img {
  width: 100%;
  height: auto;
  margin: 0 auto 80px;
}
#cont08 .imgWrap img:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #cont08 .imgWrap img {
    width: 90%;
    height: auto;
    margin-bottom: 10%;
  }
  #cont08 .imgWrap img:last-child {
    margin-bottom: 0;
  }
}
#cont08 .item {
  text-align: center;
  font-size: 16px;
  margin-bottom: 80px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont08 .item {
    font-size: 14px;
    margin-bottom: 14%;
  }
  #cont08 .item a img {
    width: 40%;
    height: auto;
  }
}
#cont08 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont08 .movieOff {
    width: 94%;
    height: 30vh;
  }
  #cont08 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont08 .footerLogo {
  margin-top: 80px;
}
#cont08 .footerLogo img {
  width: 60px;
  height: auto;
}
/*cont09 book*/
#cont09 {
  font-family: 'Amiri', 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", Hiragino Mincho ProN, "MSP明朝", "MS PMincho", "MS 明朝", serif;
  background-color: #fff;
  text-align: center;
  padding: 0 0 50px;
}
@media screen and (max-width: 767px) {
  #cont09 {
    padding: 60px 0 0;
  }
}
#cont09 .mv {
  margin: 0 auto 80px;
}
#cont09 .mv img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  #cont09 .mv {
    margin: 0 auto;
  }
}
#cont09 .logoWrap {
  max-width: 850px;
  margin: 0 auto;
}
#cont09 .logoWrap .ttl {
  margin: 0 auto 50px;
}
#cont09 .logoWrap .ttl2 {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #cont09 .logoWrap {
    width: 85%;
  }
  #cont09 .logoWrap .ttl {
    margin: 8% auto;
  }
  #cont09 .logoWrap .ttl img {
    width: 100%;
    height: auto;
  }
  #cont09 .logoWrap .ttl2 img {
    width: 100%;
    height: auto;
  }
}
#cont09 .txt {
  margin: 80px auto;
  max-width: 600px;
}
#cont09 .txt img {
  width: 100%;
  height: auto;
  margin: 50px auto;
}
#cont09 .txt img.img02 {
  width: 60%;
}
#cont09 .txt h3 {
  font-size: 22px;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  #cont09 .txt h3 {
    font-size: 15px;
  }
}
#cont09 .txt p {
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}
#cont09 .txt p.large {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #cont09 .txt {
    margin: 10% auto;
  }
  #cont09 .txt img {
    max-width: 75%;
    margin: 20px auto;
  }
  #cont09 .txt p {
    font-size: 10px;
  }
  #cont09 .txt p.large {
    font-size: 12px;
  }
}
#cont09 .dateWrap {
  margin-bottom: 60px;
}
#cont09 .dateWrap h3 {
  font-size: 26px;
}
@media screen and (max-width: 767px) {
  #cont09 .dateWrap h3 {
    font-size: 18px;
  }
}
#cont09 .dateWrap p {
  text-align: center;
  font-size: 14px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #cont09 .dateWrap {
    margin-bottom: 10%;
  }
  #cont09 .dateWrap h3 {
    font-size: 20px;
  }
  #cont09 .dateWrap p {
    font-size: 16px;
  }
}
#cont09 .tokutenWrap p {
  font-size: 16px;
  margin-bottom: 1em;
}
#cont09 .tokutenWrap p.note {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #cont09 .tokutenWrap p {
    font-size: 12px;
  }
  #cont09 .tokutenWrap p.note {
    font-size: 10px;
  }
}
#cont09 .check {
  text-align: center;
  font-size: 16px;
  margin: 40px auto;
}
#cont09 .check a img {
  width: 15%;
}
@media screen and (max-width: 767px) {
  #cont09 .check {
    font-size: 14px;
  }
  #cont09 .check a img {
    width: 30%;
  }
}
#cont09 .movieOff {
  width: 750px;
  height: 422px;
  background: #ddd;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #cont09 .movieOff {
    width: 94%;
    height: 30vh;
  }
  #cont09 .movieOff img {
    width: 40%;
    height: auto;
  }
}
#cont09 .footerLogo {
  margin-top: 80px;
}
#cont09 .footerLogo img {
  width: 60px;
  height: auto;
}
