@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
/*==================================================================================
 top
==================================================================================*/
#top {
  background-color: #333333;
  /* modal */
  /* modal */
}

#top .main-visual {
  position: relative;
  overflow: hidden;
}

#top .main-visual .bg {
  opacity: 0;
  padding-top: 84px;
}

#top .main-visual .image {
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  opacity: 0;
}

#top .main-visual .image.on {
  opacity: 1;
}

#top .main-visual .movie {
  position: absolute;
  top: 84px;
  left: 0;
  width: 100%;
  z-index: 192;
}

#top .main-visual .movie .skip-btn {
  position: absolute;
  top: 80px;
  right: 20px;
  width: 120px;
  padding: 18px 25px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  cursor: pointer;
  z-index: 4;
}

#top .image {
  position: relative;
}

#top .apeal {
  text-align: center;
  box-shadow: 0px 0px 12px #000;
  margin-bottom: 158px;
}

#top .apeal .upper {
  padding: 24px 0 25px;
  background-color: #202A2E;
  color: #A2956F;
}

#top .apeal .upper img {
  max-width: 980px;
}

#top .apeal .upper .text {
  font-size: 21px;
}

#top .apeal .upper .num {
  font-size: 180%;
}

#top .apeal .under {
  padding: 19px 0 16px;
  font-size: 20px;
  color: #fff;
  background-color: #434445;
}

#top .information {
  text-align: center;
  margin-bottom: 40px;
  background-color: #E0DACE;
  box-sizing: border-box;
  padding: 54px 80px;
  color: #4D4D4D;
}

#top .information .section-title {
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 90px;
  color: #000000;
}

#top .information .details {
  padding-bottom: 30px;
  padding-left: 60px;
  text-align: left;
}

#top .information .details .date {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  padding-bottom: 18px;
}

#top .information .details .text {
  font-size: 22px;
  line-height: 1.7;
  color: #675A00;
}

#top .information .txt00 {
  text-align: left;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 auto 10px;
}

#top .information .txt00 .big {
  font-size: 22px;
}

#top .information .txt00 .spec {
  padding-top: 20px;
  padding-bottom: 20px;
}

#top .information .txt00 .mini {
  font-size: 13px;
}

#top .information .txt03 {
  text-align: left;
  font-size: 13px;
  line-height: 1.6;
}

#top .information .txt04 {
  text-align: left;
  font-size: 14px;
  line-height: 2;
  max-width: 630px;
  border: 1px solid;
  padding: 20px 14px;
  margin-top: 50px;
  margin-left: 40px;
}

#top .information .txt04 span {
  font-weight: bold;
}

#top .information .box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#top .information .box .text {
  box-sizing: border-box;
  padding-left: 30px;
  width: calc(100% - 200px);
  text-align: left;
}

#top .information .box .button a {
  display: block;
  width: 160px;
  height: 160px;
  color: #fff;
  box-sizing: border-box;
  background-color: #865C55;
  position: relative;
  padding: 30px 10px 35px;
}

#top .information .box .button a .txt01 {
  font-size: 16px;
  position: relative;
  padding-bottom: 18px;
  margin-bottom: 13px;
}

#top .information .box .button a .txt01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  background-color: #fff;
  height: 1px;
  transform: translateX(-50%);
  width: 30px;
  transition: width .5s;
}

#top .information .box .button a .txt02 {
  font-size: 14px;
  line-height: 1.9;
}

#top .information .box .button a:hover .txt01::after {
  width: 85px;
}

#top .information .box .button a.reserve {
  background-color: #A2956F;
  margin-top: 20px;
}

#top .information .box .text01 {
  font-size: 18px;
  line-height: 1.8;
  padding: 0 10px;
}

#top .information .box .text01.line {
  border-bottom: 1px solid #675A00;
  padding-bottom: 30px;
}

#top .information .box .text01 .big {
  font-size: 24px;
}

#top .information .box .text01 .big.left {
  padding-left: 8px;
}

