@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- 共通部分
- mv
- history_sec
- 追従　年表・コメントを見てくれると嬉しいな
- 追従　年表・コメントを見てくれると嬉しいな(sp)
- モーダル
-------------------------*/
/*=======================================
　共通部分
=======================================*/
body {
  background-image: url(../img/10th-gallery/bg.jpg);
  position: relative;
}

header {
  background: none;
}

main {
  color: var(--main_black);
}

/*=======================================
　mv
=======================================*/
.mv {
  width: 100vw;
  overflow: hidden;
  z-index: -1;
  position: relative;
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 32px;
  }
}

/*=======================================
　history_sec
=======================================*/
.history_sec {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto 250px;
}
@media screen and (max-width: 768px) {
  .history_sec {
    margin-bottom: 122px;
  }
}
.history_sec .gallery_box {
  background-color: #E7E7F3;
  border-radius: 8px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box {
    margin-bottom: 29px;
  }
}
.history_sec .gallery_box .inner {
  max-width: 1056px;
  padding: 72px 0 75px;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner {
    width: 83.3333333333%;
    padding: 31px 0 41px;
  }
}
.history_sec .gallery_box .inner .intro {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 51px;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .intro .text {
    width: 100%;
  }
}
.history_sec .gallery_box .inner .intro .text p.year {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.389;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .intro .text p.year {
    font-size: 14px;
    margin-bottom: 16px;
  }
}
.history_sec .gallery_box .inner .intro .text h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 72px;
  line-height: 0.958;
  letter-spacing: 0.01em;
  margin-bottom: 25px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(140, 50, 240)), color-stop(25%, rgb(193, 120, 230)), color-stop(50%, rgb(69, 192, 225)));
  background: linear-gradient(90deg, rgb(140, 50, 240) 0%, rgb(193, 120, 230) 25%, rgb(69, 192, 225) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .intro .text h2 {
    font-size: 45px;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}
.history_sec .gallery_box .inner .intro .text h3 {
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .intro .text h3 {
    font-size: 20px;
    line-height: 1.25;
  }
}
.history_sec .gallery_box .inner .intro .text h3 span {
  color: var(--main_purple);
}
.history_sec .gallery_box .inner .intro .img {
  width: 48.3%;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .intro .img {
    width: 100%;
    margin-bottom: 26px;
  }
}
.history_sec .gallery_box .inner .intro .img img {
  border-radius: 14px;
}
.history_sec .gallery_box .inner .intro .img._w {
  width: 52.5568181818%;
  margin-right: -4.1666666667%;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .intro .img._w {
    width: 100%;
  }
}
.history_sec .gallery_box .inner .intro .img.sp {
  position: relative;
}
.history_sec .gallery_box .inner .intro .img.sp .ills {
  position: absolute;
  bottom: -7px;
  right: -25.1px;
  width: 84.59px;
  height: auto;
}
.history_sec .gallery_box .inner p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.688;
  letter-spacing: 1px;
  margin-bottom: 48px;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.714;
  }
}
.history_sec .gallery_box .inner .kokodake ._inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 31px;
}
@media screen and (max-width: 1024px) {
  .history_sec .gallery_box .inner .kokodake ._inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .kokodake ._inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
  }
}
.history_sec .gallery_box .inner .kokodake .cmn_ttl01 {
  font-size: 19px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .kokodake .cmn_ttl01 {
    font-size: 14px;
  }
}
.history_sec .gallery_box .inner .history-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  max-width: 328px;
  width: 33.3333333333%;
  text-decoration: none;
  background: #fff;
  border-radius: 50px 50px 50px 0;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(208, 208, 219, 0.6);
          box-shadow: 0px 0px 20px 0px rgba(208, 208, 219, 0.6);
  min-height: 92px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .history_sec .gallery_box .inner .history-card {
    width: calc(50% - 15.5px);
  }
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .history-card {
    max-width: 100%;
    width: 100%;
    min-height: 72px;
    -webkit-box-shadow: 0px 0px 18.07px 0px rgba(208, 208, 219, 0.6);
            box-shadow: 0px 0px 18.07px 0px rgba(208, 208, 219, 0.6);
  }
}
.history_sec .gallery_box .inner .history-card__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  padding: 17px 0 15px 43px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .history-card__left {
    padding: 15px 20.78px 15px 29.86px;
  }
}
.history_sec .gallery_box .inner .history-card__icon {
  width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 3px 3px 10px 5px #e6e6e6;
          box-shadow: 3px 3px 10px 5px #e6e6e6;
  background-color: #fff;
  border-radius: 50px;
  margin-right: 23px;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .history-card__icon {
    width: 47.89px;
    height: 47.89px;
  }
}
.history_sec .gallery_box .inner .history-card__icon svg {
  width: 22.71px;
  height: 19.36px;
  display: block;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .history-card__icon svg {
    width: 20.52px;
    height: 17.49px;
  }
}
.history_sec .gallery_box .inner .history-card__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 9px;
  min-width: 0;
}
.history_sec .gallery_box .inner .history-card__year {
  font-size: 12px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  line-height: 1;
  margin-bottom: 2px;
}
.history_sec .gallery_box .inner .history-card__title {
  font-size: clamp(14px, 1.2vw, 17px);
  font-weight: 400;
  line-height: 1.75;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .history-card__title {
    font-size: 14px;
  }
}
.history_sec .gallery_box .inner .history-card__title.font13 {
  font-size: clamp(12px, 1.2vw, 13px);
  line-height: 1.462;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .history-card__title.font13 {
    font-size: 14px;
    line-height: 1.75;
  }
}
.history_sec .gallery_box .inner .history-card__right {
  width: 49px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-left: 1px solid #d9d6f0;
}
@media screen and (max-width: 768px) {
  .history_sec .gallery_box .inner .history-card__right {
    width: 47px;
  }
}

