@charset "UTF-8";
.container {
  min-width: auto;
  min-height: auto;
}

.content {
  font-family: "Noto Sans JP", sans-serif;
}
.content a {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 15px;
  display: block;
  background-color: #d00;
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
}
@media (max-width: 480px) {
  .content a {
    font-size: 14px;
  }
}
.content a:hover {
  background: white;
  color: #d00 !important;
}
.content .content__head {
  background: url("../images/playhouse_mv.png") center bottom no-repeat;
  height: 400px;
  line-height: 1;
  margin-bottom: 0;
  background-size: cover;
}
@media (max-width: 480px) {
  .content .content__head {
    height: 220px;
  }
}
.content .content__head .content__lede-inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
}
.content .content__head .content__lede-inner .content-title {
  height: 400px;
  margin-bottom: 40px;
  background-image: none;
  display: block;
}
@media (max-width: 480px) {
  .content .content__head .content__lede-inner .content-title {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.content .content__head .content__lede-inner .content-title .content-title__main {
  display: block;
  width: 100%;
  padding: 150px 0 0;
  font-weight: 900;
  display: block;
  color: #d00;
  font-size: 64px;
  font-style: italic;
}
@media (max-width: 480px) {
  .content .content__head .content__lede-inner .content-title .content-title__main {
    font-size: 36px;
    padding: 0;
  }
}
.content .content__head .content__lede-inner .content-title p {
  display: block;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-top: 0.5em;
}
@media (max-width: 480px) {
  .content .content__head .content__lede-inner .content-title p {
    font-size: 13px;
  }
}
.content .playhouse {
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 480px) {
  .content .playhouse {
    font-size: 12px;
  }
}
.content .playhouse #t01 {
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  line-height: 1.9;
  padding-top: 80px;
}
@media (max-width: 480px) {
  .content .playhouse #t01 {
    text-align: left;
    padding: 30px 20px;
    font-size: 12px;
    line-height: 1.6;
    margin-bottom: 0;
  }
}
.content .playhouse #box01 {
  margin-bottom: 100px;
}
@media (max-width: 480px) {
  .content .playhouse #box01 {
    margin-bottom: 60px;
    padding: 0 20px;
  }
}
.content .playhouse #box01 p {
  text-align: left;
}
@media (max-width: 480px) {
  .content .playhouse #box01 p {
    font-size: 12px;
  }
}
.content .playhouse #box01 .playhouse-step {
  position: relative;
  width: 60%;
  max-width: 980px;
  min-height: 195px;
  margin: 0 auto;
  background-color: #d9d9d9;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step {
    flex-wrap: wrap;
    width: 100%;
  }
}
.content .playhouse #box01 .playhouse-step .playhouse-step-flex1 {
  width: 30%;
  position: relative;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step .playhouse-step-flex1 {
    width: 100%;
  }
}
.content .playhouse #box01 .playhouse-step .playhouse-step-flex1 .step {
  text-align: left;
  padding: 10px 0 0 20px;
  color: white;
  width: 130px;
  height: 130px;
  background: linear-gradient(to bottom right, #d00 50%, transparent 50%);
  line-height: 24px;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step .playhouse-step-flex1 .step {
    padding: 15px 0 0 15px;
    height: 90px;
    width: 90px;
    line-height: 1;
    font-size: 10px;
  }
}
.content .playhouse #box01 .playhouse-step .playhouse-step-flex1 .step span {
  font-weight: bold;
  display: block;
  font-size: 24px;
  padding-left: 8px;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step .playhouse-step-flex1 .step span {
    padding-left: 5px;
    font-size: 20px;
    line-height: 1.3;
  }
}
.content .playhouse #box01 .playhouse-step .playhouse-step-flex1 img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  left: 15%;
  width: 100px;
  height: 100px;
  margin: auto;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step .playhouse-step-flex1 img {
    width: 45px;
    height: 45px;
    margin: 22px auto;
    right: 0;
    left: 0;
  }
}
.content .playhouse #box01 .playhouse-step .playhouse-step-flex2 {
  padding: 20px;
  width: 70%;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step .playhouse-step-flex2 {
    width: 100%;
    padding: 0 20px 20px;
  }
}
.content .playhouse #box01 .playhouse-step .playhouse-step-flex2 h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step .playhouse-step-flex2 h3 {
    font-size: 20px;
  }
}
.content .playhouse #box01 .playhouse-step .playhouse-step-flex2 a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .content .playhouse #box01 .playhouse-step .playhouse-step-flex2 a {
    width: 300px;
    margin: 10px auto;
  }
}
.content .playhouse #box01 .after-step {
  display: block;
  width: 18px;
  height: 18px;
  margin: 20px auto;
  border-bottom: 5px solid #d00;
  border-right: 5px solid #d00;
  transform: rotate(45deg);
}
.content .playhouse #box02 {
  margin: 0 auto;
  background-color: #f2f2f2;
  padding: 100px 0;
  width: 100%;
}
@media (max-width: 480px) {
  .content .playhouse #box02 {
    padding: 0 0 50px;
    background-color: white;
  }
}
.content .playhouse #box02 h2 {
  text-align: center;
  color: #d00;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .content .playhouse #box02 h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.content .playhouse #box02 .box2-grid {
  width: 60%;
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  -moz-column-gap: 40px;
       column-gap: 40px;
  row-gap: 40px;
}
@media (max-width: 480px) {
  .content .playhouse #box02 .box2-grid {
    width: calc(100% - 40px);
    display: block;
  }
}
.content .playhouse #box02 .box2-grid .box2-q-a {
  background-color: #d9d9d9;
  margin: 0 auto;
  padding: 40px 20px;
  width: 100%;
}
@media (max-width: 480px) {
  .content .playhouse #box02 .box2-grid .box2-q-a {
    width: 100%;
    padding: 20px;
    margin-bottom: 20px;
  }
}
.content .playhouse #box02 .box2-grid .box2-q-a div {
  display: flex;
}
.content .playhouse #box02 .box2-grid .box2-q-a div .box2-q {
  display: block;
  text-align: center;
  background-color: #d00;
  color: white;
  font-weight: bold;
  margin: 0 20px 20px 0;
  line-height: 24px;
  padding: 10px 14px 17px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .content .playhouse #box02 .box2-grid .box2-q-a div .box2-q {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    font-size: 20px;
    padding: 4px 10px 10px;
  }
}
.content .playhouse #box02 .box2-grid .box2-q-a div .box2-q-p {
  color: #d00;
  font-weight: bold;
}
@media (max-width: 480px) {
  .content .playhouse #box02 .box2-grid .box2-q-a div .box2-q-p {
    display: flex;
    align-items: center;
    color: #d00;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
}
.content .playhouse #box02 .box2-grid .box2-q-a div .box2-a {
  display: block;
  text-align: center;
  background-color: #d9d9d9;
  color: #d00;
  border: #d00 solid 2px;
  font-weight: bold;
  margin-right: 20px;
  line-height: 24px;
  height: -moz-fit-content;
  height: fit-content;
  padding: 10px 14px 17px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .content .playhouse #box02 .box2-grid .box2-q-a div .box2-a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
    font-size: 20px;
    padding: 5px 10px 8px;
  }
}
.content .playhouse #box02 .box2-grid .box2-q-a div p {
  padding: 0;
}
.content .playhouse #box02 .box2-grid .box2-q-a a {
  background: none;
  border: none;
  box-shadow: none;
  color: #002fff !important;
  padding: 0;
  text-align: left;
  margin-left: 70px;
  width: -moz-fit-content;
  width: fit-content;
  padding-bottom: 1px;
  border-bottom: 1px solid;
}
@media (max-width: 480px) {
  .content .playhouse #box02 .box2-grid .box2-q-a a {
    margin-left: 57px;
  }
}
.content .playhouse #box02 .box2-grid .box2-q-a ul {
  margin-left: 90px;
}
.content .playhouse #box02 .box2-grid .box2-q-a ul li {
  list-style: decimal;
}

.page-bottom {
  height: 300px;
  background: url("../images/playhouse_mv.png") center bottom no-repeat;
  background-size: cover;
}
@media (max-width: 480px) {
  .page-bottom {
    height: auto;
  }
}
.page-bottom .inner {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: static;
}
.page-bottom .menu {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding: 125px 0;
}
@media (max-width: 480px) {
  .page-bottom .menu {
    display: block;
    padding: 50px 0;
  }
}
.page-bottom .menu a {
  box-sizing: border-box;
  font-weight: bold;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  display: block;
  background-image: linear-gradient(54deg, #e60000 0%, #e73535 0%, #da1515 100%);
  text-decoration: none !important;
  color: #fff !important;
  border-radius: 4px;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.18);
  border: 3px solid #d00;
  background-color: #d00;
}
@media (max-width: 480px) {
  .page-bottom .menu a {
    margin: 10px auto;
    max-width: 300px;
  }
}
.page-bottom .menu a:hover {
  background: white;
  color: #d00 !important;
}
.page-bottom .menu a::after {
  content: "→";
  margin-left: 10px;
  font-weight: bold;
}/*# sourceMappingURL=playhouse.css.map */