#top .information .box .text01 .mini {
  font-size: 13px;
}

#top .information .box .text01 .gold {
  color: #675A00;
}

#top .information .box .text02 {
  font-size: 14px;
  line-height: 2.2;
  padding: 0 10px 0px;
}

#top .information .box .date {
  font-size: 16px;
  line-height: 1.7;
  color: #000;
  padding-bottom: 18px;
  padding-left: 30px;
}

#top .iframe {
  max-width: 100%;
  width: 100%;
  margin: 30px auto 0;
}

#top .iframe iframe {
  height: 76vh;
}

#top .iframe-container {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
}

#top .modal_box {
  position: fixed;
  z-index: 777777;
  display: none;
  width: 80%;
  top: 0 !important;
  max-width: 400px;
  margin: 0;
  padding: 60px 1.5vw 70px;
  text-align: center;
  box-sizing: border-box;
}

#top .modal_close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 62px;
  font-size: 46px;
  color: #fff;
  line-height: 62px;
  text-align: center;
}

#top .modal_close i {
  line-height: 62px;
  vertical-align: bottom;
}

#top .modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 666666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
  #top .modal_box {
    padding: 30px 1.5vw 20px;
  }
  #top .modal_close {
    width: 40px;
    line-height: 40px;
    font-size: 30px;
  }
  #top .modal_close i {
    line-height: 44px;
  }
}

#top .modal_bnr {
  max-width: 650px;
  width: 100%;
  /*margin-bottom: 50px;*/
  margin-left: auto;
  margin-right: auto;
}

#top .modal_bnr .none {
  pointer-events: none;
}

#top .movie-box {
  text-align: center;
  color: #fff;
  margin: 100px auto;
}

#top .movie-box .title {
  font-size: 18px;
  margin-bottom: 20px;
  align-items: center;
  display: flex;
  justify-content: center;
}

#top .movie-box .title::before,
#top .movie-box .title::after {
  background-color: #fff;
  content: "";
  height: 1px;
  width: 60px;
}

#top .movie-box .title::before {
  margin-right: 15px;
}

#top .movie-box .title::after {
  margin-left: 15px;
}

#top .movie-box .txt {
  font-size: 20px;
  line-height: 1.8;
}

#top .movie-box .txt02 {
  font-size: 11px;
  line-height: 1.4;
  text-align: right;
}

#top .guide {
  text-align: center;
  margin: 50px auto 10px;
  max-width: 1000px;
  width: 94%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

#top .guide .movies {
  width: 24%;
}

#top .guide .movies .tit {
  text-align: left;
  margin-bottom: 24px;
}

#top .guide .movies .tit img {
  width: auto;
  margin: 0;
}

#top .guide .movies .tit03 {
  margin-bottom: 12px;
}

#top .guide .guide-movie {
  margin: 0 auto;
}

#top .guide .guide-movie video {
  width: 100%;
  height: 100%;
}

#top .guide .guide-movie video:focus {
  outline: none;
}

#top .concept {
  padding: 100px 0;
  background-color: #F7F5F2;
}

#top .concept .section-title {
  text-align: center;
  font-weight: normal;
  font-size: 18px;
  padding-bottom: 90px;
  color: #A2956F;
}

#top .concept .lead {
  font-size: 74px;
  color: #000000;
  line-height: 1.4;
  padding-bottom: 64px;
  text-align: center;
  letter-spacing: .1em;
}

#top .concept .points {
  margin: 0 auto;
  padding-bottom: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 80%;
  font-size: 20px;
  line-height: 1.8;
}

#top .concept .points li {
  position: relative;
  margin-right: 70px;
  text-align: center;
  line-height: 1.7;
}

#top .concept .points li::after, #top .concept .points li::before {
  content: "";
  display: block;
  position: absolute;
  margin-left: 35px;
  left: 100%;
  top: 50%;
  width: 1px;
  height: 68px;
  background-color: #000000;
  transform: translateY(-50%) rotate(45deg);
}

