@charset "utf-8";
body.stylers-style {
  margin: 0;
  padding: 0;
  font-family: "Optima", sans-serif;
}
.stylers-style img {
  display: block;
  margin: auto;
}

.stylers-style h1, .stylers-style h2, .stylers-style h3 {
  margin-block-start: 0;
  margin-block-end: 0;
}

.article-page-wrapper {
  max-width: 1080px;
  width: 100%;
  margin: auto;
/* overflow-x: hidden; */
}

.article-page-wrapper .video-container {
	text-align: center;
}


.article-container {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.article-main-image img {
  width: 100%;
}
.article-date {
  font-size: 12px;
  padding-top: 20px;
  text-align: center;
  font-family: "Optima", sans-serif;
}
.article-title-image {
  padding-top: 40px;
  text-align: center;
}

.article-lead-text-container {
  margin-top: 53.5px;
}
.article-lead-text {
  width: 75%;
  margin: auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
.article-subtitle-text {
  margin-top: 90px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  font-weight: 500;
}
.article-text-with-subtitle {
  padding-top: 15px;
  width: 90%;
  margin: auto;
  font-size: 15px;
  line-height: 26px;
}
.article-text {
  margin-top: 44.5px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  font-size: 15px;
  line-height: 26px;
}
.article-text-small {
  font-size: 13px;
  line-height: 23px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.article-image {
  margin-top: 50px;
  text-align: center;
}
.article-image img {
  width: 100%;
}
.interview-catal-design {
  padding-top: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  font-family: "Optima", sans-serif;
}

.article-image-insta {
	margin-top:20px;
}
.article-image-insta img {
  width: 32.42px;
  height: 32.42px;
}
.article-image-insta a  {
  display: inline-block;
}
.footer-insta {
  padding-top: 50px;
  margin: auto;
  text-align: center;
}
.footer-insta img {
  width: 26.18px;
  height: 26.18px;
  margin: auto;
}
.footer-insta a {
  display: inline-block;
}

.article-footer {
  display: block;
  width: 100%;
}
.article-footer-large-text {
  text-align: center;
  margin: auto;
  font-size: 47px;
  font-family: "Optima", sans-serif;
  line-height: 33.51px;
}
.article-footer-large-text a {
  color: inherit;
  text-decoration: none;
}
.article-footer-back {
  margin-top: 49.87px
}
.article-footer-more {
  margin-top: 110.19px;
  margin-bottom: 30.43px;
}
.article-footer-goto-top {
  padding-top: 56px;
}

.article-footer-copyright {
  padding-top: 36px;
  text-align: center;
  margin: auto;
  font-size: 13px;
  color: #dedbd1;
}

.article-profile-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  width: 75%;
  margin: auto;
  margin-top: 18.85px;
}
.article-profile-url {
  text-align: center;
  font-size: 13px;
  width: 90%;
  margin-top: 8.98px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}
.article-profile-insta-url {
  font-size: 13px;
  font-weight: 500;
  line-height: 28px;
  margin-top: 0.6px;
  text-align: center;
}
.article-profile-url a {
  color: inherit;
  text-decoration: none;
}
.article-profile-insta-url a {
  color: inherit;
  text-decoration: none;
}

.top-page-footer-copyright {
  color: black;
}
.stylers-style .video-container {
  position: relative;
  display: flex;
  margin-top: 80px;
  justify-content: center;
  align-items: center;
  /* keep aspect ratio 16:9 combined with the iframe style below */  
  padding-top: 56.25%;
}
.stylers-style iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

@media (max-width: 767px) {
  .top-articles-column-full {
    flex: 50%;
  }
  .article-left-container-pc {
    display: none;
  }
}
.article-container-wrapper {
  margin-top: 25px;
}

@media (min-width: 768px) {
  .article-title-container,.article-profile-container {
    display: none;
  }
  .article-container-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
/*    margin-top: 85px; */
    margin-top: 4em;
  }
  .article-left-container-pc {
    position: fixed;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;    /* Firefox */
	height: calc(100vh - 100px);
    width: 40%;
    max-width: 485px;
    text-align: center;
  }
  .article-left-container-pc::-webkit-scrollbar {
      display: none;          /* Safari and Chrome */
  }
  .article-container {
    margin-right: 0;
    margin-left: auto;
    width: 60%;
    max-width: 548px;
  }
  .stylers-style .flex_column,.stylers-style .flex_column_left_space {
    display: flex;
    flex-direction: column;
    flex: 50%;
  }
  .top-bar-styler-logo img {
    width: 103px;
  }
}

