@charset "utf-8";
/* Last Modified : 2025/06/06 */
/* ---------------------------
relay page
--------------------------- */
/* #relay-wrap {
    position: relative;
    z-index: 0;
    background:
      url("../img/bg_fluid_relay01.png") no-repeat top left,
      url("../img/bg_fluid_relay01.png") no-repeat top left;
    background-size: 
      cover,
      contain;
    background-position:
      left 0 bottom 180px,
      left 0 top 180px;
      z-index: ;
} */

.second #relay-wrap {
    background: url(../img/bg_footer-toppc.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 150px;
	/* 記事がなくてシャボン玉がfooter下に存在してしまうのを消す暫定対応 */
	overflow: hidden;
    position: relative;
}
.second .layout {
    max-width: unset;
	padding-top: 158px;
}
.detail .layout {
  max-width: 1360px;
}
#relay_content {
    width: 100%;
    margin: 0 auto 210px;
    position: relative;
}

.detail #relay-sub-wrap {
    background: url(../img/bg_relay-detail.webp) no-repeat center top, url(../img/bg_footer-toppc.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 150px;
}

@media screen and (max-width:780px) {
  .second .layout {
    width: 100%;
    padding-top: 70px;
  }
  .detail .layout {
	padding-top: 70px;
    margin-bottom: 40px;
  }
  .second #relay-wrap {
    background: url(../img/bg_footer-sp.png) no-repeat center bottom;
    background-size: 100%;
    padding-bottom: 80px;
  }
  #relay_content {
    margin-bottom: 0;
	overflow: hidden;
  }
  .detail #relay-sub-wrap {
    background: url(../img/bg_footer-topsp.png) no-repeat center bottom, url(../img/bg_relay-detail-sp.png) no-repeat center top;
    background-size: 100%;
    padding-bottom: 70px;
  }
	.detail-re_head h1 {
		
	}
}