#top .concept .points li::after {
  transform: translateY(-50%) rotate(-45deg);
}

#top .concept .points li:last-child {
  margin-right: 0;
}

#top .concept .points li:last-child::after, #top .concept .points li:last-child::before {
  display: none;
}

#top .concept .in-section {
  text-align: center;
}

#top .concept .in-section .title {
  font-size: 45px;
  line-height: 1.5;
  padding-bottom: 40px;
}

#top .concept .in-section .text {
  padding-bottom: 80px;
  font-size: 14px;
  line-height: 2.9;
}

#top .concept .in-section .image {
  max-width: 900px;
  margin: auto;
}

#top .concept .in-section .caption {
  background: transparent;
  color: #000;
}

#top .concept .in-section .text02 {
  padding-top: 75px;
  margin: 0 auto;
  width: 51.5%;
}

#top .contents {
  padding: 100px 0 100px;
  background-color: #A9A49E;
}

#top .contents .section-title {
  padding-bottom: 100px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
}

#top .sections {
  margin-bottom: 100px;
  position: relative;
}

#top .sections .image {
  margin-left: 30%;
  transform: translateX(50px);
  opacity: 0;
  transition: transform 1.1s,opacity .8s;
}

#top .sections .header {
  position: absolute;
  top: 50%;
  left: 0;
  width: 50%;
  background-color: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  padding: 57px 40px 20px;
  transform: translateY(-50%) translateX(-50px);
  opacity: 0;
  transition: transform 1.1s .2s,opacity .8s .2s;
  z-index: 1;
}

#top .sections .title {
  font-size: 35px;
  word-break: break-all;
  line-height: 1.5;
  letter-spacing: .12em;
  padding-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s .6s,opacity 1s .6s;
}

#top .sections .title span {
  font-size: 30px;
}

#top .sections .lead {
  color: #A3875C;
  font-size: 16px;
  line-height: 1.9;
  padding-bottom: 20px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s .7s,opacity 1s .7s;
}

#top .sections .links {
  text-align: right;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1s .8s,opacity 1s .8s;
}

#top .sections .links a {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 15px 110px 15px 30px;
  background-color: #4A5158;
  color: #fff;
  font-family: "Cinzel", serif;
}

#top .sections .links a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -100px;
  width: 70px;
  height: 1px;
  background-color: #fff;
}

#top .sections .links a:hover::after {
  animation: hv01 2s infinite;
}

#top .sections .links a.none {
  pointer-events: none;
}

#top .sections .keio-logo {
  position: absolute;
  top: 70px;
  right: 30px;
  width: 80px;
  opacity: 0;
  transform: translateY(20px);
  transition: transform 1.5s 1.4s,opacity 1.5s 1.4s;
}

#top .sections:nth-child(odd) .image {
  margin-left: auto;
  margin-right: 30%;
  transform: translateX(-50px);
}

#top .sections:nth-child(odd) .header {
  right: 0;
  left: auto;
  transform: translateY(-50%) translateX(50px);
}

#top .sections.on .image {
  transform: translateX(0px);
  opacity: 1;
}

#top .sections.on:nth-child(odd) .image {
  transform: translateX(0px);
  opacity: 1;
}

#top .sections.on:nth-child(odd) .header {
  transform: translateY(-50%) translateX(0px);
}

#top .sections.on .keio-logo {
  opacity: 1;
  transform: translateY(0px);
}

#top .sections.on .header {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

#top .sections.on .title {
  opacity: 1;
  transform: translateY(0%);
}

#top .sections.on .lead {
  opacity: 1;
  transform: translateY(0%);
}

#top .sections.on .links {
  opacity: 1;
  transform: translateY(0%);
}

@keyframes hv01 {
  0% {
    margin-left: -100px;
    width: 70px;
  }
  49% {
    margin-left: -30px;
    width: 0;
  }
  50% {
    margin-left: -100px;
    width: 0;
  }
  100% {
    margin-left: -100px;
    width: 70px;
  }
}

