@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

/*================================================
/ir/fpptimes_202408/index.html
================================================*/
/*================================================
Overwrite existing CSS
================================================*/
#contents-area.ir-site {
  background: #fff;
  margin-top: 72px;
}
@media print, screen and (max-width: 801px) {
  #contents-area.ir-site {
    margin-top: 82.75px;
  }
}

/*------------------------------------------------
Initial Settings
------------------------------------------------*/
body {
  font-size: 1.6rem;
}
@media print, screen and (max-width: 801px) {
  body {
    font-size: 1.5rem;
  }
}

/*------------------------------------------------
common
------------------------------------------------*/
.small-content-wrap {
  max-width: 770px;
  margin-inline: auto;
}
.large-content-wrap {
  width: 95%;
  max-width: 1100px;
  margin-inline: auto;
}
.fadein-element {
  opacity: 0;
  visibility: hidden;
  transform: translateY(4.8rem);
  transition: opacity 1s, visibility 1s, transform 1s;
}
.fadein-bottom {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.br_mobile-only {
  display: none;
}
.txt-lead {
  line-height: 1.8em;
  margin-bottom: 8rem;
}
/* -- section-title -- */
.section-title {
  display: grid;
  justify-content: center;
  text-align: center;
  margin-bottom: 6.4rem;
}
.main-title {
  color: #1C2952;
  font-size: 4.8rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  text-align: center;
  line-height: 1.4;
}
.title-line {
  position: relative;
}
.title-line::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0.5px;
  background: #1C2952;
}
.sub-title {
  color: #E69E15;
  font-family: Noto Sans JP, Open Sans, -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Yu Gothic, YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
  font-size: 1.4rem;
  background: #FFF;
  padding-inline: 1.2rem;
  position: relative;
}
.top-msg .sub-title {
  background: #F1F2F7;
}
@media print, screen and (max-width: 801px) {
  .small-content-wrap {
    padding-inline: 24px;
    width: 95%;
  }
  .txt-lead {
    margin-bottom: 4rem;
  }
  .br_mobile-only {
    display: block;
  }
  /* -- section-title -- */
  .section-title {
    margin-bottom: 5.6rem;
    line-height: 1.2;
  }
  .main-title {
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 479px) {
  .small-content-wrap {
    padding-inline: 0;
  }
  .txt-lead {
    margin-bottom: 3.2rem;
  }
  /* -- section-title -- */
  .section-title {
    margin-bottom: 4rem;
  }
  .main-title {
    font-size: 2.4rem;
  }
}

/*------------------------------------------------
kv
------------------------------------------------*/
.kv {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "kv-title kv-top-msg"
    ". kv-top-msg";
  width: 100%;
  height: 600px;
}
.kv-lower-left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
  grid-auto-flow: row;
  grid-template-areas:
    "kv-special-contents kv-news-ranking";
}
/* -- kv-title -- */
.kv-title {
  grid-area: kv-title;
  background-image: url(/Portals/0/images/ir/fpptimes_202408/kv-title.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: grid;
  place-content: center;
  position: relative;
}
.kv-title::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(16, 29, 76, 0.45);
}
.kv-title-inner {
  position: relative;
  z-index: 1;
}
.kv-title-inner * {
  color: #FFF;
  text-align: center;
}
.kv-title-inner h1 {
  /* -- 72px / 1920px * 100 -- */
  font-size: clamp(5.6rem, 3.75vw, 7.2rem);
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  font-style: italic;
  line-height: 1.5;
}
.kv-title-inner h2 {
  /* -- 18px / 1920px * 100 -- */
  font-size: 1.8rem;
  font-size: clamp(1.6rem, 0.9375vw, 1.8rem);
  font-family: 'Be Vietnam Pro', sans-serif;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 3.2rem;
}
.kv-title-inner h2 span {
  font-family: Noto Sans JP, Open Sans, -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, Yu Gothic, YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif !important;
}
.kv-title-inner div {
  color: #1C2952;
  font-size: 1.8rem;
  font-weight: 600;
  width: 200px;
  background: #fff;
  border-radius: 51px;
  padding-block: 0.8rem;
  margin-inline: auto;
}
/* -- kv-content -- */
.kv-content {
  display: grid;
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.3s;
}
.kv-content:hover {
  filter: brightness(1.15);
}
.kv-content a {
  height: 100%;
  position: relative;
}
.kv-content-inner {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
  color: #1C2952;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  width: 80%;
  max-width: 320px;
  padding: 3%;
  transition: 0.3s;
}
.kv-content-inner h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.8;
}
.kv-content-inner h2 span {
  display: block;
  font-size: 1.4rem;
}
/* -- hover -- */
.kv-content a:hover .kv-content-inner {
  background: rgba(0, 166, 255, 0.5);
}
.kv-content a:hover .kv-content-inner h2, .kv-content a:hover .kv-content-inner h2 span {
  color: #fff;
}
/* -- kv-special-contents -- */
.kv-special-contents {
  grid-area: kv-special-contents;
  background-image: url(/Portals/0/images/ir/fpptimes_202408/kv-special-contents.jpg);
  background-position: center 10%;
  height: 100%;
}
/* -- kv-news-ranking -- */
.kv-news-ranking {
  grid-area: kv-news-ranking;
  background-image: url(/Portals/0/images/ir/fpptimes_202408/kv-news-ranking.jpg);
  background-position: center 60%;
  height: 100%;
}
/* -- kv-top-msg -- */
.kv-top-msg {
  grid-area: kv-top-msg;
  background-image: url(/Portals/0/images/ir/fpptimes_202408/kv-top-msg.jpg);
  background-position: center 30%;
  height: 100%;
}
.kv-top-msg .kv-content-inner {
  max-width: 48rem;
}
.kv-top-msg .kv-content-inner h2 {
  font-size: 3.2rem;
}
.kv-top-msg .kv-content-inner h2 span {
  font-size: 2.4rem;
}
@media print, screen and (max-width: 1439px) {
  .kv {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 1.5fr 1fr;
  }
  .kv-title .br_mobile-only {
    display: block;
  }
  .kv-content-inner {
    padding: 2rem;
  }
  .kv-content-inner h2, .kv-top-msg .kv-content-inner h2 span {
    /* -- 24px / 1439px * 100 -- */
    font-size: clamp(1.9rem, 1.6678vw, 2.4rem);
  }
  .kv-content-inner h2 span {
    /* -- 18px / 1439px * 100 -- */
    font-size: clamp(1.2rem, 1.2508vw, 1.8rem);
  }
  .kv-top-msg .kv-content-inner h2 {
    display: grid;
    row-gap: 1.6rem;
    /* -- 28px / 1439px * 100 -- */
    font-size: clamp(2.4rem, 1.9457vw, 2.8rem);
    line-height: 1.2;
  }
}
@media print, screen and (max-width: 801px) {
  .kv {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 0;
    grid-auto-flow: row;
    grid-template-areas:
      "kv-title"
      "kv-top-msg"
      "kv-special-contents"
      "kv-news-ranking";
    height: 840px;
  }
  .kv-lower-left {
    display: block;
  }
  .kv-content {
    height: 240px;
  }
  .kv-content.kv-news-ranking {
    height: 180px;
  }
  .kv-title {
    height: 180px;
    padding: 1.6rem 2.4rem;
  }
  .kv-content-inner {
    bottom: 20px;
  }
  .kv-content-inner, .kv-top-msg .kv-content-inner {
    max-width: 36rem!important;
  }
  .kv-title-inner h1 {
    /* -- 48px / 801px * 100 -- */
    font-size: clamp(4rem, 5.9925vw, 4.8rem);
  }
  .kv-title-inner h2 {
    /* -- 16px / 801px * 100 -- */
    font-size: clamp(1.4rem, 1.9975vw, 1.6rem);
    margin-bottom: 1.6rem;
  }
  .kv-title-inner div {
    font-size: 1.4rem;
    width: 16rem;
    padding-block: 0.6rem;
  }
  .kv-content-inner {
    width: 70%;
    max-width: none;
    padding: 2%;
  }
  .kv-content-inner h2 {
    font-size: 1.8rem!important;
    line-height: 1.5;
  }
  .kv-content-inner h2 span {
    font-size: 1.3rem!important;
  }
  .kv-top-msg .kv-content-inner h2 {
    display: block;
    line-height: 1.5;
  }
  .kv-top-msg {
    background-position: center 35%;
  }
  .kv-special-contents {
    background-position: center 15%;
  }
  .kv-news-ranking {
    background-position: center;
  }
}
@media only screen and (max-width: 479px) {
  #contents-area.ir-site {
    margin-top: 95.75px;
  }
  .kv {
    grid-template-rows: 1.5fr 1fr 1fr 1fr;
    height: 564px;
  }
  .kv-content {
    height: 14.4rem;
  }
  .kv-content.kv-news-ranking {
    height: 9.6rem;
  }
  .kv-content-inner {
    bottom: 12px;
    width: 70%;
    max-width: none;
    padding: 1%;
  }
  .kv-news-ranking .kv-content-inner {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
  }
  .kv-title {
    padding: 1.2rem;
  }
  .kv-title-inner h1 {
    /* -- 40px / 479px * 100 -- */
    font-size: clamp(2.4rem, 8.3507vw, 4rem);
    margin-bottom: 0.8rem;
  }
  .kv-title-inner h2 {
    /* -- 16px / 479px * 100 -- */
    font-size: clamp(1.2rem, 3.3402vw, 1.6rem);
  }
  .kv-title-inner div {
    font-size: 1.4rem;
    width: 16rem;
    padding-block: 0.6rem;
  }
  .kv-content-inner h2 {
    font-size: 1.8rem!important;
    line-height: 1.5;
  }
  .kv-content-inner h2 span {
    font-size: 1.2rem!important;
  }
  .kv-news-ranking {
    background-position: center 60%;
  }
}

