@charset "UTF-8";

/* --------------------------------------------------
* common styles
*/

body {
  font-size: 0.16rem;
}

img,
#top img {
  width: 100%;
  height: auto;
}

.none-transition * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}


/* --------------------------------------------------
* layout, common-parts
*/
.pc {
  display: none;
}

.sp {
  display: block;
}

.wrap {
  width: 87.5%;
}

#top {
  overflow: hidden;
}

.cmn-section .lead {
  font-size: 0.22rem;
  line-height: 1.6;
}

.cmn-scroll {
  margin-top: -1.5rem;
  padding-top: 1.5rem;
}


/* --------------------------------------------------
* header
*/
.site-header .logo {
  float: none;
  width: 55.09%;
  margin: 0.12rem 0;
}

.site-header .logo a {
  display: block;
  font-size: 0;
}

.site-header .link {
  float: none;
  margin: 0 0 0.18rem;
}

.site-header .link li {
  width: 25%;
}

.site-header .link li a {
  padding: 0 0.1rem;
  font-size: 0.16rem;
}

.site-header .link li:first-of-type a {
  padding: 0.1rem 0.1rem 0.105rem;
}

.site-header .link li a.pc {
  display: none;
}

.site-header .link li a.sp {
  display: block;
}

.site-header .link li a span {
  font-size: 0.14rem;
}

.site-header .link li a:before {
  bottom: -0.1rem;
  height: 0.08rem;
}


/* --------------------------------------------------
* fix-link
*/
.fix-link-area {
  display: none;
}

.fix-lower-link {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0.15rem 0 0.2rem;
  background: #FFFFFF;
  z-index: 1000;
}

.fix-lower-link ul {
  font-size: 0;
}

.fix-lower-link li {
  display: inline-block;
  vertical-align: middle;
  width: 33%;
}

.fix-lower-link li a {
  position: relative;
  display: block;
  font-size: 0.18rem;
  font-weight: bold;
  text-align: center;
  color: #FF5C14;
}

.fix-lower-link li:first-of-type a {
  letter-spacing: 0.4em;
}

.fix-lower-link li:nth-of-type(2) a {
  letter-spacing: 0.01em;
}

.fix-lower-link li:last-of-type a {
  letter-spacing: 0.05em;
}

.fix-lower-link li a:before {
  content: '';
  display: block;
}

.fix-lower-link li:first-of-type a:before {
  width: 0.48rem;
  height: 0.36rem;
  margin: 0 auto 0.1rem;
  background: url(../img/icn_request.svg) no-repeat center;
  background-size: 100% auto;
}

.fix-lower-link li:nth-of-type(2) a:before {
  width: 0.41rem;
  height: 0.39rem;
  margin: 0 auto 0.08rem;
  background: url(../img/icn_online.svg) no-repeat center;
  background-size: 100% auto;
}

.fix-lower-link li:last-of-type a:before {
  width: 0.43rem;
  height: 0.43rem;
  margin: 0 auto 0.07rem;
  background: url(../img/icn_contact.svg) no-repeat center;
  background-size: 100% auto;
}


/* --------------------------------------------------
* footer
*/
.site-footer {
  padding-bottom: 1rem;
}

.site-footer .banner-area {
  padding: 0.5rem 0 0.57rem;
}

.site-footer .banner-area .lead {
  margin-bottom: 0.2rem;
  font-size: 0.22rem;
}

.site-footer .banner-area .lead:before {
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.07rem;
}

.site-footer .banner-area li {
  width: 48.7%;
  margin-bottom: 0.16rem;
}

.site-footer .banner-area li:nth-of-type(n+3) {
  margin-bottom: 0;
}

.site-footer .copyright {
  width: 100%;
  padding: 0 0 0.2rem;
  font-size: 0;
  background: #FFCE00;
}

#top .site-footer .copyright img {
  width: 48%;
  margin: 0 auto;
}


/* --------------------------------------------------
* main-visual
*/
.main-visual {
  padding-top: 1.9rem;
  padding-bottom: 0.47rem;
}

.main-visual .copy {
  width: 100%;
  margin: 0 auto 0.16rem;
  font-size: 0;
}

.main-visual .title {
  width: 82.7%;
  margin: 0 auto 0.3rem;
}

.main-visual .intro {
  padding: 0;
  text-align: center;
}