/*=======================================
　追従　年表・コメントを見てくれると嬉しいな
=======================================*/
.follow-wrap {
  position: relative;
}

.follow-timeline {
  position: fixed;
  left: 50%;
  bottom: 30px;
  z-index: 10;
  --follow-shift: 0px;
  -webkit-transform: translate3d(-50%, calc(var(--follow-shift) * -1), 0);
          transform: translate3d(-50%, calc(var(--follow-shift) * -1), 0);
  will-change: transform;
  max-width: 702px;
  width: 48.75vw;
  margin: 0 auto;
  padding: 22px 24px;
  border-radius: 22px;
  background: #6A15C8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1024px) {
  .follow-timeline {
    width: 53.75vw;
  }
}

.follow-timeline__logo {
  line-height: 0;
  margin-bottom: 15px;
}
.follow-timeline__logo img {
  height: 18px;
  width: auto;
  display: block;
}

.follow-timeline__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.2735042735%;
  width: 100%;
}

.follow-timeline .time {
  font-family: "Roboto", sans-serif;
  color: #fff;
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color 0.2s ease, opacity 0.2s ease;
  transition: color 0.2s ease, opacity 0.2s ease;
}
.follow-timeline .time:hover {
  opacity: 0.6;
}
.follow-timeline .time.is-active {
  color: #F9F58A;
}

