/*********************************
**     汎用設定　　　　　　　　　  **
*************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700;800;900&display=swap");
* {
	box-sizing: border-box;
}
html{
  font-size: 10px;
}
body {
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  max-width: unset;
  -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
}
p{
  margin: 0;
}

main{
  width: 900px;
  margin: 0 auto;
}
img{
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: auto;
}

h2{
  font-weight: bold;
  font-size: 185%;
  line-height: 55px;
  margin-top: 10%;
  margin-bottom: 5%;
  color: #f98b00;
}
main a{
  color: inherit;
}

section{
  text-align: left;
}
section.section_yoyaku,
section.section_about,
section.section_footer{
  text-align: center;
  width: 100%;
}


.container{
  background: #fff;
  font-size: 20px;
}
.header{
  width: 100%;
}
.text-area{
  color: #000;
  padding: 0 0 5%;
  margin: 0 auto;
  line-height: 1.9;
  width: 90%;
}
.bold{
  font-weight: bold;
}
.title-img{
  margin: 10% 0;
}
.palaline{
  width: 100%;
  border-bottom: solid 1px #000;
  padding-top: 30px;
}
.package{
  width: 55%;
  margin: 0 auto 8%;
}
.discription{
  color: #848484;
  line-height: 2;
  font-size: 90%;
  margin: 2% 0;
}
.name{
  margin: 4% 0 1%;
  font-weight: bold;
}
.graph{
  margin: 8% 0;
}
.link{
  font-size: 105%;
  font-weight: bold;
  color: #6ca000;
}
.play-image{
  margin: 2% 8%;
}
.instructor{
  margin: 2% 0 7%;
}
.cast{
  color: #848484;
  font-size: 80%;
  margin: 2% 2% 13%;
}
.fit2{
  margin: 0 auto 5%;
  width: 80%;
}

@media only screen and (max-width: 1399px) {
	.palaline{
		padding-top: 0.30rem;
	}
}
@media only screen and (max-width: 1000px) {
  main{
    width: 90%;
  }
}
@media only screen and (max-width: 750px) {
  .container{
    font-size: 14px;
  }
	.palaline{
		padding-top: 0.1rem;
	}
  .text-area{
    line-height: 1.7;
  }
}

 
/* ====================================================
Footer
==================================================== */
#footer {
  background: #1F2B30;
  padding: 10px 0 24px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer {
    padding: 2vw 0;
  }
}
@media screen and (max-width: 750px) {
  #footer {
    padding: 27px 0;
  }
}
.inner {
  display: block;
  max-width: 1074px;
  padding: 0 25px;
}
@media screen and (max-width: 1600px) and (min-width: 751px){
  .inner {
      padding: 0 1.5625vw;
  }
}
#footer .inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1390px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .inner {
    max-width: 86.875vw;
  }
}
#footer .footer-imagineer {
  width: 65px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-imagineer {
    width: 4.063vw;
  }
}
#footer .footer-hexadrive {
  width: 123px;
  margin: 0 53px 0 17px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-hexadrive {
    width: 7.688vw;
    margin: 0 3.325vw 0 1vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-hexadrive {
    width: 127px;
    margin: 0 -26px 0 20px;
  }
}
#footer .footer-txt {
  width: calc(100% - 258px);
  color: white;
  font-weight: 500;
  font-size: 1.417rem;
  line-height: 1.6;
  padding-top: 2px;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-txt {
    width: 67.66vw;
    font-size: 0.88vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-txt {
    text-align: center;
    width: 100%;
    font-size: 0.7085rem;
    margin-top: 20px;
    line-height: 1.69;
    letter-spacing: 0.04em;
  }
}
#footer .footer-txt span {
  position: relative;
  display: inline-block;
  margin: 0 12px 0 6px;
  top: -2px;
}
@media screen and (max-width: 750px) {
  #footer .footer-txt span {
    margin: 0 0 0 5px;
    top: -1px;
  }
}
#footer .footer-txt span img {
  width: 62px;
}
@media screen and (max-width: 1600px) and (min-width: 751px) {
  #footer .footer-txt span img {
    width: 3.875vw;
  }
}
@media screen and (max-width: 750px) {
  #footer .footer-txt span img {
    width: 32px;
  }
}

.yoyaku_btn{
  display: inline-block;
  max-width: 320px;
  width: 22%;
  margin: auto 2%;
  transform: translateY(50%);
}
.yoyaku_btn .package_bt {
	position: relative;
	margin-bottom: 10%;
}
.yoyaku_btn .package_off {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}
.yoyaku_btn .package_bt .package_on {
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
	opacity: 0;
}
.yoyaku_btn .package_bt:hover .package_on {
	opacity: 1;
	transform: translate(1%, 7%) scale(1);
}
.yoyaku_btn .package_bt:hover .package_off {
	opacity: 0;
}

.yoyaku_btn .download {
	position: relative;
	margin-bottom: 10%;
}
.yoyaku_btn .download_off {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
}
.yoyaku_btn .download .download_on {
	-webkit-transition: 0.1s ease;
	-o-transition: 0.1s ease;
	transition: 0.1s ease;
	opacity: 0;
}
.yoyaku_btn .download:hover .download_on {
	opacity: 1;
	transform: translate(1%, 7%) scale(1);
}
.yoyaku_btn .download:hover .download_off {
	opacity: 0;
}

@media only screen and (max-width: 750px){
  .yoyaku_btn{
    max-width: 100%;
    width: 40%;
    margin: 4% 30% 1%;
    transform: unset;
  }

  .yoyaku_btn .package_bt:hover .package_on {
  	opacity: 0;
  	transform: transform: unset;
  }
  .yoyaku_btn .package_bt:hover .package_off {
  	opacity: 1;
  }
  .yoyaku_btn .download:hover .download_on {
  	opacity: 0;
  	transform: transform: unset;
  }
  .yoyaku_btn .download:hover .download_off {
  	opacity: 1;
  }
}