/* リポーター画像 */
.content-ttl-wrap {
    position: relative;
    z-index: 1;
    display: flex;
	justify-content: space-between;
    gap: 0;
    width: 100%;
    max-width: 1310px;
    margin: 0 0 0 7.032vw;
    box-sizing: border-box;
}
.content-ttl {
  /* flex: 1 1 600px; */
	text-align: center;
}
.content-ttl img {
	display: block;
	width: 100%;
	margin-top: 102px;
	margin-right: 2.19vw;
	max-width: 727px;
}
.content-ttl span {
	font-size: 1.5rem;
	font-weight: bold;
	letter-spacing: 0.145em;
	color: var(--zip-darkblue);
	display: inline-block;
	margin-top: 26px;
}
.reporter img {
  width: 100%;
  height: auto;
  display: block;
}
.relay_image {
    position: absolute;
    top: 20px;
}
.second .box-pagenation {
	margin-top: 0;
	margin-bottom: 0;
}
@media screen and (max-width: 1500px) {
	.content-ttl-wrap {
		max-width: 100%;
    	padding: 0 50px;
    	margin: 0;
	}
}
@media screen and (max-width: 780px) {
  .content-ttl-wrap {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    /* gap: 40px; */
    /* padding-top: 100px; */
  }
	.content-ttl {
		text-align: center;
        margin-bottom: 0;
	}
	.content-ttl span {
		margin-top: 10px;
		font-size: 0.7rem;
	}
  .content-ttl img {
    max-width: 300px;
  }

  .reporter {
    max-width: 65%;
    position: relative;
    top: 0;
  }
	.second .box-pagenation {
		margin-bottom: 10vh;
	}
}
/* レポート画像　スライド？ */
.relay-slide {
    position: absolute;
    top: 465px;
    left: 0;
    z-index: 4;
  /* max-width: 1400px; */
}
.relay-slide-track {
    width: 100%;
    margin: 0 auto;
  display: flex;
  animation: slideLoop 30s linear infinite;
}
.relay-slide-track img {
    width: auto;
    height: auto;
    max-height: 370px;
    margin-right: 40px;
}
@keyframes slideLoop {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

@media screen and (max-width: 780px) {
  .relay-slide-track {
      width: 200%;
  }
  .relay-slide-track img {
      width: auto;
      height: auto;
  }
}

/* メインコンテンツ */
.relay-bg-wrapper {
  position: relative;
  z-index: 3;
  background: url("../img/bg_list_relaypc.png") no-repeat center top;
  background-size: 100%;
  padding-top: 330px;
  margin-top: -100px;
}
.relay-article-list {
	width: 100%;
	max-width: 1360px;
	padding: 0 30px;
	margin: 0 auto calc(150px - 5vw);
    box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	gap: 5%;
}
.relay-article-list li {
  width: calc((100% - 10%) / 3);
  position: relative;
}
.relay-article-list li.new::before {
  content: url(../img/icn_new_relay.png);
  position: absolute;
  top: -45px;
  left: -30px;
  scale: 0.8;
  z-index: 5;
}
.relay-article-list li img {
  border-radius: 32px;
}
.relay-article-list li figcaption {
  font-size: 1.375rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 25px 15px 0;
  margin-bottom: 5vw;
}
.relay-article-list li figcaption span {
  font-size: 1rem;
  color: var(--zip-lightpink);
  letter-spacing: 0;
  display: block;
  margin-top: 5px;
}
@media screen and (max-width: 1200px) {
	.relay-article-list li {
		width: calc((100% - 5%) / 2);
	}
	.relay-article-list li figcaption {
		font-size: 1.25rem;
		padding: 20px 15px 0;
	}
}
@media screen and (max-width: 780px) {
	.relay-slide {
    	top: -50px;
	}
  .relay-bg-wrapper {
    position: relative;
    z-index: 3;
    padding: 200px 20px 0;
    background: url(../img/bg_list_relaysp.png) no-repeat center top;
    background-size: 100%;
	margin-top: -50px;
  }
  .relay-article-list {
    flex-direction: column;
    flex-wrap: unset;
    max-width: unset;
    gap: 25px;
	margin: 0 auto 25px;
  }
  .relay-article-list li {
    width: 100%;
  }
	.relay-article-list li.new::before {
    	top: -35px;
    	left: -35px;
    	scale: 0.5;
        z-index: 5;
	}
  .relay-article-list li figcaption {
    font-size: 0.75rem;
    padding: 10px 0 0;
    margin-bottom: 0;
  }
  .relay-article-list li figcaption span {
	font-size: 0.625rem;
    margin-top: 0;
  }
	.relay-article-list li img {
    	border-radius: 20px;
	}
}
.relay_article {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(clamp(180px, 40vw, 280px), 1fr));
    gap: clamp(16px, 4vw, 32px);
    width: 100%;
    max-width: 1360px;
    margin: 0 auto 200px;
    padding: 24px 0 0 24px; 
    /* newアイコン分ずらす */
    width: calc(100% - 60px);
}
.card-re {
    width: 100%;
    max-width: 100%;
}
.card-re_image {
    position: relative;
    /* overflow: hidden; */
}

.card-re_image img:first-child {
    width: 100%;
    aspect-ratio: 1.63 / 1; /* 横:縦 = 1.63:1（＝約490:300） */
    object-fit: cover;
    display: block;
    border-radius: 45px;
}
.icn-new {
    position: absolute;
    top: -25px;
    left: -25px;
    width: clamp(50px, 6vw, 80px);
    height: auto;
    z-index: 3;
    pointer-events: none;
    object-fit: cover;
}
@media screen and (max-width: 780px) {
  .icn-new {
    width: 50px;
    top: -15px;
    left: -15px;
  }
}

@media screen and (max-width: 480px) {
  .icn-new {
    width: 40px;
    top: -12px;
    left: -12px;
  }
}
.card-re_body {
    padding: 12px;
    border-radius: 45px;
}

.card-re_date {
    font-size: 0.75rem;
    color: #F3B6BB;
    margin: 0 0 5px;
    font-weight: bold;
}

.card-re_ttl {
    font-size: 0.9rem;
    line-height: 1.4;
    color: #427AB5;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
}