.follow-timeline a {
  color: #fff;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

.follow-timeline a.is-active {
  color: #F9F58A;
}

.follow-character {
  position: fixed;
  right: calc(var(--chara-right, 30px) + 50px);
  bottom: 30px;
  z-index: 10;
  width: 122px;
  height: 181px;
  --follow-shift: 0px;
  -webkit-transform: translate3d(0, calc(var(--follow-shift) * -1), 0);
          transform: translate3d(0, calc(var(--follow-shift) * -1), 0);
  will-change: transform;
  -webkit-transition: none;
  transition: none;
}
@media screen and (max-width: 1024px) {
  .follow-character {
    width: 106px;
    height: 172px;
    right: calc(var(--chara-right, 30px) + 65px);
  }
}
.follow-character img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.follow-stopper {
  height: 0;
}

@media screen and (max-width: 768px) {
  .follow-character,
  .follow-timeline {
    display: none;
  }
}
/*=======================================
　追従　年表・コメントを見てくれると嬉しいな(sp) 
=======================================*/
.follow_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .follow_sp {
    display: block;
    margin-bottom: 29px;
  }
  .follow_sp .follow_sp__box {
    width: 90%;
    margin: 0 auto;
    background: #6A15C8;
    border-radius: 18px;
    overflow: hidden;
  }
  .follow_sp .follow_sp__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 9px 16px 9px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
  .follow_sp .follow_sp__logo img {
    height: 14px;
    width: auto;
    display: block;
  }
  .follow_sp .timeline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .follow_sp .time {
    width: 50%;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
  }
  .follow_sp .time:nth-child(-n+2) {
    border-top: none;
  }
  .follow_sp .time:nth-child(2n) {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
  .follow_sp .time a {
    font-family: "Roboto", sans-serif;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
    height: 40px;
    display: grid;
    place-items: center;
    text-align: center;
  }
  .follow_sp .time a:active {
    opacity: 0.85;
  }
  .follow_sp .time a.is-active {
    color: #F9F58A;
  }
}

.character_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .character_sp {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 27px;
    position: fixed;
    left: calc(5% + 12px);
    bottom: 12px;
    z-index: 20;
    --sp-shift: 0px;
    -webkit-transform: translate3d(0, calc(var(--sp-shift) * -1), 0);
            transform: translate3d(0, calc(var(--sp-shift) * -1), 0);
    will-change: transform;
  }
  .character_sp .character {
    width: 180px;
    max-width: 60vw;
  }
  .character_sp .character img {
    width: 100%;
    height: auto;
    display: block;
  }
}

/*=======================================
　モーダル
=======================================*/
.modaal-close {
  display: none;
}