.main-visual .intro .lead {
  width: 82.7%;
  font-size: 0.22rem;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.main-visual .image {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}


/* --------------------------------------------------
* section01
*/
.section01 {
  padding: 0;
}

.section01 header {
  font-size: 0;
}

.section01 .inner {
  padding: 0.38rem 0.45rem;
  border-radius: 0.33rem;
  border: 0.08rem solid #00ACBA;
  box-shadow: 0 0.08rem 0.06rem rgba(0,0,0,0.2);
}

.section01 .sub {
  margin-bottom: 0.3rem;
  font-size: 0.33rem;
}

.section01 .sub:before,
.section01 .sub:after {
  top: -0.1rem;
  width: 0.41rem;
  height: 0.59rem;
  background: url(../img/icn_sec01_bg.svg) no-repeat center;
  background-size: 100% auto;
}

.section01 .sub:before {
  left: -0.55rem;
}

.section01 .sub:after {
  right: -0.55rem;
}

.section01 .title {
  width: 100%;
  margin-bottom: 0.2rem;
}

.section01 .title .upper {
  padding-bottom: 0.2rem;
  margin-bottom: 0.15rem;
  font-size: 0.9rem;
  letter-spacing: 0.07em;
  background: url(../img/border.png) repeat-x left bottom;
  background-size: 5% auto;
}

.section01 .title .lower {
  font-size: 0.4rem;
}

.section01 .lead {
  font-size: 0.22rem;
}

.section01 .lead span {
  font-size: 0.28rem;
}


/* --------------------------------------------------
* section02
*/
.section02 {
  padding: 0.84rem 0;
  background: url(../img/sec02_bg.jpg) repeat top;
}

.section02 header {
  margin-bottom: 0.24rem;
}

.section02 header .icon {
  width: 17.6%;
  margin: 0 auto 0.2rem;
  font-size: 0;
}

.section02 header .icon:after {
  top: -0.5rem;
  right: -2.2rem;
  width: 1.99rem;
  height: 1.18rem;
  background: url(../img/sec02_copy.png) no-repeat top center;
  background-size: 100% auto;
}

.section02 header .title {
  width: 73.6%;
  font-size: 0.42rem;
}

.section02 header .title:after {
  margin-top: 0.15rem;
  height: 0.08rem;
}

.section02 .lead {
  margin-bottom: 0.25rem;
}

.section02 .detail {
  padding: 0.2rem 0;
  margin-bottom: 0.5rem;
}

.section02 .detail dt {
  width: 18.1%;
  margin-right: 3.4%;
  font-size: 0.22rem;
}

.section02 .detail dd {
  width: 78.5%;
  font-size: 0.18rem;
  letter-spacing: 0;
}

.section02 .school-id li {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 0.5rem;
}

.section02 .school-id li:nth-of-type(3) {
  margin-bottom: 0.5rem;
}

.section02 .school-id .text {
  margin-bottom: 0.1rem;
  font-size: 0.28rem;
}

.section02 .school-id li:nth-of-type(2) .text,
.section02 .school-id li:nth-of-type(3) .text {
  margin-bottom: 0.1rem;
}

.section02 .school-id .button {
  width: 72%;
  margin: 0 auto;
}

.section02 .school-id .button a {
  padding: 0.1rem;
  font-size: 0.2rem;
  border-radius: 0.15rem;
}

.section02 .school-id .button a:before {
  width: 0.53rem;
  height: 0.53rem;
  margin-right: 0.13rem;
}


/* --------------------------------------------------
* section03
*/
.section03 {
  padding: 0.64rem 0;
}

.section03 .inner {
  padding: 0.48rem 0.45rem 0.65rem;
  margin-bottom: 0.4rem;
  border-radius: 0.33rem;
  box-shadow: 0 0.08rem 0.06rem rgba(0,0,0,0.2);
}

.section03 .inner .title {
  margin: 0 auto 0.3rem;
  font-size: 0.42rem;
}

.section03 .inner .title:after {
  margin-top: 0.05rem;
  height: 0.08rem;
}

.section03 .inner .lead {
  margin-bottom: 0.35rem;
}

.section03 .inner .lead .red {
  font-size: 0.34rem;
}

.section03 .inner .link {
  margin-bottom: 0.35rem;
}

.section03 .inner .link ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.section03 .inner .link li {
  width: 32%;
  margin-bottom: 0.14rem;
}

.section03 .inner .link li:last-of-type {
  margin-bottom: 0;
}

.section03 .inner .link li a {
  display: block;
  padding: 0.15rem 0.1rem 0.18rem;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.01em;
  color: #FFFFFF;
  background: linear-gradient(180deg, #FFC400, #FF5C14);
  border-radius: 0.05rem;
  box-shadow: 0.02rem 0.04rem 0 #93EAFF;
}

.section03 .inner .link li:nth-of-type(6) a,
.section03 .inner .link li:last-of-type a {
  padding: 0.06rem 0.1rem 0.09rem;
  line-height: 1.4;
}

.section03 .inner .link li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 0;
  border: 0.07rem solid transparent;
  border-left: 0.11rem solid #FFFFFF;
}

.section03 .inner-ao .title {
  width: 71.1%;
  line-height: 1.4;
}

.section03 .inner-ao .movie,
.section03 .inner-ao .movie a {
  width: 100%;
}

.section03 .inner-subject .title {
  width: 57.7%;
}

.section03 .movies {
  display: block;
}

.section03 .movies li {
  width: 100%;
  margin-bottom: 0.4rem;
  font-size: 0;
}

.section03 .movies li:last-of-type {
  margin-bottom: 0;
}

.section03 .movies .category {
  margin-bottom: 0.1rem;
  font-size: 0.27rem;
}

.section03 .movies #themepark .category,
.section03 .movies #entertainer .category {
  font-size: 0.27rem;
}

.section03 .movies .category:before {
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.1rem;
}

.section03 .movies .movie {
  margin-bottom: 0.1rem;
}

.section03 .movie a,
.section03 .movies .movie a {
  width: 100%;
  overflow: hidden;
}

.section03 .inner-ao .movie a:before,
.section03 .movie a:before {
  width: 0.7rem;
  height: 0.7rem;
}

.section03 .movies .name {
  font-size: 0.2rem;
}

.section03 .lower-area .lead-area {
  margin-top: 0.8rem;
}

.section03 .lower-area .movie a:before {
  width: 0.7rem;
  height: 0.7rem;
}
