@charset "UTF-8";
/* 基本設定 */
/* CSS Remedy */
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  line-sizing: normal;
}

body {
  margin: 0;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: 1.5rem;
}

h3 {
  font-size: 1.17rem;
}

h4 {
  font-size: 1rem;
}

h5 {
  font-size: .83rem;
}

h6 {
  font-size: .67rem;
}

h1 {
  margin: .67em 0;
}

pre {
  white-space: pre-wrap;
}

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

audio, canvas, embed, iframe, img, object, svg, video {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}

canvas, img, svg, video {
  height: auto;
}

audio {
  width: 100%;
}

img {
  border-style: none;
}

svg {
  overflow: hidden;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}

[type=checkbox], [type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

figure {
  margin: 0;
  padding: 0;
}

/* コンテンツ用 */
body {
  background: white;
  -webkit-text-size-adjust: 100%;
}

p, li, dt, dd {
  color: #444444;
  font-weight: normal;
  font-family: "FP-こぶりなゴシック StdN W3";
  font-size: 14px;
  line-height: 2em;
  letter-spacing: 0.09em;
  text-align: justify;
  margin: 0 0 1.5em 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, strong, dt {
  color: black;
  font-weight: bold;
  font-family: "FP-こぶりなゴシック StdN W6";
  line-height: 2em;
  letter-spacing: 0.09em;
}

section:not(#top), #youtube_sec {
  width: 100vw;
}

.inner,
.video {
  max-width: 1046px;
  margin: 0 auto;
  padding: 40px;
}

@media only screen and (max-width: 767px) {
  .inner,
  .video {
    padding: 30px;
  }
}

@media screen and (min-width: 768px) {
  .sp_only {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }
}

#top div.slide_top01,
#top div.slide_top02 {
  width: 100vw;
  height: 100vh;
  background-size: cover;
}

@media only screen and (max-width: 767px) {
  #top div.slide_top01,
  #top div.slide_top02 {
    width: 100vw;
    height: 153.968254vw;
    max-height: auto;
  }
}

#top div.slide_top01 {
  background-image: url(../img/10th_anniv/top01.jpg);
  background-image: -webkit-image-set(url(../img/10th_anniv/top01.jpg) 1x, url(../img/10th_anniv/top01@2x.jpg) 2x);
  background-image: image-set(url(../img/10th_anniv/top01.jpg) 1x, url(../img/10th_anniv/top01@2x.jpg) 2x);
  background-position: right center;
}

@media only screen and (max-width: 767px) {
  #top div.slide_top01 {
    background-image: url(../img/10th_anniv/top01_sp.jpg);
    background-image: -webkit-image-set(url(../img/10th_anniv/top01_sp.jpg) 1x, url(../img/10th_anniv/top01_sp@2x.jpg) 2x);
    background-image: image-set(url(../img/10th_anniv/top01_sp.jpg) 1x, url(../img/10th_anniv/top01_sp@2x.jpg) 2x);
    background-position: center bottom;
  }
}

#top div.slide_top01 div {
  position: absolute;
  top: 6.30666592%;
  left: 6.67vw;
}

#top div.slide_top02 {
  background-image: url(../img/10th_anniv/top02.jpg);
  background-image: -webkit-image-set(url(../img/10th_anniv/top02.jpg) 1x, url(../img/10th_anniv/top02@2x.jpg) 2x);
  background-image: image-set(url(../img/10th_anniv/top02.jpg) 1x, url(../img/10th_anniv/top02@2x.jpg) 2x);
  background-position: center center;
}

@media only screen and (max-width: 767px) {
  #top div.slide_top02 {
    background-image: url(../img/10th_anniv/top02_sp.jpg);
    background-image: -webkit-image-set(url(../img/10th_anniv/top02_sp.jpg) 1x, url(../img/10th_anniv/top02_sp@2x.jpg) 2x);
    background-image: image-set(url(../img/10th_anniv/top02_sp.jpg) 1x, url(../img/10th_anniv/top02_sp@2x.jpg) 2x);
  }
}

#top p, #top h1 {
  font-family: 'HelveticaNeueLTStd-Md';
  letter-spacing: 0.1em;
  font-weight: normal;
}

#top h1 {
  margin: 0;
  padding: 0;
  font-size: 2.890625vw;
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  #top h1 {
    font-size: max(5.333333333vw,14px);
  }
}

#top h2 {
  letter-spacing: 0.45em;
  font-size: 1.40625vw;
  line-height: 2.2em;
}

@media only screen and (max-width: 767px) {
  #top h2 {
    font-size: max(2.4vw,14px);
  }
}

#top p {
  font-size: 1.5625vw;
  color: black;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  #top p {
    font-size: max(2.933333333vw,14px);
  }
}

#sec01 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 100px 40px;
}

@media only screen and (max-width: 767px) {
  #sec01 .inner {
    -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;
    padding: 50px 30px;
    gap: 30px;
  }
}