.modaal-container {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modaal-content-container {
  padding: 0;
}

.modaal-inner-wrapper {
  padding: 0;
}

.modaal-content {
  padding: 2.5% 0 0;
}

.cio-modal {
  display: none;
}

.cio-modal__inner {
  width: min(840px, 84vw);
  margin: 0 auto;
  background: var(--main_purple);
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cio-modal__inner {
    width: min(900px, 90vw);
  }
}

.cio-modal__header {
  height: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-bottom: 1px solid #7028C0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .cio-modal__header {
    height: 60px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.cio-modal__title {
  font-size: 22px;
  font-weight: 400;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .cio-modal__title {
    font-size: 18px;
    width: 90%;
    margin: 0 auto;
  }
}

.cio-modal__close {
  position: absolute;
  right: 31px;
  top: 20px;
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  color: #fff;
  cursor: pointer;
  display: grid;
  place-items: center;
  z-index: 9999;
  pointer-events: auto;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
@media screen and (max-width: 768px) {
  .cio-modal__close {
    width: 31px;
    height: 17px;
  }
}
.cio-modal__close:hover {
  opacity: 0.85;
}

.cio-modal__close * {
  pointer-events: none;
}

.cio-modal__body {
  max-width: 700px;
  width: 90%;
  margin: 76px auto 0;
  padding: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .cio-modal__body {
    max-width: none;
    width: 100%;
    padding: 60px 0 40px;
    margin: 0 auto;
  }
}

.cio-card--comments {
  background: #fff;
  border-radius: 32px;
}
@media screen and (max-width: 768px) {
  .cio-card--comments {
    width: 90%;
    margin: 0 auto;
    border-radius: 24px;
  }
}
.cio-card--comments .cio-card__title {
  max-width: 620px;
  width: 90%;
  margin: 0 auto 26px;
  padding: 35px 0 16px;
  font-size: 22px;
  font-weight: 400;
  color: var(--main_purple);
  border-bottom: 1px solid var(--main_purple);
}
@media screen and (max-width: 768px) {
  .cio-card--comments .cio-card__title {
    margin: 0 auto 18px;
    padding: 21px 0 16px;
    font-size: 18px;
  }
}

.cio-comments {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cio-comments__item {
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-template-columns: 90px 1fr;
  -webkit-column-gap: 18px;
     -moz-column-gap: 18px;
          column-gap: 18px;
  row-gap: 10px;
  grid-template-areas: "avatar meta" "avatar text";
  max-width: 620px;
  width: 90%;
  margin: 0 auto 22px;
  padding-bottom: 21px;
  border-bottom: 1px solid #E7E7F3;
}
.cio-comments__item:nth-last-of-type(1) {
  margin-bottom: 0;
  padding-bottom: 44px;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .cio-comments__item {
    margin: 0 auto 15px;
    padding-bottom: 18px;
    grid-template-columns: 56px 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
    row-gap: 8px;
    grid-template-areas: "avatar meta" "text	 text";
  }
}

.cio-comments__avatar {
  grid-area: avatar;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  overflow: hidden;
}
.cio-comments__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media screen and (max-width: 768px) {
  .cio-comments__avatar {
    width: 50px;
    height: 50px;
  }
}

.cio-comments__meta {
  grid-area: meta;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .cio-comments__meta {
    gap: 12px;
    margin: 14px 0 0;
  }
}

.cio-comments__name {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.15;
  word-break: break-word;
}
@media screen and (max-width: 768px) {
  .cio-comments__name {
    font-size: 16px;
  }
}

.cio-comments__dept {
  font-size: 12px;
  font-weight: 400;
  white-space: nowrap;
  margin-top: 2px;
}
@media screen and (max-width: 768px) {
  .cio-comments__dept {
    font-size: 12px;
  }
}

.cio-comments__text {
  grid-area: text;
  font-size: 14px;
  line-height: 1.75;
  margin: 0;
  width: 100%;
  text-align: left;
  min-width: 0;
}
@media screen and (max-width: 768px) {
  .cio-comments__text {
    font-size: 13px;
  }
}

.cio-modal__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 0 0;
}
@media screen and (max-width: 768px) {
  .cio-modal__footer {
    padding-top: 23px;
  }
}

.cio-modal__close-btn {
  border: 0;
  cursor: pointer;
  min-width: 88px;
  padding: 10px 0px;
  border-radius: 50px;
  text-align: center;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .cio-modal__close-btn {
    min-width: 79px;
    font-size: 13px;
  }
}
.cio-modal__close-btn:hover {
  opacity: 0.75;
}

.cio-card {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .cio-card {
    width: 90%;
    margin: 0 auto 40px;
  }
}
.cio-card .cio-card__item {
  background: #fff;
  border-radius: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .cio-card .cio-card__item {
    margin: 0 auto 12px;
    border-radius: 24px;
  }
}
.cio-card .cio-card__item:last-child {
  margin-bottom: 0;
}
.cio-card .cio-card__title {
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  padding: 36px 0 16px;
  font-size: 22px;
  font-weight: 500;
  color: var(--main_black);
  border-bottom: 1px solid #7028C0;
}
@media screen and (max-width: 768px) {
  .cio-card .cio-card__title {
    font-size: 18px;
    padding: 21px 0 14px;
    width: 85%;
  }
}
.cio-card .cio-card__body {
  font-size: 14px;
  line-height: 1.786;
  letter-spacing: 0.8px;
  color: var(--main_black);
  max-width: 620px;
  width: 90%;
  margin: 0 auto;
  padding: 16px 0 37px;
}
@media screen and (max-width: 768px) {
  .cio-card .cio-card__body {
    font-size: 13px;
    padding: 14px 0 42px;
    width: 85%;
  }
}/*# sourceMappingURL=10th-gallery.css.map */