@charset "UTF-8";
#page.index.in .mv {
  position: relative;
  margin-top: -115px;
  overflow: hidden;
}
#page.index.in .mv .mv-background {
  position: relative;
  top: 0;
  right: 0;
  margin: auto;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
}
#page.index.in .mv .mv-background video {
  width: 100%;
  height: 100%;
}
#page.index.in .mv .mv-flex {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
#page.index.in .mv .mv-nav {
  padding-left: 5%;
  width: 100%;
}
#page.index.in .mv .mv-nav-button {
  display: block;
  margin-bottom: 18px;
}
#page.index.in .mv .mv-nav-button a {
  padding-left: 30px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
}
#page.index.in .mv .mv-nav-button a::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.index.in .mv .mv-nav-button a:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.index.in .mv .mv-nav-button.onlineshop a::before {
  background-image: url(../img/index/fv-onlineshop-icon.png);
  width: 20px;
  height: 18px;
  left: -4px;
}
#page.index.in .mv .mv-nav-button.onlineshop a::after {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/index/fv-yazirushi-icon.png);
  width: 10px;
  height: 6px;
  right: -15px;
}
#page.index.in .mv .mv-nav-button.instagram a::before {
  background-image: url(../img/index/fv-Instagram-icon.png);
  width: 18px;
  height: 18px;
  left: -2px;
}
#page.index.in .mv .mv-nav-button.google a::before {
  background-image: url(../img/index/fv-google-icon.png);
  width: 16px;
  height: 16px;
  left: -2px;
}
#page.index.in .mv .mv-ttl {
  padding-right: 13vw;
  margin: 25vw 0 0 0;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