@media only screen and (max-width: 767px) {
  #sec01 h2 {
    width: 18.6666667vw;
  }
}

#sec01 h3 {
  margin: 0 0 18px 0;
  font-size: clamp(24px, 2.5vw, 32px);
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  #sec01 h3 {
    text-align: center;
    font-size: max(4.53333333vw,14px);
  }
}

#sec01 h4 {
  font-size: 12px;
  margin: 0 0 0.6em 0;
}

@media only screen and (max-width: 767px) {
  #sec01 h4 {
    font-size: max(3.2vw,11px);
    text-align: center;
  }
}

#sec01 a.link_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 21px 25px;
  background: black;
  gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  float: left;
}

@media only screen and (max-width: 767px) {
  #sec01 a.link_btn {
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 314px;
    margin: 0 auto;
    gap: 0;
    float: none;
  }
}

#sec01 a.link_btn p {
  margin: 0;
  padding-right: 36px;
  color: white;
  font-weight: bold;
  font-family: "FP-こぶりなゴシック StdN W6";
  position: relative;
}

#sec01 a.link_btn:link p::after,
#sec01 a.link_btn:visited p::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  -webkit-mask: url(../img/top202112/link_back.svg);
  mask: url(../img/top202112/link_back.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#sec01 a.link_btn:hover p::after,
#sec01 a.link_btn:active p::after {
  right: -9px;
}

#youtube_sec {
  background: whitesmoke;
}

.video iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 966px;
  margin: 0 auto;
}

#dialogue .inner {
  padding-top: 120px;
}

@media only screen and (max-width: 767px) {
  #dialogue .inner {
    padding-top: 50px;
  }
}

#dialogue h2.top {
  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;
  font-size: 32px;
  line-height: 1em;
  gap: 6px;
  margin: 0 0 60px 0;
}

@media only screen and (max-width: 767px) {
  #dialogue h2.top {
    font-size: max(6.933333333vw,17px);
    margin: 0 0 50px 0;
  }
}

#dialogue h2.top span {
  font-size: 17px;
  font-family: 'HelveticaNeueLTStd-Md';
}

@media only screen and (max-width: 767px) {
  #dialogue h2.top span {
    font-size: max(4.5333333vw,17px);
  }
}

#dialogue #profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 24px 0 84px 0;
  padding: 0 20px;
}

@media only screen and (max-width: 767px) {
  #dialogue #profile {
    padding: 0;
    margin-bottom: 50px;
  }
}

#dialogue #profile dl {
  margin: 0;
  padding: 0;
}

#dialogue #profile dl dt {
  font-size: 17px;
  font-weight: normal;
  font-family: "FP-こぶりなゴシック StdN W3";
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  #dialogue #profile dl dt {
    font-size: max(3.733333333vw,12px);
  }
}

#dialogue #profile dl dd {
  font-size: 12px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  #dialogue #profile dl dd {
    font-size: max(3.2vw,10px);
    text-align: center;
  }
}

#dialogue #profile dl dd.phonetic {
  font-family: 'HelveticaNeueLTStd-Md';
}

#dialogue #profile dl dd.phonetic::after {
  width: 29px;
  height: 1px;
  content: "";
  background: #000;
  display: block;
  margin: 12px 0 14px 0;
}

@media only screen and (max-width: 767px) {
  #dialogue #profile dl dd.phonetic {
    display: none;
  }
}

#dialogue article h2 {
  border-left: 10px solid #000;
  padding-left: 15px;
  margin: 0 0 60px 0;
  font-size: 17px;
  display: inline-block;
  line-height: 1.6em;
}

@media only screen and (max-width: 767px) {
  #dialogue article h2 {
    font-size: max(4.5333333vw,14px);
  }
}

#dialogue article:not(.sayuri_comment) p {
  font-weight: bold;
  font-family: "FP-こぶりなゴシック StdN W6";
  margin: 0 0 50px 0;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #dialogue article:not(.sayuri_comment) p {
    margin-bottom: 40px;
  }
}

#dialogue article dl {
  padding-left: 76px;
  padding-bottom: 10px;
}

@media only screen and (max-width: 767px) {
  #dialogue article dl {
    padding-left: 12px;
    margin-bottom: 0;
  }
}

#dialogue article dl dt {
  float: left;
}

#dialogue article dl dd {
  margin-left: 51px;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #dialogue article dl dd {
    margin-bottom: 40px;
  }
}

#dialogue article.sayuri_comment .comment_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}

@media only screen and (max-width: 767px) {
  #dialogue article.sayuri_comment .comment_column {
    display: inline;
  }
}

#dialogue article.sayuri_comment .comment_column figure {
  min-width: 273px;
}