/*------------------------------------------------
top-msg
------------------------------------------------*/
.top-msg {
  width: 100%;
  background: #F1F2F7;
  padding-block: 12rem 9.6rem;
}
.top-msg-photo {
  height: 780px;
  background-image: url(/Portals/0/images/ir/fpptimes_202408/top-msg-photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 8rem;
}
.txt-wrap {
  display: grid;
  row-gap: 2.4rem;
  text-align: justify;
  line-height: 1.8;
  margin-bottom: 4.8rem;
}
.txt-right {
  text-align: right;
  font-weight: 600;
  line-height: 1.5;
}
.txt-right p:first-of-type {
  font-size: 2rem;
}
.txt-right p:nth-of-type(2) {
  font-size: 1.6rem;
}
.txt-right p:nth-of-type(2) span {
  font-size: 2.4rem;
}
@media print, screen and (max-width: 801px) {
  .top-msg {
    padding-block: 8rem 6.4rem;
  }
  .top-msg-photo {
    height: 40rem;
    margin-bottom: 5.4rem;
  }
  .txt-wrap {
    row-gap: 2rem;
    margin-bottom: 4rem;
  }
  .txt-right p:first-of-type {
    font-size: 1.8rem;
  }
  .txt-right p:nth-of-type(2) {
    font-size: 1.6rem;
  }
  .txt-right p:nth-of-type(2) span {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 479px) {
  .top-msg {
    padding-block: 4.8rem 5.4rem;
  }
  .top-msg-photo {
    height: 24rem;
    margin-bottom: 3.2rem;
  }
  .txt-wrap {
    row-gap: 1.6rem;
    margin-bottom: 2.8rem;
  }
  .txt-right p:first-of-type {
    font-size: 1.6rem;
  }
  .txt-right p:nth-of-type(2) {
    font-size: 1.4rem;
  }
  .txt-right p:nth-of-type(2) span {
    font-size: 2rem;
  }
}

/*------------------------------------------------
special-contents
------------------------------------------------*/
.special-contents {
  margin-block: 9.6rem 16rem;
}
.special-contents-photo {
  height: 480px;
  background-image: url(/Portals/0/images/ir/fpptimes_202408/special-contents-photo.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  margin-bottom: 4.8rem;
}
.member-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 2.4rem;
  margin-bottom: 8.8rem;
}
.member-list * {
  text-align: center;
}
.member-list .photo {
  margin-bottom: 4rem;
}
.member-list .name {
  color: #1C2952;
  font-size: 2.8rem;
  font-weight: 600;
  margin-bottom: 3.6rem;
  position: relative;
}
.member-list .name::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -26px;
  width: 1px;
  height: 16px;
  background: #1C2952;
}
.member-list .join {
  line-height: 1.5;
  margin-bottom: 1.2rem;
}
.session-list {
  display: grid;
  row-gap: 6.4rem;
}
/* -- session-title -- */
.session-title {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  padding-left: 2.8em;
  margin-bottom: 4rem;
  position: relative;
}
.session-title::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 0;
  color: #A8B0CB;
  font-size: 3.2rem;
  font-family: 'Be Vietnam Pro', sans-serif;
  font-style: italic;
  font-weight: 700;
}
.q1::before {
  content: "Q1";
}
.q2::before {
  content: "Q2";
}
.q3::before {
  content: "Q3";
}
.q4::before {
  content: "Q4";
}
.q5::before {
  content: "Q5";
}
/* -- session-content -- */
.session-content {
  line-height: 1.8;
}
.session-photo-left {
  width: 50%;
  min-width: 20rem;
  float: left;
  margin-right: 2.4rem;
}
.session-photo-right {
  width: 50%;
  min-width: 20rem;
  float: right;
  margin-left: 2.4rem;
}
.session-txt-wrap {
  text-align: justify;
}
.txt-margin {
  margin-bottom: 2.4rem;
}
.session-txt-wrap div p span {
  font-weight: 600;
}
.uchizawa {
  color: #00A6FF;
}
.sumitani {
  color: #37B420;
}
.kajino {
  color: #D19522;
}
.shimano {
  color: #D1226C;
}
.member-name {
  text-indent: 3em;
  position: relative;
}
.member-name::before {
  content: "";
  position: absolute;
  left: -3em;
  font-weight: 600;
}
.member-uchizawa::before {
  content: "内沢";
  color: #00A6FF;
}
.member-sumitani::before {
  content: "住谷";
  color: #37B420;
}
.member-kajino::before {
  content: "梶野";
  color: #D19522;
}
.member-shimano::before {
  content: "島野";
  color: #D1226C;
}
@media print, screen and (max-width: 801px) {
  .special-contents {
    margin-block: 6.4rem 10.4rem;
  }
  .special-contents-photo {
    height: 36rem;
  }
  .member-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2rem 2.4rem;
    margin-bottom: 8rem;
  }
  .member-list .photo {
    margin-bottom: 2rem;
  }
  .member-list .name {
    font-size: 2.2rem;
  }
  .session-title {
    padding-left: 2.4em;
    margin-bottom: 2.4rem;
  }
  .session-title::before {
    top: -3px;
    font-size: 2.8rem;
  }
  .session-photo-left {
    margin-right: 2rem;
  }
  .session-photo-right {
    margin-left: 2rem;
  }
  .txt-margin {
    margin-bottom: 2rem;
  }
}
@media only screen and (max-width: 479px) {
  .special-contents {
    margin-block: 5.6rem 8rem;
  }
  .special-contents-photo {
    height: 24rem;
    margin-bottom: 3.2rem;
  }
  .member-list {
    grid-template-columns: none;
    gap: 2.4rem 0;
    margin-bottom: 6.4rem;
  }
  .member-list li {
    display: flex;
    column-gap: 1.2rem;
    justify-content: center;
    align-items: center;
  }
  .member-list .photo {
    width: 45%;
    margin-bottom: 0;
  }
  .member-list .name {
    font-size: 1.8rem;
  }
  .member-list .join {
    margin-bottom: 0.8rem;
  }
  .session-list {
    row-gap: 4rem;
  }
  .session-title {
    font-size: 1.8rem;
    margin-bottom: 2rem;
  }
  .session-title::before {
    font-size: 2.4rem;
  }
  .session-photo-left {
    margin-right: 1.6rem;
  }
  .session-photo-right {
    margin-left: 1.6rem;
  }
  .txt-margin {
    margin-bottom: 1.6rem;
  }
}

