@charset "UTF-8";
body {
  font-family: "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "MS UI Gothic", "Tahoma", "Lucida Grande", "ヒラギノ丸ゴ Pro W4", sans-serif;
  color: #333;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none;
  }
}

.header {
  border-bottom: 1px solid #333;
}
.header__inner {
  max-width: 950px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px 0;
}

.kv {
  background-color: #d1cfcd;
  position: relative;
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 400px;
}
@media screen and (max-width: 768px) {
  .kv {
    height: auto;
  }
}
.kv__img-area {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 0;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .kv__img-area {
    position: static;
    left: 0;
    height: 280px;
    transform: none;
    display: flex;
    justify-content: center;
    transform: translateX(-170px);
  }
}
.kv__image {
  line-height: 1;
  height: 100%;
  margin: 0;
  display: block;
}
.kv__inner {
  max-width: 950px;
  height: 100%;
  width: calc(100% - 20px);
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
}
.kv__band {
  min-width: 351px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .kv__band {
    width: 100%;
    top: 0;
    transform: none;
    position: relative;
  }
}
.kv__logo {
  max-width: 100%;
}
.kv__logo-area {
  align-content: center;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  background: #fff;
  left: 0%;
  top: calc(50% - 90px);
  width: 100%;
  height: 90px;
  text-align: left;
  padding-left: 20px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .kv__logo-area {
    position: static;
    width: 100%;
  }
}
.kv__logo-area::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 33px solid transparent;
  border-bottom: 90px solid #fff;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .kv__logo-area::after {
    content: none;
  }
}
.kv__logo-area::before {
  content: "";
  display: block;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  position: absolute;
  width: 40vw;
  height: 90px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .kv__logo-area::before {
    content: none;
  }
}
.kv__name-area {
  align-content: center;
  background: #e7141a;
  left: 0%;
  top: 50%;
  position: relative;
  width: 100%;
  height: 90px;
  text-align: left;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.kv__name-area::after {
  content: "";
  display: block;
  top: 0;
  right: 0;
  position: absolute;
  width: 0;
  height: 0;
  border-right: 33px solid transparent;
  border-top: 90px solid #e7141a;
  transform: translateX(100%);
}
@media screen and (max-width: 768px) {
  .kv__name-area::after {
    content: none;
  }
}
.kv__name-area::before {
  content: "";
  display: block;
  top: 0;
  left: 1px;
  transform: translateX(-100%);
  position: absolute;
  width: 40vw;
  height: 90px;
  background: #e7141a;
}
@media screen and (max-width: 768px) {
  .kv__name-area::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .kv__name-area {
    position: static;
    width: 100%;
    height: auto;
    padding: 15px 20px;
  }
}
.kv__num {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.kv__info {
  align-items: center;
  display: flex;
  margin-top: 10px;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .kv__info {
    margin-top: 6px;
  }
}
.kv__name {
  margin: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  line-height: 1;
  height: 100%;
  color: #fff;
  margin-right: 10px;
}
.kv__job {
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  color: #e7141a;
  font-size: 12px;
  white-space: nowrap;
  font-weight: 700;
  margin: 0;
  padding: 3px 4px 2px;
  line-height: 1;
  height: 100%;
}
.kv__reading {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  height: 100%;
  margin: 0;
}

.section + .section .section__inner:first-child {
  border-top: 1px solid #333;
}
.section + .section .section__inner:first-child::before {
  background-color: #e7141a;
  content: "";
  display: block;
  position: absolute;
  height: 3px;
  top: -2px;
  right: 0;
  width: 190px;
}
@media screen and (max-width: 768px) {
  .section + .section .section__inner:first-child::before {
    width: 71px;
  }
}
.section.point + .section .section__inner {
  border-top: none;
  padding-top: 0;
}
.section.point + .section .section__inner::before {
  content: none;
}
.section__inner {
  position: relative;
  max-width: 950px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 30px 0 30px;
}
.section__inner + .section__inner {
  border-top: 1px solid #d8d8d8;
}
.section__header {
  color: #e7141a;
  display: flex;
  font-size: 24px;
  font-weight: 700;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: normal;
  margin: 30px 0;
}
.section__header span {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .section__header {
    margin: 0 0 30px;
  }
}
.section__header::before {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  margin-left: 5px;
  background-image: url("/static_contents/afl/watashiryu/img/common/icon_plane.svg");
}
.section__subheader {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  padding-left: 12px;
  margin: 0 0 30px;
  position: relative;
}
.section__subheader::after {
  background-color: #e7141a;
  content: "";
  display: block;
  height: 70%;
  width: 3px;
  top: 11%;
  left: 0;
  position: absolute;
}
.section__image {
  max-width: 100%;
}
.section__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin-top: 20px;
  margin-bottom: 0;
}
.section__lead + .section__lead {
  margin-top: 1em;
}
@media screen and (max-width: 768px) {
  .section__lead {
    font-size: 15px;
  }
}
.section__lead sup {
  position: relative;
  font-size: 0.55em;
  vertical-align: baseline;
  top: -0.5em;
}
.section__caution {
  list-style: none;
  margin-top: 30px;
  padding: 0;
  font-size: 11px;
  font-weight: 400;
  line-height: 170%;
}
.section__caution a {
  text-decoration: none;
  color: #0f56a2;
}
.section__icon {
  background-color: #e7141a;
  border-radius: 4px;
  display: inline;
  padding: 1px 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  height: 100%;
  margin-top: 30px;
}
.section__2col {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .section__2col {
    flex-direction: column;
  }
}
.section__2col-text {
  flex: 1;
}
@media screen and (max-width: 768px) {
  .section__2col-text {
    order: 1;
  }
}
.section__2col-image {
  max-width: 385px;
}
@media screen and (max-width: 768px) {
  .section__2col-image {
    order: 2;
    max-width: none;
  }
}
.section__link {
  display: flex;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
  text-align: right;
  justify-content: flex-end;
  margin: 20px 0 0;
  gap: 10px;
  align-items: center;
}
.section__link::after {
  content: "";
  display: block;
  background-image: url("/static_contents/afl/watashiryu/img/common/icon_arrow_red.svg");
  width: 7px;
  height: 13px;
}
.section__image-link {
  margin: 30px auto;
}
@media screen and (max-width: 768px) {
  .section__image-link {
    margin: 0 auto;
  }
}
.section__marker {
  color: #c00;
  background: linear-gradient(transparent 50%, #ff0 50%, #ff0 70%, transparent 81%);
}

.profile {
  padding: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .profile {
    padding: 20px 0 0;
  }
}
.profile .section__inner {
  padding-top: 30px;
  padding-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .profile .section__inner {
    padding: 0px 0 30px;
  }
}

.point .section__inner {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .point .section__inner {
    padding-top: 30px;
  }
}
.point__header {
  background-color: #e7141a;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  line-height: 170%;
  padding: 1px 8px 0px;
  border-radius: 100px;
  margin: 0;
}
.point__list-wrap {
  position: relative;
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 20px 20px 15px;
  max-width: 628px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.point__list {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}
.point__list-item {
  padding-left: 20px;
  position: relative;
}
.point__list-item::before {
  background-color: #333;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 7.5px;
  top: 0.7em;
  content: "";
  display: block;
  position: absolute;
}

.column {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 18px;
}
.column:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .column:last-child + .column:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .column {
    display: block;
  }
}
.column__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.column__content--1 {
  grid-column: span 1;
}
.column__content--2 {
  grid-column: span 2;
}
.column__content--3 {
  grid-column: span 3;
}
.column__content--4 {
  grid-column: span 4;
}
.column__content--5 {
  grid-column: span 5;
}
.column__content--6 {
  grid-column: span 6;
}
.column__content--7 {
  grid-column: span 7;
}
.column__content--8 {
  grid-column: span 8;
}
.column__content--9 {
  grid-column: span 9;
}
.column__content--10 {
  grid-column: span 10;
}
.column__content--11 {
  grid-column: span 11;
}
.column__content--12 {
  grid-column: span 12;
}
@media screen and (max-width: 768px) {
  .column__content + .column__content {
    margin-top: 30px;
  }
}
.column__image-area {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
}
.column__image {
  grid-column: span 1;
  margin: 0 auto;
  max-width: 100%;
}
.column__image:last-child:first-child {
  grid-column: span 2;
}
.column__lead {
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
.pagination {
  margin-top: 60px;
  display: flex;
  gap: 18px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .pagination {
    gap: 10px;
  }
}
.pagination__2col {
  display: flex;
  gap: 10px;
  border-radius: 10px 10px 0px 0px;
  border-top: 2px solid #d8d8d8;
  border-right: 2px solid #d8d8d8;
  border-left: 2px solid #d8d8d8;
  padding: 10px 10px 6px;
}
@media screen and (max-width: 768px) {
  .pagination__2col {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    padding-bottom: 8px;
  }
}
.pagination__item {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pagination__item {
    text-align: center;
    min-width: min(173px, 50%);
    max-width: 50%;
  }
}
.pagination__item--prev .pagination__text::before {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url("/static_contents/afl/watashiryu/img/common/icon_arrow_white.svg");
}
.pagination__item--next .pagination__text::after {
  content: "";
  display: block;
  width: 7px;
  height: 12px;
  background-image: url("/static_contents/afl/watashiryu/img/common/icon_arrow_white.svg");
  transform: rotate(180deg);
}
.pagination__info-area {
  width: 185px;
}
@media screen and (max-width: 768px) {
  .pagination__info-area {
    width: auto;
  }
}
.pagination__image {
  border-radius: 50%;
}
.pagination__num {
  color: #e7141a;
  font-size: 10px;
  font-weight: 700;
  line-height: 170%;
  text-decoration: none;
  margin: 0;
}
.pagination__job {
  background-color: #e7141a;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 4px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  margin: 6px 0 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .pagination__job {
    margin-top: 3px;
  }
}
.pagination__name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  margin: 9px 0 0;
  line-height: 1;
}
.pagination__reading {
  color: #333;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
  margin: 6px 0 0;
  word-break: break-all;
}
.pagination__text {
  background-color: #e7141a;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
  margin: 0;
  text-align: center;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  line-height: 1;
}

.crew {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .crew:last-child {
    margin-bottom: 0;
  }
}
.crew__button {
  display: block;
  background: none;
  border: none;
  color: #0f56a2;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
  padding-right: 34px;
  position: relative;
  text-align: right;
  margin: 20px 0 0 auto;
  cursor: pointer;
}
.crew__button:hover {
  opacity: 0.8;
}
.crew__button::after, .crew__button::before {
  background-color: #e7141a;
  content: "";
  display: block;
  width: 14px;
  height: 2px;
  right: 5px;
  top: 40%;
  position: absolute;
  transform: translateY(-50%);
}
.crew__button::before {
  transform: translateY(-50%) rotate(90deg);
}
.crew__button.is-active::before {
  content: none;
}
.crew__list-wrap {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}
.crew__list-wrap.is-active {
  max-height: 2000px;
}
.crew__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px 16px;
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .crew__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.crew__item {
  box-sizing: border-box;
  display: flex;
  gap: 10px;
  border-radius: 10px;
  border: 2px solid #d8d8d8;
  padding: 10px 10px 7px;
  margin: 0;
  flex: 1;
  grid-column: span 1;
  text-decoration: none;
  height: 100%;
}
.crew__image {
  border-radius: 50%;
  width: 60px;
  height: 60px;
}
.crew__num {
  color: #e7141a;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin: 0;
}
.crew__job {
  background-color: #e7141a;
  border-radius: 4px;
  display: inline-block;
  padding: 4px 4px 3px;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  margin: 5px 0 0;
}
.crew__name-wrap {
  display: flex;
  margin: 7px 0 0;
  align-items: center;
  gap: 10px 4px;
  flex-wrap: wrap;
}
.crew__name {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.crew__reading {
  color: #333;
  font-size: 11px;
  font-weight: 400;
  display: inline-block;
  line-height: 1;
}

.enjoy {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-end;
  margin-top: 30px;
}
.enjoy:last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .enjoy {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 0px;
  }
}
.enjoy__info {
  grid-column: span 1;
}
.enjoy__profile {
  grid-column: span 1;
}
.enjoy__lead {
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  margin: 20px 0 0;
}
.enjoy__image {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .enjoy__image {
    box-sizing: border-box;
    display: block;
    margin: 0 auto;
  }
  .enjoy__image--logo {
    padding: 0 32px;
  }
}
.enjoy__profile-wrap {
  display: flex;
  gap: 10px;
  align-items: center;
}
.enjoy__profile-image-area {
  max-width: 120px;
}
.enjoy__profile-image {
  max-width: 100%;
}
.enjoy__profile-lead {
  font-size: 11px;
  font-weight: 400;
  line-height: 170%;
  margin: 0;
}
.enjoy__profile-lead:not(:first-child) {
  margin: 5px 0 0;
}
.enjoy__profile-name {
  margin: 5px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.enjoy__link {
  display: flex;
  text-align: right;
  text-decoration: none;
  align-items: center;
  justify-content: flex-end;
  margin: 20px 0 30px;
  gap: 10px;
}
.enjoy__link a {
  color: #0f56a2;
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
}
.enjoy__link::after {
  content: "";
  display: block;
  background-image: url("/static_contents/afl/watashiryu/img/common/icon_arrow_red.svg");
  width: 7px;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .enjoy__link {
    margin: 20px 0 0;
  }
}

.footer {
  border-top: 1px solid #333;
}
.footer__inner {
  max-width: 950px;
  width: calc(100% - 20px);
  margin: 0 auto;
  padding: 20px 0;
}
.footer__copy {
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}/*# sourceMappingURL=style.css.map */