@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------

　   下層ページ

--------------------------------------------------------------------------------------------- */
.wrapper {
  width: 89.7585%;
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------------------------

　   exclusive

--------------------------------------------------------------------------------------------- */
.exclusive {
  padding-top: 92px;
  background: url(../img/exclusive-back.jpg) repeat center center;
  background-size: 100%;
}

.exclusive__inner {
  padding: 83px 0 190px;
}

.exclusive__title {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .2em;
  padding-bottom: 22px;
}

.exclusive__title::after {
  padding-top: 4px;
  content: "registrants only";
  display: block;
  letter-spacing: 0em;
  font-size: 1.6rem;
}

.exclusive__text {
  max-width: 324px;
  margin: 0 auto 83px;
  font-size: 1.2rem;
}

.exclusive__list {
  width: 100%;
  max-width: 806px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.exclusive__item {
  width: calc((100% / 3 ) - 62px);
}

.exclusive__item a {
  display: block;
  width: 100%;
}

.exclusive__item a:hover {
  opacity: .4;
}

.exclusive__item img {
  display: block;
  margin: 0 auto;
  width: calc(100% - 31px);
}

.exclusive__item-text {
  margin-top: 66px;
  font-size: 1.2rem;
  line-height: 1.75;
  height: 66px;
}

/* ---------------------------------------------------------------------------------------------

　   photo

--------------------------------------------------------------------------------------------- */
.photo {
  padding-top: 92px;
  background: url(../img/exclusive-back.jpg) repeat center center;
  background-size: 100%;
}

.photo__inner {
  padding-top: 78px;
  padding-bottom: 41px;
}

.photo__title {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .2em;
  padding-bottom: 22px;
}

.photo__title::after {
  padding-top: 4px;
  content: "Photo of Class";
  display: block;
  letter-spacing: 0em;
  font-size: 1.6rem;
}



.photo__text {
  margin: 0 auto 25px;
  font-size: 1.2rem;
  text-align: center;
}

.class {
  width: 100%;
  max-width: calc(372px / 2);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D3A142;
  position: relative;
  background-color: #fff;
  -webkit-transition: all .3;
  transition: all .3;
}

.class__title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
  max-height: 396px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.class__title::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.class__title ul li {
  height: 66px;
  padding: .3em;
  border-bottom: 1px solid #D3A142;
  cursor: pointer;
}

.class__title ul li span {
  display: block;
  font-size: 1.2rem;
}

.class__title ul li:hover {
  opacity: .4;
}

.class__list {
  display: none;
  width: 50%;
  height: 396px;
  overflow: scroll;
  position: relative;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}

.class__list::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.class__list01,
.class__list02,
.class__list03,
.class__list04,
.class__list05,
.class__list06 {
  display: none;
  opacity: 0;
  width: 0;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.class__list ul {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}

.class__list ul li {
  height: 66px;
  position: relative;
  text-align: center;
  border-bottom: 1px solid #D3A142;
  border-left: 1px solid #D3A142;
  padding: 1.2em;
  cursor: pointer;
}

.class__list ul li span {
  position: absolute;
  top: 80%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  font-size: 1.2rem;
}

.class__list ul li a {
  display: block;
  width: 100%;
  height: 100%;
}

.class__list ul li a:hover {
  opacity: .4;
}

/*open*/
.class.open01 {
  max-width: 372px;
  background-color: rgba(83, 71, 65, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.class.open01 .class__title-item01 {
  background-color: #fff;
}

.class.open01 .class__list {
  display: block;
}

.class.open01 .class__list01 {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.class.open01 .class__title {
  width: 50%;
}

.class.open02 {
  max-width: 372px;
  background-color: rgba(83, 71, 65, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.class.open02 .class__title-item02 {
  background-color: #fff;
}

.class.open02 .class__list {
  display: block;
}

.class.open02 .class__list02 {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.class.open02 .class__title {
  width: 50%;
}

.class.open03 {
  max-width: 372px;
  background-color: rgba(83, 71, 65, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.class.open03 .class__title-item03 {
  background-color: #fff;
}

.class.open03 .class__list {
  display: block;
}

.class.open03 .class__list03 {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.class.open03 .class__title {
  width: 50%;
}

.class.open04 {
  max-width: 372px;
  background-color: rgba(83, 71, 65, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.class.open04 .class__title-item04 {
  background-color: #fff;
}

.class.open04 .class__list {
  display: block;
}

.class.open04 .class__list04 {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.class.open04 .class__title {
  width: 50%;
}

.class.open05 {
  max-width: 372px;
  background-color: rgba(83, 71, 65, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.class.open05 .class__title-item05 {
  background-color: #fff;
}

.class.open05 .class__list {
  display: block;
}

.class.open05 .class__list05 {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.class.open05 .class__title {
  width: 50%;
}

.class.open06 {
  max-width: 372px;
  background-color: rgba(83, 71, 65, 0.4);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.class.open06 .class__title-item06 {
  background-color: #fff;
}

.class.open06 .class__list {
  display: block;
}

.class.open06 .class__list05 {
  display: block;
  opacity: 1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.class.open06 .class__title {
  width: 50%;
}

/*class color*/
.back-green {
  background-color: rgba(122, 201, 67, 0.66);
}

.back-pink {
  background-color: rgba(255, 123, 172, 0.66);
}

.back-purple {
  background-color: rgba(102, 80, 141, 0.66);
}

.back-cherry {
  background-color: rgba(230, 120, 100, 0.66);
}

.back-orange {
  background-color: rgba(247, 147, 30, 0.66);
}

.back-blue {
  background-color: rgba(110, 165, 200, 0.66);
}

/* ---------------------------------------------------------------------------------------------

　   today

--------------------------------------------------------------------------------------------- */
.photo__title1 {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .2em;
  padding-bottom: 22px;
}

.photo__title1::after {
  padding-top: 4px;
  content: "Today's Photo";
  display: block;
  letter-spacing: 0em;
  font-size: 1.6rem;
}

.today {
  width: 100%;
  max-width: calc(372px / 2);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #D3A142;
  position: relative;
  background-color: #fff;
  -webkit-transition: all .3;
  transition: all .3;
}

.today__title {
  width: 100%;
  text-align: center;
  font-size: 2rem;
  line-height: 1.75;
  max-height: 396px;
  overflow: scroll;
  -ms-overflow-style: none;
  /* IE, Edge 対応 */
  scrollbar-width: none;
  /* Firefox 対応 */
}
.today__title::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  display: none;
}

.today__title ul li {
  height: 66px;
  padding: .3em;
  border-bottom: 1px solid #D3A142;
  cursor: pointer;
}

.today__title ul li span {
  display: block;
  font-size: 1.2rem;
}
.today__title ul li:hover {
  opacity: .4;
}
/* ---------------------------------------------------------------------------------------------

　   768px

--------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  .exclusive__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .exclusive__item {
    width: 50%;
  }
  .exclusive__item-text {
    margin-bottom: 66px;
  }
  .class__title ul li:hover {
    opacity: 1;
  }
}

/* ---------------------------------------------------------------------------------------------

　   500px

--------------------------------------------------------------------------------------------- */
@media screen and (max-width: 500px) {
  .exclusive {
    padding-top: 40px;
  }
  .exclusive__inner {
    padding-bottom: 80px;
  }
  .exclusive__item {
    width: 68%;
  }
}

header {
  display: none;
}

.photo {
  height: 100vh;
}
/*# sourceMappingURL=substyle.css.map */