@charset "UTF-8";
.studio-timeline {
  padding: 40px 0;
}
@media screen and (min-width: 640px) {
  .studio-timeline {
    padding: 60px 0;
  }
}

.studio-timeline-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}

.studio-timeline-title h2 {
  text-align: center;
}
.studio-timeline-title h2 span {
  margin: 0 0 1px 0;
}

.tokyo-timeline {
  background: #020616;
}
.tokyo-timeline .time-line-seemore {
  border: 2px solid #fff;
  color: #fff;
}
.tokyo-timeline .time-line-seemore:hover {
  background: #fff;
  color: #333;
}

.osaka-timeline {
  background: rgba(21, 71, 68, 0.8);
}
.osaka-timeline .time-line-seemore {
  border: 2px solid #fff;
  color: #fff;
}
.osaka-timeline .time-line-seemore:hover {
  background: #fff;
  color: #333;
}

.nagoya-timeline {
  background: #ecebe1;
}
.nagoya-timeline .time-line-seemore {
  border: 2px solid #333;
  color: #333;
}
.nagoya-timeline .time-line-seemore:hover {
  background: #333;
  color: #fff;
}

.time-line-seemore {
  font-size: 16px;
  padding: 10px;
  display: block;
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.tokyo-timeline-title h2 {
  text-align: center;
  color: #fff;
  font-size: 28px;
}
.tokyo-timeline-title h2 span {
  font-size: 22px;
}

.nagoya-timeline-title h2 span {
  font-family: "Montserrat";
  font-size: 40px;
  font-weight: 500;
  display: block;
}
.nagoya-timeline-title h2 {
  font-size: 16px;
}

.time-line-feed {
  display: block;
  padding: 30px 0;
}
@media screen and (min-width: 640px) {
  .time-line-feed {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    padding: 40px 0;
  }
}

.time-line-item {
  width: auto;
  background: #fff;
  padding: 20px;
  border-radius: 20px;
  margin: 0 0 20px 0;
}
.time-line-item:nth-child(3) {
  margin: 0;
}
.time-line-item p {
  font-size: 14px;
}
.time-line-item a {
  color: #fff;
  background: #333;
  padding: 5px 10px;
  font-size: 13px;
  margin: 15px 0 0 0;
  display: inline-block;
}
@media screen and (min-width: 640px) {
  .time-line-item {
    width: 32%;
    background: #fff;
    padding: 30px;
    border-radius: 20px;
    margin: 0 15px 0 0;
  }
  .time-line-item:nth-child(3) {
    margin: 0;
  }
  .time-line-item p {
    font-size: 14px;
  }
  .time-line-item a {
    color: #fff;
    background: #333;
    padding: 5px 10px;
    font-size: 13px;
    margin: 15px 0 0 0;
    display: inline-block;
  }
}

.time-line-profile {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 10px 0;
}
.time-line-profile img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  border-radius: 50%;
  margin: 0 10px 0 0;
}

.time-line-name {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}
.time-line-name p {
  font-size: 16px;
  margin: 0 10px 0 0;
  line-height: 20px;
  font-weight: bold;
  color: #333;
}
.time-line-name span {
  color: gray;
  font-size: 10px !important;
}

.new-pickup {
  background: #0c0c0c;
  margin: -5px 0 0 0;
  padding: 10px 10px 20px 10px;
}
@media screen and (min-width: 640px) {
  .new-pickup {
    background: #0c0c0c;
    margin: -5px 0 0 0;
    padding: 20px 10px 50px 10px;
  }
}

.new-pickup-inner {
  max-width: 1200px;
  margin: 0 auto;
}
.new-pickup-inner h2 {
  padding-bottom: 0;
  margin-top: 0;
}

.new-pickup-banner-area {
  display: block;
  margin: 20px 0 0 0;
}
.new-pickup-banner-area a {
  width: 100%;
  display: block;
  margin: 0 0 10px 0;
}
.new-pickup-banner-area a:hover {
  opacity: 0.8;
}
.new-pickup-banner-area a:last-child {
  margin: 0;
}
@media screen and (min-width: 640px) {
  .new-pickup-banner-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 10px 0;
  }
  .new-pickup-banner-area a {
    width: 49%;
    display: block;
    margin: 0;
  }
  .new-pickup-banner-area a:hover {
    opacity: 0.8;
  }
}