#page.index.in .mv .mv-ttl h1 {
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #page.index.in .mv {
    margin-top: -95px;
  }
  #page.index.in .mv .mv-background {
    position: relative;
    width: 100%;
    height: 100vh; /* スマホ画面の高さ */
    overflow: hidden;
  }
  #page.index.in .mv .mv-background video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; /* ★ これが重要：画面いっぱい */
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #page.index.in .mv .mv-background video::-webkit-media-controls {
    display: none !important;
  }
  #page.index.in .mv .mv-background video::-webkit-media-controls-start-playback-button {
    display: none !important;
  }
  #page.index.in .mv .mv-flex {
    top: 0;
    bottom: 0;
    z-index: 1;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
  }
  #page.index.in .mv .mv-nav {
    max-width: unset;
  }
  #page.index.in .mv .mv-ttl {
    padding-right: 12%;
    margin: 154px 0 auto 40px;
  }
  #page.index.in .mv .mv-ttl h1 {
    font-size: 15px;
    line-height: 1.692;
    font-weight: 400;
    letter-spacing: 0.05em;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    height: unset;
  }
}
#page.index.in .about {
  padding: 140px 0 220px 0;
}
#page.index.in .about .about-inner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  background-image: url(../img/index/about-background.jpg);
  background-repeat: no-repeat;
  background-size: 680px 472px;
  background-position: right -60px;
}
#page.index.in .about .about-textarea.first {
  margin-bottom: 200px;
}
#page.index.in .about .about-textarea.second {
  margin-bottom: 65px;
  margin-left: 88px;
}
#page.index.in .about .about-textarea.third {
  margin-bottom: 60px;
  margin-left: 260px;
}
#page.index.in .about .about-textarea.fourth {
  margin-bottom: 20px;
  margin-left: 88px;
}
#page.index.in .about .about-textarea.fourth .japanese-text {
  margin-bottom: 5px;
}
#page.index.in .about .japanese-text {
  font-size: 16px;
  line-height: 2.188;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 15px;
}
#page.index.in .about .english-text {
  font-size: 11px;
  line-height: 1.455;
  letter-spacing: 0.05em;
}
#page.index.in .about .link-button {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 180px;
  margin: 0 0 0 auto;
  border-bottom: 6px solid #534741;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  padding-right: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.07em;
}
#page.index.in .about .link-button::after {
  content: "";
  display: block;
  background-image: url(../img/index/link-yazirushi.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  right: 3px;
  width: 12px;
  height: 12px;
}
#page.index.in .about .link-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #page.index.in .about {
    padding: 140px 20px 220px 20px;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .about {
    padding: 100px 0;
  }
  #page.index.in .about .about-inner {
    background-image: none;
  }
  #page.index.in .about .about-textarea {
    padding: 0 20px;
  }
  #page.index.in .about .about-textarea.first {
    margin-bottom: 20px;
  }
  #page.index.in .about .about-textarea.second {
    margin-bottom: 50px;
    margin-left: 80px;
  }
  #page.index.in .about .about-textarea.third {
    margin-bottom: 55px;
    margin-left: 0;
  }
  #page.index.in .about .about-textarea.fourth {
    margin-bottom: 40px;
    margin-left: 50px;
  }
  #page.index.in .about .about-textarea.fourth .japanese-text {
    margin-bottom: 5px;
  }
  #page.index.in .about .about-img {
    margin-bottom: 35px;
  }
  #page.index.in .about .japanese-text {
    font-size: 15px;
    line-height: 1.867;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 15px;
  }
  #page.index.in .about .japanese-text span {
    display: inline-block;
    margin-left: -5px;
  }
  #page.index.in .about .english-text {
    font-size: 12px;
    line-height: 1.417;
    font-weight: 300;
    letter-spacing: 0.07em;
  }
  #page.index.in .about .link-button {
    max-width: 174px;
    margin: 0 20px 0 auto;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.04em;
    padding-bottom: 6px;
  }
  #page.index.in .about .link-button::after {
    bottom: 11px;
    width: 12px;
    height: 10px;
  }
}
#page.index.in .photo .splide.splide01 {
  margin-bottom: 36px;
}
#page.index.in .photo .splide.splide02 {
  margin-bottom: 60px;
}
#page.index.in .photo .splide__slide {
  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;
}
#page.index.in .photo .photo-img img {
  width: auto;
  height: 480px;
  -o-object-fit: contain;
     object-fit: contain;
}
#page.index.in .photo .photo-textarea {
  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;
  width: 100%;
  max-width: 1165px;
  margin: 0 auto 36px auto;
}
#page.index.in .photo .japanese-text {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.05em;
}
#page.index.in .photo .english-text {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.07em;
}
#page.index.in .photo .link-area {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto 230px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#page.index.in .photo .link-button {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 180px;
  font-size: 15px;
  font-weight: 400;
  border-bottom: 6px solid #534741;
  padding-bottom: 10px;
  padding-right: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.07em;
}
#page.index.in .photo .link-button::after {
  content: "";
  display: block;
  background-image: url(../img/index/link-yazirushi.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  right: 3px;
  width: 12px;
  height: 12px;
}
#page.index.in .photo .link-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #page.index.in .photo .photo-textarea {
    padding: 0 20px;
  }
  #page.index.in .photo .link-area {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .photo .splide.splide01 {
    margin-bottom: 35px;
  }
  #page.index.in .photo .splide.splide02 {
    margin-bottom: 50px;
  }
  #page.index.in .photo .splide__slide img {
    height: 330px;
  }
  #page.index.in .photo .photo-textarea {
    display: block;
    max-width: unset;
    margin: 0 auto 35px auto;
    padding: 0 20px;
  }
  #page.index.in .photo .japanese-text {
    font-size: 15px;
    margin-bottom: 20px;
    letter-spacing: 0.02em;
  }
  #page.index.in .photo .english-text {
    font-size: 11px;
    letter-spacing: 0.07em;
  }
  #page.index.in .photo .link-area {
    max-width: unset;
    margin: 0 auto 100px auto;
    padding: 0 20px;
    display: block;
  }
  #page.index.in .photo .link-button {
    max-width: 174px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
    margin: 0 0 38px auto;
  }
  #page.index.in .photo .link-button::after {
    bottom: 11px;
    right: 3px;
    width: 12px;
    height: 10px;
  }
  #page.index.in .photo .link-button:last-child {
    margin-bottom: 0;
  }
}
#page.index.in .secret {
  padding: 85px 0 140px 0;
  background-color: #eae3d9;
}
#page.index.in .secret .secret-inner {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
}
#page.index.in .secret .secret-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.index.in .secret .secret-center {
  mix-blend-mode: multiply;
  position: relative;
  height: 298px;
}
#page.index.in .secret .secret-center::before {
  content: "";
  display: block;
  background-image: url(../img/index/members.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 560px;
  height: 297px;
  position: absolute;
  top: 70px;
  left: -245px;
  right: 0;
  margin: auto;
}
#page.index.in .secret .secret-ttl {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.08em;
  border: 2px solid #534741;
  padding: 7px 20px;
  margin-bottom: 50px;
}
#page.index.in .secret .secret-subttl {
  font-size: 20px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.08em;
  margin-bottom: 27px;
}
#page.index.in .secret .japanese-text {
  font-size: 15px;
  line-height: 1.733;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin-bottom: 45px;
}
#page.index.in .secret .english-text {
  font-size: 11px;
  line-height: 1.455;
  letter-spacing: 0.08em;
}
#page.index.in .secret .secret-right {
  width: 100%;
  max-width: 180px;
}
#page.index.in .secret .secret-right-text {
  font-size: 20px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.15em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  margin: 65px 0 100px 0;
}
#page.index.in .secret .link-button {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 180px;
  border-bottom: 6px solid #534741;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  padding-right: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.07em;
}
#page.index.in .secret .link-button::after {
  content: "";
  display: block;
  background-image: url(../img/index/link-yazirushi.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  right: 3px;
  width: 12px;
  height: 12px;
}
#page.index.in .secret .link-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  #page.index.in .secret {
    padding: 85px 20px;
  }
  #page.index.in .secret .secret-center::before {
    display: block;
    width: 300px;
    height: 160px;
    position: absolute;
    top: 110px;
    left: -180px;
    right: 0;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .secret {
    padding: 62px 20px;
  }
  #page.index.in .secret .secret-flex {
    display: block;
  }
  #page.index.in .secret .secret-center {
    height: unset;
  }
  #page.index.in .secret .secret-center::before {
    display: none;
  }
  #page.index.in .secret .secret-ttl {
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 8px 25px;
    margin-bottom: 40px;
  }
  #page.index.in .secret .secret-subttl {
    font-size: 20px;
    letter-spacing: 0.08em;
    margin-bottom: 25px;
  }
  #page.index.in .secret .japanese-text {
    font-size: 14px;
    line-height: 1.714;
    font-weight: 400;
    letter-spacing: 0.03em;
    margin-bottom: 30px;
  }
  #page.index.in .secret .english-text {
    font-size: 12px;
    line-height: 1.417;
    font-weight: 300;
    letter-spacing: 0.07em;
    margin-bottom: 20px;
  }
  #page.index.in .secret .secret-img {
    margin: 0 auto 40px auto;
    width: 100%;
    max-width: 310px;
    padding-top: 30px;
  }
  #page.index.in .secret .secret-right {
    width: 100%;
    max-width: 180px;
  }
  #page.index.in .secret .secret-right-text {
    position: absolute;
    top: 4px;
    right: 0;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 0;
  }
  #page.index.in .secret .link-button {
    max-width: 174px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
    margin: 0 0 0 auto;
  }
  #page.index.in .secret .link-button::after {
    bottom: 11px;
    right: 3px;
    width: 12px;
    height: 10px;
  }
}
#page.index.in .topics {
  padding: 150px 0 170px 0;
}
#page.index.in .topics .topics-inner {
  width: 100%;
  max-width: 1165px;
  margin: 0 auto;
  padding-left: 225px;
}
#page.index.in .topics .topics-ttl {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.07em;
  position: relative;
  margin-bottom: 100px;
}
#page.index.in .topics .topics-ttl::before {
  content: "";
  display: block;
  background-image: url(../img/index/topic-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: -100px;
  width: 12px;
  height: 36px;
}
#page.index.in .topics .blog {
  margin-bottom: 150px;
}
#page.index.in .topics .blog-ttl {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 40px;
}
#page.index.in .topics .blog-wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 45px;
}
#page.index.in .topics .blog-item {
  width: 100%;
  max-width: 280px;
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.index.in .topics .blog-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.index.in .topics .blog-img {
  margin-bottom: 40px;
}
#page.index.in .topics .blog-time {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.07em;
  margin-bottom: 20px;
}
#page.index.in .topics .blog-ttl-japanese {
  font-size: 15px;
  line-height: 1.733;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 12px;
}
#page.index.in .topics .blog-ttl-english {
  font-size: 11px;
  line-height: 1.364;
  letter-spacing: 0.07em;
  word-break: break-word; /* 長い単語を途中で改行 */
  overflow-wrap: anywhere; /* どこでも折り返し可能 */
  white-space: normal; /* 1行固定防止 */
  display: block;
  width: 100%; /* 親要素内で完結させる */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page.index.in .topics .info {
  margin-bottom: 35px;
}
#page.index.in .topics .info-ttl {
  font-size: 15px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 45px;
  position: relative;
}
#page.index.in .topics .info-ttl::before {
  content: "";
  display: block;
  background-image: url(../img/index/info-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -30px;
  left: 0;
  width: 36px;
  height: 12px;
}
#page.index.in .topics .info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 36px;
  padding: 30px 0;
  background-image: radial-gradient(circle, #534741 1px, transparent 1px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.index.in .topics .info-item.last {
  background-image: none;
}
#page.index.in .topics .info-item:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.index.in .topics .info-time {
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.08em;
}
#page.index.in .topics .info-ttl-japanese {
  font-size: 15px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 14px;
}
#page.index.in .topics .info-ttl-english {
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.07em;
  word-break: break-word; /* 長い単語を途中で改行 */
  overflow-wrap: anywhere; /* どこでも折り返し可能 */
  white-space: normal; /* 1行固定防止 */
  display: block;
  width: 100%; /* 親要素内で完結させる */
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#page.index.in .topics .link-button {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 180px;
  border-bottom: 6px solid #534741;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  padding-right: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 0 0 190px auto;
  letter-spacing: 0.07em;
}
#page.index.in .topics .link-button::after {
  content: "";
  display: block;
  background-image: url(../img/index/link-yazirushi.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 13px;
  right: 3px;
  width: 12px;
  height: 12px;
}
#page.index.in .topics .link-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.index.in .topics .access {
  height: auto;
}
#page.index.in .topics .access .access-ttl {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.07em;
  margin-bottom: 60px;
}
#page.index.in .topics .access .access-map {
  width: 100%;
  height: 413px;
  margin-bottom: 45px;
}
#page.index.in .topics .access .access-map iframe {
  width: 100%;
  height: 413px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