@media only screen and (max-width: 767px) {
  #dialogue article.sayuri_comment .comment_column figure {
    float: right;
    min-width: auto;
    margin: 0 0 5.33333333vw 5.33333333vw;
  }
  #dialogue article.sayuri_comment .comment_column figure img {
    max-width: 35.733333333vw;
  }
}

footer h2 {
  text-align: center;
  font-size: 14px;
}

footer a {
  display: block;
  max-width: 588px;
  background: #000;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 40px 10px;
  margin: 0 auto;
}

footer a:link p, footer a:visited p {
  color: #fff;
  display: block;
  margin: 0 auto;
  padding-right: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1em;
  position: relative;
}

footer a:link p::after, footer a:visited p::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 8px;
  -webkit-mask: url(../img/top202112/link_back.svg);
  mask: url(../img/top202112/link_back.svg);
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
  background-color: #fff;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

footer a:hover p::after, footer a:active p::after {
  right: -9px;
}

footer a figure {
  margin-bottom: 22px;
}

footer a figure img {
  margin: auto;
}

footer small {
  margin: 150px auto 130px auto;
  font-size: 14px;
  font-family: "FP-こぶりなゴシック StdN W3";
  display: block;
  text-align: center;
}

/* 年表用 */
.timeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 250px auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 700px;
  position: relative;
}

.timeline__content-title {
  font-weight: normal;
  font-size: 58px;
  margin: -10px 0 0 0;
  -webkit-transition: .4s;
  transition: .4s;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "HelveticaNeueLTStd-Md";
  color: black;
  line-height: normal;
}

.timeline__content-desc {
  margin: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(0, 0, 0, 0.7);
  font-family: "FP-こぶりなゴシック StdN W3";
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  .timeline__content-desc {
    text-align: left;
  }
}

.timeline:before {
  position: absolute;
  left: 50%;
  width: 1.5px;
  height: 100%;
  margin-left: -1px;
  content: "";
  background: black;
}

@media only screen and (max-width: 767px) {
  .timeline:before {
    left: 40px;
  }
}

.timeline-item {
  padding: 40px 0;
  opacity: .3;
  -webkit-filter: blur(2px);
          filter: blur(2px);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-transform: translateY(-80px);
          transform: translateY(-80px);
}

.timeline-item:before {
  content: attr(data-text);
  letter-spacing: 3px;
  width: 100%;
  position: absolute;
  color: black;
  font-size: 16px;
  font-family: loadname1;
  background: url(../img/10th_anniv/point.svg) no-repeat left 0.3em;
  top: 70%;
  margin-top: -5px;
  padding-left: 28px;
  opacity: 0;
  right: calc(-100% - 35px);
  white-space: pre;
}

.timeline-item:nth-child(even) {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.timeline-item:nth-child(even):before {
  right: auto;
  text-align: right;
  left: calc(-100% - 35px);
  padding-left: 0;
  border-left: none;
  background-position: right 0.3em;
  padding-right: 28px;
}

.timeline-item--active {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-filter: blur(0px);
          filter: blur(0px);
}

.timeline-item--active:before {
  top: 50%;
  -webkit-transition: .3s all .2s;
  transition: .3s all .2s;
  opacity: 1;
}

.timeline-item--active .timeline__content-title {
  margin: -20px 0 20px 0;
}

@media only screen and (max-width: 767px) {
  .timeline-item {
    -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    width: 100%;
    padding: 0 30px 150px 150px;
  }
  .timeline-item:before {
    left: 10px !important;
    padding: 0.5em !important;
    top: 50px;
    text-align: left !important;
    width: 130px;
    border: none !important;
    font-size: 14px !important;
    background-image: none;
    white-space: normal;
    background-color: black;
    color: #fff;
  }
  .timeline-item:last-child {
    padding-bottom: 40px;
  }
}

.timeline__img {
  max-width: 100%;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.4);
}

.timeline-container {
  width: 100%;
  position: relative;
  padding: 80px 0;
  -webkit-transition: .3s ease 0s;
  transition: .3s ease 0s;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.timeline-container:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: "";
}

.timeline-header {
  width: 100%;
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  background: whitesmoke;
  padding: 70px 40px;
}

.timeline-header__title {
  color: black;
  font-size: 32px;
  font-family: "HelveticaNeueLTStd-Md";
  font-weight: normal;
  margin: 0 0 31px 0;
  letter-spacing: 0.12em;
  line-height: 1em;
}

.timeline-header__subtitle {
  color: black;
  font-family: "FP-こぶりなゴシック StdN W3";
  font-size: 16px;
  letter-spacing: 5px;
  margin: 10px 0 0 0;
  font-weight: normal;
  line-height: 1em;
}

.demo-footer {
  padding: 60px 0;
  text-align: center;
}

.demo-footer a {
  color: #999;
  display: inline-block;
  font-family: "FP-こぶりなゴシック StdN W3";
}
/*# sourceMappingURL=wh_10th_anniv.css.map */