@charset "UTF-8";
/* Story CSS Document */


/* story article
========================================== */

/* header */
/* PC */
@media screen and (min-width: 769px) {
	.story-article #l-header {
    left: -220px;
    top: 0;
    opacity: 0;
    position: fixed;
	  transition: 0.7s all;
	}
	.story-article #l-header.is-fixed {
    left: 0;
    opacity: 1;
  }
}


/* c-story-keyvisual */
.story-article .c-story-keyvisual {
  overflow: hidden;
  height: 543px;
  position: relative;
}
.story-article .c-story-keyvisual img {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
}
@media screen and (min-width: 769px) and (max-width: 1365px) {
  .story-article .c-story-keyvisual {
    margin-left: -220px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .story-article .c-story-keyvisual {
    height: calc(375 / 375 * 100vw);
  }
}



/* c-story-articleContents */
.story-article .c-story-articleContents {
  padding-top: 48px;
  padding-inline: 60px;
}
.story-article .c-story-articleContents .l-section {
  padding-inline: 0;
}
.story-article .c-story-articleContents .l-section + .l-section {
  margin-top: 80px;
}
.story-article .c-story-articleContents .l-section__title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.6;
}
.story-article .c-story-articleContents .l-section__title + * {
  margin-top: 40px;
}
.story-article .c-story-articleContents .l-section__content p {
  line-height: 2;
}
.story-article .c-story-articleContents .l-section__content p + p {
  margin-top: 30px;
}
/* PC */
@media screen and (min-width: 769px) {
  .story-article .c-story-articleContents__inner {
    margin-inline: auto;
    max-width: 952px;
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .story-article .c-story-articleContents {
    padding-top: 40px;
    padding-inline: 20px;
  }
  .story-article .c-story-articleContents .l-section + .l-section {
    margin-top: 70px;
  }
  .story-article .c-story-articleContents .l-section__title {
    font-size: 1.8rem;
  }
  .story-article .c-story-articleContents .l-section__title + * {
    margin-top: 24px;
  }
  .story-article .c-story-articleContents .l-section__content p {
    font-size: 1.4rem;
  }
}


/* c-story-articleTitle */
.story-article .c-story-articleTitle {
  border-bottom: 1px solid #444;
  margin-bottom: 70px;
  padding-bottom: 40px;
}
.story-article .c-story-articleTitle .text-subtitle {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 40px;
}
.story-article .c-story-articleTitle h1 {
  font-size: 4.4rem;
  font-weight: 200;
  line-height: 1.7;
}
/* SP */
@media screen and (max-width: 768px) {
  .story-article .c-story-articleTitle {
    padding-bottom: 20px;
    margin-bottom: 60px;
  }
  .story-article .c-story-articleTitle .text-subtitle {
    font-size: 1.2rem;
    line-height: 1.6;
    padding-block: 6px;
    margin-bottom: 20px;
  }
  .story-article .c-story-articleTitle h1 {
    font-size: 3.2rem;
    line-height: 1.4;
  }
}



/* c-story-imageLayout */
.story-article .c-story-imageLayout,
.story-article .c-story-imageLayout + * {
  margin-top: 70px;
}
.story-article .c-story-imageLayout[data-size="full"] img {
  width: 100%;
}
.story-article .c-story-imageLayout .text-caption {
  font-size: 1.4rem;
  line-height: 2;
}
.story-article .c-story-imageLayout .text-belong {
  font-size: 1.4rem;
  line-height: 1.4 !important;
}
.story-article .c-story-imageLayout .text-name {
  font-size: 2rem;
  margin-top: 12px !important;
  line-height: 1.4 !important;
}
.story-article .c-story-imageLayout[data-layout="groupphoto"] {
  margin-top: 100px;
}
/* PC */
@media screen and (min-width: 769px) {
  .story-article .c-story-imageLayout[data-layout="left"],
  .story-article .c-story-imageLayout[data-layout="right"],
  .story-article .c-story-imageLayout[data-layout="two-column-pc"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .story-article .c-story-imageLayout[data-layout="two-column-pc"] {
    justify-content: space-between;
  }
  .story-article .c-story-imageLayout[data-layout="right"] {
    flex-direction: row-reverse;
  }
  .story-article .c-story-imageLayout[data-layout="left"] figure,
  .story-article .c-story-imageLayout[data-layout="right"] figure {
    max-width: calc(709 / 952 * 100%);
  }
  .story-article .c-story-imageLayout[data-layout="left"] .text-caption,
  .story-article .c-story-imageLayout[data-layout="right"] .text-caption {
    max-width: calc(220 / 952 * 100%);
  }
  .story-article .c-story-imageLayout[data-layout="left"] .text-caption {
    padding-left: calc(30 / 952 * 100%);
  }
  .story-article .c-story-imageLayout[data-layout="right"] .text-caption {
    padding-right: calc(30 / 952 * 100%);
    text-align: right;
  }
  .story-article .c-story-imageLayout[data-layout="two-column-pc"] > figure {
    width: calc(460 / 952 * 100%);
  }
}
/* SP */
@media screen and (max-width: 768px) {
  .story-article .c-story-imageLayout,
  .story-article .c-story-imageLayout + * {
    margin-top: 32px;
  }
  .story-article .c-story-imageLayout > figure + figure {
    margin-top: 10px;
  }
  .story-article .c-story-imageLayout .text-caption {
    margin-top: 16px;
  }
  .story-article .c-story-imageLayout .text-caption .text-name {
    font-size: 1.8rem;
  }
  .story-article .c-story-imageLayout[data-layout="groupphoto"] {
    margin-top: 70px;
    margin-inline: -20px;
    width: 100vw;
  }
}



/* c-story-container-otherLink */
.story-article .c-story-container-otherLink {
  border-top: 1px solid #444;
  margin-top: 120px;
}
.story-article .c-story-container-otherLink__item {
  border-bottom: 1px solid #444;
  position: relative;
}
.story-article .c-story-container-otherLink__item .item-thumb {
  overflow: hidden;
  position: relative;
}
.story-article .c-story-container-otherLink__item .item-thumb img {
  height: 100%;
  object-fit: cover;
  margin-inline: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	transition: 0.7s all;
  width: 100%;
}
.story-article .c-story-container-otherLink__item .text-heading {
  font-family: "Inter", sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.story-article .c-story-container-otherLink__item .text-title {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.6;
  margin-top: 8px;
}
/* PC */
@media screen and (min-width: 769px) {
  .story-article .c-story-container-otherLink__item {
    min-height: 238px;
  }
  .story-article .c-story-container-otherLink__item > a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .story-article .c-story-container-otherLink__item .item-text {
    padding: 60px 40px 60px 0;
    width: calc(535 / 952 * 100%);
  }
  .story-article .c-story-container-otherLink__item .item-thumb {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: calc(417 / 952 * 100%);
  }
  .story-article .c-story-container-otherLink__item .item-thumb:before {
    background: #22AAFF;
    content: "";
    height: 100%;
    opacity: 0.7;
    position: absolute;
    left: -100%;
    top: 0;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .7s;
    width: 200%;
    z-index: 1;
  }
  .story-article .c-story-container-otherLink__item > a:hover {
    color: #22AAFF;
  }
  .story-article .c-story-container-otherLink__item > a:hover .item-thumb img {
		transform: scale(1.1);
  }
  .story-article .c-story-container-otherLink__item > a:hover .item-thumb:before {
		transform-origin: left top;
		transform: scale(1, 1);
	}
}
/* SP */
@media screen and (max-width: 768px) {
  .story-article .c-story-container-otherLink {
    margin-top: 80px;
  }
  .story-article .c-story-container-otherLink__item > a {
    display: block;
    padding-block: 30px;
  }
  .story-article .c-story-container-otherLink__item .item-thumb {
    margin-top: 24px;
    height: calc(179 / 375 * 100vw);
  }
  .story-article .c-story-container-otherLink__item .text-heading {
    font-size: 1.2rem;
  }
  .story-article .c-story-container-otherLink__item .text-title {
    font-size: 1.8rem;
    margin-top: 10px;
  }
}