#page.index.in .topics .access .access-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#page.index.in .topics .access .access-text {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.02em;
  margin-bottom: 40px;
}
#page.index.in .topics .access .access-text span {
  font-size: 14px;
  line-height: 1.857;
}
#page.index.in .topics .access .access-text .line-span {
  display: inline-block;
  padding-left: 3px;
}
#page.index.in .topics .access .access-tag {
  font-size: 15px;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.02em;
}
#page.index.in .topics .access .access-right {
  width: 100%;
  max-width: 180px;
}
#page.index.in .topics .access .access-right .link-button {
  display: block;
  text-align: right;
  width: 100%;
  max-width: 180px;
  border-bottom: 6px solid #534741;
  padding-bottom: 10px;
  font-weight: 400;
  font-size: 15px;
  padding-right: 28px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin: 175px 0 0 0;
  letter-spacing: 0.07em;
}
#page.index.in .topics .access .access-right .link-button::after {
  content: "";
  display: block;
  background-image: url(../img/index/access-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 10px;
  right: 3px;
  width: 18px;
  height: 18px;
}
#page.index.in .topics .access .access-right .link-button:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page.index.in .modal {
  display: none;
  position: fixed;
  z-index: 6;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
}
#page.index.in .modal.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
#page.index.in .modal-content {
  position: relative;
  top: 50px;
  bottom: 0;
  margin: auto;
  width: 100%;
  max-width: 350px;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