@media screen and (max-width: 1024px) {
  #top .main-visual .bg {
    padding-top: 55px;
  }
  #top .main-visual .image {
    top: 55px;
  }
  #top .main-visual .movie {
    top: 55px;
  }
  #top .main-visual .movie .skip-btn {
    top: 30px;
  }
}

/*==================================================================================
 top-sp
==================================================================================*/
@media (max-width: 768px) {
  #top .main-visual .bg {
    padding-top: 55px;
  }
  #top .main-visual .movie, #top .main-visual .image {
    top: 55px;
  }
  #top .main-visual .movie .skip-btn {
    top: 35px;
  }
  #top .apeal {
    box-shadow: 0px 0px 12px #000;
    margin-bottom: 80px;
  }
  #top .apeal .upper {
    padding: 47px 0 46px;
    font-size: 22px;
  }
  #top .apeal .upper img {
    max-width: 290px;
  }
  #top .apeal .upper .num {
    font-size: 180%;
  }
  #top .apeal .upper li {
    margin: 0 auto 15px;
    width: 90%;
    padding-bottom: 15px;
    border-bottom: 1px solid #A2956F;
    margin-bottom: 15px;
  }
  #top .apeal .upper li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
  }
  #top .apeal .under {
    padding: 35px 0 34px;
  }
  #top .apeal .under p {
    font-size: 20px;
    line-height: 1.8;
  }
  #top .information {
    margin-bottom: 60px;
    padding: 60px 20px 65px;
  }
  #top .information .section-title {
    font-size: 18px;
    padding-bottom: 49px;
  }
  #top .information .details {
    text-align: center;
    padding-bottom: 24px;
    padding-left: 0px;
  }
  #top .information .details li {
    padding-bottom: 20px;
  }
  #top .information .details .date {
    font-size: 14px;
    padding-bottom: 30px;
  }
  #top .information .details .text {
    font-size: 22px;
  }
  #top .information .txt00 {
    text-align: center;
    font-size: 22px;
  }
  #top .information .txt00 .big {
    font-size: 22px;
  }
  #top .information .txt03 {
    text-align: center;
    font-size: 14px;
  }
  #top .information .txt04 {
    font-size: 14px;
    margin-bottom: 44px;
    margin-left: auto;
  }
  #top .information .box {
    display: block;
  }
  #top .information .box .text {
    padding-left: 0px;
    width: auto;
    text-align: center;
  }
  #top .information .box .text01 {
    text-align: center;
    font-size: 18px;
    border-bottom: none;
    margin-bottom: 0px;
  }
  #top .information .box .text01.line {
    margin-bottom: 20px;
  }
  #top .information .box .text01 .big {
    font-size: 24px;
  }
  #top .information .box .text02 {
    text-align: left;
    padding: 0;
  }
  #top .information .box .date {
    text-align: left;
    font-size: 14px;
    padding-left: 0px;
  }
  #top .information .box .button {
    padding-top: 39px;
  }
  #top .information .box .button a {
    width: auto;
    height: auto;
    padding: 16px 10px 15px;
  }
  #top .information .box .button a .txt01 {
    font-size: 16px;
    padding-bottom: 18px;
    margin-bottom: 13px;
  }
  #top .information .box .button a .txt02 {
    font-size: 14px;
    line-height: 1.9;
  }
  #top .movie-box {
    margin-top: 50px;
  }
  #top .movie-box .sp-swipe-box {
    overflow: auto;
  }
  #top .movie-box .swipe {
    margin-bottom: 60px;
  }
  #top .guide {
    margin: 40px auto 20px;
    max-width: inherit;
    width: 230vw;
  }
  #top .guide .movies {
    width: 98vw;
    margin-right: 2vw;
  }
  #top .concept {
    padding: 75px 0;
  }
  #top .concept .section-title {
    font-size: 18px;
    padding-bottom: 54px;
  }
  #top .concept .lead {
    font-size: 35px;
    padding-bottom: 40px;
  }
  #top .concept .points {
    margin: 0 auto;
    padding-bottom: 73px;
    display: block;
    max-width: inherit;
  }
  #top .concept .points br {
    display: none;
  }
  #top .concept .points li {
    margin-right: 0;
    margin-bottom: 50px;
  }
  #top .concept .points li::after, #top .concept .points li::before {
    margin-top: 10px;
    margin-left: 0;
    height: 30px;
    left: 50%;
    top: 100%;
    transform: translateX(-50%) rotate(45deg);
  }
  #top .concept .points li::after {
    transform: translateX(-50%) rotate(-45deg);
  }
  #top .concept .points li:last-child {
    margin-right: 0;
    margin-bottom: 0px;
  }
  #top .concept .in-section {
    text-align: center;
    width: auto;
  }
  #top .concept .in-section .title {
    margin: 0 auto;
    width: 94%;
    font-size: 45px;
    line-height: 1.5;
    padding-bottom: 40px;
  }
  #top .concept .in-section .text {
    margin: 0 auto;
    width: 94%;
    padding-bottom: 30px;
    font-size: 14px;
    line-height: 2.4;
  }
  #top .concept .in-section .text02 {
    margin: 0 auto;
    padding-top: 75px;
    width: 80%;
    max-width: 480px;
  }
  #top .contents {
    padding: 66px 0 0px;
    position: relative;
    overflow: hidden;
  }
  #top .contents .section-title {
    padding-bottom: 45px;
    font-size: 18px;
  }
  #top .sections {
    margin-bottom: 0px;
    width: auto;
    display: flex;
    flex-wrap: wrap;
  }
  #top .sections .image {
    order: 0;
    width: 100%;
    margin-right: auto;
  }
  #top .sections .caption {
    bottom: auto;
    top: 0;
  }
  #top .sections .header {
    order: 2;
    margin: 0 auto;
    position: static;
    width: 90%;
    padding: 30px 20px 30px;
    transform: translateY(-80px) translateX(50px);
  }
  #top .sections .title {
    font-size: 24px;
    text-align: center;
    padding-bottom: 10px;
  }
  #top .sections .lead {
    font-size: 14px;
    line-height: 2.4;
    padding-bottom: 30px;
  }
  #top .sections .links {
    text-align: right;
    opacity: 0;
  }
  #top .sections .links a {
    padding: 15px 110px 15px 30px;
  }
  #top .sections .links a::after {
    margin-left: -100px;
    width: 70px;
    height: 1px;
    background-color: #fff;
  }
  #top .sections .keio-logo {
    position: static;
    padding: 15px 0 30px;
    width: 105px;
    margin: 0 auto;
  }
  #top .sections:nth-child(odd) .image {
    margin-right: auto;
    margin-left: auto;
    transform: translateX(50px);
  }
  #top .sections:nth-child(odd) .header {
    right: auto;
    left: 0;
    transform: translateY(-80px) translateX(-50px);
  }
  #top .sections.section-brand {
    margin-bottom: 0;
  }
  #top .sections.section-brand .lead {
    padding-bottom: 0;
  }
  #top .sections.on .image {
    transform: translateX(0px);
    opacity: 1;
  }
  #top .sections.on:nth-child(odd) .image {
    transform: translateX(0px);
    opacity: 1;
  }
  #top .sections.on:nth-child(odd) .header {
    transform: translateY(-80px) translateX(0px);
  }
  #top .sections.on .keio-logo {
    opacity: 1;
    transform: translateY(0px);
  }
  #top .sections.on .header {
    opacity: 1;
    transform: translateY(-80px) translateX(0px);
  }
  #top .sections.on .title {
    opacity: 1;
    transform: translateY(0%);
  }
  #top .sections.on .lead {
    opacity: 1;
    transform: translateY(0%);
  }
  #top .sections.on .links {
    opacity: 1;
    transform: translateY(0%);
  }
}

/*# sourceMappingURL=top.css.map */