/* ---------------------------
  relay sub-page
--------------------------- */
.relay_sub-article {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    margin-bottom: 80px;
}
.detail .relay_sub-article {
    max-width: unset;
	padding: 0 30px;
}
@media screen and (max-width: 780px) {
    .relay_sub-article {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 30px;
    }
    .detail .relay_sub-article {
		padding: unset;
        margin-bottom: 40px;
    }
  .second .marquee-content,
  .detail .marguee-content {
      margin-top: 0!important;
  }
  .detail .relay_sub-article {
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}


/* 詳細記事枠 */
/* 黄色 → 緑 グラデ枠 */
.re_block {
  background: linear-gradient(to right, #c6edbe, #fff5a6);
  border-radius: 48px;
  padding: 8px;
}
.re_block-inner {
    display: block;
    background: #fff;
    border-radius: 40px;
    font-size: 12px;
    color: #333;
    text-decoration: none;
    white-space: nowrap;
    padding: 50px;
}
/* 詳細記事中身 */
.detail-re_image {
  padding: 60px 0 40px;
}
.detail-re_image img {
    border-radius: 50px;
    object-fit: cover;
}
.detail-re_head {
  white-space: normal;
  color: var(--zip-darkblue);
}
.detail-re_date{
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
    padding: 0;
    margin-top: -50px;
}

.detail-re_body{
    color: var(--zip-darkblue);
    white-space: normal;
}

@media screen and (max-width: 780px) {
  .re_block-inner {
    padding: 30px 30px 25px;
  }
  .detail-re_date {
    font-size: 0.6rem;
	margin-top: -25px;
  }
  .detail-re_image {
    padding: 0 0 10px 0;
  }
  .detail-re_image img {
      border-radius: 20px;
  }
	.detail-cbs_body p, .detail-re_body p {
        font-size: 0.6rem;
    }
}


/* bubbles */
.bubble-caster01 {
	width: 14.17vw;
	top: -65px;
	left: 32.3vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.bubble-caster02 {
  width: 7.605vw;
  top: 180px;
  right: 15.21vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.bubble-caster03 {
  width: 13.959vw;
  top: 289px;
  right: 1.144vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.bubble-caster04 {
	width: 9.7vw;
  top: 435px;
  left: -3.65vw;
	mix-blend-mode: multiply;
}
.bubble-caster05 {
	width: 12vw;
  top: 270vh;
  right: -3vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.bubble-caster06 {
	width: 10vw;
  top: 323vh;
  left: 2vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.bubble-caster07 {
	width: 8vw;
  top: 320vh;
  right: 21vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.bubble-caster08 {
	width: 14vw;
  top: 367vh;
  right: 30vw;
	z-index: 0;
	mix-blend-mode: multiply;
}
.detail .bubble-caster01 {
	width: 230px;
	top: -80px;
	left: 50%;
}
.detail .bubble-caster02 {
	width: 145px;
	top: 30px;
	left: 16%;
}
.detail .bubble-caster03 {
	width: 160px;
	top: 600px;
	left: 30px;
}
.detail .bubble-caster04 {
	width: 100px;
	top: 900px;
	right: 0;
}
.detail .bubble-caster05 {
	width: 130px;
	top: 2080px;
	left: 25%;
}
.detail .bubble-caster06 {
	width: 180px;
	top: 1920px;
	left: 50px;
}
detail .bubble-caster07 {
	width: 200px;
	top: 1860px;
	left: 35%;
}
@media screen and (max-width: 780px) {
    .babble-imakoko {
        bottom: 420px!important;
		mix-blend-mode: multiply;
    }
    .babble-footer {
        bottom: 5px!important;
		mix-blend-mode: multiply;
    }
	.bubble-caster01 {
		width: 21vw;
		top: 200px;
		left: -7vw;
	}
	.bubble-caster02 {
		width: 21vw;
    	top: 220px;
    	right: 0;
	}
	.bubble-caster03 {
		width: 110px;
    	top: 990px;
    	right: 0;
	}
	.bubble-caster04 {
		width: 90px;
    	top: 1170px;
    	left: -40px;
	}
	.bubble-caster05 {
		width: 90px;
    	top: 1470px;
    	right: 0;
	}
	.bubble-caster06 {
		width: 100px;
    	top: 1670px;
    	left: -40px;
	}
	.bubble-caster07 {
		width: 100px;
    top: 2040px;
    right: 0;
	}
	.bubble-caster08 {
		width: 100px;
    top: 2930px;
    left: -20px;
	}
	.bubble-caster09 {
		width: 90px;
    	top: 3350px;
    	right: 0;
	}
	.bubble-caster10 {
		width: 50px;
    	top: 3440px;
    	right: 50px;
	}
    .detail .bubble-caster01 {
        width: 90px;
        top: -20px;
        left: 50%;
    }
    .detail .bubble-caster02 {
        width: 50px;
        top: 80px;
        left: 3%;
    }
    .detail .bubble-caster05 {
        width: 70px;
        top: 1270px;
        left: 5%;
    }
    .detail .bubble-caster06 {
        width: 100px;
        top: 1210px;
        left: -50px;
    }
}