#page.index.in .modal-content iframe {
  width: 100%;
  aspect-ratio: 9/16;
  height: auto;
  border: none;
}
#page.index.in .close {
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #page.index.in .modal {
    padding: 0 20px;
  }
  #page.index.in .modal-content {
    top: 5px;
    max-width: 280px;
  }
  #page.index.in .close {
    top: -30px;
    right: 0px;
    font-size: 25px;
  }
}
@media screen and (max-width: 1200px) {
  #page.index.in .topics {
    padding: 150px 20px 170px 0;
  }
  #page.index.in .topics .topics-inner {
    padding-left: 100px;
  }
  #page.index.in .topics .topics-ttl::before {
    left: -30px;
  }
  #page.index.in .topics .blog-wr {
    gap: 15px;
  }
  #page.index.in .topics .blog-item {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  #page.index.in .topics {
    padding: 90px 20px 80px 0;
  }
  #page.index.in .topics .topics-inner {
    padding-left: 64px;
  }
  #page.index.in .topics .topics-ttl {
    font-size: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 40px;
  }
  #page.index.in .topics .topics-ttl::before {
    top: 0;
    left: -35px;
    width: 10px;
    height: 32px;
  }
  #page.index.in .topics .blog {
    margin-bottom: 85px;
  }
  #page.index.in .topics .blog-ttl {
    font-size: 14px;
    letter-spacing: 0.03em;
    margin-bottom: 18px;
  }
  #page.index.in .topics .blog-wr {
    gap: 15px;
  }
  #page.index.in .topics .blog-item {
    max-width: unset;
  }
  #page.index.in .topics .blog-item:nth-of-type(n + 3) {
    display: none;
  }
  #page.index.in .topics .blog-img {
    margin-bottom: 17px;
  }
  #page.index.in .topics .blog-time {
    font-size: 11px;
    line-height: 1;
    letter-spacing: 0.1em;
    margin-bottom: 12px;
  }
  #page.index.in .topics .blog-ttl-japanese {
    font-size: 13px;
    line-height: 1.462;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
  }
  #page.index.in .topics .blog-ttl-english {
    font-size: 12px;
    line-height: 1.417;
    font-weight: 300;
    letter-spacing: 0.078em;
  }
  #page.index.in .topics .info {
    margin-bottom: 50px;
  }
  #page.index.in .topics .info-ttl {
    font-size: 14px;
    letter-spacing: 0.06em;
    margin-bottom: 25px;
  }
  #page.index.in .topics .info-ttl::before {
    top: -25px;
    left: 0;
    width: 32px;
    height: 10px;
  }
  #page.index.in .topics .info-item {
    display: block;
    padding: 27px 0;
    background-image: radial-gradient(circle, #534741 1px, transparent 1px);
    background-position: left bottom;
    background-repeat: repeat-x;
    background-size: 6px 2px;
  }
  #page.index.in .topics .info-item.last {
    background-image: none;
  }
  #page.index.in .topics .info-item:first-child {
    background-image: radial-gradient(circle, #534741 1px, transparent 1px), radial-gradient(circle, #534741 1px, transparent 1px);
    background-position: left top, left bottom;
    background-repeat: repeat-x, repeat-x;
    background-size: 6px 2px, 6px 2px;
  }
  #page.index.in .topics .info-item:nth-of-type(n + 3) {
    display: none;
  }
  #page.index.in .topics .info-time {
    font-size: 10px;
    letter-spacing: 0.1em;
    margin-bottom: 16px;
  }
  #page.index.in .topics .info-ttl-japanese {
    font-size: 13px;
    line-height: 1.4615384615;
    letter-spacing: 0.05em;
    margin-bottom: 14px;
  }
  #page.index.in .topics .info-ttl-english {
    font-size: 12px;
    line-height: 1.4166666667;
    letter-spacing: 0.07em;
  }
  #page.index.in .topics .link-button {
    max-width: 174px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 6px;
    margin: 0 0 88px auto;
  }
  #page.index.in .topics .link-button::after {
    bottom: 11px;
    right: 3px;
    width: 12px;
    height: 10px;
  }
  #page.index.in .topics .access {
    height: auto;
  }
  #page.index.in .topics .access .access-ttl {
    font-size: 20px;
    letter-spacing: 0.06em;
    margin-bottom: 26px;
  }
  #page.index.in .topics .access .access-map {
    width: 100%;
    height: 125px;
    margin-bottom: 25px;
  }
  #page.index.in .topics .access .access-map iframe {
    width: 100%;
    height: 125px;
  }
  #page.index.in .topics .access .access-flex {
    display: block;
  }
  #page.index.in .topics .access .access-text {
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.03em;
    margin-bottom: 27px;
  }
  #page.index.in .topics .access .access-text span {
    display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    line-height: 1.6666666667;
  }
  #page.index.in .topics .access .access-text .line-span {
    padding-left: 2px;
  }
  #page.index.in .topics .access .access-tag {
    font-size: 13px;
    line-height: 1.6923076923;
    letter-spacing: 0.05em;
  }
  #page.index.in .topics .access .access-right {
    max-width: unset;
    margin: 0 0 0 auto;
  }
  #page.index.in .topics .access .access-right .link-button {
    max-width: 194px;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 10px;
    margin: 50px 0 0 auto;
  }
  #page.index.in .topics .access .access-right .link-button::after {
    bottom: 9px;
    right: 3px;
  }
}