@charset "UTF-8";
.bottom-section {
  background: white;
}

@media (max-width: 767px) {
  #braze_show {
    display: none !important;
  }
}
@media (max-width: 767px) {
  #main {
    padding-bottom: 0;
  }
  #main:before {
    content: "";
    display: block;
    width: 100%;
    height: 67px;
    background: white;
    position: relative;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  #main {
    padding: 0;
  }
}
#main .section-group__pic {
  position: relative;
}
@media (min-width: 768px) {
  #main .section-group__pic {
    height: 100dvh;
    top: 0;
  }
  #main .section-group__pic .object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.section-group #section11 {
    z-index: 2;
    position: relative;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.section-group #section11 .object-fit {
	width: 100%;
}
@media (max-width: 767px) {
	.section-group #section11 .object-fit {
		height:100vh;
	}
}
@media (max-width: 767px) {
  #main .section-group--scroll .section {
    z-index: 1;
  }
  #main .section-group--scroll #section1 {
    background: none;
  }
  #main .section-group--scroll #section1 .section__info {
    background: #988666;
    color: white;
  }
  #main .section-group--scroll .section__pic {
    height: 100dvh;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 1024/768) {
  #main .section-group--scroll {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#main .section-group--scroll .section-group__pic.fix {
  position: fixed;
  top: 0;
}
@media (max-width: 767px) {
  #main .section-group--scroll .section-group__pic.fix {
    width: 100%;
    height: 100lvh;
    left: 0;
  }
  #main .section-group--scroll .section-group__pic.fix .object-fit {
    width: 100%;
    height: 100lvh;
    object-fit: cover;
    transform: translate3d(0, 0, -1px);
  }
}
@media (min-width: 768px) {
  #main .section-group--scroll .section-group__pic.fix {
    right: 0;
    width: 50%;
  }
}
#main .section-group--fade {
  position: relative;
  z-index: 1;
}
#main .fade {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
#main .fadeIn {
  opacity: 1;
}
#main .button--next {
  position: fixed;
  background: none;
  transition: opacity 0.3s ease-out;
  width: 30px;
  height: 30px;
  background: url(../img/about/next-button.png) no-repeat;
  background-size: contain;
  z-index: 10;
}
@media (max-width: 767px) {
  #main .button--next {
    right: 30px;
    bottom: 30px;
  }
}
@media (min-width: 768px) {
  #main .button--next {
    left: 94px;
    bottom: 30px;
  }
}
#main .button--next--white {
  background: url(../img/about/next-button-white.png) no-repeat;
  background-size: contain;
}
@media (min-width: 768px) {
  #main .section-group--fade .section {
    width: 100%;
  }
}
@media (min-width: 768px) and (min-aspect-ratio: 1024/768) {
  #main .section-group--fade .section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
#main .section {
  position: relative;
}
@media (max-width: 767px) {
  #main .section.section--sp-reverse {
    display: flex;
    display: -webkit-flex;
    flex-direction: column-reverse;
  }
}
#main .section.section--gold {
  background: #988666;
  color: white;
}
@media (min-width: 768px) {
  #main .section.section--gold:before {
    content: "";
    display: block;
    position: absolute;
    left: 64px;
    top: 0;
    height: 100%;
    border-right: solid 1px #FFF;
  }
}
#main .section.section--gold .section__info .button--next {
  background: url(../img/about/next-button-white.png) no-repeat;
  background-size: contain;
}
#main .section:not(.section--gold) {
  background: #ebede2;
  color: #988666;
}
#main .section__info {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  position: relative;
}
@media (min-width: 768px) {
  #main .section__info {
    height: 100dvh;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  #main .section__info__content {
    padding: 65px 30px;
  }
}
@media (min-width: 768px) {
  #main .section__info__content {
    width: min((450 / 640) * 100%, 450px);
  }
}
#main .section__info__ttl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #main .section__info__ttl {
    margin-bottom: 20px;
  }
}
#main .section__info__ttl--line:before {
  content: "";
  display: block;
  width: 10px;
  border-bottom: solid 1px white;
  margin-right: 12px;
}
#main .section__info__ttl--en, #main .section__info__ttl--jp {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #main .section__info__ttl--en, #main .section__info__ttl--jp {
    font-size: 2.4rem;
  }
}
#main .section__info__ttl--jp {
  margin-bottom: 36px;
}
#main .section__info__ttl--en {
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
#main .section__info__ttl + .section__info__txt {
  margin-top: 40px;
}
#main .section__info__txt {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #main .section__info__txt p {
    line-height: 2;
  }
}
@media (min-width: 768px) {
  #main .section__info__txt {
    font-size: 1.6rem;
  }
}
#main .section__info__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
#main .section__info__bottom {
  margin-top: 36px;
  font-size: 1.6rem;
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #main .section__info__bottom {
    font-size: 1.8rem;
    margin-top: 60px;
  }
}
#main .section__pic {
  position: relative;
}
@media (min-width: 768px) {
  #main .section__pic {
    height: 100dvh;
  }
  #main .section__pic .object-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
#main .section__pic__info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  color: white;
}
@media (max-width: 767px) {
  #main .section__pic__info {
    padding: 65px 30px;
  }
}
@media (min-width: 768px) {
  #main .section__pic__info {
    width: min((450 / 640) * 100%, 450px);
  }
}
#main .section__pic__info__ttl {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  font-size: 1.6rem;
  margin-bottom: 1em;
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  font-weight: normal;
  letter-spacing: 0.1em;
}
@media (min-width: 768px) {
  #main .section__pic__info__ttl {
    margin-bottom: 20px;
  }
}
#main .section__pic__info__ttl--line:before {
  content: "";
  display: block;
  width: 10px;
  border-bottom: solid 1px white;
  margin-right: 12px;
}
#main .section__pic__info__ttl--en, #main .section__pic__info__ttl--jp {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
#main .section__pic__info__ttl--jp {
  margin-bottom: 36px;
}
#main .section__pic__info__ttl--en {
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  margin-bottom: 30px;
}
#main .section__pic__info__txt {
  font-size: 1.2rem;
}
@media (max-width: 767px) {
  #main .section__pic__info__txt p {
    line-height: 2.5;
  }
}
@media (min-width: 768px) {
  #main .section__pic__info__txt {
    font-size: 1.6rem;
  }
}
#main .section__pic__info__txt p:not(:last-child) {
  margin-bottom: 1.5em;
}
#main .section__pic__info__bottom {
  margin-top: 60px;
  font-size: 1.8rem;
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#main .section__pic__bottom {
  position: absolute;
  font-size: 1.6rem;
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  bottom: 25px;
  width: 100%;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (min-width: 768px) {
  #main .section__pic__bottom {
    bottom: 40px;
    font-size: 1.8rem;
  }
}
#main .section.section--full {
  color: white;
  position: relative;
  z-index: 1;
}

/* footer */
.about-footer-text {
  font-size: 2.4rem;
  color:#fff;
  font-family: "classico-urw", "游ゴシック体", "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  z-index: 3;
  position: relative;
  text-align: center;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .about-footer-text {
    margin-bottom: 0px;
  }
}

.bottom-section-spacer {
  height: 0px;
}