/*------------------------------------------------
news-ranking
------------------------------------------------*/
.news-ranking .txt-lead {
  text-align: center;
}
.ranking-list {
	display: flex;
	margin-bottom: 8rem;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ranking-list li,
.ranking-list > li .rank_img img {
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
    transition: all .35s cubic-bezier(.215,.61,.355,1);
}
.ranking-list .rank_01 {
	width: 13.2rem;
	margin: 0 auto 2.4rem;
}
.ranking-list .rank_02,
.ranking-list .rank_03 {
	width: 11rem;
	margin: 0 auto 2.4rem;
}
.ranking-list .rank_04,
.ranking-list .rank_05 {
	width: 5.2rem;
	margin: 0 auto 2.4rem;
}
.ranking-list > li:nth-child(1) {
	flex-basis: 390px;
	margin-bottom: 4rem;
}
.ranking-list > li:nth-child(2),
.ranking-list > li:nth-child(3) {
	flex-basis: 300px;
	margin-top: 7.4rem;
	margin-bottom: 4rem;
}
.ranking-list > li:nth-child(4),
.ranking-list > li:nth-child(5) {
	flex-basis: 300px;
}
.ranking-list > li:nth-child(4) {
	margin-left: 14rem
}
.ranking-list > li:nth-child(5) {
	margin-right: 14rem
}
.ranking-list li .rank_img {
  overflow: hidden;
}
.ranking-list > li:hover {
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
  transition: all .35s cubic-bezier(.215,.61,.355,1);
	opacity: .7;
}
.ranking-list > li:hover .rank_img img {
	-webkit-transition: all .35s cubic-bezier(.215,.61,.355,1);
  transition: all .35s cubic-bezier(.215,.61,.355,1);
	transform: scale(1.05);
}
.ranking-list .detail {
	display: flex;
	align-items: center;
	margin: 1.6rem 0;
}
.ranking-list .detail .tag p {
  width: 12rem;
	font-size: 1.3rem;
	text-align: center;
	padding: 0.4rem;
	color: #fff;
	background: #1C2952;
	font-weight: 600;
	margin-right: 1.2rem;
	display: inline-block;
}
.ranking-list .detail .date {
	font-size: 1.4rem;
	font-weight: 600;
}
.ranking-list .ttl {
	font-size: 2rem;
	font-weight: 600;
	line-height: 1.6;
}
.section-rank > p {
	text-align: center;
	margin-bottom: 8rem;
	line-height: 1.4;
}
@media print, screen and (max-width: 1110px) {
	.ranking-list .rank_01 {
		width: 11rem;
	}
	.ranking-list .rank_02,
	.ranking-list .rank_03 {
		width: 8rem;
	}
	.ranking-list .rank_04,
	.ranking-list .rank_05 {
		width: 4rem;
	}
	.ranking-list > li:nth-child(1) {
	flex-basis: 100%;
	margin: 0 auto 4rem;
    max-width: 630px;
	}
	.ranking-list > li:nth-child(2),
	.ranking-list > li:nth-child(3) {
		flex-basis: 47%;
		margin: 0 0 4rem;
	}
	.ranking-list > li:nth-child(4),
	.ranking-list > li:nth-child(5) {
		flex-basis: 47%;
		margin: 0;
	}
	.ranking-list .detail{
		flex-wrap: wrap;
	}
	.ranking-list .detail .tag {
		flex-basis: 100%;
		margin-bottom: 0.8rem;
	}
	.ranking-list .detail .date {
		flex-basis: 100%;
	}
	.ranking-list .ttl {
		font-size: 1.8rem;
	}
}
@media print, screen and (max-width: 481px) {
  .ranking-list {
    margin-bottom: 6rem;
  }
}

/*------------------------------------------------
section-back-number
------------------------------------------------*/
.section-back-number {
  border-top: 1px solid #eaeaea;
  background-color: #f7f7f5;
  padding: 60px 0;
}
.section-back-number h2 {
  font-family: 'Be Vietnam Pro', sans-serif;
  margin-bottom: 3.2rem;
}
.back-number-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  row-gap: 2rem;
}
.back-number-list li a {
  color: #333;
  text-decoration: underline;
}
.back-number-list li a:hover {
  color: #E69E15;
}
@media print, screen and (max-width: 801px) {
  .back-number-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media print, screen and (max-width: 481px) {
  .back-number-list {
    grid-template-columns: repeat(2, 1fr);
  }
}