.studio-blog {
  padding: 4rem 0;
}
@media screen and (min-width: 640px) {
  .studio-blog {
    padding: 8rem 0 6rem;
  }
}
.studio-blog-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}
.studio-blog-heading {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 3rem;
}
@media screen and (min-width: 640px) {
  .studio-blog-heading {
    font-size: 3.6rem;
    margin-bottom: 5rem;
  }
}
.studio-blog-grid {
  display: block;
}
@media screen and (min-width: 640px) {
  .studio-blog-grid {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
  }
}
.studio-blog-item {
  display: block;
  width: 100%;
  margin-bottom: 3rem;
  text-decoration: none;
  transition: opacity 0.2s ease;
}
.studio-blog-item:hover {
  opacity: 0.75;
}
@media screen and (min-width: 640px) {
  .studio-blog-item {
    width: 23%;
    margin-bottom: 0;
  }
}
.studio-blog-thumb {
  overflow: hidden;
  border-radius: 4px;
}
.studio-blog-thumb img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.studio-blog-item:hover .studio-blog-thumb img {
  transform: scale(1.04);
}
.studio-blog-body {
  padding: 1.2rem 0 0;
}
.studio-blog-date {
  font-size: 1.3rem;
  margin-bottom: 0.6rem;
  display: flex;
  align-items: center;
}
.studio-blog-title {
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.6;
}
.studio-blog-title::after {
  content: "≫";
  display: inline-block;
  margin-left: 0.5rem;
}
.studio-blog-cta {
  text-align: center;
  margin-top: 4rem;
}
.studio-blog-cta a {
  display: inline-block;
  padding: 1.2rem 4rem;
  font-size: 1.5rem;
  border-radius: 3px;
  transition: background 0.2s ease, color 0.2s ease;
}
.studio-blog--tokyo {
  background: #020616;
}
.studio-blog--tokyo .studio-blog-heading {
  color: #fff;
}
.studio-blog--tokyo .studio-blog-date {
  color: #c2d500;
}
.studio-blog--tokyo .studio-blog-title {
  color: #fff;
}
.studio-blog--tokyo .studio-blog-cta a {
  color: #fff;
  border: 2px solid #fff;
}
.studio-blog--tokyo .studio-blog-cta a:hover {
  background: #fff;
  color: #020616;
}
.studio-blog--osaka {
  background: #D1F2EE;
}
.studio-blog--osaka .studio-blog-heading {
  color: #154744;
}
.studio-blog--osaka .studio-blog-date {
  color: #00c7ba;
}
.studio-blog--osaka .studio-blog-title {
  color: #333;
}
.studio-blog--osaka .studio-blog-cta a {
  color: #154744;
  border: 2px solid #154744;
}
.studio-blog--osaka .studio-blog-cta a:hover {
  background: #154744;
  color: #fff;
}
.studio-blog--nagoya {
  background: #ecebe1;
}
.studio-blog--nagoya .studio-blog-heading {
  color: #141414;
}
.studio-blog--nagoya .studio-blog-date {
  color: #666;
}
.studio-blog--nagoya .studio-blog-title {
  color: #333;
}
.studio-blog--nagoya .studio-blog-cta a {
  color: #333;
  border: 2px solid #333;
}
.studio-blog--nagoya .studio-blog-cta a:hover {
  background: #333;
  color: #fff;
}

/* ==============================
   駅別アクセスリンクセクション
   .station-access （既存studio-linkに続く形）
   ============================== */
.station-access {
  background: #f7f7f7;
  padding: 4rem 0;
}

@media screen and (min-width: 769px) {
  .station-access {
    padding: 7rem 0;
  }
}
.station-access-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.station-access h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 769px) {
  .station-access h2 {
    font-size: 3rem;
  }
}
.station-access-lead {
  text-align: center;
  color: #666;
  font-size: 1.4rem;
  margin-bottom: 3rem;
}

.station-access-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
}

@media screen and (min-width: 769px) {
  .station-access-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
}
.station-access-item {
  display: block;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 1.6rem 1.2rem;
  text-align: center;
  color: #333;
  transition: background 0.2s, border-color 0.2s;
  font-size: 1.4rem;
  line-height: 1.5;
}

.station-access-item:hover {
  background: #004096;
  border-color: #004096;
  color: #fff;
  opacity: 1;
}

.station-access-item .station-name {
  display: block;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.3rem;
}

.station-access-item .station-walk {
  display: block;
  font-size: 1.2rem;
  color: inherit;
  opacity: 0.75;
}

/* ==============================
   エリア関連ブログセクション
   .area-blog （既存blog-feedを置換）
   ============================== */
.area-blog {
  background: #D1F2EE;
  padding: 4rem 0;
}

@media screen and (min-width: 769px) {
  .area-blog {
    padding: 8rem 0 6rem;
  }
}
.area-blog-inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.area-blog-inner h2 {
  color: #154744;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 0.6rem;
}

@media screen and (min-width: 769px) {
  .area-blog-inner h2 {
    font-size: 3.6rem;
  }
}
.area-blog-wrap {
  display: block;
  padding: 4rem 0;
}

@media screen and (min-width: 769px) {
  .area-blog-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 6rem 0;
  }
}
.area-blog-item {
  width: 100%;
  margin-bottom: 3rem;
  display: block;
  color: #333;
}

@media screen and (min-width: 769px) {
  .area-blog-item {
    width: 23%;
    margin-bottom: 0;
  }
}
.area-blog-item img {
  width: 100%;
  height: auto;
  display: block;
}

.area-blog-item .blog-data {
  margin-top: 1.8rem;
  font-size: 1.3rem;
  color: #00c7ba;
  display: flex;
  align-items: center;
}

.area-blog-item h3 {
  margin-top: 1rem;
  color: #333;
  font-size: 1.6rem;
  font-weight: normal;
}

.area-blog-item h3::after {
  content: "≫";
  display: inline-block;
  margin-left: 1rem;
}

.area-blog-cta {
  text-align: center;
  margin-top: 1rem;
}/*# sourceMappingURL=all-studio-style.css.map */